@charset "utf-8";

.contentwrap a {
    text-decoration: none;
    color: #25282A;
}
.contentwrap a:hover {
    transition: all 0.3s;
    opacity: 0.7;
}
@media (min-width:768px) {
    .pc_view {
        display: block!important;
    }
    .sp_view {
        display: none!important;
    }
}
@media (max-width:767px){
    .pc_view {
        display: none!important;
    }
    .sp_view {
        display: block!important;
    }
    .inner {
        padding: 0 1rem;
    }
}
/* body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'BIZ UDPGothic', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #25282A;
    letter-spacing: 0.16em;
} */
#main_middle {
    font-family: 'BIZ UDPGothic', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #25282A;
    letter-spacing: 0.16em;
}
.inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}
@media (max-width:767px){
    .inner-wrap {
        padding: 0 20px;
    }
}
.section_title{
    text-align: center;
    color: #FF6A0C;
    font-size: 24px;
    font-weight: bold;
    line-height: calc(38 / 24);
    letter-spacing: 0.16em;
}
@media (max-width:767px){
    .section_title{
        font-size: 24px;
        line-height: calc(35 / 24);
    }
}
.section_text{
    line-height: calc(23 / 14);
    font-weight: 300;
    letter-spacing: 0.16em;
}
img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.bold{
    font-weight: bold;
}



/* fv */
.mainimg {
    aspect-ratio: 1400 / 425;
    background: url(../img/mv-pc.png) 0 0 no-repeat ;
    background-size: cover;
    position: relative;
}
.h1_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFFFFF;
    transform: translate(-50%,-50%);
    text-align: center;
}
@media (max-width:767px) {
    .h1_ttl {
        top: 40%;
        width: 100%;
        max-width: 100%;
        font-size: 22px;
        line-height: calc(24 / 22);
        transform: translate(-50%,0%);
    }
}
@media (max-width:767px) {
    .mainimg {
        background: url(../img/mv-sp.png) 0 0 no-repeat ;
        background-size: cover;
        aspect-ratio: 375 / 343;
        padding-left: 20px;
        padding-right: 20px;
    }
    .h1_ttl {
        font-size: 22px;
        line-height: calc(24 / 22);
    }
}
.h1_ttl-top{
    display: block;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.11em;
    line-height: calc(43 / 32);
}
@media (max-width:767px) {
    .h1_ttl-top{
        font-size: 22px;
        line-height: calc(24 / 22);
    }
}
.h1_ttl-bottom{
    display: block;
    margin-top: 2px;
}

.h1_subttl{
    /* margin-top: 35px; */
    margin-top: calc(35 / 425 * 100%) ;
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
}
@media (max-width:767px) {
    .h1_subttl{
        margin-top: 16px;
        font-size: 19px;
    }
}
.h1_small{
    font-size: 16px;
    line-height: 43px;
}
.h1_sub-top{
    display: inline-block;
    padding-bottom: 10px;
}
@media (max-width:767px) {
    .h1_sub-top{
        padding-bottom: 5px;
    }
}
.h1_sub-bottom{
    display: inline-block;
    border-top: 1px solid #ffffff;
    padding-top: 10px;
}
@media (max-width:767px) {
    .h1_sub-bottom{
        padding-top: 5px;
    }
}

/* award */
.aboutvenex {
    margin-top: 60px;
    text-align: center;
}
.award {
    width: 930px;
    max-width: 100%;
  }
.award img{
    object-fit: contain;
}
.award_text{
    margin-top: 80px;
    line-height: calc(23 / 14);
}
@media (max-width:767px) {
    .award_text{
        margin-top: 38px;
    }
}
.howtoselect {
    margin-top: 80px;
    text-align: center;
}
@media (max-width:767px) {
    .howtoselect {
        margin-top: 60px;
    }
}
.click_wrap {
    width: 713px;
    max-width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
}
@media (max-width:767px) {
    .click_wrap {
        flex-wrap: wrap;
    }
}
.click_wrap img{
    aspect-ratio: 223 / 122;
}
@media (max-width:767px) {
    .click_wrap img{
        width: 160px;
        max-width: 100%;
        aspect-ratio: 160 / 100;
    }
}

/* about */
.about {
    margin-top: 100px;
}
@media (max-width:767px) {
    .about {
        margin-top: 60px;
    }
    .about .section_title{
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
}
.about_flex{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
@media (max-width:767px) {
    .about_flex{
        margin-top: 32px;
        flex-direction: column;
        gap: 40px;
    }
}
.about_text{
    font-size: 14px;
    line-height: calc(23 / 14);
    text-align:justify
}
.about_text p:not(:first-child){
    margin-top: 10px;
}
.about_img{
    width: 373px;
    max-width: 100%;
}
.about_img img{
   object-fit: contain;
}

.about_content {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 100px 0 40px;
    text-align: center;
    position: relative;
    top: -65px;
}
.about_content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #25282A;
    opacity: .25;
    z-index: -1;
}
.about-reccomend {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: calc(28 / 16);
    letter-spacing: 0.06em;
}
.about_content p{
    line-height: calc(30 / 16);
    font-size: 16px;
    letter-spacing: 0.06em;
}

.recommend-wrap{
   text-align: center;
   margin: 20px auto;
   width: 464px;
   max-width: 100%;
}
.recommend-wrap img{
    object-fit: contain;
    margin: 0 auto;
}

.prohibited{
    margin-top: 30px;
    width: 285px;
    max-width: 100%;
    margin: 30px auto 0;
}
.prohibited img{
    object-fit: contain;
}
.about-venex{
    margin-top: -20px;
}

/* feature */
.feature{
    margin-top: 80px;
}
@media (max-width:767px) {
    .feature{
        margin-top: 60px;
    }
}
.feature-wrap{
    margin-top: 36px;
}
@media (max-width:767px) {
    .feature-wrap{
        margin-top: 16px;
    }
}
.feature2-wrap{
    margin-top: 40px;
    padding: 0 40px;
}
@media (max-width:767px) {
    .feature2-wrap{
        padding: 0;
    }
}
.feature2-wrap_head{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: calc(26 / 24);
    letter-spacing: 0.11em;
}
@media (max-width:767px) {
    .feature2-wrap_head{
        font-size: 20px;
    }
}
.feature2-flex {
    margin-top: 24px;
    display: flex;
    gap: 38px;
}
@media (max-width:767px) {
    .feature2-flex {
        margin-top: 40px;
        flex-direction: column;
        gap: 20px;
    }
}
.feature2-item {
    flex: 1;
}
.feature2-item h4{
    font-size: 20px;
    font-weight: bold;
    line-height: calc(24 / 20);
    letter-spacing: 0.11em;
    margin-bottom: 35px;
}
@media (max-width:767px) {
    .feature2-item h4{
        margin-bottom: 24px;
    }
}
.feature2-item p{
    font-size: 14px;
    line-height: calc(23 / 14);
    letter-spacing: 0.16em;
}
.feature2-item p:not(:first-of-type){
    margin-top: 10px;
}
.feature2-item p:last-of-type{
   font-size: 12px;
   line-height: calc(17 / 12);
}
.feature2-img {
    flex: 1;
}

/* gift */
.gift{
    margin-top: 80px;
}
@media (max-width:767px) {
    .gift{
        margin-top: 60px;
    }
    .gift .section_title{
        letter-spacing: 0.13em;
    }
}
.gift p{
    margin-top: 20px;
    text-align: center;
}
.gift_wrap{
    margin-top: 20px;
    margin-inline: auto; 
    width: 584px;
    max-width: 100%;
}
.gift_wrap img{
    aspect-ratio: 584 / 200;
}

/* select */
.select{
    margin-top: 90px;
    text-align: center;
}
@media (max-width:767px) {
    .select{
        margin-top: 60px;
    }
}
.select .section_title{
    margin-bottom: 20px;
}
.select_wrap{
    margin-top: 40px;
}

/* ランキングタブ
-------------------------------------- */
.ranking {
    margin-top: 80px;
}
@media (max-width:767px) {
    .ranking {
        margin-top: 55px;
    }
    .ranking .inner-wrap{
        display: contents;
    }
}

.tabs,.tabs2 {
    margin-top: 26px;
	display: flex;
    justify-content: center;
    align-items: end;
	text-align: center;
    gap: 10px;
}
@media (max-width:767px) {
    .tabs {
        justify-content: space-between;
        padding: 0 20px;
    }
    .tabs2 {
        justify-content: space-between;
        padding: 0 15px;
    }
} 
.tab_item{
    cursor:pointer;
    list-style: none;
    line-height: 1;
}
@media (max-width:767px) {
    .tab_item{
        width: 100%;
    }
} 
.tabs a,.tabs2 a {
    width: 137px;
    height: 40px;
    border: 2px solid rgba(37, 40, 42, .75);
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #25282A;
    background-color: #fff;
    font-size: 14px;
    pointer-events: none;
    line-height: 1;
}
@media (max-width:767px) {
    .tabs a,.tabs2 a {
        width: 100%;
        font-size: 10px;
    }
} 
.tabs .active a,.tabs2 .active a{
    height: 54px;
    color: #fff;
	background-color: rgba(37, 40, 42, .75);
}

/* tab_content */
.tab_content,.tab_content2 {
    background-color: rgba(37, 40, 42, .75);
    border-radius: 10px;
    padding: 24px 30px;
    margin: 0 auto;
}
@media (max-width:767px) {
    .tab_content {
        padding: 20px;  
        border-radius: 0px;
    }
    .tab_content2 {
        padding: 40px 20px;  
        border-radius: 0px;
    }
    .tab_content .rank_item {
        flex: 0 0 auto;
        width: 285px;
        max-width: 100vw;
    }
    .tab_content2 .rank_item {
        width: 100%;
    }
}
.tab_content {
    display: flex;
    gap: 20px;
}
@media (max-width:767px) {
    .tab_content{
        overflow-x: auto; 
        white-space: nowrap; 
        scroll-behavior: smooth;
    }
}
.tab_content2 {
    display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    gap: 20px;
}
@media (max-width:767px) {
    .tab_content2 {
        grid-template-columns:  1fr 1fr;
    }
}
.tab_content.active,.tab_content2.active {
    display: block;
}
.tab_content img,.tab_content2 img{
    margin: 0 auto;
    object-fit: contain;
    border-radius: 10px;
}
@media (max-width:767px) {
    .tab_content img{
        aspect-ratio: 285 / 503;
        object-fit: cover;
    }
    .tab_content2 .item_img a{
        width: 164px;
        max-width: 100%;
    }
    .tab_content2 img{
        aspect-ratio: 164 / 200;
    }
}

/* chart */
.chart {
    margin-top: 60px;
    padding: 45px 0 80px;
    position: relative;
}
@media (max-width:767px) {
    .chart {
        padding: 32px 0;
    } 
}
.chart::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #25282A;
    opacity: .25;
    z-index: -1;
}
.chart h2{
    color: #25282A;
}
.chart_sub{
    display: block;
    font-size: 16px;
}
.chart img{
    margin-top: 30px;
    margin-inline: auto;
    object-fit: contain;
}

.fabric_graph{
    margin-top: 100px;
    width: 617px;
    max-width: 100%;
    margin-inline: auto;
}
@media (max-width:767px) {
    .fabric_graph{
        width: 100%;
        margin-top: 60px;
    }
}

/* fabric */
.fabric{
    margin-top: 90px;
    
}
@media (max-width:767px) {
    .fabric{
        margin-top: 60px;
    }
}
@media (max-width:767px) {
    .fabric .inner-wrap{
        display: contents;
    }
}
.fabric p{
    margin-top: 20px;
    line-height: calc(23 / 14);
    text-align: center;
}

/* product */
.item_cat {
    margin-top: 100px;
    text-align: center;
}
@media (max-width:767px) {
    .item_cat {
        margin-top: 60px;
    }
}
.product_text{
    margin-top: 40px;
    line-height: calc(23 / 14);
}
@media (max-width:767px) {
    .product_text{
        margin-top: 20px;
        line-height: calc(23 / 14);
    }
}
.product_img{
    margin-top: 54px;
}
@media (max-width:767px) {
    .product_img{
        margin-top: 30px;
    }
}
.product_head{
    margin-top: 60px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.11em;
}
@media (max-width:767px) {
    .product_head{
        margin-top: 40px;
    }
}
.product_flex{
    margin-top: 28px;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width:767px) {
    .product_flex{
        margin-top: 20px;
        flex-direction: column;
    }
}
.product_flex a{
    display: inline-block;
    flex: 1;
}
.product_chart {
    margin-top: 40px;
    display: flex;
    justify-content: end;
}
@media (max-width:767px) {
    .product_chart {
        margin-top: 33px;
    }
}

/* standarddry */
.standarddry h2{
    margin-bottom: 34px;
}

/* accessory */
.accessory_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
@media (max-width:767px) {
    .accessory_grid{
        grid-template-columns: 1fr;
    }
}

/* price_select */
.price_select_flex{
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
@media (max-width:767px) {
    .price_select_flex{
        margin-top: 20px;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}
.price_select_flex a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000000;
    border-radius: 10px;
    height: 103px;
    font-weight: bold;
    letter-spacing: 0.11em;
    color: #25282A;
}
@media (max-width:767px) {
    .price_select_flex a{
        height: 53px;
        font-size: 12px;
    }
}
.price_select-text{
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.11em;
}

/* quation */
.quation{
    margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
}
@media (max-width:767px) {
    .quation{
        margin-top: 60px;
        padding-top: 35px;
        padding-bottom: 35px;
        position: relative;
    }
}
.quation::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #25282A;
    opacity: .25;
    z-index: -1;
}
.quation_title{
    color: #25282A ;
}
.acodion-menu1{
    margin-top: 10px;
}
.cp_actab {
    padding-top: 20px;
    position: relative;
    overflow: hidden;
    /* width: 90%; */
    margin: 0 auto;
    border-bottom: 1px solid #25282A;
}
.cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.cp_actab label {
    font-weight: bold;
    position: relative;
    display: block;
    padding-bottom: 20px;
    cursor: pointer;
    margin: 0 0 1px 0;
    text-indent: -1.5em;
    padding-left: 1.5em;
    position: relative;
}
.cp_actab-content p{
    width: 95%;
    text-indent: -1.5em;
    padding-left: 1.5em;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.11em;
    line-height: calc(20 / 14);
}
.arrow {
    position: absolute;
    right: 0px;
    display: inline;
    transition: transform 0.3s ease;
  }

  .arrow.open {
    transform: scale(1, -1); 
  }
.cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}
.cp_actab-content {
    display: none;
    padding-bottom: 10px;
    border: 1px solid #ccc;
}

/* footerarea */
.footerarea {
    margin-top:60px;
}
@media (max-width:767px) {
    .footerarea {
        margin-top: 40px;
    }
}
.footerarea .inner-wrap{
    width: 656px;
    max-width: 100%;
}
@media (max-width:767px) {
    .footerarea .inner-wrap{
        width: auto;
    }
}
.footerarea_flex{
    margin-inline:auto ;
    display: flex;
    gap: 40px;
}
@media (max-width:767px) {
    .footerarea_flex{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
}
.footerarea_flex a {
    flex: 1;
    display: inline-block;
    text-align: center;
    background-color: #2b2c2c;
    color: #fff;
    border-radius: 10px;
    padding: 20px 0;
}
@media (max-width:767px) {
    .footerarea_flex a {
        width: 303px;
    }
}
.footerarea_img{
    margin-top: 125px;
}
@media (max-width:767px) {
    .footerarea_img{
        margin-top: 40px;
    }
}

/* フローティングバナー
-------------------------------------- */
.floating_bnr {
    width: 70px; /*画像の全体幅*/
    position: fixed;
    right: 0;
    display: inline-block;
    transition: all .2s ease;
    z-index: 9999;
}

.floating_bnr_1{
    top: 400px;
}

.floating_bnr_2{
    top: 480px;
}

.floating_bnr_3{
    top: 560px;
}

.floating_bnr_4 {
    top: 640px;
}

a.floating_bnr:hover {
    opacity: 1;
}

/****** Footer Setting ********/
#footer {
    padding-top: 12px;
	padding-bottom: 24px;
	margin-top: 36px;
}
#footer ul {
    text-align: center;
}
#footer ul li {
    display: list-item;
    text-align: left;
    position: relative;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #686868;
}
#footer .menu__item__link{
    cursor: default;
    color: #fff!important;
}
#footer .menu__item__link:hover{
opacity: 1;
}
.footer_logo {
    width: 160px;
    margin:0 auto;
}
.footer_logo_area {
    text-align: center;
    color: #fff;
}
.footer_logo_area .logo {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0;
}
.footer_logo_area .copyright {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 0;
}
