.header-logo-div {
	position: relative;
	padding-top: 2rem;
}

.global-menu {
	font-size: 1.2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.footer-menu a,
.global-menu a {
	text-decoration: none;
	color: inherit;
}

img.header_logo {
	/* top:200%; */
	left: 50%;
	display: inline !important;
	position: absolute;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	z-index: 10;
	max-height: 230px;
}

.logo_img {
	background-image: url(/images/header.jpg);
	background-size: cover;
	height: 15vh;
	width: 100%;
}

div.logo_base {
	position: relative;
	height: 30px;
}

.sns_div img {
	height: 40px;
	width: 40px;
}

.login_btn,
.logout_btn {
	padding-top: 0.65rem;
	border-radius: 15px 15px 15px 15px;
	color: #5b83c1 !important;
	font-family: "font-montserrat" !important;
	font-weight: 550;
}

.login_btn:hover,
.logout_btn:hover {
	padding-top: 0.65rem;
	border-radius: 15px 15px 15px 15px;
	color: #fff !important;
}

.no_header_menu_space {
	height: 3rem;
}

.top-content-title {
	/* font-family: Brandon Grotesque W01; */
	font-weight: 600;
	font-style: normal;
	font-size: 2.0em;
	letter-spacing: 0.04em;
}

.top-content-title-jp {
	font-style: normal;
	font-size: 1.5em;
	letter-spacing: 0.04em;
}

.top-content-title-main {
    text-align: center;
    font-weight: 600;
    font-style: normal;
    font-size: 2.0em;
    letter-spacing: 0.04em;
}

.top-index-bg-img {
	background: url(/images/top-bgpc.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top-classicclub-bg-img {
	background: url(/images/top-club01.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top-contact-bg-img {
	background: url(/images/top-contact01.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* 定義重複 */

.about-card {
	min-height: 460px;
	position: relative;
	overflow: hidden;
}
.about-beclassic {
	font-size: 8rem;
}

.about-shoki-text {
	text-align: right;
}

.classic_club-text {
	font-size: 1.5rem;
}

/* --------------共通-------------- */

footer a:hover,
.footer-icon .sns_btn:hover {
	color: #746146 !important;
}
.cots-btn-under{
	display: grid;
    color: #746146;
	justify-items: center;
    width: max-content;
}
.cots-btn-under:hover{
	opacity: 0.8;
    color: #746146;
	text-decoration: none;
}
.cots-btn1{
	background: #746146;
    border-color: #746146 !important;
	color: #ffffff;
	text-align: center;
	border: none;
	padding: .5rem 1rem;
    border-radius: .3rem;
	display: block;
    width: 100%;
}
.cots-btn1:hover{
	opacity: 0.8;
	color: #ffffff;
}
.cots-btn2{
	background: #b28c59;
    border-color: #b28c59 !important;
	color: #ffffff;
	text-align: center;
	border: none;
	padding: .5rem 1rem;
    border-radius: .3rem;
	display: block;
    width: 100%;
}
.cots-btn2:hover{
	opacity: 0.8;
	color: #ffffff;
}
.cots-btn3{
	background: none;
    border: none !important;
	color: #746146;
	text-align: center;
	padding: .5rem 1rem;
    border-radius: .3rem;
}
.cots-btn3:hover{
	color: #746146;
	text-decoration: underline;
}
.cots-btn-outline{
    background: #ffffff;
    border: 1px solid #746146 !important;
    color: #746146;
	text-align: center;
	padding: .5rem 1rem;
    border-radius: .3rem;
	display: block;
    width: 100%;
}

.cots-btn-outline:hover{
	opacity: 0.8;
	color: #746146;
}

.cots-btn-small{
	background: #b28c59;
    border-color: #b28c59;
	color: #ffffff;
	padding: 0.2rem 0.4rem;
	border-radius: .25rem;
}

.cots-btn-small:hover{
	opacity: 0.8;
	color: #ffffff;
}

.cots-btn1:disabled,
.cots-btn2:disabled,
.cots-btn3:disabled {
    opacity: .65;
}

/* header background margin */
.bg-mt{
	margin-top: 63px;
}

/* ページング処理 */
.page-item.active .page-link{
	z-index: 1;
    color: #fff;
    background-color: #746146 !important;
    border-color: #746146 !important;
}

/* --------------ナビバー-------------- */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: -5;
	top: 0;
	left: 0;
	background-color: #ffffff;
	background-image: url(/images/pattern3.png);
	overflow-x: hidden;
	transition: 0.3s;
	padding-top: 108px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	opacity: 0.6;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

/* --------------top page-------------- */
.top-card-box.bg-pattern {
	background-image: url("/images/pattern1.png");
}

.top-card-box {
	background-color: #e2dfd7;
}

.order-lg-0.top-card-box {
	border-radius: 20px 0 0 20px;
}

.order-lg-1.top-card-box {
	border-radius: 0 20px 20px 0;
}

.top-card-box-text {
	width: 80%;
	margin: auto;
}

div h2 {
	display: grid;
	font-size: 2.5em;
}

div h2 .h2-first {
	font-family: GoudyModernMT;
	color: #746146;
}

div h2 .h2-second {
	font-family: Brandon Grotesque W01;
	font-weight: 700;
}

div h2 .h2-first.crafts {
	font-size: 30px;
}
div h2 .h2-second.crafts {
	font-size: 22px;
}

.top-card-box-img {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-color: #ccc;
}

.top-card-box-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
	max-width: initial;
	max-height: inherit;
}
.top-card-box-img .vertical-img {
	width: 100% !important;
	height: auto !important;
}

.col-lg-4.top-card-box {
	position: absolute;
	z-index: 2;
	border-radius: 0 20px 20px 0;
}


/* --------------about page-------------- */

.header-banner-category{
	position: relative;
	background-color: #000;
}
.header-banner-category img{
	opacity: 0.5;
}
.header-banner-category h2{
	color:#ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	justify-items: center;
}

/* --------------shop page-------------- */
.shop-prod-title{
	border-bottom: 1px solid #23272b;
	color: #23272b;
	padding-left: 15px;
}
.shop-prod a{
	text-decoration: underline;
	color: #746146;
}

/* --------------crafting pages-------------- */
.cots-craftings_tabs {
    padding-bottom: 30px;
    background-color: #e7e5de;
    width: 100%;
    margin: 0 auto;
}
.cots-craftings_tab_item {
	width: calc(100%/6);
	background-color: #efefef;
	font-size: 16px;
	text-align: center;
	color: #626262;
	display: block;
	float: left;
	text-align: center;
	transition: all 0.3s linear;
	line-height: 1.5;
	font-weight: bold;
	padding: 10px 0;
	background-image: url(/images/pattern2.png);
	margin-bottom: 0;
}
.cots-craftings-gin_tab{
	width: calc(100%/3);
}

.cots-craftings_tab_item:hover {
	opacity: 0.75;
}
input[name="cots-craftings_tab_item"] {
	display: none;
}
.cots-craftings_tab_content {
	display: none;
	padding: 30px 30px 0;
	clear: both;
	overflow: hidden;
}
#first:checked ~ #first_generation,
#second:checked ~ #second_generation,
#third:checked ~ #third_generation,
#fourth:checked ~ #fourth_generation,
#fifth:checked ~ #fifth_generation,
#sixth:checked ~ #sixth_generation {
	display: block;
}
.cots-craftings_tabs input:checked + .cots-craftings_tab_item {
	background-color: #e7e7e7;
	color: #000000;
}

.cots-craftings_tab_content_description{
	display: flex;
}
.g_max530{
	display: none;
}
.cots-craftings-steps_info h3{
	line-height: 1.5;
	display: inline-block;
}

.cots-craftings-steps{
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
}
.cots-craftings-steps img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 150%;
    max-width: initial;
    max-height: inherit;
}

/* --------------背景画像定義開始-------------- */

.top-bg-img:before {
	content: "";
	display: block;
	position: absolute;
	/* top:-110px; */
	left: 0;
	z-index: -1;
	width: 100%;
	/* default */
	/* height:100vh; */
	height: 100vh;
	background: url(/images/Web_Gin.webp) center/cover no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.shop-bg-img:before {
	content: "";
	display: block;
	position: absolute;
	top: -110px;
	left: 0;
	z-index: -1;
	width: 100%;
	/* default */
	/* height:100vh; */
	height: 100vh;
	background: url(/images/shop-bgpc.jpg) center/cover no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.theharrisjournal-bg-img:before {
	content: "";
	display: block;
	position: absolute;
	top: -110px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url(/images/journal-bgpc.jpg) center/cover no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.contact-bg-img:before {
	content: "";
	display: block;
	position: absolute;
	top: -110px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url(/images/contact-bgpc.jpg) center/cover no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.about-bg-img:before {
	content: "";
	display: block;
	position: absolute;
	top: -110px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url(/images/about-topbg.jpg) center/cover no-repeat;
	background-color: #e4e4e4;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.hearach-bg-img:before {
	content: "";
	display: block;
	position: absolute;
	/* top:-110px; */
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	/* height:100vh; */
	background: url(/images/hearach/202310_hearach-topbg_1920x.jpg) center/cover no-repeat;
	background-color: #e4e4e4;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.journal-bg-img:before {
	content: "";
	display: block;
	position: absolute;
	top: -110px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url(/images/top-journal.png) center/cover no-repeat;
	background-color: #e4e4e4;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

/* --------------背景画像定義終了-------------- */

.header-border_img {
	height: 1rem;
	background-color: #213567;
	background: url(/images/border.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.footer-border_img {
	height: 1rem;
	background-color: #213567;
	background: url(/images/border.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*-----------------mypage-----------------*/

.icon-point-btn {
	background: url(/images/mypage/mypage-icon-point.png) center/cover no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.icon-pointchange-btn {
	background: url(/images/mypage/mypage-icon-pointchange.png) center/cover no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.icon-rank-btn {
	background: url(/images/mypage/mypage-icon-rank.png) center/cover no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.serial-bg-img {
	background: url(/images/mypage/shopping-bag-landscape.webp) center/cover no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.post-bg-img {
	background: url(/images/mypage/dry-gin-g_t.webp) center/cover no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.mypage-header-menu-border {
	border-bottom: solid 3px #fff;
}

.top-logo-position {
	margin-top: 50vh;
}

.harrisjournal-desc-img {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(/images/login-harris.jpg) no-repeat center center / cover;
	/* height: 100%; */
	text-decoration: none;
	aspect-ratio: 5 / 3;
}

.harrisjournal-desc-btn {
	color: #fff;
	background-color: transparent;
	font-size: 1.5rem !important;
	border-radius: 15px;
	font-weight: 400 !important;
}

.harrisjournal-desc-btn:hover {
	background-color: rgba(255 255, 255, 0.3) !important;
	border-color: #fff !important;
	font-weight: 400 !important;
}

.point-badge {
	border-radius: 0.75rem;
	aspect-ratio: 1 / 1;
}

.font-noto-sans-jp {
	font-family: 'Noto Sans JP', sans-serif;
}

.header-menu:hover {
	background-color: black;
}

.sns_btn {
	color: #4b4b4b;
}

.sns_btn:hover {
	color: #5b83c1;
}

.header-desc {
	font-size: 1.15rem !important;
	line-height: 2 !important;
}

/* reCATPCHA logo hidden */
.grecaptcha-badge {
	visibility: hidden;
}

.footer_awards {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

/* tag */

ul.tag_container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

ul.tag_container li {
	list-style: none;
	margin: 0 5px 10px 5px;
}

/* エラーページ */
.error-pag{
	margin-top: 108px;
}
.error-pag h2{
	font-size:50px;
}
.error-pag .back-btn{
	width: max-content;
}
.error-pag .back-btn a{
	justify-items: center;
}



/* -----------　▼　レスポンシブ対応　▼　----------- */
@media (max-width:1320px) {
	img.header_logo {
		max-height: 210px;
	}
}

@media (max-width:1190px) {
	img.header_logo {
		max-height: 180px;
		margin-top: 1rem;
	}
}

@media (max-width:960px) {
	img.header_logo {
		max-height: 150px;
		margin-top: -3rem;
	}
}

@media (max-width:767px) {
	img.header_logo {
		max-height: 160px;
		margin-top: 0rem;
	}
	.logo_img {
		max-height: 100px;
	}
	div.logo_base {
		position: relative;
		height: 75px;
	}
}

@media (max-width:540px) {
	.sns_div img {
		height: 30px;
		width: 30px;
	}
}

@media (max-width:480px) {
	.top-content-title-main {
		font-size: 1.5em;
	}
	.top-index-bg-img {
		background-position: 100%;
	}
	.about-card {
		min-height: initial;
	}
	.about-beclassic {
		font-size: 6rem;
	}
	.about-shoki-text {
		text-align: left;
	}
}


@media screen and (min-width: 1600px) {
	.mypage_margin {
		margin-right: -45vw;
	}
}

@media screen and (min-width: 1400px) {
	.mypage_margin {
		margin-right: -40vw;
	}
}

@media screen and (min-width: 1200px) {
	.mypage_margin {
		margin-right: -35vw;
	}
}

@media screen and (max-width: 1040px) {
	.cots-craftings_tab_item {
		width: calc(100%/3);
	}
	.cots-craftings_tab_item1{
		border-bottom: none;
	}
}

/* -----------　max-width 992px まで　----------- */
@media screen and (max-width: 991px) {

	/* ----------　top page　---------- */
	.col-lg-6.order-1.top-card-box {
		border-radius: 0 0 20px 20px;
	}
	.top-card-box-text {
		width: 100%;
	}
	.top-card-box-text h2 {
		font-size: 1.5em;
	}
	.top-bg-img:before {
		height: 90vh;
		background: url(/images/top-bgpc_sp.jpg) center/cover no-repeat;
	}
	.top-logo-position {
		margin-top: 0;
	}
}


@media screen and (min-width: 992px) {
	/* header mypage button margin */
	.mypage_margin {
		margin-right: -28vw;
	}
	/* header background margin */
	.bg-mt{
	margin-top: 108px;
}
}

@media screen and (max-width: 780px) {
	.cots-craftings_tab_content_description {
		display: block;
	}
	.cots-craftings-steps{
		text-align: center;
	}
}

/* -----------　max-width 768px まで　----------- */
@media screen and (max-width: 768px) {
	/* ----------　top page　---------- */
	.top-card-box-img-visit {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 70%;
		overflow: hidden;
		background-color: #ccc;
	}
	.top-card-box-img-visit img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
		max-width: initial;
		max-height: inherit;
	}
	.col-10.top-card-box {
		position: initial;
		margin-top: -50px;
		border-radius: 0 20px 20px 0
	}

	/* エラーページ */
	.error-pag{
		margin-top: 70px;
	}
}

@media screen and (max-width: 670px) {
	.shop-bg-img:before {
		background: url(/images/shop-bgsp.jpg) center/cover no-repeat;
	}
	.theharrisjournal-bg-img:before {
		background: url(/images/journal-bgsp.jpg) center/cover no-repeat;
	}
	.contact-bg-img:before {
		background: url(/images/contact-bgsp.jpg) center/cover no-repeat;
	}
	.about-bg-img:before {
		background: url(/images/about-bgsp.jpg) center/cover no-repeat;
	}
	.hearach-bg-img:before {
		background: url(/images/hearach/202310_hearach-topbg_1920x_sp.jpg) center/cover no-repeat;
	}
	.journal-bg-img:before {
		background: url(/images/top-journal.png) center/cover no-repeat;
	}
}

@media screen and (max-width: 530px) {
	.cots-craftings_tab_item {
		width: calc(100%/2);
		font-size: 14px;
	}
	.cots-craftings-gin_tab{
		width: calc(100%/1);
	}
	.g_min530{
		display: none;
	}
	.g_max530{
		display: block;
		margin: 60px auto 0;
	}
	.glenfarclas_historyimg img{
		width: 100%;
	}
	.cots-craftings_tab_content {
		padding: 30px 15px;
	}.cots-craftings_tab_item2{
		border-bottom: none;
	}
	.glenfarclas_history p {
		font-size: 14px;
	}

		/* エラーページ */
	.error-pag{
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	.top-bg-img:before {
		height: 90vh;
	}
	.top-logo-position {
		margin-top: 12vh;
		font-size: 2rem;
	}
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

@media screen and (max-width: 320px) {
	.top-bg-img:before {
		height: 90vh;
	}
	.top-logo-position {
		margin-top: 40vh;
	}
}