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


/* ----全体font---- */
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.post_content h2,
.post_content h3 {
	margin: 0;
}
.dis_none {
	display: none;
}
.dis_sp {
	display: none;
}

/* ----font---- */
.en_ft {
	font-family: "Cormorant Garamond", "Zen Old Mincho", serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
}
.min_ft {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

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

/* ----見出し---- */
.h2_top {
	font-family: "Cormorant Garamond", "Zen Old Mincho", serif;
    font-size: clamp(2.8rem, 1.3778rem + 2.3704vw, 3.6rem) !important;
    line-height: 1 !important;
	display: flex;
    align-items: center;
}
.h2_top .jp_txt {
	font-family: "Noto Sans JP", sans-serif;
    margin-left: 3.5vw;
    font-weight: 500;
    position: relative;
    font-size: clamp(1rem, -0.2rem + 2vw, 1.4rem);
}
.h2_top .jp_txt::before {
	content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    top: -7px;
    left: -2vw;
    transform: rotateZ(15deg);
    background: var(--color_main);
}
.h2_top.wh .jp_txt::before {
	background: #fff;
}
.h2_ttl {
	font-family: "Cormorant Garamond", "Zen Old Mincho", serif;
    font-size: 3rem !important;
	display: flex;
	flex-direction: column;
}
.h2_ttl em {
    line-height: 1;
}
.h2_ttl .jp_txt {
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 0.85rem;
}


/* ----ボタン---- */
.cmn_btn {
    min-width: 290px;
	margin: 0 auto;
}
.cmn_btn a {
	min-width: 290px;
    box-shadow: none;
	background: none;
    padding: 0.8vw 2vw;
    position: relative;
    transition: .3s;
    color: var(--color_main) !important;
    font-size: 0.9rem !important;
	font-weight: 400;
	border: 1px solid var(--color_main);
	transform: skewX(-5deg);
}
.cmn_btn a .en_txt {
	font-family: "Cormorant Garamond", "Zen Old Mincho", serif;
    font-size: clamp(1.6rem, 1rem + 1vw, 1.8rem);
    font-weight: bold;
    line-height: 1.2;
}
.cmn_btn a>span {
	transform: skewX(5deg) !important;
    display: block;
}
.cmn_btn a::before {
	position: absolute;
	width: 100%;
	height: 50px;
	padding: 12px 25px;
	left: 0;
	top: 0;
}
.cmn_btn a::after {
	background: url(../../uploads/2025/05/btn_arrow.svg) no-repeat right center / 100% !important;
	content: "";
    top: 0;
    bottom: 0;
    width: 56px;
    height: 11.5px;
    margin: auto 0;
    right: -30px;
}
.cmn_btn a:hover {
	background: rgba(70, 64, 62, .1);
	transition: .2s;
}
.cmn_btn.wh a {
    border: 1px solid #fff;
    color: #fff !important;
}
.cmn_btn.wh a::after {
	background: url(../../uploads/2025/05/btn_arrow_w.svg) no-repeat right center / 100% !important;
	content: "";
    top: 0;
    bottom: 0;
    width: 56px;
    height: 11.5px;
    margin: auto 0;
    right: -30px;
}
.cmn_btn a:hover::after {
	transform: translateX(8px) translateY(-50%);
}
.cmn_btn.wh a:hover {
	background: rgba(255, 255, 255, .2);
}
.cmn_btn.contact a {
	width: 430px;
	padding: 1vw 2vw;
	letter-spacing: 0.2rem;
}
.cmn_btn.contact a>span {
	display: flex;
    align-items: center;
    justify-content: center;
}
.cmn_btn.contact a .swl-inline-icon {
	font-size: 1.8rem;
    margin-right: 10px;
}
.cmn_btn.contact a .en_txt {
	margin-right: 25px;
	letter-spacing: 0;
}

/* ----ヘッダー---- */
.l-header {
	position: absolute;
	background: none;
}
.l-header .l-container {
	max-width: 100%;
}
.l-fixHeader .l-container {
	max-width: 100%;
}
.-series .l-header__logo {
	min-width: 96px;
	margin: 30px 1vw 0 0;
	padding: 0;
}
.-series .c-headLogo {
	margin-right: 0;
}
.c-gnav {
    margin-top: 30px;
	height: 50px;
}
.c-gnav>.menu-item>a{
	padding: 0 1vw;
	transition: .2s;
	display: flex;
	flex-direction: column;
	color: #fff;
	height: auto;
}
.c-gnav>.menu-item>a:hover{
	opacity: .7;
}
.c-gnav>.menu-item>a::after {
	background: none;
}
.c-gnav>.menu-item>a .ttl {
	font-size: clamp(0.65rem, 0.05rem + 1vw, 0.85rem);
    font-weight: 500;
	order: 2;
}
.c-gnav>.menu-item>a .c-smallNavTitle {
	font-family: "Cormorant Garamond", "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(0.9rem, 0.2455rem + 1.0909vw, 1.2rem);
	margin-bottom: 15px;
	opacity: 1;
}
.c-gnav li.contact a {
	background: url(../../uploads/2025/05/icon_mail.svg) no-repeat left 15px center / 18px 14px !important;
    color: #fff;
	font-weight: normal;
    padding: 15px 20px 15px 40px;
    margin-left: 1vw;
	height: 100%;
}
.c-gnav li.contact a::after,
.c-gnav li.shop a::after{
    content: "";
    position: absolute;
    z-index: -1;
    transform: skewX(-10deg);
    min-height: 46px;
	transition: .2s;
	height: 100%;
}
.c-gnav li.contact a::after {
    background: #C30D23;	
}
.c-gnav li.shop a::after {
	background: #0B482B
}
.c-gnav li.contact a:hover{
	background: url(../../uploads/2025/05/icon_mail.svg) no-repeat left 15px center / 18px 14px !important;
	opacity: 1;
}
.c-gnav li.contact a:hover::after{
	background: #F81B1F;
	opacity: 1;
	transition: .2s;
}
.c-gnav li.shop a {
	background: url(../../uploads/2025/05/icon_cart.svg) no-repeat left 15px center / 17px 16px !important;
    color: #fff;
	font-weight: normal;
    padding: 15px 20px 15px 40px;
    margin-left: 10px;
	transition: .2s;
	height: 100%;
}
.c-gnav li.shop a:hover{
	background: url(../../uploads/2025/05/icon_cart.svg) no-repeat left 15px center / 17px 16px !important;
	opacity: 1;
}
.c-gnav li.shop a:hover::after{
	background: #006736;
	opacity: 1;
	transition: .2s;
}
.c-gnav li.contact a .c-smallNavTitle,
.c-gnav li.shop a .c-smallNavTitle {
	display: none;
}
.c-gnav li.sns {
	display: flex;
    align-items: center;
}
.c-gnav li.sns.insta {
	margin-left: 1vw;
	margin-right: 0.8vw;
}
.c-gnav li.sns a {
	padding: 0;
}
.c-gnav li.sns a .ttl {
	font-size: clamp(1.6rem, 0.4rem + 2vw, 2rem);
}
.c-gnav .sub-menu {
	background: rgba(255, 255, 255, .8);
	border: 1px solid var(--color_main);
	width: 15em;
	margin-top: 10px;
}
.c-gnav .sub-menu a {
	color: var(--color_main);
	transition: .3s;
	border-bottom: 1px solid var(--color_main);
	font-size: clamp(0.8rem, 0.35rem + 0.75vw, 0.95rem);
}
.c-gnav .sub-menu a:before,
.c-listMenu a:before {
	top: 55%;
}
.c-gnav .sub-menu a:last-child {
	border-bottom: none;
}
.c-gnav .sub-menu a:hover {
	background: var(--color_main);
	color: #fff !important;
	transition: .2s;
}
.c-gnav li.products .sub-menu {
	background: none;
	border: 0;
    width: 60vw;
}
.c-gnav li.products .sub-menu > li > a {
	display: none;
}
.c-gnav li.products .sub-menu figure a {
	transition: .2s;
}
.c-gnav li.products .sub-menu figure a:before {
	display: none;
}
.c-gnav li.products .sub-menu figure a:hover {
	background: none;
	color: #fff;
	transition: .2s;
	opacity: .7;
}
.c-gnav li.products .sub-menu .swell-block-fullWide {
    width: 100% !important;
    left: 0;
}
.c-gnav li.products .sub-menu .swell-block-fullWide__inner {
	padding: 0 2vw;
    width: 100%;
}
.l-fixHeader__logo {
	padding: 20px 0;
	min-width: 96px;
	margin-right: 1vw;
}
.l-fixHeader .c-gnav {
	margin-top: 0;
	height: 100%;
}
.l-fixHeader .c-gnav>.menu-item>a{	
	color: #fff;
	height: 100%;
    padding-bottom: 5px;
}
.l-fixHeader .c-gnav>.menu-item>a .c-smallNavTitle {
    font-size: clamp(0.9rem, 0.2455rem + 1.0909vw, 1.2rem);
}
.l-fixHeader .c-gnav>.menu-item.contact,
.l-fixHeader .c-gnav>.menu-item.shop {
	display: flex;
	align-items: center;
}
.l-fixHeader .c-gnav>.menu-item.contact>a,
.l-fixHeader .c-gnav>.menu-item.shop>a {	
	height: auto;
	padding: 15px 20px 15px 40px;
}
.l-fixHeader .c-gnav li.contact a::after,
.l-fixHeader .c-gnav li.shop a::after {
	top: 0;
    bottom: 0;
    margin: auto 0;
	padding: 20px 20px 20px 40px;
}
.l-header .w-header,
.l-fixHeader .w-header {
	display: none;
}

/* ----コンテンツヘッダー---- */
.l-topTitleArea {
    height: 40vh;
    color: #fff !important;
	position: relative;
}
.l-topTitleArea div.l-topTitleArea__body {
    text-shadow: unset;
    color: #fff;
	padding: 0;
}
.c-pageTitle,
.c-postTitle__ttl {
	display: flex;
	justify-content: left;
	flex-direction: row-reverse;
    align-items: center;
	font-style: normal;
    font-weight: 500;
	order: 2;
	margin-top: 60px;
    font-size: 1.4rem !important;
}
.c-pageTitle__subTitle {
	font-family: "Cormorant Garamond", "Zen Old Mincho", serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: italic;
	visibility: visible;
    display: block;
    font-size: 3.6rem;
    letter-spacing: 0.1rem;
    opacity: 1;
    margin: 0 80px 0 0;
	position: relative;
}
.c-pageTitle__subTitle::after {
	content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    transform: rotateZ(15deg);
    background: #fff;
	top: 0;
    bottom: 0;
    margin: auto 0;
    right: -40px;
}


/* ----パンくずー---- */
.p-breadcrumb__text .__home:before {
	display: none;
}

/* ----コンテンツ---- */
.swell-block-fullWide__inner {
	padding: 0;
}

/* ----概要---- */
.outlineBox {
	max-width: 850px;
	margin: 0 auto;
}
.outlineBox .swell-block-dl__dt{
    padding: 20px 15px;
    color: var(--color_main);
	border-top: 1px solid var(--color_main);
    display: flex;
    align-items: stretch;
	font-weight: normal;
}
.outlineBox .swell-block-dl__dt:last-of-type{
	border-bottom: 1px solid var(--color_main);
}
.outlineBox .swell-block-dl__dt:after{
    display: none;
}
.outlineBox .swell-block-dl__dd{
    border-top: 1px solid #D9D9D9;
	padding: 20px 14px;
    line-height: 1.8;
}
.outlineBox .swell-block-dl__dd:last-of-type{
    border-bottom: 1px solid #D9D9D9;
}

/* ----投稿---- */
.-type-card .p-postList__item a:hover .p-postList__thumb::before {
    opacity: 0;
}
.-type-card .p-postList__item a {
	box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2), 0 4px 4px -4px rgba(0, 0, 0, .1);
	height: auto;
}
.-type-card .c-postThumb__figure {
	box-shadow: none;
	background: #fff;
}
.-type-card .c-postThumb__cat {
	position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 5px 0;
    font-size: 1rem;
    font-weight: normal;
}
.c-postThumb__cat:before {
	display: none;	
}
.-type-card .p-postList__body {
	background: #fff;
    padding: 20px;
	display: flex;
	flex-direction: column;
	min-height: 100px;
    margin-top: -5px;
}
.-type-card .p-postList__item a:hover .p-postList__body {
	opacity: 1 !important;
}
.-type-card .p-postList__meta {
	margin-top: 0 !important;
	font-size: 0.9rem;
	font-weight: bold;
    padding-bottom: 2px;
}
.p-postList__meta :before {
	display: none;
}
.-type-card .p-postList__times {
	margin: 0;
	padding: 0;
}
.-type-card .p-postList__title {
	order: 2;
}
[data-cat-id="cat-area"],
[data-cat-id="cat-il"] {
	background: #C30D23;
}
[data-cat-id="cat-native"],
[data-cat-id="cat-hs"] {
	background: #0B482B;
}
.-type-simple {
	border-top: 0 !important;
}
.-type-simple .p-postList__body{
    display: flex;
    align-items: center;
}
.-type-simple .p-postList.-type-simple {
    border-top: none;
}
.-type-simple .p-postList__link{
    padding: 28px 15px;
    position: relative;
    border-bottom: 1px solid var(--color_main);
}
.-type-simple .p-postList__meta {
    display: flex;
    margin: 0;
}
.-type-simple .p-postList__meta time {
    color: var(--color_main);
    font-size: 1rem;
    font-weight: bold;
}
.-type-simple .p-postList__times {
    display: block;
    width: 12em;
    margin-right: 0;
}
.-type-simple .c-postThumb__cat {
    border: 1px solid #999;
    color: #999;
    font-size: 0.9rem;
    text-align: center;
    padding: 1px 25px;
    min-width: 130px;
    margin-right: 30px;
    right: auto;
    top: auto;
    background: none;
    position: relative;
}
.-type-simple .p-postList__title {
    font-weight: 500;
}

/* post_query */
.post_queryBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: stretch;
	padding: 0;
	width: 90vw;
	margin: 0 auto;
}
.post_queryBox ul::after{
	content: "";
	display: block;
	width: calc(100% / 3 - 1.4vw);
}
.post_queryBox ul li.wp-block-post {
	width: calc(100% / 3 - 1.4vw) !important;
    padding: 0;
	list-style: none;
	margin-bottom: 40px;
	position: relative;
    display: flex;
	flex-wrap: wrap;
    background: #fff;
	box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2), 0 4px 4px -4px rgba(0, 0, 0, .1);
}
.post_queryBox ul li.wp-block-post figure {
    aspect-ratio: 3 / 2;
	overflow: hidden;
	max-height: 280px;
	display: block;
}
.post_queryBox ul li.wp-block-post figure img {
    object-fit: cover !important;
    object-position: center;
    height: -webkit-fill-available;
	transition: .2s;
	max-width: none;
    width: 100%;
	height: 100%;
}
.post_queryBox ul li.wp-block-post figure:hover img {
	transform: scale(1.05);
	transition: .2s;
	opacity: .8;
}
.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{
	opacity: 1 !important;
}
.post_queryBox ul li.wp-block-post .wp-block-post-terms {
	order: 1;
	display: inline-block;
	text-align: center;
	max-height: 50px;
}
.post_queryBox ul li.wp-block-post .wp-block-post-terms a {
	padding: 10px 0;
	display: block;
}

/* post_query_txt */
.post_queryBox_txt .wp-block-post-template {
	padding: 0;
}
.post_queryBox_txt ul li.wp-block-post {
    display: flex;
    align-items: center;
    padding: 0 15px;
	margin: 0;
    position: relative;
    border-bottom: 1px solid var(--color_main);
	transition: .2s;
}
.post_queryBox_txt ul li.wp-block-post:hover {
	background: #EBEAE6;
	transition: .2s;
}
.post_queryBox_txt ul li.wp-block-post .wp-block-post-date {
	opacity: .8;
    font-weight: bold;
    width: 26em;
    margin-right: 0;
    z-index: 2;
}
.post_queryBox_txt ul li.wp-block-post .wp-block-post-date a {
	padding: 32px 0;
    display: block;
}
.post_queryBox_txt ul li.wp-block-post .wp-block-post-terms {
    border: 1px solid #999;
    font-size: 0.9rem;
    text-align: center;
    padding: 5px 25px;
    min-width: 130px;
    margin-right: 30px;
    right: auto;
    top: auto;
    background: none;
    position: absolute;
    left: 0;
    z-index: 1;
}
.post_queryBox_txt ul li.wp-block-post .wp-block-post-terms a {
	pointer-events: none
}
.post_queryBox_txt ul li.wp-block-post .wp-block-post-title {
	font-size: 1rem;
    font-weight: 500;
	width: 100%;
	margin-left: 9em;
}
.post_queryBox_txt ul li.wp-block-post .wp-block-post-title a {
	font-size: 1rem;
    font-weight: 500;
    padding: 32px 0;
	display: block;
}

/*brand*/
.post_queryBox ul li.wp-block-post .wp-block-post-terms.taxonomy-brand {
	width: 100%;	
	background: #C30D23 !important;
}
.post_queryBox ul li.wp-block-post.brand-cat-hs .wp-block-post-terms.taxonomy-brand {
	background: #0B482B !important;
}
.post_queryBox ul li.wp-block-post .wp-block-post-terms.taxonomy-brand .wp-block-post-terms__separator {
	display: none;
}
.post_queryBox ul li.wp-block-post .wp-block-post-terms.taxonomy-brand a {
	color: #fff;
}
.post_queryBox ul li.wp-block-post .wp-block-post-terms.taxonomy-brand a:nth-child(n+2) {
	display: none;
}

/*location*/
.post_queryBox ul li.wp-block-post .wp-block-post-terms.taxonomy-location {
	width: 100%;	
	background: #C30D23 !important;
}
.post_queryBox ul li.wp-block-post.location-cat-native .wp-block-post-terms.taxonomy-location {
	background: #0B482B !important;
}
.post_queryBox ul li.wp-block-post .wp-block-post-terms.taxonomy-location a {
	color: #fff;
}

.post_queryBox ul li.wp-block-post .wp-block-post-terms.taxonomy-event_type {
	width: 80%;
    background: #0B482B;
}
.post_queryBox ul li.wp-block-post .wp-block-post-terms.taxonomy-event_type a {
	color: #fff;
}
.post_queryBox ul li.wp-block-post .wp-block-post-terms.taxonomy-area {
	width: 20%;
    background: #CDC7C0;
}
.post_queryBox ul li.wp-block-post .wp-block-post-terms.taxonomy-area a {
	color: var(--color_main);
}
.post_queryBox ul li.wp-block-post .wp-block-post-date {
	width: 100%;
	font-size: 0.9rem;
    font-weight: bold;
    order: 2;
}
.post_queryBox ul li.wp-block-post .wp-block-post-date a {
    padding: 20px 20px 3px;
    display: block;
    color: #6B6665;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title {
	width: 100%;
	height: 80px;
	font-size: 1rem !important;
	transition: .2s;
	order: 3;
	cursor: pointer;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title a {
	height: 80px;
	max-height: 4em;
    padding: 0 20px 25px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wp-block-query-pagination {
	justify-content: center;
	margin-top: 2em;
}
.wp-block-query-pagination-numbers {
	display: flex;
    align-items: center;	
}
.wp-block-query-pagination-numbers .page-numbers {
	margin: 0 6px 0 0;
}

/* ----商品紹介 - タクソノミー---- */
.cat_btnBox {
    max-width: 800px;
    margin: 0 auto;
}
.cat_btnBox .swell-block-columns__inner {
	justify-content: space-between;
}
.cat_btnBox .swell-block-button__link {
    width: 90%;
}
.archive.term-101 .c-postThumb__cat {
	background: #C30D23;
}
.archive.term-102 .c-postThumb__cat {
	background: #0B482B;
}
.archive .l-content {
	padding: 4em 0 8em !important;
}
.archive .l-mainContent {
	max-width: 1280px;
	padding: 0;
	margin: 0;
}
.archive .p-postList {
	justify-content: space-between;
	margin: 0;
}
.archive .p-postList::after{
	content: "";
	display: block;
	width: calc(100% / 3 - 1.5vw);
}
.archive .p-postList__item {
	width: calc(100% / 3 - 1.5vw) !important;
    padding: 0 !important;
}
.archive.tax-brand .p-postList__item {
    background: none;
    box-shadow: none;
}
.archive.tax-brand .p-postList__item a {
	box-shadow: none;
}
.archive.tax-brand .p-postList__item .c-postThumb__figure {
    background: #fff;
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2), 0 4px 4px -4px rgba(0, 0, 0, .1);
}
.archive.tax-brand .p-postList__item .c-postThumb__figure img {
    object-fit: contain !important;
}
.archive.tax-brand .p-postList__item .p-postList__body {
	background: none;
	padding: 0;
	min-height: auto;
}
.archive.tax-brand .p-postList__item .p-postList__title {
	padding: 20px 0 0;
}
.archive.tax-brand .p-postList__item .p-postList__meta {
	display: none;
}
.archive.term-cat-il-rod .l-content,
.archive.term-cat-hs-rod .l-content {
	max-width: 800px;
}
.archive.term-cat-il-rod .-type-card .p-postList__item,
.archive.term-cat-hs-rod .-type-card .p-postList__item {
    width: 100% !important;
}
.archive.term-cat-il-rod .-type-card .p-postList__item .c-postThumb__figure,
.archive.term-cat-hs-rod .-type-card .p-postList__item .c-postThumb__figure {
    aspect-ratio: 3 / 1;
}
.archive.term-cat-il-rod .-type-card .p-postList__item .p-postList__title,
.archive.term-cat-hs-rod .-type-card .p-postList__item .p-postList__title {
	height: auto;
}
.archive .p-postList__body {
	padding: 20px 0;
}
.archive .p-postList__times {
	order: 2;
	display: none;
}
.archive .p-postList__title {
	padding: 20px 20px 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* ----商品紹介 - 詳細---- */
.single-products .l-topTitleArea::after {
    content: "";
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    height: 180px;
    top: 60px;
    bottom: 0;
    margin: auto 0;
}
.single-products .c-postTitle__ttl {
	font-size: 2rem !important;
}
.single-products .p-articleMetas {
	display: none;
}
.single-products .l-content {
	padding-top: 2em;
	margin-bottom: 0;
}
.single-products .l-mainContent__inner>.post_content {
	margin-bottom: 0;
}
.single-products .p-articleFoot,
.single-products .l-articleBottom {
	display: none;
}

.pro_topArea {
    margin-bottom: 5rem;
}
.pro_topArea::before {
	content: "";
	position: absolute;
	background: #F8F7F2;
	width: 100%;
	height: 50%;
	top: 0;
}
.pro_topArea .toplead {
	font-family: "Zen Old Mincho", serif;
	font-size: 2.4rem;
	font-weight: 900;
	margin-bottom: 20px;	
}
.pro_topArea .pro_nameBox {
	max-width: max-content;
	margin: 0 auto;
}
.pro_topArea .pro_nameBox .swell-block-columns__inner {
	justify-content: space-between;
}
.pro_topArea .pro_nameBox .in_L {
	width: 280px;
}
.pro_topArea .pro_nameBox .in_R {
	width: calc(100% - 280px - 20px);
}
.pro_pointArea {
	margin-bottom: 30px !important;
}
.pro_pointArea .wp-block-group {
    margin: 0;
    display: flex;
    align-items: center;
	padding: 50px 60px;
}
.pro_pointArea:nth-of-type(odd) .wp-block-group {
	margin-left: auto;
}
.pro_pointArea .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
}
.pro_pointArea .wp-block-group .p_num {
	font-size: 3rem;
	line-height: 0.5;
    margin-bottom: 35px;
}
.pro_pointArea .wp-block-group .p_num .swl-fz {
	font-size: 7rem !important;
	margin-left: 10px;
}
.pro_pointArea .wp-block-group h3 {
	font-size: 1.5rem;
    margin-bottom: 30px;
}
.pro_pointArea .wp-block-group p {
    line-height: 2;
}
.pro_featureArea {
	padding-bottom: 4em !important;	
}
.pro_featureArea h3 {
	padding: 10px;
	font-size: 1rem;
}
.pro_featureArea .color_tabBox ul.c-tabList {
    display: flex;
    justify-content: center;
    margin-bottom: 20px !important;
}
.pro_featureArea .color_tabBox ul.c-tabList li {
    transform: skewX(-10deg);
    background: #aaaaaa;
    width: calc(100% / 3 - 10px);
    margin-right: 1px;
    margin-left: 1px;
}
.pro_featureArea .color_tabBox ul.c-tabList li button {
    transform: skewX(10deg);
    background: none !important;
    padding: 20px 10px;
    line-height: 1.4;
    color: #f0f0f0;
    font-size: 1rem;
	box-shadow: none;
}
.pro_featureArea .color_tabBox ul.c-tabList li button::before {
    border-top: 8px solid #000;
}
.pro_featureArea .color_tabBox ul.c-tabList li:has(button[aria-selected=true]) {
    background: #000;
}
.pro_featureArea .color_tabBox .c-tabBody {
    background: #fff;
    border: none;
    padding: 50px 20px 80px;
}
.pro_featureArea .color_tabBox .wp-block-group {
    max-width: 1000px;
    margin: 0 auto;
    gap: 0;
}
.pro_featureArea .color_tabBox .wp-block-group .type_name {
    width: 180px;
    text-align: center;
}
.pro_featureArea .color_tabBox .wp-block-group .type_name .swl-bg-color {
    width: 100%;
    display: block;
    padding: 10px;
}
.pro_featureArea .color_tabBox .wp-block-group .type_lead {
    width: calc(100% - 180px);
}
.pro_featureArea .color_tabBox .wp-block-group .type_lead .swl-bg-color {
    width: 100%;
    display: block;
    padding: 10px 20px;
}
.pro_featureArea .color_tabBox .swell-block-columns p {
	font-size: 0.9rem;
}
#baguetteBox-overlay .full-image figcaption {
    bottom: 30px;
}
#baguetteBox-slider figure img {
	box-shadow: none !important;
    max-height: 80% !important;
}
#baguetteBox-overlay {
	background: rgba(255, 255, 255, .9) !important;
}
#baguetteBox-overlay .full-image figcaption {
	color: var(--color_main);
	background-color: rgba(255, 255, 255, 0);
	font-family: inherit;
	font-weight: bold;
    font-size: 1.3rem;
    line-height: 3.5;
}
.pro_specArea {
	padding-bottom: 6em !important;
}
.pro_specArea h3 {
	font-size: 1.1rem;
}
.spec_tbl {
	max-width: 1000px;
	margin: 0 auto 40px;
}
.spec_tbl table {
	font-size: 0.9rem;
	border: 1px solid var(--color_main) !important;
}
.spec_tbl table th,
.spec_tbl table td {
	border: 0;
}
.spec_tbl table thead th:first-child,
.spec_tbl table tbody td:first-child,
.spec_tbl>table tr>:first-child:not(.-no1){
	min-width: 210px !important;
}
.spec_tbl table th {
	padding: 15px 5px;
}
.spec_tbl table td {
    padding: 20px 5px;
}
.single-products .spec_tbl table td a {
    color: #fff;
    padding: 10px;
    border-radius: 5px;
	white-space: nowrap;
	background: #C30D23;
}

.pro_btnArea .cmn_btn a {
	background: #fff;
	border: none;
	width: 100%;
	padding: 1.4vw 2vw;
}
.pro_btnArea .cmn_btn a::after {
	display: none;
}
.pro_btnArea .cmn_btn a:hover {
	opacity: .7;
}


/* ----ブランド---- */
.brandArea .swell-block-columns__inner {
    height: 48vw;
}
.brandArea .box_areatrout {
	background: url(../../uploads/2025/05/area_bg.jpg) no-repeat center / cover;
	position: relative;
}
.brandArea .box_nativetrout {
    background: url(../../uploads/2025/05/native_bg.jpg) no-repeat center / cover;
    position: relative;
}
.brandArea .box_areatrout .wp-block-group,
.brandArea .box_nativetrout .wp-block-group {
    width: 70%;
    height: 64%;
    margin: auto !important;
    position: absolute;
    transform: skew(-5deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5vw 1vw 3vw;
}
.brandArea .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: skew(5deg);
}
.brandArea .swell-block-column .wp-block-group h2 {
    font-size: clamp(3.8rem, 1.4rem + 3vw, 5rem);
    margin-left: 20px;
    margin-bottom: 1vw;
}
.brandArea .swell-block-column .wp-block-group p {
    margin-bottom: 2vw;
    font-size: clamp(0.85rem, 0.4rem + 0.75vw, 1rem);
}
.brandArea .swell-block-column .wp-block-group figure {
    height: 4vw;
    margin-bottom: 2.5vw;
}
.brandArea .swell-block-column .wp-block-group figure img {
    height: 100%;
    max-width: none;
}


/* ----フッター---- */
.shopArea {
    padding: 16vw 0 3vw !important;
}
.shopArea .swell-block-fullWide__inner {
    padding: 0 2vw;
}
.f_bnArea {
	padding: 5vw 0 7vw !important;
}
.f_bnArea .swell-block-fullWide__inner {
	padding: 0 2vw;
}
.f_bnArea .h2_top {
	margin-bottom: 30px !important;
}
.f_bnArea p {
	font-size: clamp(1rem, 0.4rem + 1vw, 1.2rem);
}
.f_bnArea .tel_num {
	font-size: clamp(3.5rem, -1rem + 7.5vw, 5rem);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
.f_bnArea .tel_num .swl-inline-icon {
	font-size: clamp(3rem, 0rem + 5vw, 4rem);
}
.c-widget+.c-widget {
	margin: 0 auto;
}
.w-beforeFooter{
	margin: 0 auto;
}
.l-footer__widgetArea {
	padding-top: 0;
}
.w-footer {
	margin: 0 auto;
    padding: 0;
    width: 100%;
}
.w-footer__box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.f_logo {
	margin-bottom: 30px !important;
}
.f_add p {
	font-size: clamp(0.9rem, 0.6rem + 0.5vw, 1rem);
}
.footer_in {
	border-top: 1px solid var(--color_main);
	padding-top: 60px;
}
.footer_in .swell-block-columns__inner {
	justify-content: space-between;	
}
.w-footer__box .p-blogParts > .swell-block-fullWide {
	padding-bottom: 0em !important;
}
.w-footer__box .brand_list {
    margin-bottom: 60px;
}
.w-footer__box .brand_list .swell-block-column{
	width: auto;
}
.w-footer__box .wp-block-list{
    list-style: none;
}
.w-footer__box .sns_list {
    --the-gap: .5em 0.2em !important;
	margin-bottom: 10px;
}
.w-footer__box .sns_list li a .swl-inline-icon {
	transition: .2s;	
}
.w-footer__box .sns_list li a:hover .swl-inline-icon {
	opacity: .8;
	transition: .2s;
}
.footer-list {
    list-style: none;
    justify-content: center;
	padding-left: 0 !important;
}
.footer-list li {
    font-size: clamp(0.8rem, 0.2rem + 1vw, 1rem);
	font-weight: 500;
	line-height: 2.2;
}
.footer-list li a{
	transition: .2s;
}
.footer-list li a:hover {
    opacity: .7;
	transition: .2s;
}
.footer-list .s_list li {
	padding-left: 0.4em;
}
.footer-list .s_list li::marker {
    content: "-";
}
.l-footer .copyright {
	font-family: "Cormorant Garamond", "Zen Old Mincho", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 0.85rem;
	padding: 0 30px 30px;
}

@media screen and (max-width: 1449px) {	
.c-gnav>.menu-item>a{
	padding: 0 0.6vw;
}
}

@media screen and (max-width: 1359px) {
.brandArea .swell-block-column .wp-block-group p br {
    display: none;
}
.c-gnav li.products .sub-menu {
    width: 80vw;
	left: 10vw;
}
.c-gnav li.contact a {
	margin-left: 10px;
}
.c-gnav>.menu-item.contact>a,
.c-gnav>.menu-item.shop>a {
	padding: 15px 20px 15px 30px;
}
.c-gnav>.menu-item.contact>a .ttl,
.c-gnav>.menu-item.shop>a .ttl {	
	display: none;
}
.l-fixHeader .c-gnav>.menu-item.contact>a,
.l-fixHeader .c-gnav>.menu-item.shop>a {
	padding: 20px 20px 20px 30px;
}
.l-fixHeader .c-gnav>.menu-item.contact>a::after,
.l-fixHeader .c-gnav>.menu-item.shop>a::after {
	padding: 20px 15px 20px 30px;
}
}

/*---------------------------------------------pc_small---*/
@media screen and (max-width: 1279px) {	
.cmn_btn.contact a {
    width: 340px;
    letter-spacing: 0;
}
.cmn_btn.contact a .en_txt {
	margin-right: 15px;
	line-height: 1;
}
.swell-block-fullWide__inner {
	width: 90vw;
    margin: 0 auto;
}
.l-topTitleArea__body {
	padding: 0 4vw !important;
}
.archive .l-mainContent__inner {
	width: 90vw;
    margin: 0 auto;
}
.brandArea .swell-block-fullWide__inner {
    width: 100%;
}
.brandArea .box_areatrout .wp-block-group,
.brandArea .box_nativetrout .wp-block-group {
    width: 80%;
    height: 70%;
    padding: 2.2vw 2vw 3vw 3vw;
}
.brandArea .swell-block-column .wp-block-group h2 {
    font-size: clamp(2.8rem, -0.2rem + 5vw, 3.8rem);
}
.shopArea .swell-block-fullWide__inner {
    padding: 0 4vw 0 0;
}
}


/*---------------------------------------------------tb---*/
@media screen and (max-width: 959px) {
.dis_pc {
	display: none;
}
.dis_sp {
	display: block;
}
.h2_top {
	text-align: center;
	display: flex;
    justify-content: center;
	line-height: 1.4 !important;
	margin-bottom: 30px !important;
}
.h2_top .jp_txt {
    margin-left: 4.5vw;
}
.h2_top .jp_txt::before {
	left: -2.4vw;
}
.cmn_btn a {
	padding: 1.5vw 2vw;
}
.br_pc {
	display: none;
}
.br_sp {
	display: block;
}

.l-header {
	background: rgba(70, 64, 62, .9);
}
.-series .l-header__inner {
    transform: none;
	justify-content: space-between;
	height: 50px;
}
.-series .l-header__logo {
	padding: 8px 0 8px 3vw;
	margin: 0;
}
.p-spMenu__inner::before {
	background: rgba(70, 64, 62, .9);
}
.p-spMenu__inner .icon-close-thin:before {
	color: #fff;
}
.c-widget__title.-spmenu {
	color: #fff;
	font-family: "Cormorant Garamond", "Zen Old Mincho", serif;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 20px;
	padding: 0.3em .45em;
	background: none;
}
.c-spnav>.menu-item a .c-smallNavTitle {
	font-family: "Cormorant Garamond", "Zen Old Mincho", serif;
}
.c-spnav>.menu-item>a {
	font-size: clamp(1rem, 0.8569rem + 0.5725vw, 1.2rem);
}
.sub-menu .c-smallNavTitle {
	display: inline;
}
.c-spnav>.menu-item.dis_none {
	display: none;
}
.c-spnav a {
	color: #fff;
	border-bottom: none;
	font-size: 1.4rem;
	padding: 0.5em 1em .5em 1.5em;
}
.l-header .w-header {
	display: block !important;
	margin: 0 0 0 auto;
}
.l-header .w-header .c-iconList li.-facebook {
	order: 2;
}
.l-header .w-header .c-iconList li.-facebook a {
	margin-right: 0;
	padding-right: 0;
}
.l-header .w-header .c-iconList li a {
	font-size: 1.6rem;
}
.l-header .l-header__customBtn {
	display: none;
}
.l-topTitleArea {
	min-height: 180px;
    height: 30vh;
	margin-top: -50px;
}
.c-pageTitle,
.c-postTitle__ttl {
	font-size: 1rem !important;
}
.c-pageTitle__subTitle {
	font-size: clamp(2.6rem, 0.9287rem + 4.4568vw, 3.6rem);
	margin: 0 40px 0 0;
}
.c-pageTitle__subTitle::after {
	right: -20px;
}
.-type-card .p-postList__body {
	padding: 15px;
}
.-type-simple .p-postList__link {
    padding: 18px 15px;
}
.-type-simple .p-postList__body {
    flex-direction: column;
    align-items: normal;
}
.-type-simple .p-postList__meta {
    margin-bottom: 5px;
}
.-type-simple .c-postThumb__cat {
    font-size: 0.8rem;
    padding: 0px 15px;
    min-width: 110px;
}

/* post_query */
.post_queryBox ul {
	max-width: 700px;
}
.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 15px 3px;
}
.post_queryBox ul li.wp-block-post figure {
	max-height: none;
	width: 100%;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title a {
    padding: 0 15px 25px;
}

/* post_query_txt */
.post_queryBox_txt ul li.wp-block-post {
	flex-wrap: wrap;
}
.post_queryBox_txt ul li.wp-block-post .wp-block-post-date a {
	padding: 20px 0 5px;
}
.post_queryBox_txt ul li.wp-block-post .wp-block-post-terms {
	margin-bottom: 10px;
    padding: 2px 10px;
    min-width: 110px;
	position: relative;
}
.post_queryBox_txt ul li.wp-block-post .wp-block-post-title {
	width: 100%;
    margin-left: 0;
}
.post_queryBox_txt ul li.wp-block-post .wp-block-post-title a {
    padding: 5px 0 20px;
}

/* ----商品紹介 - タクソノミー---- */
.archive .l-content {
	padding: 4em 0 !important;
}	
.archive .l-mainContent__inner {
	max-width: 700px;
}
.archive .p-blogParts {
	margin-bottom: 2em;
}
.archive .p-postList__item {
	width: 100% !important;
    padding: 0;
}
.archive .p-postList__title {
	padding: 15px 15px 10px;
}
.archive .p-postList__body {
	padding: 15px 0;
}

/* ----商品紹介 - 詳細---- */
.single-products .l-topTitleArea::after {
    height: 100px;
    top: 55px;
}
.single-products .c-postTitle__ttl {
	font-size: clamp(1.4rem, 0.3972rem + 2.6741vw, 2rem) !important;
}

.pro_topArea {
    margin-bottom: 3em;
}
.pro_topArea::before {
	height: 25vw;
}
.pro_topArea .toplead {
	font-size: clamp(1.4rem, 0.3972rem + 2.6741vw, 2rem);
	line-height: 1.6;
}
.pro_topArea .pro_nameBox .swell-block-columns__inner {
	flex-direction: column;
}
.pro_topArea .pro_nameBox .in_L {
	align-self: normal;
}
.pro_topArea .pro_nameBox .in_R {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.pro_pointArea .wp-block-group {
    width: 100%;
    max-width: none;
	height: auto;
    margin: 0 auto !important;
    padding: 40px 4vw;
}
.pro_pointArea .wp-block-group .p_num {
	font-size: 2rem;
}
.pro_pointArea .wp-block-group .p_num .swl-fz{
	font-size: 4rem !important;
    margin-left: 5px;
}
.pro_pointArea .wp-block-group p {
    font-size: 0.9rem;
}
.pro_featureArea {
	font-size: 0.9rem;
}
.pro_featureArea figure {
	margin-bottom: 5px;
}
.pro_featureArea .color_tabBox ul.c-tabList {
    padding: 0 10px !important;
}
.pro_featureArea .color_tabBox ul.c-tabList li {
    width: auto;
}
.pro_featureArea .color_tabBox ul.c-tabList li button {
    padding: 20px 10px;
    font-size: 0.9rem;
}
.pro_featureArea .color_tabBox .wp-block-group {
    flex-direction: column;
    align-items: baseline;
}
.pro_featureArea .color_tabBox .wp-block-group .type_lead {
    font-size: clamp(1.2rem, 0.8657rem + 0.8914vw, 1.4rem) !important;
    order: 1;
    width: 100%;
    line-height: 1.6;
}
.pro_featureArea .color_tabBox .wp-block-group .type_lead .swl-bg-color {
    padding: 10px;
}
.pro_featureArea .color_tabBox .wp-block-group .type_name {
    font-size: clamp(1.2rem, 0.8657rem + 0.8914vw, 1.4rem) !important;
    order: 2;
    width: auto;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    text-align: left;
}
.pro_featureArea .color_tabBox .wp-block-group .type_name .swl-bg-color {
    padding: 3px 20px 3px 10px;
}
.spec_tbl table {
	font-size: 0.8rem;
	display: flex !important;
}
.spec_tbl table thead {
	width: 25% !important;
	display: inline-block !important;
}
.spec_tbl table tbody {
	display: inline-block !important;
}
.spec_tbl table thead th {
	padding: 15px 5px;
	border-bottom: 1px solid #F8F7F2;
	margin-top: 0;
}
.spec_tbl table tbody {
	display: flex !important;
}
.spec_tbl table tbody tr {
	flex-grow: 1;
	border-right: 1px solid #999;
}
.spec_tbl table tbody tr:last-child {
	border-right: 0;
}
.spec_tbl table tbody td {
	padding: 15px 5px;
	border-bottom: 1px solid #999;
	margin-top: 0;
}
.spec_tbl table thead th:first-child,
.spec_tbl table tbody td:first-child,
.spec_tbl>table tr>:first-child:not(.-no1) {
	width: auto !important;
	min-width: auto !important;
}
.spec_tbl table thead th:last-child,
.spec_tbl table tbody td:last-child {
	border-bottom: 0;
}
.single-products .spec_tbl table td a {	
    padding: 10px;
	font-size: 0.7rem;
}
	
.pro_btnArea .swell-block-columns {
	max-width: 600px;
	margin: 0 auto;
}
.pro_btnArea .cmn_btn {
	min-width: 270px;
}
.pro_btnArea .cmn_btn a {
	min-width: 270px;
}
	
.brandArea .swell-block-columns__inner {
    height: auto;
}
.brandArea .swell-block-column {
    height: 440px;
}
.brandArea .box_areatrout .wp-block-group,
.brandArea .box_nativetrout .wp-block-group {
    width: 80%;
    height: 80% !important;
    padding: 20px 35px;
}
.brandArea .swell-block-column .wp-block-group h2 {
    font-size: 3.6rem;
}
.brandArea .swell-block-column .wp-block-group p {
    margin-bottom: 20px;
}
.brandArea .swell-block-column .wp-block-group p br {
    display: block;
}
.brandArea .swell-block-column .wp-block-group figure {
    height: 5vw;
    margin-bottom: 30px;
}

.shopArea {
    padding: 16vw 0 5vw !important;
}
.f_bnArea .swell-block-column {
	text-align: center;
}
.f_bnArea .h2_top {
	margin-bottom: 20px !important;
}
.f_bnArea .tel_num {
	text-align: center;
}
.f_bnArea .h2_top {
	margin-bottom: 20px !important;
}
.w-beforeFooter .swell-block-fullWide__inner {
	width: 90vw;
}
.w-footer__box .l-container .footer_in > .swell-block-columns__inner {
	flex-direction: column;
}
.w-footer__box .brand_list {
	margin-bottom: 40px;
}
.w-footer__box .brand_list .swell-block-column {
	margin: 0 auto;
	width: 100%;
}
.f_add {
	font-size: 0.85rem;
}
.f_add .sns_list {
	--the-fz: 2.5rem !important;
}
.f_link .pc_only {
	display: block !important;		
}
.f_link .sp_only {
	display: none;	
}
.footer-list {
	font-size: 0.85rem;
}
.footer-list > li.l_menu_ttl strong {
	height: auto;
    display: block;
	margin-bottom: 2.2vw;
}
.footer-list > li.l_menu_ttl .wp-block-list {
	padding-left: 0.5rem;
}
.l-footer .copyright {
	padding: 0 5vw 50px;
}
}
	
/*---------------------------------------------------sp---*/
@media screen and (max-width: 599px) {
.h2_top {
	font-size: 2.2rem !important;
}
.h2_top .jp_txt {
	font-size: 0.9rem;
	margin-left: 35px;
}
.h2_top .jp_txt::before {
    left: -18px;
	height: 25px;
	top: 0;
	bottom: 0;
    margin: auto 0;
}
.h2_ttl {
	margin-bottom: 30px !important;
	font-size: 2.2rem !important;
}
.h2_ttl .jp_txt {
    font-size: 0.7rem;		
}
.cmn_btn {
	min-width: auto;
}
.cmn_btn a {
	min-width: auto;
    width: 100vw;
	max-width: 60vw;
	padding: 10px 20px;
	font-size: 0.8rem;
}
.cmn_btn a .en_txt {
	font-size: 1.2rem;
}
.cmn_btn.contact a {
	min-width: 90%;
}
.-series .l-header__logo {
	width: 150px;
}
.l-topTitleArea {
	min-height: 4em;
	height: 30vh;
}
.c-pageTitle,
.c-postTitle__ttl {
	font-size: 0.6rem !important;
}
.c-pageTitle__subTitle {
	font-size: 2rem;
}
.c-pageTitle__subTitle::after {
	height: 25px;
}
.-type-card .c-postThumb__cat {
	font-size: 0.8rem;
	transform: none;
	padding: 3px 0;
}
.-type-card .p-postList__body {
	padding: 10px;
	min-height: 80px;
}
.-type-card .p-postList__title,
.-type-simple .p-postList__title  {
	font-size: 0.95rem !important;
}
.-type-simple .p-postList__link {
    padding: 15px 0px;
}
.-type-simple .p-postList__meta {
    margin-bottom: 3px;
}
.-type-simple .p-postList__times {
    width: 8rem;
}

/* ----概要---- */
.outlineBox {
    flex-direction: column;
    margin: 0 auto 2em !important;
}
.outlineBox .swell-block-dl__dt{
    width: 100%;
    padding: 8px 8px 2px;
    border-top: 1px solid #D9D9D9;
	font-weight: bold;
}
.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;
}

/* post_query */
.post_queryBox ul li.wp-block-post {
	margin-bottom: 15px;
}
.post_queryBox ul li.wp-block-post .wp-block-post-terms a {
	padding: 6px 0;
	font-size: 0.8rem;
}
.post_queryBox ul li.wp-block-post .wp-block-post-date a {
    padding: 10px 10px 3px;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title {
	height: 2.8em;
}
.post_queryBox ul li.wp-block-post h2.wp-block-post-title a {
	height: 2.8em;
	font-size: 0.9rem;
    padding: 0 10px 20px;
}
.post_queryBox ul li.wp-block-post figure {
}
.post_queryBox .wp-block-query-pagination-numbers {
	flex-wrap: wrap;
}
.post_queryBox .wp-block-query-pagination-numbers .page-numbers {
	margin: 0 6px 6px 0;
}
.post_queryBox .wp-block-query-pagination-numbers .page-numbers:last-child {
	margin-bottom: 6px !important;
}
.post_queryBox .wp-block-query-pagination-prev,
.post_queryBox .wp-block-query-pagination-next {
	margin-bottom: 6px;
}

/* post_query_txt */
.post_queryBox_txt ul li.wp-block-post {
	padding: 0;
}
.post_queryBox_txt ul li.wp-block-post .wp-block-post-date {
	font-size: 1rem;
}
.post_queryBox_txt ul li.wp-block-post .wp-block-post-terms {
    min-width: 100px;
}
.post_queryBox_txt ul li.wp-block-post .wp-block-post-title {
	font-size: 0.95rem;
}
	
/* ----商品紹介 - タクソノミー---- */
.cat_btnBox .swell-block-button__link {
	padding: 13px;
}
.archive .l-content {
    padding: 2em 0 !important;
}
.archive .p-postList__item {
	margin-bottom: 1.5em;
}
.archive .p-postList__body {
	padding: 10px 0;
}
.archive .p-postList__title {
	padding: 5px 10px 10px;
	height: 4.5em;
}

/* ----商品紹介 - 詳細---- */	
.single-products .l-topTitleArea::after {
    height: 70px;
}
/*
.pro_topArea .toplead {
    text-align: left;
}*/
.pro_topArea .pro_nameBox .in_L {
	width: 170px;
}
.pro_pointArea .swell-block-fullWide__inner {
	padding-top: 0;
}
.pro_pointArea .wp-block-group {
	padding: 20px 5vw;
}
.pro_pointArea .wp-block-group .p_num {
	font-size: 1.6rem;		
    margin-bottom: 20px;
}
.pro_pointArea .wp-block-group .p_num .swl-fz {
	font-size: 3.6rem !important;
}
.pro_pointArea .wp-block-group h3 {
	font-size: 1.3rem;
    margin-bottom: 20px;
}
.pro_pointArea .wp-block-group p {
	line-height: 1.8;
}
.pro_featureArea .color_tabBox ul.c-tabList li button {
    font-size: 0.8rem;
}
.pro_featureArea .color_tabBox .c-tabBody {
    padding: 20px 10px 30px;
}
.pro_featureArea .color_tabBox .wp-block-group .type_lead {
    font-size: 1rem !important;
    letter-spacing: 0;
}
.spec_tbl table th,
.spec_tbl table td {
	padding: 8px 5px;
}
	
.brandArea .box_areatrout .wp-block-group,
.brandArea .box_nativetrout .wp-block-group {
    padding: 20px 25px 20px 30px;
    height: 74vw !important;
    min-height: 310px;
}
.brandArea .swell-block-column .wp-block-group h2 {
    font-size: 2.5rem;
}
.brandArea .swell-block-column .wp-block-group figure {
    height: 9vw;
}
.brandArea .swell-block-column .wp-block-group p br {
    display: none;
}
.brandArea .swell-block-column .cmn_btn {
    margin-right: 35px;
}
	
.shopArea .swell-block-fullWide__inner {
    padding: 0; 
}
.shopArea .swell-block-column:first-child {
    margin-bottom: 15px;
}
.f_bnArea .tel_num {
	font-size: 3rem;
}
.f_bnArea .tel_num .swl-inline-icon {
	font-size: 2.6rem;
}
.f_add {
	font-size: 1rem;
}
.f_link .pc_only {
	display: none !important;		
}
.f_link .sp_only {
	display: block;		
}
.w-footer__box .post_content li {
	margin: 0;
}
.w-footer__box .brand_list .swell-block-column {
	width: 70%;
}
.footer_in {
	padding-top: 50px;
}
.f_link .swell-block-accordion {
	margin: 0;
}
.f_link .swell-block-accordion__title {
	background: none !important;
	border-bottom: 1px solid #ccc;
	padding: 0;
	font-weight: 500;
}
.f_link .swell-block-accordion__title .swell-block-accordion__label {
	padding: 8px 0;
    font-size: 0.9rem;
}
.f_link .swell-block-accordion__body .wp-block-list {
	padding-left: 1rem !important;
}
.f_link .swell-block-accordion__body .wp-block-list li {
	line-height: 2;
	font-size: 0.9rem;
}
.f_link .swell-block-accordion__body .wp-block-list li a {
	color: var(--color_main);
}
.footer-list {
	font-size: 0.9rem;
}
.f_link .footer-list li {
	border-bottom: 1px solid #ccc;
	font-size: 0.9rem;
}
.f_link .footer-list li a {
	display: block;
    padding: 4px 0;
}
.l-footer .copyright {
	padding: 0 5vw 20px;
}
}