/** Shopify CDN: Minification failed

Line 170:0 Unexpected "}"

**/
/* ---------------------------------------
共通
-----------------------------------------*/
@media screen and (min-width: 680px){
	.pc_br { display:inline; }
	.sp_br { display:none; }
}
.pc_br { display:none; }

@media screen and (max-width: 680px){
	.sp_full_width {
		width: 100vw;
		margin-left:calc(-50vw + 50%);
	}
}

/* ---------------------------------------
header ヘッダー
-----------------------------------------*/

/* header.liquid */
sticky-header {
	transition: all 0.3s ease-in-out;
}
sticky-header.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header {
	align-items: flex-start;
}
@media screen and (min-width: 990px){
	.header--middle-left {
		grid-template-columns: auto auto auto;
	}
}
@media only screen and (max-width: 989px){
	.header {
		align-items: center;
	}
}
.header__heading-logo {
	width: 180px;
}
@media only screen and (max-width: 989px){
	.header__heading-logo {
		width: 120px;
	}
}
.header__icons {
	padding: 0;
	gap: 16px;
}
.custom-header__icon{
	width: fit-content;
	flex-direction: column;
	justify-content: space-between;
	gap: 8px;
	text-decoration: none;
}
.custom-header__icon.header__icon--cart {
	margin: 0;
}

.custom-header__icon span{
	white-space: nowrap;
	height: fit-content;
	font-size: 10px;
}

.cart-count-bubble{
	top: -8px;
    right: 5px;
    left: unset;
    bottom: unset;
}
.header_container {
    display: flex;
    flex-direction: column-reverse;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
}
.header_search_icon_container {
    display: flex;
}
/* header-dropdown-menu.liquid */
.header__active-menu-item {
	text-decoration: none;
}
.list-menu__item{
	padding-bottom: 0;
	gap: 8px;
}
.list-menu--inline {
    width: 100%;
    justify-content: flex-end;
}
.list-menu--inline li:last-child .list-menu__item {
    padding-right: 0;
}
@media only screen and (max-width: 1200px){
	summary.list-menu__item {
		padding-right: 1rem;
	}
	.header__menu-item {
		padding: 1.2rem 0.8rem;
	}
}
@media screen and (max-width: 749px) {
    .header__icon--cart span {
        display: none;
    }
}
/* 大蛇テック　加藤追加 */

.header__icon--cart .cart-count-bubble span {
	display: flex;
}
@media only screen and (max-width: 749px){
	.cart-count-bubble{
		top: 4px;
		right: -10px;
	}

}
/* custom-header_serch.liquid */
.custom-header_search{
	display: flex;
	width: 100%;
	justify-content: end;
}

.custom-header_search > .search-modal__form{
	width: 100%;
	max-width: 240px;
	display: block;
}

.custom-header_search .field__input{
	height: 3.7rem;
	border-radius: 30px;
}
.custom-header_search .field__button{
	height: 3.7rem;
}
.custom-header_search .custom-field:after{
	border-radius: 30px;
}
.custom-header_search .field:hover.field:after{
	border-radius: 30px;
}
.custom-header_search .field__label{
	font-size: 1.3rem;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 989px){
	.custom-header_search {
		display: none;
	}
}
}
/* 大蛇テック　加藤追加 */
.heading-logo_container .custom-header_search {
      display: none;
}
.header_search_sp {
      display: none;
}
@media only screen and (max-width: 989px){
	.custom-header_search {
		display: none;
	}
    .header_search_sp {
      display: block;
    }
    .heading-logo_container .custom-header_search {
      display: block;
    }
}
/* ---------------------------------------
announcement-bar
-----------------------------------------*/
.announcement-bar__message {
	text-decoration: underline;
}


/* ---------------------------------------
CUSTOM MV
-----------------------------------------*/
@media screen and (min-width: 681px) {
	.c-cm_pc {
		display: block !important;
	}
	.c-cm_sp {
		display: none!important;
	}
}
@media only screen and (max-width: 680px) {
	.c-cm_pc {
		display: none!important;
	}
	.c-cm_sp {
		display: block!important;
	}
}

.CM {
	overflow: hidden;
	padding-top: 30px;
}
.CM .slick-list  {
	max-width: 994px;
	overflow: visible;
	margin: 0 auto;
	position: relative;
	width: 100% !important;
    height: 100% !important;
    position: relative !important;
}
.slick-dotted.slick-slider{
	margin-bottom: 60px;
}
/* .CM .slick-list .slick-track{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
} */
.CM_slider_item {
	margin: 0 9px;
	max-width: 994px;
	transform: scale(.9);
	transform-origin: bottom center;
	overflow: hidden;
    transition: transform 0.3s ease;

}
.CM_slider_item.slick-active {
	transform: scale(1);
}
.CM_slider_img {
	width: 100%;
	max-width: 994px;
}
.CM_slider_img img{
	max-width: 994px;
	width: 100%;
}
.CM .slider-prev ,
.CM .slider-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(50% - 543px);
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	z-index: 2;
}
.CM .slider-next {
	left: auto;
	right: calc(50% - 543px);
}

.CM .slick-dots {
	bottom: -30px;
}
.CM .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 4px;
	cursor: pointer;
	transition: .3s;
}
.CM .slick-dots li button {
	width: 8px;
	height: 8px;
	border: 1px solid #8B998B;
	border-radius: 50%;
	padding: 0;
}
.CM .slick-dots li.slick-active {
	transform: scale(1.3);
}
.CM .slick-dots li.slick-active button{
	background-color: #8B998B;
}
.CM .slick-dots li button::before {
	content: none;
}

.CM .slick-dots li:hover {
	opacity: .7;
}

@media screen and (max-width: 749px) {
	.CM_slider_item {
		margin: 0;
	}
	.slick-dots{
		top: 105%;
		left: 50%;
		transform: translateX(-50%);
		width: fit-content;
	}
	.CM .slider-prev ,
	.CM .slider-next {
		top: 105%;
		transform: translateY(0%);	
	}
	.CM .slider-prev {
        right: 22%;
		left: auto;
	}
	.CM .slider-next {
		right: 10%;
		left: auto;
	}
}
@media only screen and (max-width: 680px) {
    .slick-dotted.slick-slider {
        margin-bottom: 70px;
    }
}

/* ---------------------------------------
CUSTOM INFO 重要なお知らせ
-----------------------------------------*/

.CI {
	margin-top: 60px;
}
.CI_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px solid #D73619;
}
.CI_title {
	background-color: #D73619;
	color: #fff;
	padding: 10px 16px 10px 44px;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	margin: 0;
}

.CI_title::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 16px;
	width: 20px;
	height: 20px;
	background: url(//shop.shimogamosaryo.co.jp/cdn/shop/files/icon_info.svg?v=3929333044106552084) no-repeat center center /contain;
}

.CI_text-box {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 0 40px;
}
.CI_date {
	margin: 0 24px 0 0;
}
.CI_text {
	margin: 0;
}
.CI_text a{
	text-decoration: underline;
	margin: 0;
}

/* ---------------------------------------
CUSTOM SALES
-----------------------------------------*/

.CS {
	margin-top: 80px;
}
.CS_text {
	margin-top: 40px;
	text-align: center;
	line-height: 2;
	letter-spacing: .05em;
	font-family: "source-han-serif-japanese", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* ---------------------------------------
CUSTOM BANNER 01
-----------------------------------------*/

.CB01 {
	margin-top: 100px;
}
@media only screen and (max-width: 749px) {
	.CB01 {
		margin-top: 40px;
	}
}

/* ---------------------------------------
CUSTOM PRODUCT 商品
-----------------------------------------*/
.CP {
	margin-top: 120px;
}
.CP .l-wrap {
	width: calc(100% - 110px);
}
.CP_list {
	margin-top: 40px;
}
@media only screen and (max-width: 749px) {
	.CP {
		margin-top: 40px;
	}
	.CP .l-wrap {
		width: calc(100% - 30px);
	}
	.CP_list {
		margin-top: 24px;
	}
}


/* ---------------------------------------
CUSTOM CATEGORY 商品カテゴリー
-----------------------------------------*/
.CC {
	margin-top: 120px;
}
.CC_list {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat( 3 , 1fr);
	gap:24px;
}
.CC_list_item:nth-child(n+7) {
	display: none;
}
.CC_list_item.active:nth-child(n+7) {
	display: block;
}
.CC_list_item_link {
	position: relative;
  display: block;
  aspect-ratio: 384 / 223;
}
.CC_list_item_img {
	height: 100%;
}
.CC_list_item_img img{
	width: 100%;
	object-fit: cover;
}
.CC_list_item_title-box {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30%;
	width: 100%;
	display: flex;
	align-items: center;
	background: linear-gradient(rgba(51, 51, 51, 0) 0% ,rgba(51, 51, 51, 0.8) 15% , rgba(51, 51, 51, 0.9)100%);
}
.CC_list_item_title {
	color: #fff;
	display: inline-block;
	margin: 0;
	position: relative;
	padding: 0 0 0 32px;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
}
.CC_list_item_title::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -25px;
	width: 17px;
	height: 14px;
	background: url(//shop.shimogamosaryo.co.jp/cdn/shop/files/arrow_circle_white_right.svg?v=10157968350025407335) no-repeat center center /contain;
}
.CC_list_item_hover {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .5s;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: rgba(0, 0, 0, .5);
}
.CC_list_item_hover_title {
	margin: 0 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}
.CC_list_item_hover_text {
	margin: 10px 15px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	display: block;
}

@media only screen and (min-width: 749px) {
	.CC_list_item_link:hover {
		opacity: 1;
	}
	.CC_list_item_link:hover .CC_list_item_hover {
		opacity: 1;
		visibility:visible;
	}
	.CC_list_item_link:hover .CC_list_item_title-box {
		opacity: 0;
		visibility: hidden;
	}
}

.CC_more{
	cursor: pointer !important;
}
.CC_more::before{
	background: url(//shop.shimogamosaryo.co.jp/cdn/shop/files/arrow-bottom.svg?v=8597962126875228879) no-repeat center center /contain;
}

@media only screen and (max-width: 749px) {
	.CC {
		margin-top: 64px;
	}
	.CC_list {
		margin-top: 24px;
		grid-template-columns: repeat( 2 , 1fr);
		gap:10px;
	}
	.CC_list_item_title-box {
		height: 45%;
	}
	.CC_list_item_title {
		padding: 0 0 0 12px;
		font-size: 14px;
	}
}

/* ---------------------------------------
CUSTOM CHOICE 価格から選ぶ
-----------------------------------------*/
.CCH {
	margin-top: 120px;
}

@media only screen and (max-width: 749px) {
	.CCH {
		margin-top: 60px;
	}
}

/* ---------------------------------------
CUSTOM NEWS お知らせ
-----------------------------------------*/
.CN {
	margin-top: 120px;
}
.CN_list {
	margin-top: 40px;
}
@media only screen and (max-width: 749px) {
	.CN {
		margin-top: 60px;
	}
	.CN_list {
		margin-top: 24px;
	}
}

/* ---------------------------------------
CUSTOM GUIDE 百貨店売り場のご案内
-----------------------------------------*/
.CG {
	margin-top: 120px;
}
.CG_inner {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat( 2 , 1fr);
	gap: 24px;
}
.CG_item_img {
	width: 100%;
}
.CG_item_img img {
	width: 100%;
	aspect-ratio: 97 / 65;
}
.CG_item_title {
	padding-left: 14px;
	margin: 16px 0 0 0;
	position: relative;
}
.CG_item_title::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1.5px;
	height: 100%;
	background-color: #333;
}
.CG_item_text {
	margin: 8px  0 0 0;
	font-size: 14px;
	line-height: 2;
	font-weight: 400;
	letter-spacing: .08em;
}
.CG_item_info {
	margin: 16px  0 0 0;
	/* border: 1.5px solid #333;
	border-radius: 4px; */
	padding: 16px 24px;
}
.CG_item_info_text {
	margin: 0;
	font-weight: 400;
	line-height: 2;
	font-size: 13px;
	letter-spacing: .05em;
}
@media only screen and (max-width: 749px) {
	.CG {
		margin-top: 60px;
	}
	.CG_inner {
		margin-top: 24px;
		grid-template-columns: repeat( 1 , 1fr);
		gap: 32px;
	}
	.CG_item_text {
		font-size: 12px;
		letter-spacing: .05em;
	}
	.CG_item_info {
		margin: 8px  0 0;
		border-radius: 4px;
		padding: 10px 16px;
	}
	.CG_item_info_text {
		font-size: 12px;
	}
}

/* ---------------------------------------
CUSTOM BANNER 02
-----------------------------------------*/
.CB02 {
	margin-top: 120px;
}
@media only screen and (max-width: 749px) {
	.CB02 {
		margin-top: 60px;
	}
}

/* ---------------------------------------
main-collection-banner
-----------------------------------------*/
.MCB{
	margin-top: 60px;
}
.MCB_breadcrumb{
	display: flex;
    gap: 24px;
    list-style: none;
	padding: 0;
}
.MCB_breadcrumb li{
	position: relative;
}
.MCB_breadcrumb li:after{
	content: ">";
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    font-size: 15px;
}
.MCB_breadcrumb li:last-of-type:after{
	content: unset;
}
.MCB_banner{
	width: 100%;
}
.MCB_banner img{
	width: 100%;
}

/* ---------------------------------------
facets.liquid 商品一覧 絞り込み
-----------------------------------------*/
.facets-vertical .custom-active-facets-vertical-filter{
	justify-content: space-around;
}
.custom-active-facets-vertical-filter h2{
	font-weight: 500;
}
.custom-fcets_remove a{
	background: #8B998B;
    color: #fff;
    padding: 3px 24px 5px 24px;
    border-radius: 50px;
    text-decoration: none;
}
@media screen and (min-width: 750px){
.facets-vertical .custom-active-facets-vertical-filter{
	border-bottom: 1px dashed #333;
}
.custom-facet-remove{
	margin-top: .8rem;
} 
/* .custom-facets_border{
	border-bottom: 1px dashed #333;
	margin-top: 1.5rem;
} */
.facets__disclosure-vertical {
	border-top: 1px dashed #333;
}
}

/* ---------------------------------------
main-collection-product-grid 商品一覧ページ
-----------------------------------------*/

/* 商品カテゴリー 一覧 */
.category_links{

}
.category_links-title{
	font-size: 16px;
	color: #fff;
	background: #717171;
	padding: 8px;
}
.category_links-wrap{
	list-style: none;
	padding: 0;
}
.category_links-wrap li{
	padding: 10px;
	border-bottom: 1px dashed #333;
}
.category_links-wrap li a{
	display: flex;
    gap: 10px;
    align-items: center;
	text-decoration: none;
}
.category_links-wrap li a img{
	width: 45px;
	height: 45px;
	object-fit: cover;
}

.c-list_item.card__heading {
	margin: 0;
}

/* ---------------------------------------
main-product 商品詳細ページ
-----------------------------------------*/
.main-product_tags .c-list_item_tag{
	position: unset;
	margin: 0;
    padding: 4px 10px;
    line-height: 1.5;
    display: inline-block;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

/* .main-product_tags .c-list_item_noto{
	margin: 0;
} */
.product__title h1{
	font-size: 24px;
}
@media only screen and (max-width: 749px){
	.product__title h1{
		font-size: 18px;
	}
}
.tax-include{
	font-size: 12px;
}
.quantity:after{
	border-radius: 4px;
}
.product-form__submit {
	background-color: #333333;
	color: #fff;
    font-weight: 500;
}
.product-form__submit .button:after{
	box-shadow: unset;
}

.product-attention {
    padding: 0 0 0 24px;
    position: relative;
    display: inline-block;
    margin: 0 0 15px 24px;
	text-decoration: none;
}
.product-attention::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}
.product-attention::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
.product-attention.-contact{
	color: #3498db;
}
.product-attention.-contact::before{
	background: url(//shop.shimogamosaryo.co.jp/cdn/shop/files/icon_product_contact.svg?v=11057847867144327840) no-repeat center center /contain;
}
.product-attention.-contact::after{
	background: #3498db;
}

.product-attention.-wrapping{
	color: rgb(51, 51, 51);
}
.product-attention.-wrapping::before{

	background: url(//shop.shimogamosaryo.co.jp/cdn/shop/files/icon_product_wrapping.png?v=6654940659918600416) no-repeat center center /contain;
}
.product-attention.-wrapping::after{
	background: rgb(51, 51, 51);
}

/* お気に入りアプリ */
.icon-wishlist-heart-empty{
	width: 100%;
}
.product__info-container .product-form{
	margin-bottom: 0rem !important;
}
.product__info-wrapper .shopify-app-block {
	margin-top: 0;
}

/* お勧めの用途 タグ */
.product-usage {
	margin-top: 10px;
}
.product-usage_title {
	font-size: 14px;
}
.product-usage_tags{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 0;
	padding: 0;
}
.product-usage_tags li{
	display: inline-block;
    background: #eee;
    font-size: 13px;
    border-radius: 16px;
}
.product-usage_tags li > a{
	font-size: 13px;
	display: block;
	text-decoration: none;
	padding: 4px 12px;
}

/* ---------------------------------------
個別ページ ごあいさつ
-----------------------------------------*/
.PG_block01_box01 {
	margin-top: 34px;
	display: flex;
	justify-content: center;
}
.PG_block01_img {
	width: 47%;
}
.PG_block01_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.PG_block01_text-box {
	width: 53%;
	background-color: #333333;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.PG_block01_title {
	color: #fff;
	margin: 0;
	font-size: 32px;
	text-align: center;
}
.PG_block01_text {
	margin: 8px 10% 0 0;
	color: #fff;
	font-size: 24px;
	text-align: right;
}
.PG_block01_box02 {
	margin: 80px auto 0;
	max-width: 713px;
}
.PG_block01_box02 img {
	width: 100%;
}

.PG_block02 {
	margin-top: 80px;
	border: 1px solid #8B8B8B;
	border-radius: 4px;
	padding: 40px;
	display: flex;
	align-items: center;
}
.PG_block02_text-box {
	flex: 1;
	padding-right: 60px;
}
.PG_block02_img {
	width: 43%;
}
.PG_block02_img img {
	width: 100%;
}
.PG_block02_sub-title {
	margin: 0;
	font-size: 18px;
}
.PG_block02_title {
	margin: 8px 0 0;
	font-size: 24px;
}
.PG_block02_text {
	font-size: 14px;
	margin: 24px 0 0;
	letter-spacing: .05em;
	line-height: 1.8;
}
.PG_block02_btn {
	margin: 32px 0 0;
	text-align: left;
}
.PG_block02_btn .c-button_link {
	margin: 0;
}

.PG_block03_img01 {
	margin-top: 80px;
	width: 100%;
}
.PG_block03_img01 img {
	width: 100%;
}
.PG_block03_title {
	margin: 60px 0 0;
	font-size: 24px;
}
.PG_block03_text {
	margin: 24px 0 0;
}
.PG_block03_img02 {
	margin-top: 60px;
	width: 100%;
}
.PG_block03_img02 img {
	width: 100%;
}
.PG_btn {
	margin-top: 60px;
	padding-bottom: 120px;
}

@media screen and (max-width: 749px) {
	.PG_block01_box01 {
		display: block;
		margin-top: 24px;
	}
	.PG_block01_img {
		width: 100%;
	}
	.PG_block01_img img {
		height: auto;
		vertical-align: bottom;
	}
	.PG_block01_text-box {
		width: 100%;
		display: block;
		padding: 24px  0;
	}
	.PG_block01_title {
		font-size: 24px;
	}
	.PG_block01_text {
		margin: 4px  0 0;
		font-size: 16px;
		text-align: center;
	}
	.PG_block01_box02 {
		margin: 40px auto 0;
	}

	.PG_block02 {
		margin-top: 40px;
		padding: 16px;
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
	}
	.PG_block02_text-box {
		padding-right: 0;
	}
	.PG_block02_img {
		width: 100%;
	}
	.PG_block02_sub-title {
		margin: 24px 0 0;
		font-size: 16px;
	}
	.PG_block02_title {
		margin: 4px 0 0;
		font-size: 20px;
	}
	.PG_block02_text {
		margin: 16px 0 0;
	}
	.PG_block02_btn {
		margin: 24px 0 0;
		text-align: center;
	}
	.PG_block02_btn .c-button_link {
		margin: auto;
	}
	
	.PG_block03_img01 {
		margin-top: 40px;
	}
	.PG_block03_title {
		margin: 32px 0 0;
		font-size: 20px;
	}
	.PG_block03_text {
		margin: 16px 0 0;
		font-size: 14px;
	}
	.PG_block03_img02 {
		margin-top: 32px;
	}
	.PG_btn {
		margin-top: 40px;
		padding-bottom: 80px;
	}
}

/* ---------------------------------------
個別ページ 包装・のしについてのご案内
-----------------------------------------*/

.PN {
	scroll-behavior: smooth;
}
.PN_block01 {
	margin-top: 24px;
}
.PN_block01_mv img {
	width: 100%;
}
.PN_block01_text {
	margin: 32px  0 0;
	font-size: 14px;
	text-align: center;
}
.PN_tab {
	margin: 32px 0 0;
	padding-left: 0;
	display: grid;
	grid-template-columns: repeat( 3 , 1fr);
	gap: 17px;
}
.PN_tab_list {
	list-style: none;
}
.PN_tab_list_link {
	border: 1px solid #333333;
	height: 96px;
	text-decoration: none;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	letter-spacing: .05em;
	position: relative;
}
.PN_tab_list_link::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 12px;
	height: 7px;
	background: url(//shop.shimogamosaryo.co.jp/cdn/shop/files/arrow_block_right.svg?v=14813639028721340201) no-repeat center center /contain;
}
.PN_block02 {
	padding-top: 288px;
    margin-top: -122px;
}
.PN_title-box {
	/* padding: 80px 0 0; */
	margin: -80px 0 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 8px 0;
}
.PN_title {
	margin: 0;
	background-color: #333333;
	padding: 17px  0;
	font-size: 24px;
	font-family: source-han-serif-japanese, serif;
	color: #fff;
	text-align: center;
}
.PN_block02_box01 {
	margin-top: 32px;
	display: flex;
	align-items: center;
}
.PN_block02_box01_text {
	font-size: 14px;
	margin: 0;
	flex: 1;
	padding-right: 60px;
}
.PN_block02_box01_img {
	width: 45%;
}
.PN_block02_box01_img img {
	width: 100%;
}
.PN_block02_box02 {
	border: 1px solid #8B8B8B;
	background-color: rgba(139, 139, 139, 0.1);
	padding: 16px 0;
	border-radius: 4px;
	margin: 24px 0 0;
}
.PN_block02_box02_text {
	font-size: 18px;
	text-align: center;
	margin: 0;
	letter-spacing: .05em;
}
.PN_block02_box02_come {
	margin: 16px  0 0;
	font-size: 14px;
	letter-spacing: .05em;
	text-align: center;
}
.PN_block03 {
	padding-top: 288px;
    margin-top: -122px;
}
.PN_block03_box01 {
	margin-top: 32px;
}
.PN_block03_title {
	font-size: 18px;
	line-height: 1.6;
	font-family: source-han-serif-japanese, serif;
	margin: 0;
	padding: 0 16px 16px;
	border-bottom: 1px dashed #333;
	font-weight: 700;
}
.PN_block03_text {
	font-size: 14px;
	letter-spacing: .05em;
	margin: 16px 16px 0;
}
.PN_block03_box01_items {
	padding-left: 0;
	margin: 0;
}
.PN_block03_box01_item {
	margin: 32px 0 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.PN_block03_box01_item:first-child {
	margin: 24px 0 0;
}
.PN_block03_box01_item_img {
	width: 55%;
	margin-right: 40px;
	border: 1px solid #8B8B8B;
	padding: 15px;
}
.PN_block03_box01_item_img img {
	width: 100%;
}
.PN_block03_box01_item_text-box {
	flex: 1;
}
.PN_block03_box01_item_title {
	font-size: 18px;
	margin: 0;
}
.PN_block03_box01_item_text {
	margin: 8px 0 0;
	font-size: 14px;
	letter-spacing: .05em;
}
.PN_block03_box01_item_noto {
	border: 1px solid #8B8B8B;
	border-radius: 4px;
	padding: 12px 14px;
	background-color: rgba(139, 139, 139, 0.1);
	font-size: 13px;
	letter-spacing: .05em;
	line-height: 1.6;
	margin: 16px 0 0;
}
.PN_block03_box02 {
	margin-top: 80px;
}
.PN_block03_box02_img01 {
	margin-top: 32px;
}
.PN_block03_box02_img02 {
	margin-top: 16px;
}
.PN_block03_box02_img01 img,
.PN_block03_box02_img02 img {
	width: 100%;
}
.PN_block03_box02_text {
	margin: 31px 0 0;
	font-size: 14px;
	letter-spacing: .05em;
}
.PN_block03_box03 {
	margin-top: 80px;
}
.PN_block03_box03_items {
	margin-top: 32px;
	display: grid;
	grid-template-columns: repeat( 2 , 1fr);
	gap: 24px;
}
.PN_block03_box03_item_title {
	letter-spacing: .05em;
	margin: 0;
}
.PN_block03_box03_item_img {
	margin: 8px 0 0;
}
.PN_block03_box03_item_img img {
	width: 100%;
}
.PN_block03_box03_text {
	margin: 24px  0 0;
	font-size: 14px;
	letter-spacing: .05em;
}
.PN_block04 {
	padding-top: 288px;
    margin-top: -122px;
}
.PN_block04_text {
	margin: 32px 0 0;
	font-size: 14px;
	letter-spacing: .05em;
}
.PN_block04_img {
	margin: 24px 0 120px;
}
.PN_block04_img img {
	width: 100%;
}

@media screen and (max-width: 749px) {
	.PN_block01_text {
		margin: 24px  0 0;
		text-align: left;
	}
	.PN_tab {
		margin: 24px 0 0;
		grid-template-columns: repeat( 1 , 1fr);
		gap: 12px;
	}
	.PN_tab_list_link {
		height: 77px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		padding-bottom: 13px;
	}
	.PN_tab_list_link::before {
		content: "";
		position: absolute;
		top: calc(50% + 15px);
		transform: translateX(-50%);
		right: auto;
		left: 50%;
	}
	.PN_block02 {
		padding-top: 140px;
		margin-top: -60px;
	}
	.PN_title-box {
		margin: -40px 0 0;
	}
	.PN_title {
		padding: 12px 0;
		font-size: 20px;
	}
	.PN_block02_box01 {
		margin-top: 24px;
		flex-direction: column-reverse;
	}
	.PN_block02_box01_text {
		margin: 16px 0 0;
		width: 100%;
		padding-right: 0;
	}
	.PN_block02_box01_img {
		width: 100%;
	}
	.PN_block02_box02 {
		padding: 16px;
	}
	.PN_block02_box02_text {
		font-size: 14px;
		text-align: left;
	}
	.PN_block02_box02_come {
		text-align: left;
	}
	.PN_block03 {
		padding-top: 140px;
		margin-top: -60px;
	}
	.PN_block03_box01 {
		margin-top: 24px;
	}
	.PN_block03_title {
		padding: 0 0 16px;
	}
	.PN_block03_text {
		margin: 16px 0 0;
	}
	.PN_block03_box01_item {
		display: block;
	}
	.PN_block03_box01_item:first-child {
		margin: 32px 0 0;
	}
	.PN_block03_box01_item_img {
		width: 100%;
		margin-right: 0;
		padding: 0;
	}
	.PN_block03_box01_item_img img {
		width: 100%;
	}
	.PN_block03_box01_item_title {
		font-size: 16px;
		margin: 16px 0 0;
	}
	.PN_block03_box02 {
		margin-top: 60px;
	}
	.PN_block03_box03 {
		margin-top: 60px;
	}
	.PN_block03_box03_items {
		margin-top: 16px;
		grid-template-columns: repeat( 1 , 1fr);
	}
	.PN_block03_box03_text {
		margin: 16px  0 0;
	}
	.PN_block04 {
		padding-top: 140px;
		margin-top: -60px;
	}
	.PN_block04_text {
		margin: 24px 0 0;
	}
	.PN_block04_img {
		margin: 16px 0 80px;
	}
}

/* ---------------------------------------
個別ページ 特集
-----------------------------------------*/
.PS_content {
	margin-top: 24px;
}
.PS_img img {
	width: 100%;
	vertical-align: bottom;
}

.PS_textarea{
	padding: 40px;
	text-align: center;
}
.PS_textarea > *{
	font-family: source-han-serif-japanese, serif;
}

.PS_textarea h1{
	font-size: 4rem;
}
.PS_textarea h2{
	font-size: 2.4rem;
}
.PS_textarea h3{
	font-size: 2rem;
}
.PS_textarea h4,
.PS_textarea h5,
.PS_textarea h6,
.PS_textarea p{
	font-size: 1.6rem;
}

.PS_heading{
	font-size: 40px;
	font-weight: 500;
}
.PS_subheading{
	font-size: 24px;
	font-weight: 500;
}
.PS_content{
	font-size: 18px;
	line-height: 2;
	font-weight: 500;
}
.PS_price{
	font-size: 42px;
	font-weight: 600;
}
.PS_button{
    color: #fff;
    font-size: 18px;
    background: #333;
    padding: 8px 32px;
    border-radius: 8px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: fit-content;
}
@media only screen and (max-width: 749px){
	.PS_textarea{
		padding: 0;
	}	
	.PS_heading{
		font-size: 24px;
	}
	.PS_subheading{
		font-size: 18px;
	}
	.PS_content{
		font-size: 16px;
	}	
	.PS_price{
		font-size: 28px;
	}	
	.PS_button{
		font-size: 16px;
	}
}


/* ---------------------------------------
個別ページ 特集
-----------------------------------------*/

.PSP{
	margin-top: -120px;
	padding-top: 180px;
}
.PSP_content{
}
.PSP_title{
	font-size: 24px;
	text-align: center;
	border: 1px solid #AB9D4F;
	margin: 0 0 16px;
	padding: 8px 0;
}
.PSP_item{
	width: 100%;
}
.PSP_item a{
	text-decoration: none;
}
.PSP_item_title{
	font-size: 22px;
	text-align: center;
	margin: 22px 0 0;
}
.PSP_item_price{
	font-size: 28px;
	text-align: center;
	margin: 18px 0 0;
}
@media only screen and (max-width: 749px){
	.PSP{
		margin-top: -60px;
		padding-top: 100px;
	}	
	.PSP_title{
		font-size: 18px;
	}
	.PSP_item_title{
		font-size: 16px;
		margin: 8px 0 0;
	}
	.PSP_item_price{
		font-size: 20px;
		margin: 8px 0 0;
	}
}

.CF_block04{
	display: flex;
	gap: 16px;
	justify-content: end;
}
.CF_block04 svg{
	width: 25px;
	height: 25px;
	color: #fff;
}


/* ---------------------------------------
大口注文 アコーディオン
-----------------------------------------*/
.order-acd{
	margin-top: 60px;
}
.order-acd .c-secttl{
	margin-bottom: 20px;
}
.order-acd-box_title {
	display: inline-block;
	font-weight: 700;
	margin: 0;
	height: auto;
	display: block;
	padding: 16.5px 24px;
	z-index: 2;
	border-top: 2px dashed #EDEDED;
	position: relative;
}
.order-acd_qa{
	font-weight: 600;
	margin-right: 8px;
}
.order-acd-box_title_arrow {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	left: auto;
}
.is-open .order-acd-box_title_arrow{
	transform: translateY(-50%) rotate(180deg);
}
.order-acd-text {
	margin: 24px 8px 0;
	letter-spacing: .05em;
	line-height: 1.76;
	font-weight: 400;
	display: none;
	margin: 0 15px 24px;
	font-size: 14px;
}
@media only screen and (max-width: 749px){
	.order-acd{
		margin-top: 30px;
	}
}