@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
*/

/* ----animation---- */
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}
@keyframes fade_in{
    0% {
        opacity:0
    }
    99% {
        opacity:1
    }
    100% {
        opacity:1
    }
}
@keyframes fade_up{
    0% {
        transform:translateY(30px);
        opacity:0
    }
    99% {
        transform:translateY(0);
        opacity:1
    }
    100% {
        transform:translateY(0);
        opacity:1
    }
}
@keyframes fade_r{
    0% {
        transform:translateX(-30px);
        opacity:0
    }
    99% {
        transform:translateX(0);
        opacity:1
    }
    100% {
        transform:translateX(0);
        opacity:1
    }
}
/* ------------ft_con_animation------------ */
@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 6284.6748046875px;
    stroke-dasharray: 6284.6748046875px;
  }

  100% {
    stroke-dashoffset: 12569.349609375px;
    stroke-dasharray: 6284.6748046875px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 6284.6748046875px;
    stroke-dasharray: 6284.6748046875px;
  }

  100% {
    stroke-dashoffset: 12569.349609375px;
    stroke-dasharray: 6284.6748046875px;
  }
}
/* ----全体font---- */
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
.post_content {
	line-height: 2.3;
}
.post_content h2,
.post_content h3,
.post_content h4 {
	margin: 0;
}
a[href^="tel:"] {
    pointer-events: none;
}
.dis_none {
	display: none;
}

/* ----font---- */
.en_ft {
	font-family: "Volkhov", "Noto Sans JP", serif;
	font-weight: 400;
	font-style: normal;
}
.tel {
	font-family: "Volkhov", "Noto Sans JP", serif;
}

/* ----改行・整形---- */
.br_pc {
	display: block;
}
.br_sp {
	display: none;
}

/* ----見出し---- */
.h2_ttl {
	font-family: "Volkhov", "Noto Sans JP", serif;
    font-size: clamp(4.2rem, 2.4rem + 3vw, 6rem) !important;
    font-weight: bold !important;
	display: block;
	margin: 0 0 70px !important;
    line-height: 0.9 !important;
    letter-spacing: 0.2rem;
}
.h2_ttl small {
	font-size: inherit;
	opacity: 1;
}
.h2_ttl .jp_txt {
	background: url(../../uploads/2026/03/lowerh2.svg) no-repeat center / contain !important;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1.2rem, 0.8rem + 0.6667vw, 1.6rem);
    font-weight: 600;
    display: block;
    line-height: 190%;
    letter-spacing: 0.1rem;
    height: 2.6vw;
    min-height: 40px;
	position: relative;
}

/* ----ボタン---- */
.cmn_btn {
    min-width: 240px;
	margin: 0 auto;
}
.cmn_btn a {
	font-family: "Volkhov", "Noto Sans JP", serif;
	min-width: 300px;
	width: 19vw;
	color: var(--color_main);
	border: 2px solid var(--color_main);
	padding: 1.4vw 2vw 1.4vw 2.8vw;
    position: relative;
    font-size: clamp(1.3rem, 0.9rem + 0.6667vw, 1.7rem) !important;
	letter-spacing: 0.2rem;
    font-weight: normal;
    transition: .4s;
	box-shadow: 10px 10px 0 var(--color_main);
}
.cmn_btn a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent var(--color_main);
    top: 10px;
    left: 30px;
	bottom: 0;
	margin: auto 0;
    transition: .4s;
}
.cmn_btn a:hover {
    transition: .2s;
	color: var(--color_main);
	background: var(--color_pale01);
	transform: translate(10px, 10px);
}
.cmn_btn a:hover::after {
    transition: .2s;
}

/* ----ヘッダー---- */
.l-header {
	background: none;	
	position: absolute;
}
.l-header .l-container {
	max-width: 100%;
}
.l-fixHeader {
	box-shadow: none !important;
}
.l-fixHeader .l-container {
	max-width: 100%;
}
.-series .l-header__logo {
	min-width: 90px;
	margin-right: 1vw;
	padding: 28px 0;
}
.l-fixHeader__logo {
	padding: 12px 0 14px;
}
.-series .c-headLogo {
	margin-right: 0;
}
.l-fixHeader .l-container .c-gnav {
    margin-top: -3px;
}
.c-gnav>.menu-item>a{
	padding: 0 0.8vw;
	transition: .2s;
	text-align: left;
}
.c-gnav>.menu-item>a:hover{
	opacity: .7;
}
.c-gnav>.menu-item>a::after {
	display: none;
}
.c-gnav>.menu-item.sns {
	display: flex;
    align-items: center;
	margin-left: 0.5vw;
}
.c-gnav>.menu-item.sns a {
	padding: 0;
}
.c-gnav>.menu-item>a .ttl {
	font-size: 0.6rem;
	order: 2;
}
.c-gnav>.menu-item.sns a .ttl {
	font-size: clamp(2rem, -1rem + 5vw, 3rem);
    padding-top: 5px;
}
.c-gnav>.menu-item>a .c-smallNavTitle {
    font-family: "Volkhov", "Noto Sans JP", serif;
    font-size: clamp(0.95rem, 0.05rem + 1.5vw, 1.25rem);
    opacity: 1;
    order: 1;
    font-weight: normal;
	margin-bottom: 10px;
}
.c-gnav a::after {
	height: 5px;
}
.l-fixHeader .c-gnav>.menu-item>.sub-menu {
	top: 90%;
}
.l-fixHeader .c-gnav > li a:hover {
	color: #fff;
	opacity: .8;
}
.w-header.pc_ {
	position: absolute;
    right: 4vw;
    top: 20px;
}
.c-gnav>.menu-item.dis_sp {
	display: none;
}
.c-gnav > .-current > a::after {
	display: none;
}
.c-spnav>.menu-item.dis_none {
	display: block;
}
.l-fixHeader .widget_swell_index {
	display: none;
}

/* ----コンテンツヘッダー---- */
.l-topTitleArea {
    height: 40vw;
    color: #fff !important;
	position: relative;
    font-size: 1rem !important;
	min-height: 420px;
}
.l-topTitleArea div.l-topTitleArea__body {
    text-shadow: unset;
    color: #fff;
    text-align: right;
    margin-top: -8vw;
	padding: 0 1vw;
}
.c-pageTitle {
	font-size: clamp(1.3rem, 1rem + 0.5vw, 1.6rem);
    letter-spacing: 0.1rem;
	font-weight: 600;
	opacity: 0;
    animation: fade_in 1s cubic-bezier(0.22, 1, 0.36, 1) .5s forwards;
}
.c-pageTitle__subTitle {
    font-family: "Volkhov", "Noto Sans JP", serif;
	font-style: normal;
	font-weight: bold;
	visibility: visible;
    display: block;
    position: absolute;
    font-size: clamp(4.2rem, 1.6rem + 4.3333vw, 6.8rem);
    left: 0;
	right: 0;
    letter-spacing: 0.4rem;
    margin: 30px auto 0;
	opacity: 1;
    animation: fade_r 1s cubic-bezier(0.22, 1, 0.36, 1) .5s forwards;
	opacity: 0;
}
.c-postTitle {
	margin-top: 140px;
}
.c-postTitle .c-postTitle__ttl {
	font-size: clamp(1.6rem, 1rem + 1vw, 2.2rem);
}
.p-articleMetas {
	justify-content: flex-end;
}

/* ----パンくずー---- */
.l-topTitleArea+.p-breadcrumb {
	z-index: 1;
    color: #fff;
	margin: -50px auto 0;
}
.p-breadcrumb__list {
	gap: 1em;
	font-weight: 300;
	padding: 0 1vw;
}
.p-breadcrumb__list .p-breadcrumb__text {
	opacity: 1;
}
.p-breadcrumb__list .icon-home:before {
	display: none;
}

/* ----コンテンツ---- */
.l-content {
    padding-bottom: 0;
	margin: 0 auto 1.5em;
}
.blog .l-content,
.archive .l-content {
    padding: 8em 0 0;
}
.blog .l-article,
.archive .l-article {
	max-width: none;
}
:not(.home) > .l-content {
	margin: 0 auto 4em;	
}
#main_content .p-toc {
	display: none;
}
.swell-block-fullWide + .swell-block-fullWide {
	margin-top: 0;
}
.swell-block-fullWide__inner {
	padding: 0;
}
.swell-block-columns__inner {
	justify-content: space-between;
	margin: 0;
}
.swell-block-columns__inner .swell-block-column {
	margin: 0 !important;
}
.p-postList__meta :before {
	display: none;
}
/*目次*/
.widget_swell_index {
    position: absolute;
    right: 8vw;
    bottom: -35vw;
	opacity: 0;
    animation: fade_in 1s cubic-bezier(0.22, 1, 0.36, 1) .5s forwards;
}
.widget_swell_index .w-header__title {
	display: none;
}
.widget_swell_index .p-toc__list {
	display: flex;
    gap: 0.5vw;
}
.widget_swell_index .p-toc__list li {
	padding: 0;
	margin: 0;
}
.widget_swell_index .p-toc__list li::before {
	display: none;
}
.widget_swell_index .p-toc__list li .p-toc__link {
	list-style: none;
    display: block;
	background: rgba(34, 34, 34, .8);
	white-space: nowrap;
    font-size: 0.75rem;
    padding: 8px 2vw 23px;
	transition: .4s;
}.widget_swell_index .p-toc__list li .p-toc__link .mininote2 {
	display: none;
}
.widget_swell_index .p-toc__list li .p-toc__link::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    left: 0;
    right: 0;
    bottom: 7px;
    margin: 0 auto;
}
.widget_swell_index .p-toc__list li .p-toc__link:hover {
	transition: .2s;
	opacity: 1;
	background: rgba(28, 62, 89, .8);
}



/* ----おすすめ商品タブ---- */
.itemsArea .swell-block-fullWide__inner {
    max-width: 1560px;
}
.itemsArea .swell-block-tab {
    margin-bottom: 8vw;
}
.itemsArea .c-tabList {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 6em !important;
    border-top: 2px solid var(--color_pale01);
    border-bottom: 2px solid var(--color_pale01);
    justify-content: space-between;
    margin-bottom: 5vw !important;
}
.itemsArea .c-tabList .c-tabList__item {
    border-right: 2px solid var(--color_pale01);
    width: calc(100% / 7);
}
.itemsArea .c-tabList .c-tabList__item:last-child {
    border-right: none;
}
.itemsArea .c-tabList .c-tabList__button {
    width: 100%;
    padding: 2.5vw 1vw;
    font-size: clamp(1.1rem, 0.7rem + 0.6667vw, 1.5rem);
    font-weight: bold;
    letter-spacing: 0.1rem;
    opacity: 1;
}
.itemsArea .c-tabList .c-tabList__button[aria-selected=true] {
    color: var(--color_main);
    background: var(--color_pale01);
}
.itemsArea .c-tabList .c-tabList__button[aria-selected=true]::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 13px 0 13px;
    border-color: var(--color_pale01) transparent transparent transparent;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
}
.itemsArea .c-tabList .c-tabList__button[aria-selected=false] {
    color: var(--color_pale01);
}
.itemsArea .c-tabList .c-tabList__button[aria-selected=false]:hover {
    background: #666;
}
.itemsArea .c-tabBody {
    padding: 0;
    border: 0;
}

/* post_query */
.category.archive .pro_cateBox {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 4em !important;
}
.post_queryBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 0;
	margin: 0 auto;
}
.post_queryBox ul::after{
	content: "";
	display: block;
	width: calc(100% / 3 - 1vw);
}
.post_queryBox ul li.wp-block-post {
    width: calc(100% / 3 - 1vw) !important;
    padding: 0;
	list-style: none;
	margin-bottom: 4em;
	position: relative;
}
.post_queryBox ul li.wp-block-post figure {
    aspect-ratio: 3 / 2;
	overflow: hidden;
}
.post_queryBox ul li.wp-block-post figure img {
    object-fit: cover;
    object-position: center;
    height: -webkit-fill-available;
	transition: .2s;
}
.post_queryBox ul li.wp-block-post:hover figure img {
	transform: scale(1.05);
	transition: .2s;
	opacity: .7;
}
.post_queryBox ul li.wp-block-post .wp-block-post-date {
	transition: .2s;
}
.post_queryBox ul li.wp-block-post .wp-block-post-date a {
    padding: 20px 0 0;
    color: #82817F;
	display: block;
    font-size: 0.85rem;
	font-weight: bold;
    margin-bottom: 5px !important;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title {
    margin: 0;
    font-size: clamp(1rem, 0.55rem + 0.75vw, 1.15rem) !important;
    font-weight: bold;
    order: 2;
	transition: .2s;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color: var(--color_main);
}
.post_queryBox ul li.wp-block-post:hover .wp-block-post-date, 
.post_queryBox ul li.wp-block-post:hover h2.wp-block-post-title {
	transition: .2s;
	opacity: .7;
}
.post_queryBox .wp-block-query-pagination {
	justify-content: center;
	margin-top: 2em;
}
.post_queryBox .wp-block-query-pagination-numbers {
	display: flex;
    align-items: center;	
}
.post_queryBox .wp-block-query-pagination-numbers .page-numbers {
	margin: 0 6px 0 0;
	box-shadow: none;
	font-weight: bold;
    height: 48px;
    line-height: 48px;
    min-width: 48px;
	background: var(--color_pale01);
	transition: .4s;
}
.post_queryBox .wp-block-query-pagination-numbers .page-numbers.current {
	background: var(--color_main);
}
.post_queryBox .wp-block-query-pagination-numbers .page-numbers:hover {
	opacity: .8;
	transition: .2s;
}

/* ----概要---- */
.outlineBox {
	max-width: 1280px;
	margin: 0 auto;
}
.outlineBox .swell-block-dl__dt{
    padding: 1.5vw 1.5vw;
    border-top: 2px solid var(--color_main);
    display: flex;
    align-items: stretch;
	font-size: 1rem;
}
.outlineBox .swell-block-dl__dt:last-of-type{
    border-bottom: 2px solid var(--color_main);
}
.outlineBox .swell-block-dl__dt:after{
    display: none;
}
.outlineBox .swell-block-dl__dd{
    border-top: 2px solid var(--color_pale01);
    padding: 1.5vw 1.5vw 1.5vw 2.5vw;
    line-height: 1.8;
	font-size: 1rem;
	font-weight: bold;
}
.outlineBox .swell-block-dl__dd:last-of-type{
    border-bottom: 2px solid var(--color_pale01);
}

/* ----お知らせ_テキスト---- */
.p-postList.-type-simple {
	max-width: 1280px;
	margin: 0 auto;
	border-top: none;
}
.p-postList.-type-simple li.p-postList__item {
	background: #fff;
	margin-bottom: 1vw;
}
.p-postList.-type-simple li.p-postList__item .p-postList__link {
    padding: 2.2vw 2.5em;
}
.p-postList.-type-simple li.p-postList__item .p-postList__link::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent var(--color_main);
    top: 0;
    right: 3vw;
	bottom: 0;
	margin: auto 0;
    transition: .4s;
}
.p-postList.-type-simple li.p-postList__item .p-postList__link:hover::after {
	right: 2.5vw;
    transition: .2s;
}
.p-postList.-type-simple li.p-postList__item .p-postList__body {
	display: flex;
}
.p-postList.-type-simple li.p-postList__item .p-postList__meta {
    font-size: 0.85rem;
    font-weight: bold;
    color: #BAB9B6;
}
.p-postList.-type-simple li.p-postList__item .p-postList__meta .p-postList__times {
	opacity: 1;
    margin-right: 10px;
}
.p-postList.-type-simple li.p-postList__item .p-postList__meta .p-postList__cat {
	border: 2px solid var(--color_main);
	color: var(--color_main);
	opacity: 1;
    margin-right: 25px;
    padding: 5px 1.8vw;
    font-size: 0.7rem;
}
.p-postList.-type-simple li.p-postList__item .p-postList__title {
	font-size: 1.1rem;
}

/* ----お知らせ_カード---- */
.archive.category:not(.category-info) .l-content {
	max-width: 1560px;
}
.archive.category:not(.category-info) .l-content .l-mainContent {
	max-width: 1560px;
}
.p-postList.-type-card {
    justify-content: space-between;
}
.p-postList.-type-card::after{
	content: "";
	display: block;
	width: calc(100% / 3 - 0.4vw);
}
.p-postList.-type-card li.p-postList__item {
	width: calc(100% / 3 - 0.4vw) !important;
	margin-bottom: 4em;
}
.p-postList.-type-card li.p-postList__item .p-postList__thumb {
    box-shadow: none;	
}
.p-postList.-type-card li.p-postList__item .c-postThumb__figure {
    box-shadow: none;
	aspect-ratio: 3 / 2;
}
.p-postList.-type-card li.p-postList__item .p-postList__body {
    display: flex;
    flex-direction: column;
	padding-top: 1vw;
}
.p-postList.-type-card li.p-postList__item .p-postList__meta {
    order: 1;
    font-size: 0.85rem;
    font-weight: bold;
    color: #82817F;
    margin-bottom: 5px !important;
}
.p-postList.-type-card li.p-postList__item .p-postList__title {
    order: 2;
    font-weight: 500;
    font-size: clamp(1rem, 0.55rem + 0.75vw, 1.15rem);
}
.p-articleFoot:has(a[data-cat-id="7"]) {
	display: none;
}
.p-articleFoot:has(a[data-cat-id="7"]) ~ .l-articleBottom {
	display: none;
}

/* ----おすすめ商品詳細---- */
.l-content:has(.pro_topArea) {
	padding: 0;
}
.pro_topArea h2 {
	font-size: clamp(1.8rem, 0rem + 3vw, 2.4rem);
	border-bottom: 1px solid #fff;
    padding-bottom: 25px;
	margin-bottom: 50px !important;
    font-weight: 900;
}
.pro_feaArea {
	padding-bottom: 4em !important;
}
.pro_feaArea .pro-main-txt {
	font-weight: bold;
	margin-bottom: 3em;
}
.pro_feaArea .pro-image-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro_feaArea .pro-image-gallery::after{
	content: "";
	display: block;
	width: calc(100% / 3 - 1vw);
}
.pro_feaArea .pro-image-gallery figure {
	width: calc(100% / 3 - 1vw);
    margin-bottom: 1em;
}
.pro_specArea {
	padding-bottom: 8em !important;
}
.pro_specArea .wp-block-lazyblock-pro-spec {
	margin-bottom: 4em;
}
.pro_specArea .shop-buttons {
	display: flex;
	justify-content: center;
}
.pro_specArea .shop-buttons .cmn_btn {
	width: calc(100% / 3 - 3vw);
}
.pro_specArea .shop-buttons .cmn_btn a {
	font-family: "Noto Sans JP", sans-serif;
	display: block;
	width: 100%;
	font-size: clamp(1.2rem, 0.3rem + 1.5vw, 1.5rem) !important;
	font-weight: bold;
	color: #fff;
    text-align: center;
    line-height: 2;
}
.pro_specArea .shop-buttons .cmn_btn a:hover {
    box-shadow: 0 0 0 var(--color_main);
}
.pro_specArea .shop-buttons .cmn_btn a::after {
    top: 0;
    left: 2vw;
    border-color: transparent transparent transparent #fff;
}
.pro_specArea .shop-buttons .cmn_btn a.shop-rakuten {
	background: var(--color_deep02);
}
.pro_specArea .shop-buttons .cmn_btn a.shop-yahoo {
	background: var(--color_deep03);
}
.pro_specArea .shop-buttons .cmn_btn a.shop-amazon {
	background: var(--color_deep04);
}
.pro_cateBox {
	display: flex;
	justify-content: space-between;
    border-top: 2px solid var(--color_main);
    border-bottom: 2px solid var(--color_main);
    --the-gap: 0 !important;
    align-items: stretch;
}
.pro_cateBox li.swell-block-linkList__item {
	width: calc(100% / 7) !important;
    border-right: 2px solid var(--color_main);
}
.pro_cateBox li.swell-block-linkList__item:last-child {
    border-right: 0;
}
.pro_cateBox li.swell-block-linkList__item:hover {
	text-decoration: none;
}
.pro_cateBox li.swell-block-linkList__item a {
	width: 100%;
    padding: 2.5vw 1vw;
    font-size: clamp(1rem, -0.5rem + 2.5vw, 1.5rem);
    font-weight: bold;
    letter-spacing: 0.1rem;
	text-align: center;
	transition: .4s;
	line-height: 1;
	height: 100%;
}
.pro_cateBox li.swell-block-linkList__item a span {
    margin: 0 auto;
}
.pro_cateBox li.swell-block-linkList__item a:hover {
    background: #bbb;
	text-decoration: none !important;
	transition: .2s;
}

/* ----ONLINE SHOP---- */
.onlineArea {
	transform: skewY(-3deg);
	max-width: 1880px !important;
	width: 98vw;
    margin: 0 1vw;
    left: calc(50% - 50vw);
	padding: 6vw 0 !important;
}
.onlineArea .swell-block-fullWide__inner {
	transform: skewY(3deg);	
}
.onlineArea .online_top {
	max-width: 1780px;
    margin: 0 auto 3em;
    padding: 0 3.5vw 0 2vw;
}
.onlineArea .online_top h2 {
	font-size: clamp(6.5rem, -1rem + 12.5vw, 14rem);
    transform: rotate(-3deg);
    line-height: 0.9;
}
.onlineArea .online_top p {
	font-size: clamp(0.9rem, 0.35rem + 0.9167vw, 1.45rem);
    line-height: 2.4;
    letter-spacing: 0.1rem;
}
.onlineArea .swell-block-linkList {
	max-width: 1880px;
	margin: 0 auto;
	padding: 0 2vw;
	justify-content: space-between;
	--the-gap: 0;
    transform: skewY(-4deg);
	--the-fz: clamp(0.75rem, 0.05rem + 1.1667vw, 1.45rem) !important;
}
.onlineArea .swell-block-linkList .swell-block-linkList__item {
	width: calc(100% / 3 - 1vw);
}
.onlineArea .swell-block-linkList .swell-block-linkList__item a {
	text-align: left;
	padding: 2vw 2vw;
	border: 2px solid #fff;
    letter-spacing: 0.1rem;
	justify-content: flex-start;
	backdrop-filter: blur(5px);
	gap: 1em;
}
.onlineArea .swell-block-linkList .swell-block-linkList__item:first-child a {
	background: rgba(191, 0, 0, .9);
}
.onlineArea .swell-block-linkList .swell-block-linkList__item:nth-child(2) a {
	background: rgba(255, 132, 0, .9);
}
.onlineArea .swell-block-linkList .swell-block-linkList__item:last-child a {
	background: rgba(35, 47, 62, .9);
}
.onlineArea .swell-block-linkList .swell-block-linkList__item:first-child a:hover {
	background: rgba(191, 0, 0, .7);
}
.onlineArea .swell-block-linkList .swell-block-linkList__item:nth-child(2) a:hover {
	background: rgba(255, 132, 0, .7);
}
.onlineArea .swell-block-linkList .swell-block-linkList__item:last-child a:hover {
	background: rgba(35, 47, 62, .7);
}
.onlineArea .swell-block-linkList .swell-block-linkList__item a .b_name {
	font-size: clamp(1.1rem, 0.2rem + 1.5vw, 2rem);
}
.onlineArea .swell-block-linkList .swell-block-linkList__item a .swell-block-linkList__text {
	margin: 0;
}

/* ----フッター---- */
.svg-elem-4 {
    stroke: #222;
    stroke-width: 2;
    -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
.f_conArea {
	padding-top: 0 !important;
}
.f_conArea .f_con_top .inL {
    margin-left: 12vw !important;
	padding-top: 5em;
}
.f_conArea .f_con_top .inL .wp-block-group {
	display: flex;
	align-items: flex-end;
}
.f_conArea .f_con_top .inL .wp-block-group .tel_num {
	display: flex;
    line-height: 0.8;
	margin-right: 15px;
	font-size: clamp(3rem, 1.5rem + 2.5vw, 4.5rem) !important;
}
.f_conArea .f_con_top .inL .wp-block-group .tel_num .swl-inline-icon {
    font-size: 3.5rem;
}
.f_conArea .f_con_top .inL .swell-block-button {
    line-height: 1.4;
}
.f_conArea .f_con_top .inL .swell-block-button a {
	background: none;
	box-shadow: none;
	font-size: clamp(6.5rem, 0.5rem + 10vw, 12.5rem);
	padding: 0;
    transition: .4s;
	color: var(--color_main);
}
.f_conArea .f_con_top .inL .swell-block-button a::before {	
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
    border-width: 18px 0 18px 22px;
	border-color: transparent transparent transparent var(--color_main);
    top: 10px;
    right: -50px;
	bottom: 0;
	margin: auto 0;
    transition: .4s;
}
.f_conArea .f_con_top .inL .swell-block-button a::after {
	display: none;
} 
.f_conArea .f_con_top .inL .swell-block-button a:hover {
	color: var(--color_deep01);
	transform: translateX(10px);
    transition: .2s;
}
.f_conArea .f_con_top .inL .swell-block-button a:hover::before  {
	border-color: transparent transparent transparent var(--color_deep01);
    transition: .2s;
}
.f_conArea .f_con_top .inR {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	z-index: -1;
}
.f_conArea .f_con_top .inR .angler04 svg {
	display: none;
}
.f_conArea .f_con_top .inR .angler04.on svg {
	display: block;
}
.l-footer__widgetArea {
	padding-bottom: 0;
}
.c-widget+.c-widget {
	margin: 0 auto;
}
.w-beforeFooter{
	margin: 0 auto;
}
.w-beforeFooter .l-article {
	margin: 0 auto;
}
.w-beforeFooter .l-container {
	padding: 0;
    max-width: 100%;
}
.w-footer {
	margin: 0 auto;
    padding: 0;
    width: 100%;
}
.w-footer__box {
	width: 100%;
	margin: 0 auto;
}
.w-footer__box .l-article {
	margin: 0 auto;
}
.w-footer__box .l-container {
	margin: 0 auto;
	padding: 0;
}
.w-footer__box .footer_in a:hover {
	color: #fff !important;
	opacity: .7 !important;
	transition: .2s;
}
.w-footer__box .footer_in {
	padding: 4vw 1.5vw 0;
}
.w-footer__box .footer_in .swell-block-columns__inner {
	justify-content: space-between;
}
.f_add {
	width: 30% !important;
	font-size: clamp(0.8rem, 0.2rem + 1vw, 1rem);
}
.f_add .add {
	font-size: clamp(0.8rem, 0.35rem + 0.75vw, 0.95rem) !important;
}
.f_add .desc {
	max-width: 306px;
	font-size: clamp(0.6rem, 0.15rem + 0.75vw, 0.75rem) !important;
	line-height: 2.2;
}
.f_link {
	width: 32% !important;
    margin-left: 10px !important;
}
.f_link .swell-block-column {
	width: 50%;
}
.f_link .footer-list {
    list-style: none;
    justify-content: center;
	padding-left: 0 !important;
	margin-bottom: 0;
}
.f_link .footer-list li {
	font-size: clamp(0.8rem, 0.2rem + 1vw, 1rem);
	font-weight: normal;
	line-height: 2.6;
}
.f_link .footer-list li a:hover {
	transition: .2s;
	color: var(--color_main);
}
.f_link .footer-list li.l_menu_ttl {
	font-weight: 500;
	font-size: clamp(0.9rem, 0.3rem + 1vw, 1.1rem);
}
.f_link .footer-list li a{
	transition: .4s;
}
.f_shop {
	width: 32% !important;
}
.f_shop .wp-block-group {
    padding: 1.2em 1.5em 1.5em;
}
.f_shop .wp-block-group h3 {
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0.2rem;	
}
.f_shop .wp-block-group .swell-block-linkList li {
    background: #fff;
}
.f_shop .wp-block-group .swell-block-linkList li a {
    color: var(--color_main);
	padding: 0.7vw 1vw;
	transition: .4s;
	font-size: clamp(0.9rem, 0.6rem + 0.5vw, 1rem);
}
.f_shop .wp-block-group .swell-block-linkList li a:hover {
    color: var(--color_main) !important;
	opacity: 1 !important;
	background: var(--color_pale01);
	transition: .2s;
}
.f_shop .wp-block-group .swell-block-linkList li a:hover .swell-block-linkList__text {
	transform: translateX(5px) !important;
}
.l-footer__foot {
    border-top: 1px solid #fff;
	padding: 0;
}
.l-footer__foot .l-container {
	padding: 0;
}
.w-footer__box .ft_capBox {
	width: 100vw;
	margin: -30px calc(50% - 50vw) 15px !important;
    position: relative;
	z-index: -1;
}
.w-footer__box .ft_capBox .txt_anime {
    display: flex;
    overflow: hidden;
    gap: 0;
}
.w-footer__box .ft_capBox .txt_anime .wp-block-group__inner-container,
.w-footer__box .ft_capBox .txt_anime .swell-block-columns {
	display: contents;
}
.w-footer__box .ft_capBox .swell-block-columns__inner {
    flex-wrap: nowrap;
	white-space: nowrap;
	animation: infinity-scroll-left 200s infinite linear;
    font-size: clamp(5rem, -13rem + 30vw, 11rem);
    line-height: 1.4;
}
.w-footer__box .ft_capBox .txt_jp {
	position: absolute;
    margin: auto;
    top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    font-size: clamp(1.2rem, 0.3rem + 1.5vw, 1.5rem);
    letter-spacing: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.l-footer .copyright {
	font-size: clamp(0.6rem, 0.3rem + 0.5vw, 0.7rem);
    text-align: left;
    letter-spacing: 0.1rem;
    padding: 25px 0;
}

@media screen and (max-width: 1449px) {
.f_conArea .f_con_top .inL {
	margin-left: 6vw !important;
	width: 70%;
}
}

/*---------------------------------------------pc_small---*/
@media screen and (max-width: 1279px) {
.l-topTitleArea div.l-topTitleArea__body {
    padding: 0 2vw;		
}
.p-breadcrumb::before {
	height: min(100px + 140px, 160px);
}
.swell-block-fullWide__inner {
	width: 90%;
    margin: 0 auto;
}
.widget_swell_index {
    right: 0;
}
.itemsArea .swell-block-fullWide__inner {
    width: 96%;
}
.category.archive .c-tabBody {
    width: 96%;
	margin: 0 auto;
}
.pro_cateArea .swell-block-fullWide__inner {
	width: 100%;
}
.p-postList.-type-simple {
	width: 95%;
}
.onlineArea .swell-block-fullWide__inner {
	width: 100%;
}
.onlineArea .online_top {
    padding: 0 2vw;
}
.f_conArea .swell-block-fullWide__inner {
	width: 100%;
}
.w-footer__box .l-container {
	width: 95vw;
}
.l-footer .copyright {
	padding: 20px 2vw;	
}
}


/*---------------------------------------------------tb---*/
@media screen and (max-width: 959px) {
.br_pc {
	display: none;
}
.br_sp {
	display: block;
}
a[href^="tel:"] {
	pointer-events: auto;
}
.post_content p {
	font-size: clamp(0.95rem, 0.8664rem + 0.2228vw, 1rem);
}
.h2_ttl{
	font-size: clamp(3rem, 0.9944rem + 5.3482vw, 4.2rem) !important;
	margin-bottom: 40px !important;
}
.h2_ttl .jp_txt {
	font-size: clamp(1rem, 0.6657rem + 0.8914vw, 1.2rem);
	min-height: 30px;
    line-height: 160%;
	margin-top: 3px;
}
.cmn_btn a {
	font-size: 1.2rem !important;
	min-width: 260px;
	min-height: 60px;
	padding: 2.5vw 2.5vw;
	letter-spacing: 0.1rem;
}
.-series .l-header__logo {
	padding: 0;
	min-width: auto;
	margin: 0;
	width: 100%;
	position: absolute;
	z-index: -1;
}
.-series .c-headLogo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.l-header {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%);
	height: 80px;
}
.l-header .l-container {
	padding: 0;
	justify-content: space-between;
}
.c-headLogo__link {
	padding: 0 !important;
}
.l-header__customBtn {
    margin: 0 0 0 auto;
	width: 20px;
}
.c-iconBtn {
	color: #fff;
}
.p-spMenu__inner::before {
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(6px);
}
.p-spMenu__inner .icon-close-thin:before {
	color: #fff;
}
.c-widget__title.-spmenu {
	color: #fff;
	font-family: "Volkhov", "Noto Sans JP", serif;
	font-weight: normal;
	font-size: 2.6rem;
	line-height: 1;
	margin-bottom: 20px;
	padding: 0.1em .45em 0.1em 0;
	background: none;
}
.c-spnav>.menu-item>a::before {
    left: 20px;
    top: 50%;
	content: "";
	bottom: auto;
	margin: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #222;
	background: none;
}
.c-spnav>.menu-item>a .br_pc{
	display: none;
}
.c-spnav a {
	font-size: clamp(0.9rem, 0.7329rem + 0.4457vw, 1rem);
	border-bottom: none;
	font-weight: bold;
	padding: 0.8em 1em 0.8em 2.5em;
	background: #fff;
	border: 1px solid #222;
	margin-bottom: 5px;
}
.c-spnav a:hover {
	padding-left: 2.8em;
	background: #fff;
	opacity: .9;
	transition: .2s;
}
.c-spnav a .c-smallNavTitle {
	font-family: "Volkhov", "Noto Sans JP", serif;
	color: var(--color_pale01);
    opacity: 1;
}
.c-spnav>.menu-item.dis_none {
	display: none;
}
.p-spMenu__body {
	padding: 0 4vw 2vw;
}
.p-spMenu__body .p-spMenu__bottom {
    margin-top: 1em;
}
.p-spMenu__body .c-widget {
    max-width: 300px;
	margin: 0 auto;
}
.p-spMenu__body .c-widget figure {
	max-width: 120px;
	margin: 0 auto;
}
.p-spMenu__body .c-widget h2 {
	font-size: clamp(1.1rem, 0.9329rem + 0.4457vw, 1.2rem);
}
.p-spMenu__body .c-widget p {
	font-size: 0.8rem;
}
.p-spMenu__body .c-widget p.tel {
	font-size: 1.8rem;
	text-align: center;
}
.l-topTitleArea+.p-breadcrumb {
    margin: -40px auto 0;
}
.p-breadcrumb::before {
	top: -140px;
    height: min(100px + 100px, 100px);
}
.p-breadcrumb__list {
    margin-left: 2vw;
	font-size: 0.6rem;
}
.l-topTitleArea {
	min-height: 210px;
	height: 38vh;
	margin-top: -80px;
}
.c-pageTitle {
    line-height: 1;
	font-size: clamp(1.1rem, 0.7657rem + 0.8914vw, 1.3rem);
}	
.c-pageTitle__subTitle {
	font-size: clamp(2.6rem, -0.0741rem + 7.1309vw, 4.2rem);
	letter-spacing: 0.2rem;
}
.c-postTitle {
    margin-top: 12vw;
}
.c-postTitle .c-postTitle__ttl {
	font-size: clamp(1.2rem, 0.5315rem + 1.7827vw, 1.6rem);
}
.blog .l-content,
.archive .l-content {
    padding: 4em 0 0;
}

/* ----おすすめ商品タブ---- */
.itemsArea .swell-block-fullWide__inner {
    width: 94%;
}
.itemsArea .swell-block-tab {
    margin-bottom: 14vw;
}

/* post_query */
.post_queryBox ul li.wp-block-post {
	width: calc(100% / 2 - 1.5vw) !important;
}
.post_queryBox ul li.wp-block-post .wp-block-post-date a {
    padding: 15px 0 0;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title {
	font-size: clamp(0.9rem, 0.7329rem + 0.4457vw, 1rem) !important;
}
.post_queryBox .wp-block-query-pagination-numbers .page-numbers {
    height: 36px;
    line-height: 36px;
    min-width: 36px;
}

/* ----概要---- */
.outlineBox {
	--swl-dt-width: 25%;
}

/* ----お知らせ_テキスト---- */
.-type-simple .p-postList__title {
    font-size: 0.9rem;
	line-height: 2;
}
.p-postList.-type-simple li.p-postList__item .p-postList__link {
    padding: 2.2vw 2.5em 2.2vw 1.5em;
}
.p-postList.-type-simple li.p-postList__item .p-postList__body {
	flex-direction: column;
}
.p-postList.-type-simple li.p-postList__item .p-postList__meta .p-postList__cat {
	margin-right: 0;
}
	
/* ----お知らせ_カード---- */
.p-postList.-type-card li.p-postList__item {
	width: calc(100% / 2 - 0.4vw) !important;
}
.p-postList.-type-card li.p-postList__item:last-child {
	display: block;
}
.p-postList.-type-card li.p-postList__item .p-postList__title {
	font-size: clamp(0.9rem, 0.7329rem + 0.4457vw, 1rem);
}

/* ----おすすめ商品詳細---- */
.pro_topArea h2 {
	font-size: clamp(1.4rem, 0.7315rem + 1.7827vw, 1.8rem);
    margin-bottom: 30px !important;
}
.pro_feaArea {
	padding-bottom: 2em !important;
}
.pro_feaArea .pro-main-txt {
	font-size: 1rem;
}
.pro_specArea {
    padding-bottom: 4em !important;
}
.pro_specArea .shop-buttons {
	flex-direction: column;
}
.pro_specArea .shop-buttons .cmn_btn {
    width: 100%;
	margin-bottom: 1.5em;
	max-width: 600px;
}
.pro_specArea .shop-buttons .cmn_btn a {
    line-height: 2.4;
}
.pro_specArea .shop-buttons .cmn_btn a::after {
    left: 5vw;
}
	
/* ----ONLINE SHOP---- */
.onlineArea {
	padding: 6vw 2vw !important;
}
.onlineArea .online_top {
    margin: 0 auto 2em;
}
.onlineArea .online_top h2 {
	font-size: clamp(8rem, 4.6574rem + 8.9136vw, 10rem);
}
.onlineArea .online_top .swell-block-column {
	width: 100%;		
}
.onlineArea .online_top p {
	text-align: left;
	padding: 0 2vw;
}
.onlineArea .swell-block-linkList {
	max-width: 650px;
}
.onlineArea .swell-block-linkList .swell-block-linkList__item {
	width: 100%;
	margin-bottom: 1em !important;
}
.onlineArea .swell-block-linkList .swell-block-linkList__item a {
    padding: 3vw 2vw;
}

.f_conArea {
	padding-bottom: 6vw !important;
}
.f_conArea .f_con_top .inL {
	padding-top: 2em !important;
	width: 100%;
	margin-left: 4vw !important;
}
.f_conArea .f_con_top .inL > p:first-child {
	margin-bottom: 2em !important;
}
.f_conArea .f_con_top .inL .wp-block-group {
    align-items: flex-start;
    flex-direction: column;
}
.f_conArea .f_con_top .inL .wp-block-group .tel_num {
	margin-right: 0;
}
.f_conArea .f_con_top .inL .wp-block-group .tel_num .swl-inline-icon {
	font-size: clamp(2.5rem, 0.8287rem + 4.4568vw, 3.5rem);
}
.f_conArea .f_con_top .inL .wp-block-group p:nth-child(2) {
	margin-left: 12vw;
}
.f_conArea .f_con_top .inL .swell-block-button a {
	display: flex;
	justify-content: flex-start;
}
.f_conArea .f_con_top .inL .swell-block-button a::before {
    left: 4em;		
}
.f_conArea .f_con_top .inR {
    top: -4vh;
    width: 110%;
}

.f_add,
.f_link,
.f_shop {
	width: 100% !important;
}
.f_add .f_logo {
    margin-bottom: 20px !important;
	max-width: 130px;
}
.f_add .desc {
	max-width: none;
}
.f_link {
    padding-bottom: 20px !important;
}
.f_link .pc_only {
	display: none !important;		
}
.f_link .sp_only {
	display: block;		
}
.f_link .swell-block-column {
	margin: 0;
	width: 100% !important;
}
.f_link .footer-list {
	font-size: 0.9rem;
}
.f_link .footer-list li {
	border-bottom: 1px solid var(--color_pale01);
	margin: 0;
}
.f_link .footer-list li:last-child {
	margin-bottom: 0;
}
.f_link .footer-list li a {
	display: block;
    padding: 4px 0;
}
.f_shop {
	padding-bottom: 1em !important;
}
.f_shop .wp-block-group {
    max-width: 400px;
    margin: 0 auto !important;
}
.f_shop .wp-block-group .swell-block-linkList li a {
    padding: 1.5vw 1vw;	
}
.w-footer__box .ft_capBox {
    margin: 0 calc(50% - 50vw) 15px !important;
}
.w-footer__box .ft_capBox .swell-block-columns__inner {
    animation: infinity-scroll-left 100s infinite linear;
}
.w-footer__box .ft_capBox .swell-block-columns__inner p {
    font-size: clamp(3rem, -0.3426rem + 8.9136vw, 5rem);
}
.w-footer__box .ft_capBox .txt_jp {
	font-size: clamp(1rem, 0.6657rem + 0.8914vw, 1.2rem);
    letter-spacing: 0.3rem;
}
.c-fixBtn {
	width: 40px;
	height: 40px;
}
.l-footer .copyright {
	padding: 20px 0;
	width: 90vw;
	margin: 0 auto;
}


/*---------------------------------------------------sp---*/
@media screen and (max-width: 599px) {
.h2_ttl {
    font-size: 2.6rem !important;
}
.h2_ttl .jp_txt {
	font-size: 0.9rem;
	min-height: 24px;
	line-height: 6.8vw;
	height: 7vw;
}
.cmn_btn a {
	font-size: 1.2rem !important;
	line-height: 3;
    box-shadow: 5px 5px 0 var(--color_main);
	padding: 2.5vw 1.5vw 2.5vw 3vw;
}
.cmn_btn a:hover {
	transform: translate(5px, 5px);
}
.c-headLogo {
	height: 40px;
}
.p-spMenu__body .c-widget {
	max-width: 63vw;
}
.l-mainContent__inner>.post_content {
	margin: 2em 0;
}
.l-topTitleArea div.l-topTitleArea__body {
	padding: 0 4vw;
}
.c-pageTitle {
	font-size: 1rem;
}	
.c-pageTitle__subTitle {
	font-size: 2.2rem;
	margin: 25px auto 0;
}
.l-topTitleArea+.p-breadcrumb {
	margin: -35px auto 0;
}
.blog .l-content,
.archive .l-content {
    padding: 3em 0 0;
}

/* ----おすすめ商品タブ---- */
.itemsArea .swell-block-fullWide__inner {
    width: 90%;
}
.itemsArea .c-tabList .c-tabList__button {
    font-size: 0.7rem;
    padding: 5vw 1vw;
}
.itemsArea .c-tabList {
    margin-bottom: 2em !important;
}
	
/* post_query */
.category.archive .pro_cateBox {
    margin: 0 calc(50% - 50vw) 2em !important;	
}
.category.archive .c-tabBody {
    width: 90%;
}
.post_queryBox ul li.wp-block-post {
	width: calc(100% / 2 - 2.3vw) !important;
	margin-bottom: 3em;
}
.post_queryBox ul li.wp-block-post .wp-block-post-date a {
	padding: 10px 0 0;
}

/* ----概要---- */
.outlineBox {
    flex-direction: column;
    margin: 0 auto 2em !important;
}
.outlineBox .swell-block-dl__dt{
    width: 100%;
    padding: 8px 8px 2px;
	border-top: 2px solid var(--color_pale01);
}
.outlineBox .swell-block-dl__dt:last-of-type{
    border-bottom: 0;
}
.outlineBox .swell-block-dl__dd{
    border: 0;
    width: 100%;
    padding: 2px 8px 8px;
    line-height: 1.6;
}
	
/* ----お知らせ_テキスト---- */
.p-postList.-type-simple li.p-postList__item .p-postList__meta .p-postList__cat {
    padding: 3px 4vw;
}
.p-postList.-type-simple li.p-postList__item .p-postList__meta {
	margin-bottom: 0;
}
	
/* ----お知らせ_カード---- */
.p-postList.-type-card li.p-postList__item {
    margin-bottom: 3em;
}
	
/* ----おすすめ商品詳細---- */
.pro_topArea h2 {
    padding-bottom: 15px;
}
.pro_feaArea .pro-image-gallery figure {
    width: calc(100% / 2 - 1.5vw);
}
.pro_cateBox li.swell-block-linkList__item a {
    font-size: 0.7rem;
    padding: 5vw 1vw;
}
	
/* ----ONLINE SHOP---- */
.onlineArea .online_top h2 {
	font-size: 6rem;
}
.onlineArea .online_top p {
    letter-spacing: 0;
}
.onlineArea .swell-block-linkList .swell-block-linkList__item a {
    padding: 5vw 2vw;
}

.f_conArea {
    padding-bottom: 2vw !important;
}
.f_conArea .f_con_top .inL .wp-block-group .tel_num {
    font-size: 3.4rem !important;
}
.f_conArea .f_con_top .inL .wp-block-group p:nth-child(2) {
    margin-left: 22vw;
}
.f_conArea .f_con_top .inL .swell-block-button a {
    font-size: 6rem;
}
.f_conArea .f_con_top .inR {
	position: relative;
	left: -10vw;
}
.f_conArea .f_con_top .inR .angler04.on svg {
    height: 32vw;
    width: 115%;
}

.f_add .f_logo {
	max-width: 100px;
}
.f_add .desc {
    margin-bottom: 10px !important;
}
.f_link {
    padding-bottom: 10px !important;
}
.f_shop .swell-block-linkList {
	--the-gap: 0.5em;
}
.f_shop .wp-block-group .swell-block-linkList li a {
    padding: 8px 1vw;
}
.p-fixBtnWrap {
	bottom: 1em;
}
.c-fixBtn {
	width: 30px;
	height: 30px;
}
}