@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;
}
@media (min-width: 960px) {
  .-parallel .l-header__gnav .c-gnav > li > a {
    padding: 8px 32px;
    border-left: 1px solid #232323;
  }
  .-parallel .l-header__gnav .c-gnav > li:last-child > a {
    border-right: 1px solid #232323;
  }
  .-parallel .l-header__gnav .c-gnav {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@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;
}

/*** サブセクションタイトル ***/
.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;
}
/*** フッターの設定 ***/
.footer-contact-text {
  letter-spacing: 0.07rem;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
}
/* reCAPTCHA v3 表示位置 */
.grecaptcha-badge {
  margin-bottom: 80px;
  z-index: 10;
}
/*** カテゴリサブタイトル ***/
.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://drina-co.com/wp-content/uploads/2025/03/vector-logo-wool-art-w02.png);
  transform: scale(0.25);
  top: -24%;
  left: -115%;
  z-index: 100;
}
.woolart-banner2 {
  position: relative;
}
.woolart-banner2::after {
  position: absolute;
  content: url(https://drina-co.com/wp-content/uploads/2025/03/vector-logo-wool-art-w02.png);
  transform: scale(0.25);
  top: -20%;
  left: -110%;
  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: -180%;
    top: -50%;
    transform: scale(0.18);
  }
  .ttl-text-long {
    font-size: 16px !important;
    letter-spacing: 0.05rem;
  }
  .c-bannerLink__text {
    padding: 0.8em 8px;
  }
}
/* 960px以下の設定 */
@media screen and (max-width: 960px) {
  .woolart-banner::after {
    top: -20%;
    left: -110%;
  }
}
/* 920px以下の設定 */
@media screen and (max-width: 920px) {
  .woolart-banner2::after {
    top: -20%;
    left: -115%;
  }
}
/* 860px以下の設定 */
@media screen and (max-width: 860px) {
  .woolart-banner::after {
    top: -30%;
    left: -145%;
  }
  .woolart-banner2::after {
    top: -25%;
    left: -120%;
  }
}
/* 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://drina-co.com/wp-content/uploads/2025/03/vector-logo-wool-art-w02.png);
  transform: scale(0.3);
  top: 0;
  left: -67%;
  z-index: 100;
}
/*** その他 ***/
.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-90 {
  width: 90%;
  margin-left: 5%;
}
.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-banner2::after {
    transform: scale(0.35);
    top: 12%;
    left: -140px;
  }
  .s-ttl span {
    line-height: 3.5rem;
    padding-bottom: 7px;
    border-bottom: 1px solid #232323;
  }
  /*** 購入ボタン画像 ***/

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

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