/* =======================================
**
**　デフォルトスタイルの上書きを記述してます。
**
======================================= */





/* =======================================
**
**　全ページ 
**
======================================= */

.ec-blockTopBtn{
   z-index: 100;
}

/* =======================================
**
**　全ページ : ヘッダー
**
======================================= */

.navbar_search{
   margin: 0 auto 30px;
}

.navbar_search .ec-headerSearch__category{
   display: none;
}

.navbar_search .ec-headerSearch__keyword{
   width: 100%;
   border-radius: 5px;
}

.navbar_search .ec-headerSearch__keyword .search-name{
   height: 40px !important;
   font-size: 15px !important;
   padding: 10px 10px 10px 50px !important;
}

.navbar_search .ec-headerSearch .ec-headerSearch__keywordBtn{
   right: initial;
   left: 5px;
}


.sidebar_search{
   max-width: 270px;
   margin: 0 auto;
}

.sidebar_search .ec-headerSearch__category{
   display: none;
}

.sidebar_search .ec-headerSearch__keyword{
   width: 100%;
   border-radius: 5px;
}

.sidebar_search .ec-headerSearch__keyword .search-name{
   height: 40px !important;
   font-size: 15px !important;
   padding: 10px 10px 10px 50px !important;
}

.sidebar_search .ec-headerSearch .ec-headerSearch__keywordBtn{
   right: initial;
   left: 5px;
}


.ec-itemNav__nav li{
   float: none;
}
.ec-itemNav__nav > li:hover > ul > li{
   overflow: hidden;
}
.ec-itemNav__nav li ul{
   position: inherit;
   display: none;
   min-width: initial;
}
.ec-itemNav__nav li ul li{
   height: initial;
}
.ec-itemNav__nav li ul li a{
   background-color: #333;
   border-bottom: dashed 1px #555;
   color: #c2c2c2;
   font-weight: normal;
   padding: 10px 22px 10px 20px;
   position: relative;
   text-align: right;
   z-index: 10000;
}
/* .ec-itemNav__nav li ul li a::before{
   display: block;
   content: "";
   width: 10px;
   height: 10px;
   background-color: #c2c2c2;
   border-radius: 50%;
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
} */

.ec-itemNav__nav li ul li ul{
   min-width: inherit;
   left: inherit;
}

.ec-itemNav__nav li ul li ul li a{
   background-color: #555;
   padding: 10px 22px 10px 40px;
}

/* .ec-itemNav__nav li ul li ul li a::before{
   display: block;
   content: "";
   width: 10px;
   height: 2px;
   background-color: #c2c2c2;
   position: absolute;
   left: 20px;
   top: 50%;
   transform: translateY(-50%);
} */







/* =======================================
**
**  トップページ : メインビジュアル
**
======================================= */

.mv_search{
   width: 95%;
   max-width: 1200px;
   position: absolute;
   bottom: 100px;
   left: 50%;
   transform: translateX(-50%);
   z-index: 2;
}

.mv_search .ec-headerSearch__category{
   display: none;
}

.mv_search .ec-headerSearch__keyword{
   width: 100%;
   border-radius: 5px;
}

.mv_search .ec-headerSearch__keyword .search-name{
   height: 60px !important;
   font-size: 15px !important;
   padding: 10px 10px 10px 50px !important;
}

.mv_search .ec-headerSearch .ec-headerSearch__keywordBtn{
   right: initial;
   left: 5px;
}

@media (max-width:1366px){
   .mv_search{
      bottom: 70px;
   }
}

@media (max-width:1200px){
   .mv_search{
      bottom: 15px;
   }
}






/* =======================================
**
**  下層ページ : バナー・おすすめ動画
**
======================================= */

.hot_product_inner{
   flex-wrap: nowrap;
}

@media (max-width:768px){
   .feature_product_area .hot_product_inner{
      margin-bottom: 50px;
   }
}

@media (max-width:500px){
   .hot_product_inner{
      flex-wrap: wrap;
   }
   .feature_product_area .hot_product_inner{
      margin-bottom: 20px;
   }

   .feature_p_slider .owl-dots .owl-dot{
      margin-top: initial;
      margin-bottom: initial;
   }
}




/* =======================================
**
**　下層ページ : ヘッダー
**
======================================= */

.ec-headerNaviRole__logo img{
   max-width: 120px;
}

.ec-layoutRole .ec-layoutRole__left{
   width: 23%;
   margin-right: 1%;
   padding-right: 1%;
   border-right: solid 1px #e2e2e2;
}






/* =======================================
**
**　下層ページ : コンテンツ共通
**
======================================= */

.ec-role{
   max-width: 1440px;
}

.ec-pageHeader{
   background-color: #111;
   padding: 15px;
   margin-bottom: 48px;
   border-radius: 5px;
}

.ec-pageHeader h1{
   font-size: 25px;
   font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
   font-weight: normal;
   margin: initial !important;
   padding: 0 20px !important;
   color: #fff;
   position: relative;
   border: initial;
}

.ec-pageHeader h1::before{
   display: block;
   content: "";
   width: 5px;
   height: calc(100% - 10px);
   border-radius: 4px;
   background-color: #fff;
   position: absolute;
   top: 5px;
   left: 0;
}

.ec-layoutRole .ec-layoutRole__contents{
   max-width: 100%;
   min-height: 80vh;
   padding-left: 300px;
   padding-top: 30px;
}

.ec-layoutRole .ec-layoutRole__main{
   padding-bottom: 50px;
}

.ec-headingTitle{
   font-weight: 900;
   font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.ec-shelfGrid__item p{
   font-weight: 600;
}

.ec-shelfGrid__item .price02-default{
   font-weight: 100;
}

.ec-blockBtn--action,
.ec-blockBtn--cancel{
   border-radius: 5px;
}

.ec-productRole .ec-productRole__description{
   margin-top: 50px;
   line-height: 1.8;
}

.ec-select{
   display: flex;
}

.ec-select .nice-select{
   height: 35px;
   line-height: 25px;
}

.registration_page .nice-select .list,
.other_page .nice-select .list{
   height: 500px;
   overflow-y: scroll;
   opacity: inherit;
   display: none;
}

.registration_page .nice-select.open .list,
.other_page .nice-select.open .list{
   display: block;
}

.ec-select .disp-number{
   margin-right: 10px;
}

.front_page .ec-layoutRole .ec-layoutRole__contents{
   padding-top: inherit;
}


.ec-role .page-section_detail h2{
   font-size: 25px;
   font-weight: 600;
   font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
   line-height: 1.5;
   color: #a68b62;
   border-bottom: solid 1px #a68b62;
   padding-bottom: 10px;
   margin-bottom: 20px;
}

.ec-role .page-section{
   margin-bottom: 80px;
}

.ec-role .page-section p{
   line-height: 1.7;
}

.ec-role .page-section_content{
   padding: 0 30px;
}

.ec-role .page-section_button{
   display: block;
   color: #fff !important;
   width: 50%;
   text-align: center;
   margin: 30px auto 20px;
   background-color: #b64a55;
   padding: 15px;
   border-radius: 50px;
}

.ec-role .attention{
   display: block;
   color: #b64a55;
}

.footer-area{
   padding-left: 300px;
}


@media (max-width:1024px){
   .ec-layoutRole .ec-layoutRole__contents{
      padding-left: initial;
      padding-top: 120px;
   }
   .product_page .ec-productRole{
      margin-bottom: 50px;
   }
}

@media (max-width:991px){
   .ec-layoutRole .ec-layoutRole__contents{
      padding-top: 100px;
   }
}

@media (max-width:768px){
   .ec-pageHeader{
      padding: 20px 15px;
   }
   .ec-layoutRole .ec-layoutRole__main{
      padding-bottom: 0;
   }
}

@media (max-width:500px){
   .ec-layoutRole .ec-layoutRole__contents{
      padding-top: 100px;
   }
   .ec-role .page-section_content{
      padding: 0 15px;
   }
   .ec-role .page-section_button{
      width: 80%;
   }
   .ec-headingTitle{
      font-size: 25px !important;
   }
}






/* =======================================
**
**　下層ページ : 商品詳細ページ
**
======================================= */

.product_page .ec-layoutRole{
   background-image: linear-gradient(170deg, rgba(240,240,240,1) 0%, rgba(253,253,253,1) 50%);
}

.product_page .ec-productRole{
   margin-bottom: 30px;
}

.product_page .ec-productRole .ec-grid2{
   display: block;
}

.product_page .ec-productRole .ec-grid2__cell{
   width: 100%;
}

.product_page .ec-productRole .ec-grid2__cell:nth-of-type(1){
   margin-bottom: 50px;
}

.product_page .ec-productRole .ec-productRole__profile{
   margin-left: 0;
}

.product_page .ec-productRole .ec-productRole__profile .product-detail{
   display: flex;
   justify-content: space-between;
}

.product_page .ec-productRole .ec-productRole__profile .product-detail_box{
   width: calc(100% / 2 - 15px);
}

.product_page .product-item-box video{
   width: 100%;
   height: auto;
   box-shadow: 0 0 10px rgba(1,1,1,0.1);
}

.product_page .product-item-attention{
   margin-top: 15px;
}

/* プラグイン : 関連商品 */
.product_page #RelatedProduct-product_area::before{
   display: block;
   content: "おすすめ関連商品";
   font-size: 20px;
   font-weight: bold;
   color: #333;
   margin-bottom: 10px;
}

@media (min-width: 767px){
   .product_page .ec-productRole .ec-productRole__btn{
      min-width: inherit;
      width: 100%;
   }
}

@media (max-width: 768px){
   .product_page .ec-productRole .ec-productRole__profile .product-detail{
      display: block;
   }
   
   .product_page .ec-productRole .ec-productRole__profile .product-detail_box{
      width: 100%;
   }
}




/* =======================================
**
**　下層ページ : はじめての方へ
**
======================================= */

.ec-role .page-section_image{
   margin-bottom: 30px;
}

.ec-role .page-section_list{
   background-color: #555;
   padding: 30px;
   margin: initial;
   list-style-type: none;
}

.ec-role .page-section_list li{
   color: #fff;
   font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

.ec-role .page-section_list li:not(:last-child){
   padding-bottom: 10px;
   margin-bottom: 10px;
   border-bottom: dotted 1px #e2e2e2;
}

.ec-role .page-section_flex{
   display: flex;
   align-items: flex-start;
}

.ec-role .page-section_flex-image{
   border-radius: 8px;
   overflow: hidden;
   box-shadow: 0 0 15px rgba(204,204,204,0.3);
}

.ec-role .page-section_flex-image{
   width: 40%;
}

.ec-role .page-section_flex-description{
   width: 60%;
   padding: 30px 30px 0;
}

.ec-role .page-section_flex-description .page-section_button{
   width: 80%;
   margin: 30px auto 0;
}

.ec-role .page-section_flex-description h3{
   font-size: 25px;
   font-weight: 600;
   font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
   line-height: 1.5;
   color: #a68b62;
   padding-bottom: 15px;
   margin-bottom: 30px;
   border-bottom: solid 1px #a68b62;
}

@media (max-width:500px){
   .ec-role .page-section_flex{
      flex-direction: column;
   }
   .ec-role .page-section_flex--reverse{
      flex-direction: column-reverse;
   }
   .ec-role .page-section_flex-image{
      width: 100%;
   }
   .ec-role .page-section_flex-description{
      width: 100%;
      padding: 30px 0 0;
   }
}






/* =======================================
**
**　下層ページ : 動画素材利用規約
**
======================================= */

.ec-role .page-section_attention{
   background-color: #555;
   color: #fff;
   padding: 30px 30px 14px 30px;
}

.ec-role .page-section_attention h3{
   border-bottom: solid 1px #fff;
   padding-bottom: 10px;
   margin-bottom: 10px;
}

.ec-role .page-section_attention p{
   font-size: 14px;
}

.ec-role .page-section_detail-list{
   list-style-type: none;
   padding: initial;
}

.ec-role .page-section_detail-item:not(:last-child){
   margin-bottom: 30px;
}

.ec-role .page-section_detail-item h3{
   font-size: 16px;
   font-weight: bold;
}

.ec-role .page-section_detail-item p{
   padding-left: 16px;
}



/* =======================================
**
**　下層ページ : 購入の流れ
**
======================================= */

.ec-role .page-section_flow{
   padding: 15px;
   border: solid 1px #a68b62;
   margin-bottom: 60px;
   background-color: #f0f0f0;
   position: relative;
}

.ec-role .page-section_flow:not(:last-child)::after{
   display: block;
   content: "";
   width: 0px;
   border: solid 30px #555;
   border-bottom-color: transparent;
   border-left-color: transparent;
   border-right-color: transparent;
   position: absolute;
   bottom: -75px;
   left: 50%;
   transform: translateX(-50%);
}

.ec-role .page-section_heading{
   margin-bottom: 30px;
   padding-bottom: 15px;
   border-bottom: dashed 1px #a68b62;
   display: flex;
   align-items: center;
}

.ec-role .page-section_heading .flow-number{
   padding: 10px 15px;
   background-color: #a68b62;
   color: #fff;
   font-size: 31px;
   font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
   font-style: italic;
   margin: 0 15px 0 0;
}

.ec-role .page-section_heading h3{
   margin: initial;
   color: #333;
   font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.ec-role .page-section_heading .secheading-ja{
   display: block;
   margin-bottom: 5px;
}

.ec-role .page-section_heading .secheading-en{
   display: block;
   font-size: 14px;
   color: #909090;
}

.ec-role .page-section_flow-download{
   margin-bottom: 70px;
}
.ec-role .page-section_flow-download-title{
   font-weight: bold;
   font-size: 20px;
}







