@charset "utf-8";
/* CSS Document */




/*--------------------------------------
  リセット
--------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	box-sizing: border-box;
}



ul, ol, li {
	list-style: none !important;
}

img {
	vertical-align: middle;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

textarea {
	width: 100%;
}

input {
	max-width: 100%;
	font-family: 'Noto Sans JP', sans-serif,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro" , 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

dd,
dt {
  padding: 0;
  margin: 0;
}


/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 0px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/

.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}



/*--------------------------------------
  リンク
--------------------------------------*/

a {
	text-decoration:none;
	color:#000;
}

a:hover {
	opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";


}

/*--------------------------------------
  全体定義
--------------------------------------*/

html {
	font-family: 'Noto Sans JP', sans-serif,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro" , 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size : 100%;
	line-height : 1.7;
	color: #333;
	scroll-behavior: smooth;
}

body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	background-image:none;
	position:relative;
}

html, body {
  overflow-x: hidden;
}

/* 明朝体にしたい部分 */
.catchphrase,
.serif-title,
.serif-text {
  font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}




/*--------------------------------------
  googlemap map_canvas
--------------------------------------*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*--------------------------------------
  スマホ header
--------------------------------------*/


.site-header {
	display: none;
  }
.site-header-sp {
  /*--border-bottom: 1px solid #ddd;--*/
  z-index: 1000;
  padding: 20px 0 20px 0;
  width: 90%;
  margin:0 auto;
  text-align: center;
}

.site-header-sp .logo {
	text-align: left;
  }

.site-header-sp .logo img {
  height: 40px;
  text-align: left;
}





/*--------------------------------------
  スマホ navigation_sp
--------------------------------------*/

.hamburger-menu{
	z-index: 9999;
}

.menu-btn {
    position: fixed;
    top: 12px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
	border-radius:100px;
}
.menu-btn img{
	width: 80%;
	height: auto;
}
.menu-btn-img{
  display: inline-block;
}

#menu-btn-check {
    display: none;
}




.menu-icon-close {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  z-index: -1 !important;
  color: #fff;
}

/* メニューが開いたときだけ強制表示 */
#menu-btn-check:checked + .menu-btn .menu-icon-close {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  top: 8px;
  right: 18px;
  z-index: 100 !important;
  color: #fff;
  font-size: 28px;
}

/* メニューが開いたときは非表示に */
#menu-btn-check:checked + .menu-btn .menu-btn-img {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* メニュー開いたときのヘッダー部分 */
.navigation_sp_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #946A99;
  border-bottom: 1px solid #fff;
}

.navigation_sp_header img {
  height: 28px;
  width: auto;
  display: block;
}

.lang-switch {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.lang-switch a {
  color: #fff;
  text-decoration: none;
  margin: 0 4px;
  font-size: 14px;
}

.lang-switch a:hover {
  opacity: 0.7;
}







.navigation_sp {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  background: #946A99;
  transition: 0.3s;
  z-index: 80;
  overflow-y: auto; 
  -webkit-overflow-scrolling: touch; 
}
#menu-btn-check:checked ~ .navigation_sp {
  left: 0;
}
.navigation_sp ul {
    padding: 0px 0 0 0;
}

.navigation_sp ul:first-child {
    padding: 100px 0 0 0;
}


.navigation_sp ul li {
    
    list-style: none;
	text-align: left;
}


.navigation_sp ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color:#fff;
    text-decoration: none;
    padding: 15px 15px 15px 15px;
    position: relative;
}
/*--------------------------------------
 通常リンクに矢印（e5df）を付ける
--------------------------------------*/
.navigation_sp ul li a::after {
  content: '\e5df'; /* Material Symbols: arrow_forward */
  font-family: "Material Symbols Outlined";
  position: absolute;
  right: 11px;
  top: 15px;
  font-size: 18px;
  color: #DCCCDE;
}





#menu-btn-check:checked ~ .navigation_sp {
    left: 0;/*メニューを画面内へ*/
}

/*--------------------------------------
 navigation_spのアコーディオンメニュー
--------------------------------------*/
/*--------------------------------------
 アコーディオンの開閉矢印（＋/−）
--------------------------------------*/
.plus-check{
    display: none;
}
.plus-label{
    position: relative;
	display: block;
	color:#fff;
    text-decoration: none;
    padding: 15px 15px 15px 15px;
}

/* アコーディオン項目（商品紹介／コラム）の a に矢印を表示しない */
.plus-label a::after {
  content: none !important;
}


/* アコーディオンの「＋」 */
.plus-check + .plus-label:after {
  content: '\e145'; /* ＋ */
  font-family: "Material Symbols Outlined";
  position: absolute;
  right: 10px;
  top: 10px;
  height: 52px;
  font-size: 140%;
  color: #D0BBD2;
}

/* アコーディオンの「−」 */
.plus-check:checked + .plus-label:after {
  content: '\e15b'; /* − */
}
.plus-content{
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  margin-left: 20px; 
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}

/* 第3階層（ほっとイヤリングの子メニュー） */
.plus-content ul {
  margin-left: 20px; /* ← さらに右へインデント */
}

.plus-check:checked + .plus-label + .plus-content{
  max-height: 500px; /* 子要素の高さを見越して十分に大きめに */
  opacity: 1;
  visibility: visible;
  padding: 10px 0;
}

/* 通常の下線 */
.navigation_sp ul > li {
  border-bottom: solid 1px #DCCCDE;
}
/* 子メニューが表示されている親（アコーディオン）の下線を消す */
.plus-check:checked + .plus-label {
  border-bottom: none;
}

/* すべてのメニューの最後のliから下線を消す */
.navigation_sp ul li:last-child {
  border-bottom: none;
}

/* アコーディオンの子メニューの中の最後のliも同様に */
.plus-content li:last-child {
  border-bottom: none;
}

/* さらに深い入れ子（ほっとイヤリングの中）にも */
.plus-content ul li:last-child {
  border-bottom: none;
}


/* ご購入はこちら ボタン */
.mobile-purchase {
  display: flex;
  justify-content: center;
  margin: 30px 20px 20px;
}

.mobile-purchase .purchase-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 24px;
  font-size: 100%;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.mobile-purchase .purchase-button img {
  width: 28px;
  height: auto;
  display: block;
}

/* SNSアイコン */
.sns-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 24px 0 30px;
}

.sns-icons a img {
  width: 36px;
  height: 36px;
  display: block;
}

body.menu-open {
  overflow: hidden;
  position: relative;  /* ← fixed だと全体が固定されてしまう */
  height: auto;         /* ← 100vhだと伸びない */
}


/*--------------------------------
スマホ #video-area
---------------------------------*/
#video-area {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  #video-area video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
  }


/*--------------------------------------
  スマホ gradient-button
--------------------------------------*/
.gradient-button {
  display: inline-block;
  padding: 5px 15px 7px 20px;
  background: linear-gradient(90deg, #E277AA, #AB4995, #B6549A); /* 左→右のグラデーション */
  color: #fff;
  font-size: 100%;
  border-radius: 999px; /* pill型 */
  text-decoration: none;
  position: relative;
  text-align: center;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  overflow: hidden;
  letter-spacing:2px;
}


/* ホバー時の効果（オプション） */
.gradient-button:hover {
  opacity: 0.55;
}

.gradient-button .material-symbols-outlined {
  font-size: 130%; 
  vertical-align: middle;   /* ← 浮き上がり防止 */
  margin-left: 6px;     
  position: relative;
  top: 1px;  
}


/*--------------------------------------
  スマホ normalcontents
--------------------------------------*/

.normalcontents{
	margin:20px auto;
	text-align:center;
	width:100%;
	font-size:100%;
}



.normaltxt{
	padding:0 0px 20px 0;
	text-align:left;
	width:100%;
	margin:0 auto;
	font-size:100%;
}


/*--------------------------------------
  スマホ display_pc,display_sp
--------------------------------------*/

.display_pc{
	display:none;
}
.display_sp{
	margin:0px auto;
	display: inline-block;
}


/*スマホで改行する*/
.sp_br{
	display: block;
}


/*PCで改行する*/
.pc_br{
	display:none;
}



/*--------------------------------------
 スマホ　sns-footer
--------------------------------------*/


.sns-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 316px; 
}

.sns-wrapper .sns-footer {
  text-align: center;
  padding: 0 20px;  
  display: flex;
  flex-direction: column;
  justify-content: center;    /* 縦方向中央寄せ */
  align-items: center;        /* 横方向中央寄せ */
}

.sns-wrapper .sns-text {
  font-size: 100%;
  color: #a85ca3;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}



.sns-wrapper .sns-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.sns-wrapper .sns-icons a img {
  height: 32px; 
  width: auto;
  transition: opacity 0.3s;
}

.sns-wrapper .sns-icons a:hover img {
  opacity: 0.6;
}

.sns-wrapper .display_pc {
  display: none;
}
.sns-wrapper .display_sp {
  display: inline-block;
}


/*--------------------------------------
  スマホ フッター
--------------------------------------*/

.footer-pc { display: none; }
.footer-sp { display: block; }


.site-footer {
  background: #545454;
  color: #fff;
  font-size: 90%;
  padding-bottom: 65px; /* ← フッターメニューの高さ＋少し余裕 */
}


/* フッター内部余白とロゴ */
.footer-inner {
  padding: 40px 20px 20px;
}

.footer-logo {
  margin-bottom: 50px;
}
.footer-logo img {
  max-width: 160px;
}

/* ナビメニュー2カラム構成 */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}



.footer-sp-column {
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.footer-sp-column li {
  margin-bottom: 10px;
}

.footer-sp-column li.home {
  margin-top: -20px;
  font-weight: bold;
}

.footer-sp-column .sub-item {
  padding-left: 1em;
  font-size: 90%;
}

.footer-sp-column a {
  color: #fff;
  text-decoration: none;
}

/* ご購入はこちら */
.site-footer .external-icon {
  width: 14px;
  height: auto;
  margin-left: 6px;
  vertical-align: middle;
}

/* コピーライトとページトップ */
.footer-bottom {
  background: #a085a5;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  font-size: 90%;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom .copyright {
  text-align: left;
}

/* ページトップボタン */
.page-top {
  position: absolute;
  bottom: 370px;
  right: 20px;
  z-index: 999;
}

.page-top img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


/*--------------------------------------
 スマホ　ショップへ
--------------------------------------*/
a.toshoplink {
  display: none;
}



a.tolistlink {
    display: none;
}

/*--------------------------------------
 スマホ パンくず
--------------------------------------*/
div#breadcrumb {
	display:none;
}


/*--------------------------------------
  fixed-footer-menu
--------------------------------------*/
.fixed-footer-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(152, 97, 155, 0.95); /* 薄紫系グラデ風カラー */
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
  z-index: 9999;
  flex-wrap: wrap; /* これで2段になるようにもできる */
}

.footer-btn {
  width: 47%;
  background: linear-gradient(to right, #a46aad, #c28ec7);
  color: #fff;
  text-align: center;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 80%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.footer-btn img {
  width: 20px;
  height: auto;
  display: inline-block;
}

/*--------------------------------------
  背景ぼかし円（スマホファースト）
--------------------------------------*/

.blur-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 200vh; /* 背景範囲：必要に応じて調整 */
  z-index: -1;
  pointer-events: none;
}

.blur-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
  z-index: -1;
}

/* --- スマホサイズ（初期） --- */
.blur-circle.blue01 {
  width: 100px;
  height: 100px;
  background: rgba(128, 192, 224,1.0);
  top: 1500px;
  right: 0px;
}
.blur-circle.blue02 {
  width: 100px;
  height: 100px;
  background: rgba(128, 192, 224,1.0);
  bottom: 3000px;
  right: 0px;
}

.blur-circle.blue03 {
  width: 100px;
  height: 100px;
  background: rgba(128, 192, 224,1.0);
  bottom: 2500px;
  right: 0px;
}

.blur-circle.green01 {
  width: 100px;
  height: 100px;
  background: rgba(58, 140, 58, 0.5);
  top: 2000px;
  right: 0px;
}



.blur-circle.purple01 {
  width: 100px;
  height: 100px;
  background: rgba(216,194,214, 1.0); /* 紫系 */
  top: 600px;
  right: -80px;
}

.blur-circle.purple02 {
  width: 100px;
  height: 100px;
  background: rgba(216,194,214, 1.0); /* 紫系 */
  bottom: 3000px;
  right: 50px;
}
.blur-circle.purple03 {
  width: 100px;
  height: 100px;
  background: rgba(216,194,214, 1.0); /* 紫系 */
  bottom: 1000px;
  right: 50px;
}
.blur-circle.purple04 {
  width: 150px;
  height: 150px;
  background: rgba(216,194,214, 1.0); /* 紫系 */
  bottom: 2700px;
  left: 0px;
}

/* ↑↑幅768px以下にてスマホ（768px以下のスマホ用）の設定***********************************/

/* ↓↓幅768px～1024pxまでタブレット（768px以上）の設定 ***********************************/

/*--------------------------------------
  切替 768px
--------------------------------------*/

@media print,screen and (min-width : 768px){


/*--------------------------------------
768px以上：video-area
--------------------------------------*/

#video-area {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  #video-area video {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

/*--------------------------------------
768px以上：PC用に切り替え　sns-footer
--------------------------------------*/
.sns-wrapper {
    height: 196px;
  }

.sns-wrapper .sns-footer {
    padding: 0 20px; /* 余計なpaddingを抑える */
  }

.sns-wrapper .sns-footer {
    padding: 60px 20px;
	height: 196px;
  }
  
.sns-wrapper .sns-icons {
    gap: 20px; /* ← PCでは少し狭めに */
  }

.sns-wrapper .sns-icons a img {
    height: 36px;
  }

.sns-wrapper .sns-text {
    font-size: 100%;
  }

.sns-wrapper .display_pc {
  display: inline-block;
}
.sns-wrapper .display_sp {
  display: none;
}

/* noteアイコンだけ特別対応 */
.sns-wrapper .display_pc[alt="note"] {
  height: 47px;        /* 高さは自動で */
  width: 90px;         /* 実寸 or 明示的に指定 */
}











/*--------------------------------------
  768 normalcontents
--------------------------------------*/

.normalcontents{
	margin:20px auto;
	text-align:center;
	width:100%;
	font-size:100%;
}




/*--------------------------------------
  768  display_pc,display_sp
--------------------------------------*/

.display_pc{
	display:inline-block;
}
.display_sp{
	margin:0px auto;
	display:none;
}


/*スマホで改行する*/
.sp_br{
	display:none;
}


/*PCで改行する*/
.pc_br{
	display: block;
}


/*--------------------------------------
 768　ショップへ
--------------------------------------*/
a.toshoplink {
    display: block;
    position: fixed;
    right: -45px;
    bottom: 220px;
    z-index: 50;
}

a.toshoplink img{
	width: 70%;
	height: auto;
}

a.tolistlink {
    display: block;
    position: fixed;
    right: -45px;
    bottom: 100px;
    z-index: 50;
}
a.tolistlink img {
    width: 70%;
	height: auto;
}

/*--------------------------------------
  fixed-footer-menu
--------------------------------------*/
.fixed-footer-menu {
  display: none;
}



/*--------------------------------------
  768 パンくず
--------------------------------------*/
div#breadcrumb {
	padding: 10px 0 20px 0px;
	margin:0 auto2;
	width:49%;
	height:auto;
	float:right;
	text-align:right;
	display:inline-block;
	font-size:90%;
}

div#breadcrumb ul {
	padding:0 10px 0 0;
}

div#breadcrumb li {
  display: inline-block;
  text-align:left;
}

div#breadcrumb li:not(:first-child):before {
  margin: 0px 5px;
  content: "\f105";
  font-family: FontAwesome;
}


/*--------------------------------------
  768 site-footer
--------------------------------------*/
.site-footer{
  padding-bottom: 0; 
}


/*--------------------------------------
  768blur-circle
--------------------------------------*/
.blur-circle.blue01 {
    width: 200px;
    height: 200px;
    top: 700px;
    right: 0px;
}
.blur-circle.blue02 {
    width: 200px;
    height: 200px;
    bottom: 1400px;
    right: 0px;
}
.blur-circle.blue03 {
    width: 200px;
    height: 200px;
    bottom: 300px;
    right: -10px;
}


.blur-circle.green01 {
    width: 200px;
    height: 200px;
    top: 1200px;
    right: -50px;
}
.blur-circle.green02 {
    width: 200px;
    height: 200px;
    top: 1700px;
    left: 400px;
    background: rgba(58, 140, 58, 0.5);
}


.blur-circle.purple01 {
    width: 200px;
    height: 200px;
    top: 900px;
    left:-100px;
    background: rgba(216,194,214, 1.0); /* 紫系 */
  }

.blur-circle.purple02 {
    width: 200px;
    height: 200px;
    bottom: 1000px;
    right: 400px;
    background: rgba(216,194,214, 1.0); /* 紫系 */
  }

.blur-circle.purple03 {
    width: 200px;
    height: 200px;
    bottom: 300px;
    left: -50px;
    background: rgba(216,194,214, 1.0); /* 紫系 */
  }
.blur-circle.purple04 {
  display: none;
  }

}/*768end*/






	



/* ↓↓　1024px以上にてPCの設定 
***********************************/

/*--------------------------------------
  切替 1024px
--------------------------------------*/

@media print,screen and (min-width : 1024px) {




/*--------------------------------------
  1024px header
--------------------------------------*/

.site-header-sp{
	display: none;
}


/* ベース */
.site-header {
  padding: 0px 20px;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: block;
}



/* 上段：ロゴ・中央テキスト・リンク（float） */
.header_upper {
  height: 60px;
  margin-bottom: 10px;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.logo {
  float: left;
  padding:20px 0 0 0;
}

.logo img {
  height: 40px;
  display: block;
}

.header-links {
  float: right;
  position: relative;
  right:0;
  white-space: nowrap;
}

.header-links a {
  display: inline-block;
  margin-left: 15px;
  font-size: 0.85rem;
  color: #333;
  text-decoration: none;
  vertical-align: middle;
}

.header-links img {
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}

.purchase-button {
  background-color: #a57aa2;
  color: #fff;
  padding: 10px 12px;
  font-weight: bold;
}
.purchase-button span{
	color: #fff;
  }

/* キャッチコピーを中央に絶対配置 */
.catchphrase {
  position: absolute;
  top: 30%;
  left: 30%;
  transform: translate(-50%, -50%);
  font-size: 0.9rem;
  color: #333;
  white-space: nowrap;
  pointer-events: none; /* 上のリンクにかぶらないようにする場合 */
  font-style: italic;
}

/* 下段：ナビゲーションと言語 */
.header_lower {
  overflow: hidden; /* float解除 */
  padding: 10px 0 5px 0;
  clear: both;
  width: 1200px;
  margin;0 auto;
  height: 50px;

  /*--border-bottom: 1px solid #ddd;--*/
}

.header-nav {
  float:right;
}

.header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav li {
  display: inline-block;
  margin-left: 20px;
}

.header-nav a {
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  padding-bottom: 4px;
  border-bottom: 3px solid transparent;
}

.header-nav a:hover,
.header-nav a.active {
  border-color: #a57aa2;
}

/* 言語切り替え */
.lang-switch {
  float: right;
  font-size: 0.85rem;
  color: #333;
  white-space: nowrap;
  margin-top: 4px;
}



/*--------------------------------------
 1024px navigation_sp
--------------------------------------*/

.hamburger-menu{
	display:none;
}

.navigation_sp{
	display:none;
}






/*--------------------------------
1024 mainimage
---------------------------------*/

#mainimage{
	margin:0px auto 0 auto;
	padding:0px 0 0 0 ;
	clear:both;
	width:1240px;
	height:650px;
	text-align:center;
}
#mainimage　img{
	margin:0px auto 0 auto;
	padding:0px 0 0 0 ;
	clear:both;
	width:100%;
	text-align:center;
}


/*--------------------------------------
  1024  footer
--------------------------------------*/

.footer-sp { display: none !important; }
.footer-pc { display: block; }




.site-footer .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
	position: relative;
  }

.site-footer .footer-logo {
    flex: 0 0 200px;
  margin-right: 40px;
  }

.site-footer .footer-nav {
    display: flex;
    justify-content: space-between;
    gap: 80px; 
    flex: 1;
  }



.footer-column {
    flex: 1;
    min-width: 200px; 
    padding: 0 20px;
    position: relative;
    border-left: 1px solid #949494;
  }
.footer-column a {
    white-space: nowrap; /* ← 折り返さず1行で */
  }


.footer-column:last-child {
  border-right: 1px solid #949494;
  }
  
  
.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }


.footer-column li {
    margin-bottom: 12px;
	line-height: 1.6;
  text-align: left;
  }

.footer-column li a {
  color: #fff;
}

.footer-column ul ul {
    padding-left: 15px;
    font-size: 90%;
  }

.footer-column .home {
  margin-bottom: 20px;
  margin-top: -10px; 
  font-weight: bold; 
}

.footer-column li:not(.home) {
  margin-top: 10px;
}

.footer-column .sub-item {
  padding-left: 1em; 
  display: block;
}
.site-footer .footer-bottom {
  width: 100%;
  margin:0 auto;
  text-align: center;
  padding: 8px 0;
}
.site-footer .copyright  {
  width: 1120px;
  margin:0 auto;
  text-align:center;
  
}
.site-footer .copyright p  {
  text-align: left;
}


.page-top {
  position: absolute;
  bottom: 260px;
  right: 20px; 
  z-index: 999; 
}

.page-top img {
  width: 40px;  
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2); 
}





/*--------------------------------------
  1024px パンくず
--------------------------------------*/
div#breadcrumb {
	padding: 10px 0 20px 0px;
	margin:0 auto;
	width:500px;
	height:auto;
	float:right;
	text-align:right;
}

div#breadcrumb ul {
	padding:0 10px 0 0;
}

div#breadcrumb li {
  display: inline-block;
  text-align:left;
}

div#breadcrumb li:not(:first-child):before {
  margin: 0px 5px;
  content: "\f105";
  font-family: FontAwesome;
}



/*--------------------------------------
  1024 normalcontents
--------------------------------------*/

.normalcontents{
	margin:20px auto;
	text-align:center;
	width:100%;
	font-size:100%;
}



.normaltxt{
	padding:0 0px 20px 0;
	text-align:left;
	width:100%;
	margin:0 auto;
	font-size:100%;
}



/*--------------------------------------
  1024 normalcontents_pc
--------------------------------------*/

.normalcontents_pc{
	margin:20px auto;
	text-align:center;
	width:100%;
}
.normalcontents_sp{
	display:none;
}


/*--------------------------------------
  1024 blur-circle
--------------------------------------*/
.blur-background {
height: 250vh; /* PCではより広くとって安心 */



}/*1024end*/





/* ↓↓　PCのプリント設定 */

/*--------------------------------------
  切替 printのみ
--------------------------------------*/

@media print {

body {
width: 1024px;
}	


	
/*--------------------------------------
  TOPへ戻る
--------------------------------------*/


	
	
}/*print　end*/


