@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500&display=swap');
body {
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", "游ゴシック体", "yu gothic", meiryo, Roboto, sans-serif;
  background: #f7f7e3;
}

img {
  pointer-events: none;
}

#js-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#js-loader .logo {
  width: 80%;
}
@media screen and (max-width: 480px) {
  #js-loader .logo {
    width: 80%;
  }
}
#js-loader .logo img {
  width: 100%;
}

@keyframes fadein {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  box-sizing: border-box;
}

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

p {
  line-height: 1.6;
}

a {
  color: #184CA5;
}

body {
  background-color: #002;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body.no-scroll {
  overflow-y: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
}
.wrapper::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  background: url(./../img/body_bg.jpg) 0 -200px/cover no-repeat fixed;
  filter: blur(10px) brightness(40%);
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .wrapper::before {
    background: url(./../img/title_bg_sp.jpg) 0 0/cover no-repeat fixed;
    filter: blur(4px) brightness(90%);
  }
}
.wrapper_inner {
  max-width: 1024px;
  margin: 0 auto 0;
  padding: 0 2rem;
}
@media screen and (max-width: 480px) {
  .wrapper_inner {
    padding: 2rem;
  }
}

header {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  padding: 0;
  text-align: center;
  position: relative;
  height: 100vh;
  z-index: 1;
}
header h1 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 100%;
  max-width: 80%;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  header h1 {
    top: 35%;
    transform: translate(-50%, -35%);
  }
}
header h2 {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 100%;
  max-width: 50%;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  header h2 {
    top: 55%;
    transform: translate(-50%, -55%);
  }
}
header .illustrator {
  color: #ccc;
  font-size: 0.9rem;
  font-size: clamp(0.75rem, 0.695rem + 0.27vw, 0.9rem);
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  opacity: 0;
}

.header_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 108vh;
}
.header_bg img {
  width: 100%;
  height: auto;
}

.lead01 {
  background-image: linear-gradient(180deg, rgba(0, 0, 34, 0), rgba(0, 0, 34, 0.56) 0%, rgba(0, 0, 34, 0) 0%, rgba(0, 0, 34, 0.75) 25%, rgb(0, 0, 34) 50%, rgba(0, 0, 34, 0.75) 90%, rgba(0, 0, 34, 0));
  padding: 300px 0 200px;
  text-align: center;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 480px) {
  .lead01 {
    background-image: linear-gradient(180deg, rgba(0, 0, 34, 0), rgba(0, 0, 34, 0.56) 0%, rgba(0, 0, 34, 0) 0%, rgba(0, 0, 34, 0.75) 5%, rgb(0, 0, 34) 50%, rgba(0, 0, 34, 0.75) 80%, rgba(0, 0, 34, 0));
    padding: 150px 0 150px;
  }
}
.lead01 img {
  width: 160px;
  max-width: 30%;
  opacity: 0;
}
.lead01.fadein02 img {
  animation: fadein02 2s ease forwards;
}

.lead-area {
  margin-bottom: calc(120px + 4rem);
  opacity: 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .lead-area {
    margin-bottom: 4rem;
  }
}
.lead-area.fadein {
  animation: fadein 1s ease forwards;
}
.lead-area h2 {
  background: url(./../img/lead02_bg.svg) no-repeat center;
  background-size: contain;
  display: flex;
  padding: 50px 0;
  margin: auto;
  padding: 8rem 0;
  justify-content: center;
}
.lead-area .lead02_a {
  order: 1;
  margin-left: 1.5rem;
}
@media screen and (max-width: 480px) {
  .lead-area .lead02_a {
    width: 18vw;
  }
}
@media screen and (max-width: 480px) {
  .lead-area .lead02_b {
    width: 25vw;
  }
}

.book-area {
  margin-bottom: 300px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .book-area {
    margin-bottom: 150px;
  }
}
.book-area.fadein {
  animation: fadein 1s ease forwards;
}
.book-area-inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .book-area-inner {
    display: block;
  }
}
.book-area-inner-book {
  width: 46%;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .book-area-inner-book {
    width: 100%;
  }
}
.book-area-inner-detail {
  background-color: #002;
  margin: -4rem 0 0 -4rem;
  padding: 4rem 4rem 4rem 8rem;
  width: calc(54% + 4rem);
}
@media screen and (max-width: 480px) {
  .book-area-inner-detail {
    margin: 1rem 0;
    padding: 1rem;
    text-align: center;
    width: 100%;
  }
}
.book-area-inner-title {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .book-area-inner-title {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
}
.book-area-inner-writer {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .book-area-inner-writer {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.book-area-inner-info {
  font-size: 14px;
  margin-bottom: 2rem;
}
.book-area-inner-info-short {
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .book-area-inner-info-short {
    font-size: 1rem;
  }
}
.book-area-inner-info-short p {
  margin-bottom: 0.75rem;
}
.book-area-inner-info-short .short_head {
  background-color: #C8161D;
  border-radius: 4rem;
  display: inline-block;
  padding: 0.2rem 1.5rem;
}
.book-area-inner-info-short .short_new {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .book-area-inner-info-short .short_new {
    text-align: left;
  }
}

.word-area {
  background: url(./../img/word_bg.png) no-repeat center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 300px;
  padding: 2rem 2rem 6rem;
  opacity: 0;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .word-area {
    margin-bottom: 150px;
    padding: 1rem 1rem 3rem;
  }
}
.word-area h2, .word-area h3 {
  margin-bottom: 2rem;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .word-area h2, .word-area h3 {
    margin-bottom: 1rem;
  }
}
.word-area .word_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.word-area .word_list img {
  border-bottom: 2px dashed #BF9D5A;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  opacity: 0;
}
.word-area .word_list img:last-child {
  border: none;
}
.word-area.fadein {
  animation: fadein02 0.5s ease forwards;
}
.word-area.fadein h2 {
  animation: fadein02 0.5s ease forwards;
}
.word-area.fadein h3 {
  animation: fadein02 1s ease forwards;
}
.word-area.fadein .word_list img:nth-child(1) {
  animation: fadein 1s ease forwards 0.5s;
}
.word-area.fadein .word_list img:nth-child(2) {
  animation: fadein 1s ease forwards 1s;
}
.word-area.fadein .word_list img:nth-child(3) {
  animation: fadein 1s ease forwards 1.5s;
}

.about-area {
  position: relative;
}
.about-area::after {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 34, 0), rgb(0, 0, 34) 25%, rgb(0, 0, 34));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-area h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
}
.about-area h2 img {
  margin-bottom: 3rem;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .about-area h2 img {
    margin-bottom: 2rem;
  }
}
.about-area.fadein h2 img:nth-child(1) {
  animation: fadein 1s ease forwards;
}
.about-area.fadein h2 img:nth-child(2) {
  animation: fadein 1s ease forwards 0.5s;
}
.about-area.fadein h2 img:nth-child(3) {
  animation: fadein 1s ease forwards 1s;
}
.about-area .about_lead {
  font-size: 1.2rem;
  font-size: clamp(0.938rem, 0.847rem + 0.45vw, 1.188rem);
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 4rem;
  opacity: 0;
  z-index: 10;
}
.about-area .about_lead::before, .about-area .about_lead::after {
  content: "";
  background: url(./../img/about_bg_t.svg) 0 0/contain no-repeat, url(./../img/about_bg_b.svg) 0 100%/contain no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-area .about_lead::after {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 34, 0), rgb(0, 0, 34) 25%, rgb(0, 0, 34));
  z-index: -2;
}
.about-area .about_lead_inner {
  line-height: 2;
  padding: 6rem 0;
}
@media screen and (max-width: 480px) {
  .about-area .about_lead_inner {
    padding: 2rem 1rem;
  }
}
.about-area .about_lead_inner p {
  line-height: 2.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .about-area .about_lead_inner p {
    line-height: 2;
    margin-bottom: 1.5rem;
  }
}
.about-area .about_lead_btn {
  display: block;
  line-height: 0;
  margin: auto;
  max-width: 60%;
  transition: 0.3s;
}
.about-area .about_lead_btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.about-area .about_lead.fadein {
  animation: fadein 1s ease forwards 0.1s;
}
.about-area .about_kako {
  text-align: center;
  margin-bottom: 4rem;
  opacity: 0;
}
.about-area .about_kako p {
  font-size: 1.2rem;
  font-size: clamp(0.938rem, 0.847rem + 0.45vw, 1.188rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .about-area .about_kako p {
    margin-bottom: 1rem;
  }
}
.about-area .about_kako dl {
  background: url(./../img/bg_bloglist.png) 0 0/cover no-repeat;
  color: #000;
  margin: 0 auto;
  padding: 3rem 0;
  max-width: 710px;
}
@media screen and (max-width: 480px) {
  .about-area .about_kako dl {
    padding: 2rem 1rem 1rem;
  }
}
.about-area .about_kako dl dt {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .about-area .about_kako dl dt {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
  }
}
.about-area .about_kako dl dd {
  font-size: 1.2rem;
  font-size: clamp(0.938rem, 0.847rem + 0.45vw, 1.188rem);
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .about-area .about_kako dl dd {
    padding-bottom: 1rem;
  }
}
.about-area .about_kako dl dd::after {
  content: "";
  background: url(./../img/kako_dl_line.svg) center/cover no-repeat;
  display: block;
  margin: auto;
  margin-top: 1.5rem;
  width: 40%;
  height: 5px;
}
.about-area .about_kako dl dd:last-child::after {
  content: none;
}
.about-area .about_kako_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6rem;
}
@media screen and (max-width: 480px) {
  .about-area .about_kako_list {
    padding-bottom: 1rem;
  }
}
.about-area .about_kako_list p {
  font-size: 1.2rem;
  font-size: clamp(0.938rem, 0.847rem + 0.45vw, 1.188rem);
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .about-area .about_kako_list p {
    margin-bottom: 1rem;
  }
}
.about-area .about_kako_list ul {
  list-style-type: none;
}
.about-area .about_kako_list ul li {
  display: flex;
  align-items: baseline;
  font-size: 1.2rem;
  font-size: clamp(0.938rem, 0.847rem + 0.45vw, 1.188rem);
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .about-area .about_kako_list ul li {
    flex-direction: column;
  }
}
.about-area .about_kako_list ul li p {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .about-area .about_kako_list ul li p {
    margin-bottom: 0.5rem;
  }
}
.about-area .about_kako_list ul li h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.8rem;
  font-size: clamp(1.313rem, 1.153rem + 0.8vw, 1.75rem);
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .about-area .about_kako_list ul li h3 {
    margin-bottom: 0.5rem;
  }
}
.about-area .about_kako_list ul li .d-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .about-area .about_kako_list ul li .d-flex {
    align-items: flex-start;
  }
}
.about-area .about_kako_list ul li .btn_linkshort {
  background-color: #EBD1A0;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  font-size: 1rem;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  padding: 0.5em 1em;
  text-decoration: none;
  line-height: 1;
  transition: 0.3s;
}
.about-area .about_kako_list ul li .btn_linkshort::after {
  content: "";
  background: #000;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: inline-block;
  margin-left: 0.5rem;
  height: 0.8660254038rem;
  width: 0.5rem;
}
.about-area .about_kako_list ul li .btn_linkshort:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.about-area .about_kako_list_inner {
  margin-top: 4rem;
}
.about-area .about_kako.fadein {
  animation: fadein 1s ease forwards;
}

.rule-area {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  padding-bottom: 8rem;
  position: relative;
}
.rule-area::after {
  content: "";
  background: #002;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .rule-area {
    padding-bottom: 2rem;
  }
}
.rule-area .rule_bg {
  background: url(./../img/bg_rule.jpg) 0 0/cover repeat-y;
  margin-bottom: 8rem;
  padding: 2rem;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .rule-area .rule_bg {
    padding: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .rule-area .rule_bg {
    margin-bottom: 2rem;
  }
}
.rule-area .rule_bg.fadein {
  animation: fadein 1s ease forwards;
}
.rule-area .ruleList_wrapper {
  padding: 2rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .rule-area .ruleList_wrapper {
    padding: 1rem;
  }
}
.rule-area .ruleList_wrapper::before {
  content: "";
  background: url(./../img/bg_ruleList.png) 0 0/cover no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.8;
}
.rule-area .ruleList_header {
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.rule-area .ruleList_header p {
  margin-bottom: 1rem;
}
.rule-area .ruleList_header h2 {
  margin-bottom: 2rem;
}
.rule-area .ruleList_body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rule-area .ruleList_body_head {
  position: relative;
  text-align: center;
  width: 100%;
}
.rule-area .ruleList_body_head h3 {
  background-color: #48439C;
  color: #fff;
  display: inline-block;
  font-size: clamp(1.125rem, 1.057rem + 0.34vw, 1.313rem);
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 1;
}
.rule-area .ruleList_body_head::after {
  content: "";
  border-top: 2px dotted #867466;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
}
.rule-area .ruleList_item {
  color: #000;
  border-bottom: 2px dotted #867466;
  list-style: none;
  counter-reset: list-counter;
  padding: 2rem 2rem 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .rule-area .ruleList_item {
    padding: 1rem 0;
  }
}
.rule-area .ruleList_item li {
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.5em;
}
.rule-area .ruleList_item li::before {
  content: counter(list-counter); /*list-counterの値を挿入*/
  counter-increment: list-counter; /*連番の値が挿入される*/
  background-color: #867466;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  font-size: 0.85em;
  height: 1.4em;
  width: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.25em;
  left: 0;
}
.rule-area .ruleList_item li .iga {
  display: inline-block;
  font-size: 1.3em;
  margin-top: -1.3em;
}
.rule-area .forAudience {
  color: #fff;
  text-align: center;
  opacity: 0;
}
.rule-area .forAudience.fadein {
  animation: fadein 1s ease forwards;
}
.rule-area .forAudience h3 {
  margin-bottom: 2rem;
}
.rule-area .forAudience p {
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  line-height: 2;
}
.rule-area .forAudience p.igaiga {
  color: #BF9D5A;
  font-size: 1rem;
  margin-top: 2rem;
}
.rule-area .forAudience .fa_marker {
  background-color: #BD3F2C;
  display: inline-block;
  line-height: 1.2;
  padding: 0.2em 0.5em;
  margin: 0 0.5em;
}

.body_bottom {
  background: url(./../img/footer_bg.jpg) 0 0/cover no-repeat;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 480px) {
  .body_bottom {
    height: 200px;
  }
}

.small {
  font-size: 0.8em;
}

#canvas_parent {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#myCanvas {
  opacity: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #myCanvas {
    width: 100vh;
    height: 100vh;
  }
}
#myCanvas.fix {
  opacity: 1;
}

/* animation */
header {
  opacity: 0;
  transition: 1s ease-in-out;
}

.pdfbtn {
  opacity: 0;
  transition: 1s ease-in-out;
}
.pdfbtn:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

@keyframes fadein {
  0% {
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header.fix {
  animation: fadein 1s ease forwards;
}
header.fix h1 {
  animation: fadein02 3s forwards 0.5s;
}
header.fix h2 {
  animation: fadein02 3s forwards 1s;
}
header.fix .illustrator {
  animation: fadein02 3s forwards 1.5s;
}

#js-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***************************************************
 * Generated by SVG Artista on 12/8/2023, 4:16:15 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elem-1 {
  stroke-dashoffset: 2332.2700195313px;
  stroke-dasharray: 2332.2700195313px;
  fill: transparent;
  transition: stroke-dashoffset 1s ease-in 0s, fill 0.7s ease-in 0.8s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-2 {
  stroke-dashoffset: 3090.4448242188px;
  stroke-dasharray: 3090.4448242188px;
  fill: transparent;
  transition: stroke-dashoffset 1s ease-in 0.12s, fill 0.7s ease-in 0.9s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-3 {
  stroke-dashoffset: 2502.4372558594px;
  stroke-dasharray: 2502.4372558594px;
  fill: transparent;
  transition: stroke-dashoffset 1s ease-in 0.24s, fill 0.7s ease-in 1s;
}

svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-4 {
  stroke-dashoffset: 2878.4296875px;
  stroke-dasharray: 2878.4296875px;
  fill: transparent;
  transition: stroke-dashoffset 1s ease-in 0.36s, fill 0.7s ease-in 1.1s;
}

svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}/*# sourceMappingURL=style.css.map */

/*20241204追加*/
.words{
  display: grid;
  justify-items: center;
  text-align: center;
  letter-spacing: 3px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 21px;
  padding-bottom: 9rem;
}
@media screen and (max-width: 480px) {
  .words{
    letter-spacing: 2px;
    font-size: 17px;
    padding-bottom: 1rem;
  }
}
.words p{
  line-height: 2;
  border-image: linear-gradient(to right, #ffffff00, #ffffff, #ffffff00) 1;
  border-top-style: solid;
  border-width: 1px;
  padding: 17px 3rem;
  border-bottom-style: solid;
}
@media screen and (max-width: 480px) {
  .words p{
    padding: 14px 0;
  }
}
.words span{
  display: block;
  font-size: 16px;
  margin-top: 1rem;
  color: #dfc394;
}
@media screen and (max-width: 480px) {
  .words span{
    font-size: 12px;
  }
}