@charset "utf-8";

/*
福祉葬祭三重
きれい長寿割りサービス（ID:1968）
chojuwari.css
※fullPage.js適用
*/

/* 注意
要素の位置指定、絶対値やtranslate等により.fp-overflowからはみ出すと、スクロールバーが出るので注意！
*/

body.page-id-1968 {
  --header-height: 87px;
}

@media (max-width: 991px) {
  body.page-id-1968 {
    --header-height: 51px;
  }
}

body.page-id-1968 .siteContent_after,
body.page-id-1968 .siteFooter,
body.page-id-1968 .fix-line-btn {
  display: none;
}

/* ローディング（読み込み時のズレ防止） */
body.page-id-1968 #fullpage {
  opacity: 1;
  transition: opacity 0.5s ease;
}

body.page-id-1968 #fullpage.is-loading {
  opacity: 0;
}
/* ----------- */

body.page-id-1968 #fullpage {
  margin-top: 0 !important;
  letter-spacing: 0.05em;
}

body.page-id-1968 #fullpage .section {
  padding-top: var(--header-height);
}

body.page-id-1968 #fullpage h1,
body.page-id-1968 #fullpage h2,
body.page-id-1968 #fullpage h3,
body.page-id-1968 #fullpage h4,
body.page-id-1968 #fullpage h5,
body.page-id-1968 #fullpage h6 {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  line-height: 1.4;
}

body.page-id-1968 #fullpage h1::before,
body.page-id-1968 #fullpage h2::before,
body.page-id-1968 #fullpage h3::before,
body.page-id-1968 #fullpage h4::before,
body.page-id-1968 #fullpage h5::before,
body.page-id-1968 #fullpage h6::before,
body.page-id-1968 #fullpage h1::after,
body.page-id-1968 #fullpage h2::after,
body.page-id-1968 #fullpage h3::after,
body.page-id-1968 #fullpage h4::after,
body.page-id-1968 #fullpage h5::after,
body.page-id-1968 #fullpage h6::after {
  content: none;
}


/* ==========================================================================
chojuwari-first
========================================================================== */
#fullpage .chojuwari-first {
  position: relative;
  z-index: 0;
}

#fullpage .chojuwari-first::before {
  content: "";
  display: inline-block;
  background: url(../img/chojuwari/bg-1.jpg) no-repeat 50% 40% / cover;
  width: 100%;
  height: calc(100% - var(--header-height));
  position: absolute;
  top: var(--header-height);
  left: 0;
  z-index: -1;
  pointer-events: none;
  transform: scale(2);
  opacity: 0;
  transition: 0.8s ease-out;
}

#fullpage .chojuwari-first.is-visible::before {
  transform: scale(1);
  opacity: 1;
}

#fullpage .chojuwari-first .chojuwari-logo {
  width: 55%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: 10;
  opacity: 0;
  transition: 0.7s 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#fullpage .chojuwari-first.is-visible .chojuwari-logo {
  transform: translate(-50%, -50%);
  opacity: 1;
}

#fullpage .chojuwari-first .kirei-logo {
  width: 5%;
  position: absolute;
  top: 100px;
  right: 1.5%;
}

#fullpage .chojuwari-first .chojuwari-logo img,
#fullpage .chojuwari-first .kirei-logo img {
  width: 100%;
  height: auto;
}

#fullpage .chojuwari-first .old-couple {
  width: 50%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#fullpage .chojuwari-first .catch-box {
  width: 100%;
  background-color: #a68b1d;
  color: #fff;
  position: absolute;
  top: 80%;
  left: 0;
  z-index: 10;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#fullpage .chojuwari-first .mark-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
  margin: -100px 2vw -100px 0;
  padding: 0;
}

#fullpage .chojuwari-first .mark-list > li {
  width: 8vw;
  margin: 0;
  padding: 0;
}

#fullpage .chojuwari-first .mark-list > li img {
  width: 100%;
  height: auto;
}

#fullpage .chojuwari-first .catch {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6vw;
  font-weight: bold;
  margin: 0;
  padding: 0.2em 0;
}


/* Media Queries ------------------------- */
/* 縦向き */
@media (orientation: portrait) {
  #fullpage .chojuwari-first::before {
    background-image: url(../img/chojuwari/bg-1-sp.jpg);
  }
  
  #fullpage .chojuwari-first .chojuwari-logo {
    width: 80%;
    top: 48%;
  }
  
  #fullpage .chojuwari-first .kirei-logo {
    width: 10%;
    top: 60px;
  }
  
  #fullpage .chojuwari-first .old-couple {
    width: 75%;
    top: 48%;
  }
  
  #fullpage .chojuwari-first .catch-box {
    top: 74%;
  }
  
  #fullpage .chojuwari-first .mark-list {
    position: absolute;
    left: 1.5%;
    bottom: 90%;
    margin: 0;
  }
  
  #fullpage .chojuwari-first .mark-list > li {
    width: 15vw;
  }
  
  #fullpage .chojuwari-first .catch {
    font-size: 4.5vw;
  }
}

/* 縦向き / スマホを包括
※iPadの比率は除外して、一般的なスマホの比率を包括
*/
@media (orientation: portrait) and (max-aspect-ratio: 2/3) {
  #fullpage .chojuwari-first .catch-box {
    top: 70%;
  }
  
  #fullpage .chojuwari-first .catch {
    padding: 0.5em 0;
  }
}


/* ==========================================================================
chojuwari-1
========================================================================== */
#fullpage .chojuwari-1 {
  background: url(../img/chojuwari/bg-2.jpg) no-repeat 50% / cover;
  position: relative;
  z-index: 0;
}

#fullpage .chojuwari-1::before {
  content: "";
  display: inline-block;
  border: 5px solid rgba(255, 255, 255, 0.7);
  position: absolute;
  top: calc(3vw + var(--header-height));
  bottom: 3vw;
  left: 3vw;
  right: 3vw;
  z-index: -1;
}

#fullpage .chojuwari-1 .sec-text {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: 2vw 6vw;
  margin: 0;
  color: #333;
  text-align: center;
  text-shadow:
    3px 0 1px #fff,
    -3px 0 1px #fff,
    0 3px 1px #fff,
    0 -3px 1px #fff,
    3px 3px 0 #fff,
    -3px 3px 0 #fff,
    3px -3px 0 #fff,
    -3px -3px 0 #fff,
    2px 0 0 #fff,
    -2px 0 0 #fff,
    0 2px 0 #fff,
    0 -2px 0 #fff,
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff;
}

#fullpage .chojuwari-1 .sec-text .average-age {
  font-size: 1.2em;
  font-weight: 900;
  color: #784ba5;
  position: relative;
}

#fullpage .chojuwari-1 .sec-text .average-age small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3vw;
  font-weight: normal;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1;
  color: #444;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff;
}

#fullpage .chojuwari-1 .sec-text .discount {
  font-size: 1.4em;
  font-weight: 900;
  color: #e61673;
}

#fullpage .chojuwari-1 .sec-text .br-sp {
  display: none;
}


/* Media Queries ------------------------- */
/* 縦向き */
@media (orientation: portrait) {
  #fullpage .chojuwari-1 .sec-text {
    font-size: 5.8vw;
  }
  
  #fullpage .chojuwari-1 .sec-text .average-age small {
    font-size: 2vw;
  }
  
  #fullpage .chojuwari-1 .sec-text .br-sp {
    display: block;
  }
}


/* ==========================================================================
chojuwari-2
========================================================================== */
#fullpage .chojuwari-2 {
  background-color: #fbf7ee;
}

#fullpage .chojuwari-2 .sec-ttl {
  color: #333;
  font-size: 2.5vw;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 0.7em;
}

#fullpage .chojuwari-2 .anima-marker {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(255, 248, 140, 0.8) 60%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.5s 0.2s linear;
}

#fullpage .chojuwari-2.is-visible .anima-marker {
  background-size: 100% 100%;
}

#fullpage .chojuwari-2 .chart-box {
  display: table;
  margin: 0 auto 3vw;
  background-color: #fff;
  padding: 1vw 2vw;
  border-radius: 1.2vw;
  position: relative;
}

#fullpage .chojuwari-2 .chart-box::before {
  content: "";
  display: inline-block;
  background: url(../img/chojuwari/icon-triangle-bottom.png) no-repeat 50% / contain;
  width: 3.8vw;
  aspect-ratio: 300 / 132;
  position: absolute;
  top: calc(100% + 0.7vw);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

#fullpage .chojuwari-2 .chart-table {
  border: 0;
}

#fullpage .chojuwari-2 .chart-table th,
#fullpage .chojuwari-2 .chart-table td {
  font-size: 2.8vw;
  font-weight: bold;
  border-bottom: 3px solid #ccc;
  padding: 0.2em 1em;
}

#fullpage .chojuwari-2 .chart-table th {
  color: #a68b1d;
}

#fullpage .chojuwari-2 .chart-table td {
  color: #333;
  text-align: right;
}

#fullpage .chojuwari-2 .chart-table tr:last-child th,
#fullpage .chojuwari-2 .chart-table tr:last-child td {
  border-bottom: 0;
}

#fullpage .chojuwari-2 .chart-table .percent {
  color: #e61673;
  font-size: 1.1em;
}

#fullpage .chojuwari-2 .example-box {
  display: table;
  margin: 0 auto 2vw;
  background-color: #fff;
  padding: 1.5vw 3vw;
  border-radius: 1.2vw;
  text-align: center;
  position: relative;
  transform: translateY(-20px);
  opacity: 0;
  transition: 0.7s ease;
}

#fullpage .chojuwari-2.is-visible .example-box {
  transform: none;
  opacity: 1;
}

#fullpage .chojuwari-2 .example-box .text,
#fullpage .chojuwari-2 .example-box .calc {
  font-size: 2vw;
  font-weight: bold;
  margin: 0;
}

#fullpage .chojuwari-2 .example-box .text .br-sp,
#fullpage .chojuwari-2 .example-box .calc .br-sp {
  display: none;
}

#fullpage .chojuwari-2 .example-box .text strong {
  font-size: 1.1em;
}

#fullpage .chojuwari-2 .example-box .calc .num {
  font-size: 1.2em;
}

#fullpage .chojuwari-2 .example-box .calc .unit {
  font-size: 0.6em;
}

#fullpage .chojuwari-2 .example-box .calc .discount-num {
  font-size: 1.4em;
}

#fullpage .chojuwari-2 .example-box .calc .discount-unit {
  font-size: 0.8em;
}

#fullpage .chojuwari-2 .example-box .calc .anima-marker {
  transition-delay: 1s;
}

#fullpage .chojuwari-2 .example-box .illust-couple {
  width: 12.5vw;
  position: absolute;
  bottom: -2vw;
  right: -7vw; /* 画面からはみ出ると横スクロール出るので注意 */
}


/* Media Queries ------------------------- */
/* 縦向き */
@media (orientation: portrait) {
  #fullpage .chojuwari-2 .sec-ttl {
    font-size: 4.8vw;
  }
  
  #fullpage .chojuwari-2 .chart-box {
    margin-bottom: 7vw;
    padding: 2vw 4vw;
  }
  
  #fullpage .chojuwari-2 .chart-box::before {
    width: 7vw;
    top: calc(100% + 2vw);
  }
  
  #fullpage .chojuwari-2 .chart-table th,
  #fullpage .chojuwari-2 .chart-table td {
    font-size: 4vw;
    padding: 0.5em 1em;
  }
  
  #fullpage .chojuwari-2 .example-box {
    margin-bottom: 15vw;
    padding: 4vw;
  }
  
  #fullpage .chojuwari-2 .example-box .text,
  #fullpage .chojuwari-2 .example-box .calc {
    font-size: 3.5vw;
  }
  
  #fullpage .chojuwari-2 .example-box .text .br-sp,
  #fullpage .chojuwari-2 .example-box .calc .br-sp {
    display: block;
  }
  
  #fullpage .chojuwari-2 .example-box .illust-couple {
    width: 25vw;
    bottom: -13vw;
    right: -3vw; /* 画面からはみ出ると横スクロール出るので注意 */
  }
}

/* 縦向き / スマホを包括
※iPadの比率は除外して、一般的なスマホの比率を包括
*/
@media (orientation: portrait) and (max-aspect-ratio: 2/3) {
  #fullpage .chojuwari-2 .chart-table th,
  #fullpage .chojuwari-2 .chart-table td {
    font-size: 5vw;
    border-bottom-width: 2px;
  }
  
  #fullpage .chojuwari-2 .example-box .text,
  #fullpage .chojuwari-2 .example-box .calc {
    font-size: 4vw;
  }
}


/* ==========================================================================
chojuwari-3
========================================================================== */
#fullpage .chojuwari-3 {
  background: url(../img/chojuwari/bg-3.jpg) no-repeat 50% / cover;
}

#fullpage .chojuwari-3 .sec-content {
  width: 50%;
  margin: 1vw 0 1vw 5%;
}

#fullpage .chojuwari-3 .sec-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 3vw;
  font-weight: 900;
  color: #784ba5;
  text-align: center;
  margin: 0 0 0.5em;
  text-shadow:
    #fff 0 0 10px,
    #fff 0 0 10px,
    #fff 0 0 10px,
    #fff 0 0 10px,
    #fff 0 0 10px,
    #fff 0 0 10px;
}

#fullpage .chojuwari-3 .plan-list {
  margin: 0;
  padding: 0;
}

#fullpage .chojuwari-3 .plan-list > li {
  margin: 0;
  padding: 0;
  position: relative;
  opacity: 0;
  transition: 0.8s ease;
}

#fullpage .chojuwari-3.is-visible .plan-list > li {
  opacity: 1;
}

#fullpage .chojuwari-3.is-visible .plan-list > li:nth-child(2) {
  transition-delay: 0.3s;
}

#fullpage .chojuwari-3.is-visible .plan-list > li:nth-child(3) {
  transition-delay: 0.6s;
}

#fullpage .chojuwari-3.is-visible .plan-list > li:nth-child(4) {
  transition-delay: 0.9s;
}

#fullpage .chojuwari-3.is-visible .plan-list > li:nth-child(5) {
  transition-delay: 1.2s;
}

#fullpage .chojuwari-3.is-visible .plan-list > li:nth-child(6) {
  transition-delay: 1.5s;
}

#fullpage .chojuwari-3.is-visible .plan-list > li:nth-child(7) {
  transition-delay: 1.8s;
}

#fullpage .chojuwari-3.is-visible .plan-list > li:nth-child(8) {
  transition-delay: 2.1s;
}

#fullpage .chojuwari-3.is-visible .plan-list > li:nth-child(9) {
  transition-delay: 2.4s;
}

#fullpage .chojuwari-3.is-visible .plan-list > li:nth-child(10) {
  transition-delay: 2.7s;
}

#fullpage .chojuwari-3 .plan-list > li ~ li {
  margin-top: 1.5vw;
}

#fullpage .chojuwari-3 .plan-list > li > a {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-left: 15px solid #7e58a5;
  padding: 0.5vw 1vw;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease;
  gap: 1vw;
}

#fullpage .chojuwari-3 .plan-list > li > a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

#fullpage .chojuwari-3 .plan-list > li > a::before {
  content: "";
  display: inline-block;
  border: 2px solid #666;
  border-top: 0;
  border-left: 0;
  width: 3vw;
  height: 1vw;
  transform: skewX(35deg);
  position: absolute;
  bottom: 8px;
  right: 1vw;
  z-index: -1;
}

#fullpage .chojuwari-3 .plan-list > li p {
  margin: 0;
  line-height: 1.4;
}

#fullpage .chojuwari-3 .plan-list > li .mark-new {
  width: 3.3vw;
  position: absolute;
  top: -1vw;
  left: -1.5vw;
}

#fullpage .chojuwari-3 .plan-list > li .ttl-box {
}

#fullpage .chojuwari-3 .plan-list > li .ttl-box .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.3vw;
  font-weight: 900;
  color: #333;
}

#fullpage .chojuwari-3 .plan-list > li .ttl-box .text {
  font-size: 1vw;
  color: #777;
}

#fullpage .chojuwari-3 .plan-list > li .price-box {
  width: 20%;
  text-align: center;
  padding-bottom: 10px;
}

#fullpage .chojuwari-3 .plan-list > li .price-box .price {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2vw;
  font-weight: 900;
  white-space: nowrap;
  color: #e61673;
  line-height: 1.2;
}

#fullpage .chojuwari-3 .plan-list > li .price-box .price .unit {
  font-size: 0.6em;
}

#fullpage .chojuwari-3 .plan-list > li .price-box .label-chojuwari {
  display: inline-block;
  background-color: #e61673;
  color: #fff;
  font-size: 0.9vw;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 0.3em;
  padding: 0.3em 0.5em;
  letter-spacing: 0;
  line-height: 1;
}

#fullpage .chojuwari-3 .plan-list > li .price-box .label-chojuwari .br-sp {
  display: none;
}


/* Media Queries ------------------------- */
/* 縦向き */
@media (orientation: portrait) {
  #fullpage .chojuwari-3 {
    background-position: 60% 50%;
  }
  
  #fullpage .chojuwari-3 .sec-content {
    width: 85%;
    margin: 4vw auto;
  }
  
  #fullpage .chojuwari-3 .sec-ttl {
    font-size: 5.5vw;
    margin-bottom: 0.8em;
  }
  
  #fullpage .chojuwari-3 .plan-list > li ~ li {
    margin-top: 5vw;
  }
  
  #fullpage .chojuwari-3 .plan-list > li > a {
    padding: 1.5vw;
  }
  
  #fullpage .chojuwari-3 .plan-list > li > a::before {
    width: 8vw;
    height: 2vw;
    right: 2vw;
  }
  
  #fullpage .chojuwari-3 .plan-list > li .mark-new {
    width: 8vw;
    top: -3vw;
    left: -4vw;
  }
  
  #fullpage .chojuwari-3 .plan-list > li .ttl-box .ttl {
    font-size: 5vw;
  }
  
  #fullpage .chojuwari-3 .plan-list > li .ttl-box .text {
    font-size: 2.1vw;
  }
  
  #fullpage .chojuwari-3 .plan-list > li .price-box .price {
    font-size: 5vw;
  }
  
  #fullpage .chojuwari-3 .plan-list > li .price-box .label-chojuwari {
    font-size: 1.75vw;
  }
}

/* 縦向き / スマホを包括
※iPadの比率は除外して、一般的なスマホの比率を包括
*/
@media (orientation: portrait) and (max-aspect-ratio: 2/3) {
  #fullpage .chojuwari-3 .sec-ttl {
    font-size: 6.5vw;
  }
  
  #fullpage .chojuwari-3 .plan-list > li > a {
    border-left-width: 7px;
  }
  
  #fullpage .chojuwari-3 .plan-list > li .mark-new {
    width: 10vw;
    top: -5vw;
  }
  
  #fullpage .chojuwari-3 .plan-list > li .ttl-box .ttl {
    font-size: 5.6vw;
  }
  
  #fullpage .chojuwari-3 .plan-list > li .ttl-box .text {
    font-size: 3.1vw;
  }
  
  #fullpage .chojuwari-3 .plan-list > li .price-box .label-chojuwari {
    font-size: 2.4vw;
  }

  #fullpage .chojuwari-3 .plan-list > li .price-box .label-chojuwari .br-sp {
    display: block;
  }
}


/* ==========================================================================
chojuwari-4
========================================================================== */
#fullpage .chojuwari-4 {
  background: url(../img/chojuwari/bg-4.jpg) no-repeat 50% / cover;
}

#fullpage .chojuwari-4 .writing-box {
  background:
    url(../img/chojuwari/frame-top.png) no-repeat 50% 0% / 33vw,
    url(../img/chojuwari/frame-bottom.png) no-repeat 50% 100% / 33vw;
  padding: 7.3vw 4vw;
  margin: 1vw 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2vw;
  font-weight: 900;
  color: #333;
  text-align: center;
  text-shadow:
    3px 0 1px #fff,
    -3px 0 1px #fff,
    0 3px 1px #fff,
    0 -3px 1px #fff,
    3px 3px 0 #fff,
    -3px 3px 0 #fff,
    3px -3px 0 #fff,
    -3px -3px 0 #fff,
    2px 0 0 #fff,
    -2px 0 0 #fff,
    0 2px 0 #fff,
    0 -2px 0 #fff,
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff;
}

#fullpage .chojuwari-4 .writing-box p {
  margin: 0;
}

#fullpage .chojuwari-4 .writing-box p ~ p {
  margin-top: 0.3em;
}

#fullpage .chojuwari-4 .sec-ttl {
  font-size: 3vw;
  font-weight: 900;
  margin: 0 0 0.5em;
}

#fullpage .chojuwari-4 .first-text,
#fullpage .chojuwari-4 .middle-text,
#fullpage .chojuwari-4 .last-text {
}

#fullpage .chojuwari-4 .first-text {
  font-size: 1.2em;
}

#fullpage .chojuwari-4 .middle-text {
  color: #784ba5;
}

#fullpage .chojuwari-4 .last-text {
  font-size: 1.1em;
}

#fullpage .chojuwari-4 .middle-text .marker {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(231, 215, 247, 0.8) 60%);
}


/* Media Queries ------------------------- */
/* 縦向き */
@media (orientation: portrait) {
  #fullpage .chojuwari-4 .sec-ttl {
    font-size: 7vw;
  }
  
  #fullpage .chojuwari-4 .writing-box {
    background-size: 60vw;
    padding: 15vw 4vw;
    font-size: 3.5vw;
  }
  
  #fullpage .chojuwari-4 .writing-box p ~ p {
    margin-top: 0.7em;
  }
}

/* 縦向き / スマホを包括
※iPadの比率は除外して、一般的なスマホの比率を包括
*/
@media (orientation: portrait) and (max-aspect-ratio: 2/3) {
  #fullpage .chojuwari-4 .writing-box {
    font-size: 4.5vw;
  }
}


/* ==========================================================================
chojuwari-5
========================================================================== */
#fullpage .chojuwari-5 {
  background-color: #fff;
}

#fullpage .chojuwari-5 .sec-content {
  width: 80%;
  margin: 1vw auto;
  position: relative;
  z-index: 0;
}

#fullpage .chojuwari-5 .sec-ttl {
  font-size: 2vw;
  font-weight: 900;
  color: #333;
  text-align: center;
  margin: 0 0 1em;
}

#fullpage .chojuwari-5 .review-dl {
  background-color: #fbf7ee;
  border-radius: 1em;
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: max(15px, 0.9vw);
  margin: 0;
}

#fullpage .chojuwari-5 .review-dl ~ .review-dl {
  margin-top: 1.5em;
}

#fullpage .chojuwari-5 .review-dl dt {
  width: 15%;
  min-width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 2em;
  margin: 0;
  border: 0;
  font-weight: normal;
  text-align: center;
}

#fullpage .chojuwari-5 .review-dl dd {
  padding: 0 2em;
  margin: 0;
  border: 0;
  border-left: 2px solid #ccc;
}

#fullpage .chojuwari-5 .illust-people {
  height: 3.5vw;
  width: auto;
  position: absolute;
}

#fullpage .chojuwari-5 .illust-people.m-1 {
  top: -1vw;
  left: 25%;
}

#fullpage .chojuwari-5 .illust-people.m-2 {
  top: 0;
  left: 10%;
}

#fullpage .chojuwari-5 .illust-people.m-3 {
  top: -1vw;
  right: 25%;
}

#fullpage .chojuwari-5 .illust-people.m-4 {
  top: 0;
  right: 10%;
}


/* Media Queries ------------------------- */
/* 縦向き */
@media (orientation: portrait) {
  #fullpage .chojuwari-5 .sec-content {
    width: 90%;
    margin: 6vw auto;
  }
  
  #fullpage .chojuwari-5 .sec-ttl {
    font-size: 4vw;
  }
  
  #fullpage .chojuwari-5 .review-dl {
    display: block;
    padding: 2em;
  }
  
  #fullpage .chojuwari-5 .review-dl dt,
  #fullpage .chojuwari-5 .review-dl dd {
    width: 100%;
    padding: 0;
  }
  
  #fullpage .chojuwari-5 .review-dl dt {
    text-align: left;
  }
  
  #fullpage .chojuwari-5 .review-dl dd {
    border-left: 0;
    border-top: 2px solid #ccc;
    padding-top: 1em;
    margin-top: 1em;;
  }
  
  #fullpage .chojuwari-5 .illust-people {
    height: 6vw;
  }
}

/* 縦向き / スマホを包括
※iPadの比率は除外して、一般的なスマホの比率を包括
*/
@media (orientation: portrait) and (max-aspect-ratio: 2/3) {
  #fullpage .chojuwari-5 .sec-ttl {
    font-size: 5.8vw;
  }
  
  #fullpage .chojuwari-5 .illust-people {
    height: 9vw;
  }
  
  #fullpage .chojuwari-5 .illust-people.m-1 {
    left: 15%;
  }

  #fullpage .chojuwari-5 .illust-people.m-2 {
    left: 0;
  }

  #fullpage .chojuwari-5 .illust-people.m-3 {
    right: 15%;
  }

  #fullpage .chojuwari-5 .illust-people.m-4 {
    right: 0;
  }
}


/* ==========================================================================
chojuwari-6
========================================================================== */
#fullpage .chojuwari-6 {
  background: url(../img/chojuwari/bg-5.jpg) no-repeat 50% / cover;
}

#fullpage .chojuwari-6 .sec-content {
  max-width: 90%;
  margin: 3vw auto;
  padding: 3vw;
  background-color: rgba(255, 255, 255, 0.6);
}

#fullpage .chojuwari-6 .sec-ttl,
#fullpage .chojuwari-6 .catch {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  color: #333;
  text-align: center;
  text-shadow:
    3px 0 1px #fff,
    -3px 0 1px #fff,
    0 3px 1px #fff,
    0 -3px 1px #fff,
    3px 3px 0 #fff,
    -3px 3px 0 #fff,
    3px -3px 0 #fff,
    -3px -3px 0 #fff,
    2px 0 0 #fff,
    -2px 0 0 #fff,
    0 2px 0 #fff,
    0 -2px 0 #fff,
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px -2px 0 #fff,
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff;
}

#fullpage .chojuwari-6 .sec-ttl {
  font-size: 3.8vw;
  color: #784ba5;
  margin: 0 0 0.4em;
  transform: scale(0.7);
  opacity: 0;
  transition: 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#fullpage .chojuwari-6.is-visible .sec-ttl {
  transform: none;
  opacity: 1;
}

#fullpage .chojuwari-6 .catch {
  font-size: 2.4vw;
  line-height: 1.4;
  border: 3px solid rgba(102, 102, 102, 0.6);
  border-left: 0;
  border-right: 0;
  display: table;
  padding: 0.2em;
  margin: 0 auto;
}

#fullpage .chojuwari-6 .catch .br-sp {
  display: none;
}

#fullpage .chojuwari-6 .catch strong {
  font-size: 1.2em;
  font-weight: 900;
}

#fullpage .chojuwari-6 .merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2vw;
  margin: 2vw 0;
}

#fullpage .chojuwari-6 .merit-list > li {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  border-radius: 1vw;
  border: 2px solid #a68b1d;
  color: #a68b1d;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.55);
  padding: 0.65em 0.5em;
  margin: 0;
}

#fullpage .chojuwari-6 .merit-list > li strong {
  font-size: 1.2em;
}

#fullpage .chojuwari-6 .btn-box {
  position: relative;
  text-align: center;
}

#fullpage .chojuwari-6 .btn-box .link-btn {
  width: 38%;
  display: inline-block;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4vw;
  font-weight: 900;
  text-align: center;
  background-color: #784ba5;
  border-radius: 0.5em;
  color: #fff;
  padding: 0.5em 1em;
  transition: all 0.3s ease;
}

#fullpage .chojuwari-6 .btn-box .link-btn:hover {
  background-color: #8f70ae;
}

#fullpage .chojuwari-6 .btn-box .illust-bird {
  width: 5vw;
  position: absolute;
  top: -10px;
  right: 24%;
  transform: translate(9vw, -15vw); /* 画面からはみ出ると横スクロール出るので注意 */
  opacity: 0;
  transition: 1.4s 1s ease-in-out;
}

#fullpage .chojuwari-6.is-visible .btn-box .illust-bird {
  transform: none;
  opacity: 1;
  animation: chojuwari-6-bird 5s 5s ease infinite;
}

@-webkit-keyframes chojuwari-6-bird {
  0% {
    transform: none;
  }

  5% {
    transform: rotate(20deg);
  }

  10% {
    transform: none;
  }

  15% {
    transform: rotate(15deg);
  }

  20% {
    transform: none;
  }

  100% {
    transform: none;
  }
}

@keyframes chojuwari-6-bird {
  0% {
    transform: none;
  }
  
  5% {
    transform: rotate(20deg);
  }
  
  10% {
    transform: none;
  }
  
  15% {
    transform: rotate(15deg);
  }

  20% {
    transform: none;
  }
  
  100% {
    transform: none;
  }
}


/* Media Queries ------------------------- */
/* 縦向き */
@media (orientation: portrait) {
  #fullpage .chojuwari-6 .sec-content {
    padding: 6vw;
  }
  
  #fullpage .chojuwari-6 .sec-ttl {
    font-size: 6vw;
  }
  
  #fullpage .chojuwari-6 .catch {
    font-size: 3.6vw;
  }
  
  #fullpage .chojuwari-6 .catch .br-sp {
    display: block;
  }
  
  #fullpage .chojuwari-6 .merit-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 4vw 0;
  }
  
  #fullpage .chojuwari-6 .merit-list > li {
    font-size: 3vw;
  }
  
  #fullpage .chojuwari-6 .btn-box .link-btn {
    width: 70%;
    font-size: 3.5vw;
    padding: 0.65em 1em;
  }
  
  #fullpage .chojuwari-6 .btn-box .illust-bird {
    width: 10vw;
    right: 0;
  }
}

/* 縦向き / スマホを包括
※iPadの比率は除外して、一般的なスマホの比率を包括
*/
@media (orientation: portrait) and (max-aspect-ratio: 2/3) {
  #fullpage .chojuwari-6 .sec-ttl {
    font-size: 7vw;
  }
  
  #fullpage .chojuwari-6 .catch {
    font-size: 4.5vw;
    border-width: 2px;
  }
  
  #fullpage .chojuwari-6 .merit-list > li {
    font-size: 4.4vw;
  }
  
  #fullpage .chojuwari-6 .btn-box .link-btn {
    font-size: 5vw;
  }
}


/* ==========================================================================
chojuwari-last
========================================================================== */
#fullpage .chojuwari-last {
  background-color: #8f70ae;
  color: #fff;
}

#fullpage .chojuwari-last .site-logo {
  width: 22vw;
  margin: 0 auto 2vw;
}

#fullpage .chojuwari-last .tel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6vw;
  text-align: center;
  margin: 3vw 0;
}

#fullpage .chojuwari-last .tel-list > li {
  margin: 0;
}

#fullpage .chojuwari-last .tel-list > li p {
  margin: 0;
}

#fullpage .chojuwari-last .tel-list .place {
  font-weight: bold;
  font-size: 1.3vw;
}

#fullpage .chojuwari-last .tel-list .tel {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 2.6vw;
  line-height: 1.4;
}

#fullpage .chojuwari-last .tel-list .tel::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-freedial-w.png) no-repeat 50% / contain;
  width: 3vw;
  aspect-ratio: 128 / 84;
  margin-right: 0.3em;
}

#fullpage .chojuwari-last .hall-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.1vw;
  text-align: center;
  margin: 2.5vw 0;
}

#fullpage .chojuwari-last .hall-list > li {
  margin: 0;
}

#fullpage .chojuwari-last .hall-list > li:not(:first-child)::before {
  content: "/";
  display: inline-block;
  margin: 0 2vw;
}

#fullpage .chojuwari-last .hall-list > li > a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

#fullpage .chojuwari-last .hall-list > li > a:hover {
  opacity: 0.7;
}

#fullpage .chojuwari-last .sns-icon-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1vw;
  margin: 2.5vw 0;
}

#fullpage .chojuwari-last .sns-icon-list > li a {
  width: 3.5vw;
  height: auto;
  aspect-ratio: 1 / 1;
}

#fullpage .chojuwari-last .sns-icon-list > li img {
  width: 2vw;
}


/* Media Queries ------------------------- */
/* 縦向き */
@media (orientation: portrait) {
  #fullpage .chojuwari-last .site-logo {
    width: 38vw;
    margin-bottom: 5vw;
  }
  
  #fullpage .chojuwari-last .tel-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4vw;
  }
  
  #fullpage .chojuwari-last .tel-list .place {
    font-size: 3.2vw;
  }
  
  #fullpage .chojuwari-last .tel-list .tel {
    font-size: 5.4vw;
  }
  
  #fullpage .chojuwari-last .tel-list .tel::before {
    width: 6.8vw;
  }
  
  #fullpage .chojuwari-last .hall-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1vw;
    font-size: 2.4vw;
    margin: 6vw 0;
  }
  
  #fullpage .chojuwari-last .hall-list > li:not(:first-child)::before {
    content: none;
  }
  
  #fullpage .chojuwari-last .sns-icon-list {
    gap: 3vw;
    margin: 4vw 0;
  }
  
  #fullpage .chojuwari-last .sns-icon-list > li a {
    width: 7.5vw;
  }
  
  #fullpage .chojuwari-last .sns-icon-list > li img {
    width: 4vw;
  }
}

/* 縦向き / スマホを包括
※iPadの比率は除外して、一般的なスマホの比率を包括
*/
@media (orientation: portrait) and (max-aspect-ratio: 2/3) {
  #fullpage .chojuwari-last .tel-list .place {
    font-size: 4.2vw;
  }
  
  #fullpage .chojuwari-last .tel-list .tel {
    font-size: 6.4vw;
  }
  
  #fullpage .chojuwari-last .tel-list .tel::before {
    width: 7.8vw;
  }
  
  #fullpage .chojuwari-last .hall-list {
    font-size: 3.8vw;
  }
  
  #fullpage .chojuwari-last .sns-icon-list > li a {
    width: 11vw;
  }
  
  #fullpage .chojuwari-last .sns-icon-list > li img {
    width: 6vw;
  }
}
