@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;bold;700&display=swap");
html {
  font-size: 62.5%;
}
body {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  max-width: 100%;
}
h1 {
  font-size: 3rem;
  font-weight: bold;
}
h2 {
  font-size: 2rem;
  font-weight: bold;
}
h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.pc {
  display: block;
}

.sp {
  display: none;
}
/* ---------- 背景画像 ---------- */
body {
  background-image: url("../img/background_top.webp");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 90px;
  background-attachment: fixed;
  /*padding-top: 90px;*/
}
/* ---------- 右側メニュー ---------- */
.right_image {
  position: fixed;
  top: 120px;
  right: 20px;
  z-index: 1000;
}
.pcbg__right__wrap__item__anchor {
  list-style: none;
  padding: 150px 150px 0 150px;
  margin: 0;
}
.pcbg__right__wrap__item__anchor li {
  margin-bottom: 10px;
  text-align: left;
}
.pcbg__right__wrap__item__anchor a {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px;
  display: inline-block;
  font-size: 20px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
/* ---------- ボタン ---------- */
.big_button {
  text-align: center;
  margin-top: 40px;
}
.button_large_black {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #E9532F;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  width: 250px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
}
.button_large_black:hover {
  background-color: #f98b70;
  color: #fff;
}
/* ---------- 背景画像と装飾 ---------- */
.image_background .overlay-image {
  position: absolute;
  padding-left: 3rem;
  padding-top: 3rem;
}
.image_background .overlay-image img {
  width: 15.5vw;
  max-width: 15.5rem;
  position: fixed;
}
.image_background .backimage {
  position: absolute;
  left: 6%;
  top: 40%;
}
.image_background .backimage img {
  max-width: 20vw;
  position: fixed;
  bottom: 30%;
  top: 30%;
  min-width: 300px;
  right: 70%;
}
/* ---------- コンテンツラッパー ---------- */
.wrapper {
  position: relative;
  box-shadow: 0 0 8px #dfdfdf;
  margin: 0 auto;
  width: 22vw;
  max-width: 464px;
  min-width: 375px;
  background-color: #EEEBE5;
}
/* ---------- ヘッダー ---------- */
header {
  background-color: #fff;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
}
header img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 70%;
  height: auto;
  padding: 24px 0;
}

/* ---------- セクション ---------- */
.section_title {
  margin-top: 6rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 32px;
  line-height: 4.5rem;
  font-weight: 900;
  text-align: center;
}
.short-hr {
  width: 10%;
  margin: 40px auto;
  border: none;
  border-top: 4px solid #E9532F;
}
.catch_copy {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 2rem;
  margin-bottom: 16px;
}
.catch_lead {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 8px;
  color: #E9532F;
}
.catch_lead_small {
  text-align: center;
  font-size: 12px;
  margin-bottom: 24px;
}
.section_img {
  text-align: center;
  margin: 40px 0;
}
.section_img img {
  max-width: 90%;
  margin: 0 auto;
}
.saize {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 16px;
}
.small_text {
  text-align: center;
  font-size: 12px;
  padding: 8px;
}
.lead_text {
  text-align: left;
  font-size: 12px;
  line-height: 2.5rem;
  padding: 2rem 3rem 0 3rem;
}
/* ---------- CP詳細 ---------- */
.cp_box {
  padding: 0 2.5rem 2.5rem ;
}
.cp_box .cp_base {
  background-color: #fff;
  border:solid 5px #E9532F ; 
  border-radius: 0.6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cp_base img{
  max-width: 100%;
  margin: auto 0;
  padding-bottom: 8px;
}
.cp_text{
font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-top: 1.5rem;
}
.cp_box .cp_base .conditions_title_txt {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2rem;
  line-height: 2.5rem;
}
.cp_box .cp_base .conditions_area .conditions_sub_title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #E9532F;
}
.cp_box .cp_base .conditions_area .text_detail {
  padding: 1rem 0 ;
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: 800;
}
.cp_box .detail_area {
  padding-top: 1rem;
  padding-left: 1.8rem;
  display: inline-block;
}
.cp_box .detail_area a {
  color: inherit;
  align-items: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.9rem;
}
.small_lead {
  font-size: 1rem;
}
/* ---------- 詳細 ---------- */
.conditions_box {
  padding: 2rem 3rem 0 3rem;
}
.conditions_box .conditions_base {
  background-color: #fff;
  border-radius: 0.6rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.conditions_box .conditions_base .conditions_title_txt {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2rem;
  line-height: 2.5rem;
}
.conditions_box .conditions_base .conditions_area .conditions_sub_title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #E9532F;
}
.conditions_box .conditions_base .conditions_area .text_detail {
  padding: 1rem 0 2.3rem ;
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: 800;
}
.conditions_box .detail_area {
  padding-top: 1rem;
  padding-left: 1.8rem;
  display: inline-block;
}
.conditions_box .detail_area a {
  color: inherit;
  align-items: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.9rem;
}
.small_lead {
  font-size: 1rem;
}
.conditions_text{
  font-size: 14px;
  line-height: 1.5rem;
  margin-bottom: 2.5rem;
}
/* ---------- cp title  ---------- */
.cp_title{
  background-color: #FFF;
  padding: 16px 16px ;
}
.cp_title_img{
  max-width: 100%;
  margin: 0 auto;
}
/* ---------- kv ---------- */
.kv {
  text-align: center;
  padding: 36px 16px;
  background-color: #E5E5E5;
}
.kv_card {
  width: 343px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  text-align: center;
}
.kv_title {
  max-width: 85%;
  margin: 0 auto;
  margin-top: 4rem;
}
.kv_img {
  max-width: 85%;
  margin: 0 auto;
  margin-top: 4rem;
}
/* ---------- CVRボタン---------- */
.cvr_button img {
  max-width: 85%;
  margin: 0 auto;
  margin-bottom: 4rem;
  transition: opacity 0.3s ease; 
}

.cvr_button img:hover {
  opacity: 0.6; 
}

.line_desgin {
  max-width: 100%;
  margin: 0 auto;
}
/* ---------- 各セクション画像 ---------- */
.mochihanaimg {
  text-align: center;
  margin-top: 16px;
}
.mochihanaimg img {
  max-width: 85%;
  margin: 0 auto;
}
/* ---------- 外部リンク付きボタン ---------- */
.button_area {
  text-align: center;
}
.button_area a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.button_area .button {
  width: 312px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0.6em 1.2em;
  background-color: #333333;
  color: #fff;
  text-decoration: none;
  border-radius: 80px;
  transition: background-color 0.3s;
  margin: 60px 0;
  font-size: 20px;
}
.button_area .button:hover {
  background: #888888;
  color: #FFF;
}
.button_area .external-link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%272%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%27M14%203h7v7%27/%3E%3Cpath%20d%3D%27M10%2014L21%203%27/%3E%3Cpath%20d%3D%27M5%2012v7a2%202%200%20002%202h7%27/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
/* ---------- アコーディオン ---------- */
.question_type_B {
  margin-bottom: 6.7rem;
}
.question_type_B .accordion_area {
  margin: 0 1.6rem;
}
.accordion {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 2rem;
  cursor: pointer;
}
.accordion .accordion-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.5rem 4.5rem 1.5rem 2rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
}
.accordion .accordion-title .typeB {
  font-size: 3rem;
  font-weight: bold;
  padding-right: 1.2rem;
  margin-bottom: 2rem;
}
.accordion .accordion-title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000;
  transition: transform 0.3s ease;
}
.accordion .accordion-title.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion .accordion-title.open::before {
  transform: translateY(-50%) rotate(90deg);
}
.accordion .accordion-content {
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 2rem 2rem 1.5rem 2rem;
  display: flex;
  border-radius: 0.75px;
  position: relative;
}
.accordion .accordion-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 1.5px;
  background-color: #DDDDDD;
  border-radius: 0.75px;
  opacity: 0;
  transition: opacity 0.2s;
}
.accordion .accordion-content.show::before {
  opacity: 1;
}
.accordion .accordion-content .typeA {
  font-size: 3rem;
  font-weight: bold;
  padding-right: 1.2rem;
}
/* ---------- ポイントプログラム ---------- */
.rate {
  color: #333;
}
.wrapper .rate .rate__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  justify-items: center;
  padding-top: 24px;
}
.wrapper .rate .rate__contents .rate__contents__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.wrapper .rate .rate__contents .rate__contents__content .rate__contents__content__img {
  width: 45%;
  height: auto;
  max-width: 100%;
}
.wrapper .rate .rate__contents .rate__contents__content .rate__contents__content__text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 3rem;
}
.wrapper .rate .rate__contents .rate__contents__content .rate__contents__content__num {
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  color: #E9532F;
  padding: 16px 0;
  text-align: center;
  width: 140px;
  height: 16px;
  border: 2px solid #E9532F;
}
.wrapper .rate .rate__contents .rate__contents__content .rate__contents__content__num span {
  font-size: 4.5rem;
}
.point_lead {
  margin: 40px 16px;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  line-height: 3rem;
  font-weight: 700;
  background-color: #fff;
  color: #E9532F;
  border: 2px solid #E9532F;
}
.point_copy {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin-top: 40px;
}
.animaldonation_img {
  text-align: center;
  margin: 40px 0 20px;
}
.animaldonation_img img {
  max-width: 50%;
}
.point_text {
  text-align: center;
  font-size: 16px;
  line-height: 2rem;
  font-weight: 900;
}
/* ---------- 電子決済対応 ---------- */
.cardart_img {
  text-align: center;
  margin-top: 40px;
}
.cardart_img img {
  max-width: 90%;
  margin: 0 auto;
}
.cardart_catch {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  margin-top: 16px;
}
/* ---------- 基本情報 ---------- */
.info {
  padding: 2em 1em;
}
.vertical-table {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-collapse: collapse;
}
.vertical-table th, .vertical-table td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem 0;
}
/* th 見出し調整 */
.vertical-table th {
  font-weight: bold;
  font-size: 1.75em;
  color: #333;
}
/* td 内容調整 */
.vertical-table td {
  font-size: 1.75em;
  color: #333;
  line-height: 1.5
}
.vertical-table td a {
  color: #333;
  text-decoration: underline;
  text-decoration-color: #333;
  font-weight: 900;
}
/* ul リスト調整 */
.vertical-table ul.supplement {
  list-style: none;
  padding-left: 0;
}
.vertical-table ul.supplement li::marker {
  content: none;
}
.vertical-table ul.supplement li {
  list-style: disc;
  margin-bottom: 1.5em;
}
.small-note {
  font-size: 0.8em;
  color: #666;
}
.vertical-table tr {
  display: block;
  border-bottom: 2px solid #C0C0C0;
  margin-bottom: 1.5em;
}
.vertical-table tr:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
/* ---------- コピーライト ---------- */
.mochimaru_copyright {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.mochimaru_copyright img {
  display: block;
  margin: 0 auto;
  max-width: 50%;
}
/* ---------- フッター ---------- */
.footer_link {
  text-align: center;
  padding-top: 40px;
  background-color: #fff;
}
.footer_link a {
  font-size: 14px;
  line-height: 1.5em;
  color: #333;
  text-decoration: underline;
  text-decoration-color: #333;
  font-weight: 900;
}
.note {
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  padding-top: 40px;
  padding-bottom: 200px;
  background-color: #fff;
}
.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadeIn.show {
  opacity: 1;
  transform: translateY(0);
}
/* ---------- cvrボタン_PC ---------- */
.fixed-image {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 15%;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  border-radius: 8px;
  pointer-events: auto;
}

.fixed-image.show {
  opacity: 1;
  transform: translateX(-50%);
}

.fixed-image img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.fixed-image img:hover {
  opacity: 0.6; 
}

/* ---------- SP ---------- */
@media screen and (max-width: 1366px) {
  .right_image,
  .pcbg__right__wrap__item__anchor,
  .pcbg__right__wrap__item__anchor li,
  .pcbg__right__wrap__item__anchor a,
  .big_button,
  .button_large_black,
  .image_background .overlay-image,
  .image_background .overlay-image img,
  .image_background .backimage,
  .image_background .backimage img {
    display: none !important;
  }

  .fixed-image {
    max-width: 50%;
  }
}

@media screen and (max-width: 1023px) {
  .wrapper {
    width: 77vw;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    max-width: none;
    width: 100%;
  }
  .vertical-table ul.supplement li {
    list-style: none;
  }

  .vertical-table ul.supplement li::marker {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .fixed-image {
    width: auto;
    max-width: 80%; 
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }

  .fixed-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
    .image_background .backimage img {
    width: 100vw;
    height: auto;
    display: block;
  }



