@charset "utf-8";

/*===== 基本設定 =====*/
:root {
  --color-primary: #555555;
  --color-secondary: #8B6D5E;
  --color-accent: #DCC4B8;
  --color-frame: #CCCCCC;	
  --color-text: #444444;
  --color-back: #E8D5CC;
  --color-light: #F5F5F5;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-sand: #B4A27B;	
  --color-pink: #D8A7A7;
  --color-mint: #A8C3A3;
  --color-blue: #A7C6D8;
  --color-green: #88B175;
  --color-attn: #D59B09;
  --color-sale: #C30002;
  --color-line: #3D863D;	
  --color-rakuten: #BF0000;
  --color-yahoo: #FF0033;
  --transition: all 0.4s ease}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8;
  color:  var(--color-text);
  background: var(--color-white);
  margin: 0 auto;
  padding: 0;
  width: 750px;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px; /* 文字と下線を離して読みやすく */
  text-decoration-thickness: 1px; /* 細めで上品に */
  transition: color 0.3s ease, opacity 0.3s ease;
}

a:hover,
a:focus {
  color: #c86594; 
}

a:active {
  opacity: 0.7;
}

/* 応募要項ボタンだけは下線を消す */
a.regina-btn {
  text-decoration: none !important;
}

/* ===== 見出し ===== */
h1, h2, h3, h4 {
  font-family: 'Cinzel', 'Noto Serif JP', serif; /* 英語はCinzel、日本語はNoto Serif JP */
  font-weight: 700;
  line-height: 1.4;
}

h1 {
  font-size: 2.0rem;
  letter-spacing: 0.05em; /* 少しだけタイトに */
}

h2 {
  font-size: 1.8rem;
  margin: 2rem 0 1rem;
  text-align: center;
  letter-spacing: 0.1em; /* ゆったり余裕感 */
}

h3 {
  font-size: 1.4rem;
  color: var(--color-sale);
  margin-top: 1.2rem;
  letter-spacing: 0.05em;
}

h4 {
  font-size: 1.15rem;
  color: var(--color-attn);
  margin-top: 1.0rem;
  letter-spacing: 0.05em;
}

/* ===== 見出し下 説明文 ===== */
.subtitle {
	margin: 0 auto;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: center;
}

/* ===== グラデ装飾 ===== */
.gradient-text {
  font-weight: bold;
  background: linear-gradient(90deg, #5f54a2 10%, #be5992 40%, #d57f71 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 1rem;
}

/* ===== 太字/下線 ===== */
.attn-text {
  font-weight: 600;
  /* font-family: 'Cinzel', 'Noto Serif JP', serif; */
  display: inline-block;
  position: relative;
  padding-bottom: 0.2em;
}

.attn-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #c86594, #e5adab);
  border-radius: 2px;
}


/* ===== イメージ ===== */
img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.logo-img {
	display: block;
	width: 30%;
	max-width: 200px;
	height: auto;
	margin: 2.0rem auto;
}

/* ===== レイアウトブロック ===== */
.block {
  padding: 2rem 1rem;
}

.block-white {
  background: #fff;
}

.block-beige {
  background: linear-gradient(to right, #ebe5d9, #f0e1dc);
}

/* ===== 枠組み・カード ===== */
.box {
  margin: 1.5rem auto;
  padding: 1rem;
  border: 1px solid #444;
  max-width: 700px;
  text-align: left;
}

.card {
  margin: 1.5rem auto;
  padding: 1rem;
  border: 1px solid #C1BCAE;
  background: #fff;
  max-width: 700px;
}

ul {
  list-style: none;
  padding-left: 0; /* 左の余白も取るなら追加 */
  margin: 1rem 0;
}

ul li {
  margin-bottom: 0.5rem; /* 行間は欲しいので余白だけ残す */
}

/* ===== プロフィールリスト ===== */
.profile-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* デフォ：スマホ2カラム */
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 2rem auto;
  max-width: 800px;
}

@media screen and (min-width: 768px) {
  .profile-list {
    grid-template-columns: repeat(3, 1fr); /* PCでは3カラム */
  }
}

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

.profile-list img {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1 / 1;       /* 正方形に揃える */
  border-radius: 50%;        /* 円形にする */
  object-fit: cover;         /* 画像トリミング */
  margin: 0 auto 0.5rem;
  display: block;
}

/* 名前の表示 */
.profile-list .name {
  display: block;
  font-size: 1rem;
  color: #444; /* 通常テキストと同じ色 */
  margin-top: 0.5rem;
}

/* ===== リンク色を通常テキストに統一 ===== */
.profile-list a {
  text-decoration: none;
  color: inherit;  /* 親の色を継承（青禁止！） */
}

.profile-list a:hover {
  opacity: 0.8;    /* hover時の軽い反応 */
}

.name {
  display: inline-block;
  font-size: 1rem;
  color: #444;
}

.name i {
  color: #c13584;   /* Instagramカラー風（#c13584 はピンク寄り） */
  margin-right: 0.4em;
  font-size: 1.1em; /* テキストとバランスを合わせる */
  vertical-align: middle;
}



/* ===== ボタン ===== */
.btn {
  display: block;
  width: fit-content;
  margin: 1.5rem auto;
  background: linear-gradient(90deg, #c86594, #e5adab); /* 既存ピンク */
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

/* ===== btn-2：ラベンダーグラデ ===== */
.btn-2 {
  background: linear-gradient(90deg, #9d86c2, #d3b7e5);
}

/* ===== btn-3：ミントグリーングラデ ===== */
.btn-3 {
  background: linear-gradient(90deg, #7bbfa0, #b9e0c9);
}


/* ===== 問い合わせ・お買い物ガイド・TOP戻る共通円形ボタン ===== */
.circle-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.2s ease, background-color 0.3s ease;
  z-index: 9999;
  position: fixed;
  bottom: calc(20px + env(safe-area-inset-bottom));
  line-height: normal !important;
  vertical-align: baseline !important;
}

/* ===== TOPに戻る（左下共通） ===== */
.back-to-top {
  left: max(15px, env(safe-area-inset-left));
  background-color: rgba(200,200,200,0.8);
  border: none;
}
.back-to-top:hover { background-color: rgba(150,150,150,0.9); }

/* ===== お買い物ガイド（TOPページ用：右下） ===== */
.regina-btn {
  right: max(15px, env(safe-area-inset-right));
  background: linear-gradient(90deg, #c86594, #e5adab); /* グラデーションに変更 */
  border: none;
}
.regina-btn:hover {
  transform: scale(1.05);
  opacity: 0.9; /* hover時にちょっと透けるだけに */
}
.regina-btn > span {
  font-size: 0.875rem !important;
  font-weight: normal !important;
  line-height: 1.15;
  text-align: center;
  display: block;
  color:var(--color-white);
  pointer-events: none;
  transform: translateY(1px);
}

/* PC幅(768px以上)のときはボタンを内側に寄せる */
@media screen and (min-width: 768px) {
  .back-to-top {
    left: 200px; /* 左から40pxの位置に */
  }

  .regina-btn {
    right: 200px; /* 右から40pxの位置に */
  }
}


/* ===== フッター ===== */
footer {
  background: var(--color-primary);
  color: var(--color-white);
  padding: 2rem 1rem;
  text-align: center;
}

/* --- 上段 --- */
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.shopping-guide {
  color: var(--color-white);
  font-size: 0.875rem;
  text-decoration: none;
  border-bottom: 1px solid var(--color-white);
}

.footer-icons {
  display: flex;
  justify-content: center; /* 中央寄せ */
  gap: 1rem;
  margin-top: 1rem;        /* 少し余白を足すと見栄えUP */
}


.footer-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #444;
  color: #fff;
  font-size: 16px;
  transition: background 0.3s ease;
}

.footer-icons a:hover {
  background: #c86594; /* hoverでグラデ感出しても◎ */
}

.english {
	font-size: 0.825rem;
	text-align: center;
	font-weight: 300;
}

.footer-catch {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #c86594;
}

.footer-logo {
  width: 150px;
  margin: 0.5rem 0;
}

.brand {
  font-size: 0.9rem;
  margin: 0.5rem 0;
}

.contact {
  font-size: 0.8rem;
  margin: 0.5rem 0 1rem;
}

.contact a {
  color: #fff;
  text-decoration: underline;
}

.copy {
  font-size: 0.7rem;
  opacity: 0.7;
}



/*===== PC/タブレット・マージン =====*/
.mb-10 {
  margin-bottom: 10px}

.mb-20 {
  margin-bottom: 20px}

.mb-30 {
  margin-bottom: 30px}

.mb-40 {
  margin-bottom: 40px}

.mb-50 {
  margin-bottom: 50px}

.mb-75 {
  margin-bottom: 75px}

.mb-100 {
  margin-bottom: 100px}

.mb-125 {
  margin-bottom: 125px}

.mb-150 {
  margin-bottom: 150px}

.mb-200 {
  margin-bottom: 200px}
/*===== =====*/

/*===== マイナス・マージン =====*/
.mb-n10 {
  margin-bottom: -10px}

.mb-n20 {
  margin-bottom: -20px}

.mb-n30 {
  margin-bottom: -30px}

.mb-n40 {
  margin-bottom: -40px}

.mb-n50 {
  margin-bottom: -50px}
/*===== =====*/

/*===== レスポンシブ対応 =====*/
@media (max-width: 767px) {

/*===== スマホ マージン =====*/
.mb-10 {
  margin-bottom: 0.625rem}

.mb-20 {
  margin-bottom: 1.25rem}

.mb-30 {
  margin-bottom: 1.875rem}

.mb-40 {
  margin-bottom: 2.5rem}

.mb-50 {
  margin-bottom: 3.125rem}

.mb-75 {
  margin-bottom: 4.6875rem}

.mb-100 {
  margin-bottom: 6.25rem}

.mb-125 {
  margin-bottom: 7.8125rem}

.mb-150 {
  margin-bottom: 9.375rem}

.mb-200 {
  margin-bottom: 12.5rem}
}
/*===== =====*/