@charset "UTF-8";

:root {
  /* color */
  --text-color: #333333;
  --main-color: #C4303A;
  --sub-color: #ffa1a7;
  --button02-color: #fff;
  --base-color: #F5F5F5;
  --white: #ffffff;
  --step-color01: #BED8EE;
  --step-color02: #9EC9EE;
  --step-color03: #80B9EA;
  --step-color04: #58A6EA;
   /* font */
  --ja: "Noto Sans JP", sans-serif;
  --serif:  "Noto Serif JP", serif;
}

/*-------------------------------------------------------
TOPページ
------------------------------------------------------- */

/* ------hero-mv------ */
.hero{
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #000;
}

.hero video{
  margin-bottom: -10px;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 70px);
  aspect-ratio: 16/9;
  box-shadow: 0 0 60px rgba(0,0,0,0.15);
}



/* ------sec-002------ */
.sec-002 {
  padding-block: 30px;
  padding-inline: clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem);
  background-image: url(/img/about-us.jpg);
  background-size: cover;
  width: 100%;
}

.sec-002_container {
  display: block;
  flex-direction: column-reverse;
  gap: 20px;
  color: #fff;
}

.sec-002_text {
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 1.5;
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .sec-002_container {
    flex-direction: row-reverse;
    color: #fff;
  }

  .sec-002 {
    padding-block: 70px;
  }

  .sec-002 .wv-justify {
    margin: 0;
  }

  .sec-002_text {
    position: relative;
    font-size: 16px;
    margin-top: 50px;
  }
}
.oosawa-top .sec-002_text{
  line-height: 2;
}

/* ------/.sec-002------ */

/* ------scroll Section------ */
.scroll-sec {
  width: 100%;
  padding: 0;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  background-color: var(--text-color);
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear;
}

.scroll-infinity__item {
  width: clamp(150px, 25vw, 480px);
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
}

.oosawa-top .sec-008 .common-heading-003{
  margin-block: 20px 30px;
}

.scroll-infinity__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@keyframes infinity-scroll-left {
  from {transform: translateX(0);}
  to {transform: translateX(-100%);}
}

@media screen and (min-width: 768px) {
  .oosawa-top .sec-008 .common-heading-003{
  margin-block: 40px 60px;
}
}

/* ------/.scroll Section------ */

/* ------.sec-008------ */

.sec-008 {
  background-color: var(--white); /* デフォルト：トップページ用 */
}

.sec-008_container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* padding-inline: clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem); */
  margin: 20px auto 40px;
  font-weight: 500;
}

.sec-008_container h3 {
  font-size: clamp(1rem, 0.95rem + 0.5vw, 1.5rem);
  font-weight: bold;
  color: var(--text-color);
  font-family: var(--serif);
  letter-spacing: 0.1em;
}

.sec-008_container p {
  text-align: justify;
  line-height: 1.7;
  font-size: 14px;
  order: 2;
  color: var(--text-color);
}

.sec-008_img {
  order: 1;
}

.sec-008_img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.sec-008_container:last-of-type {
  margin-bottom: 0;
}

/* @media screen and (min-width: 768px) {
    .sec-008_container {
       padding-inline: clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem);
    }
} */


/* ===== ギャラリーページ専用スタイル ===== */
.gallery {
  margin-top: 0;
  padding-top: 200px;
  background: url(../img/top-kodawari.png)no-repeat top center / cover;
}

.sec-008{
  padding-bottom: 60px;
}
body.gallery-01 .sec-008 {
  background-color: var(--text-color);
  padding-bottom: 100px;
}

body.gallery-01 .sec-008_container h3,
body.gallery-01 .sec-008_container p {
  color: var(--white);
}


/* ===== レスポンシブ共通 ===== */
@media screen and (min-width: 768px) {
  .sec-008 {
    max-width: 100%;
    padding-top: 25px;
  }
  body.gallery-01 .sec-008 {
  background-color: var(--text-color);
  padding-bottom: 130px;
}


  .sec-008 > div:first-of-type {
    margin-top: 40px;
  }

  .sec-008_container {
    flex-direction: row;
    max-width: calc(1180px + 2 * clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem));
    margin: 40px auto 60px;
  }

  .sec-008_container h3 {
    margin-bottom: 20px;
  }

  .sec-008_container:nth-of-type(odd) .sec-008-textcontainer {
    order: 2;
  }

  .sec-008-textcontainer {
    width: 60%;
  }

  .sec-008_img {
    width: 38%;
  }

  .sec-008_container p {
    font-size: 16px;
  }
}


/* -----sec-008----- */


/* 
.sec-008_container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-inline: clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem);
  margin: 20px auto 40px;
}

.sec-008_container h3 {
  font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
}

.sec-008_container p {
  text-align: justify;
  line-height: 1.7;
  font-size: 14px;
  order: 2;
}

.sec-008_img {
  order: 1;
}

.sec-008_img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.sec-008_container:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .sec-008 {
    max-width: 100%;
    padding-top: 25px;
  }

  .sec-008>:first-of-type {
    margin-top: 100px;
  }

  .sec-008_container {
    flex-direction: row;
    max-width: calc(1180px + 2 * clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem));
    margin: 40px auto 60px;
  }

  /* .sec-008_container h3 {
    margin-bottom: 20px;
  } */

  .sec-008_container:nth-of-type(odd) {
    order: 2;
  }
/* 
  .sec-008-textcontainer {
    width: 60%;
  } */

  /* .sec-008_img {
    width: 38%;
  }

  .sec-008_container p {
    font-size: 16px;
  }
  */

/* -----/.sec-008----- */

/* ------sec-003----- */
.sec-003 {
  background-image: url(/img/top-menu.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}


.sec-003>div {
  /* padding-inline: clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem); */
  max-width: calc(1180px + 2 * clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem));
  margin-inline: auto;
}

.sec-003_container {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.sec-003_container li {
  display: grid;
  gap: 0;
  grid-row: span 3;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 15px;
   backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px); /* Safari対策 */

}

.sec-003_container li .img-wrapper {
  max-height: 250px;
  overflow: hidden;
}

.sec-003_container li .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.sec-003_container li p {
  font-size: 16px;
  text-align: center;
  color: var(--text-color);
}

.sec-003_container li h3 {
  font-family: var(--serif);
  padding-bottom: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: clamp(1.2rem, 1.134rem + 0.5vw, 1.5rem);
  color: var(--text-color);
}

.top-menu .common-btn01 a{
  margin-top: 20px; 
}
.top-menu .common-heading-001 p{
  color: var(--white);
}


/* -----/.sec-003----- */

/* ------sec-004----- */
.sec-004 {
  max-width: calc(1180px + 2 * clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem));
  padding-top: 70px;
  padding-bottom: 70px;
  margin-inline: auto;
}

/* .sec-004>div {
  padding-inline: clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem);
} */

.sec-004_container {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 30px;
}

.sec-004_container iframe {
  width: 100%;
  height: 300px;
}

.sec-004_list div {
  display: flex;
  flex-direction: column;
}

.sec-004_list div dd,
.sec-004_list div dt {
  border-bottom: 1px solid var(--main-color);
  width: 100%;
  display: flex;
  justify-content: center;
  padding-block: 15px;
}

@media screen and (min-width: 768px) {
  .sec-004_container {
    flex-direction: row;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .sec-004_container iframe {
    margin: 0;
    width: auto;
    flex-grow: 1;
    height: auto;
    aspect-ratio: 16/9;
    min-width: 320px;
  }

  .sec-004_list div {
    min-width: 360px;
    flex-direction: row;
    border-bottom: 1px solid var(--main-color);
    padding-inline: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .sec-004_list div dt,
  .sec-004_list div dd {
    border: none;
    padding-inline: 0;
    padding-block: 20px;
  }

  .sec-004_list div dt {
    max-width: 100px;
  }

  .sec-004_list div dd {
    justify-content: flex-start;
  }
}

/* -----/.sec-004----- */

/* ------cta-visual----- */
.cta-visual {
  padding-block: clamp(70px, 12vw, 170px);
  padding-inline: 16px;
  background: url(../img/top-page-under.png) center/cover no-repeat;
}

.cta-visual__text {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.9;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .cta-visual__text {
    font-size: 20px;
    line-height: 2;
  }
}

/* -----/.cta-visual----- */

/* -----sec-contact-001----- */

.sec-contact-001{
 background: url(../img/about-us.jpg) no-repeat center/cover;
 .common-heading-001{
  h2,p{
    color: var(--white);}
  }
}
.sec-contact-001 .common-heading-001{
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  
}

.sec-contact-001 {
  max-width: 100%;
}

.sec-contact-001 > div {
  padding-inline: clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem);
  margin-inline: auto;
  max-width: calc(1180px + 2 * clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem));
}

.sec-contact-001 .sec-contact-001_container ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.sec-contact-001 .sec-contact-001_container ul .ca-tel a {
  width: 100%;
  display: flex;
  flex-direction: column;

}

.ca-tel .c-right::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #333;
  -webkit-mask-image: url('../img/tel.png');
  mask-image: url('../img/tel.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}
.ca-contact .c-right::before {
  content: ''; 
  display: inline-block; 
  width: 20px; 
  height: 20px; 
  background-color: #333; 
  -webkit-mask-image: url('../img/mail.png'); 
  mask-image: url('../img/mail.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle; 
  margin-right: 20px; 
}

.sec-contact-001 .sec-contact-001_container ul li a {
  transition: 0.4s;
}

.sec-contact-001 .sec-contact-001_container ul li a span {
  display: block;
  padding-block: 10px;
  text-align: center;
  text-transform: uppercase;
}

.sec-contact-001 .sec-contact-001_container ul li a span:first-child {
  background-color: var(--main-color);
  color: var(--white);
  font-size: clamp(1.5rem, 0.375rem + 4vw, 1.5rem);
  letter-spacing: 0.1em;
  font-weight: 600;
}

.sec-contact-001 .sec-contact-001_container ul li a span:nth-child(2) {
  background-color: var(--white);
  font-size: clamp(1.125rem, 0.375rem + 3vw, 1.25rem);
}

.sec-contact-001 .sec-contact-001_container ul .ca-contact a {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {

  .sec-contact-001 .sec-contact-001_container ul {
    flex-direction: row;
    justify-content: space-evenly;
  }

  .sec-contact-001 .sec-contact-001_container ul .ca-tel {
    width: 40%;
    max-width: 400px;
  }

  .sec-contact-001 .sec-contact-001_container ul .ca-contact {
    width: 50%;
    max-width: 500px;
  }
}

@media (any-hover: hover) {
  .sec-contact-001_container ul li a:hover {
    opacity: 0.8;
  }
}

/* -----/.sec-contact-001----- */

/*-------------------------------------------------------
Dinnerページ
------------------------------------------------------- */

/* -----lower-heading-001----- */

.page--dinner .lower-heading-001 {
  background: url(../img/top-dinner.webp)no-repeat top center / cover;
}

/* -----/.lower-heading-001----- */

/* =========================
   sec-005（ディナー）
========================= */
.sec-005 {
  background-color: var(--text-color);
  color: var(--white);
}

/* セクション共通 */
.menu-section {
  padding-inline: clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem);
  margin-inline: auto;
  padding-block: 60px;
}

.menu-section:not(:first-child){
  border-top: 1px solid var(--white);
}

/* 見出し白 */
.common-heading-003.is--white {
  color: var(--white);
}
.common-heading-003.is--white::before,
.common-heading-003.is--white::after {
  background-color: var(--white);
}

/* リード文 */
.menu-section__lead {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}
.menu-section__lead-note {
  font-size: 14px;
  margin-top: 8px;
}

/* メニューブロック */
.menu-block {
  margin-top: 60px;
}

/* 価格リスト */
.menu-price-list li {
  margin-bottom: 20px;
    font-size: clamp(1rem, 1rem + 0.7vw, 1.5rem);
}
.menu-name {
  display: block;
  font-weight: bold;
  font-family: var(--serif);
}
.menu-price {
  display: block;
  margin-top: 4px;
  font-family: var(--serif);
}
.menu-price-note {
  font-size: 0.6rem;
  margin-left: 4px;
  font-weight: 400;
  opacity: 0.8;
}
.menu-small {
  font-size: 0.8rem;
}

/* セット内容 */
.menu-includes {
  margin-top: 16px;
}
.menu-includes li {
  position: relative;
  padding-left: 1em;
  line-height: 1.7;
}
.menu-includes li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.page--dinner .common-heading-003{
  text-align: center;
  line-height: 1.5;
  gap: 15px;
}

.page--dinner .common-heading-003.menu-small{
      font-size: clamp(1rem, 1.017rem + 0.8vw, 1.75rem);
}


/* 画像 */
.menu-block__media {
  margin-top: 24px;
}
.menu-block__media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.page--dinner{
  .common-heading-003::before, .common-heading-003::after{
    width: 15px;
}
}



/* =========================
   PC（768px〜）
========================= */
@media (min-width: 768px) {
  .menu-section {
    max-width: calc(1180px + 2 * clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem));
  }

  .menu-section__lead {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
  }

  .menu-block {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 80px;
  }

  .menu-block.is-reverse {
    flex-direction: row-reverse;
  }

  .menu-block__body {
    width: calc(700 / 1180 * 100%);
  }

  .menu-block__media {
    width: calc(700 / 1180 * 100%);
    margin-top: 0;
  }

  .menu-section__lead-note {
    text-align: center;
  }
  .menu-name {
    font-size: 24px;
    font-family: var(--serif);
  }
  .menu-price-note {
    font-size: 1rem;
  }
}




/*-------------------------------------------------------
Lunchページ
------------------------------------------------------- */
/* -----sec-006----- */
.lunch {
  background: url(../img/top-lunch.webp) no-repeat top center / cover;
}

.sec-006 .common-heading-003 {
  padding-top: 20px;
}

.page--lanch .breadcrumb{
  background: #fff;
  ol li,ol li a{
    color: var(--text-color);
  }
  .breadcrumb__item:not(:last-child)::after{
     color: var(--text-color);
  }
  
}

.sec-006 .common-heading-003::before,
.sec-006 .common-heading-003::after {
  content: "";
  display: block;
  width: 0;
}

.sec-006-detail {
  margin-top: 25px;
}

.sec-006_container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* padding-inline: clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem); */
  margin: 40px auto 40px;
}
.menu-item{
  margin-bottom: 40px;
}

.menu-item__head {
  font-size: clamp(1rem, 1rem + 0.7vw, 1.5rem);
  font-family: var(--serif);
  font-weight: bold;
  margin-bottom: 10px;
}

.sec-006_container p {
  font-size: 14px;
  margin-bottom: 15px;
}

.sec-006_img {
  order: 1;
}

.sec-006_img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  margin-bottom: 5px;
}
.bg-black{
  background-color: var(--text-color);
}
.bg-black .commonheading-001 h2{
  color: var(--white);
}
.menu-item__desc{
  font-size: 14px;
}
/* .sec-006_container:last-of-type{
  margin-bottom: 0;
} */

/* コーヒー */
.menu-list-coffe{
  margin-top: 80px;
  text-align: center;
  .menu-item{
    padding: 20px;
    text-align: left;
  }
  .menu-item__sub{
    font-size: 14px;
  }
  p{
    width: 100%;
    img{
      width: 100%;
    }
  }
}

@media screen and (min-width: 768px) {
  .lunch {
    margin-top: 0;
    padding-top: 200px;
  }
  .sec-006 {
    max-width: 100%;
    padding-top: 25px;
  }
  .sec-006 .common-heading-003{
    padding-top: 100px;
  }
  .sec-006-detail {
  text-align: center;
}

  .sec-006_container {
    flex-direction: row;
    max-width: 1180px;
    margin: 80px auto 0px;
    padding-inline: 0;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--main-color);
  }

  .sec-006_container h3 {
    margin-bottom: 20px;
  }

  .sec-006_container:nth-of-type(odd) .sec-006-textcontainer {
    order: 2;
  }

  .sec-006-textcontainer {
    width: 60%;
  }

  .sec-006_img {
    width: 38%;
  }

  .sec-006_container p {
    font-size: 16px;
  }
  .menu-item__desc{
  font-size: 16px;
}
  
/* コーヒー */
.menu-list-coffe{
  display: flex;
  justify-content: center;
  .menu-item__sub{
    font-size: 16px;
  }
  p{
    width: 50%;
    img{
      width: 100%;
    }
  }
}}

/* こだわり */

.gallery-01 .lower-heading-001{
  background: url(../img/top-kodawari.png) no-repeat top center/cover;
}

.gallery-01 .common-heading-003{
  padding-top: 30px;
  padding-bottom: 20px;
}

.gallery-01 .sec-009 .common-heading-003{
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .gallery-01 .common-heading-003{
  padding-top: 100px;
  padding-bottom: 50px;
}
}



/* -----お問い合わせ -----*/

.page--contact .breadcrumb{
  background: var(--white);
  ol li,ol li a{
    color: var(--text-color);
  }
  .breadcrumb__item:not(:last-child)::after{
    color: var(--text-color);
  }
}
.page--contact .contact{
  margin-top: 50px;
}
.page--contact .contact-form-container{
  padding-inline: 0;
}


.contact-top {
  background: url(../img/top-toiawase.png)no-repeat top center / cover;
}

.contact {
  padding: 40px clamp(1.25rem, -0.54rem + 7.63vw, 3.125rem);
  font-size: clamp(0.875rem, 0.82rem + 0.25vw, 1rem);
}

.contact-form-container {
  max-width: 1180px;
  margin: 40px auto 0;
  background: var(--white);
  padding: 20px;
  border-radius: 10px;
}

/* レイアウト*/
.contact-center {
  text-align: center;
}

.contact-underline {
  text-decoration: underline;
}

.contact-nowrap {
  white-space: nowrap;
}

.contact-form-container form dl {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}

.contact-form-container form dl dt {
  width: min(100%, 440px);
  text-align: start;
  font-weight: 400;
  margin: 0 auto;
}

.contact-form-container form dl dt label {
  width: 100%;
}

.contact-form-container form dl dd {
  width: min(100%, 440px);
  margin: auto;
}

.contact-form-container form dl dd input,
.contact-form-container form dl dd textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

.contact-required {
  color: #da1725;
}

/* 送信ボタン */
.contact-submit-button {
  display: block;
  width: 260px;
  background-color: var(--main-color);
  color: var(--white);
  padding: 12px;
  border: none;
  border-radius: 5px; 
  cursor: pointer;
  text-align: center;
  margin: 30px auto;
  transition: 0.4s;
}

.contact-submit-button:hover {
  background-color: var(--text-color);
}

.contact-policy span a {
  font-weight: bold;
  text-decoration-color: var(--base-color);
  transition: 0.4s;
}

.contact-policy span a:hover {
  opacity: 0.7;
}

/* 必須項目の説明 */
.contact-note {
  max-width: 440px;
  margin: 0 auto 30px;
  
}

.contact-note span {
  color: #da1725;
}

@media screen and (min-width: 768px) {
  .contact-p {
    line-height: 2;
  }

  .contact-form-container form dl {
    flex-direction: row;
    max-width: 650px;
    margin: 30px auto 0;
  }

  .contact-form-container form dl dt {
    width: 200px;
  }

  .contact-note {
    max-width: 650px;
  }
}

/* -----sec-009----- */
.sec-009container {
  display: grid;
  padding-inline: clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem);
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /* 250px以上で自動調整 */
  gap: 20px 30px;
  max-width: 1100px;
  margin: 20px auto 0;
  justify-content: center;
}

.sec-009container img {
  width: 100%;
  aspect-ratio: 300/300;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .sec-009container {
    margin-top: 40px;
    gap: 40px 50px;
  }
}

/* プライバシーポリシー */

.privacy-policy{
  .lower-heading-001{
    background: url(../img/top-lunch.png) no-repeat top center / cover;

  }
  .breadcrumb{
  background: var(--white);
  ol li,ol li a{
    color: var(--text-color);
  }
  .breadcrumb__item:not(:last-child)::after{
    color: var(--text-color);
  }
}
  .pp{
    padding: 48px 16px;
  }

  .pp__inner{
    max-width: 900px;
    margin: 0 auto;
  }

  .pp__title{
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 500;
    letter-spacing: .02em;
    margin: 0 0 18px;
  }

  .pp__lead{
    margin: 0 0 28px;
    line-height: 1.9;
  }

  .pp__block{
    padding: 22px 0;
    border-top: 1px solid var(--main-color);
  }

  .pp__block:last-of-type{
    border-bottom: 1px solid var(--main-color);
  }

  .pp__h3{
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
  }

  .pp__text{
    margin: 0;
    line-height: 1.9;
  }

  .pp__list{
    margin: 0;
    padding-left: 1.2em;
    line-height: 1.9;
    li{
      list-style-type: disc;
    }
  }

  .pp__contact{
    padding: 14px 14px;
    border: 1px solid var(--main-color);
    border-radius: 10px;
  }

  .pp__dl{
    margin: 0;
  }

  .pp__row{
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 10px 14px;
    padding: 10px 0;
    border-top: 1px dashed rgba(196, 48, 58, 0.45);
  }

  .pp__row:first-child{
    border-top: none;
    padding-top: 0;
  }

  .pp__row:last-child{
    padding-bottom: 0;
  }

  .pp__row dt{
    color: #444;
    font-weight: 500;
  }

  .pp__row dd{
    margin: 0;
  }

  .pp__tel{
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(196, 48, 58, 0.55);
  }

  .pp__tel:hover{
    border-bottom-color: var(--main-color);
  }

}
@media (max-width: 768px){
  .privacy-policy{
    p,dd,dt{
      font-size: 14px;
    }
  }
  
  .privacy-policy .pp__row{
    grid-template-columns: 1fr;
  }
}



/* 動き */

/* 初期状態 */
.fade-up-style {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示状態 */
.fade-up-style.is-active {
  opacity: 1;
  transform: translateY(0);
}

