@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* 見出しのデザインリセット */
/*H2 */
.entry-content h2{
border:none;
background:none;
padding: 0;
}

/* H3 */
.entry-content h3{
border:none;
background:none;
padding: 0;
}

/* H4 */
.entry-content h4{
border:none;
background:none;
padding: 0;
}

/* H5 */
.entry-content h5{
border:none;
background:none;
padding: 0;
}

/* H6 */
.entry-content h6{
border:none;
background:none;
padding: 0;
}

/* 見出しのデザイン設定 */
/* H2 */
.entry-content h2 {
	position: relative;
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 5px;
  font-size: 30px;
  border-bottom: 4px solid #928c36;
}
h2:before {
content: 'Contents';
position: absolute;
top: 0px;
left: 0px;
color: rgba(190, 191, 179, 0.2);
font-size: 45px;
text-transform: uppercase;
z-index: -1;
}
@media (max-width: 768px) {
  h2:before {
      display: none;
  }
}
/* H3 */
.entry-content h3 {
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.entry-content h3 span {
  border-radius: 80% 50% 60% 5%/80% 75% 15% 75%;
    background: linear-gradient(transparent 60%, #faedd7 60%);
}
.tac {
  text-align: center;
}
/* H4 */
.entry-content h4{
  background: #928c36;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
  color: #fff;
}

/* H5 */
.entry-content h5{
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
}

/* H6 */
.entry-content h6{
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #DDD6CD;
}




/*フロント固定ページのタイトルを非表示　*/
.home .article h1{display:none;}
/*フロント固定ページのの投稿日を非表示　*/
.home .post-date{display:none;}
/*フロント固定ページの更新日を非表示*/
.home .post-update{display: none;}
/*フロント固定ページのシェアボタンを非表示*/
.home.page .sns-share{display: none;}
/*フロント固定ページの投稿者名を非表示*/
.home.page .author-info{display: none;}
/*固定ページのタイトルを非表示
.page .entry-title{ display: none;}*/

/*タイトルイメージ　*/
#header-img img {
	width: 100%;
   height: 100%;
}

/*ヘッダーロゴ位置調整*/
.header-container-in.hlt-top-menu .logo-header img {
  height: 60px;
  width: 60px;
  position: relative;
  right: -1em;
}
/*モバイルヘッダー位置調整*/
@media print,screen and (max-width: 1200px) {
.appeal {
  height: 120px;
  background-position: bottom;
}
}

/** 固定ページだけタイトルを非表示にする**/
.page .entry-title {
  display: none;
  }

  /** 固定ページのタイトルエリアの調整**/
.title_area {
  height: 150px;
  background-image: url(https://kurosusyouten.co.jp/wp-content/uploads/2023/05/title_img-1.jpg);
  background-size: cover;
  background-position:center bottom;  
  opacity: 0.9;
}
.title_area_t-shirt {
  height: 150px;
  background-image: url(https://kurosusyouten.co.jp/wp-content/uploads/2023/07/t_shirt_bg.jpg);
  background-size: cover;
  background-position:center bottom;  
  opacity: 0.9;
}
.title_area_accessory {
  height: 150px;
  background-image: url(https://kurosusyouten.co.jp/wp-content/uploads/2023/07/accessory_bg.jpg);
  background-size: cover;
  background-position:center bottom;  
  opacity: 0.9;
}
.title_area_kimono {
  height: 150px;
  background-image: url(https://kurosusyouten.co.jp/wp-content/uploads/2023/07/kinomo_bg.jpg);
  background-size: cover;
  background-position:center bottom;  
  opacity: 0.9;
}
.title_area_antique {
  height: 150px;
  background-image: url(https://kurosusyouten.co.jp/wp-content/uploads/2023/07/antique_bgimg.jpg);
  background-size: cover;
  background-position:center bottom;  
  opacity: 0.9;
}
.title_area_company {
  height: 150px;
  background-image: url(https://kurosusyouten.co.jp/wp-content/uploads/2023/09/company_bg.jpg);
  background-size: cover;
  background-position:center bottom;  
  opacity: 0.9;
}
.title_area_privacy-policy {
  height: 150px;
  background-image: url(https://kurosusyouten.co.jp/wp-content/uploads/2023/09/privacy-policy_bg.jpg);
  background-size: cover;
  background-position:center bottom;  
  opacity: 0.9;
}
.title_area_regulation {
  height: 150px;
  background-image: url(https://kurosusyouten.co.jp/wp-content/uploads/2023/09/regulation_bg.jpg);
  background-size: cover;
  background-position:center bottom;  
  opacity: 0.9;
}
.title_area_contact {
  height: 150px;
  background-image: url(https://kurosusyouten.co.jp/wp-content/uploads/2023/09/contact_bg.jpg);
  background-size: cover;
  background-position:center bottom;  
  opacity: 0.9;
}
.title_area_about {
  height: 150px;
  background-image: url(https://kurosusyouten.co.jp/wp-content/uploads/2023/09/about_bg.jpg);
  background-size: cover;
  background-position:center bottom;  
  opacity: 0.9;
}
.c-postTitle__ttl {
  display: block;
  font-size: 18px;
  font-style: normal;
  opacity: 1;
  letter-spacing: 1px;
  color: #ffffff;
  width: 100%;
  position: relative;
	top: 45%;
  left: 10%;
  text-shadow:
            3px 3px 3px #818181, -3px -3px 3px #818181,
           -3px 3px 3px #818181,  3px -3px 3px #818181,
            3px 0px 3px #818181, -3px -0px 3px #818181,
            0px 3px 3px #818181,  0px -3px 3px #818181;
}
@media print,screen and (min-width: 1200px) {
  .title_area, .title_area_t-shirt, .title_area_accessory,
  .title_area_kimono, .title_area_antique,.title_area_company,
  .title_area_privacy-policy,.title_area_regulation,
  .title_area_contact,.title_area_about {
    height: 230px;
  }
  .c-postTitle__ttl {
      font-size:26px
  }
}

/*固定ページの日付非表示*/
.page .date-tags,
.page .author-info {
display: none;
}

/*見出しの先頭にランプアイコン*/
.index_icon::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(http://kurosusyouten.local/wp-content/uploads/2023/05/ランプ.png) no-repeat;
  background-size: contain;
  transform: translate(20%,25%);
  margin: 0 5px 0 0;
}
@media print,screen and (max-width: 960px) {
  .index_icon::before {
    width: 50px;
    height: 50px;
    transform: translate(20%,0%);
  }
}

/*フォームの調整*/
.form_wrap .require {
  margin-left: 10px;
  color: #fff;
  background: #ff2727;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1;
  opacity: 1;
  font-size: 12px;
  display: inline-block;
  }
  @media print, screen and (min-width: 960px){
    .form_wrap .require {
      font-size: 16px;
  }
  }

  .form_wrap .btn {
display: block;
width: 40%;
margin: 0 auto;
background-color: transparent;
color: #000;
border-style: none;
}
@media print, screen and (max-width: 960px) {
  .form_wrap .btn {
    width: 80%;
  }
}
  .form_wrap input[type=submit] {
    display: inline-block;
    padding-left: 2em;
    padding-right: 2em;
    background: #4f4333;
    color: #fff;
    font-weight: 500;
  }

  .form_wrap .table th {
    text-align: left;
  }
  
  /*見出しの調整　着物のきほん画像*/
  .is-style-section_ttl {
    font-size: 16px;
    padding: 7px 10px;
    border-radius: 15px 15px 0 0;
    margin: 0;
  }

  .mb-0 {
    margin-bottom: 0!important;
  }
  .mt-0 {
    margin-top: 0!important;
  }

  /*フッターsnsボタン調整*/
  .icon_sns {
    width: 40px;
  }
  .footer_memu {
    display: flex;
    justify-content: center;
    gap: 2em;
    position: relative;
    z-index: 100;
  }
  .footer-nav ul {
    padding-left: 0!important;
  }
  .footer_memu li {
    list-style: none;
  }
  /*フッター調整*/
  .footer {
    background-color: #928c36;
    background-image: url(https://kurosusyouten.co.jp/wp-content/uploads/2023/06/footer_bg.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 20%;
  }

  .footer footer-container nwa {
    position: relative;
  }
  .footer-bottom-logo {
    float: none!important;
    position: absolute;
    left: 50%;
    top: -320%;
    transform: translateX(-50%);
  }
  @media print,screen and (max-width: 960px) {
    .footer-bottom-logo {
      display: none;
    }
  }

  .footer-bottom-logo img {
    width: 100px;
    height: 100px;
  }
  .footer-bottom-content {
    float: none!important;
    text-align: center;
  }
  .navi-footer-in .menu-footer {
    justify-content: center;
    position: relative;
    z-index: 110;
    }
  .menu-footer a {
    color: #fff;
  }
  
  .footer_band {
    background-color: #928c36;
    padding: 1em;
    margin-bottom: 15em;
  }
  @media print,screen and (max-width: 960px) {
    .footer_band {
      margin-bottom: 3em;
    }
  }

  .footer_band a {
    color: #fff;
    letter-spacing: 0.1em;
  }
  .copyright {
    color: #fff;
  }


  body {
    overflow-x: hidden;
    }

  /*サイドバー調整
  .sidebar h3 {
    display: none;
  }*/
  

  #sidebar>.widget{
    border-radius:10px;
    }
    .widget_search{
    padding:0;
    }
    span.fas.fa-search::before{
    color:#928C36;/*検索マーク色変更はこちら*/
    }
    .sidebar h3{
    color:#7b7b7b;
    border-radius: 0%;
    border-bottom:3px dotted;
    border-color:#928C36;/*タイトル下のライン色変更はこちら*/
    padding-bottom:0.3em;
    
    margin-bottom:1em;
    
    }
    .widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
    background-color:#f7f7f7;
    margin: 6px 0;
    padding: 4px 10px;
    border-radius:20px;
    transition: 0.4s
    }
    .widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover{
    background-color:#928C36;/*マウスオーバー時の背景色変更はこちら*/
    color:#fff!important;
    }
    .tagcloud a{
    background-color:#f7f7f7;
    }
    .tagcloud a:hover{
    background-color:#928C36;/*マウスオーバー時の背景色変更はこちら*/
    color:#fff!important;
    transition: 0.4s ;
    }
    .nwa .recommended.rcs-card-margin a {
    margin: 0 0 1em;
    width: 90%;
    }
    .widget-entry-cards .widget-entry-card-content{
    color: #565656;
    }

.kimono-bk {
  background: repeating-linear-gradient(90deg,
  #fffffd,
  #fffffd 20px,
  #fcf6e8 0,
  #fcf6e8 40px);
width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
padding: 40px;
}
.kimono-bk_02 {
background-image: url(https://kurosusyouten.co.jp/wp-content/uploads/2023/06/kimono_top_bg.png);
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
padding: 40px;
}
@media print, screen and (max-width: 960px) {
  .kimono-bk {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2em!important;
  }
}
/*.ume_bg {
  position: relative;
  top: 120px;
  right: -89%;
  z-index: 20;
  margin-top: -200px;
  opacity: 0.7;
}
@media print,screen and (max-width: 960px) {
  .ume_bg {
    display: none;
  }
}*/
.bird_bg {
  position: relative;
  top: -130px;
  z-index: 20;
  margin-bottom: -130px!important;
}
@media print,screen and (max-width: 960px) {
  .bird_bg {
    display: none;
  }
}
.antique-bk {
  background: #F3F3F3;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px;
  }
/*topのボタン調整*/
.button_top a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px 25px;
  color: #2b2b2b;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  text-decoration: none;
}
.button_top a:before {
  content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background-color: rgba(69, 97, 13, 0.489);
transition: all 0.3s;
border-radius: 4px;
}
.button_top a:hover::before {
  opacity: 0;
  transform: scale(0.4, 0.4);
}
.button_top a::after {
  content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
transition: all 0.3s;
border: 2px solid rgba(69, 97, 13, 0.447);
transform: scale(1.2, 1.2);
border-radius: 4px;
}
.button_top a:hover::after {
  opacity: 1;
transform: scale(1, 1);
}
@media print,screen and (max-width: 960px) {
.accessory_container,
.furniturey_container {
  flex-direction: column-reverse;
  /*margin-bottom: 1em!important;*/
}
}

/*TOP最新記事調整*/
.new-entry-cards.large-thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  }
  
  .new-entry-cards.large-thumb a {
  width: 25%;
  }
  
  @media screen and (max-width: 768px){
  .new-entry-cards.large-thumb a {
  width: 50%;
  }
  }
  
  @media screen and (max-width: 480px){
  .new-entry-cards.large-thumb a {
  width: 100%;
  }
  }
.news_list {
  border: 2px solid #DDD6CD;
  width: 90%;
  margin: 0 auto;
}
.news_bg {
  background: #DDD6CD!important; 
}

.widget-entry-cards.card-large-image .e-card {
  margin: 0.5em;
}

/* おすすめカードで非表示に*/
.navi-entry-card-content .cat-label {
	display: none;
} 
/* サイドバーで非表示に */
.widget-sidebar .cat-label{
	display: none;
}
/* フッターで非表示に */
.widget-footer-mobile .cat-label,
.widget-footer-center .cat-label,
.widget-footer-right .cat-label {
	display: none
}
/*top商品リスト見出し*/
.Google_fonts {
  font-family: 'Birthstone', cursive;
}

#main .button-caption {
	display: none; /*キャプション非表示*/
}

/*SNSシェアボタン*/
.sns-share-message{
	font-weight: lighter; /*太字*/
	color:  #DDD6CD; /*文字色*/
}
.sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央寄せ*/
}
.sns-share-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
#main .sns-share a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}

/*SNSフォローボタン*/
.sns-follow-message{
	font-weight: lighter; /*太字*/
	color:  #DDD6CD; /*文字色*/
}
.sns-follow-buttons {
	justify-content: center; /*中央寄せ*/
}
.sns-follow-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
#main .sns-follow a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}
/*---SNSボタンを丸くする---*/
#main .button-caption {
	display: none; /*キャプション非表示*/
}

/*SNSシェアボタン*/
.sns-share-message{
	font-weight: lighter; /*太字*/
	color:  #DDD6CD; /*文字色*/
}
.sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央寄せ*/
}
.sns-share-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
#main .sns-share a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}

/*SNSフォローボタン*/
.sns-follow-message{
	font-weight: lighter; /*太字*/
	color:  #DDD6CD; /*文字色*/
}
.sns-follow-buttons {
	justify-content: center; /*中央寄せ*/
}
.sns-follow-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
#main .sns-follow a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}

.cta_top {
  display: block;
  border: none;
  background: none;
  margin-top: 0!important;
  margin-bottom: 2em!important;
  width: 50%;
  
}

.cta_top span {
  padding-bottom: 7px;
  letter-spacing: 4px;
  font-size: 18px;
  padding-right: 15px;
  text-transform: uppercase;
}
.cta_top span a {
  text-decoration: none;
  color: #000;
  
}
.cta_top svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.cta_top:hover svg {
  transform: translateX(0);
}

.cta_top:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta_top:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/*topフッター前お知らせ*/
.tategaki {
  writing-mode: vertical-rl; 
	font-family: serif;
  line-height: 200%!important;
}

.notice_box {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.notice_h3 {
  display:flex;
  /* justify-content: flex-end; */
}
.notice_h3 span {
  background: none!important;
}

.t_shirt h2:before {
  content: 'オリジナルTシャツ';
}
.top_about_before h2:before {
  content: 'about';
}
.kimono_area h2:before {
  content: 'kimono';
  color: rgba(128, 128, 124, 0.395);
  z-index: -1;
}
.top_accessory_before h2:before {
  content: 'accessory';
}
.top_furniture_before h2:before {
  content: 'furniture';
}
@media screen and (max-width : 767px){
html,
body {
overflow-x: hidden!important;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
}
.fixed-header .navi-in > ul li:hover > ul {
  display: block;
}

.page-id-180 .hover {
  transition-duration: .4s;
}
.page-id-180 .hover:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.sv_hover:hover {
  opacity: 0.8;
}

/*PICKUP ITEM調整*/
.home .base-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.home .base-products .base-product {
  width: 23%;
  margin-bottom: 50px;
}
.home .base-product img {
  width: 100%;
  height: 400px; 
  object-fit: cover; 
  object-position: center; 
  display: block;
  margin: 0 auto; 
}
.home .base-product a {
  text-decoration: none;
  color: #333;
  position: relative;
  transition: .5s;
}
.home .base-product a:hover {
  opacity: 0.7;
  top: -5px;
  transition: all 0.3s ease-in-out;
  transition: .5s;
}
.home .base-product h2.ttl {
  position:relative;
  padding-bottom:0.5rem;
  border-bottom:1px solid currentColor;
  font-size: 18px;
  padding-left: 0;
}
.home .base-product h2.ttl::before {
  content:'';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skew(-25deg);
  height: 15px;
  width: 15px;
  border-right: 1px solid currentColor;
  background-color: #fff !important;
  border-left: none;
  border-top: unset;
  border-bottom: unset;
  z-index: 0;
  text-transform:none;
  color:#000;
}
.home .base-product p.yen {
  font-weight: 600;
  text-align: right;
}
.home .base-product p.detail {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .home .base-products {
    display: block;
  }
  .home .base-products .base-product {
    width: 100%;
  }
  .home .base-product h2.ttl::before {
    display: block;
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 15px;
    width: 15px;
    border-right: 1px solid currentColor;
    background-color: #fff !important;
    border-left: none;
    border-top: unset;
    border-bottom: unset;
    z-index: 0;
    text-transform:none;
    color:#000;
  }
  .cta_top {
  width: 100%;
  }
  .btn.cocoon-block-button__width-50 {
    width: 100%;
  }
  .button_top a {
    max-width: 100%;
  }
}
.card-arrow .a-wrap::after {
  right: 0;
}
.page-id-325 h2 {
  font-size: 30px;
	font-weight: bold;
	position: relative;
  border-bottom: none;
}
.page-id-325 h2::before {
  content: '';
	display: block;
	width: 85px;
	height: 5px;
	background: #928c36;
  display: block;
}
.page-id-325 .wsp-pages-list li a,
.page-id-325 .wsp-posts-list li a {
  color: #333;
}
.crossroad_ttl:before {
  content: 'accessory';
}
.storyrider_ttl:before {
  content: 'story rider';
}