@charset "UTF-8";
/*  reset
-------------------------------------------------------*/

@font-face {
    font-family: "ヒラギノ明朝5";
    src: url(../font/HiraMinStd5.otf);
}
@font-face {
    font-family: "ヒラギノ明朝4";
    src: url(../font/HiraKakuStd4.otf);
}
.font-w4{
    font-family: "ヒラギノ明朝4";
}
.font-w5{
    font-family: "ヒラギノ明朝5";
}
html {
    font-size: 1px;
    scroll-behavior: smooth;
   
}
body {
    font-family: "ヒラギノ明朝5";
    color: #58595B;
    font-weight: normal;
    box-sizing: border-box;
    margin: 0;
    border:0;
    /* overflow: hidden; */
}
* {
    box-sizing: border-box;
}
h1,h2,h3,h4{
    padding:0;
    margin:0;
    font-family: "ヒラギノ明朝5";
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
p {
    margin-top: 0;
    margin-bottom: 0;
    padding:0;
  
}

.align-items-center {
    align-items: center;
}
.pc {
    display: flex;
}
.pc-block {
    display: block;
}
.font-ag{
    font-family: "A-OTF Midashi Go MB31 Pr6N";
}
.sp {
    display: none;
}
.sp-block{
    display:none;
}
.justify-content-center {
    justify-content: center!important;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-around {
    justify-content: space-around;
}
.justify-content-end{
    justify-content:flex-end;
}
.align-items-baseline{
    align-items:baseline;
}
.text-center{
    text-align:center;
}
.text-right{
    text-align: right;
}
.text-left {
    text-align: left;
}
.flex-reserve{
    flex-direction: row-reverse;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.f-img{
    width:100%;
}
.fv-slider .item{
      background-image: url(../img/fv.png);
      width:100%;
      height: 100vh;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      /* position: relative; */
}
.slide-animation{
    animation: fadezoom 16s 6s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}


.top-fv{
    /* background-image: url(../img/fv.png); */
    width:100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.white-back{
    width:100%;
    /*position: fixed;*/
    /*height: 160rem;*/
    background-color: #fff;
    top:0;
    left:0;
    z-index: 10;
    transition: all 0.4s ease-in-out;
}
.white-back.top-back{
    background: unset;
}
.white-back.open{
    background: rgb(255,255,255,0);
}
.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
}
.menu{
    width:100%;
    /*position: absolute;*/
    top:30%;
    left:0;
    padding:26rem 100rem;
    display: flex;
    justify-content: space-between;
    /*transform: translateY(-50%);*/
}
.menu .logo-text{
    font-weight: normal;
    font-size: 40rem;
    letter-spacing: 0.1em;
    line-height: 45rem;
    text-align: left;
    color: #fff;
    /*cursor: pointer;*/
    transition: all 0.4s ease-in-out;
    text-decoration: unset;
    margin: 0 auto;
}
.menu .logo-text.is-white{
    color:white;
}
.navigation{
    width:960rem;
    height: 100%;
    background: #A72C32;
    position: fixed;
    right: 0;
    top:0;
    z-index: 8;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
    opacity: unset;
}
.navigation.open{
    transform: translateX(0);
}
.navigation ul{
    padding:0;
    margin:0;
    list-style: none;
    padding-left:100rem;
    margin-top:110rem;
}
.navigation ul li{
    padding:12rem 0;
    color:white;
}
.navigation ul li .nav-frame{
    width:135rem;
    height:135rem;
    border:1px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 20rem;
    cursor: pointer;
}
.navigation ul li .nav-frame .login-icon{
    width:48rem;
    height: 61rem;
}
.navigation ul li .nav-frame .cart-icon{
    width:64rem;
    height: 66rem;
}
.navigation ul li .nav-frame .txt{
    font-size:18rem;
    line-height: 30rem;
    color:white;
    margin-top:10rem;
}
.navigation ul li .sub-menu{
    font-size:28rem;
    line-height: 1.4;
    color:white;
    text-decoration: unset;
    display: block;
    margin-bottom: 20rem;
}
.navigation ul li .sub-menu .en-m-txt{
    font-size:18rem;
    margin-left:30rem;
}
.navigation ul li.line{
    width:100%;
    height: 0;
    padding:0;
    padding-bottom: 20rem;
    border-top: 1px solid white;
}
.navigation ul li.line-down{
    margin-top:20rem;
}
.navigation ul li.tel .tel-txt{
    font-size:18rem;
    line-height: 30rem;
}

.navigation ul li.tel .tel-frame{
    display: flex;
    align-items: center;
}
.navigation ul li.tel .tel-frame .tel-icon{
    width:45rem;
    height: 30rem;
}
.navigation ul li.tel .tel-frame .line-tel-txt{
   font-size:45rem;
   margin-left:5rem;
   line-height: 1;
}
.menu-black .logo-text{
    color:black;
}
.menu-black-top .logo-text{
    color:black;
}
.menu .menu-icon{
    width:80rem;
    position: relative;
    cursor: pointer;
    
}
.menu .menu-icon span{
    width:100%;
    height: 0;
    border-bottom: 2px solid #fff;
    position: absolute;
    top:0;
    left:0;
    transition: all 0.4s ease-in-out;
}
.menu-black-top .menu-icon span{
    border-bottom: 2px solid black;
}
.menu-black .menu-icon span{
    border-bottom: 2px solid black;
}
.menu .menu-icon span +span{
    top:15rem;
}
.menu .menu-icon span +span +span{
    top:30rem;
}
.menu .menu-icon.open span:nth-child(1){
    transform: rotate(25deg);
    top:10rem;
    border-bottom: 2px solid #fff;
}
.menu .menu-icon.open span:nth-child(3){
    transform: rotate(-25deg);
    top:10rem;
    border-bottom: 2px solid #fff;
}
.menu .menu-icon.open .menu_txt{
    color:white;
}
.menu .menu-icon.open span:nth-child(2){
    opacity: 0;
}
.menu-black .menu-icon.open span:nth-child(1){
    border-bottom: 2px solid #fff;
}
.menu-black .menu-icon.open span:nth-child(3){
    border-bottom: 2px solid #fff;
}
.menu-black .menu-icon.open .menu_txt{
    color:white;
}
.menu .menu-icon.open span:nth-child(3){
    transform: rotate(-25deg);
    top:10rem;
}
.menu .menu-icon .menu_txt{
    font-weight: normal;
    font-size: 20rem;
    letter-spacing: 0.3em;
    line-height: 30rem;
    text-align: center;
    color: #fff;
    position: absolute;
    top:38rem;
    left:0;
    transition: all 0.4s ease-in-out;
}
.menu-black-top .menu-icon .menu_txt{
    color:black;
}
.menu-black .menu-icon .menu_txt{
    color:black;
}
.top-fv .top-text_wrapper{
    width:100%;
    position: absolute;
    top:58%;
    left:50%;
    transform: translate(-50%,-50%);
}
.top-fv .top-text_wrapper .top-catch_txt{
    font-weight: normal;
    font-size: 32rem;
    letter-spacing: 0.1em;
    line-height: 48rem;
    text-align: center;
    color: #000;
    text-shadow: 1px 1px 10px rgb(255 255 255), 1px 1px 10px rgb(255 255 255), 1px 1px 10px rgb(255 255 255), 1px 1px 10px rgb(255 255 255), 1px 1px 10px rgb(255 255 255), 1px 1px 10px rgb(255 255 255), 1px 1px 10px rgb(255 255 255), 1px 1px 10px rgb(255 255 255);
}
.top-fv .top-text_wrapper .top-sub-catch_txt{
    font-weight: normal;
    font-size: 24rem;
    letter-spacing: 0.1em;
    line-height: 36rem;
    text-align: center;
    color: #000;
    text-shadow: 1px 1px 10px rgb(255 255 255), 1px 1px 10px rgb(255 255 255), 1px 1px 10px rgb(255 255 255), 1px 1px 10px rgb(255 255 255), 1px 1px 10px rgb(255 255 255), 1px 1px 10px rgb(255 255 255), 1px 1px 10px rgb(255 255 255), 1px 1px 10px rgb(255 255 255);
    margin-top:30rem;
}
.top-fv .top-text_wrapper .top-white-back_txt{
    width: 620rem;
    margin:auto;
    margin-top:40rem;
    background: rgb(255,241,0,70%);
    padding:26rem 30rem;
    font-weight: normal;
    font-size: 18rem;
    line-height: 36rem;
    text-align: left;
    color: #000;
    text-shadow: none;
}
.ttl-wrapper{
    width:100%;
    padding:55rem 0;
}
.ttl-wrapper .en-ttl{
    font-size: 24rem;
    letter-spacing: 0.1em;
    line-height: 60rem;
    text-align: center;
}
.ttl-wrapper .ja-ttl{
    font-weight: normal;
    font-size: 40rem;
    letter-spacing: 0.1em;
    line-height: 60rem;
    text-align: center;
    color: #cba458;
}
.section-about .about-wrapper{
    background-image: url(../img/about-back.png);
    width:100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left center;
    padding:60rem 0;
}
.section-about .about-wrapper .about-text{
    font-size: 18rem;
    line-height: 45rem;
    text-align: center;
}
.section-about .about-wrapper .about-image{
    display: flex;
    justify-content: center;
    margin-top:60rem;
}
.section-about .about-wrapper .about-image .item{
    width:540rem;
}
.section-about .about-wrapper .about-btns{
    display: flex;
    flex-direction: column;
    width: 500rem;
    margin:auto;
    height: 280rem;
    margin-top:60rem;
    justify-content: space-between;
}
.btn_wrapper{
    width: 500rem;
    height: auto;
    padding:10rem 0;
    border: 2px solid #A72C32;
    background: transparent;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: unset;
}
.btn_wrapper:after{
    content:'';
    width:100%;
    height: 100%;
    background:#A72C32;
    position: absolute;
    top:0;
    left:-100%;
    transition: all 0.3s ease-in-out;
}
.btn_wrapper:hover:after{
    left:0;
}

.btn_wrapper-small{
    width: 420rem;
}
.registered{
    border: 2px solid #b3b3b3;
}

.btn_wrapper p{
    font-size: 24rem;
    letter-spacing: 0.1em;
    line-height: 60rem;
    text-align: center;
    color: #A72C32;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease-in-out;
}
.btn_wrapper:hover p{
    color:white;
}
.registered p{
    color: #b3b3b3;
}
.section-product .product-wrapper{
    background-image: url(../img/product-back.png);
    width:100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    padding:60rem;
}
.section-product .product-wrapper .product-content{
    width:1080rem;
    margin:auto;
    display: flex;
    justify-content: space-between;
}
.section-product .product-wrapper .product-content .image-property_txt{
    width:540rem;
}
.section-product .product-wrapper .product-content .image-property_txt .pic{
    width:100%;
}
.section-product .product-wrapper .product-content .image-property_txt .property-text{
    margin:35rem 0 40rem;
}
.section-product .product-wrapper .product-content .image-property_txt .property-text ul{
    padding:0;
    list-style: none;
    margin:0;
}
.section-product .product-wrapper .product-content .image-property_txt .property-text ul li{
    font-size: 18rem;
    line-height: 36rem;
    text-align: left;
}
.section-product .product-wrapper .product-content .purchase-item{
    width:540rem;
}
.section-product .product-wrapper .product-content .purchase-item .item{
    padding:50rem;
    background: rgb(255 255 255 / 70%);
}
.section-product .product-wrapper .product-content .purchase-item .item .single-item-purchase_icon{
    padding:10rem 20rem;
    font-size: 24rem;
    letter-spacing: 0.1em;
    line-height: 60rem;
    text-align: center;
    color: #fff;
}
.section-product .product-wrapper .product-content .purchase-item .item .update{
    font-size: 18rem;
    line-height: 36rem;
    margin-left:20rem;
}
.section-product .product-wrapper .product-content .purchase-item .item .regular-purchase{
    background: #cba458;
}
.section-product .product-wrapper .product-content .purchase-item .item ul{
    width:100%;
    padding:0;
    margin:0;
    list-style: none;
    margin:50rem 0;
}
.section-product .product-wrapper .product-content .purchase-item .item ul li{
    border-top: 1px solid #808080;
    padding:10rem 0;
}
.section-product .product-wrapper .product-content .purchase-item .item ul li:last-child{
    border-bottom: 1px solid #808080;
}
.section-product .product-wrapper .product-content .purchase-item .item ul li .single-item_txt{
    font-size: 28rem;
    line-height: 35rem;
    text-align: left;
    color: #4d4d4d;
}
.section-product .product-wrapper .product-content .purchase-item .item ul li .single-item-price{
    font-size: 28rem;
    line-height: 40rem;
    text-align: right;
    color: #58595B;
}
.section-product .product-wrapper .product-content .purchase-item .item ul li .single-item-price .price{
    color:#A72C32;
}
.mt-40{
    margin-top:40rem;
}
.section-product .product-wrapper .product-content .purchase-item .item .use-register{
    margin-top:25rem;
    text-align: center;
}
.section-product .product-wrapper .product-content .purchase-item .item .use-register .already-register_txt{
    text-decoration: underline;
    font-size: 18rem;
    letter-spacing: 0.1em;
    line-height: 40rem;
    text-align: center;
    color: #A72C32;
    display: block;
}
.section-product .product-wrapper .product-content .purchase-item .item .use-register .new-register_txt{
    color: #cba458;
}
footer{
    padding: 20rem 0 40rem;
}
footer .footer-logo_txt{
    /* font-family: "ヒラギノ明朝4"; */
    font-size: 40rem;
    letter-spacing: 0.1em;
    line-height: 45rem;
    text-align: center;
}
footer ul{
    padding:0;
    margin:0;
    list-style: none;
    margin:37rem 0 24rem;
    display: flex;
    justify-content: center;
}
footer ul li{
    font-size: 20rem;
    line-height: 1.2;
    text-align: center;
    padding:0 30rem;
    border-right: 1px solid #58595B;
}
footer ul li a{
    text-decoration: unset;
    color:#58595B;
}
footer ul li:last-child{
    border-right: 0;
}
footer .copyright{
    font-size: 16rem;
    line-height: 30rem;
    text-align: center;
}
/* about */
.subpage-catch{
    width: 1080rem;
    height: auto;
    margin:auto;
    background: #f4e2d857;
    padding:20rem;
    margin-top:200rem;
}
.subpage-catch p{
    font-size: 18rem;
    line-height: 36rem;
    text-align: left;
    color: #A72C32;
}
.about-container{
    position: relative;
    padding:60rem 0;
}


.about-container{
    background-image: url(../img/sub-about-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.component{
    background-image: url(../img/componet-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 73%;
}
.commitment{
    background-image: url(../img/commitment-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 62% 0;
}
.about-container .about-back-up{
    width:100%;
    height: 1080rem;
    background-image: url(../img/sub-about-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    top:0;
    left:0
}
.about-container .commitment-back-up{
    background-image: url(../img/commitment-back.png);
}
.about-container .componet-back-up-1{
    background-image: url(../img/componet-back.png);
}
.about-container .componet-back-up-2{
    background-image: url(../img/componet-back.png);
    top:1140rem;
}
.about-container .about-back-down{
    width:100%;
    height: 1080rem;
    background-image: url(../img/sub-about-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    bottom:0;
    left:0
}
.about-container .commitment-back-down{
    background-image: url(../img/commitment-back.png);
    height: 1400rem;
}
.about-container .componet-back-down{
    background-image: url(../img/componet-back.png);
}
.container{
    width:1080rem;
    margin-left:auto;
    margin-right: auto;
    background: rgb(255,255,255,85%);
    padding:40rem 50rem;
    position: relative;
    z-index: 7;
}
.sub-title_txt{
    font-weight: normal;
    font-size: 32rem;
    letter-spacing: 0.1em;
    line-height: 48rem;
    text-align: center;
    margin-bottom: 70rem;
}
.about-container .detail-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60rem;
}
.about-container .detail-item .detail-text{
    width:580rem;
}
.about-container .detail-item .detail-text-wide{
    width:100%;
}
.about-container .detail-item .detail-text .d-title{
    font-size: 24rem;
    line-height: 36rem;
}
.about-container .detail-item .detail-text .d-txt{
    font-size: 18rem;
    line-height: 36rem;
}
.about-container .detail-item .detail-text .d-txt-add{
    color:#A72C32;
    margin-top:40rem;
    margin-bottom: 40rem;
}
.about-container .detail-item .detail-pic{
    width:350rem;
}
.about-container .detail-item .detail-pic-down{
    padding-top:80rem;
}
.about-container .detail-item .detail-pic-down-2{
    padding-top:100rem;
}
.history-tree{
    width:680rem;
    margin:auto;
    margin-top:60rem;
}
.history-tree table{
    border-collapse: collapse;
    width:100%;
}
.history-tree table tr td{
    font-size: 24rem;
    line-height: 1;
    padding:23rem 0;
}
.history-tree table tr td:first-child{
    padding-right: 40rem;
    text-align: right;
    border-right: 1px solid #CCCCCC;
    position: relative;
    word-break: keep-all;
}
.history-tree table tr:first-child td{
    padding-top:0;
}
.history-tree table tr:last-child td{
    padding-bottom:0;
}
.history-tree table tr td:first-child:after{
    content:"";
    width: 21.05rem;
    height: 21.05rem;
    background: #ccc;
    border-radius: 50%;
    position: absolute;
    top:50%;
    right:0;
    transform: translate(50%,-50%);
}
.history-tree table tr:first-child td:first-child:after{
    top:0;
    right:0;
    transform: translate(50%,0);
}
.history-tree table tr:last-child td:first-child:after{
    bottom:-2%;
    right:0;
    transform: translate(50%,10%);
}
.history-tree table tr td:not(:first-child){
    padding-left:40rem;
}
.about-container .gap-txt{
    font-size: 18rem;
    line-height: 36rem;
    text-align: center;
    color: #58595B;
    margin-top:80rem;
    margin-bottom: 115rem;
}
.btn_wrapper-580{
    width:580rem;
    margin-top:40rem;
}
.about-container .final-gap-txt{
    background: #cba458;
    padding:40rem 0;
    text-align: center;
    font-size: 24rem;
    line-height: 48rem;
    color: #fff;
}
/*  */
.componet-content_txt{
    font-size: 24rem;
    line-height: 36rem;
    text-align: center;
    color: #A72C32;
    margin-top:68rem;
}
.componet-content_subtxt{
    font-size: 18rem;
    line-height: 36rem;
    text-align: center;
    color: #58595B;
}
.componet-table{
    width:100%;
    margin-top:45rem;
    margin-bottom: 60rem;
}
.componet-table table{
    border-collapse:collapse ;
    width:100%;
}
.componet-table table tr:nth-child(2n+1){
    background: #f2eede;
}

.componet-table table tr th{
    padding:15rem 0;
    font-size: 18rem;
    line-height: 36rem;
}
.componet-table table tr th:first-child{
    width:250rem;
    background: #cba458;
    color: #f2f2f2;
    text-align: center;
}
.componet-table table tr th:last-child{
    background: #e4d0a3;
    padding-left:50rem;
    text-align: left;
}
.componet-table table tr td{
    font-size: 18rem;
    line-height: 36rem;
    padding:10rem 0;
}
.componet-table table tr td:first-child{
    text-align: center;
}
.componet-table table tr td:last-child{
    padding-left:50rem;
}
.sub-detail-txt{
    font-size: 18rem;
    line-height: 36rem;
    text-align: left;
}
.sub-detail-txt a{
    color:white;
    text-decoration: unset;
}
.color-90{
    color:#A72C32!important;
}
.mt-50{
    margin-top:50rem;
}
.mt-60{
    margin-top: 60rem !important;
}
.componet-test-table{
    margin-top:40rem;
    width:100%;
}
.componet-test-table table{
    width:100%;
    border-collapse: collapse;
    background: #f2eede;
}
.componet-test-table table tr{
    border-top: 1px solid #808080;
}
.componet-test-table table tr:last-child{
    border-bottom: 1px solid #808080;
}
.componet-test-table table tr td{
    font-size: 18rem;
    line-height: 36rem;   
    padding:10rem 0;
}
.componet-test-table table tr td:first-child{
    width:180rem;
    /* text-align: center; */
    padding-left:50rem;
}
.componet-test-table-wide table tr td:first-child{
    width:310rem;
}
.componet-test-table table tr td:last-child{
    padding-right: 50rem;
}
.componet-test-chart{
    width:800rem;
    margin:auto;
    margin-top:25rem;
    margin-bottom: 70rem;
}
.componet-d-txt{
    font-size: 24rem;
    line-height: 36rem;
}
.commitment-d-txt{
    font-size: 24rem;
    line-height: 36rem;
    text-align: center;
    color: #cba458;
}
.commitment .manufacture-steps{
    width:500rem;
    margin:auto;
    margin-bottom: 45rem;
}
.commitment .manufacture-steps .step{
    width:100%;
    height: 110rem;
    background: #E4B8A5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 40rem;
}
.commitment .manufacture-steps .step:after{
    content:'';
    width: 0;
    height: 0;
    border-left: 250rem solid transparent;
    border-right: 250rem solid transparent;
    border-top: 30rem solid #E4B8A5;
    position: absolute;
    left:0;
    bottom: -30rem;
}
.commitment .manufacture-steps .step-2{
    background: #ca765f;
}
.commitment .manufacture-steps .step-2:after{
    border-top: 30rem solid #ca765f;
}
.commitment .manufacture-steps .step-3{
    background: #b2382a;
}
.commitment .manufacture-steps .step-3:after{
    border-top: 30rem solid #b2382a;
}
.commitment .manufacture-steps .step-4{
    background: #A72C32;
    border-radius: 10rem;
}
.commitment .manufacture-steps .step-4:after{
    content:unset;
}
.commitment .manufacture-steps .step p{
    font-weight: normal;
    font-size: 24rem;
    letter-spacing: 0.1em;
    line-height: 36rem;
    text-align: center;
    color: #fff;
}
.product-detail{
    width:100%;
    height: auto;
    background: #f4e2d8;
    padding:44rem 0 55rem;
    /*margin-top:160rem;*/
}
.product-detail-680{
    height: 680rem;
}
.sub-container{
    width:1080rem;
    margin-left:auto;
    margin-right:auto;
}
.sub-container .sub-title{
    font-weight: normal;
    font-size: 35rem;
    line-height: 45rem;
    margin-bottom: 44rem;
}
.sub-container .inner{
    width:100%;
    padding:45rem 50rem 50rem;
    background: white;
    font-family: "ヒラギノ明朝4";
}
.sub-container .inner .breadpath{
    font-family: "ヒラギノ明朝4";
    font-weight: normal;
    font-size: 16rem;
    line-height: 24rem;
}
.sub-container .inner .product-detail-content{
    display: flex;
    justify-content: space-between;
    margin-top:50rem;
    padding-top:10rem;
    border-top: 1px solid #999;
}
.sub-container .inner .product-detail-content .pic{
    width:360rem;
}
.sub-container .inner .product-detail-content .content{
    width:580rem;
}
.ti-15{
    text-indent: -15rem;
}
.sub-container .inner .product-detail-content .content .detail-title{
    font-size: 32rem;
    line-height: 24rem;
    /*text-indent: -20rem;*/
    font-family: "ヒラギノ明朝5";
    margin-top:10rem;
}
.sub-container .inner .product-detail-content .content .detail-price{
    font-family: "ヒラギノ明朝5";
    font-size: 16rem;
    line-height: 24rem;
    margin-top:15rem;
}
.sub-container .inner .product-detail-content .content .detail-txt{
    font-family: "ヒラギノ明朝5";
    font-size: 16rem;
    line-height: 24rem;
    text-align: left;
    color: #A72C32;
    margin-top:20rem;
}
.product-detail .sub-container .inner .product-detail-content .content .pd-controls{
    width:100%;
    margin-top:64rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;;
}
.product-detail .sub-container .inner .product-detail-content .content .pd-controls .boxs-number .box-label{
    font-family: "ヒラギノ明朝4";
    font-size: 18rem;
    line-height: 24rem;
    margin-right:10rem;
}
.select-control{
    width: 225rem;
    height: 40rem;
    border-radius: 4rem;
    background: #e5e5e5;
    border: 0.75rem solid #999;
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size:16rem;
    cursor: pointer;
}
.select-control select{
    width:100%;
    height: 100%;
    padding:5rem 15rem;
    background: transparent;
    appearance: none;
}
.select-control:after{
    content: '\f107';
    font-family: FontAwesome;
    font-size:20rem;
    position: absolute;
    top:50%;
    right:10rem;
    transform: translateY(-50%);
    pointer-events: none;
}
.select-control-small{
    width: 145rem;
    height: 35rem;
    font-size:14rem;
}
.input-control{
    width: 225rem;
    height: 40rem;
    border-radius: 4rem;
    background: #fff;
    border: 0.75rem solid #999;
    position: relative;
    display: inline-block;
    font-size:16rem;
    padding: 5rem 15rem;
}
.mt-20{
    margin-top:20rem;
}
.btn-control{
    width: 225rem;
    height: 40rem;
    background: #A72C32;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4rem;
    color: #fff;
}
.btn-control p{
    font-family: "ヒラギノ明朝4";
    font-weight: normal;
    font-size: 18rem;
    line-height: 21rem;
    text-align: center;
    color: #fff;
}
.cart-page-list{
    width:100%;
    margin-top:50rem;
}
.cart-page-list table{
    width:100%;
    border-collapse: collapse;
}
.cart-page-list table tr
{
    border-top:1px solid #999;
}
.cart-page-list table tr:last-child
{
    border-bottom:1px solid #999;
}
.cart-page-list table tr td{
    padding:20rem 0;
    font-family: "ヒラギノ明朝4";
    font-weight: normal;
    font-size: 18rem;
    line-height: 27rem;
}
.cart-page-list table tr td:nth-child(1){
    width:12%;
}
.cart-page-list table tr td:nth-child(3){
    width:35%;
}
.font-24{
    font-size:24rem;
}
.font-18{
    font-size:18rem;

}
.cart-page-txt{
    font-size:18rem;
    line-height: 27rem;
    font-family: "ヒラギノ明朝4";
    margin-top:20rem;
}
.cart-page-list table tr:nth-child(2) td{
    padding:30rem 0;
}
.cart-page-list table tr:nth-child(2) td .detail-pic{
    width:132rem;
}
/* skin 4 */

.skin-4 .num-in {
	float: left;
	width: 100rem;
	padding: 8rem 0;
}

.skin-4 .in-num {
	width: 47rem;
	float: left;
	height: 36rem;
	font-size: 18rem;
	text-align: center;
	outline: none;
    border:0;
}

.skin-4 .all-span {
	position: relative;
	float: right;
    width: 40rem;
    height: 40rem;
    border-radius: 4rem;
    background: #e5e5e5;
    border: 0.75rem solid #999;
    
}

.skin-4 .all-span span {
	float: left;
	width: 100%;
	height: 18rem;
	position: relative;
	cursor: pointer;
}

.skin-4 .all-span span:before {
	content: '';
	position: absolute;
	left: 64%;
    top:50%;
    transform: translate(-50%,-50%);
	margin-left: -5rem;
}

.skin-4 span.minus:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size:25rem;
}

.skin-4 span.minus.dis:before {
	opacity: 0.5;
}

.skin-4 span.plus:before {
	content: "\f106";
    font-family: FontAwesome;
    font-size:25rem;
}

.cart-page-btns{
    margin-top:53rem;
    display: flex;
    justify-content:right;
}
.ml-20{
    margin-left:20rem;
}
.gray-control{
    background: #e5e5e5;
    color: #58595B;
}
.gray-control p{
    color: #58595B;
}
.login-wrapper{
    margin-top:50rem;
    display: flex;
    justify-content: space-between;
    font-family: "ヒラギノ明朝4";
}
.login-wrapper .item{
    width:470rem;
    padding:20rem;
    border: 1px solid #999;
}
.login-wrapper .item .login-exp-txt{
    font-size: 16rem;
    line-height: 24rem;
    margin-top:10rem;
    margin-bottom: 25rem;
}
.login-wrapper .item .mail-wrapper{
    margin-bottom: 20rem;
}
.tap-txt{
    font-size: 14rem;
    line-height: 30rem;
    vertical-align: super;
}
.text-control{
    width: 430rem;
    height: 40rem;
    border-radius: 4rem;
    background: transparent;
    border: 1px solid #999;
    padding:5rem 15rem;
    font-size:14rem;
}
.auto-check{
    margin-top:20rem;
    margin-bottom: 40rem;
}
.check-control{
    width: 15rem;
    height: 15rem;
    border-radius: 4rem;
    background: transparent;
    border: 1px solid #58595B;
    margin-right: 10rem;
}
.lost-pwd{
    font-size: 14rem;
    line-height: 21rem;
    text-decoration: underline;
    color:#58595B;
    display: block;
    margin-top:15rem;
}
.login-note{
    font-size: 16rem;
    line-height: 24rem;
    margin-top:38rem;
}
.delivery-address-list{
    width:100%;
    margin-bottom: 20rem;
}
.delivery-address-list table{
    width: 100%;
    border-collapse: collapse;
}
.delivery-address-list table tr{
    border-top: 1px solid #999; 
}
.delivery-address-list table tr:last-child{
    border-bottom: 1px solid #999; 
}
.delivery-address-list table tr td{
    font-weight: normal;
    font-size: 18rem;
    line-height: 27rem;
    text-align: left;
    color: #4d4d4d;
    padding:20rem 10rem;
}
.delivery-address-list table tr td:first-child{
    width:15%;
}
.delivery-address-list table tr td:nth-child(2){
    width:65%;
}

.radio-control{
    width: 20rem;
    height: 20rem;
    margin:0;
}
.black-btn-control{
    background: #58595B;
}
.black-btn-control p{
    color:white;
}
.prompt-form{
    margin-top:10rem;
}
.prompt-form table{
    border-collapse: collapse;
    width:100%;
}
.prompt-form table tr{
    border-top:1px solid #999;
}
.prompt-form table tr:last-child{
    border-bottom:1px solid #999;
}
.prompt-form table tr td{
    padding:20rem 0;
}
.prompt-form table tr td:first-child{
    font-size: 18rem;
    line-height: 30rem;
    width:300rem;
    vertical-align: baseline;
}
.prompt-form table tr td .required{
    font-size: 14rem;
    line-height: 21rem;
    text-align: center;
    color: #fff;
    padding:5rem;
    background: #A72C32;
    float: right;
}
.prompt-form table tr td:last-child{
    padding-left:20rem;
}
.prompt-form table tr td .pt-gap{
    font-size: 16rem;
    line-height: 24rem;
    text-align: left;
    color: #4d4d4d;
    margin-right: 35rem;
}
.prompt-form table tr td .pt-gap-short{
    margin-right: 20rem;
}
.prompt-form table tr td .pt-gap-small{
    margin-right: 10rem;
}
.text-control-middle{
    width:269rem;
}
.text-control-big{
    width:600rem;
}
.text-control-small{
    width:190rem;
}
.right{
    margin-left:auto;
    margin-right: 0;
}
.delivery-address-list-top{
    margin-top:100rem;
}

.customer-order-info-note{
    font-size: 20rem;
    line-height: 30rem;
    text-align: left;
    color: #A72C32;
    margin-bottom: 15rem;
}
.customer-order-info{
    width:100%;
    border: 1px solid #999;
    padding:20rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50rem;
    margin-top:20rem;
    padding-bottom: 20rem;
}
.customer-order-info p{
    font-size: 16rem;
    line-height: 24rem;
}
.customer-order-info-delivery_txt{
    font-size:18rem;
    line-height: 26rem;
    margin-bottom: 15rem;
    display: block;
}
.delivery-ordered-product-info{
    width:100%;
    border: 1px solid #999;
    padding:20rem;
    margin-bottom: 50rem;
    margin-top:20rem;
}
.delivery-ordered-product-info p{
    font-size: 16rem;
    line-height: 24rem;
}
.delivery-ordered-product-info .delivery-info{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20rem;
    border-bottom: 1px solid #999;
    margin-bottom: 20rem;
}
.delivery-ordered-product-info .ordered-product{
    width:100%;
    background: #f2eeea;
    padding:10rem;
    display: flex;
    align-items: center;
    margin-top:20rem;
}
.delivery-ordered-product-info .ordered-product .pic{
    width: 130rem;
    margin-right: 20rem;
}
.delivery-ordered-product-info .ordered-product .order-text{
    font-size: 16rem;
    line-height: 24rem;
}
.font-16{
    font-size: 16rem;
    line-height: 24rem;
}
.gap-pos{
    margin:0 10rem;
}
.pay-method{
    width:100%;
    border: 1px solid #999;
    padding:20rem;
    margin-bottom: 50rem;
    margin-top:20rem;
}
.pay-method .pay-selection{
    padding-bottom: 10rem;
    border-bottom:1px solid #999;
    margin-bottom: 10rem;
}
.pay-method .pay-selection .label-txt{
    font-size: 18rem;
    line-height: 27rem;
    margin-right: 15rem;
}
.pay-method .pay-selection .required{
    font-size: 14rem;
    line-height: 21rem;
    text-align: center;
    color: #fff;
    padding:5rem;
    background: #A72C32;
}
.font-14{   
    font-size: 14rem;
    line-height: 22rem;
}
.pay-method .banks{
    padding-left:30rem;
    display: flex;
}
.pay-method .banks .item{
    display: flex;
    align-items: center;
    margin-right: 50rem;
}
.pay-method .banks .item:last-child{
    margin:0;
}

.pay-method .banks .radio-label{
    font-size: 16rem;
    line-height: 24rem;
    margin:0 0 0 10rem;
}

.payment-info{
    width:100%;
    border: 1px solid #999;
    padding:20rem;
    margin-bottom: 50rem;
    margin-top:20rem;
}
.select-control-wide-small{
    width:80rem;
}
.select-control-wide-middle{
    width:105rem;
}
.sd-card-txt{
    font-size: 16rem;
    line-height: 24rem;
    margin:0 10rem;
}
.sd-card-txt-1{
    font-size:16rem;
    line-height: 24rem;
    margin-top:10rem;
}
.checkbox-control{
    width: 19rem;
    height: 19rem;
    border-radius: 5.07rem;
}
.checkbox-label{
    font-size: 18rem;
    line-height: 27rem;
    vertical-align: top;
}
.card-checkbox-txt{
    font-size:18rem;
    line-height: 27rem;
    padding-left:20rem;
}
.payment-info table tr{
    border:0;
    border-bottom: 1px solid #999;
}
.payment-info table tr:last-child{
    border-bottom: 0;
}
.pay-contact{
    width:100%;
    font-size: 14rem;
    line-height: 21rem;
    text-align: left;
    /*color: #b3b3b3;*/
    padding:10rem;
    margin-top:20rem;
    margin-bottom: 10rem;
}
.no-border{
    border-bottom:unset!important;
}
.more-gray-control{
    background: #ccc;
}
.more-gray-control p{
    color: #58595B;
}
.mt-10{
    margin-top:10rem;
}
.sec-required{
    position: absolute;
    right:0rem;
    top:108rem;
}
.select-control-big{
    width:300rem;
}
.logined-name{
    font-size: 18rem;
    line-height: 27rem;
    float: right;
    color: #4d4d4d;
}
.mypage-list{
    width:100%;
    margin-top:80rem;
    margin-bottom: 40rem;
}
.mypage-list table{
    width:100%;
    border-collapse: collapse;
}
.mypage-list table tr{
    border-top: 1px solid #999;
}
.mypage-list table tr:last-child{
    border-bottom: 1px solid #999;
}
.mypage-list table tr td{
    font-family: "ヒラギノ明朝5";
    font-weight: normal;
    font-size: 24rem;
    letter-spacing: 0.1em;
    line-height: 35rem;
    text-align: center;
    padding:10rem 0;
    cursor: pointer;
}
.mypage-list table tr td:hover{
    color:#A72C32;
}
.product-list{
    margin-top:50rem;
}
.product-list .history-title{
    font-size: 20rem;
    line-height: 30rem;
    text-align: left;
    color: #58595B;
}
.product-list .no-txt{
    font-size: 18rem;
    line-height: 27rem;
    text-align: left;
    color: #58595B;
}
.product-list table{
    width:100%;
    margin-top:30rem;
    border-collapse: collapse;
}
.product-list table tr{
    border-top:1px solid #999;
}
.product-list table tr:last-child{
    border-bottom:1px solid #999;
}
.product-list table tr td{
    padding:10rem 10rem;
    font-size: 16rem;
    line-height: 24rem;
}
.registed-card-txt{
    font-size: 20rem;
    line-height: 30rem;
    text-align: left;
    color: #58595B;
}
.no-card-txt{
    font-size: 18rem;
    line-height: 27rem;
}
.card-regist{
    margin-top:50rem;
}
.card-regist .credit-txt{
    font-size: 20rem;
    line-height: 30rem;
}
.card-regist .credit-note-txt{
    font-size: 18rem;
    line-height: 27rem;
}
.user-guide_ttl{
    font-size:20rem;
    line-height: 35rem;
    padding-bottom: 10rem;
    border-bottom: 1px solid #999;
    margin: 60rem 0 20rem;
}
.user-guide-txt{
    font-size:18rem;
    line-height: 30rem;
}
.logo-screen{
    width:100%;
    height:100%;
    background: white;
    position: fixed;
    top:0;
    left:0;
    z-index: 11;
    transition: all 1.6s ease-in-out;
}
.logo-screen .logo-image{
    width:313px;
    height: 257px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    transition: all 3s ease-in-out;
    opacity: 0;
}
.logo-screen .logo-image.is-visibled{
    opacity: 1;
}
.logo-screen.is-disibled{
    height: 0;
    visibility: hidden;
    top:auto;
    bottom: 0;
}
.logo-screen.is-disibled .logo-image{
    transition: unset;
    visibility: hidden;

}
.smooth {
    clip-path: inset(0 100% 0 0);
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
    transition-property: clip-path;
    line-height: 1;
    /* margin-top: 15px; */
  }
.smooth.is-animated {
    clip-path: inset(0);
  }

.anim-1 {
    opacity: 0;
    -webkit-transition: all 1.6s cubic-bezier(0.12, 0.92, 0.31, 0.95);
    transition: all 1.6s cubic-bezier(0.12, 0.92, 0.31, 0.95);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}


.anim-1.to-up {
    -webkit-transform: translateY(-50px);
    transform: translateY(50px);
}

.anim-1.to-right {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
}

.anim-1.to-left {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
}

.anim-1.to-large {
    opacity: 1;
    -webkit-transform: scale(0.001) translateY(0);
    transform: scale(0.001) translateY(0);
}
.anim-1.is-animated {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}








@media(min-width:1081px) {
    .btn_tel, .Sp_footer {
        display: none;
    }
}

@media only screen and (max-width:1080px){
    html{
        font-size:0.8px;
    }
    .section-about .about-wrapper .about-image .item {
        width: 50%;
    }
    .section-product .product-wrapper .product-content .image-property_txt {
        width: 40%;
    }
    .section-product .product-wrapper .product-content .purchase-item {
        width: 56%;
    }
    .section-product .product-wrapper .product-content {
        width: 100%;
    }
    .subpage-catch {
        width: 80%;
    }
    .container {
        width: 90%;
    }
    .about-container .detail-item .detail-pic {
        width: 35%;
    }
    .about-container .detail-item .detail-text {
        width: 60%;
    }
    .btn_wrapper-580 {
        width: 90%;
    }
    .sub-container {
        width: 95%;
    }
    .prompt-form table tr td .pt-gap {
        margin-right: 7rem;
    }
    .btn_print, .pc_footer {
        display: none;
    }
    .section-news ul {
        padding-left: 0px;
    }
    
    .text-control-middle {
        width: 250rem;
    }
    .text-control-small {
        width: 180rem;
    }

}
@media only screen and (max-width:768px){
    html{
        font-size:0.130208vw;
    }
    .menu {
        width: 100%;
        padding: 31rem 30rem;
    }
    .section-product .product-wrapper .product-content {
        display: block;
    }
    .section-product .product-wrapper .product-content .image-property_txt {
        /*width: 700rem;*/
        width: 100%!important;
        margin: auto;
        text-align: center;
        margin-bottom: 50rem;
    }
    .top-fv .top-text_wrapper .top-catch_txt {
        font-size: 34rem;
        line-height: 54rem;
    }
    .section-product .product-wrapper .product-content .image-property_txt .property-text ul li {
        font-size: 26rem;
        padding:6rem 0;
    }
    .section-product .product-wrapper .product-content .purchase-item {
        /*width: 700rem;*/
        width: 100%!important;
        margin: auto;
    }
    .section-product .product-wrapper .product-content .purchase-item .item ul li .single-item_txt {
        line-height: 45rem;
    }
    .navigation {
        width: 100%;
    }
    .navigation ul {
        padding-left: 60rem;
        top:160rem;
    }
    footer ul {
        display: block;
    }
    footer ul li {
        font-size: 28rem;
        padding: 20rem 30rem;
    }
    footer .copyright {
        font-size: 26rem;
    }
    .section-about .about-wrapper {
    background-image: url(../img/about-back_sp.png);
    }
    .section-about .about-wrapper .about-text {
        width: 700rem;
        margin: auto;
        font-size: 23rem;
        text-align: justify;
    }
    .sp{
        display: flex;
    }
    .pc-block{
        display: none;
    }
    .pc{
        display: none;
    }
    .top-fv .top-text_wrapper .top-white-back_txt
    {
        font-size:20rem;
    }
    .sub-detail-txt {
        font-size: 20rem;
    }
    .subpage-catch p {
        font-size: 24rem;
        line-height: 46rem;
    }
    .subpage-catch {
        width: 700rem;
    }
    .container {
        width: 700rem;
        padding: 40rem 30rem;
    }
    .about-container .detail-item {
        display: block;
        margin-bottom: 100rem;
    }
    .about-container .detail-item .detail-text {
        width: 100%;
        text-align: center;
    }
    .about-container .detail-item .detail-text .d-txt {
        font-size: 22rem;
        line-height: 44rem;
        text-align: justify;
    }
    .sub-title_txt {
        font-size: 36rem;
    }
    .about-container .detail-item .detail-text .d-title {
        font-size: 30rem;
        line-height: 56rem;
        text-align: justify;
    }
    .about-container .detail-item .detail-pic {
        width: 100%;
        margin-top:30rem;
        margin-bottom: 20rem;
    }
    .about-container .detail-item .detail-pic-down {
        padding-top: 0;
    }
    .about-container .gap-txt {
        font-size: 22rem;
        line-height: 42rem;
        text-align: justify;
    }
    .about-container .final-gap-txt{
        text-align: justify;
        padding:40rem 20rem;
    }
    .componet-test-chart {
        width: 700rem;
    }
    .componet-test-chart {
        width: 100%;
    }
    .componet-content_txt {
        text-align: justify;
    }
    .componet-content_subtxt {
        font-size: 22rem;
        line-height: 39rem;
        text-align: justify;
        margin-top: 15rem;
    }
    .componet-table table tr td {
        font-size: 22rem;
        line-height: 42rem;
    }
    .componet-table table tr th {
        padding: 15rem 0;
        font-size: 22rem;
        line-height: 42rem;
    }
    .componet-test-table table tr td {
        font-size: 22rem;
        line-height: 42rem;
    }
    .componet-d-txt {
        font-size: 24rem;
        line-height: 42rem;
    }
    .commitment-d-txt {
        font-size: 28rem;
        line-height: 46rem;
        text-align: justify;
    }
    .prompt-form table tr{
        display: grid;
    }
    .prompt-form table tr td:first-child{
        padding-bottom: 0;
        font-size: 24rem;
    }
    .prompt-form table tr td .required{
        float: unset;
    }
    .sub-container .inner {
        padding: 25rem 20rem 30rem;
    }
    .font-18 {
        font-size: 24rem;
    }
    .prompt-form table tr td .required {
        font-size: 20rem;
    }
    .prompt-form table tr td .pt-gap {
        font-size: 22rem;
    }
    .text-control {
        height: 50rem;
        font-size: 22rem;
    }
    .select-control-small {
        width: 245rem;
        height: 49rem;
        font-size: 22rem;
    }
    .delivery-address-list table tr td {
        font-size: 24rem;
        line-height: 35rem;
    }
    .btn-control p {
        font-size: 24rem;
    }
    .btn-control {
        width: 300rem;
        height: 50rem;
    }
    .login-wrapper {
        display: block;
    }
    .login-wrapper .item {
        width: 100%;
        margin-bottom: 30rem;
    }
    .font-24 {
        font-size: 28rem;
    }
    .sub-container .inner .breadpath {
        font-size: 24rem;
    }
    .login-wrapper .item .login-exp-txt {
        font-size: 20rem;
        line-height: 30rem;
    }
    .tap-txt {
        font-size: 20rem;
    }
    .text-control {
        width: 100%;
    }
    .check-control {
        width: 20rem;
        height: 20rem;
    }
    .lost-pwd {
        font-size: 20rem;
        margin-top: 25rem;
    }
    .login-note {
        font-size: 22rem;
        line-height: 28rem;
    }
    .sub-container .inner .product-detail-content {
        display: block;
    }
    .sub-container .inner .product-detail-content .pic {
        width: 100%;
        margin-bottom: 40rem;
    }
    .sub-container .inner .product-detail-content .content .detail-price {
        font-size: 22rem;
        line-height: 28rem;
        margin-top: 25rem;
    }
    .sub-container .inner .product-detail-content .content .detail-txt {
        font-size: 22rem;
        line-height: 30rem;
        margin-top: 40rem;
    }
    .sub-container .inner .product-detail-content .content {
        width: 100%;
    }
    .product-detail .sub-container .inner .product-detail-content .content .pd-controls .boxs-number .box-label {
        font-size: 24rem;
        line-height: 30rem;
    }
    .select-control {
        width: 250rem;
        height: 50rem;
        border-radius: 4rem;
        font-size: 22rem;
    }
    .select-control-big{
    width:80%;
    }
    .select-control select {
        font-size: 20rem;
    }
    .d-block{
        display: block;
    }
    .logined-name {
        font-size: 22rem;
        margin-top: 20rem;
    }
    .registed-card-txt {
        font-size: 26rem;
        line-height: 30rem;
    }
    .mt-60 {
        margin-top: 80rem !important;
    }
    .no-card-txt {
        margin-top:20rem;
        font-size: 24rem;
        line-height: 35rem;
    }
    .card-regist .credit-txt {
        font-size: 28rem;
        line-height: 35rem;
    }
    .card-regist .credit-note-txt {
        font-size: 24rem;
        line-height: 37rem;
        margin-top: 15rem;
    }
    .prompt-form table tr td:last-child {
        padding-left: 0;
    }
    .sd-card-txt {
        font-size: 22rem;
    }
    .sd-card-txt-1 {
        font-size: 22rem;
        line-height: 35rem;
        margin-top: 10rem;
    }
    .product-list .history-title {
        font-size: 28rem;
    }
    .product-list .no-txt {
        font-size: 24rem;
        line-height: 35rem;
    }
    .product-list table tr td {
        font-size: 20rem;
    }
    .mypage-list table tr td {
        font-size: 30rem;
        padding: 15rem 0;
    }
    .text-control-two {
        width: 80%;
    }
    .prompt-form table tr td .pt-gap {
        margin-right: 23rem;
    }
    .prompt-form table tr td .pt-gap-short {
        margin-right: 3rem;
    }
    .select-control-wide-small {
        width: 150rem;
    }
    .pay-contact {
        width: 100%;
        font-size: 22rem;
        line-height: 30rem;
    }
    .font-16 {
        font-size: 22rem;
        line-height: 26rem;
    }
    .user-guide_ttl {
        font-size: 28rem;
    }
    .user-guide-txt {
        font-size: 24rem;
        line-height: 38rem;
    }
    .customer-order-info p {
        font-size: 22rem;
        line-height: 28rem;
    }
    .delivery-ordered-product-info p {
        font-size: 22rem;
        line-height: 28rem;
    }
    .customer-order-info-delivery_txt {
        font-size: 24rem;
    }
    .delivery-ordered-product-info .ordered-product .order-text {
        font-size: 22rem;
        line-height: 28rem;
    }
    .pay-method .pay-selection .label-txt {
        font-size: 24rem;
    }
    .pay-method .banks {
        display: block;
    }
    .pay-method .banks .radio-label {
        font-size: 22rem;
    }
    .pay-method .banks .item {
        margin: 10rem 0;
    }
    .font-14 {
        font-size: 20rem;
        line-height: 22rem;
    }
    .checkbox-label {
        font-size: 24rem;
    }
    .card-checkbox-txt {
        font-size: 22rem;
        line-height: 35rem;
        padding-left: 32rem;
    }
    .checkbox-control {
        width: 25rem;
        height: 25rem;
    }
    .customer-order-info-note {
        font-size: 28rem;
    }
    .sec-required {
        display: none;
    }
    .prompt-form table tr td:first-child {
        width: 100%;
    }
    .product-detail {
        height: auto;
    }
    .text-control-small {
        width: 200rem;
    }
}

/*追加*/
.section-news {
    background: #cba458;
}
.section-news .en-ttl {
    color: #fff;
}
.section-news .ja-ttl {
    color: #fff!important;
}
.section-news li {
    font-size: 18rem;
    line-height: 45rem;
}
.section-news .taimen {
    font-size: 20rem;
    letter-spacing: 0.1em;
    line-height: 40rem;
    text-align: center;
    color: #A72C32;
    display: block;
}
.section-news .product-wrapper{
    background: #cba458;
    width:100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    padding:0 0 60rem 0!important;
}
.section-news .product-wrapper .product-content{
    width:1080rem;
    margin:auto;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 60px 0;
}
.section-news .product-wrapper .product-content .image-property_txt{
    width:420rem;
}
.section-news .product-wrapper .product-content .image-property_txt .pic{
    width:100%;
}
.section-news .product-wrapper .product-content .image-property_txt .property-text{
    margin:35rem 0 40rem;
}
.section-news .product-wrapper .product-content .image-property_txt .property-text ul{
    padding:0;
    list-style: none;
    margin:0;
}
.section-news .product-wrapper .product-content .image-property_txt .property-text ul li{
    font-size: 18rem;
    line-height: 36rem;
    text-align: left;
}
.section-news .product-wrapper .product-content .purchase-item{
    width:620rem;
}
.section-news .product-wrapper .product-content .purchase-item .item{
    padding:50rem;
    background: white;
}
.section-news .product-wrapper .product-content .purchase-item .item .single-item-purchase_icon{
    background: #A72C32;
    padding:10rem 20rem;
    font-size: 24rem;
    letter-spacing: 0.1em;
    line-height: 60rem;
    text-align: center;
    color: #fff;
}
.section-news .product-wrapper .product-content .purchase-item .item .update{
    font-size: 18rem;
    line-height: 36rem;
    margin-left:20rem;
}
.section-news .product-wrapper .product-content .purchase-item .item .regular-purchase{
    background: #cba458;
}
.section-news .product-wrapper .product-content .purchase-item .item ul{
    width:100%;
    padding:0;
    margin:0;
    list-style: none;
    margin:50rem 0;
}
.section-news .product-wrapper .product-content .purchase-item .item ul li{
    border-top: 1rem solid #808080;
    padding:10rem 0;
}
.section-news .product-wrapper .product-content .purchase-item .item ul li:last-child{
    border-bottom: 1rem solid #808080;
}
.section-news .product-wrapper .product-content .purchase-item .item ul li .single-item_txt{
    font-size: 28rem;
    line-height: 35rem;
    text-align: left;
    color: #4d4d4d;
}
.section-news .product-wrapper .product-content .purchase-item .item ul li .single-item-price{
    font-size: 28rem;
    line-height: 40rem;
    text-align: right;
    color: #58595B;
}
.section-news .product-wrapper .product-content .purchase-item .item ul li .single-item-price .price{
    color:#A72C32;
}
.mt-40{
    margin-top:40rem;
}
.section-news .product-wrapper .product-content .purchase-item .item .use-register{
    margin-top:25rem;
    text-align: center;
}
.section-news .product-wrapper .product-content .purchase-item .item .use-register .already-register_txt{
    text-decoration: underline;
    font-size: 18rem;
    letter-spacing: 0.1em;
    line-height: 40rem;
    text-align: center;
    color: #A72C32;
    display: block;
}
.section-news .product-wrapper .product-content .purchase-item .item .use-register .new-register_txt{
    color: #cba458;
}
.section-news ul {
   padding: 0;
    list-style: none;
    margin: 0;
    color: #fff;
    padding-left: 100px;
}
@media only screen and (max-width:1080px){
.section-news .product-wrapper .product-content{
    width:100%;
}
}
@media only screen and (max-width:768px){
.section-news .product-wrapper .product-content{
    width:100%;
}
.section-news .product-wrapper .product-content {
    padding: 40rem 0;
}
.section-news li {
    font-size: 23rem;
    line-height: 40rem;
}
.section-news ul {
    padding: 0 60rem;
}
}


/*主要成分*/
.table_seibun {
    color: #fff;
    font-size: 16rem;
    margin: 10rem 0;
}

@media only screen and (max-width:768px){
.taimen {
    font-size: 23rem;
}
.section-product .product-wrapper .product-content .purchase-item .item .single-item-purchase_icon {
    font-size: 33rem; 
}
.table_seibun {
    font-size: 20rem;
}
}


textarea {
    border: 1rem solid #999!important;
    padding: 5rem 10rem;
}

a {
 color: inherit;
 background-color: transparent;
 text-decoration: none;
 -webkit-text-decoration-skip: objects;
 cursor: pointer;
}

.prompt-form a {
    text-decoration: underline;
    color: #337ab7;
}


/*新メニュー*/
.menu2 {
    width: 100%;
    /*position: absolute;*/
    /*top: 80%;*/
    left: 0;
    padding: 20rem 0;
    display: flex;
    justify-content: space-between;
    /*transform: translateY(-50%);*/
    background: #a72c32;
}
.menu2_list {
    display: block;
    margin: 0 auto;
    font-size: 16rem;
    color: #fff;
}

.menu3 {
    width: 100%;
    position: absolute;
    z-index: 1;
    /*top: 145%;*/
    left: 0px;
    padding: 8rem 60rem;
    justify-content: space-between;
    /*transform: translateY(-50%);*/
    background: rgba(255, 255, 255, 0.8);
}

.menu3_list {
    display: block;
    margin: 0 auto;
    font-size: 16rem;
    color: #58595B;
    text-align: center;
}
.menu3_list a {
    line-height: 2;
}

@media only screen and (max-width:768px){
.white-back {
    height: 180rem;
}
.menu2_list {
    font-size:22rem;
}
.menu3_list {
    font-size:22rem;
}
.menu3 {
    /*top: 158%;*/
    padding: 18rem 0;
}
.logo-image img {
    width: 60%;
    margin: 0 auto;
    display: block;
}
}

/*新フッター*/
.tel_footer .tel-txt{
    font-size:18rem;
    line-height: 30rem;
}
.tel_footer .line-tel-txt{
   font-size:45rem;
   margin-left:5rem;
   line-height: 1;
}
.tel_footer .tel-txt{
    font-size:18rem;
    line-height: 30rem;
}
.pc_Footer {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    margin:0;
    padding:0;
    z-index:10;
    }
#pctelMenu {
    padding: 30rem 0;
    margin: 0 auto;
    width: 100%;
    background: #fff;
}
.footer_contents {
    display: flex;
    width: 1080rem;
    margin: 0 auto;
}
.sp_footer {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    margin:0;
    padding:0;
    z-index:10;
    }
ul.bottom-menu li {
    float:left;
    width:50%;
    background-color:#a72c32;
    list-style-type:none;
    text-align:center;
    font-size:22rem;/*アイコンのサイズ*/
    }
.bottom-menu li:first-child {
    border-right: 1px solid #fff;
    }
.bottom-menu li a {
    display: block;
    color:#fff;/*アイコン＆文字の色*/
    padding-top:15rem;
    padding-bottom:15rem;
    line-height:24rem;
    text-decoration:none;
    }
.sp_list {
    text-align: center;
    font-size: 16rem;
}
.sp_list li {
    text-align: center;
    font-size: 20rem;
    padding: 8rem 0;
    border-bottom: 1px solid #b5b5b6;
}
#telMenu {
    background: #fff;
    border-top: 2px solid #a72c32;
    padding: 10rem 22rem;
    font-size:20rem;
}
#smFooter .copyright {
    padding: 8rem 0;
}


.clear{
  /* floatを解除 */
  clear: both;
}

/*TOP商品価格*/
.section-product .product-wrapper .product-content2{
    width:1080rem;
    margin:auto;
    display: flex;
    justify-content: space-between;
}
.section-product .product-wrapper .product-content2 .image-property_txt{
    width:540rem;
}
.section-product .product-wrapper .product-content2 .image-property_txt .pic{
    width:100%;
}
.section-product .product-wrapper .product-content2 .image-property_txt .property-text{
    margin:35rem 0 40rem;
}
.section-product .product-wrapper .product-content2 .image-property_txt .property-text ul{
    padding:0;
    list-style: none;
    margin:0;
}
.section-product .product-wrapper .product-content2 .image-property_txt .property-text ul li{
    font-size: 18rem;
    line-height: 36rem;
    text-align: left;
}
.section-product .product-wrapper .product-content2 .purchase-item{
    width: 1080rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 20rem 20rem;
}
.section-product .product-wrapper .product-content2 .purchase-item .item{
    padding:50rem;
    background: rgb(255 255 255 / 70%);
}
.section-product .product-wrapper .product-content2 .purchase-item .item .single-item-purchase_icon{
    padding:10rem 20rem;
    font-size: 24rem;
    letter-spacing: 0.1em;
    line-height: 60rem;
    text-align: center;
    color: #fff;
}
.section-product .product-wrapper .product-content2 .purchase-item .item .update{
    font-size: 18rem;
    line-height: 36rem;
    margin-left:20rem;
}
.section-product .product-wrapper .product-content2 .purchase-item .item .regular-purchase{
    background: #cba458;
}
.section-product .product-wrapper .product-content2 .purchase-item .item ul{
    width:100%;
    padding:0;
    margin:0;
    list-style: none;
    margin:50rem 0;
}
.section-product .product-wrapper .product-content2 .purchase-item .item ul li{
    border-top: 1rem solid #808080;
    padding:10rem 0;
}
.section-product .product-wrapper .product-content2 .purchase-item .item ul li:last-child{
    border-bottom: 1rem solid #808080;
}
.section-product .product-wrapper .product-content2 .purchase-item .item ul li .single-item_txt{
    font-size: 28rem;
    line-height: 35rem;
    text-align: left;
    color: #4d4d4d;
}
.section-product .product-wrapper .product-content2 .purchase-item .item ul li .single-item-price{
    font-size: 28rem;
    line-height: 40rem;
    text-align: right;
    color: #58595B;
}
.section-product .product-wrapper .product-content2 .purchase-item .item ul li .single-item-price .price{
    color:#A72C32;
}
.mt-40{
    margin-top:40rem;
}
.section-product .product-wrapper .product-content2 .purchase-item .item .use-register{
    margin-top:25rem;
    text-align: center;
}
.section-product .product-wrapper .product-content2 .purchase-item .item .use-register .already-register_txt{
    text-decoration: underline;
    font-size: 18rem;
    letter-spacing: 0.1em;
    line-height: 40rem;
    text-align: center;
    color: #A72C32;
    display: block;
}
.section-product .product-wrapper .product-content2 .purchase-item .item .use-register .new-register_txt{
    color: #cba458;
}

@media only screen and (max-width:1080px){
    .section-product .product-wrapper .product-content2 .image-property_txt {
        width: 40%;
    }
    .section-product .product-wrapper .product-content2 .purchase-item {
        width: 56%;
    }
    .section-product .product-wrapper .product-content2 {
        width: 100%;
    }
}
@media only screen and (max-width:768px){
    .section-product .product-wrapper .product-content2 {
        display: block;
    }
    .section-product .product-wrapper .product-content2 .image-property_txt {
        width: 700rem;
        margin: auto;
        text-align: center;
        margin-bottom: 50rem;
    }
    .section-product .product-wrapper .product-content2 .image-property_txt .property-text ul li {
        font-size: 26rem;
        padding:6rem 0;
    }
    .section-product .product-wrapper .product-content2 .purchase-item {
    width: 100%;
    display: block;
    }
    .section-product .product-wrapper .product-content2 .purchase-item .item ul li .single-item_txt {
        line-height: 45rem;
    }
    #container {
    overflow: hidden;
    }
}

.table_seibun td {
    padding: 4rem 15rem 4rem 0;
}

.debug {
    display:none;
}

/*黄ボタン*/

.btn_wrapper_gold{
    height: auto;
    padding:10rem 0;
    border: 2rem solid #ffffff;
    background: transparent;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: unset;
}
.btn_wrapper_gold:after{
    content:'';
    width:100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top:0;
    left:-100%;
    transition: all 0.3s ease-in-out;
}
.btn_wrapper_gold:hover:after{
    left:0;
}


.btn_wrapper_gold p{
    font-size: 24rem;
    letter-spacing: 0.1em;
    line-height: 60rem;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease-in-out;
}
.btn_wrapper_gold:hover p{
    color: #cba458;
}

/*白ボタン*/

.btn_wrapper_white{
    width: 500rem;
    height: auto;
    padding:10rem 0;
    border: 2rem solid #b3b3b3;
    background: transparent;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: unset;
}
.btn_wrapper_white:after{
    content:'';
    width:100%;
    height: 100%;
    background: #b3b3b3;
    position: absolute;
    top:0;
    left:-100%;
    transition: all 0.3s ease-in-out;
}
.btn_wrapper_white:hover:after{
    left:0;
}

.btn_wrapper-small{
    width: 420rem;
}
.registered{
    border: 2rem solid #b3b3b3;
}

.btn_wrapper_white p{
    font-size: 24rem;
    letter-spacing: 0.1em;
    line-height: 60rem;
    text-align: center;
    color: #b3b3b3;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease-in-out;
}
.btn_wrapper_white:hover p{
    color:white;
}
.registered p{
    color: #b3b3b3;
}

/*問い合わせ・資料請求*/
.btn-select {
    background: #d39699;
}

.selected {
    background: #A72C32;
}


/*エラー文*/
.attention {
    font-size: 14rem;
    color: #f18d37;
}

/*ページ内リンク*/
#product {
    display: block;
    padding-top: 130px;
    margin-top: -130px;
}

@media only screen and (max-width:768px){
#product {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.required {
    margin-left: 10rem;
}
.logo-screen .logo-image {
    width: 100%;
}
}

/*定期購入フォーム*/
#periodArea {
    margin: 40px auto 30px auto;
}

body[data-lang="ja"] .ja { display: block; }
body[data-lang="ja"] .ch { display: none !important; }
body[data-lang="ch"] .ja { display: none !important; }
body[data-lang="ch"] .ch { display: block; }
body[data-lang="ja"] span.ja { display: inline; }
body[data-lang="ch"] span.ch { display: inline; }
body[data-lang="ja"] tr.ja { display: table-row; }
body[data-lang="ch"] tr.ch { display: table-row; }
body[data-lang="ja"] th.ja { display: table-cell; }
body[data-lang="ch"] th.ch { display: table-cell; }
body[data-lang="ja"] td.ja { display: table-cell; }
body[data-lang="ch"] td.ch { display: table-cell; }
.ch {
  display: none;
}
