@charset "UTF-8";

/* =========================================
ベース設定
   ========================================= */

a:visited {
  color: #fff;
}

body section {
  overflow: visible;
}
section {
  margin: 0 auto;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0 auto;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "M PLUS 1p", "Helvetica Neue", Arial, sans-serif;
  color: #5d4037;
  background: none;
  background-color: transparent;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

/* =========================================
ヘッダーエリア
   ========================================= */
.site-header {
  width: 100%;
  background-color: #fdd835;
  padding: 80px 0px 40px;
  text-align: center;
  position: relative;
  z-index: 10;
  background-image: url(images/head_bg.webp);
  background-repeat: repeat-x;
  background-position: center top 40px;
  background-size: auto calc(100% - 40px);
}

.header-inner {
  max-width: 960px;
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.header-img img {
  width: 370px;
  height: auto;
}

.header-info {
  text-align: left;
}
.header-info h1 {
  font-size: 32px;
  margin: 0 0 20px 0;
  color: #5d4037;
  letter-spacing: 0.05em;
  text-align: center;
}

.event-period {
  display: inline-block;
  background-color: #5d4037;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-align: center;
}
.period-label {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.period-date {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* =========================================
メインコンテンツ
   ========================================= */

#bg_layer {
  /* 画面全体に固定 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -999;
  background-color: #fdfaf1;
  background-image:
    linear-gradient(rgba(183, 171, 154, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183, 171, 154, 0.5) 1px, transparent 1px);
  background-size: 30px 30px;
  background-repeat: repeat;
}

.container {
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  padding-bottom: 0;
}

.content-inner {
  padding: 60px 60px 6px 60px;
  background-image: url(images/content-inner_bg.webp);
  background-size: contain;
  background-repeat: repeat-y;
}

section {
  margin-bottom: 80px;
}

/* =========================================
各パーツデザイン
   ========================================= */

.section-header-bar {
  background-color: #5d4037;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 40px;
  position: relative;
}
.section-header-bar::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url("images/white_flower.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* キャンペーン用のピンク見出し */
.section-header-bar.pink-ver {
  background-color: #ef9a9a;
}
.section-header-bar.pink-ver::after {
  color: #ffebee;
}

.text-box {
  border: 9px solid #fff;
  outline: 3px solid #8d6e63;
  outline-offset: -3px;
  border-radius: 15px;
  padding: 3em 2em;
  color: #5d4037;
  font-weight: normal;
  line-height: 1.8;
  background-color: #fffbf0;
  position: relative;
  text-align: left;

  background-image:
    url("images/text_flower01.webp"), url("images/text_flower02.webp"),
    radial-gradient(#ecd8b8 20%, transparent 20%),
    radial-gradient(#ecd8b8 20%, transparent 20%);

  background-position:
    top 10px left 10px,
    bottom 10px right 10px,
    0 0,
    5px 5px;

  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-size:
    60px auto,
    60px auto,
    10px 10px,
    10px 10px;
}

/* キャラクター画像 */
.chara-img {
  text-align: center;
  margin-bottom: 20px;
}
.chara-img img {
  width: 300px;
  max-width: 80%;
}

/* 名前・ライン・ドット枠 */
.char-profile-area {
  max-width: 700px;
}
.char-name-block {
  text-align: center;
  margin-bottom: 10px;
}
.char-ruby {
  display: block;
  font-size: 14px;
  color: #8d6e63;
  margin-bottom: 0;
}
.char-kanji {
  font-size: 32px;
  margin: 0;
  color: #5d4037;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.sep-line {
  width: 100%;
  height: 3px;
  background-color: #fdd835;
  margin-bottom: 20px;
  border-radius: 2px;
}

/* =========================================
1) 開催期間エリア
   ========================================= */
.collab-period-area {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #ebc84a;
}
.period-title {
  font-weight: bold;
  color: #5d4037;
  margin-bottom: 5px;
}
.period-box-dark {
  background-color: #5d4037;
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
}

/* =========================================
2) 注意事項エリア
   ========================================= */

.notes-area.text-center {
  max-width: 700px;
}
.notes-container {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.notes-label {
  display: inline-block;
  background-color: #7986cb;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  z-index: 5;
}
.notes-box {
  background-color: #e8eaf6;
  border: 9px solid #fff;
  outline: 3px solid #c5cae9;
  outline-offset: -3px;
  border-radius: 15px;
  padding: 30px;
  text-align: left;
  font-size: 13px;
  position: relative;

  background-image:
    url("images/notes_flower01.webp"), url("images/notes_flower02.webp"),
    radial-gradient(#ecd8b8 20%, transparent 20%),
    radial-gradient(#ecd8b8 20%, transparent 20%);
  background-position:
    top 10px left 10px,
    bottom 10px right 10px,
    0 0,
    5px 5px;

  background-repeat: no-repeat, no-repeat, repeat, repeat;

  background-size:
    60px auto,
    60px auto,
    10px 10px,
    10px 10px;
}

.notes-box ul {
  padding-left: 20px;
  margin: 30px 0;
  color: #5d4037;
}

.notes-box li {
  margin-bottom: 8px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.notes-box li::before {
  content: "・";
}

.notes-small {
  font-size: 13px;
  color: #5d4037;
  margin-top: 15px;
  text-align: left;
  padding-left: 2em;
}

/* =========================================
3) キャンペーン
   ========================================= */

.campaign-container {
  width: 100%;
  max-width: 700px !important;
}

.cp-title {
  display: inline-block;
  color: #5d4037;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 20px 0;
  background: linear-gradient(transparent 60%, #fdd3d4 60%);
  padding: 0 10px;
}

.cp-period-badge {
  background-color: #424242;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: inline-block;
}

.cp-box {
  background-color: #f8e1de;
  border: 9px solid #fff;
  outline: 3px solid #846a5c;
  outline-offset: -3px;
  border-radius: 15px;
  padding: 3em 2em;
  color: #5d4037;
  font-weight: normal;
  line-height: 1.8;
  position: relative;
  text-align: left;
  background-image:
    url("images/cp_flower01.webp"), url("images/cp_flower02.webp"),
    radial-gradient(#ffffff 20%, transparent 20%),
    radial-gradient(#ffffff 20%, transparent 20%);

  background-position:
    top 10px left 10px,
    bottom 10px right 10px,
    0 0,
    5px 5px;

  background-repeat: no-repeat, no-repeat, repeat, repeat;

  background-size:
    60px auto,
    60px auto,
    10px 10px,
    10px 10px;
}

.cp-cap-box {
  background-color: #5d4037;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.red-marker {
  color: #ff98a8;
}

.cp-desc {
  font-size: 22px;
  font-weight: 500;
}

.cp-point {
  font-size: 22px;
  font-weight: 900;
  background: linear-gradient(transparent 60%, #feb6b7 80%);
}
.cp-point02 {
  font-size: x-large;
}
.cp-comments-text {
  text-align: center;
  font-weight: bold;
  font-size: large;
}

/* コラボ情報 */
.highlight-title {
  display: inline-block;
  color: #5d4037;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 20px 0;
  background: linear-gradient(transparent 60%, #fce4b6 60%);
  padding: 0 10px;
}

.badge-label {
  background: #fdd835;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 4px;
  margin-bottom: 20px;
  max-width: 200px;
  font-weight: bold;
}
.mission-block {
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ボタン */
/* --- ボタンのコンテナ（共通） --- */
.link-btn,
.x-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  max-width: 400px;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  transition: opacity 0.3s;
  box-sizing: border-box;
}

.link-btn {
  background-color: #ffbb33;
  box-shadow: 0 0 0 3px #ffbb33;
}

.link-btn .btn-text {
  color: #5d4037;
}
.link-btn.btn-text a:visited {
  color: #5d4037;
}
.x-btn {
  background-color: #3e4447;
  color: #ffffff;
  box-shadow: 0 0 0 3px #3e4447;
}

.link-btn:hover,
.x-btn:hover {
  opacity: 0.8;
}

.btn-text {
  width: 100%;
  text-align: center;
  margin-left: 0;
}

.btn-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
}

.btn-arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffbb33;
  border-right: 2px solid #ffbb33;
  transform: rotate(45deg);
  margin-left: -2px;
}
.x-btn .btn-arrow::after {
  border-color: #aaa;
}

.btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 60px;
}
/* =========================================
コラボ解説
   ========================================= */
.logo-img {
  max-width: 400px;
  margin: 0px auto 60px;
  padding-top: 30px;
}

.content-description {
  width: 100%;
  padding: 60px 0 60px;
  text-align: center;
  position: relative;
  background-color: #ffeab8;
  background-image:
    radial-gradient(#fff3d7 20%, transparent 20%),
    radial-gradient(#fff3d7 20%, transparent 20%);
  background-position:
    0 0,
    10px 10px;
  background-size: 20px 20px;
  background-repeat: repeat;
  margin-bottom: 0;
}

.dedcription-inner {
  max-width: 960px;
  padding: 0px 60px;
  margin: 0 auto;
  box-sizing: border-box;
}

.dedcription-inner .text-box,
.dedcription-inner .btn-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.dedcription-inner .btn-wrapper {
  margin-top: 60px;
}

.back-btn-wrapper {
  max-width: 310px;
  margin: 0 auto;
  padding-top: 50px;
}
.back-btn-wrapper {
  max-width: 310px;
  margin: 0 auto;
  padding-top: 50px;
}

.cp-cap-box p {
  max-width: 500px;
  margin: 0 auto;
  overflow-wrap: break-word;
}

/* =========================================
 会社概要エリア
   ========================================= */

.company-area.text-center {
  max-width: 700px;
}
.company-container {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.company-label {
  display: inline-block;
  background-color: #7986cb;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  z-index: 5;
}

.company-box {
  background-color: #e8eaf6;
  border: 9px solid #fff;
  outline: 3px solid #c5cae9;
  outline-offset: -3px;
  border-radius: 15px;
  padding: 2em;
  font-size: 14px;
  position: relative;

  background-image:
    url("images/notes_flower01.webp"), url("images/notes_flower02.webp"),
    radial-gradient(#ecd8b8 20%, transparent 20%),
    radial-gradient(#ecd8b8 20%, transparent 20%);
  background-position:
    top 10px left 10px,
    bottom 10px right 10px,
    0 0,
    5px 5px;

  background-repeat: no-repeat, no-repeat, repeat, repeat;

  background-size:
    60px auto,
    60px auto,
    10px 10px,
    10px 10px;
}

.company-box ul {
  padding-left: 1em;
  margin: 30px 0;
  color: #5d4037;
  text-align: left;
}

.company-box li {
  margin-bottom: 12px;
  line-height: 1.9;
  text-indent: -1em;
  padding-left: 1em;
}

.company-box li::before {
  content: "・";
}
.company-box li a {
  text-decoration: underline;
}
.company-box li a:visited {
  color: #5d4037;
}

.company-small {
  font-size: 13px;
  color: #5d4037;
  margin-top: 15px;
  padding-left: 30px;
  text-align: left;
}

.copy {
  font-size: small;
  text-align: center;
  margin-top: 20px;
}

.footer-deco-bar {
  width: 100%;
  background-color: #fdd835;
  padding: 0px 0px 70px;
  text-align: center;
  position: relative;
  background-image: url(images/footer-deco_bg.webp);
  background-repeat: repeat-x;
  background-size: 40px;
}
.copyright {
  background-color: #000000;
  color: #fff;
  margin: 0;
  padding: 20px;
  text-align: center;
}

.fixed-side-share {
  position: fixed;
  top: 20%;
  right: -0.8%;
  z-index: 900;
  width: 70px;
  height: auto;
  transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.6s;
  transform: translateX(120%);
  opacity: 0;
  pointer-events: none;
}

.fixed-side-share img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: 0.4vw;
}

.fixed-side-share.is-show {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.fixed-side-share.is-show:hover {
  transform: translateX(0) scale(1.02);
  transform-origin: right center;
  opacity: 1;
}

.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #5d4037;
  color: #fdd835;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .header-inner {
    flex-direction: column;
    gap: 20px;
    padding: 0 10vw;
  }
  .content-inner {
    padding: 40px 20px;
  }
  .dedcription-inner {
    padding: 0 20px;
  }
  .header-img img {
    width: 100%;
  }
  .header-info h1 {
    font-size: 24px;
    text-align: center;
  }
  .cp-title {
    font-size: 18px;
  }

  .site-header {
    background-position: center top 0;
    background-size: contain;
  }
}
@media screen and (max-width: 520px) {
  .content-inner {
    background: none;
  }
  .container {
    background: none;
  }
  #bg_layer {
    opacity: 0.4;
  }
}

@media screen and (max-width: 425px) {
  /* --- 全体の余白を「0」にする --- */
  .content-inner {
    padding: 30px 0;
    background: none;
  }
  .container {
    background: none;
  }
  #bg_layer {
    opacity: 0.4;
  }

  /* コラボ解説エリアの余白も0に */
  .dedcription-inner {
    padding: 0;
  }
  .event-period {
    width: 100%;
  }

  /* --- 見出し（画面端から少し離す） --- */
  .section-header-bar {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .sep-line {
    max-width: 90%;
  }
  .text-box,
  .cp-box,
  .notes-box {
    width: auto;
    /* 影が重ならないように上下に少し隙間を作る */
    margin: 5px 0 30px 0;

    /* outline（外枠）を消します */
    outline: none !important;
    border-radius: 0;

    /* ★白のラインを「border」で作ります */
    border-left: none !important;
    border-right: none !important;
    border-top: 6px solid #ffffff !important;
    border-bottom: 6px solid #ffffff !important;

    /* 中の余白 */
    padding: 35px 15px;
  }

  /* --- 各ボックスの色設定（外側の線をbox-shadowで作る） --- */

  /* 1. テキストボックス（茶色の外線） */
  .text-box {
    /* 上に茶色の影、下に茶色の影を落として「線」に見せる */
    box-shadow:
      0 -3px 0 0 #8d6e63,
      0 3px 0 0 #8d6e63;
    font-size: 1rem;
    line-height: 1.8;
    padding-top: 5vh;
    padding-bottom: 4vh;
  }
  .collab-period-area {
    max-width: 90%;
  }
  .period-box-dark {
    max-width: 80%;
  }
  /* 2. キャンペーン（濃い茶色の外線） */
  .cp-box {
    box-shadow:
      0 -3px 0 0 #846a5c,
      0 3px 0 0 #846a5c;
  }

  /* 3. 注意事項（薄紫の外線） */
  .notes-box {
    box-shadow:
      0 -3px 0 0 #c5cae9,
      0 3px 0 0 #c5cae9;
  }
  .notes-box ul {
    padding-left: 10px;
    margin: 20px 0;
  }

  /* --- その他パーツのスマホ調整 --- */
  .x-btn {
    max-width: 90%;
  }
  .link-btn {
    max-width: 90%;
  }

  .logo-img {
    max-width: 80%;
  }

  .highlight-title {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0 5px;
    background: linear-gradient(transparent -45%, #fce4b6 100%);
    display: block;
    max-width: 80%;
    margin: 0 auto 2vh;
  }

  .char-kanji {
    font-size: 26px;
  }
  .chara-img img {
    width: 260px;
  }

  .cp-title {
    font-size: 18px;
    line-height: 1.4;
  }
  .cp-cap-box {
    font-size: 1.4rem;
    padding: 8px;
  }
  .cp-desc,
  .cp-comments-text {
    font-size: 1rem;
  }
  .cp-point {
    font-size: 15px;
  }

  .logo-img {
    margin-bottom: 30px;
  }
  .fixed-side-share img {
    width: 70%;
    height: auto;
    margin-left: 8vw;
  }

  .company-box {
    padding: 3em 1em 2em 1em;
    font-size: 14px;
    position: relative;
  }
  .company-label {
    padding: 8px 20px;
    margin-bottom: 0.5em;
  }
  .company-box ul {
    padding-left: 0.2em;
  }

  .scroll-top-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background-color: #5d4037;
    color: #fdd835;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
}

.cp-desc {
  font-size: clamp(10px, 4vw, 18px);
}

.cp-comments-text {
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

.cp-point02 {
  font-size: 1.25em;
}

@media screen and (max-width: 768px) {
  .cp-cap-box {
    white-space: normal;
  }
}
