@charset 'utf-8';

/*PC用CSS(ipad mini 7.9インチ対応)*/
@media only screen and (min-width: 768px) {
	.pc_none{
		display: none!important;
	}
}
/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px) {
	.sp_none{
		display: none!important;
	}
}


/*リキッドの場合に使用*/
@media only screen and (min-width: 768px){
/*	768px-1280px 画面幅1280px閲覧で1px=0.1rem可変*/
	html{
/*			font-size: 0.782vw;*/
		}
}
@media only screen and (max-width: 767px){
/*	-767px 画面幅375px閲覧で1px=0.1rem可変*/
	html{
/*			font-size: 2.67vw;*/
		}
}
@media only screen and (max-width: 374px){
/*	-374px 画面幅374pxで1px=0.1rem固定*/
	html{
/*			font-size: 62.5%;*/
		}
}
@media only screen and (min-width: 1280px){
/*	1280px- 画面幅1280pxで1px=0.1rem固定*/
	html{
/*		font-size: 62.5%;*/
	}
}

/*Googleフォントここから*/
body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #262626;
	letter-spacing: calc((0/1000)*1em);
	/*text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #000000;
	text-decoration-style: solid;
	text-underline-offset: 3px;*/
}
html.active,
body.active{
	overflow: hidden;
}
.regular{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.mid{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.sbold{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.bold{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}

.g_elight{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 200;
}
.g_light{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.g_regular{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.g_mid{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.g_sbold{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.g_bold{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.g_ebold{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
}
.g_black{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}


.g_font02{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.g_font02_mid{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.g_font02_semi{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.g_font03 {
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*Googleフォントここまで*/
*{
	box-sizing: border-box;
}

svg{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
iframe{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px){
	::-webkit-scrollbar{
		display: none;
	}
	::scrollbar{
		display: none;
	}
}

body,
main,
header,
footer{
	min-width: 1080px;
}
@media only screen and (max-width: 767px){
	body,
	main,
	header,
	footer{
		min-width: 320px;
	}
}

body{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}

main{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}

main{
	padding-top: 74px;
}
@media only screen and (max-width: 767px) {
	main{
	}
}

#site-header.hide {
  transform: translateY(-100%);
  opacity: 0;
  transition: 0.5s;
}

#site-header {
  transform: translateY(0); /* 表示状態 */
  opacity: 1;
  transition: 0.5s;
}
/*headerここから*/
header{
	width: 100%;
	height: 80px;
	display: block;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 6;
	background-color: #262626;
	/*box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.2);*/
}
/*スクロールでヘッダーが消えて、逆スクロールで再表示される挙動*/
#site-header {
  transform: translateY(0);
  transition: transform 0.3s ease;
}
#site-header.hide {
  transform: translateY(-100%);
}
header.popup{
	z-index: 1;
}

@media only screen and (max-width: 767px){
	header{
		height: 70px;
	}
}
header .header01{
	width: 100%;
	height: 100%;
	padding: 0 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01{
		padding: 0 0 0 5%;
		background-color: transparent;
		transition: all .5s;
	}
}
header .header01 h1{
	width: 316px;
	height: auto;
	margin: 0 5px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 h1{
		width: 68%;
		max-width: 234px;
		position: relative;
		z-index: 0;
		transition: all 0s;
	}
	header .header01 h1.active{
		z-index: 100;
		transition: all 0s .5s;
	}
}
header .header01 h1 a{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
header .header01 h1 a img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
/*メニューオープンボタン*/
	header .header01 .slide-menu-btn{
		width: auto;
		height: 100%;
		aspect-ratio: 1/1;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		flex-shrink: 0;
		cursor: pointer;
		position: relative;
		z-index: 10;
	}
	/*メニューオープンボタン内部の線*/
	header .header01 .slide-menu-btn .line-bar_area{
		width: calc(100% - 50%);
		height: calc(100% - 70%);
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		position: relative;
	}
	header .header01 .slide-menu-btn .line-bar_area::before{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ffffff;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn.active .line-bar_area::before{
		background-color: #ffffff;
		transform: rotate(calc(180deg + 45deg));
		bottom: 0;
	}
	header .header01 .slide-menu-btn .line-bar_area::after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ffffff;
		display: block;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn.active .line-bar_area::after{
		background-color: #ffffff;
		transform: rotate(calc(180deg + 45deg + 90deg));
		top: 0;
	}
	header .header01 .slide-menu-btn .line-bar_area .line-bar{
		width: 70%;
		height: 2px;
		margin: 0;
		background-color: #ffffff;
		display: block;
		transition: all 1.0s ease;
	}
	header .header01 .slide-menu-btn.active .line-bar_area .line-bar{
		background-color: transparent;
		transition: all 1.0s ease;
	}
/*メニューオープンボタン*/
}
header .header01 nav{
	box-sizing: border-box;
	width: 462px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 nav{
		width: 100%;
		min-width: 320px;
		/*height: 100vh;*/
		height: calc(var(--vh) * 100);
		padding: 110px 0 30px;
		background-color: #262626;
		display: block;
		position: fixed;
		top: -100vh;
		right: 0;
		z-index: 1;
		transition: all .5s;
	}
	header .header01 .panelactive{
		top: 0;
		right: 0;
		transition: all .5s;
	}
}
header .header01 nav .nav_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01{
		width: 90%;
		max-width: 320px;
		margin: 0 auto;
		display: block;
		overflow-y: scroll;
		overflow-x: hidden;
	/*	border-top: 1px solid #D9D9D9;*/
	}
}
header .header01 nav .nav_01 > li{
	width: auto;
	height: auto;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li{
		width: 100%;
		height: auto;
		min-height: 60px;
		border-top: 1px solid #D9D9D9;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: left;
	}
	header .header01 nav .nav_01 > li:nth-of-type(1){
		border-top: 0;
	}
}
header .header01 nav .nav_01 > li > a{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-size: 15px;
	line-height: 19px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
	color: #fff;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li > a{
		width: auto;
		height: auto;
		padding: 5px 0;
		font-size: 18px;
		line-height: 20px;
		justify-content: flex-start;
	}
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .nav01_01{
		padding-top: 43px;
		border-top: 1px solid #D9D9D9;
		flex-direction: column;
	}
	header .header01 nav .nav_01 .nav01_01 ul{
		width: 100%;
		height: auto;
		margin: 10px 0 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	header .header01 nav .nav_01 .nav01_01 ul:nth-of-type(1){
		margin-top: 0;
	}
	header .header01 nav .nav_01 .nav01_01 ul li{
		width: auto;
		height: auto;
		margin: 0 10px 0 0;
		border: 0;
		display: block;
	}
	header .header01 nav .nav_01 .nav01_01 ul li:last-of-type{
		margin-right: 0;
	}
	header .header01 nav .nav_01 .nav01_01 ul li a{
		width: auto;
		height: auto;
		margin: 0;
		font-size: 14px;
		line-height: 24px;
	}
}
header .header01 nav .nav_01 .sns{
	width: 76px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
} 
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .sns{
		width: 100%;
		height: auto;
		display: block;
		justify-content: space-between;
		align-items: center;
	} 
}
header .header01 nav .nav_01 .sns a.cart{
	width: 23px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .sns a.cart{
		width: 200px;
		height: auto;
		display: block;
		margin: 40px auto 0;
	}
}
header .header01 nav .nav_01 .sns a.insta{
	width: 24px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .sns a.insta{
		width: 21px;
		height: auto;
		display: block;
		margin: 30px auto 0;
	}
}
header .header01 nav .nav_01 .sns a img{
	width: 100%;
	height: auto;
	display: block;
}



/*headerここまで*/

/*footerここから*/
footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #262626;
	display: block;
	position: relative;
	z-index: 3;
}
footer .footer01{
	width: 980px;
	height: auto;
	padding: 50px 0 40px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	footer .footer01{
		width: 90%;
		max-width: 320px;
		padding: 40px 0 10px;
	}
}
footer .footer01 .logo{
	width: 164px;
	height: auto;
	margin: 0 0 25px;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .logo{
		width: 147px;
		margin: 0 auto 25px;
	}
}
footer .footer01 .logo img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
footer .footer01 .footer01_01{
	width: 100%;
	height: auto;
	margin: 0 auto 70px;
	display: block;
}
footer .footer01 .footer01_01 ul{
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
footer .footer01 .footer01_01 ul li{
	width: auto;
	height: auto;
}
footer .footer01 .footer01_01 ul li a{
	width: auto;
	height: auto;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.08em;
}
footer .footer01 .footer01_01 ul li a img{
	width: 21px;
	height: auto;
	display: block;
}
footer .footer01 .footer01_02{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
footer .footer01 .footer01_02 .left{
	width: 50%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .left{
		width: 100%;
		gap: 15px;
	}
}
footer .footer01 .footer01_02 .left .tmlogo{
	width: 60px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .left .tmlogo{
		width: 50px;
	}
}
footer .footer01 .footer01_02 .left .left01{
	width: 100%;
	height: auto;
	display: block;
}
footer .footer01 .footer01_02 .left .left01 p{
	font-size: 15px;
	line-height: 28px;
	color: #fff;
}
footer .footer01 .footer01_02 .left .left01 p.copy{
	font-size: 11px;
	line-height: 28px;
	color: #fff;
}
footer .footer01 .footer01_02 .right{
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 30px;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .right{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 20px;
		margin-top: 25px;
	}
}
footer .footer01 .footer01_02 .right a{
	width: 200px;
	height: auto;
	display: block;
}
footer .footer01 .footer01_02 .right a img{
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 .copy{
		text-align: center;
		font-size: 11px;
		line-height: 24px;
		color: #fff;
		margin: 20px auto 16px;
	}
}
/*includeここまで*/


html, body {
  overscroll-behavior: none;
  overscroll-behavior-y: none;
  overflow-x: hidden;
}