@charset "utf-8";


/*keyframes.cssの読み込み
---------------------------------------------------------------------------*/
@import url("keyframes.css");

/*lightbox.cssの読み込み
---------------------------------------------------------------------------*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.10.0/css/lightbox.css);

/*slide.cssの読み込み
---------------------------------------------------------------------------*/
@import url(slide.css);

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Scheherazade+New&display=swap');

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	font-size: 16px;	/*画面幅481px以上で閲覧した際の文字サイズ。ここを変更すると、他の文字サイズも連動します。※480px以下の指定箇所は下の方に別途あります。*/
}
body {
	margin: 0px;
	padding: 0px;
	color: #555;	/*全体の文字色*/
	font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	line-height: 2;		/*行間*/
	background: #f8f4e6;	/*背景色*/
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	animation-name: opa1;		/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 0.5S;	/*アニメーションの実行時間*/
	animation-delay: 0.5s;		/*出現するタイミング（秒後）*/
	animation-fill-mode: both;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 1rem;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 1rem;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}

/* h2フォント */
h2 {
	font-family: 'Parisienne', minion-pro, serif;
	color: #6a510e;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #999;		/*リンクテキストの色*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
	text-decoration: none;
}
a:hover {
	color: #a9d1ec;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/* ボタン装飾（全般）設定
---------------------------------------------------------------------------*/

.btn-set {
	text-align: center;
	margin: 50px 0;
}

.btn,
a.btn,
button.btn {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  border: 1px solid #a08459;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #a08459;
  border-color: #a08459;
}

.btn-sns .sns-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px
}

.btn-sns .sns-box li {
	margin: 0 20px;
}

/*container（サイト全体を囲むブロック）
---------------------------------------------------------------------------*/
/* #container { */
	/*margin: 40px;	ブロックの外側にとるスペース*/
/* } */

/*section
---------------------------------------------------------------------------*/
section {overflow: hidden;}


/*オープニングページ
---------------------------------------------------------------------------*/
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

/*header
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	text-align: center;	/*内容をセンタリング*/
	position: fixed;	/*スクロールしても固定表示する指定*/
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100px;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,1);	/*背景色。0,0,0は黒の事で、0.7は色が70%ついた状態の事。*/
}

/* header h1 {
	font-family: 'Scheherazade New', serif;
	letter-spacing: 5px;
	font-size: 40px;
	float: left;
	margin-left: 50px;
	margin-top: 5px;
} */

/* ロゴ画像 */
header h1 img {
	height: 100px;
  float: left;
	margin-left: 15px;
}

header h1 a {
	color: #333;
}

header h1 a:hover {
	color: #6a510e;
}


/* スクロール後のヘッダー */
.site-header.transform {
	text-align: center;	/*内容をセンタリング*/
	z-index: 10; /* 10 */
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	padding-bottom: 15px;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,1);	/*背景色。0,0,0は黒の事で、0.7は色が70%ついた状態の事。*/
}

/* .site-header.transform h1 {
	font-family: 'Scheherazade New', serif;
	letter-spacing: 5px;
	font-size: 30px;
	float: left;
	margin-left: 50px;
	margin-top: 0px;
	height: auto;
} */

/* ロゴ画像 */
.site-header.transform h1 img {
	height: 65px;
  float: left;
	margin-left: 30px;
}

.site-header.transform ul.icon {
	display: none;
}



/*headerアイコン（facebookやtwitterなどのアイコンブロック）
---------------------------------------------------------------------------*/
/*アイコンを囲むブロック全体の設定*/
header .icon {
	position: absolute;
	right: 1.5%;		/*ヘッダーブロックに対して右から3%の場所に配置*/
	bottom: 0px;	/*ヘッダーブロックに対して下から15pxの場所に配置 df15px*/
}
/*アイコン１個あたりの設定*/
header .icon li {
	display: inline;	/*横並びにさせる指定*/
}
/*アイコン画像の設定*/
header .icon .fab {
	width: 30px;		/*画像の幅*/
	margin-left: 5px;	/*画像同士の余白*/
	margin-right: 5px;	/*画像同士の余白*/
	color: #333;
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニュー全体を囲むブロック*/
#menubar {
	position: relative;
	text-align: center;		/*文字をセンタリング*/
	font-size: 13px;		/*文字サイズ*/
	margin-top: 15px;		/*上に空けるスペース df15px*/
}

#menubar ul {
	text-align: right;
	margin-right: 5px;
	width: 60%;
	height: 30px;
	float: right;
}

/*メニュー１個あたりの設定*/
#menubar li {
	display: inline-block;	/*横並びにする設定*/
	font-family: minion-pro,serif;
}
#menubar li a {
	text-decoration: none;
	color: #333;	/*文字色*/
	padding: 0px 10px 5px 13px;	/*上、右、下、左へのメニュー内の余白*/
	letter-spacing: 1px;		/*文字間隔*/
	margin: 0 5px;				/*上下、左右へのメニューの外側の余白*/
}
/*マウスオン時の設定*/
#menubar li a:hover {
	border-bottom: 1px solid #333;	/*下線の幅、線種、色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}
/*スマホ用メニューを表示させない*/
#navArea {display: none;}


/*mainimagコンテナ設定 ヘッダーメニューとの余白調整
---------------------------------------------------------------------------*/
.mainimg-container {
	margin-top: 100px;
}

/* .mainimg-container #mainimg{
	width: 100%;
	min-height: 100vh;
} */



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	padding: 150px 100px;	/*上下、左右へのコンテンツ内の余白*/
	position: relative;
	animation-name: opa1;		/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 0.5S;	/*アニメーションの実行時間*/
	animation-delay: 0.5s;		/*出現するタイミング（秒後）*/
	animation-fill-mode: both;
	font-family: minion-pro, serif; /*コンテンツ内の文字*/
}

/* 文章ページの余白設定 */
#contents.msg-box {
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width:1200px){
	#contents.msg-box {
		width: 80%;
		margin: 0 auto;
	}
}

/*h2タグ*/
#contents h2 {
	clear: both;
	margin-bottom: 80px;	/*下に空けるスペース*/
	font-size: 2.25rem;		/*文字サイズ。冒頭で指定しているフォントサイズの2.25倍です。*/
	text-align: center;		/*文字をセンタリング*/
	/* letter-spacing: 0.1em; */	/*文字間隔を少し広めにとる指定。通常がいいならこの１行削除。*/
}
/*h2タグ内のspanタグ（装飾文字）*/
#contents h2 span {
	display: inline-block;white-space: nowrap;
	font-size: 0.875rem;	/*文字サイズ。冒頭で指定しているフォントサイズの0.875倍です。*/
	border-top: 3px solid #242F40;	/*上の線の幅、線種、色*/
	padding: 15px 20px 0;	/*上、左右、下への余白*/
}
/*h3タグ*/
#contents h3 {
	clear: both;
	margin-bottom: 30px;	/*下に空けるスペース*/
	font-size: 1.5rem;		/*文字サイズ。冒頭で指定しているフォントサイズの1.5倍です。*/
	border-bottom: 1px dashed #999;	/*下線の幅、線種、色*/
	padding-left: 3%;		/*左側に空ける余白*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる指定。通常がいいならこの１行削除。*/
}
/*h3タグ内のspanタグ（装飾文字）*/
#contents h3 span {
	display: inline-block;
	font-size: 0.875rem;	/*文字サイズ*/
	padding-left: 20px;
}
/*段落タグ*/
#contents p {
	padding: 0 3% 30px;	/*上、左右、下への余白*/
}
/*他、微調整*/
#contents h2 + p,
#contents h3 + p {
	margin-top: -5px;
}
#contents p + p {
	margin-top: -10px;
}
#contents section + section {
	margin-top: 100px;
}
#contents section #top {
	margin-top: 300px;
}

/*list（サムネイル用）
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#contents .list {
	float: left;	/*左に回り込み*/
	overflow: hidden;
	border-radius: 0%;	/*	円形にする指定。この１行を削除すれば四角形になります。30pxなどに変更すれば角丸の四角形になります。*/
	margin: 0 6.6% 40px; /*上、左右、下へ空けるスペース。サムネイル同士の余白部分です。*/
	width: 20%;	/* 幅 */
}

/*center（textとimg)
---------------------------------------------------------------------------*/

.text-block {
	text-align: center;
	margin: 0 10%;
}

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

.center-text-left {
	text-align: left;
}

.center-img {
	margin-bottom: 50px;
	text-align: center;
}



/*first-msg（アイキャッチメッセージの編集)
---------------------------------------------------------------------------*/


#first-msg .first-msg-container {
	margin-top: 90px;
}

#first-msg p {
	font-size: 25px;
	font-family: minion-pro, serif;
}

/*concept
---------------------------------------------------------------------------*/

#concept p {
	margin-top: 100px;
	margin-bottom: 100px;
}

.h2-space {
	margin-top: 45px;
	margin-bottom: 100px;
}


/*product
---------------------------------------------------------------------------*/

#product p {
  margin-bottom: 70px;
}

#product .r {
  margin-bottom: 0;
}

/*テキストボックス
---------------------------------------------------------------------------*/

.text-box {
	padding: 1em 1.5em;
	margin: 2em 0;
	background-color:#FBF7EE;/*背景色*/
	border:1px solid #202C59;/*枠線*/
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);/*影*/
	color:#000000;/*文字色*/
}
.text-box p {
	margin: 0; 
	padding: 0;
}

.text-box .name {
	text-align: right;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	font-size: 0.75rem;	/*文字サイズ*/
	text-align: center;
	box-shadow: 0px 0px 50px #fff inset;	/*ボックスの影。insetは内側に向ける指定。*/
	padding: 3%;	/*余白*/
	background: url(../images/1.jpg) no-repeat center center / cover;	/*背景画像の読み込み。*/
	color: #666;	/*文字色 デフォルト #666*/
}
footer small {font-size: 100%;}
footer a {text-decoration: none;color: #666 !important;}
footer .pr {display: block;}

footer li {
	padding: 0 10px;
}
footer li i {
	color: #9c7f53;
}
footer a{
	color: #9c7f53 !important;
}
.copyright{
	color: #6a510e
}

/*facebookやtwitterなどのアイコン
---------------------------------------------------------------------------*/
/*アイコン全体を囲むブロック*/
ul.icon {
	margin-bottom: 10px; /* df20px */
}
/*アイコン１個あたりの設定*/
ul.icon li {
	display: inline-block;	/*横並びにさせる指定*/
}
/*アイコン画像の設定*/
ul.icon img {
	width: 30px;		/*画像の幅*/
}
ul.icon img:hover {
	opacity: 0.8;		/*マウスオン時に透明度を80%にする。*/
}

/*トップページの「box-text」ブロック
---------------------------------------------------------------------------*/

.box {
  display:flex;
  flex-direction: row; /* 逆転させる時：　row-reverse */
  justify-content: space-between;
  margin-bottom: 40px;
}

.box .text {
	width: 100%;
  text-align: center;
}

.box h3 {
  font-size: 21px;
  margin: 0 ;
}

.box .pict {
  width: 90%;
  margin-left: 3%;
}

.box .pict img {
  width: 100%;
  height:auto;
}

.box:nth-child(even) {
  flex-direction: row-reverse;/* 逆転させる時：　row */
}
.box:nth-child(even) .text {
  text-align: center;
}
.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}


@media (max-width:800px) {
  .box {
    flex-direction: column;
  }
  .box:nth-child(even) {
    flex-direction: column;
  }
  .box .text {
    text-align: center;
  }
  .box:nth-child(even) .text {
    text-align: center;
  }
  .box .pict {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .box .pict img {
    width:50%;
    height:auto;
  }
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*見出しを含まないお知らせブロック*/
#new dl {
	padding: 0px 3%;		/*上下、左右へのブロック内の余白*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
}

#new dl {
	border-bottom: 1px solid rgba(106, 81, 14, 0.2);
	padding: 5px 0;
}

#new dl a {
	margin-left: 20px;
}

/*ta1設定
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #fff;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	font-weight: bold;		/*太字に*/
	padding: 15px 10px;		/*上下、左右へのボックス内の余白*/
}
/*ta1テーブル*/
.ta1 {
	width: 94%;
	table-layout: fixed;
	margin: 0 3% 30px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #fff;	/*テーブルの枠線の幅、線種、色*/
	padding: 15px 10px;		/*上下、左右へのボックス内の余白*/
	word-break: break-all;
}
/*左側ボックス*/
.ta1 th {
	width: 150px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}

/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/
p.check {
	background: #ff0000;
	color:#fff;
	padding: 10px 25px !important;
	margin-bottom: 20px;
}
p.check a {color: #fff;}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #a50931;	/*背景色*/
	color: #FFF;		/*文字色*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 10px;
	vertical-align: text-top;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*通常時のボタンは非表示*/
body .nav-fix-pos-pagetop a {display: none;}
/*fixmenu_pagetop.jsで設定している設定値になったら出現するボタンスタイル*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	z-index: 1;
	position: fixed;
	bottom: 20px;	/*下から20pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: #666;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: opa1;	/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 3% 20px 6%;
}
ol {
	padding: 0 3% 20px 6%;
}

/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.look {background: rgba(0,0,0,0.1);border: 1px solid #ccc;display: inline-block;padding: 0px 10px !important;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.plr3p {padding-left: 3% !important;padding-right: 3% !important;}
.clear {clear: both;}
.color1, .color1 a {color: #ad83b4 !important;}
.wl {width: 96%;}
.ws {width: 50%;}
.w48p {width: 48%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
.fl {float: left;}
.fr {float: right;}
.sh {display: none;}
.ofh {overflow: hidden;}


/*product.html 
---------------------------------------------------------------------------*/

.top-msg p {
	margin-bottom: 120px;
}

.product-details a {
  font-size: 18px;
}

.product-details h3 {
  margin-top: 30px;
}

/*profile.html 
---------------------------------------------------------------------------*/
.profile-name {
	margin-top: 50px;
	margin-bottom: 50px;
}

.profile-name p {
	font-size: 35px;
	font-family: 'Scheherazade New', serif;
	letter-spacing: 2px;
}

.profile-name span {
	margin-left: 50px;
	font-size: 25px;
}

/*video関連
---------------------------------------------------------------------------*/

/* 動画用コンテナの横幅設定 */
#video-wrap {
  width: 100%;
}

#contents.video-box {
	margin-bottom: 100px;
	padding-left: 10px;
	padding-right: 10px;
}

/* 動画の配置設定 */
.video {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}

/* 動画のサイズ設定　アスペクト比 16:9 */
.video iframe{
  width: 350px;
	height: 197px;
	margin: 15px 5px;
}

/* 大型モニター表示調整（3列表示：サイズ拡大） */
@media screen and (min-width:1400px){
	.video iframe{
		width: 500px;
		height: 281px;
		margin: 15px 5px;
	}
}

/* 小型モニター表示設定（縦表示へ変更） */
@media screen and (max-width:1200px){

	.video {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.video iframe{
		width: 500px;
		height: 281px;
		margin: 30px 5px;
	}
}

@media screen and (max-width:1200px){
	#contents.video-box {
		margin: 0 30px;
		margin-bottom: 50px;
	}

}

/* 画面幅1250px以下 */
@media screen and (max-width:1250px) {

/* 全体設定 */
.br-none {
	display: none;
}

}

/*画面幅1050px以下の設定 df 800px
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1050px){

/* 全体設定 */
.h2-space {
	margin-top: 70px;
}

/*header
---------------------------------------------------------------------------*/

header {
	height: 65px;
}

header h1 {
	font-size: 30px;
	margin-top: 0px;
}

/* ロゴ画像 */
header h1 img {
	height: 65px;
  float: left;
	margin-left: 15px !important;
}


/*mainimagコンテナ設定 ヘッダーメニューとの余白調整
---------------------------------------------------------------------------*/
.mainimg-container {
	margin-top: 65px;
}

/*headerアイコン（facebookやtwitterなどのアイコンブロック）
---------------------------------------------------------------------------*/
/*アイコンを囲むブロック全体の設定 中央配置*/
/* header .icon {
	right: 0%;
	bottom: 10px;
	width: 100%;
	float: right;
} */

/*アイコンを囲むブロック全体の設定 右配置*/
header .icon {
	bottom: 0px;
	right: 15px;
	float: right;
}

/* アイコンの解除 */
header ul.icon {
	display: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/

/*スマホ用メニューを表示させる*/
#navArea {display: block;}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 50;
  right : 13px;
  top   : 10px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 30;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
	font-family: minion-pro, serif;
	letter-spacing: 3px;
}

nav.globalMenuSp .icon {
	display: flex;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
}

nav.globalMenuSp ul {
  background: #fff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}

/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	padding: 50px 0px;	/*上下、左右へのコンテンツ内の余白*/
}

#contents.msg-box {
	width: 90%;
	margin: 0 auto;
}

dl {
	margin: 0 10px;
}

}



/*画面が横向きの場合の設定、かつ、画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (orientation:landscape) and (max-width:800px){

/*メインメニューブロックの設定
---------------------------------------------------------------------------*/
/*メニューブロックの上に空ける余白*/
#menubar ul {
	margin-top: 80px;
}

}


/*画面を横向きにした場合の高さが500px以下の場合の設定。主にスマートフォンを横向きで見た状態。
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (orientation: landscape) and (max-height:500px){

/*header
ウィンドウの高さが狭いので、ヘッダーブロックを固定からスクロールさせる動作に切り替えます。
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	position: absolute;
}

/*メインメニュー
メニューを２列表示に切り替えます。
---------------------------------------------------------------------------*/
/*スマホ用メニューブロック*/
#menubar-s {
	top: 0px;
}
/*メニュー１個あたりの設定*/
#menubar-s li {
	width: 50%;
	float: left;
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	font-size: 14px;	/*画面幅480px以下で閲覧した際の文字サイズ。df 12px*/
}


/*ヘッダー
---------------------------------------------------------------------------*/

/* ロゴの位置 */
/* header h1 {
	margin-left: 15px;
} */

.site-header.transform h1 img {
  margin-left: 15px !important;
}


/*ロゴ画像*/
header #logo {
	left: 30%;	/*左からの配置場所*/
	width: 40%;	/*幅*/
	top: 40%;	/*上からの配置場所*/
}

.header-container a {
	display: block;
	float: left;
	padding: 5px 20px;
	font-size: 30px;
	font-family: 'Parisienne', cursive;
	color: #6a510e;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	top: 5px;	/*上からの配置場所*/
	right: 3%;	/*左からの配置場所*/
}

/*mainimagを画面いっぱいに表示
---------------------------------------------------------------------------*/

/* #mainimg {
	height: 600px;
} */

#mainimg .slide {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


/*コンテンツ
---------------------------------------------------------------------------*/
/*h2タグ*/
#contents h2 {
	margin-bottom: 30px; /*デフォルト30px*/
	font-size: 28px;
}
/*他、微調整*/
#contents section + section {
	margin-top: 50px;
}

#contents a {
	font-size: 13px;
}

/* h3タグ */
#contents h3 {
	font-size: 20px;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.w48p {width: 100%;}
.fl {float: none;}
.fr {float: none;}
.sh {display:block;}
.pc {display:none;}


/*first-msg（アイキャッチメッセージの編集)
---------------------------------------------------------------------------*/


#first-msg .first-msg-container {
	margin-top: 150px;
	margin-bottom: 150px;
}

#first-msg p {
	font-size: 25px;
	font-family: minion-pro, serif;
}



/*product.html 
---------------------------------------------------------------------------*/

.top-msg p {
	margin-top: 90px;
	margin-bottom: 120px;
}

.product-details a {
  font-size: 18px;
}

.product-details h3 {
  margin-top: 30px;
}


/*profile.html 
---------------------------------------------------------------------------*/
.profile-name {
	margin-top: 70px;
	margin-bottom: 30px;
}

.profile-name p {
	font-size: 25px;
	font-family: 'Scheherazade New', serif;
	letter-spacing: 2px;
}

.profile-name span {
	margin-left: 40px;
	font-size: 15px;
}


}