@charset "utf-8";

:root{
	--base-color : #89373A;
	--base-color2 : #2C3E50;
	--font-base-color :#333;
}
/*=============================================
	
	非表示指定
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

@media print, screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}



/*=============================================
	
	FONT指定
	
==============================================*/
.min01 {
	font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.en01 {
	font-family: 'Alex Brush', serif;
}
.en02 {
	font-family: 'Alex Brush', serif;
}
.en03 {
	font-family: 'Alex Brush', serif;
}
.en04 {
	font-family: 'Alex Brush', serif;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.6em;
}

/*=============================================
	
	NEWアイコン 指定
	
==============================================*/

span.icon_new {
	color:#CC8F23;
	font-weight:bold;
	font-size:0.9em;
	margin-left:0.5em;
	vertical-align: baseline;
	letter-spacing: 0;
}

/*=============================================
	
	くの字 指定
	
==============================================*/
.arrow_right {
   position: relative;
    vertical-align: middle;
    text-decoration: none;
}

.arrow_right::after {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    width: 4px;
    height: 4px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}

.arrow_below {
   position: relative;
    vertical-align: middle;
    text-decoration: none;
}

.arrow_below::after {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    width: 4px;
    height: 4px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
}

/*=============================================
	
	ボタン
	
==============================================*/
.btn_layout {
	width: 80%;
	max-width: 480px;
	text-align: center;
	font-size: 1.2em;
	margin: 0 auto;
}
.btn_layout a {
	display: block;
	background: url(../img/btn_arrow02.png) no-repeat 95% center #FFF;
	background-size: 12% auto;
	color: #2C3E50;
	padding: 1.0em 0;
	border: 1px solid #2C3E50;
}

.btn_layout02 {
	width: 80%;
	max-width: 480px;
	text-align: center;
	font-size: 1.2em;
	margin: 0 auto;
}
.btn_layout02 a {
	display: block;
	background: url(../img/btn_arrow01.png) no-repeat 95% center #2C3E50;
	background-size: 12% auto;
	color: #FFF;
	padding: 1.0em 0;
}

@media print, screen and (max-width: 768px) {

}
@media print, screen and (min-width: 769px) {
	.btn_layout a {
		background-size: 6% auto;
	}
}


/*=============================================
	
	WRAPPER
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#wrapper {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}
@media print, screen and (min-width: 769px) {
	#wrapper {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}


/*=============================================
	
	Container
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.container {
		width: 90%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
}
@media print, screen and (min-width: 769px) {
	.container {
		width: 960px;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
}

/*=============================================
	
	h1タグ
	
==============================================*/
h1.origin {
	font-size: 0.8em;
	padding: 0.3em 1.0em;
		text-align: left;
	background: #ffffff;
	color: #6f8088;
}
@media print, screen and (max-width: 768px) {
}
@media print, screen and (min-width: 769px) {
	h1.origin {
		padding: 0.3em 80px 0.3em 0;
	text-align: right;
	}
}


/*=============================================
	
	バナー誘導
	
==============================================*/
.banner_list_wrap {
	padding: 2.4em 0;
	width: 90%;
	margin: 0 auto;
}
.banner_list_wrap li {
	margin: 0 0 1.6em;
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.banner_list_wrap {
		padding: 30px 0;
		width: 90%;
		margin: 0 auto;
		text-align: center;
		min-width: 960px;
	}
	.banner_list_wrap li {
		display: inline-block;
		width: 25%;
		margin: 0 1% 0;
	}
}

/*=============================================
	
	スマートフォン 固定ナビ
	
==============================================*/
	#fix_btn {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background:rgba(255,255,255,0.7);
		z-index: 80;
		vertical-align: middle;
	}
	
	#fix_btn ul.btn_list {
		margin: 0;
		padding: 0;
		text-align: left;
		vertical-align: middle;
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	#fix_btn ul.btn_list li {
		width: 40%;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		box-sizing: unset;
	}
	#fix_btn ul.btn_list li a {
		display: block;
		color: #FFF;
		background: #FC6621;
		padding: 1.6em 0;
		position: relative;
	}
	#fix_btn ul.btn_list li.plan a {
		background: #2C3E50;
	}
	#fix_btn ul.btn_list li.tel {
		width: 6%;
		padding: 0 3% 0;
	}
	#fix_btn ul.btn_list li.tel a {
		display: block;
		background: none;
		padding: 0;	
	}
	#fix_btn ul.btn_list li.instagram {
		width: 6%;
		padding: 0 2% 0 6%;
	}
	#fix_btn ul.btn_list li.instagram a {
		display: block;
		background: none;
		padding: 0;	
	}
	#fix_btn ul.btn_list li a:after {
		content:"";
		display:block;
		width:8px;
		height:8px;
		position:absolute;
		right: 8%;
		top: 40%;
		margin-left: -10px;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	#fix_btn ul.btn_list li.tel a:after {
		content: none;
	}

@media print, screen and (min-width: 769px) {
	#fix_btn {
		display: none !important;
	}
}


/*=============================================
	
	YouTube 設置レイアウト
	
==============================================*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
}




/*=============================================
	
	タイトル枠
	
==============================================*/
	#top_title_wrap {
		color: #FFF;
		position: relative;
		margin: 0 0 2.8em;
	}
	#top_title_wrap .title_img {
		position: relative;
	}
	#top_title_wrap .title_img:after {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: "";
		background: #000;
		opacity: 0.3;
		display:block;
	}
	#top_title_wrap .en01::after{
	content: "";
    position: absolute;
    bottom: 1.8rem;
    width: 300px;
    height: 0.1rem;
    background: rgba(137, 55, 58, 0.2);
	transform: translateX(-50%);
	top:40px;
	left: 56%;
	opacity: 0.7;
	text-align: center;
}
	#top_title_wrap .en02::after{
	content: "";
    position: absolute;
    bottom: 1.8rem;
    width: 300px;
    height: 0.1rem;
    background: rgba(137, 55, 58, 0.2);
	transform: translateX(-50%);
	top:40px;
	left: 112%;
	opacity: 0.7;
	text-align: center;
}
	#top_title_wrap .en03::after{
	content: "";
    bottom: 1.8rem;
    width: 300px;
    height: 0.1rem;
    background: #FFF;
	opacity: 0.7;
	text-align: center;
}
	#top_title_wrap .en04::after{
	content: "";
    bottom: 1.8rem;
    width: 300px;
    height: 0.1rem;
    background: #FFF;
	opacity: 0.7;
	text-align: center;
}
	#top_title_wrap h3 {
		top: 4em;
		display: inline-flex;
		font-size: 3.6em;
		line-height: 0.4em;
		flex-direction: column;
	}
	#top_title_wrap p.sub {
		left: 0;
		top: 19em;
		width: 100%;
		font-size: 1.1em;
		line-height: 1.0em;
		padding-left: 12px;
	}

@media print, screen and (max-width: 768px) {
	#top_title_wrap h3 {
		top: 195px;
		display: inline-flex;
		font-size: 37px;
		margin: 0 0 15px;
		padding-left: 12px;
	}
	#top_title_wrap .title {
		margin: 0 auto;
		width: 58%;
	}
	#top_title_wrap .title1 {
		position: absolute;
		margin: 0 auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#top_title_wrap p.min01 {
		font-size: 14px;
		padding-left: 12px;
	}
	#top_title_wrap p.min02 {
		top: 250px;
		font-size: 14px;
		left:-20px;
	}
	#top_title_wrap .en01::after{
		content: "";
        position: absolute;
        left: 60%;
        bottom: 1.8rem;
        width: 240px;
        height: 0.1rem;
        background:rgba(137, 55, 58, 0.2);
		top:28px;
		opacity: 0.7;
}
	#top_title_wrap .en02::after{
		bottom: 1.8rem;
		width: 240px;
		height: 0.1rem;
		background: rgba(137, 55, 58, 0.2);
		top:30px;
		opacity: 0.7;
		text-align: center;
}
	#top_title_wrap .en03::after{
		bottom: 1.8rem;
		width: 240px;
		height: 0.1rem;
		background: #fff;
		opacity: 0.7;
		text-align: center;
}
	#top_title_wrap .en04::after{
		bottom: 1.8rem;
		width: 240px;
		height: 0.1rem;
		background: #fff;
		top:30px;
		opacity: 0.7;
		text-align: center;
}
	#top_title_wrap.archive p.sub {
	top: 150px;
}
}

@media print, screen and (min-width: 769px) {
	#top_title_wrap {
		padding: 0 0;
		margin: 0 0 50px;
	}
	#top_title_wrap .title {
		justify-content: center;
		width: 26%;
		margin: 0 auto;
	}
	#top_title_wrap .title1 {
		position: absolute;
		width: 26%;
		margin: 0 auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#top_title_wrap h3 {
		top: 46%;
		font-size: 56px;
		margin: 0 0 15px;
		padding-left: 12px;
	}
	#top_title_wrap p.min01 {
		top: 260px;
		font-size: 14px;
		left : 40.5%;
	}
		#top_title_wrap p.min02 {
		top: 260px;
		font-size: 14px;
		left : -40px;
	}
		#top_title_wrap p.min03 {
		top: 57%;
		font-size: 14px;
		left : 45.5%;
		padding-left: 12px;
	}
		#top_title_wrap p.min04 {
		font-size: 14px;
	}
}


/*=============================================
	
	ベーシック WRAP
	
==============================================*/
	.basic_wrap {
		margin: 0 0 0;
		padding: 2.4em 0 3.2em;
		position: relative;
	}
	.basic_wrap h4 {
		font-size: 3.0em;
		margin: 0 0 0.2em;
		line-height: 1.0em;
		text-align: center;
		position: relative;
	}
	.basic_wrap p.sub {
		font-size: 1.1em;
		margin: 0 0 2.0em;
		text-align: center;
		position: relative;
	}

@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.basic_wrap {
		margin: 0 0 0;
		padding: 60px 0 30px;
	}
	.basic_wrap h4 {
		font-size: 48px;
		margin: 0 0 15px;
		line-height: 1.0em;
	}
	.basic_wrap p.sub {
		font-size: 14px;
		margin: 0 0 25px;
	}
}


/*=============================================
	
	背景 カラーリング・位置指定
	
==============================================*/
.bg_color01:before {
	background: #EDF1F2;
}

.bg_right, .bg_left {
	position: relative;
}
.bg_right:before , .bg_left:before, .bg_all:before {
	content: "";
	width: 92%;
	height: 97%;
	position: absolute;
	top: 3%;
	right: 0;
}
.bg_left:before  {
	left: 0;
}
.bg_all:before {
	width: 100%;
}

@media print, screen and (max-width: 768px) {
}

@media print, screen and (min-width: 769px) {
.bg_right:before , .bg_left:before, .bg_all:before {
	height: 95%;
	top: 5%;
}
.bg_right:before, .bg_left:before  {
	width: 90%;
}
}




/*=============================================
	
	パンくず
	
==============================================*/
	.bread {
	    overflow: hidden;
	    padding: 1.6em 0;
	    color: #333;
	    width: 100%;
	}
	
	.bread > ul > li {
	    float: left;
	    font-size: 0.9em;
	    color: #999;
	    position: relative;
	    margin: 0 2% 0 0;
	    padding: 0 2% 0 0;
	}
	.bread > ul > li:after {
		content: "";
		position: absolute;
		right: 0;
		top: 40%;
		transition: all 0.2s ease-in-out;
		display: block;
		width: 4px;
		height: 4px;
		border-top: solid 1px #CCC;
		border-right: solid 1px #CCC;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.bread > ul > li > a {
	    font-size: 0.9em;
	}
	.bread > ul > li.last:after {
		content: none;
	}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.bread ul {
	    width: 80%;
	    margin: 0 auto;
		font-family: "Shippori Mincho", "Noto Serif JP", serif;
	}
	.bread > ul > li {
	    display: inline-block;
	    float: left;
	    font-size: 11px;

	}
	
	.bread > ul > li i {
	    margin: 0 13px;
	    font-size: 11px;
	}
	
	.bread > ul > li > a {
	    font-size: 11px;
	}

}


/*=============================================
	
	バナーレイアウト
	
==============================================*/
.bottom_banner_gallery {
	padding: 2.4em 0;
	background: #F2F1E7;
}
.bottom_banner_gallery .bn {
	width: 90%;
	margin: 0 auto 1.2em;
}
.bottom_banner_gallery .bn:last-of-type {
	margin: 0 auto 0;
}
@media print, screen and (max-width: 768px) {
}

@media print, screen and (min-width: 769px) {
	.bottom_banner_gallery {
		padding: 40px 0;
		background: #F2F1E7;
	}
	.bottom_banner_gallery .bn {
		width: 640px;
		margin: 0 auto 12px;
	}
	.bottom_banner_gallery .bn:last-of-type {
		margin: 0 auto 0;
	}
}

/*=============================================
	
	コピーライト
	
==============================================*/
#copyright {
	background: #EDF1F2;
	padding: 2.2em 0;
	text-align: center;
}
#copyright .copyright_text {
	font-size: 0.9em;
	line-height: 1.8em;
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
}


/*=============================================
	
	下層ページ 他ページリンク
	
==============================================*/
#other_link_wrap {	
	background: #F2F1E7;
	padding: 2.4em 0 2.4em;
}
#other_link_wrap ul.list {
	
}
#other_link_wrap ul.list li {
	margin: 0 0 1.6em;
}
#other_link_wrap ul.list li:last-child {
	margin: 0;
}
#other_link_wrap ul.list li dl dt {
	float: left;
	width: 55%;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.4em;
	padding-top: 1.6em;
}
#other_link_wrap ul.list li dl dt span {
	font-size: 0.5em;
	color: #999;
}
#other_link_wrap ul.list li dl dd {
	float: right;
	width: 42%;
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
#other_link_wrap {	
	padding: 40px 0 70px;
}
#other_link_wrap ul.list {
	text-align: center;
}
#other_link_wrap ul.list li {
	display: inline-block;
	width: 29%;
	margin: 0 2% 0;
}
#other_link_wrap ul.list li:last-child {
	margin: 0;
}
#other_link_wrap ul.list li dl dt {
	float: none;
	font-size: 24px;
	padding-top: 0;
	width: 100%;
	margin: 0 auto 12px;
}
#other_link_wrap ul.list li dl dt span {
	font-size: 11px;
}
#other_link_wrap ul.list li dl dd {
	float: none;
	width: 100%;
}

}

#pankuzu{
	width: 90%;
	margin:-1em auto 2em;
	text-align: left;
	font-size: 0.9em;
}

/*=============================================
	
	特典バナー
	
==============================================*/
	.tokuten_banner_wrap {
		padding: 3.2em 5%;				
	}
	.tokuten_banner_wrap a {
		display: block;
	}
	.tokuten_banner_wrap a.bn {
		margin: 0 0 1.2em;
	}
	.tokuten_banner_wrap a.bn:last-of-type {
		margin: 0 0 0;
	}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.tokuten_banner_wrap {
		padding: 3.2em 0;				
	}
	.tokuten_banner_wrap > .container > a {
		width: 720px;
		margin: 0 auto 1.2em;
	}
	.tokuten_banner_wrap a {
		display: block;
	}
	.tokuten_banner_wrap a.bn:last-of-type {
		margin: 0 auto 0;
	}
}

.hsns.pc{
	position: absolute;
	right: 95px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: flex-end;
	top:15px;
}
.hsns li{
	margin-left: 15px;
}
@media print, screen and (max-width: 769px) {
	.hsns.sp{
		position: relative;
		right: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		top:0;
		padding:15px 0 30px
	}
	.hsns li{
		width: 26px;
		margin: 0 8px;
	}
	footer.origin {
		margin-bottom:58px;
	}

}

#top_title_wrap.archive {
	color: #FFF;
	position: relative;
	margin: 0 0 1.2em;
	background: #EDF1F2;
	padding: 8.0em 0 6.0em;
	color: #333;
}
#top_title_wrap.archive h3 {
	position: relative;
	top:10px;
	font-size: 3.6em;
	line-height: 1.0em;
	color: #6e6e6e;
}

@media print, screen and (min-width: 769px) {
#top_title_wrap.archive {
	padding: 0 0;
	margin: 0 0 20px;
	padding: 100px 0 60px;
}
#top_title_wrap.archive h3 {
	font-size: 56px;
	padding-left: 12px;
}
#top_title_wrap.archive p.sub {
	display: flex;
	padding-left: 12px;
}
}

/*=============================================

	ヘッダー・フッター・ナビ

==============================================*/

button,
[type=button],
[type=submit],
[type=reset] {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    background-color: #FFFFFF
}

main {
    /* height: 3000px; */
    /* background-color: #ddd */
}

.only-sp {
    display: none
}

@media(max-width: 764px) {
    .only-sp {
        display: block
    }
}

.only-pc {
    display: block
}

@media(max-width: 764px) {
    .only-pc {
        display: none
    }
}

p {
    line-height: 1.75
}

.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    backdrop-filter: saturate(140%) blur(8px);
    color: #111;
    font-family: "Shippori Mincho", "Noto Serif JP", serif;
    transition: background-color .25s ease, border-color .25s ease;
    background-color: hsla(0, 0%, 100%, .3)
}

.site-header li {
    list-style: none
}

.site-header__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width: 960px) {
    .site-header__inner {
        height: 64px;
        padding: 0 16px
    }
}

.close__wrapper {
    display: flex;
    align-items: center;
    justify-content: end
}

@media(max-width: 764px) {
    .close__wrapper {
        margin-bottom: 20px
    }
}

.close__wrapper .close {
    cursor: pointer
}

.drawer[hidden] {
    display: none
}

.drawer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #6f2426;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .5s ease, transform .5s ease, visibility 0s linear .5s
}

@media(max-width: 960px) {
    .drawer__wrapper {
        height: 90lvh
    }
}

@media(max-width: 960px) {
    .drawer .global-nav__inner {
        padding: 40px 0;
        overflow: scroll;
        height: 100%;
        position: relative;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .drawer .global-nav__inner::-webkit-scrollbar {
        display: none
    }

    .drawer .global-nav__inner::before {
        position: fixed;
        top: 0;
        content: "";
        display: block;
        width: 100%;
        height: 20px;
        background: linear-gradient(to bottom, #6f2426 0%, transparent 100%)
    }
}

.drawer .global-nav__brand {
    gap: 40px
}

.drawer .global-nav__brand .cta-circles__list {
    gap: 12px;
    color: #fff
}

@media(max-width: 764px) {
    .drawer .global-nav__brand .cta-circles__list {
        justify-content: space-around;
        width: 100%
    }
}

.drawer .global-nav__brand .cta-circles__list .cta-circles__item {
    gap: 4px;
    width: 90px
}

@media(max-width: 764px) {
    .drawer .global-nav__brand .cta-circles__list .cta-circles__item {
        width: auto;
        gap: 8px
    }
}

.drawer .global-nav__brand .cta-circles__list .cta-circles__item .cta-circles__icon {
    width: 40px;
    height: 40px
}

.drawer .global-nav__brand .cta-circles__list .cta-circles__item .cta-circles__icon svg {
    width: 20px;
    height: auto
}

.drawer .global-nav__brand .cta-circles__list .cta-circles__item .cta-circles__label {
    font-size: 14px;
    color: #fff
}

.drawer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .5s ease, transform .5s ease, visibility 0s
}

.drawer .close {
    cursor: pointer
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none
}

.brand__mark {
    display: block;
    width: 240px;
    height: auto
}

@media(max-width: 764px) {
    .brand__mark {
        width: 200px
    }
}

.brand__text {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .02em
}

@media(max-width: 960px) {
    .brand__text {
        font-size: 18px
    }
}

.gh__list {
    display: flex;
    align-items: center;
    gap: 16px
}

@media(max-width: 764px) {
    .gh__list {
        gap: 12px
    }
}

.gh__link {
    text-decoration: none;
    color: #111;
    font-size: 14px;
    letter-spacing: .06em
}

.gh__link:hover {
    opacity: .75
}

.gh__icon {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    color: #111
}

.gh__icon svg {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center
}

.gh__icon:hover {
    background: rgba(0, 0, 0, .04)
}

.hamb {
    appearance: none;
    border: 0;
    background: rgba(0, 0, 0, 0);
    height: 12px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    cursor: pointer
}

.hamb__bar {
    display: block;
    width: 22px;
    height: 1px;
    background: #111;
    position: relative
}

.hamb__bar:not(:first-child) {
    margin-top: 5px
}

.drawer[hidden] {
    display: none
}

.drawer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #6f2426;
    z-index: 9999;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media(max-width: 764px) {
    .drawer {
        display: block
    }
}

.footer {
    background: #6f2426;
    color: #fff;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

.global-nav__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 16px;
    display: grid;
    gap: 72px
}

@media screen and (max-width: 764px) {
    .global-nav__inner {
        max-width: 320px
    }
}

.global-nav__info {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.global-nav__brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px
}

@media screen and (max-width: 764px) {
    .global-nav__brand {
        align-items: center
    }
}

.global-nav__logo {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 140px
}

.global-nav__logo-mark {
    width: 56px;
    height: 56px;
    border-radius: 2px;
    border: 1px solid #e8dedd;
    background: rgba(0, 0, 0, 0);
    display: inline-block
}

.global-nav__logo-text {
    font-family: "Shippori Mincho", "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 1.3
}

.global-nav__logo-text small {
    font-weight: 400;
    opacity: .9;
    letter-spacing: .02em
}

.global-nav__jp {
    margin: 0;
    color: #e8dedd;
    font-family: "Shippori Mincho", "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: .04em
}

.global-nav__sns {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 8px 0 0;
    list-style: none;
    justify-content: center
}

@media screen and (max-width: 764px) {
    .global-nav__sns {
        justify-content: center
    }
}

.global-nav__sns .sns {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #fff
}

.global-nav__sns .sns svg {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center
}

.global-nav__nav {
    display: grid;
    gap: 24px
}

@media screen and (max-width: 764px) {
    .global-nav__nav {
        gap: 12px
    }
}

.global-nav__col {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.global-nav__col ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
    padding-inline-start: 0;
    margin-top: 8px
}

.global-nav__col ul li {
    display: flex;
    align-items: center;
    gap: 8px
}

.global-nav__col ul li::before {
    content: "";
    flex: 0 0 12px;
    height: 1px;
    background-color: #fff
}

.global-nav__col a {
    color: #e8dedd;
    font-family: "Shippori Mincho", "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: .03em;
    font-size: 14px;
    line-height: 1.5
}

.global-nav__col a:hover {
    color: #fff
}

@media(min-width: 960px) {
    .global-nav__inner {
        grid-template-columns: 1fr 2fr;
        align-items: center
    }

    .global-nav__nav {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 48px
    }
}

.global-nav__copy {
    background: #6f2426;
    color: #e8dedd;
    text-align: center;
    padding: 10px
}

.global-nav__copy small {
    font-size: 10px;
    letter-spacing: .02em;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 400
}

.cta-circles {
    background: #fff;
    padding: 56px 16px 0 ;
}

.cta-circles__list {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 72px
}

@media(max-width: 764px) {
    .cta-circles__list {
        grid-template-columns: 1fr;
        gap: 28px
    }
}

.cta-circles__item {
    display: grid;
    justify-items: center;
    gap: 14px;
    text-decoration: none;
    color: #6f2426;
    font-family: "Shippori Mincho", "Noto Serif JP", serif;
    transition: transform .2s ease, opacity .2s ease
}

.cta-circles__item:hover {
    transform: translateY(-2px);
    opacity: .95
}

.cta-circles__item:focus-visible {
    outline: 2px solid hsla(0, 0%, 100%, .6);
    outline-offset: 4px
}

.cta-circles__icon {
    width: 100px;
    height: 100px;
    border-radius: 999px;
    background: #fff;
    display: grid;
    place-items: center;
    border: 1px solid #6f2426
}

@media(max-width: 764px) {
    .cta-circles__icon {
        width: 40px;
        height: 40px
    }
}

.cta-circles__icon svg {
    display: block;
    width: 40px;
    height: auto
}

@media(max-width: 764px) {
    .cta-circles__icon svg {
        width: 20px
    }
}

.cta-circles__label {
    font-size: 16px
}

@media(max-width: 764px) {
    .cta-circles__label {
        font-size: 12px
    }
}

.follow-links {
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    gap: 12px
}

@media(max-width: 764px) {
    .follow-links {
        gap: 4px
    }
}

.follow-links__btn {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    height: 140px;
    padding: 10px 8px;
    background: #7f2f32;
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .35);
    text-decoration: none;
    letter-spacing: .25em
}

@media(max-width: 764px) {
    .follow-links__btn {
        height: 120px;
        font-size: 12px;
        padding: 8px 8px
    }
}

.follow-links__btn::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #fff
}