﻿@charset "UTF-8";
/* 20210916追加------------------------------------------------*/

* {
	box-sizing: border-box;
}

.max-w-none {
	max-width: none !important;
}

.main-single {
	height: auto !important;
	max-width: none !important;
}

#main {
	max-width: none;
}

/* top page */

/* header & nav */

header {
	background: #ffffff;
}

nav.nav-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav.nav-menu>a {
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	width: 12.5%;
	max-width: 12.5%;
	text-decoration: none;
	color: inherit;
	transition: all ease .33s;
}

nav.nav-menu>a:hover {
	opacity: 0.5;
}

nav.nav-menu>a.nav-item-contact {
	width: 25%;
	max-width: 25%;
}

.bdr-r {
	border-right: 1px solid !important;
}

.bdr-l {
	border-left: 1px solid !important;
}

.bdr-r-none {
	border-right: none !important;
}

.bdr-l-none {
	border-left: none !important;
}

nav.nav-menu>a.logo-img {
	padding: 10px;
}

nav.nav-menu>a.logo-img img {
	width: 80px;
	display: inline-block;
	vertical-align: middle;
}

nav.nav-menu>a>b {
	font-size: 1.2rem;
	margin: 0 0 0.5rem;
	display: block;
	width: 100%;
}

nav.nav-menu>a>b>i {
	font-size: 0.9rem;
	vertical-align: middle;
	margin: 0 0.3rem 0 0;
}

nav.nav-menu>a>span {
	font-size: 0.8rem;
	display: block;
	width: 100%;
}

.btn-contact {
	border: 1px solid;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0.5rem;
	border-radius: 0.3rem;
	/* max-width: 200px; */
}

.btn-contact>b {
	font-size: 0.8rem;
	margin: 0 0 0.25rem;
	width: 100%;
	display: block;
}

.btn-contact>span {
	width: 100%;
	display: block;
}

.btn-contact>span>i {
	font-size: 0.9rem;
	vertical-align: middle;
	margin: 0 0.3rem 0 0;
}

nav.NavMenu {
	display: none;
}

.Toggle {
	display: none;
}

/* top image */

.swiper-container.main-swp {
	height: calc(100vh - 100px);
}

.swiper-container.main-swp .slide-img img {
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
}

.title-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.6;
	text-shadow: 0px 4px 4px rgb(0 0 0 / 60%);
}

.scroll-icon {
	position: absolute;
	bottom: 5%;
	left: 50.5%;
	transform: translate(-50%, 0%);
	width: 38px;
	height: 80px;
	color: #fff;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	z-index: 10;
}

.scroll-icon>span {
	position: absolute;
	width: calc(30px - 8px);
	height: 37px;
	margin-left: 7px;
	top: 20px;
	border: 1px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	z-index: 999;
}

.scroll-icon>span::before {
	position: absolute;
	top: 8px;
	left: 50%;
	content: '';
	width: 5px;
	height: 5px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

a.btn-hover-contact {
	position: absolute;
	right: 2rem;
	top: 2rem;
	z-index: 5;
	transition: all ease .33s;
}

a.btn-hover-contact:hover {
	filter: drop-shadow(0px 7px 8px rgb(255 255 255 / 60%));
	opacity: 0.7;
}

/* single main img*/

.main_img {
	margin: 0 auto 2rem;
	width: 100%;
	height: 320px;
	border: 1px solid #818181;
	text-align: center;
	position: relative;
	border-radius: 0.3rem;
}

.main_img>a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.main_img>a:hover img {
	opacity: 0.6;
}

.main_img img {
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	object-fit: scale-down;
	transition: all ease .33s;
	padding: 0.5rem;
}

p.img_zoom_caption {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	display: flex;
	align-items: center;
	font-weight: 500;
	z-index: 10;
}

p.img_zoom_caption>svg {
	margin: 0 0.3rem 0 0;
}

h2.h2-title {
	position: relative;
	margin-bottom: 30px;
	padding: 1.5rem 0;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	color: #333;
	background: #f2f2f2;
	letter-spacing: 3px;
}

#at02 .container {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 1rem;
	position: relative;
}

.gallery_area {
	margin: 0 auto 1.5rem;
	width: 100%;
}

#at02 .box-gallery {
	box-sizing: border-box;
	padding: 0 50px;
	position: relative;
}

#at02 .box-gallery .swiper-container {
	width: 100%;
}

#at02 .box-gallery .swiper-pagination {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 0;
	position: relative;
}

#at02 .box-gallery .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 2px;
}

#at02 .img_slide {
	width: 100%;
	height: 100%;
}

#at02 .box-gallery img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.swiper-arrow-custom {
	transform: scale(0.7);
	color: #b3b3b3;
}

.swiper-pagination-bullet-active {
	background: #8b0c00;
}

.swiper-pagination {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 0;
	position: relative;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 2px;
}

#at02 h3.h3_at02 {
	font-size: 1.5rem;
	margin: 0 auto;
	text-align: center;
	padding: 1.5rem 0;
}

.info-box {
	width: 100%;
	margin: 0 auto 1.5rem;
	max-width: 1000px;
	padding: 0.3rem;
	display: flex;
	flex-wrap: wrap;
	background: #f2f2f2;
	font-weight: 500;
	box-sizing: border-box;
	border-radius: 0.3rem;
}

.info-box>div {
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
	padding: 0.25rem;
	word-break: break-all;
	align-items: center;
}

.info-box .info-title {
	font-weight: 600;
	background: #fff;
	padding: 0.3rem 1rem;
	border: 1px solid #818181;
	box-sizing: border-box;
	line-height: 1;
	margin: 0 0.8rem 0 0;
	border-radius: 0.25rem;
	min-width: 130px;
	text-align: center;
}

.info-box .info-content {
	font-weight: 500;
	padding: 0.3rem 0;
	line-height: 1.2;
}

/* info-box-table style*/

.info-box.info-box-table {
	background: #fff;
}

.info-box.info-box-table>div {
	border: 1px solid #f2f2f2;
	margin: 0 0 0.3rem;
	padding: 0;
	flex-wrap: nowrap;
}

.info-box.info-box-table .info-title {
	background: #f2f2f2;
	border: none;
	border-radius: 0;
	padding: 0.5rem 1rem;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.prc-empty {
	color: #bf1909;
	font-weight: 600;
	border: 1px solid;
	padding: 0.25rem 1rem;
	border-radius: 9999px;
	font-size: 0.85rem;
}

.btn-area {
	width: 100%;
	margin: 0 auto;
	padding: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.btn {
	cursor: pointer;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	text-align: center;
	user-select: none;
	border-radius: .2rem;
	height: 3rem;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 2;
	padding-left: 1rem;
	padding-right: 1rem;
	min-height: 3rem;
	font-weight: 600;
	text-decoration: none;
	transition: all ease .33s;
}

.btn-area .btn {
	margin: 0 0.7rem;
}

.btn-primary {
	background: #8b0000;
	color: #fff;
}

.btn:hover {
	opacity: 0.6;
}

.w-50 {
	width: 50%;
}

.w-100 {
	width: 100%;
}

/*販売状況*/

.sellout {
	opacity: .5;
}

.sellout-box {
	display: none;
}

.sellout-box.sellout {
	display: block;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 100;
}

.container.sellout {
	user-select: none;
	pointer-events: none;
}

/* トップページニュース*/

.top-news-box {
	padding: 1rem;
	height: 300px;
	overflow-y: auto;
	border: 1px solid #ddd;
	border-radius: 0.3rem;
}

.top-news-box>ul {
	width: 100%;
	box-sizing: border-box;
}

.top-news-box>ul>li {
	position: relative;
	transition: all ease .33s;
	padding: 0.5rem 0.5rem 0.5rem 3rem;
	margin: 0 0 0.5rem;
	border-bottom: 1px solid #ddd;
	font-size: 0.9rem;
}

.top-news-box>ul>li:hover {
	opacity: 0.6;
}

.top-news-box>ul>li>a {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 100%;
}

.box-news-tag {
	flex: 1 1 45%;
	display: flex;
	align-items: center;
	line-height: 1;
}

.box-news-title {
	flex: 1 1 55%;
	text-align: end;
}

.box-linkbtn {
	width: 100%;
	box-sizing: border-box;
	padding: 1rem 0;
}
.box-linkbtn a{
	font-weight: normal;
	display: table;
	text-align: center;
	margin-top: 15px ;
	min-width: 240px;
	padding: 20px 14px;
	border-radius: 6px;
	background: #8b0000;
	color: #fff;
	cursor: pointer;
	transition: all ease .3s;
}
.box-linkbtn a:hover{
	background: #bf1909;
}

.tab_item {
	box-sizing: content-box;
}

span.news-date {
	margin: 0 0.5rem 0 0;
	min-width: 120px;
	display: inline-block;
}

.h-auto {
	height: auto !important;
}

.wp-pagenavi {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 2rem 0 5rem;
}

/* トップページpick up*/

.top-pickup-box {
	position: relative;
	height: auto;
	padding: 1rem 3rem;
	margin: 0 auto 4rem;
}

.pickup-group>li {
	position: relative;
	border: 1px solid #ddd;
	padding: 1.2rem;
	border-radius: 0.3rem;
	transition: all ease .33s;
	border-bottom: 1px solid #ddd;
	font-size: 0.9rem;
}

.pickup-group>li>a {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 100%;
}

.dl-pickup {
	display: flex;
	flex-wrap: wrap;
}

.pickup-group>li:hover {
	opacity: 0.6;
}

.dl-pickup>dt {
	width: 100%;
	margin: 0 0 0.5rem;
	display: flex;
	align-items: center;
}

.dl-pickup>dd {
	width: 100%;
	margin: 0 0 0.5rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.dl-pickup>dd>p {
	width: 100%;
	margin: 0 0 0.3rem;
	font-weight: 500;
}

.dl-pickup>dd.dd-price {
	display: flex;
	justify-content: end;
	font-weight: 600;
	align-items: baseline;
	line-height: 1;
	margin: 0;
	border-top: 1px dashed #ddd;
	padding: 0.7rem 0 0 0;
}

.dl-pickup>dd.dd-price>span {
	color: #f72e00;
	font-size: 1.5rem;
	margin: 0 0.25rem 0 0;
	display: inline-block;
}

.dl-pickup>dd>p {
	width: 100%;
}

/* flexbox */

.flex {
	display: flex;
}

.justify-center {
	justify-content: center;
}

.justify-end {
	justify-content: end;
}

.justify-between {
	justify-content: space-between;
}

.items-center {
	align-items: center;
}

/* 検索結果*/

.search-results-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.search-results-box>li {
	width: 33.333%;
	max-width: 33.333%;
	border: none;
	padding: 0.5rem;
}

.search-results-box>li>.dl-pickup {
	border: 1px solid #ddd;
	padding: 1rem;
	border-radius: 0.25rem;
}

.no-result-box {
	display: flex;
	justify-content: center;
	padding: 5rem 1rem;
	margin: 3rem auto;
	font-size: 1.3rem;
	font-weight: 600;
}

/* max width*/

.max-w-1000 {
	max-width: 1000px;
	margin: 0 auto;
}

.max-w-1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.w-100 {
	width: 100%;
}

/* bagde */

.badge {
	display: inline-flex;
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 600;
}

.badge.badge-post.articlelist {
	background: #3b6ade;
	color: #fff;
}

.badge.badge-post.articlelist02 {
	background: #f27920;
	color: #fff;
}

.badge.badge-post.news {
	background: #ea3535;
	color: #fff;
}

.badge.badge-sellout {
	background: #eee;
	color: #666;
	min-width: 67px;
	justify-content: center;
}

.badge.badge-new {
	color: #fb5a5a;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.badge.badge-cat {
	border: 1px solid #ddd;
	background: #fff;
	color: #666;
	min-width: 67px;
	justify-content: center;
}

/* spacing */

.px-2 {
	padding: 0 2rem !important;
}

.ms-2 {
	margin: 0 0 0 0.5rem !important;
}

.ms-3 {
	margin: 0 0 0 1rem!important;
}

.ms-4 {
	margin: 0 0 0 2rem!important;
}

.me-2 {
	margin: 0 0.5rem 0 0 !important;
}

.me-3 {
	margin: 0 1rem 0 0 !important;
}

.me-4 {
	margin: 0 2rem 0 0 !important;
}

.mb-2 {
	margin: 0 0 0.5rem 0 !important;
}

.mb-3 {
	margin: 0 0 1rem 0 !important;
}

.mb-4 {
	margin: 0 0 2rem 0 !important;
}

/* 2021-10-28 */

.top-bn-area {
	position: absolute;
	z-index: 10;
	top: 2rem;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	width: 50%;
	max-width: 460px;
}

.bn-top-campaign {
	text-decoration: none;
	padding: 0.8rem 2rem 0.8rem 0.8rem;
	box-sizing: border-box;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 300px 0 0 300px;
	color: #ffffff;
	transition: all ease-in-out .33s;
	line-height: 1.6;
	align-items: center;
	justify-content: space-between;
}

.c-navy {
	color: #0c307e;
}

.c-black {
	color: #3d3d3d;
}

.bg-navy {
	background: #0c307e;
}

.bg-black {
	background: #3d3d3d;
}

.shadow {
	box-shadow: 0 3px 1px -2px rgb(0 0 0 / 8%), 0 2px 2px 0 rgb(0 0 0 / 5%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.relative {
	position: relative;
}

.circle {
	display: flex;
	background: #fff;
	padding: 1rem;
	justify-content: center;
	align-items: center;
	border-radius: 1000px;
	font-size: 1.2rem;
}

.underbox {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 500px;
}

.blob {
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	transform: scale(1);
	animation: pulse 2s infinite 3s;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
	}
	60% {
		transform: scale(1);
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.box-groupcompany dl {
	width: 330px;
}

.br-wrap>br {
	display: none;
}

.bn-desc {
	color: #fff;
	font-weight: 600;
	font-size: 1.1rem;
	text-shadow: 0px 2px 2px rgb(0 0 0 / 60%);
	padding: 1.5rem 1rem 0 0;
	width: 100%;
	text-align: right;
}

/* 2021-11-02 */

dl.dl_02.news_title {
	width: 90%;
	font-size: 1.5rem;
}

/* 2025-01-15 */
.bn_member{
	padding-top: 60px;
}
.bn_member a{
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	color: #333;
	border-radius: 10px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	transition: all ease .3s;
}
.bn_member a::before{
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 0;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	z-index: 1;
	border-radius: 10px;
	border: 1px solid #666;
}
.bn_member a:hover{
	background-color: rgba(191, 25, 9,0.05);
}
.bn_member a figure{
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 30%;
}
.bn_member a figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all ease .3s;
}
.bn_member a:hover figure img{
	transform: scale(1.1);
}
.bn_member a dl{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 65%;
	padding: 30px 5% 30px 0;
	line-height: 1.4;
	letter-spacing: 0.01em;
}
.bn_member a dt{
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
.bn_member a button{
	display: table;
	text-align: center;
	margin-top: 15px ;
	min-width: 240px;
	padding: 20px 14px;
	border-radius: 6px;
	background: #8b0000;
	color: #fff;
	cursor: pointer;
	transition: all ease .3s;
}
.bn_member a:hover button{
	background: #bf1909;
}