@charset "UTF-8";
body {
  background: transparent;
}

.footer-btns {
  padding: 60px 0;
}
.footer-btns .footer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 1.3888888889vw;
  font-weight: 700;
  border-radius: 500px;
  padding: 1.5em 2em;
  background: #64503C;
  margin: 0 auto;
  text-decoration: none;
  transition: 0.3s;
}
.footer-btns .footer-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .footer-btns .footer-btn {
    display: block;
    font-size: 14px;
    border-radius: 100px;
    padding: 1em 2em 1.2em;
  }
}
.footer-btns .flex .gotop {
  display: none;
}

/*============================
#mv
============================*/
#mv {
  position: relative;
}
#mv img {
  width: 100%;
  height: auto;
}
#mv * {
  margin: 0;
  padding: 0;
}
#mv h1 {
  width: 24.375vw;
  position: absolute;
  left: 4.4444444444vw;
  top: 4.4444444444vw;
}
@media screen and (max-width: 768px) {
  #mv h1 {
    width: 26.6666666667vw;
    left: 5.3333333333vw;
    top: 5.3333333333vw;
  }
}
#mv .mv-copy {
  width: 62.9861111111vw;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #mv .mv-copy {
    width: 67%;
  }
}
#mv .mv-lead {
  position: absolute;
  top: 7.6388888889vw;
  right: 9.7222222222vw;
  width: 53.125vw;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #mv .mv-lead {
    background: #FFFAF5;
    width: auto;
    position: relative;
    top: auto;
    right: auto;
    font-size: 12px;
    padding: 30px 30px 40px;
  }
}
#mv .mv-lead::first-letter {
  font-size: 2.5em;
  float: left;
  line-height: 1.5;
  padding-right: 0.2em;
}
#mv .mv-mark {
  width: 33.3333333333vw;
  position: absolute;
  top: 21.6666666667vw;
  right: 16.1805555556vw;
}
@media screen and (max-width: 768px) {
  #mv .mv-mark {
    width: 50.6666666667vw;
    position: absolute;
    top: 10.6666666667vw;
    right: 8vw;
  }
}
#mv figure {
  position: relative;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #mv figure {
    overflow: hidden;
    height: 154.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #mv figure img {
    position: absolute;
    left: 51%;
    bottom: -2%;
    transform: translateX(-50%);
    min-width: 155%;
    height: auto;
  }
}
#mv figure .bg1,
#mv figure .bg2,
#mv figure .bg3 {
  display: block;
  position: absolute;
}
#mv figure .bg1 {
  width: 17.2222222222vw;
  aspect-ratio: 4/10;
  background: url(../../img/mv-bg1.svg) no-repeat left top/cover;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #mv figure .bg1 {
    width: 18.6666666667vw;
  }
}
#mv figure .bg2 {
  width: 27.5694444444vw;
  aspect-ratio: 0.4/1;
  background: url(../../img/mv-bg2.svg) no-repeat left top/cover;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #mv figure .bg2 {
    width: 26.1333333333vw;
  }
}
#mv figure .bg3 {
  width: 36.25vw;
  aspect-ratio: 0.4/1;
  background: url(../../img/mv-bg3.svg) no-repeat left top/cover;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #mv figure .bg3 {
    width: 32vw;
  }
}
#mv .mv-inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  #mv .prof {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  #mv .prof1 {
    display: flex;
    justify-content: space-between;
  }
}
#mv .prof1 dl {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 36.8055555556vw;
  left: 16.3888888889vw;
}
@media screen and (max-width: 768px) {
  #mv .prof1 dl {
    position: static;
    flex: 0 0 32%;
    background: rgba(255, 255, 255, 0.85);
    padding: 0 7px 7px;
  }
}
#mv .prof1 dl dt {
  display: inline-flex;
  padding: 0 0.5555555556vw;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 1.1111111111vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  background: rgba(70, 225, 255, 0.9);
}
@media screen and (max-width: 768px) {
  #mv .prof1 dl dt {
    height: 15px;
    line-height: 11px;
    overflow: hidden;
    margin: 0;
    padding: 0 1em;
    font-size: 9px;
  }
}
#mv .prof1 dl dd {
  padding-top: 1em;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #mv .prof1 dl dd {
    font-size: 6.5px;
    padding-top: 0.7em;
  }
}
#mv .prof1 dl:nth-of-type(2) {
  left: 33.9583333333vw;
}
#mv .prof1 dl:nth-of-type(2) dt {
  background: rgba(210, 245, 0, 0.9);
}
#mv .prof1 dl:nth-of-type(3) {
  left: 77.0833333333vw;
}
#mv .prof1 dl:nth-of-type(3) dt {
  background: rgba(255, 130, 90, 0.9);
}
#mv .prof2 {
  display: flex;
  justify-content: space-between;
  width: 70.833%;
  position: absolute;
  left: 50%;
  top: 68.0555555556vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #mv .prof2 {
    width: 100%;
    position: static;
    transform: none;
  }
}
#mv .prof2 div {
  flex: 0 0 25.5%;
}
@media screen and (max-width: 768px) {
  #mv .prof2 div {
    flex: 0 0 32%;
  }
}
#mv .prof2 div dl {
  position: relative;
  margin: 0;
  padding: 1.6666666667vw;
  background: var(--blue, rgba(70, 225, 255, 0.9));
}
@media screen and (max-width: 768px) {
  #mv .prof2 div dl {
    padding: 2.6666666667vw;
  }
}
#mv .prof2 div dl::before {
  content: "";
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  position: absolute;
  left: 50%;
  top: -1.3888888889vw;
  transform: translateX(-50%);
  background-image: url(../../img/mv-prof2-fuki1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #mv .prof2 div dl::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: -2.6666666667vw;
  }
}
#mv .prof2 div dl dt {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.05em;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  #mv .prof2 div dl dt {
    font-size: 2.4vw;
    margin-bottom: 1.3333333333vw;
  }
}
#mv .prof2 div dl dd {
  color: var(--text, #646464);
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.07em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #mv .prof2 div dl dd {
    font-size: 2.1333333333vw;
    letter-spacing: 0;
  }
}
#mv .prof2 div:nth-of-type(2) dl {
  background: var(--yellow, rgba(210, 245, 0, 0.9));
}
#mv .prof2 div:nth-of-type(2) dl::before {
  background-image: url(../../img/mv-prof2-fuki2.svg);
}
#mv .prof2 div:nth-of-type(3) dl {
  background: var(--orange, rgba(255, 130, 90, 0.9));
}
#mv .prof2 div:nth-of-type(3) dl::before {
  background-image: url(../../img/mv-prof2-fuki3.svg);
}
#mv .prof2 div:nth-of-type(3) dl dd {
  color: #fff;
}

.scroll-down {
  display: flex;
  align-items: flex-end;
  width: 0.9027777778vw;
  height: 100vh;
  position: absolute;
  right: 2.1527777778vw;
  top: 0;
}
@media screen and (max-width: 768px) {
  .scroll-down {
    display: none;
  }
}
.scroll-down img {
  display: block;
  width: 100%;
  height: auto;
}

/*============================

.theme-section
common settings

============================*/
.theme-section {
  position: relative;
}
.theme-section * {
  margin: 0;
  padding: 0;
}
.theme-section .theme-section-ttl {
  aspect-ratio: 4.62/1;
  background-image: url(../../img/theme01-ttl-bg.svg);
  background-position: center top;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding-top: 9.1666666667vw;
}
@media screen and (max-width: 768px) {
  .theme-section .theme-section-ttl {
    padding: 0;
    align-items: flex-end;
  }
}
.theme-section .theme-section-ttl img {
  display: block;
  width: 9.0277777778vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .theme-section .theme-section-ttl img {
    width: 55px;
  }
}
.theme-section .theme-section-body {
  background: #FAF5EB;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .theme-section .theme-section-body {
    padding-bottom: 60px;
  }
}
.theme-section .theme-section-body h2 {
  color: #000;
  text-align: center;
  font-size: 3.3333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 0.9722222222vw;
  margin-bottom: 5.6944444444vw;
}
@media screen and (max-width: 768px) {
  .theme-section .theme-section-body h2 {
    font-size: 20px;
    padding-top: 0.7em;
    margin-bottom: 1.5em;
  }
}
.theme-section .theme-section-body h2 small {
  width: 54.375vw;
  border-top: 0.5px solid #000;
  display: block;
  color: #B4B4B4;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 1.1111111111vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 1.6666666667vw auto 0;
  padding-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .theme-section .theme-section-body h2 small {
    width: auto;
    font-size: 10px;
    margin: 12px 20px 0;
    padding-top: 12px;
  }
}
.theme-section .theme-section-body .theme-main {
  width: 80.5555555556vw;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .theme-section .theme-section-body .theme-main {
    width: auto;
    padding: 0 20px;
  }
}
.theme-section .theme-section-body .theme-main a.fuki {
  transition: 0.3s;
}
.theme-section .theme-section-body .theme-main a.fuki:hover {
  opacity: 0.9;
}
.theme-section .theme-section-body .theme-main .lines {
  text-align: center;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .theme-section .theme-section-body .theme-main .lines {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.theme-section .theme-section-body .theme-main .lines strong {
  color: #C8DC00;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
}
.theme-section .theme-section-body .theme-main .lines.lines-blue strong {
  color: rgba(70, 225, 255, 0.9);
}
.theme-section .theme-section-body .theme-main .lines.lines-orange strong {
  color: rgba(255, 130, 90, 0.9);
}
.theme-section .theme-section-body a.btn.btn-l {
  display: block;
  display: flex;
  width: 80.5555555556vw;
  height: 6.9444444444vw;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 6.9444444444vw;
  border-radius: 3.4722222222vw;
  background: #64503C;
  margin: 4.4444444444vw auto 0;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .theme-section .theme-section-body a.btn.btn-l {
    width: auto;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    border-radius: 100px;
    margin: 30px 20px 0;
  }
}
.theme-section .theme-section-body a.btn.btn-l:hover {
  opacity: 0.85;
}

/*============================
#theme01
============================*/
#theme01 {
  margin-top: -21.6666666667vw;
}
@media screen and (max-width: 768px) {
  #theme01 {
    margin-top: 0;
    background: #FFFAF5;
  }
}
#theme01 .theme-section-body .theme-main.flex {
  display: flex;
  gap: 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  #theme01 .theme-section-body .theme-main.flex {
    gap: 10px;
    flex-wrap: wrap;
  }
}
#theme01 .theme-section-body .theme-main.flex figure {
  margin: 0;
  padding: 0;
  flex: 0 0 20.8333333333vw;
  display: flex;
  flex-direction: column-reverse;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  #theme01 .theme-section-body .theme-main.flex figure {
    flex: 0 0 calc((100% - 10px) / 3);
    flex: 0 0 100%;
    flex-direction: row;
  }
}
#theme01 .theme-section-body .theme-main.flex figure > span {
  flex: 0 0 100px;
  position: relative;
}
#theme01 .theme-section-body .theme-main.flex figure > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #faf5eb transparent transparent transparent;
  border-width: 0.9625vw 0.5555555556vw 0 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  #theme01 .theme-section-body .theme-main.flex figure > span::before {
    display: none;
  }
}
#theme01 .theme-section-body .theme-main.flex figure figcaption {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #theme01 .theme-section-body .theme-main.flex figure figcaption {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #theme01 .theme-section-body .theme-main.flex figure:last-of-type {
    padding-right: 140px;
  }
  #theme01 .theme-section-body .theme-main.flex figure:last-of-type figcaption br {
    display: none;
  }
}
#theme01 .theme-section-body .theme-main.flex a.fuki {
  display: block;
  width: 20.8333333333vw;
  position: absolute;
  right: 0;
  top: 1.8055555556vw;
}
@media screen and (max-width: 768px) {
  #theme01 .theme-section-body .theme-main.flex a.fuki {
    width: 140px;
    top: auto;
    bottom: 0;
    right: 10px;
  }
}

/*============================
#theme02
============================*/
#theme02 .theme-section-ttl {
  background-image: url(../../img/theme02-ttl-bg.svg);
  background-color: #FAF5EB;
}
#theme02 .theme-section-body {
  background: #FFFAF5;
}
@media screen and (max-width: 768px) {
  #theme02 .theme-section-body .theme-main {
    padding: 0 10px;
  }
}
#theme02 .theme-section-body .theme-main figure {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  #theme02 .theme-section-body .theme-main figure img {
    min-width: 120%;
    margin-left: -10%;
  }
}
#theme02 .theme-section-body .theme-main figure figcaption {
  position: relative;
}
#theme02 .theme-section-body .theme-main figure figcaption ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  #theme02 .theme-section-body .theme-main figure figcaption ul {
    gap: 10px;
  }
}
#theme02 .theme-section-body .theme-main figure figcaption ul li {
  padding-bottom: 2.3611111111vw;
  position: relative;
}
#theme02 .theme-section-body .theme-main figure figcaption ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.9027777778vw;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FFFAF5 transparent transparent transparent;
  border-width: 0.9625vw 0.5555555556vw 0 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  #theme02 .theme-section-body .theme-main figure figcaption ul li::before {
    border-color: #fffaf5 transparent transparent transparent;
    border-width: 2.3093333333vw 1.3333333333vw 0px 1.3333333333vw;
    bottom: -2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #theme02 .theme-section-body .theme-main figure figcaption ul li {
    width: 100%;
    margin: 0 !important;
    text-align: left;
  }
}
#theme02 .theme-section-body .theme-main figure figcaption ul li:nth-of-type(1) {
  margin-left: 8.5416666667vw;
}
#theme02 .theme-section-body .theme-main figure figcaption ul li:nth-of-type(2) {
  margin-left: 8.9583333333vw;
}
#theme02 .theme-section-body .theme-main figure figcaption ul li:nth-of-type(3) {
  margin-left: 9.8611111111vw;
}
#theme02 .theme-section-body .theme-main a.fuki {
  width: 20.8333333333vw;
  position: absolute;
  left: -4.1666666667vw;
  bottom: -2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #theme02 .theme-section-body .theme-main a.fuki {
    display: block;
    width: 150px;
    position: static;
    margin: -20px auto 0;
  }
}
/*============================
#theme03
============================*/
#theme03 .theme-section-ttl {
  background-image: url(../../img/theme03-ttl-bg.svg);
  background-color: #FFFAF5;
}
#theme03 .theme-section-body .theme-main.flex {
  display: flex;
  gap: 0.5555555556vw;
  margin-bottom: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  #theme03 .theme-section-body .theme-main.flex {
    flex-direction: column;
    gap: 10px;
  }
}
#theme03 .theme-section-body .theme-main.flex figure {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  #theme03 .theme-section-body .theme-main.flex figure {
    flex-direction: row !important;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #theme03 .theme-section-body .theme-main.flex figure span {
    flex: 0 0 120px;
  }
}
#theme03 .theme-section-body .theme-main.flex figure figcaption {
  padding-bottom: 2.2222222222vw;
  position: relative;
}
#theme03 .theme-section-body .theme-main.flex figure figcaption::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.9027777778vw;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #faf5eb transparent transparent transparent;
  border-width: 0.9625vw 0.5555555556vw 0 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  #theme03 .theme-section-body .theme-main.flex figure figcaption::before {
    display: none;
  }
}
#theme03 .theme-section-body .theme-main.flex figure:nth-of-type(2) {
  flex-direction: column;
}
#theme03 .theme-section-body .theme-main.flex figure:nth-of-type(2) figcaption {
  padding-top: 2.2222222222vw;
  padding-bottom: 0;
  position: relative;
}
#theme03 .theme-section-body .theme-main.flex figure:nth-of-type(2) figcaption::before {
  bottom: auto;
  top: -0.9027777778vw;
  transform: translateX(-50%) scale(1, -1);
  border-width: 0.9625vw 0.5555555556vw 0 0.5555555556vw;
}
#theme03 .theme-section-body .news {
  width: 80.5555555556vw;
  margin: auto;
  padding: 4.4444444444vw;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #theme03 .theme-section-body .news {
    width: auto;
    margin: 30px 20px 0;
    padding: 30px 10px;
  }
}
#theme03 .theme-section-body .news h3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1111111111vw;
  position: absolute;
  left: 0;
  top: -0.6em;
  color: #000;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 1.9444444444vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #theme03 .theme-section-body .news h3 {
    gap: 8px;
    font-size: 20px;
  }
}
#theme03 .theme-section-body .news h3 small {
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  font-size: 0.43em;
  font-weight: 700;
  line-height: 1.6;
}
#theme03 .theme-section-body .news .flex {
  display: flex;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  #theme03 .theme-section-body .news .flex {
    flex-wrap: wrap;
    gap: 10px;
  }
}
#theme03 .theme-section-body .news .flex dl {
  flex: 0 0 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  #theme03 .theme-section-body .news .flex dl {
    flex: 0 0 calc((100% - 20px) / 3);
    margin: 0;
  }
}
#theme03 .theme-section-body .news .flex dl dt {
  display: flex;
  width: 100%;
  line-height: 3.5416666667vw;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-size: 1.1111111111vw;
  font-weight: 700;
  border-radius: 2.0833333333vw;
  background: rgba(255, 130, 90, 0.9);
}
@media screen and (max-width: 768px) {
  #theme03 .theme-section-body .news .flex dl dt {
    line-height: 25px;
    font-size: 10px;
    border-radius: 100px;
  }
}
#theme03 .theme-section-body .news .flex dl dd {
  color: #646464;
  text-align: center;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 5.5555555556vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #theme03 .theme-section-body .news .flex dl dd {
    font-size: 33px;
    letter-spacing: 0;
  }
}
#theme03 .theme-section-body .news .flex dl dd small {
  font-size: 0.5em;
}
#theme03 .theme-section-body .news .flex dl:nth-of-type(2) dt {
  background: rgba(70, 225, 255, 0.9);
}
#theme03 .theme-section-body .news .flex dl:nth-of-type(3) dt {
  background: rgba(210, 245, 0, 0.9);
}
#theme03 .theme-section-body .news .flex div:last-child {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #theme03 .theme-section-body .news .flex div:last-child {
    flex: 0 0 100%;
  }
}
#theme03 .theme-section-body .news .flex div:last-child p {
  font-size: 0.9722222222vw;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #theme03 .theme-section-body .news .flex div:last-child p {
    font-size: 11px;
  }
}
#theme03 .theme-section-body .news .flex div:last-child p strong {
  color: rgba(70, 225, 255, 0.9);
  font-weight: 700;
}
#theme03 .theme-section-body .news .flex div:last-child a.btn.btn-small {
  display: block;
  margin: 1.6666666667vw auto 0;
  width: 10.9722222222vw;
  line-height: 2.2916666667vw;
  border-radius: 3.4722222222vw;
  font-size: 0.8333333333vw;
  font-weight: 700;
  padding: 0;
  background: #FAF5EB;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #theme03 .theme-section-body .news .flex div:last-child a.btn.btn-small {
    margin: 1em auto 0;
    width: 150px;
    line-height: 30px;
    border-radius: 100px;
    font-size: 11px;
  }
}
#theme03 .theme-section-body .news .flex div:last-child a.btn.btn-small:hover {
  opacity: 0.5;
}
/*============================

モーダル

============================*/
.uk-modal {
  background: rgba(250, 245, 235, 0.85);
}
@media screen and (max-width: 768px) {
  .uk-modal {
    padding-top: 30px;
  }
}

.uk-modal-dialog {
  width: 69.4444444444vw;
  border-radius: 2.7777777778vw;
  border: 3px solid #000;
  background: var(--orange, rgba(255, 130, 90, 0.9));
  padding: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .uk-modal-dialog {
    width: calc(100% - 20px);
    border-radius: 20px;
    padding: 20px;
  }
}

.closebtn {
  height: calc(100% - 50px);
  position: fixed;
  right: 5.5555555556vw;
  top: 50px;
  width: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .closebtn {
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
  }
}

[class*=uk-modal-close-] {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background: url(../../img/modal-close-btn.svg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  [class*=uk-modal-close-] {
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
  }
}
[class*=uk-modal-close-] svg {
  display: none;
}

#theme01-modal h2 {
  position: absolute;
  right: 2.7777777778vw;
  top: 2.7777777778vw;
  color: #000;
  text-align: right;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 4.1666666667vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #theme01-modal h2 {
    right: 10px;
    top: 5px;
    font-size: 30px;
  }
}
#theme01-modal h2 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  font-size: 0.3em;
  line-height: 1.6;
}
#theme01-modal h3 {
  color: #000;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  padding-bottom: 0.83em;
  margin-bottom: 0.83em;
}
@media screen and (max-width: 768px) {
  #theme01-modal h3 {
    font-size: 20px;
    margin-top: 50px;
  }
}
#theme01-modal h3 + p {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #theme01-modal h3 + p {
    font-size: 12px;
  }
}
#theme01-modal .modal-body p {
  color: #FFF;
  font-size: 1.1111111111vw;
  font-style: normal;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.1em;
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  #theme01-modal .modal-body p {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

#theme02-modal .uk-modal-dialog {
  background: rgba(210, 245, 0, 0.9);
  padding-top: 5.5555555556vw;
}
#theme02-modal .modal-head * {
  margin: 0;
  padding: 0;
}
#theme02-modal .modal-head h2 {
  color: #000;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1111111111vw;
  margin-bottom: 2.2222222222vw;
}
@media screen and (max-width: 768px) {
  #theme02-modal .modal-head h2 {
    font-size: 18px;
    gap: 10px;
    margin-bottom: 16px;
  }
}
#theme02-modal .modal-head h2 small {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.005em;
  width: 5.9027777778vw;
  height: 1.8055555556vw;
  line-height: 1.8055555556vw;
  border-radius: 3.4722222222vw;
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  #theme02-modal .modal-head h2 small {
    width: 80px;
    height: 22px;
    line-height: 22px;
    border-radius: 50px;
    font-size: 12px;
  }
}
#theme02-modal .modal-head h3 {
  color: #000;
  text-align: center;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #theme02-modal .modal-head h3 {
    font-size: 20px;
  }
}
#theme02-modal .modal-body * {
  margin: 0;
  padding: 0;
}
#theme02-modal .modal-body .box {
  background-color: #fff;
  position: relative;
  margin-top: 5.5555555556vw;
  padding: 3.4722222222vw 2.7777777778vw 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  #theme02-modal .modal-body .box {
    margin-top: 60px;
    padding: 30px 20px 20px;
  }
}
#theme02-modal .modal-body .box h4 {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 4.1666666667vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: -0.5em;
}
@media screen and (max-width: 768px) {
  #theme02-modal .modal-body .box h4 {
    font-size: 30px;
  }
}
#theme02-modal .modal-body .box h4 + p {
  color: #646464;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 2.7777777778vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #theme02-modal .modal-body .box h4 + p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 1.2em;
  }
}
#theme02-modal .modal-body .box .before-after {
  display: flex;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #theme02-modal .modal-body .box .before-after {
    flex-direction: column;
    gap: 30px;
  }
}
#theme02-modal .modal-body .box .before-after > dl {
  width: 100%;
  position: relative;
  padding: 1.7361111111vw 0;
}
@media screen and (max-width: 768px) {
  #theme02-modal .modal-body .box .before-after > dl {
    padding: 20px 0;
  }
}
#theme02-modal .modal-body .box .before-after > dl dt {
  width: 100%;
  position: absolute;
  left: 0;
  top: -0.5em;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 0.9722222222vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #theme02-modal .modal-body .box .before-after > dl dt {
    font-size: 12px;
  }
}
#theme02-modal .modal-body .box .before-after > dl dd {
  color: #646464;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #theme02-modal .modal-body .box .before-after > dl dd {
    font-size: 13px;
  }
}
#theme02-modal .modal-body .box .before-after > dl.before::after {
  content: "";
  display: block;
  position: absolute;
  right: -1.8055555556vw;
  top: calc(50% - 0.5555555556vw);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.5555555556vw solid transparent;
  border-bottom: 0.5555555556vw solid transparent;
  border-left: 0.8333333333vw solid #555555;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  #theme02-modal .modal-body .box .before-after > dl.before::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #555555;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -18px;
    transform: translateX(-50%) rotate(90deg);
  }
}
#theme02-modal .modal-body .box .before-after .before {
  background: rgba(100, 80, 60, 0.15);
}
#theme02-modal .modal-body .box .before-after .after {
  background: var(--yellow, rgba(210, 245, 0, 0.9));
}

#theme03-modal .uk-modal-dialog {
  background: var(--blue, rgba(70, 225, 255, 0.9));
  padding-top: 5.5555555556vw;
  padding-bottom: 5.7638888889vw;
}
@media screen and (max-width: 768px) {
  #theme03-modal .uk-modal-dialog {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#theme03-modal .modal-head h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: right;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 2.7777777778vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #theme03-modal .modal-head h2 {
    font-size: 19px;
  }
}
#theme03-modal .modal-head h2 small {
  display: flex;
  align-items: center;
  margin-left: 1em;
  color: #000;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#theme03-modal .modal-head h2 small::before {
  content: "";
  display: block;
  width: 1px;
  height: 2.0833333333vw;
  background: #000;
  margin-right: 1.6666666667vw;
}
#theme03-modal .modal-body .box:not(:last-of-type) {
  margin-bottom: 4.4444444444vw;
}