/*
Theme Name: re
Author: 2G
Description: WP
Version: 1.0
*/

@charset "utf-8";

:root {
  --color-black-01:#888;
  --color-pur-01:#C4A5C7;
  --max-width:1280px;
  --padding-LR:0 40px;
  --padding-TB:120px 0;
  --padding-TBLR-base:100px 40px;
  --mb-base-01:0 auto 80px;
  --f-en-jo:"Josefin Sans", sans-serif;
  --f-en-bi:"Birthstone", cursive;
  --midashi-h2:6rem;
}

body {
  font-size:1.4rem;
  font-family:"Noto Sans JP","ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6", HiraKakuProN-W6, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
	line-height:2;
  color:var(--color-black-01);
  font-weight:400;
	-webkit-print-color-adjust: exact;
}


img {
	vertical-align:bottom;
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}


a img {

  transition:.5s;
}

a:hover img {
  opacity:.5;
}

/*
リンク色と下線の設定 --------------------------------------------*/

a {

	}

a:link {	
  color:var(--color-black-01);
  text-decoration:none;
	}

a:visited {
  color:var(--color-black-01);
  text-decoration:none;
	}

a:hover {
  color:var(--color-black-01);
	text-decoration:none;
	}

a:active {
  color:var(--color-black-01);
  text-decoration:none;
}

#wrapper  {
  width: 100%;
}


.hdHeader {
  width: 100%;
  padding:8px 2%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: transform 0.3s ease;
}

/* 非表示状態 */
.hdHeader.hide {
  transform: translateY(-100%);
}

.hdHeader__inner {
  width:100%;
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.hdHeader__innerH1 {
  width:140px;
}

.menuBox {

}

.menuBox__list {
  display:flex;
  gap:56px;
  font-family:var(--f-en-bi);
  align-items:center;
  font-weight:700;
  line-height:1;
}

.menuBox__list a {
  padding:8px 0;
  color:var(--color-pur-01);
  font-size:3rem;
}

.menu-x {
  transform:translateY(-4px);
}

.fv {
  min-height:100svh;
  background:url(/wp-content/themes/recherche/imgs/bg-fv.webp) no-repeat 0 0 /cover;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:100px 0 0;
  overflow:hidden;
}

.fv__inner {
  max-width:1000px;
  margin:auto;
}

.about {
  position:relative;
  padding:40px 5%;
  margin:var(--mb-base-01);
}

.about-txt-01 {
  text-align:center;
  margin-bottom:32px;
}

.about-txt-02 {
  text-align:center;
  font-family:var(--f-en-bi);
  font-weight:400;
  font-size:1.6rem;
  line-height:1.4;
}




.btn-01 {
  width:240px;
  display:block;
  padding:12px 0 12px;
  line-height:1;
  background:#fff;
  border:1px solid var(--color-pur-01);
  border-radius:50px;
  text-align:center;
  font-family:var(--f-en-bi);
  font-size:2.4rem;
  transition:.5s;
  text-decoration:none;
  background:var(--color-pur-01);
  color:#fff !important;
  margin:32px auto 0;
}

.btn-01:hover {
  background:#fff;
  color:var(--color-pur-01) !important;
}

/*
time.base {
  font-weight:500;
  font-family:var(--f-en-jo);
  display:inline-block;
  margin-right:6px;
  font-size:1.2rem;
  color:#666;
  letter-spacing:1px;
}
*/

.jumpText span {
  display: inline-block;
  animation: none;
}

@keyframes jump {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-10px); }
  60%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

.news {
  max-width:1100px;
  margin:var(--mb-base-01);
  position:relative;
  padding:0 5% 48px;
}

.title-sec {
  text-align:center;
  margin:0 auto 18px;
  font-family:var(--f-en-bi);
  font-size:6rem;
  color:var(--color-pur-01);
}

.news-txt-01 {
  font-size:1.2rem;
  color:var(--color-pur-01);
}

.news-list h3 {
  font-size:1.6rem;
  line-height:1.7;
}

.news-list li {
  border-top:1px solid #ccc;
  padding:14px 0;
}

.news-list li:last-child {
  border-bottom:1px solid #ccc;
}

.schedule {
  max-width:1100px;
  margin:var(--mb-base-01);
  position:relative;
  padding:0 5% 48px;
}

.schedule iframe {
  width:100%;
}



.profile {
  max-width:1100px;
  margin:var(--mb-base-01);
  position:relative;
  padding:0 5% 48px;
}

.top-profile-list {
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:80px;
}

.top-profile-list li {
  text-align:center;
}

.top-pro-txt-01 {
  display:block;
  font-family:var(--f-en-bi);
  margin-top:16px;
  line-height:1;
  font-size:1.6rem;
}

.top-pro-txt-02 {
  display:block;
  letter-spacing:2px;
}

/* モーダル全体（背景の暗い部分）の共通設定 */
.js-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  
  /* デフォルトは非表示・透明 */
  opacity: 0;
  visibility: hidden;
  
  /* ゆっくり表示・非表示にするアニメーション設定 (0.5秒) */
  transition: opacity 0.5s, visibility 0.5s;
  
  /* 中身を中央揃えにする設定 */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* モーダルがアクティブ（表示）になった時の状態 */
.js-modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダルの背景（薄暗くするレイヤー） */
.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* 背景色と透明度 */
  z-index: 1;
  cursor: pointer;
}

/* モーダルの白い箱（コンテンツエリア） */
.modal-container {
  position: relative;
  z-index: 2; /* 背景より手前に表示 */
  width: 90%; /* スマホなどで幅いっぱいになりすぎないように */
  max-width: 1000px; /* ご要望の最大幅 */
  background: #fff;
  padding: 40px 4%;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* 閉じるボタンのスタイル（お好みで調整してください） */
.modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.modal-close:hover {
  opacity: 0.7;
}

footer {
  padding:80px 5%;
  background:url(/wp-content/themes/recherche/imgs/bg-ft.webp) no-repeat 0 0 / cover;
}

.ft-logo-txt {
  text-align:center;
}

.ft-logo-txt img {
  width:72px;
  display:block;
  margin:0 auto 10px;
}

.copy {
  text-align:center;
  font-family:var(--f-en-bi);
}

.ft__bnrList {
  max-width:720px;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:24px;
  margin:16px auto 0;
}

.modal-inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.modal-inner .photo-box {
  width:40%;
}

.modal-inner .photo-box img {
  border-radius:6px;
}

.modal-inner .txt-box {
  width:55%;
  text-align:left;
}

.pro-txt-sns {
  display:flex;
  align-items:center;
  gap:12px;
}

.pro-txt-sns {
  margin-top:16px;
}

.pro-txt-sns li {
  width:20px;
}

.pro-single-name {
  font-size:2rem;
  line-height:1;
  padding-bottom:6px;
  border-bottom:1px solid #888;
  margin-bottom:24px;
  letter-spacing:2px;
}

.pro-single-name span {
  padding-left:8px;
  font-family:var(--f-en-bi);
  font-size:1.8rem;
  letter-spacing:0;
}

.pro-txt-list li {
  text-align:left !important;
  line-height:1.2;
  margin-bottom:8px;
  font-size:1.3rem;
}


.lower-title-space {
  height:100px;
}

.base__block {
  max-width:980px;
  padding:0 0%;
  margin:auto;
}

/*
PC NEWS --------------------------------------------*/
.newsSingleBlock {
  max-width:100%;
  margin:auto;
}

.newsSingleBlock img {
  max-width:80%;
  display:block;
  margin:32px auto 24px;
}

.newsSingleTitle {
  margin-bottom:32px;
}

.newsSingleBody {
  border-bottom:1px solid #ccc;
  padding-bottom:48px;
  margin-bottom:24px;
}

.newsSingleTitle h3 {
  font-size:1.7rem;
  line-height:1.6;
  padding-bottom:12px;
  border-bottom:1px solid #ccc;
}

.newsSinglePager {
  display:flex;
  justify-content:space-around;
  align-items:flex-start;
  width:54%;
  margin:auto;
}

.newsSinglePager .btn-01 {
  width:180px;
  margin-top:0;
}









/*
margin parts --------------------------------------------*/
.mb16 {
  margin-bottom:16px;
}

.mb24 {
  margin-bottom:24px;
}






/*
PC txt --------------------------------------------*/
.txt-c {
  text-align:center;
}

.txt-c-pt {
  text-align:center;
}




/*
PC block --------------------------------------------*/
.i_p_b {display: block !important;}
.i_t_b {display: none !important;}
.i_s_b {display: none !important;}
.i_pt_b {display: block !important;}
.i_ts_b {display: none !important;}
.dis-none {display:none !important;}