@charset "utf-8";

/*-20250805-*/
/* noto-serif-jp-200 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 200;
  src: url('/fonts/noto-serif-jp-v31-japanese_latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-300 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/noto-serif-jp-v31-japanese_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/noto-serif-jp-v31-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-500 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/noto-serif-jp-v31-japanese_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-600 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/noto-serif-jp-v31-japanese_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/noto-serif-jp-v31-japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-800 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/noto-serif-jp-v31-japanese_latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-900 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/noto-serif-jp-v31-japanese_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* zen-old-mincho-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/zen-old-mincho-v12-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-900 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/zen-old-mincho-v12-japanese_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*----------*/

html {
	/* ルートのフォントサイズを10pxに設定しておく */
	font-size: 62.5%;
	/*scroll-behavior: smooth;*/
}

body {
	/* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
	font-size: 1.6em;
	/*font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W2", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;*/
	/*font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック", Arial,sans-serif;*/
	font-family: 'Noto Serif JP', serif;
	color: #222;
	overflow-x: hidden;
}

a {
	color: #753cb5;
	transition: .5s;
}

a:hover {
	text-decoration: none;
	opacity: 0.6;
}

a[href^="tel:"] {
	color: inherit;
	pointer-events: none;
	text-decoration:none;
	display: inline-block;
}

img{
	max-width: 100%;
}

ul{
	margin-bottom: 0;
}


@media screen and ( max-width: 559px ){

	a[href^="tel:"] {
		color: inherit;
		pointer-events: auto;
	}

	a:hover {
		text-decoration: none;
		opacity: 1;
	}

}

ul{ padding: 0; list-style-type: none;}

.pc{ display: block ; }
.sp{ display: none ; }
/*.mac{ display: none ; }*/

@media screen and ( max-width: 1440px ){
	/*.mac{ display: block ; }*/
}

@media screen and ( max-width: 559px ){
	.pc{ display: none ; }
	.sp{ display: block ; }
	/*.mac{ display: none ; }*/
}

a img{
	transition: .5s;
}

a img:hover{
	opacity: 0.6;
}

p{ margin-bottom: 0; line-height: 1.8; }


/* デスクトップ表示ではホバー操作でドロップダウンを表示 */
.dropdown:hover .dropdown-menu {
	display: block;
}


/*----------------------------------------*/

.width-1240{
	max-width: 124rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media screen and ( max-width: 1320px ){

	.width-1240{
		max-width: 100%;
		margin-left: 4rem;
		margin-right: 4rem;
	}

}

@media screen and ( max-width: 559px ){

	.width-1240{
		max-width: 100%;
		margin-left: 2rem;
		margin-right: 2rem;
	}

}

/*----------------------------------------*/

body{
	/*padding-top: 13.5rem !important;*/
}


body > header{
	top: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

body > header.fixed{
	/*position: fixed;*/
	top: 0;
	left: 0;
	background: rgba( 23,26,56, .9);
	transition: 0.5s;
}

@media screen and ( max-width: 1024px ){

	body{
		padding-top: 0rem !important;
	}

}

@media screen and ( max-width: 559px ){

	body{
		padding-top: 0rem !important;
	}

}

/*----------------------------------------*/

body > header .logo .image .black{
	display: none;
}

body > header .logo .image .white{
	display: block;
}

body > header.fixed .logo .image .black{
	display: block;
}

body > header.fixed .logo .image .white{
	display: none;
}

/*----------------------------------------*/

.mg-10{ margin-bottom: 1rem; }
.mg-20{ margin-bottom: 2rem; }
.mg-30{ margin-bottom: 3rem; }
.mg-40{ margin-bottom: 4rem; }
.mg-50{ margin-bottom: 5rem; }
.mg-60{ margin-bottom: 6rem; }
.mg-70{ margin-bottom: 7rem; }
.mg-80{ margin-bottom: 8rem; }
.mg-90{ margin-bottom: 9rem; }
.mg-100{ margin-bottom: 10rem; }
.mg-110{ margin-bottom: 11rem; }
.mg-120{ margin-bottom: 12rem; }
.mg-130{ margin-bottom: 13rem; }
.mg-140{ margin-bottom: 14rem; }
.mg-150{ margin-bottom: 15rem; }
.mg-160{ margin-bottom: 16rem; }
.mg-170{ margin-bottom: 17rem; }
.mg-180{ margin-bottom: 18rem; }
.mg-190{ margin-bottom: 19rem; }
.mg-200{ margin-bottom: 20rem; }
.mg-210{ margin-bottom: 21rem; }
.mg-220{ margin-bottom: 22rem; }
.mg-230{ margin-bottom: 23rem; }
.mg-240{ margin-bottom: 24rem; }
.mg-250{ margin-bottom: 25rem; }
.mg-260{ margin-bottom: 26rem; }
.mg-270{ margin-bottom: 27rem; }
.mg-280{ margin-bottom: 28rem; }
.mg-290{ margin-bottom: 29rem; }
.mg-300{ margin-bottom: 30rem; }

.pd-90{
	padding-top: 9rem;
	padding-bottom: 9rem;
}

.pd-100{
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.pd-120{
	padding-top: 12rem;
	padding-bottom: 12rem;
}

.pb-90{
	padding-bottom: 9rem;
}

.pd-20-150{
	padding-top: 2rem;
	padding-bottom: 15rem;
}

@media screen and ( max-width: 1024px ){

	.mg-300{ margin-bottom: 20rem; }

}

@media screen and ( max-width: 559px ){

	.mg-20{ margin-bottom: 1rem; }
	.mg-30{ margin-bottom: 1.5rem; }
	.mg-40{ margin-bottom: 2rem; }
	.mg-50{ margin-bottom: 2.5rem; }
	.mg-60{ margin-bottom: 3rem; }
	.mg-70{ margin-bottom: 3.5rem; }
	.mg-80{ margin-bottom: 4rem; }
	.mg-90{ margin-bottom: 4.5rem; }
	.mg-100{ margin-bottom: 5rem; }
	.mg-110{ margin-bottom: 5.5rem; }
	.mg-120{ margin-bottom: 6rem; }
	.mg-130{ margin-bottom: 6.5rem; }
	.mg-140{ margin-bottom: 7rem; }
	.mg-150{ margin-bottom: 7.5rem; }
	.mg-160{ margin-bottom: 10rem; }
	.mg-170{ margin-bottom: 10rem; }
	.mg-180{ margin-bottom: 10rem; }
	.mg-190{ margin-bottom: 10rem; }
	.mg-200{ margin-bottom: 10rem; }
	.mg-210{ margin-bottom: 10rem; }
	.mg-220{ margin-bottom: 10rem; }
	.mg-230{ margin-bottom: 10rem; }
	.mg-240{ margin-bottom: 10rem; }
	.mg-250{ margin-bottom: 10rem; }
	.mg-260{ margin-bottom: 10rem; }
	.mg-270{ margin-bottom: 10rem; }
	.mg-280{ margin-bottom: 10rem; }
	.mg-290{ margin-bottom: 10rem; }
	.mg-300{ margin-bottom: 10rem; }

	.pd-90{
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}

	.pd-100{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.pd-120{
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.pd-20-150{
		padding-top: 2rem;
		padding-bottom: 8rem;
	}

}

.font_size-14{ font-size: 1.4rem; }
.font_size-15{ font-size: 1.5rem; }
.font_size-16{ font-size: 1.6rem; }
.font_size-18{ font-size: 1.8rem; }

.text_align_left{ text-align: left; }
.text_align_right{ text-align: right; }
.text_align_center{ text-align: center; }

@media screen and ( max-width: 559px ){


}

/*----------------------------------------*/

body.Android #logo_loader .base_area .object .catch{
	font-family: 'Noto Serif JP', serif;
}

body.Android .head .logo h1,
body.Android .top_news_area ul,
body.Android .top_merchandise .text h5,
body.Android .top_merchandise_area .h4_title,
body.Android .top_about_area .text .h4 h4,
body.Android .h3_title_all h3,
body.Android .hero .catch
{
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}


/*-----------------------------------------------------------------------------*/
/*印刷用*/

@media print{

	.side_banner{ display: none; }

}




/*-----------------------------------------------------------------------------*/
/*IEハック*/

_:-ms-lang(x)::-ms-backdrop, .nav li a{ margin-top: 1rem ; padding-top: 1rem ; }

_:-ms-lang(x)::-ms-backdrop, .material-icons-outlined{ margin-top: -0.4rem; }
_:-ms-lang(x)::-ms-backdrop, #top-head .head .contact a{ padding-top: 0.4rem; }


/*-----------------------------------------------------------------------------*/
/*Safariハック*/
_::-webkit-full-page-media, _:future, :root .xxxxx { xxxxxx }



