@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*** ここから追加 ***/
/*** ヘッダーメニューの設定 ***/
.page-id-8 .l-header .l-header__inner {
  background-color: rgb(255, 255, 255, 0.7);
}
.c-gnav > .menu-item > a .ttl {
  letter-spacing: 0.1rem;
}
.c-gnav > .menu-item > a {
  height: 85% !important;
}
@media (min-width: 960px) {
  .-parallel .l-header__gnav .c-gnav > li > a {
    padding: 0px 32px;
    border-left: 1px solid #232323;
  }
  .-parallel .l-header__gnav .c-gnav {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .-parallel-bottom .l-header__logo {
    order: 1;
    padding: 10px 0 0 !important;
  }
}
@media (min-width: 960px) {
  .-series .l-header__logo {
    padding: 7px 0 !important;
  }
}
.header-sns ul {
  gap: 15px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}
.header-sns ul li {
  list-style: none;
}
.header-sns ul li a img {
  scale: 0.8;
  margin-top: 5px;
}
/*** セクションタイトル ***/
.s-ttl {
  letter-spacing: 0.07rem;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
}
.s-ttl span {
  padding-bottom: 7px;
  border-bottom: 1px solid #232323;
}
/*** セクションタイトル2 ***/
.s-ttl2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}
.s-ttl2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #000;
}
.s-ttl2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
/*** セクションタイトル3 ***/
.s-ttl3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.s-ttl3:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.s-ttl3:before {
  left: 0;
}

/*** サブセクションタイトル ***/
.s-sub-ttl {
  position: relative;
  padding: 0 24px;
}
.s-sub-ttl:before {
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  width: 16px;
  height: 1px;
  content: '';
  background: #578c7a;
}
/*** BOX設定 ***/
.box-d01 {
  position: relative;
  padding: 0 20px 20px 20px;
  border: 1px solid #000;
  border-radius: 4px;
}
.box-ttl {
  position: absolute;
  top: -14px;
}
.box-ttl strong {
  padding: 0 12px !important;
  background-color: #fff !important;
}

/*** フッターの設定 ***/
.footer-contact-text {
  letter-spacing: 0.07rem;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
}
/*** copyright ***/
.l-footer .copyright {
  width: 100%;
  height: auto;
}
.l-footer .copyright::after {
  display: block;
  content: 'このサイトに掲載されているすべてのコンテンツの転載を禁じます。';
  text-align: center;
  margin: 7px auto;
  font-size: 13px;
}
/*** カテゴリサブタイトル ***/
.c-pageTitle__subTitle {
  display: none;
}
.c-categoryList {
  display: none !important;
}
/*** アーカイブページ ***/
.product-list ul li a h4 {
  text-align: center !important;
  font-weight: 400 !important;
  font-family: 'Montserrat', sans-serif !important;
}
.woolart-banner {
  position: relative;
}
.woolart-banner::after {
  position: absolute;
  content: url(https://trial-site.site/drina-co/wp-content/uploads/2025/03/vector-logo-wool-art-w02.png);
  transform: scale(0.25);
  top: -24%;
  left: -115%;
  z-index: 100;
}
/* 1280px以下の設定 */
@media screen and (max-width: 1280px) {
  .woolart-banner::after {
    left: -134%;
  }
}
/* 1100px以下の設定 */
@media screen and (max-width: 1100px) {
  .woolart-banner::after {
    left: -123%;
  }
}
/* 960px以下の設定 */
@media screen and (max-width: 960px) {
  .woolart-banner::after {
    transform: scale(0.2);
    top: -20%;
    left: -110%;
  }
}
/* 860px以下の設定 */
@media screen and (max-width: 860px) {
  .woolart-banner::after {
    top: -30%;
    left: -145%;
  }
}
/* 780px以下の設定 */
@media screen and (max-width: 780px) {
  .woolart-banner::after {
    transform: scale(0.5);
    top: -30%;
    left: -145%;
  }
}

.woolart-banner-photo {
  position: relative;
}
.woolart-banner-photo::after {
  position: absolute;
  content: url(https://trial-site.site/drina-co/wp-content/uploads/2025/03/vector-logo-wool-art-w02.png);
  transform: scale(0.3);
  top: 0;
  left: -67%;
  z-index: 100;
}
.box-ttl strong {
  padding: 0 10px !important;
}
/*** その他 ***/
.font-Montserrat {
  font-family: 'Montserrat', sans-serif !important;
}
.text-red {
  color: #ab1e21 !important ;
}
.text-yellow {
  color: #feda15 !important;
}
.gap-0 {
  gap: 0 !important;
}
.pc-none {
  display: none;
}
.back-w {
  background-color: #fff !important;
}
.box-roll {
  border-radius: 22px;
}
.w-80 {
  width: 80%;
  margin-left: 10%;
}
/* 480px以下の設定 */
@media screen and (max-width: 480px) {
  .pc-none {
    display: block;
  }
  .mob-none {
    display: none;
  }
  .mob-h20 {
    height: 20px !important;
  }
  .mob-h40 {
    height: 40px !important;
  }
  .mob-h60 {
    height: 60px !important;
  }
  .mob-h80 {
    height: 80px !important;
  }
  .mob-gap-0 {
    gap: 0 !important;
  }
  .mob-gap-60 {
    gap: 60px !important;
  }
  .mob-fs-24 {
    font-size: 24px !important;
  }
  .mob-mg-l-40 {
    margin-left: 40px !important;
  }
  /* 製品紹介 */
  .woolart-banner::after {
    transform: scale(0.5);
    top: 10%;
    left: -125px;
  }
  .s-ttl span {
    line-height: 3.5rem;
    padding-bottom: 7px;
    border-bottom: 1px solid #232323;
  }
  /*** header設定 ***/

  /*** フッターの設定 ***/

  /*** モバイルメニューの設定 ***/
}
