@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
*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* --------------------------- */
/* 　　　　　　共通       　　 */
/* --------------------------- */
.l-content {
  margin-bottom: 0;
}

h4 {
  font-weight: 700 !important;
  font-size: 24px !important;
}

p {
  font-weight: 400;
}

/* 下層ページタイトル */
.c-pageTitle {
  font-size: 40px !important;
  letter-spacing: 0.03em !important;
  text-align: center;
  color: #060606;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  .c-pageTitle {
    font-size: 24px !important;
  }
}
.c-pageTitle::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 40px;
  background: url(/wp-content/uploads/2025/09/rectangle-oragne_x1.5.jpg) no-repeat center/contain;
  vertical-align: middle;
  margin-right: 16px;
  top: 2px;
  position: relative;
}
@media (max-width: 600px) {
  .c-pageTitle::before {
    width: 16px;
    height: 20px;
    margin-right: 10px;
    top: unset;
  }
}

/* 下層ページタイトル 背景無効化*/
.c-filterLayer:after,
.c-filterLayer:before,
#top_title_area > .c-filterLayer__img {
  height: 0 !important;
}

.l-topTitleArea__img {
  display: none;
}

.section-title {
  font-size: 40px !important;
  letter-spacing: 0.03em !important;
  text-align: center;
  color: #060606;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  .section-title {
    font-size: 24px !important;
  }
}
.section-title::before {
  content: "" !important;
  display: inline-block !important;
  width: 32px !important;
  height: 40px !important;
  background: url(/wp-content/uploads/2025/09/rectangle-oragne_x1.5.jpg) no-repeat center/contain;
  vertical-align: middle;
  margin-right: 16px !important;
  top: 2px !important;
  position: relative !important;
}
@media (max-width: 600px) {
  .section-title::before {
    width: 16px !important;
    height: 20px !important;
    margin-right: 10px !important;
    top: unset !important;
  }
}

.more-btn {
  text-align: center;
  width: 100%;
  margin-top: 50px !important;
}
@media (max-width: 600px) {
  .more-btn {
    margin-top: 30px !important;
  }
}
.more-btn a {
  background-color: #4f4f4f;
  color: #fff;
  position: relative;
  padding: 16px 32px;
  border: 1px solid #4f4f4f;
  font-size: 18px;
}
@media (max-width: 600px) {
  .more-btn a {
    padding: 14px 20px;
  }
}
.more-btn a:hover {
  background-color: #fff;
  color: #4f4f4f;
}
.more-btn a::before {
  content: "";
  background-color: #b8b8b8;
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px;
}
.more-btn a::after {
  display: none;
}

/* 非表示化 */
.display-none {
	display: none;
}

/* --------------------------- */
/* 　　　　　ヘッダー     　　 */
/* --------------------------- */
.menu-item .ttl {
  font-weight: 500;
}

@media (max-width: 960px) {
  .l-header {
    background: rgba(255, 255, 255, 0.7);
  }
}

.p-spMenu__inner {
  width: 100%;
  -webkit-transform: translateX(100vw) !important;
          transform: translateX(100vw) !important;
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.p-spMenu__closeBtn {
  right: 0 !important;
  left: unset !important;
}

.p-spMenu__closeBtn .c-iconBtn__icon {
  font-size: 28px;
}

.p-spMenu__inner {
  padding-top: 0;
}

.p-spMenu__body {
  background-image: url(/wp-content/themes/swell_child/img/hamburger-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-spMenu__body .c-widget__title {
  display: none;
}
.p-spMenu__body .c-spnav li {
  text-align: center;
}
.p-spMenu__body .c-spnav li:last-of-type {
  margin-top: 16px;
}
.p-spMenu__body .c-spnav li:last-of-type a {
  display: inline-block;
  padding: 16px 50px;
  background-color: #4f4f4f;
  color: #fff;
}
.p-spMenu__body .c-spnav li:last-of-type a:hover {
  background-color: #4f4f4f;
  opacity: 0.7;
}
.p-spMenu__body .c-spnav li a {
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 0;
}
.p-spMenu__body .c-spnav li a:hover {
  background: none;
}
.p-spMenu__body .c-spnav li a::before {
  display: none;
}
.p-spMenu__body #sp_menu_bottom {
  margin-top: 80px;
}
.p-spMenu__body #sp_menu_bottom .widget_media_image {
  text-align: center;
}
.p-spMenu__body #sp_menu_bottom .widget_media_image img {
  width: 160px;
}

.l-header__inner,
.l-fixHeader__inner {
  max-width: 1600px !important;
  padding-right: 0;
}

.l-header__gnav .c-gnav > li:last-of-type,
.l-fixHeader__gnav .c-gnav > li:last-of-type {
  margin-left: 20px;
}
.l-header__gnav .c-gnav > li:last-of-type a,
.l-fixHeader__gnav .c-gnav > li:last-of-type a {
  background-color: #4f4f4f;
  color: #fff;
  padding: 0 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__gnav .c-gnav > li:last-of-type a::after,
.l-fixHeader__gnav .c-gnav > li:last-of-type a::after {
  display: none;
}
.l-header__gnav .c-gnav > li:last-of-type a:hover,
.l-fixHeader__gnav .c-gnav > li:last-of-type a:hover {
  opacity: 0.7;
}

.l-header__customBtn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.l-header__menuBtn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* --------------------------- */
/* 　　　　トップページ     　 */
/* --------------------------- */
.home #content {
  padding-top: 0 !important;
}

.top-news {
  position: relative;
}
.top-news::before {
  content: "";
  background-image: url(/wp-content/themes/swell_child/img/top-news-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1440px;
  height: 750px;
  pointer-events: none;
}
@media (max-width: 600px) {
  .top-news::before {
    background-image: url(/wp-content/themes/swell_child/img/sp-top-news-bg.png);
    width: 100%;
    height: 100%;
  }
}
.top-news .p-postList {
  gap: 5% !important;
}
@media (max-width: 960px) {
  .top-news .p-postList {
    border-top: none !important;
  }
}
.top-news .p-postList .p-postList__item {
  width: 30% !important;
  background-color: #fff;
  padding: 0 !important;
}
@media (max-width: 960px) {
  .top-news .p-postList .p-postList__item {
    width: 100% !important;
    background: none !important;
  }
}
@media (max-width: 960px) {
  .top-news .p-postList .p-postList__item .p-postList__link {
    padding: 0;
    border-color: #060606;
  }
}
.top-news .p-postList__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 16px 48px;
}
@media (max-width: 960px) {
  .top-news .p-postList__body {
    padding: 20px 0;
  }
}
.top-news .p-postList__body .p-postList__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .top-news .p-postList__body .p-postList__title {
    font-size: 16px;
  }
}
.top-news .p-postList__body .p-postList__excerpt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 16px;
  font-weight: 400;
}
.top-news .p-postList__body .p-postList__meta {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 10px !important;
}
.top-news .p-postList__body .p-postList__meta .p-postList__cat {
  padding: 0;
  background-color: #d8d8d8;
  color: #060606;
  font-weight: 500;
  font-size: 14px;
  padding: 4px;
}
@media (max-width: 600px) {
  .top-news .p-postList__body .p-postList__meta .p-postList__cat {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top-news .p-postList__body .p-postList__meta .p-postList__cat::before {
  display: none;
}
@media (max-width: 600px) {
  .top-news .p-postList__body .p-postList__meta .p-postList__times {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 10px;
  }
}
.top-news .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted {
  font-weight: 500;
  font-size: 14px;
  color: #060606;
}
.top-news .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted::before {
  display: none;
}

.top-product {
  position: relative;
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .top-product {
    padding-bottom: 120px !important;
  }
}
.top-product::before {
  content: "";
  background-image: url(/wp-content/themes/swell_child/img/top-product-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 600px) {
  .top-product::before {
    background-image: url(/wp-content/themes/swell_child/img/sp-top-product-bg-1.png);
    -o-object-fit: contain;
       object-fit: contain;
    height: 120px;
    width: 400px;
  }
}
@media (max-width: 600px) {
  .top-product::after {
    content: "" !important;
    background-image: url(/wp-content/themes/swell_child/img/sp-top-product-bg-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 400px;
    height: 110px;
    pointer-events: none;
  }
}

.top-sns {
  position: relative;
}
@media (max-width: 960px) {
  .top-sns {
    padding-bottom: 100px !important;
  }
}
.top-sns::before {
  content: "";
  background-image: url(/wp-content/themes/swell_child/img/top-sns-bg.png);
  background-size: contain;
  position: absolute;
  background-position: right bottom;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 150px;
  pointer-events: none;
}
@media (max-width: 960px) {
  .top-sns::before {
    width: 54px;
    height: 72px;
  }
}

/* --------------------------- */
/* 　　　　　　商品     　　 */
/* --------------------------- */
.single-product #content {
  padding-top: 0 !important;
}
.single-product .p-articleMetas {
  display: none;
}
.single-product .l-mainContent {
  width: 100%;
}
.single-product .c-postTitle__date {
  display: none;
}
.single-product .p-breadcrumb {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
  padding: 20px 0 !important;
}
@media (max-width: 600px) {
  .single-product .p-breadcrumb {
    padding: 16px 0 !important;
  }
}
.single-product .p-blogParts {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .single-product .p-blogParts {
    margin-top: 60px;
  }
}
.single-product .p-breadcrumb__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-product .wp-block-button__link {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border: 1px solid #4f4f4f;
}
@media (max-width: 600px) {
  .single-product .wp-block-button__link {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.single-product .wp-block-button__link:hover {
  background-color: #fff !important;
  color: #4f4f4f !important;
}
.single-product .c-postTitle__ttl {
  font-size: 32px;
  position: relative;
  padding-left: 48px;
  margin-bottom: 44px;
}
@media (max-width: 600px) {
  .single-product .c-postTitle__ttl {
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.single-product .c-postTitle__ttl::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 32px;
  height: 40px;
  background-image: url(/wp-content/themes/swell_child/img/rectangle-blue.png);
}
@media (max-width: 600px) {
  .single-product .c-postTitle__ttl::before {
    width: 16px;
    height: 20px;
  }
}
.single-product .p-breadcrumb__item {
  font-size: 14px;
}
@media (max-width: 600px) {
  .single-product .p-breadcrumb__item {
    font-size: 12px;
  }
}
.single-product .p-breadcrumb__item a {
  font-weight: 400;
}
.single-product .p-breadcrumb__item span {
  font-weight: 500;
}
.single-product .swell-block-accordion.is-style-simple .swell-block-accordion__item {
  border-color: #060606 !important;
}
.single-product .swell-block-accordion.is-style-simple .swell-block-accordion__item .__icon--opened::before {
  content: "\e920";
}
.single-product .swell-block-accordion.is-style-simple .swell-block-accordion__title {
  padding-left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.single-product .swell-block-accordion.is-style-simple .swell-block-accordion__title .swell-block-accordion__label {
  font-size: 18px !important;
}
.single-product .swell-block-accordion.is-style-simple .swell-block-accordion__body {
  border: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 24px;
}
.single-product .product-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 600px) {
  .single-product .product-caption {
    margin-bottom: 12px !important;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.single-product #content {
  margin-bottom: 0;
}
.single-product .cvarea {
  width: 100vw !important;
  margin: 0 calc(50% - 50vw) !important;
  left: 50% !important;
}
@media (max-width: 600px) {
  .single-product .cvarea {
    left: unset !important;
  }
}

.product-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}
@media (max-width: 600px) {
  .product-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 16px;
  }
}

.product-content {
  width: 50%;
}
@media (max-width: 600px) {
  .product-content {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .product-content p {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media (max-width: 600px) {
  .product-header {
    margin-bottom: 20px;
  }
}
.product-header .swell-block-columns__inner {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* 「Amazonの商品レビュー・口コミを見る」の横の縦線（リンクがまだないため非表示化中） */
/* .product-header .swell-block-column:first-of-type {
  border-right: 1px solid #4f4f4f;
} */

@media (max-width: 600px) {
  .product-price {
    width: 40% !important;
  }
}
.product-price p {
  font-size: 24px;
  font-weight: 700 !important;
}
@media (max-width: 600px) {
  .product-price p {
    font-size: 20px;
  }
}
.product-price .product-price-unit {
  font-size: 20px;
}
@media (max-width: 600px) {
  .product-price .product-price-unit {
    font-size: 16px;
  }
}
.product-price .product-price-tax {
  font-size: 16px;
}
@media (max-width: 600px) {
  .product-price .product-price-tax {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .product-amazon-url {
    width: 60% !important;
  }
}
@media (max-width: 600px) {
  .product-amazon-url a {
    font-size: 10px;
  }
}

/* スライダー */
.product-slider {
  width: 40%;
}
@media (max-width: 600px) {
  .product-slider {
    width: 100%;
  }
}
.product-slider.sp-only {
  display: none;
}
@media (max-width: 600px) {
  .product-slider.sp-only {
    display: block;
  }
}
.product-slider.pc-only {
  display: block;
}
@media (max-width: 600px) {
  .product-slider.pc-only {
    display: none;
  }
}
.product-slider .product-swiper {
  width: 100%;
  margin-bottom: 10px;
}
.product-slider .product-swiper img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-slider .product-thumb-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 15px;
}
.product-slider .product-thumb-item {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.product-slider .product-thumb-item.active,
.product-slider .product-thumb-item:hover {
  opacity: 1;
}

#footer_product_widget {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.product-story {
  width: 100vw !important;
  margin: 0 calc(50% - 50vw) !important;
  left: 50% !important;
}
@media (max-width: 600px) {
  .product-story {
    padding-bottom: 0 !important;
    left: unset !important;
  }
}
.product-story .swell-block-fullWide__inner {
  position: unset;
}
@media (max-width: 600px) {
  .product-story p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.product-story-title:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 600px) {
  .product-story-title:first-of-type {
    font-size: 24px !important;
  }
}
.product-story-title:first-of-type::before {
  display: block !important;
  content: url(/wp-content/themes/swell_child/img/rectangle-orange.png) !important;
  vertical-align: middle;
  padding-right: 16px !important;
  top: 5px !important;
  left: unset !important;
  width: unset !important;
  height: unset !important;
  position: relative !important;
}
@media (max-width: 600px) {
  .product-story-title:first-of-type::before {
    top: -4px !important;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 600px) {
  .product-story-flex-2 .swell-block-columns__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.product-story-image-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 45vw;
  max-width: 700px;
}
@media (max-width: 600px) {
  .product-story-image-1 {
    position: relative;
    right: unset;
    top: unset;
    width: 100vw;
    margin: calc(50% - 50vw);
    padding-left: 40px;
  }
}
.product-story-image-2 {
  position: relative;
  left: -40px;
  top: 40px;
}
@media (max-width: 600px) {
  .product-story-image-2 {
    position: relative;
    left: unset;
    top: unset;
  }
}

/* --------------------------- */
/* 　　　　　　商品一覧     　　 */
/* --------------------------- */
.product-archive-grid {
  display: grid;
  gap: clamp(16px, 2vw, 28px);
}
.product-archive-grid.is-three {
  grid-template-columns: repeat(3, 1fr);
}
.product-archive-grid.is-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .product-archive-grid.is-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product-archive-grid.is-two .product-archive-card {
  max-width: 500px;
  width: 48%;
}
@media (max-width: 600px) {
  .product-archive-grid.is-two .product-archive-card {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .product-archive-grid {
    grid-template-columns: 1fr !important;
  }
}
.product-archive-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.product-archive-thumb {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background: #e5e5e5;
  margin-bottom: 20px;
}
.product-archive-thumb img {
  aspect-ratio: 1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.product-archive-title:not(.p-postList__title) {
  font-size: 18px !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}
.product-archive-title:not(.p-postList__title)::before {
  display: none !important;
}
.product-archive-title:not(.p-postList__title)::after {
  display: none !important;
}
.product-archive-price {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}
.product-archive-excerpt {
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-clamp: 4;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-weight: 400;
}
.product-archive-pagination span,
.product-archive-pagination a {
  margin-top: 0;
  margin-bottom: 0;
}
.product-archive-btn {
  margin-top: 16px;
}
.product-archive-btn a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 6px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  font-weight: 400;
}
.product-archive-btn a:hover {
  background-color: #000;
  color: #fff;
}

/* --------------------------- */
/* 　　 　商品カテゴリー    　 */
/* --------------------------- */
.tax-product_category #top_title_area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-height: 11em;
  overflow: hidden;
  padding: 1.5em 0;
  position: relative;
  width: 100%;
}
.tax-product_category .c-pageTitle__subTitle {
  display: none;
}
.tax-product_category .l-article {
  max-width: 100%;
}
.tax-product_category .l-content {
  margin-bottom: 80px;
}

/* --------------------------- */
/* 　　　 　　CVエリア    　　 */
/* --------------------------- */
.cvarea h2 {
  font-weight: 700 !important;
  font-size: 40px !important;
  letter-spacing: 0.03em !important;
}
@media (max-width: 960px) {
  .cvarea h2 {
    font-size: 20px !important;
  }
}
.cvarea .cta-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media (max-width: 960px) {
  .cvarea .cta-text {
    font-size: 16px;
  }
}
.cvarea .swell-block-fullWide__inner {
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 20px 0 60px;
  max-width: min(1160px, 100% - 40px);
  margin: 0 auto;
}
@media (max-width: 960px) {
  .cvarea .swell-block-fullWide__inner {
    padding: 40px 0;
  }
}
.cvarea .swell-block-fullWide__inner::before, .cvarea .swell-block-fullWide__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: calc(100% - 15px);
  background-color: #fff;
}
.cvarea .swell-block-fullWide__inner::before {
  left: 0;
}
.cvarea .swell-block-fullWide__inner::after {
  right: 0;
}
.cvarea .wp-block-heading {
  position: relative;
  top: -60px;
}
@media (max-width: 960px) {
  .cvarea .wp-block-heading {
    top: -54px;
  }
}
.cvarea .wp-block-heading::before, .cvarea .wp-block-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(50% - 300px);
  height: 1px;
  background-color: #fff;
}
@media (max-width: 960px) {
  .cvarea .wp-block-heading::before, .cvarea .wp-block-heading::after {
    min-width: 20px;
    width: calc(50% - 150px);
  }
}
.cvarea .wp-block-heading::before {
  left: 0;
}
.cvarea .wp-block-heading::after {
  right: 0;
}
.cvarea .swell-block-button__link {
  color: #060606;
  font-weight: 400 !important;
}
@media (max-width: 960px) {
  .cvarea .swell-block-button__link {
    font-size: 18px;
    padding: 12px;
    width: calc(100% - 32px);
    max-width: 400px;
  }
}
.cvarea .swell-block-button__link::after {
  content: "";
  background-color: #060606;
  width: 48px;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
}
@media (max-width: 960px) {
  .cvarea .swell-block-button__link::after {
    width: 40px;
  }
}

/* --------------------------- */
/* 　　　　　　　お問い合わせ     　　 */
/* --------------------------- */
@media (max-width: 600px) {
  .contactform {
    padding: 16px !important;
  }
}

/* --------------------------- */
/* 　　　　　　　フッター     　　 */
/* --------------------------- */
.l-footer .copyright {
  font-size: 14px;
}

.l-footer__foot {
  padding: 72px 0 16px;
}
@media (max-width: 600px) {
  .l-footer__foot {
    padding: 30px 0 10px;
  }
}
.l-footer__foot .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  position: relative;
  max-width: 1600px;
}
@media (max-width: 600px) {
  .l-footer__foot .l-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.l-footer__foot .l-footer__logo img {
  display: block;
  width: 240px;
}
@media (max-width: 600px) {
  .l-footer__foot .l-footer__logo img {
    width: 160px;
    margin-bottom: 30px;
  }
}
.l-footer__foot .l-footer__nav {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .l-footer__foot .l-footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .l-footer__foot .l-footer__nav li:nth-child(-n+4) {
    grid-column: 1;
  }
}
@media (max-width: 600px) {
  .l-footer__foot .l-footer__nav li:nth-child(n+5) {
    grid-column: 2;
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
}
.l-footer__foot .l-footer__nav a {
  font-size: 16px;
  border: none !important;
  font-weight: 500 !important;
  padding: 0 20px;
}
@media (max-width: 1300px) {
  .l-footer__foot .l-footer__nav a {
    padding: 0 10px;
  }
}
@media (max-width: 600px) {
  .l-footer__foot .l-footer__nav a {
    font-size: 14px;
    padding: 8px 0 8px 12px;
    border-left: 1px solid #fff !important;
  }
}
.l-footer__foot .c-iconList {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
}
@media (max-width: 600px) {
  .l-footer__foot .c-iconList {
    position: absolute;
    right: 40px;
    bottom: 60px;
  }
}
.l-footer__foot .c-iconList a {
  font-size: 20px;
  margin: 0 10px;
}
.l-footer__foot .c-iconList__item.-rss {
  display: none;
}