@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

td,
th {
  border: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

button {
  background: transparent;
  border: 0;
  outline: none;
  padding: 0;
  font-family: inherit;
  color: inherit;
}

button,
div[role=button],
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  cursor: pointer;
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: initial;
  }
}

.pc {
  display: initial;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.container {
  width: min(100% - var(--gap-x, 4rem), var(--max-w, 1200px));
  margin: 0 auto;
}

a,
button,
[role=button] {
  transition: all 0.5s;
}
a:hover,
button:hover,
[role=button]:hover {
  opacity: 0.7;
}

html {
  font-size: 10px;
  --max-w: 1065px;
}
@media (max-width: 1380px) {
  html {
    font-size: 0.74vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.3vw;
    --gap-x: 7rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
body.open-menu {
  overflow: hidden;
}
body.open-menu #btn-menu span {
  top: 50%;
}
body.open-menu #btn-menu span:nth-child(1) {
  transform: translateY(-50%) rotate(-45deg);
}
body.open-menu #btn-menu span:nth-child(2) {
  transform: translateY(-50%) translateX(-100%);
  opacity: 0;
  pointer-events: none;
}
body.open-menu #btn-menu span:nth-child(3) {
  transform: translateY(-50%) rotate(45deg);
}
body.open-menu .header {
  --radius: 150%;
  --blur: 0rem;
}

#btn-menu {
  width: 6rem;
  display: block;
  border-radius: 100%;
  aspect-ratio: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0.44rem 0.44rem 0.58rem rgba(0, 0, 0, 0.26);
  position: sticky;
  z-index: 100;
}
#btn-menu .wrap {
  position: relative;
  height: 40%;
  aspect-ratio: 5/4;
}
#btn-menu span {
  position: absolute;
  transition: all 0.5s;
  width: 100%;
  height: 0.2rem;
  background-color: #000000;
  left: 0;
}
#btn-menu span:nth-child(1) {
  top: 0;
}
#btn-menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#btn-menu span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

.fixed-bt,
.header {
  --max-w: 1300px;
  background-color: #fcc421;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 88;
  transition: all 0.5s;
}
.fixed-bt.add-shadow,
.header.add-shadow {
  filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.2));
}
@media (max-width: 768px) {
  .fixed-bt,
  .header {
    padding: 1.3rem 0;
  }
}
.fixed-bt .container,
.header .container {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
}
.fixed-bt .logo,
.header .logo {
  display: flex;
  width: 16rem;
  transform: translateY(-10%);
}
.fixed-bt .logo img,
.header .logo img {
  width: 100%;
}
@media (max-width: 768px) {
  .fixed-bt .logo,
  .header .logo {
    width: 25rem;
  }
}
.fixed-bt .nav-sp .menu,
.fixed-bt .nav .menu,
.header .nav-sp .menu,
.header .nav .menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.fixed-bt .nav-sp .menu .item-content,
.fixed-bt .nav .menu .item-content,
.header .nav-sp .menu .item-content,
.header .nav .menu .item-content {
  display: flex;
  align-items: center;
}
.fixed-bt .nav-sp .menu .item-des,
.fixed-bt .nav .menu .item-des,
.header .nav-sp .menu .item-des,
.header .nav .menu .item-des {
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 500;
}
.fixed-bt .nav-sp .menu .item .icon,
.fixed-bt .nav .menu .item .icon,
.header .nav-sp .menu .item .icon,
.header .nav .menu .item .icon {
  display: flex;
}
.fixed-bt .nav-sp .menu .item .icon img,
.fixed-bt .nav .menu .item .icon img,
.header .nav-sp .menu .item .icon img,
.header .nav .menu .item .icon img {
  width: 100%;
}
.fixed-bt .nav-sp .menu .mail,
.fixed-bt .nav-sp .menu .line,
.fixed-bt .nav-sp .menu .cart,
.fixed-bt .nav .menu .mail,
.fixed-bt .nav .menu .line,
.fixed-bt .nav .menu .cart,
.header .nav-sp .menu .mail,
.header .nav-sp .menu .line,
.header .nav-sp .menu .cart,
.header .nav .menu .mail,
.header .nav .menu .line,
.header .nav .menu .cart {
  color: white;
  font-size: 1.566rem;
  padding: 0.6rem 1.8rem;
  font-weight: 700;
  display: flex;
  height: 3.3rem;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .fixed-bt .nav-sp .menu .mail,
  .fixed-bt .nav-sp .menu .line,
  .fixed-bt .nav-sp .menu .cart,
  .fixed-bt .nav .menu .mail,
  .fixed-bt .nav .menu .line,
  .fixed-bt .nav .menu .cart,
  .header .nav-sp .menu .mail,
  .header .nav-sp .menu .line,
  .header .nav-sp .menu .cart,
  .header .nav .menu .mail,
  .header .nav .menu .line,
  .header .nav .menu .cart {
    font-size: 3rem;
  }
}
.fixed-bt .nav-sp .menu .mail .item-content,
.fixed-bt .nav-sp .menu .line .item-content,
.fixed-bt .nav-sp .menu .cart .item-content,
.fixed-bt .nav .menu .mail .item-content,
.fixed-bt .nav .menu .line .item-content,
.fixed-bt .nav .menu .cart .item-content,
.header .nav-sp .menu .mail .item-content,
.header .nav-sp .menu .line .item-content,
.header .nav-sp .menu .cart .item-content,
.header .nav .menu .mail .item-content,
.header .nav .menu .line .item-content,
.header .nav .menu .cart .item-content {
  gap: 1em;
  display: flex;
  align-items: center;
  line-height: 1;
}
.fixed-bt .nav-sp .menu .cart,
.fixed-bt .nav .menu .cart,
.header .nav-sp .menu .cart,
.header .nav .menu .cart {
  color: #fcc421;
  background-color: #1b1464;
  border-radius: 1.5rem;
  box-shadow: 0.26rem 0.26rem 0.38rem rgba(0, 0, 0, 0.26);
}
.fixed-bt .nav-sp .menu .cart .icon,
.fixed-bt .nav .menu .cart .icon,
.header .nav-sp .menu .cart .icon,
.header .nav .menu .cart .icon {
  width: 1.9rem;
}
.fixed-bt .nav-sp .menu .cart .arrow,
.fixed-bt .nav .menu .cart .arrow,
.header .nav-sp .menu .cart .arrow,
.header .nav .menu .cart .arrow {
  width: 1.7rem;
}
@media (max-width: 768px) {
  .fixed-bt .nav-sp .menu .cart .arrow,
  .fixed-bt .nav .menu .cart .arrow,
  .header .nav-sp .menu .cart .arrow,
  .header .nav .menu .cart .arrow {
    display: none;
  }
}
.fixed-bt .nav .menu .phone,
.header .nav .menu .phone {
  display: flex;
  align-items: center;
  color: #1b1464;
  gap: 1rem;
  text-align: center;
}
.fixed-bt .nav .menu .phone .item-content,
.header .nav .menu .phone .item-content {
  display: flex;
  gap: 1.5rem;
}
.fixed-bt .nav .menu .phone .item-content span,
.header .nav .menu .phone .item-content span {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
}
.fixed-bt .nav .menu .phone .icon,
.header .nav .menu .phone .icon {
  width: 2rem;
}
.fixed-bt .nav .menu .mail,
.fixed-bt .nav .menu .line,
.header .nav .menu .mail,
.header .nav .menu .line {
  border-radius: 1.7rem;
  box-shadow: 0.26rem 0.26rem 0.38rem rgba(0, 0, 0, 0.26);
}
.fixed-bt .nav .menu .mail,
.header .nav .menu .mail {
  background-color: #f15a24;
  margin-left: 1.5rem;
}
.fixed-bt .nav .menu .mail .item-content,
.header .nav .menu .mail .item-content {
  gap: 0.6em;
}
.fixed-bt .nav .menu .mail .icon,
.header .nav .menu .mail .icon {
  width: 1.4rem;
}
.fixed-bt .nav .menu .line,
.header .nav .menu .line {
  background-color: #39b54a;
}
.fixed-bt .nav .menu .line .icon,
.header .nav .menu .line .icon {
  width: 1.7rem;
}
@media (max-width: 768px) {
  .fixed-bt .nav,
  .header .nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: #ffffdc;
    z-index: 99;
    padding: 20vh 6rem 10vh 6rem;
    overflow: auto;
    clip-path: circle(var(--radius, 0%) at calc(100% - 6.5rem) 4.5rem);
    transition: all 0.5s;
    filter: blur(var(--blur, 0.5rem));
  }
  .fixed-bt .nav .menu,
  .header .nav .menu {
    flex-direction: column;
    row-gap: 3.5rem;
  }
  .fixed-bt .nav .menu .item,
  .header .nav .menu .item {
    width: 100%;
    order: var(--order-sp, unset);
  }
  .fixed-bt .nav .menu .mail,
  .fixed-bt .nav .menu .line,
  .fixed-bt .nav .menu .cart,
  .header .nav .menu .mail,
  .header .nav .menu .line,
  .header .nav .menu .cart {
    height: 8.5rem;
    border-radius: 1.9rem;
    --px: 6.5rem;
    padding: 0 var(--px);
    letter-spacing: 0.16em;
  }
  .fixed-bt .nav .menu .mail .item-content,
  .fixed-bt .nav .menu .line .item-content,
  .fixed-bt .nav .menu .cart .item-content,
  .header .nav .menu .mail .item-content,
  .header .nav .menu .line .item-content,
  .header .nav .menu .cart .item-content {
    width: 100%;
  }
  .fixed-bt .nav .menu .line .item-content,
  .header .nav .menu .line .item-content {
    gap: 5rem;
  }
  .fixed-bt .nav .menu .mail,
  .header .nav .menu .mail {
    margin-left: 0;
  }
  .fixed-bt .nav .menu .mail .icon,
  .header .nav .menu .mail .icon {
    width: 3.7rem;
  }
  .fixed-bt .nav .menu .mail .item-content,
  .header .nav .menu .mail .item-content {
    gap: 4.8rem;
  }
  .fixed-bt .nav .menu .line .icon,
  .header .nav .menu .line .icon {
    width: 4.4rem;
  }
  .fixed-bt .nav .menu .cart,
  .header .nav .menu .cart {
    position: relative;
    text-align: center;
  }
  .fixed-bt .nav .menu .cart .item-content,
  .header .nav .menu .cart .item-content {
    gap: 1rem;
  }
  .fixed-bt .nav .menu .cart .item-content span:not(.icon),
  .header .nav .menu .cart .item-content span:not(.icon) {
    text-align: center;
    flex: 1;
  }
  .fixed-bt .nav .menu .cart .icon,
  .header .nav .menu .cart .icon {
    width: 4.1rem;
  }
  .fixed-bt .nav .menu .phone .item-des,
  .header .nav .menu .phone .item-des {
    font-size: 1.5rem;
  }
  .fixed-bt .nav .menu .phone .item-content,
  .header .nav .menu .phone .item-content {
    background-color: white;
    font-size: 5.5rem;
    padding: 0.2em 0.6em;
    flex: 1;
    gap: 0.7em;
    border-radius: 1.8rem;
    box-shadow: 0.26rem 0.26rem 0.38rem rgba(0, 0, 0, 0.26);
  }
  .fixed-bt .nav .menu .phone .item-content span,
  .header .nav .menu .phone .item-content span {
    font-size: 1em;
  }
  .fixed-bt .nav .menu .phone .icon,
  .header .nav .menu .phone .icon {
    width: 3.1rem;
    aspect-ratio: 31/42;
  }
  .fixed-bt .nav .menu .phone .icon img,
  .header .nav .menu .phone .icon img {
    height: 100%;
  }
  .fixed-bt .nav .menu-logo,
  .header .nav .menu-logo {
    margin-top: 9rem;
    display: block;
  }
  .fixed-bt .nav .menu-logo__wrap,
  .header .nav .menu-logo__wrap {
    display: flex;
    justify-content: center;
  }
  .fixed-bt .nav .menu-logo__wrap img,
  .header .nav .menu-logo__wrap img {
    width: 29rem;
  }
}
.fixed-bt .nav-sp .menu .cart,
.header .nav-sp .menu .cart {
  width: 32rem;
  height: 6rem;
  padding: 0.6rem 1em;
  border-radius: 2.7rem;
  box-shadow: 0.44rem 0.44rem 0.58rem rgba(0, 0, 0, 0.26);
}
.fixed-bt .nav-sp .menu .cart .icon,
.header .nav-sp .menu .cart .icon {
  width: 3.4rem;
}

.main {
  overflow-x: hidden;
}
.main .mv {
  background: url(../images/mv-bg02.png) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 29rem;
  padding-top: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .main .mv {
    background: url(../images/mv-bg02-sp.png) no-repeat center bottom;
    background-size: 100% 100%;
    padding-top: 9rem;
    overflow: hidden;
  }
}
.main .mv-houses {
  bottom: 3rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 768px) {
  .main .mv-houses {
    bottom: 7rem;
  }
}
.main .mv-houses img {
  width: 100%;
  object-fit: cover;
}
.main .mv-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .main .mv-wrap {
    flex-direction: column;
    position: relative;
  }
}
.main .mv-left {
  position: relative;
  margin-right: -5rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .main .mv-left {
    position: unset;
    margin-right: 0;
    margin-top: -19rem;
  }
}
.main .mv-left .img-ttl {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  width: 54rem;
}
.main .mv-left .img-ttl img {
  object-fit: contain;
}
@media (max-width: 768px) {
  .main .mv-left .img-ttl {
    width: 100%;
  }
  .main .mv-left .img-ttl img {
    width: 98%;
  }
}
.main .mv-left .img-ttl.first {
  top: 0;
  right: 0;
  transform: translate(-5%, -50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .main .mv-left .img-ttl.first {
    right: auto;
    left: 0;
    transform: translate(0%, -28%);
  }
}
.main .mv-left .img-ttl.second {
  transform: translate(-10%, -40%);
  z-index: 2;
}
@media (max-width: 768px) {
  .main .mv-left .img-ttl.second {
    transform: translate(0%, -50%);
    left: 0;
  }
}
.main .mv-left .jar {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateX(-56%) translateY(-40%);
}
.main .mv-left .jar img {
  width: 14rem;
}
@media (max-width: 768px) {
  .main .mv-left .jar {
    top: 22%;
    left: -3%;
    transform: unset;
  }
  .main .mv-left .jar img {
    width: 31rem;
  }
}
.main .mv-left .content {
  display: flex;
}
.main .mv-left .content-txt {
  width: 45rem;
  aspect-ratio: 1;
  background-color: #1B1464;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0.5rem solid #fcc421;
  outline: 0.3rem solid #1B1464;
  row-gap: 1rem;
}
@media (max-width: 768px) {
  .main .mv-left .content-txt {
    width: 60rem;
    z-index: 0;
    border-width: 0.8rem;
    outline-width: 0.5rem;
    transform: translateX(3rem);
    row-gap: 2rem;
  }
}
.main .mv-left .content-txt__ttl {
  color: white;
  font-size: 3.3rem;
  font-weight: 900;
  text-align: center;
  font-style: italic;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  margin-top: -0.6em;
}
@media (max-width: 768px) {
  .main .mv-left .content-txt__ttl {
    font-size: 4.3rem;
    margin-top: -0.8em;
  }
}
.main .mv-left .content-txt__ttl::before, .main .mv-left .content-txt__ttl::after {
  content: "";
  width: 1em;
  aspect-ratio: 33/51;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.main .mv-left .content-txt__ttl::after {
  background-image: url(../images/thun-r.png);
}
.main .mv-left .content-txt__ttl::before {
  background-image: url(../images/thun-l.png);
}
.main .mv-left .content-txt__body {
  color: #fcc421;
  text-align: center;
  font-size: 3.9rem;
  font-weight: 900;
  position: relative;
  padding: 1.4rem 0;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  .main .mv-left .content-txt__body {
    font-size: 5rem;
  }
}
.main .mv-left .content-txt__body::before, .main .mv-left .content-txt__body::after {
  content: "";
  width: 85%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.7rem;
  background: repeating-linear-gradient(to right, #fcc421, #fcc421 0.6rem, transparent 0.6rem, transparent 1.1rem);
}
.main .mv-left .content-txt__body::before {
  top: 100%;
}
.main .mv-left .content-txt__body span {
  font-size: 1.7948717949em;
  line-height: 1;
}
.main .mv-right {
  width: max(80rem, 53vw);
  height: 63rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .main .mv-right {
    order: -1;
    width: 91%;
    margin-left: auto;
    height: 58rem;
  }
}
.main .mv-right__txt {
  position: absolute;
  writing-mode: vertical-lr;
  white-space: nowrap;
  color: white;
  font-size: 1.6rem;
  display: flex;
  gap: 2.2em;
  font-weight: 700;
  flex-direction: column;
  top: 3%;
  left: 8%;
  transform-origin: right top;
  transform: rotate(-10deg);
}
.main .mv-right__txt::before, .main .mv-right__txt::after {
  content: "";
  border-left: 0.25rem solid white;
}
.main .mv-right__txt::before {
  rotate: -20deg;
  transform-origin: top right;
}
.main .mv-right__txt::after {
  rotate: 20deg;
  transform-origin: top left;
}
.main .mv-right img {
  scale: -1 1;
  border-radius: 0 7rem 7rem 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .main .mv-right img {
    border-radius: 0 6rem 6rem 0;
  }
}
.main .intro {
  position: relative;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .main .intro {
    --gap-x: 0rem;
    padding-top: 35rem;
  }
}
.main .intro-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.main .intro-arrow img {
  width: 9rem;
}
.main .intro-base {
  width: 100%;
}
.main .intro-base__head {
  pointer-events: none;
}
.main .intro-base__head span {
  --curve-w-df: 118%;
  --curve-h-df: 38rem;
  --curve-r: 7%;
}
.main .intro-base__head span:last-child, .main .intro-base__head span:first-child {
  background-color: var(--curve-bg, #cccccc);
  position: absolute;
  width: var(--curve-w, 115%);
  top: 0;
  height: var(--curve-h, 38rem);
  left: 50%;
  --y: -25%;
  clip-path: inset(0 var(--curve-r) calc(100% + var(--y)) var(--curve-r));
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  transform: translateX(-50%) translateY(var(--y));
}
.main .intro-base__head span:first-child {
  --curve-w: var(--curve-w-df);
  --curve-r: 7.28%;
  --curve-h: var(--curve-h-df);
}
.main .intro-base__head span:last-child {
  --curve-r: 6.92%;
  --curve-w: calc(var(--curve-w-df) - 2%);
  --curve-bg: #E6E6E6;
  --curve-h: calc(var(--curve-h-df) - 2rem);
}
@media (max-width: 768px) {
  .main .intro-base__head span:last-child {
    --curve-w: calc(var(--curve-w-df) - 3%);
  }
}
.main .intro .sec-head {
  width: 25rem;
  aspect-ratio: 1;
  position: absolute;
  z-index: 4;
  background-color: #F2F2F2;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.1739130435em solid #fcc421;
  outline: 0.2173913043em solid #1b1464;
  font-size: 2.3rem;
  filter: drop-shadow(0.2rem 0.2rem 0.7rem rgba(0, 0, 0, 0.4));
}
@media (max-width: 768px) {
  .main .intro .sec-head {
    width: 52rem;
    font-size: 5.1rem;
    transform: translate(-50%, -15%);
  }
}
.main .intro .sec-head .arrow {
  top: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 30/30;
  width: 18%;
}
.main .intro .sec-head .arrow span {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  clip-path: polygon(var(--trg-w, 0%) 0%, calc(100% - var(--trg-w)) 0%, 50% calc(100% - var(--trg-w) * 2));
}
.main .intro .sec-head .arrow span:first-child {
  background-color: #1B1464;
  --trg-w: 0%;
  transform: translateY(0.0869565217em);
}
.main .intro .sec-head .arrow span:nth-child(2) {
  background-color: #fcc421;
  --trg-w: 0.2608695652em;
  transform: translateY(0.0869565217em);
}
.main .intro .sec-head .arrow span:nth-child(3) {
  background-color: #fff;
  --trg-w: 0.4347826087em;
}
.main .intro .sec-head .sec-ttl {
  font-weight: 900;
  margin-top: -2em;
}
.main .intro .sec-head .sec-ttl mark {
  background-color: transparent;
  text-decoration: underline;
  text-decoration-thickness: 0.6em;
  text-underline-offset: -0.35em;
  text-decoration-color: #fcc421;
}
.main .intro .sec-head .sec-ttl .icon {
  display: inline-flex;
  justify-content: center;
  width: 1.7826086957em;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .main .intro .sec-head .sec-ttl .icon {
    margin-bottom: 0;
  }
}
.main .intro .sec-head .sec-ttl .icon img {
  width: 100%;
}
.main .intro .container {
  background-color: #E6E6E6;
  position: relative;
  border-left: 0.5rem solid #cccccc;
  border-right: 0.5rem solid #cccccc;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .main .intro .container {
    padding-bottom: 0;
    border-width: 0;
  }
}
.main .intro .container::before, .main .intro .container::after {
  content: "";
  background-color: #cccccc;
  position: absolute;
  width: 100%;
  height: 6rem;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.main .intro .container::after {
  width: calc(100% + var(--bd-w) * 2);
  height: calc(6rem + var(--bd-w));
  --bd-w: 0.5rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% var(--bd-w), 50% 100%, 0% var(--bd-w));
}
.main .intro .container::before {
  background-color: #E6E6E6;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media (max-width: 768px) {
  .main .intro .sec-body {
    padding-top: 22rem;
  }
}
.main .intro .sec-body .item.first {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.first {
    width: 85%;
  }
}
.main .intro .sec-body .item.first .item-ttl {
  position: absolute;
  top: 0;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  color: #1B1464;
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
}
.main .intro .sec-body .item.first .item-ttl small {
  font-size: 1.3333333333em;
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.first .item-ttl {
    position: unset;
    order: -1;
    font-size: 4.3rem;
    width: 100%;
    gap: 0.6em;
  }
  .main .intro .sec-body .item.first .item-ttl span {
    padding-bottom: 0.3em;
  }
}
.main .intro .sec-body .item.first .item-ttl::after, .main .intro .sec-body .item.first .item-ttl::before {
  content: "";
  border-left: 0.1em solid #1B1464;
  height: 3em;
}
.main .intro .sec-body .item.first .item-ttl::after {
  rotate: 20deg;
  transform-origin: left bottom;
}
.main .intro .sec-body .item.first .item-ttl::before {
  rotate: -20deg;
  transform-origin: right bottom;
}
.main .intro .sec-body .item.first .item-img {
  position: relative;
  padding-top: 4rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.first .item-img {
    display: grid;
    padding-top: 0;
    margin-top: 0;
    row-gap: 1rem;
  }
}
.main .intro .sec-body .item.first .item-img img {
  width: 100%;
}
.main .intro .sec-body .item.second {
  margin-top: 11rem;
  padding-bottom: 6rem;
  position: relative;
  filter: drop-shadow(0.2rem 0.2rem 0.7rem rgba(0, 0, 0, 0.4));
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.second {
    margin-top: 13rem;
  }
}
.main .intro .sec-body .item.second::before, .main .intro .sec-body .item.second::after {
  content: "";
  width: 12rem;
  aspect-ratio: 12/6;
  position: absolute;
  bottom: 0;
  left: 30%;
  translate: 0 -0.3rem;
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.second::before, .main .intro .sec-body .item.second::after {
    left: auto;
    right: 20%;
  }
}
.main .intro .sec-body .item.second::after {
  z-index: 1;
  background-color: #1B1464;
  --bd-w: 0rem;
  clip-path: polygon(50% 0%, 0% 100%, 100% 0%);
  border-bottom-left-radius: 2.5rem;
}
.main .intro .sec-body .item.second::before {
  background-color: #fcc421;
  z-index: 2;
  --bd-w: 0rem;
  scale: 0.8;
  transform-origin: calc(50% + 2.5rem) top;
  clip-path: polygon(50% 0%, 0% 100%, 100% 0%);
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.second::before {
    scale: 0.75;
  }
}
.main .intro .sec-body .item.second .item-wrap {
  background-color: #fcc421;
  border: 0.3rem solid #1B1464;
  border-radius: 3rem;
  position: relative;
  display: flex;
  padding-left: 12rem;
  align-items: center;
  gap: 3rem;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.second .item-wrap {
    padding: 4rem 0 4rem 5rem;
    border-width: 0.4rem;
  }
}
.main .intro .sec-body .item.second .item-ttl {
  display: flex;
  align-items: center;
  width: 19rem;
  position: absolute;
  top: 0;
  left: 35%;
  transform: translateY(-70%);
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.second .item-ttl {
    width: 29rem;
    aspect-ratio: 29/19;
    height: auto;
    left: 30%;
    transform: translateY(-90%);
  }
}
.main .intro .sec-body .item.second .item-ttl img {
  width: 100%;
}
.main .intro .sec-body .item.second .item-content {
  font-size: 3.8rem;
  color: #1B1464;
  font-weight: 900;
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.second .item-content {
    font-size: 5.5rem;
  }
}
.main .intro .sec-body .item.second .item-content small,
.main .intro .sec-body .item.second .item-content span {
  color: #C1272D;
}
.main .intro .sec-body .item.second .item-content small {
  font-size: 0.7368421053em;
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.second .item-content small {
    font-size: 3.6rem;
  }
}
.main .intro .sec-body .item.second .item-img {
  width: 20rem;
  margin-top: -3rem;
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.second .item-img {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 25rem;
  }
}
.main .intro .sec-body .item.second .item-img img {
  width: 100%;
}
.main .intro .sec-body .item.third {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% auto;
  background-color: white;
  gap: 3rem;
  filter: drop-shadow(0.2rem 0.2rem 0.7rem rgba(0, 0, 0, 0.11));
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.third {
    width: 92%;
    margin: 15rem auto 0 auto;
    grid-template-columns: 1fr;
    padding: 4rem 4rem 6rem 4rem;
  }
}
.main .intro .sec-body .item.third .item-ttl {
  width: 49rem;
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.third .item-ttl {
    width: 107%;
    margin: 0 -2rem;
  }
}
.main .intro .sec-body .item.third .item-ttl img {
  width: 100%;
}
.main .intro .sec-body .item.third .item-img {
  border: 1rem solid #1B1464;
  padding: 2.5rem;
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.third .item-img {
    padding: 4rem;
  }
}
.main .intro .sec-body .item.third .item-img img {
  width: 100%;
  aspect-ratio: 33/32;
}
.main .intro .sec-body .item.third .item-content .item-txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 1.8rem 0;
  border-top: 0.6rem solid #cccccc;
  border-bottom: 0.6rem solid #cccccc;
  letter-spacing: 0.058em;
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.third .item-content .item-txt {
    font-size: 2.6rem;
    line-height: 1.77;
    margin-top: 1.5rem;
  }
}
.main .intro .sec-body .item.third .item-content .item-txt span {
  color: #C1272D;
}
.main .intro .sec-body .item.fourth {
  margin-top: 6rem;
}
.main .intro .sec-body .item.fourth .item-content {
  filter: drop-shadow(0.2rem 0.2rem 0.7rem rgba(0, 0, 0, 0.11));
  width: 90%;
  margin: 0 auto;
  display: flex;
  font-style: italic;
  font-size: 4.2rem;
  font-weight: 900;
  background-color: white;
  justify-content: center;
  align-items: center;
  height: 10rem;
  border-radius: 2.5rem;
  gap: 0.5em;
  position: relative;
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.fourth .item-content {
    text-align: center;
    padding: 3rem 2rem;
    height: 30rem;
    line-height: 1;
    font-size: 4.8rem;
    background: url(../images/intr-sec-bg.png) no-repeat center center/100%;
  }
  .main .intro .sec-body .item.fourth .item-content p:not(.icon) {
    margin-top: 4rem;
  }
}
.main .intro .sec-body .item.fourth .item-content .icon {
  aspect-ratio: 1;
  width: 1.6666666667em;
}
@media (max-width: 768px) {
  .main .intro .sec-body .item.fourth .item-content .icon {
    top: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 9rem;
  }
}
.main .intro .sec-body .item.fourth .item-content .icon img {
  width: 100%;
}
.main .intro .sec-body .item.fourth .item-content span {
  color: #C1272D;
}
.main .intro .sec-body .item.fourth .item-content small {
  font-size: 1.4761904762em;
}
.main .nasa {
  margin-top: 35rem;
}
@media (max-width: 768px) {
  .main .nasa {
    margin-top: 55rem;
  }
}
.main .nasa .container {
  position: relative;
  background-color: #FCC421;
  border-left: 0.5rem solid #cccccc;
  border-right: 0.5rem solid #cccccc;
  border-bottom: 0.5rem solid #cccccc;
  padding: 0 5.5rem;
}
@media (max-width: 768px) {
  .main .nasa .container {
    padding: 0 calc(var(--gap-x) / 2);
  }
}
.main .nasa-base {
  width: 100%;
}
.main .nasa-base__head {
  pointer-events: none;
}
.main .nasa-base__head span {
  --curve-w-df: 118%;
  --curve-h-df: 48rem;
  --curve-r: 7%;
}
@media (max-width: 768px) {
  .main .nasa-base__head span {
    --curve-h-df: 26rem;
  }
}
.main .nasa-base__head span:last-child, .main .nasa-base__head span:first-child {
  background-color: var(--curve-bg, #cccccc);
  position: absolute;
  width: var(--curve-w, 115%);
  top: 0;
  height: var(--curve-h, 38rem);
  left: 50%;
  --y: -25%;
  clip-path: inset(0 var(--curve-r) calc(100% + var(--y)) var(--curve-r));
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  transform: translateX(-50%) translateY(var(--y));
}
.main .nasa-base__head span:first-child {
  --curve-w: var(--curve-w-df);
  --curve-r: 7.2%;
  --curve-h: var(--curve-h-df);
}
.main .nasa-base__head span:last-child {
  --curve-r: 6.92%;
  --curve-w: calc(var(--curve-w-df) - 2%);
  --curve-bg: #FCC421;
  --curve-h: calc(var(--curve-h-df) - 2rem);
}
@media (max-width: 768px) {
  .main .nasa-base__head span:last-child {
    --curve-w: calc(var(--curve-w-df) - 3%);
  }
}
.main .nasa .sec-head {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-45%);
  top: 0;
  width: 100%;
  z-index: 3;
}
@media (max-width: 768px) {
  .main .nasa .sec-head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 61rem;
    width: 100%;
    gap: 2rem;
    transform: translateX(-50%) translateY(-35%);
  }
}
.main .nasa .sec-head .icon img {
  width: 100%;
}
.main .nasa .sec-head .icon.first {
  width: 22rem;
}
@media (max-width: 768px) {
  .main .nasa .sec-head .icon.first {
    grid-column: span 1;
    grid-row: 2;
    width: 107%;
    margin-top: -18rem;
    z-index: 2;
    rotate: -9deg;
  }
}
.main .nasa .sec-head .icon.second {
  width: 15rem;
}
@media (max-width: 768px) {
  .main .nasa .sec-head .icon.second {
    grid-column: span 1;
    grid-row: 2;
    width: 73%;
    margin-top: -18rem;
    z-index: 2;
    rotate: 6deg;
    translate: 3rem;
  }
}
.main .nasa .sec-head .sec-ttl {
  width: 36rem;
  aspect-ratio: 1;
  background-color: #1B1464;
  color: #FCC421;
  border-radius: 50%;
  text-align: center;
  position: relative;
  border: 0.4rem solid #FCC421;
  outline: 0.3rem solid #1B1464;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0.2rem 0.2rem 0.7rem rgba(0, 0, 0, 0.4));
}
@media (max-width: 768px) {
  .main .nasa .sec-head .sec-ttl {
    grid-column: span 2;
    width: 95%;
    margin: 0 auto;
    border-width: 0.7rem;
    outline-width: 0.6rem;
  }
}
.main .nasa .sec-head .sec-ttl__wrap {
  border-radius: 50%;
  width: 90%;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-weight: 900;
}
@media (max-width: 768px) {
  .main .nasa .sec-head .sec-ttl__wrap {
    width: 92%;
  }
}
.main .nasa .sec-head .sec-ttl__icon {
  position: absolute;
  width: 31rem;
  position: absolute;
  left: 50%;
  transform: translateX(-55%) translateY(-50%);
  top: 0;
}
.main .nasa .sec-head .sec-ttl__icon img {
  width: 100%;
}
@media (max-width: 768px) {
  .main .nasa .sec-head .sec-ttl__icon {
    width: 52.5rem;
  }
}
.main .nasa .sec-head .sec-ttl__top {
  font-size: 2.9rem;
  flex: 1;
  align-content: center;
}
@media (max-width: 768px) {
  .main .nasa .sec-head .sec-ttl__top {
    font-size: 4.9rem;
    align-content: center;
  }
}
.main .nasa .sec-head .sec-ttl__top span {
  font-size: 2.1724137931em;
  line-height: 1;
}
.main .nasa .sec-head .sec-ttl__bt {
  background-color: #fcc421;
  color: #1B1464;
  font-size: 2.1rem;
  padding: 0em 0 2em 0;
}
@media (max-width: 768px) {
  .main .nasa .sec-head .sec-ttl__bt {
    font-size: 3.6rem;
  }
}
.main .nasa .sec-head .sec-ttl__bt span {
  font-size: 1.380952381em;
}
.main .nasa .sec-body {
  padding-top: 25rem;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  padding-bottom: 7rem;
}
@media (max-width: 768px) {
  .main .nasa .sec-body {
    padding-top: 62rem;
    row-gap: 7rem;
  }
}
.main .nasa .sec-body .item {
  border-radius: 2rem;
  background-color: white;
  box-shadow: 0.6rem 0.6rem 1.3rem rgba(0, 0, 0, 0.2);
}
.main .nasa .sec-body .item.first {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0rem 3rem 3rem 5rem;
  align-items: center;
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.first {
    grid-template-columns: 1fr;
    padding: 0 4rem;
    padding-bottom: 7rem;
  }
}
.main .nasa .sec-body .item.first .item-left .item-ttl {
  transform: translateX(-8%);
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.first .item-left .item-ttl {
    transform: unset;
    width: 134%;
    margin: 0 -9rem;
  }
}
.main .nasa .sec-body .item.first .item-left .item-ttl img {
  width: 44rem;
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.first .item-left .item-ttl img {
    width: 100%;
  }
}
.main .nasa .sec-body .item.first .item-left .item-content {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  color: #2E3192;
  line-height: 1.33;
  border-top: 0.3em solid #1B1464;
  border-bottom: 0.3em solid #1B1464;
  max-width: fit-content;
  padding: 0.5em 0.8em;
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.first .item-left .item-content {
    width: 100%;
    max-width: 100%;
    font-size: 3.6rem;
    border-width: 0.2em;
    margin-top: 1.2rem;
    padding: 0.6em 0.8em;
  }
}
.main .nasa .sec-body .item.first .item-right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.first .item-right {
    grid-template-columns: 1fr;
    padding-top: 0;
    margin-top: 9rem;
    row-gap: 15rem;
  }
}
.main .nasa .sec-body .item.first .item-right__arrow {
  display: flex;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.first .item-right__arrow {
    top: 48%;
  }
}
.main .nasa .sec-body .item.first .item-right__arrow img {
  width: 3.3rem;
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.first .item-right__arrow img {
    width: 5.5rem;
    rotate: 90deg;
  }
}
.main .nasa .sec-body .item.first .item-right .item-img {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.main .nasa .sec-body .item.first .item-right .item-img .img-wrap {
  justify-content: center;
  display: flex;
  position: relative;
  max-width: 15rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.first .item-right .item-img .img-wrap {
    width: 100%;
    max-width: 31rem;
  }
}
.main .nasa .sec-body .item.first .item-right .item-img .img-wrap::before {
  content: attr(data-txt);
  font-size: 1.48rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background-color: #F15A24;
  border-radius: 0.472972973em;
  width: 10rem;
  height: 3rem;
  text-align: center;
  align-content: center;
  letter-spacing: 0.08em;
  border: 0.1351351351em solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-15%, -50%);
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.first .item-right .item-img .img-wrap::before {
    width: 20rem;
    height: 6rem;
    font-size: 2.9rem;
  }
}
.main .nasa .sec-body .item.first .item-right .item-img .img-wrap img {
  width: 100%;
}
.main .nasa .sec-body .item.first .item-right .item-img p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.first .item-right .item-img p {
    font-size: 2.8rem;
    margin-top: 1rem;
  }
}
.main .nasa .sec-body .item.second {
  padding: 3rem 0 2rem 4rem;
  display: grid;
  grid-template-columns: 62% auto;
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.second {
    grid-template-columns: 1fr;
    padding: 3rem 0 7rem 0;
  }
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.second .item-left {
    padding: 0 4rem;
    margin-top: 2rem;
  }
}
.main .nasa .sec-body .item.second .item-left .item-imgs {
  display: grid;
  grid-template-columns: 55% auto;
  gap: 2rem;
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.second .item-left .item-imgs {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
  }
}
.main .nasa .sec-body .item.second .item-left .item-imgs .item-img {
  height: 17rem;
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.second .item-left .item-imgs .item-img {
    height: auto;
  }
}
.main .nasa .sec-body .item.second .item-left .item-imgs .item-img img {
  height: 100%;
  width: 100%;
}
.main .nasa .sec-body .item.second .item-left .item-content {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.second .item-left .item-content {
    font-size: 2.6rem;
    margin-top: 2rem;
    line-height: 1.6;
  }
}
.main .nasa .sec-body .item.second .item-right {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.second .item-right {
    order: -1;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .main .nasa .sec-body .item.second .item-right .item-ttl {
    position: absolute;
    display: flex;
    width: 36rem;
    top: -1.8rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.second .item-right .item-ttl {
    width: 100%;
  }
}
.main .nasa .sec-body .item.second .item-right .item-ttl img {
  width: 100%;
}
.main .nasa .sec-body .item.second .item-right .item-img {
  width: 17rem;
  margin-right: 6rem;
}
@media (max-width: 768px) {
  .main .nasa .sec-body .item.second .item-right .item-img {
    width: 22rem;
    margin-right: 7rem;
    margin-top: -10rem;
  }
}
.main .nasa .sec-body .item.second .item-right .item-img img {
  width: 100%;
}
.main .curious {
  margin-top: 6rem;
}
.main .curious .container {
  background-color: #E6E6E6;
  border: 0.5rem solid #ccc;
  padding: 9rem 5.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 11rem;
}
@media (max-width: 768px) {
  .main .curious .container {
    padding: 9rem 3.5rem;
  }
}
.main .curious .container .sec-wrap {
  padding: 6rem 6rem 5rem 6rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .main .curious .container .sec-wrap {
    padding: 13rem 3rem 6rem 3rem;
  }
}
.main .curious .container .sec-wrap .sec-head .sec-ttl {
  width: 65%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
}
@media (max-width: 768px) {
  .main .curious .container .sec-wrap .sec-head .sec-ttl {
    width: 75%;
    transform: translate(-50%, -40%);
  }
}
.main .curious .container .sec-wrap .sec-head .sec-ttl p {
  background-color: white;
  padding: 0.3333333333em 1em;
  text-align: center;
  align-content: center;
  font-size: 3rem;
  font-weight: 900;
  position: relative;
  z-index: 3;
  color: #1B1464;
  clip-path: polygon(0% 0%, 100% 0%, 95% 50%, 100% 100%, 0% 100%, 5% 50%);
}
@media (max-width: 768px) {
  .main .curious .container .sec-wrap .sec-head .sec-ttl p {
    font-size: 3.9rem;
  }
}
.main .curious .container .sec-wrap .sec-head .sec-ttl::before, .main .curious .container .sec-wrap .sec-head .sec-ttl::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(4.5% 0%, 95.5% 0%, 90.5% 50%, 95.5% 100%, 4.5% 100%, 9.5% 50%);
}
@media (max-width: 768px) {
  .main .curious .container .sec-wrap .sec-head .sec-ttl::before, .main .curious .container .sec-wrap .sec-head .sec-ttl::after {
    clip-path: polygon(4.5% 2%, 95.5% 2%, 90.5% 50%, 95.5% 98%, 4.5% 98%, 9.5% 50%);
  }
}
.main .curious .container .sec-wrap .sec-head .sec-ttl::before {
  background-color: #FCC421;
  scale: 1.15;
  z-index: 2;
}
.main .curious .container .sec-wrap .sec-head .sec-ttl::after {
  background-color: #1B1464;
  scale: 1.3;
  clip-path: polygon(8% 0%, 92% 0%, 87.2% 50%, 92.2% 100%, 8% 100%, 13% 50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .main .curious .container .sec-wrap .sec-head .sec-ttl::after {
    clip-path: polygon(8% 3%, 92% 3%, 87.2% 50%, 92.2% 97%, 8% 97%, 13% 50%);
  }
}
.main .curious .container .sec-wrap .sec-head .sec-des {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .main .curious .container .sec-wrap .sec-head .sec-des {
    font-size: 2.8rem;
  }
}
.main .curious .container .sec-wrap.first {
  background-color: #1B1464;
}
.main .curious .container .sec-wrap.first .sec-des {
  color: white;
  letter-spacing: 0.15em;
}
.main .curious .container .sec-wrap.first .sec-body {
  margin-top: 1rem;
}
.main .curious .container .sec-wrap.first .sec-body .list {
  display: grid;
  grid-template-columns: 20rem 18.5rem 28rem;
  grid-auto-rows: 18rem;
  justify-content: space-between;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .main .curious .container .sec-wrap.first .sec-body .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    grid-auto-rows: 22rem 29rem;
  }
}
.main .curious .container .sec-wrap.first .sec-body .list .item {
  border: 0.5rem solid #fcc421;
  position: relative;
}
.main .curious .container .sec-wrap.first .sec-body .list .item span {
  position: absolute;
  width: fit-content;
  top: 0;
  z-index: 2;
  left: 0;
  font-size: 1.4rem;
  background-color: #fcc421;
  padding: 0 0.5em 0.2em 0.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .main .curious .container .sec-wrap.first .sec-body .list .item span {
    font-size: 1.7rem;
  }
}
.main .curious .container .sec-wrap.first .sec-body .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .main .curious .container .sec-wrap.first .sec-body .list .item:last-child {
    grid-column: span 2;
  }
  .main .curious .container .sec-wrap.first .sec-body .list .item:last-child img {
    object-position: center bottom;
  }
}
.main .curious .container .sec-wrap.first .sec-body__txt {
  font-size: 1.6rem;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.75;
  background-color: white;
  padding: 2rem;
  border: 0.125em solid #ccc;
  border-radius: 2rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .main .curious .container .sec-wrap.first .sec-body__txt {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    border-radius: 3rem;
  }
}
.main .curious .container .sec-wrap.second {
  background-color: #fcc421;
}
.main .curious .container .sec-wrap.second .sec-des {
  font-size: 2.2rem;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  padding: 0 1em;
  border: 0.1818181818em solid #000000;
}
.main .curious .container .sec-wrap.second .sec-body {
  margin-top: 1.8rem;
  overflow: auto;
}
.main .curious .container .sec-wrap.second .sec-body__wrap {
  width: 100%;
  min-width: 800px;
}
.main .curious .container .sec-wrap.second .sec-body__img img {
  width: 100%;
}
.main .curious .container .sec-wrap.second .sec-body__arrow {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
}
.main .curious .container .sec-wrap.second .sec-body__arrow .arrow img {
  width: 100%;
}
.main .curious .container .sec-wrap.second .sec-body__arrow .arrow.sm {
  width: 22rem;
}
.main .curious .container .sec-wrap.second .sec-body__arrow .arrow.lg {
  width: 47rem;
}
.main .curious.second {
  margin-bottom: 8rem;
}
.main .future {
  background: url(../images/future-bg.png) no-repeat center center/cover;
  margin: 18rem 0;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
  --max-w: 970px;
}
@media (max-width: 768px) {
  .main .future {
    padding-top: 5rem;
    background: url(../images/future-bg-sp.png) no-repeat center center/cover;
  }
}
.main .future .sec-head {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .main .future .sec-head {
    display: grid;
    position: relative;
  }
  .main .future .sec-head::after {
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 10%;
    background-color: #ffdc74;
  }
  .main .future .sec-head * {
    grid-column: 1/-1;
    position: relative;
    z-index: 2;
    grid-row: 1/-1;
  }
}
.main .future .sec-head .ttl-img {
  display: flex;
  width: 39rem;
  margin-top: -6rem;
  transform: translateX(-5rem);
}
@media (max-width: 768px) {
  .main .future .sec-head .ttl-img {
    display: none;
  }
}
.main .future .sec-head .ttl-img img {
  width: 100%;
}
.main .future .sec-head .ttl-img__sp {
  transform: translateY(3rem);
}
.main .future .sec-head .ttl-img__sp img {
  width: 100%;
}
.main .future .sec-head .sec-ttl {
  font-size: 2.9rem;
  font-weight: 900;
  text-transform: uppercase;
  width: fit-content;
  padding: 0 0.2068965517em;
  border-top: 0.1379310345em solid #1B1464;
  border-bottom: 0.1379310345em solid #1B1464;
  color: #1B1464;
}
@media (max-width: 768px) {
  .main .future .sec-head .sec-ttl {
    margin: 0 auto;
    font-size: 4.2rem;
  }
}
.main .future .sec-head__img img {
  width: 100%;
}
.main .future .sec-head__img .item-img:nth-child(1) {
  width: 36rem;
  margin-top: -6rem;
  transform: translateX(7rem);
}
.main .future .sec-body {
  margin-top: 2rem;
}
.main .future .sec-body .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  counter-reset: num;
}
@media (max-width: 768px) {
  .main .future .sec-body .list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 9rem;
  }
}
.main .future .sec-body .list .item {
  counter-increment: num;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 0;
}
.main .future .sec-body .list .item-img {
  background: url(../images/future-card.png) no-repeat center center/100% 100%;
  padding: 2rem 1rem;
}
@media (max-width: 768px) {
  .main .future .sec-body .list .item-img {
    width: 63%;
    margin: 0 auto;
    padding-top: 3rem;
    background: url(../images/future-card-sp.png) no-repeat center center/100% 100%;
  }
}
.main .future .sec-body .list .item-img__ttl {
  font-size: 1.9rem;
  font-weight: 900;
  text-align: center;
  color: #1B1464;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
}
@media (max-width: 768px) {
  .main .future .sec-body .list .item-img__ttl {
    font-size: 3.8rem;
  }
}
.main .future .sec-body .list .item-img__ttl::after {
  content: counter(num, decimal-leading-zero);
  font-size: 1.7894736842em;
}
.main .future .sec-body .list .item-img .img-wrap {
  display: flex;
  justify-content: center;
}
.main .future .sec-body .list .item-img .img-wrap img {
  width: 10rem;
  aspect-ratio: 1;
  object-fit: contain;
}
@media (max-width: 768px) {
  .main .future .sec-body .list .item-img .img-wrap img {
    width: 20rem;
  }
}
.main .future .sec-body .list .item-img__txt {
  font-size: 2.1rem;
  font-weight: 900;
  color: #1B1464;
  text-align: center;
  line-height: 1.2;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .main .future .sec-body .list .item-img__txt {
    font-size: 4.2rem;
    margin-top: 1.6rem;
    padding-bottom: 4rem;
  }
}
.main .future .sec-body .list .item-img__txt span {
  font-size: 1.6666666667em;
}
.main .future .sec-body .list .item-img__txt small {
  font-size: 1.1904761905em;
}
.main .future .sec-body .list .item-content {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 2.4rem;
  padding: 0.8em 0;
  border-top: 0.2857142857em solid #1B1464;
  border-bottom: 0.2857142857em solid #1B1464;
}
@media (max-width: 768px) {
  .main .future .sec-body .list .item-content {
    font-size: 2.8rem;
    line-height: 1.7;
    width: 90%;
    margin: 0 auto;
    margin-top: 6rem;
  }
}
.main .testimonials {
  background: linear-gradient(to bottom, transparent, transparent 25%, #F2F2F2 48%, #F2F2F2 100%), url(../images/testimonials-bg.jpg) no-repeat center top/100% 50%;
  padding: 16rem 0 15rem 0;
  margin-top: -2rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .main .testimonials {
    background-size: cover;
  }
}
.main .testimonials .container {
  background-color: #E6E6E6;
  border: 0.4rem solid #ccc;
  padding: 6rem 8rem;
}
@media (max-width: 768px) {
  .main .testimonials .container {
    padding: 6rem calc(var(--gap-x) / 2);
  }
}
.main .testimonials .sec-head .sec-ttl {
  max-width: 48rem;
  margin: 0 auto;
  position: relative;
}
.main .testimonials .sec-head .sec-ttl p {
  background-color: #F2F2F2;
  padding: 0.3333333333em 1em;
  text-align: center;
  align-content: center;
  font-size: 3.4rem;
  font-weight: 900;
  position: relative;
  z-index: 3;
  color: #1B1464;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  clip-path: polygon(0% 0%, 100% 0%, 95% 50%, 100% 100%, 0% 100%, 5% 50%);
}
.main .testimonials .sec-head .sec-ttl p .icon {
  display: inline-flex;
}
.main .testimonials .sec-head .sec-ttl p .icon img {
  width: 1.3333333333em;
}
@media (max-width: 768px) {
  .main .testimonials .sec-head .sec-ttl p {
    font-size: 4.6rem;
    padding: 0.8rem 1rem;
  }
}
.main .testimonials .sec-head .sec-ttl::before, .main .testimonials .sec-head .sec-ttl::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(4.5% 0%, 95.5% 0%, 90.5% 50%, 95.5% 100%, 4.5% 100%, 9.5% 50%);
}
@media (max-width: 768px) {
  .main .testimonials .sec-head .sec-ttl::before, .main .testimonials .sec-head .sec-ttl::after {
    clip-path: polygon(4.5% 2%, 95.5% 2%, 90.5% 50%, 95.5% 98%, 4.5% 98%, 9.5% 50%);
  }
}
.main .testimonials .sec-head .sec-ttl::before {
  background-color: #FCC421;
  scale: 1.15;
  z-index: 2;
}
.main .testimonials .sec-head .sec-ttl::after {
  background-color: #1B1464;
  scale: 1.3;
  clip-path: polygon(8% 0%, 92% 0%, 87.2% 50%, 92.2% 100%, 8% 100%, 13% 50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .main .testimonials .sec-head .sec-ttl::after {
    clip-path: polygon(8% 3%, 92% 3%, 87.2% 50%, 92.2% 97%, 8% 97%, 13% 50%);
  }
}
.main .testimonials .sec-body {
  margin-top: 5rem;
}
.main .testimonials .sec-body .list {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
.main .testimonials .sec-body .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 3rem;
  gap: 3.5rem;
  background-color: #F2F2F2;
  filter: drop-shadow(0.4rem 0.4rem 0.9rem rgba(0, 0, 0, 0.2));
}
@media (max-width: 768px) {
  .main .testimonials .sec-body .item {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 8rem;
  }
}
.main .testimonials .sec-body .item:nth-child(even) .item-content {
  order: -1;
}
@media (max-width: 768px) {
  .main .testimonials .sec-body .item:nth-child(even) .item-content {
    order: unset;
  }
}
.main .testimonials .sec-body .item-img img {
  width: 100%;
}
.main .testimonials .sec-body .item-ttl {
  font-size: 2.4rem;
  font-weight: 900;
  color: #1B1464;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .main .testimonials .sec-body .item-ttl {
    font-size: 3.4rem;
  }
}
.main .testimonials .sec-body .item-subttl {
  margin-top: 1.5em;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1B1464;
}
@media (max-width: 768px) {
  .main .testimonials .sec-body .item-subttl {
    font-size: 2.4rem;
    margin-top: 0.8em;
  }
}
.main .testimonials .sec-body .item-txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  color: #1A1A1A;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .main .testimonials .sec-body .item-txt {
    font-size: 2.6rem;
  }
}
.main .outro {
  position: relative;
  padding: 17rem 0;
}
.main .outro .sec-head .sec-ttl {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 0;
  width: 65%;
}
@media (max-width: 768px) {
  .main .outro .sec-head .sec-ttl {
    width: 96%;
    position: relative;
    left: 0;
    transform: unset;
  }
}
.main .outro .sec-head .sec-ttl p {
  background-color: #F2F2F2;
  padding: 0.3333333333em 1em;
  text-align: center;
  align-content: center;
  font-size: 2.8rem;
  font-weight: 900;
  position: relative;
  z-index: 3;
  color: #1B1464;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  clip-path: polygon(0% 0%, 100% 0%, 95% 50%, 100% 100%, 0% 100%, 5% 50%);
}
@media (max-width: 768px) {
  .main .outro .sec-head .sec-ttl p {
    font-size: 3.8rem;
    padding: 1.4rem 1em;
  }
}
.main .outro .sec-head .sec-ttl::before, .main .outro .sec-head .sec-ttl::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(4.5% 0%, 95.5% 0%, 90.5% 50%, 95.5% 100%, 4.5% 100%, 9.5% 50%);
}
@media (max-width: 768px) {
  .main .outro .sec-head .sec-ttl::before, .main .outro .sec-head .sec-ttl::after {
    clip-path: polygon(5% 2.5%, 95% 2.5%, 90.3% 50%, 95% 97%, 5% 97.5%, 9.7% 50%);
  }
}
.main .outro .sec-head .sec-ttl::before {
  background-color: #B3B3B3;
  scale: 1.15;
  z-index: 2;
}
.main .outro-bg {
  position: absolute;
  z-index: 0;
  inset: 0;
}
.main .outro-bg img {
  height: 100%;
  width: 100%;
}
.main .outro .container {
  position: relative;
  z-index: 2;
  --max-w: 960px;
  background-color: #FCC421;
  border: 0.5rem solid #E6E6E6;
  border-radius: 4.8rem;
  padding: 6rem;
}
@media (max-width: 768px) {
  .main .outro .container {
    padding: 5rem 3rem;
  }
}
.main .outro .sec-body .list {
  display: flex;
}
@media (max-width: 768px) {
  .main .outro .sec-body .list {
    display: grid;
    margin-top: 5rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.main .outro .sec-body .list .item {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .outro .sec-body .list .item:not(:last-child) {
  background-color: #1B1464;
  border-radius: 50%;
  border: 0.4rem solid #fcc421;
  outline: 0.3rem solid #1B1464;
  position: relative;
}
.main .outro .sec-body .list .item:not(:last-child)::after {
  content: "";
  width: 8rem;
  aspect-ratio: 1;
  background: url(../images/oke-txt.png) no-repeat center center/100%;
  font-weight: 900;
  top: 10%;
  right: -1rem;
  position: absolute;
}
@media (max-width: 768px) {
  .main .outro .sec-body .list .item:not(:last-child)::after {
    width: 11rem;
    top: 5%;
    right: 0rem;
  }
}
.main .outro .sec-body .list .item:not(:last-child) .item-wrap {
  border-radius: 50%;
  width: calc(100% - 1rem);
  aspect-ratio: 1;
  overflow: hidden;
  display: grid;
  grid-template-rows: 78% auto;
}
@media (max-width: 768px) {
  .main .outro .sec-body .list .item:not(:last-child) .item-wrap {
    width: calc(100% - 3rem);
  }
}
.main .outro .sec-body .list .item:nth-child(1) {
  flex: 1;
  position: relative;
}
@media (max-width: 768px) {
  .main .outro .sec-body .list .item:nth-child(1) {
    grid-column: 6/span 7;
    grid-row: 1/-1;
  }
}
.main .outro .sec-body .list .item:nth-child(1)::before {
  content: "+";
  font-size: 8.3rem;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 100%;
  width: fit-content;
  transform: translateY(-50%) translateX(1.5rem);
}
@media (max-width: 768px) {
  .main .outro .sec-body .list .item:nth-child(1)::before {
    display: none;
  }
}
.main .outro .sec-body .list .item:nth-child(1) .item-img img {
  width: 75%;
  object-fit: contain;
}
.main .outro .sec-body .list .item:nth-child(2) {
  margin-left: 7rem;
  flex: 1;
}
@media (max-width: 768px) {
  .main .outro .sec-body .list .item:nth-child(2) {
    grid-column: 1/span 7;
    grid-row: 1/-1;
    margin-left: 0;
    position: relative;
    z-index: 2;
  }
}
.main .outro .sec-body .list .item:nth-child(2) .item-img img {
  width: 68%;
  object-fit: contain;
}
.main .outro .sec-body .list .item:nth-child(3) {
  margin-left: 3.5rem;
}
@media (max-width: 768px) {
  .main .outro .sec-body .list .item:nth-child(3) {
    grid-column: 1/span 11;
    aspect-ratio: unset;
  }
  .main .outro .sec-body .list .item:nth-child(3) img {
    max-width: 24rem;
  }
}
.main .outro .sec-body .list .item-img {
  display: flex;
  justify-content: center;
}
.main .outro .sec-body .list .item-img img {
  width: 100%;
}
.main .outro .sec-body .list .item-content {
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #fcc421;
  width: 100%;
  text-align: center;
  align-content: center;
  padding-bottom: 0.5em;
}
@media (max-width: 768px) {
  .main .outro .sec-body .list .item-content {
    font-size: 2.2rem;
  }
}
.main .outro .sec-body .sec-body__autro {
  background-color: #1B1464;
  border-radius: 3rem;
  margin-top: 2rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 3rem;
  padding: 5rem 6rem;
}
@media (max-width: 768px) {
  .main .outro .sec-body .sec-body__autro {
    padding: 4rem 3rem;
    display: grid;
    justify-content: unset;
  }
}
.main .outro .sec-body .sec-body__autro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3rem;
}
.main .outro .sec-body .outro-btn {
  display: grid;
  row-gap: 1.5rem;
  justify-content: end;
  grid-template-columns: 32rem;
}
@media (max-width: 768px) {
  .main .outro .sec-body .outro-btn {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}
.main .outro .sec-body .outro-btn p {
  border-radius: 0.8rem;
}
.main .outro .sec-body .outro-btn .appropriate {
  color: white;
  display: flex;
  align-items: center;
  padding-left: 5rem;
  gap: 1.6em;
  font-size: 2.2rem;
  font-weight: bold;
  height: 5rem;
  background: linear-gradient(to right, #44a7de, #4060aa);
}
.main .outro .sec-body .outro-btn .appropriate .icon {
  width: 1.5454545455em;
}
.main .outro .sec-body .outro-btn .appropriate .icon img {
  width: 100%;
}
.main .outro .sec-body .outro-btn .engine {
  background-color: #E6E6E6;
  font-size: 2.3rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.1;
  padding: 0.5em;
}
.main .outro .sec-body .outro-btn .engine span {
  color: #C1272D;
}
.main .outro .sec-body .outro-btn .engine small {
  font-size: 0.6956521739em;
}
@media (max-width: 768px) {
  .main .outro .sec-body .outro-btn .engine {
    font-size: 3.2rem;
  }
  .main .outro .sec-body .outro-btn .appropriate {
    width: 100%;
    height: 7rem;
    font-size: 3.2rem;
    letter-spacing: 0.15em;
    justify-content: center;
  }
  .main .outro .sec-body .outro-btn .appropriate .icon {
    margin-left: -2em;
  }
}
.main .banner {
  margin-top: 7rem;
  padding-bottom: 8rem;
}
.main .banner-logo {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
@media (max-width: 768px) {
  .main .banner-logo {
    top: 1rem;
  }
}
.main .banner-logo img {
  width: 14.5rem;
}
.main .banner .sec-head .sec-ttl {
  display: flex;
  justify-content: center;
}
.main .banner .sec-head .sec-ttl img {
  width: 45rem;
}
@media (max-width: 768px) {
  .main .banner .sec-head .sec-ttl img {
    width: 85%;
  }
}
.main .banner .sec-body {
  background-color: #fcc421;
  border: 0.4rem solid #1B1464;
  padding: 2rem 6rem 2rem 2rem;
  display: flex;
  max-width: 96rem;
  margin: 0 auto;
  margin-top: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .main .banner .sec-body {
    flex-direction: column;
    padding: 4rem 3rem;
  }
}
.main .banner .sec-body .content {
  display: flex;
  flex-shrink: 0;
}
.main .banner .sec-body .content-txt {
  width: 28rem;
  aspect-ratio: 1;
  background-color: #1B1464;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0.5rem solid #fcc421;
  outline: 0.3rem solid #1B1464;
  row-gap: 1rem;
}
@media (max-width: 768px) {
  .main .banner .sec-body .content-txt {
    max-width: 40rem;
    width: 100%;
    z-index: 0;
    border-width: 0.4rem;
    outline-width: 0.5rem;
    row-gap: 2rem;
  }
}
.main .banner .sec-body .content-txt__ttl {
  color: white;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  font-style: italic;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  margin-top: -0.6em;
}
@media (max-width: 768px) {
  .main .banner .sec-body .content-txt__ttl {
    font-size: 2.5rem;
    margin-top: -0.8em;
  }
}
.main .banner .sec-body .content-txt__ttl::before, .main .banner .sec-body .content-txt__ttl::after {
  content: "";
  width: 1em;
  aspect-ratio: 33/51;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.main .banner .sec-body .content-txt__ttl::after {
  background-image: url(../images/thun-r.png);
}
.main .banner .sec-body .content-txt__ttl::before {
  background-image: url(../images/thun-l.png);
}
.main .banner .sec-body .content-txt__body {
  color: #fcc421;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 900;
  position: relative;
  padding: 1.4rem 0;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  .main .banner .sec-body .content-txt__body {
    font-size: 3.7rem;
  }
}
.main .banner .sec-body .content-txt__body::before, .main .banner .sec-body .content-txt__body::after {
  content: "";
  width: 85%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.5rem;
  background: repeating-linear-gradient(to right, #fcc421, #fcc421 0.4rem, transparent 0.4rem, transparent 0.8rem);
}
.main .banner .sec-body .content-txt__body::before {
  top: 100%;
}
.main .banner .sec-body .content-txt__body span {
  font-size: 1.7391304348em;
  line-height: 1;
}
.main .banner .sec-body__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.main .banner .sec-body__right .content-img {
  display: grid;
  position: relative;
}
@media (max-width: 768px) {
  .main .banner .sec-body__right .content-img {
    margin-top: -6rem;
  }
}
.main .banner .sec-body__right .content-img * {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.main .banner .sec-body__right .content-img .img {
  position: relative;
  z-index: 2;
}
.main .banner .sec-body__right .content-img .img img {
  width: 34rem;
}
@media (max-width: 768px) {
  .main .banner .sec-body__right .content-img .img img {
    width: 84%;
  }
}
.main .banner .sec-body__right .content-img .img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 37rem;
  transform: translateY(45%) translateX(30%);
  z-index: 1;
}
@media (max-width: 768px) {
  .main .banner .sec-body__right .content-img .img:nth-child(2) {
    width: 100%;
    transform: translate(4%, 60%) rotate(-6deg);
  }
}
.main .banner .sec-body__right .content-img .img:nth-child(2) img {
  width: 100%;
}
.main .banner .sec-body__right .content-box {
  background-color: #F2F2F2;
  margin-top: auto;
  max-width: 46rem;
  margin-left: auto;
  width: 100%;
  border-radius: 1.1rem;
  border: 0.2rem solid #E6E6E6;
  padding: 2rem;
  display: grid;
  grid-template-columns: auto 65%;
  align-items: center;
  gap: 1rem;
  margin-top: 6rem;
  filter: drop-shadow(0.2rem 0.2rem 0.7rem rgba(0, 0, 0, 0.11));
}
@media (max-width: 768px) {
  .main .banner .sec-body__right .content-box {
    margin-top: 11rem;
    max-width: 100%;
    grid-template-columns: 1fr;
    row-gap: 2rem;
    padding-bottom: 4rem;
  }
}
.main .banner .sec-body__right .content-box__left {
  text-align: center;
  font-size: 1.2rem;
  color: #1B1464;
  font-weight: 900;
}
@media (max-width: 768px) {
  .main .banner .sec-body__right .content-box__left {
    font-size: 2rem;
  }
}
.main .banner .sec-body__right .content-box__left span {
  font-size: 1.8333333333em;
}
.main .banner .sec-body__right .content-box__left small {
  font-size: 0.8em;
}
.main .banner .sec-body__right .content-box .cart {
  background-color: #1B1464;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcc421;
  font-size: 1.8rem;
  height: 5.6rem;
  position: relative;
}
@media (max-width: 768px) {
  .main .banner .sec-body__right .content-box .cart {
    height: 10rem;
    font-size: 3.3rem;
  }
}
.main .banner .sec-body__right .content-box .cart .item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
}
.main .banner .sec-body__right .content-box .cart .icon {
  display: flex;
}
.main .banner .sec-body__right .content-box .cart .icon:not(.arrow) {
  width: 1.6666666667em;
}
.main .banner .sec-body__right .content-box .cart .icon:not(.arrow) img {
  width: 100%;
}
.main .banner .sec-body__right .content-box .cart .icon.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.main .banner .sec-body__right .content-box .cart .icon.arrow img {
  width: 1.2222222222em;
  rotate: -90deg;
}
.main .banner .sec-body__left {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .main .banner .sec-body__left {
    justify-content: end;
    padding-right: 5rem;
  }
}
.main .banner .sec-body__left .jar {
  width: 12rem;
  rotate: -8deg;
  translate: 3rem 1rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .main .banner .sec-body__left .jar {
    flex-shrink: 0;
    position: absolute;
    width: 28rem;
    left: 0;
    rotate: 0deg;
  }
}
.main .banner .sec-body__left .jar img {
  width: 100%;
}

.footer {
  background-color: #E6E6E6;
  padding: 3.5rem 0 3rem 0;
  --max-w: 1200px;
}
@media (max-width: 768px) {
  .footer {
    padding: 4rem 0 6rem 0;
  }
}
.footer-top {
  display: flex;
  align-items: end;
  padding: 1rem 3rem 2rem 3rem;
  background-color: #F2F2F2;
  border-radius: 3.5rem;
  justify-content: space-between;
  box-shadow: 0.3rem 0.3rem 6.6rem rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .footer-top {
    display: grid;
    justify-content: unset;
    background-color: transparent;
    box-shadow: unset;
  }
  .footer-top .logo {
    display: flex;
    justify-content: center;
    padding-bottom: 3.5rem;
  }
  .footer-top .logo img {
    width: 28rem;
  }
}
.footer-top .nav .menu {
  display: flex;
  align-items: end;
  gap: 2rem;
}
@media (max-width: 768px) {
  .footer-top .nav .menu {
    display: grid;
    width: 100%;
  }
}
.footer-top .nav .menu .item-content {
  display: flex;
  align-items: center;
}
.footer-top .nav .menu .item-des {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
}
.footer-top .nav .menu .item .icon {
  display: flex;
}
.footer-top .nav .menu .item .icon img {
  width: 100%;
}
.footer-top .nav .menu .mail,
.footer-top .nav .menu .line,
.footer-top .nav .menu .cart {
  color: white;
  font-size: 1.6rem;
  padding: 0.8rem 1.8rem;
  font-weight: 700;
  display: flex;
  height: 3.3rem;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .footer-top .nav .menu .mail,
  .footer-top .nav .menu .line,
  .footer-top .nav .menu .cart {
    font-size: 3rem;
  }
}
.footer-top .nav .menu .mail .item-content,
.footer-top .nav .menu .line .item-content,
.footer-top .nav .menu .cart .item-content {
  gap: 1em;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer-top .nav .menu {
    flex-direction: column;
    row-gap: 3.5rem;
  }
  .footer-top .nav .menu .item {
    width: 100%;
    order: var(--order-sp, unset);
  }
  .footer-top .nav .menu .mail,
  .footer-top .nav .menu .line,
  .footer-top .nav .menu .cart {
    height: 8.5rem;
    border-radius: 1.9rem;
    --px: 6.5rem;
    padding: 0 var(--px);
    letter-spacing: 0.16em;
    box-shadow: 0.26rem 0.26rem 0.38rem rgba(0, 0, 0, 0.26);
  }
  .footer-top .nav .menu .mail .item-content,
  .footer-top .nav .menu .line .item-content,
  .footer-top .nav .menu .cart .item-content {
    width: 100%;
  }
  .footer-top .nav .menu .line .item-content {
    gap: 5rem;
  }
  .footer-top .nav .menu .mail {
    margin-left: 0;
  }
  .footer-top .nav .menu .mail .icon {
    width: 3.7rem;
  }
  .footer-top .nav .menu .mail .item-content {
    gap: 4.8rem;
  }
  .footer-top .nav .menu .line .icon {
    width: 4.4rem;
  }
  .footer-top .nav .menu .cart {
    position: relative;
    text-align: center;
  }
  .footer-top .nav .menu .cart .item-content {
    gap: 1rem;
  }
  .footer-top .nav .menu .cart .item-content span:not(.icon) {
    text-align: center;
    flex: 1;
  }
  .footer-top .nav .menu .cart .icon {
    width: 4.1rem;
  }
  .footer-top .nav .menu .phone {
    gap: 1.2rem;
  }
  .footer-top .nav .menu .phone .item-des {
    font-size: 1.6rem;
  }
  .footer-top .nav .menu .phone .item-content {
    background-color: white;
    font-size: 5.5rem;
    padding: 0.2em 0.6em;
    flex: 1;
    gap: 0.7em;
    border-radius: 1.8rem;
    box-shadow: 0.26rem 0.26rem 0.38rem rgba(0, 0, 0, 0.26);
  }
  .footer-top .nav .menu .phone .item-content span {
    font-size: 1em;
  }
  .footer-top .nav .menu .phone .icon {
    width: 3.1rem;
    aspect-ratio: 31/42;
  }
  .footer-top .nav .menu .phone .icon img {
    height: 100%;
  }
  .footer-top .nav .menu-logo {
    margin-top: 9rem;
    display: block;
  }
  .footer-top .nav .menu-logo__wrap {
    display: flex;
    justify-content: center;
  }
  .footer-top .nav .menu-logo__wrap img {
    width: 29rem;
  }
}
.footer-top .menu .phone {
  display: flex;
  align-items: center;
  color: #1b1464;
  gap: 1rem;
  text-align: center;
}
.footer-top .menu .phone .item-content {
  display: flex;
  gap: 1.5rem;
}
.footer-top .menu .phone .item-content span {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}
.footer-top .menu .phone .icon {
  width: 2rem;
}
.footer-top .menu .mail,
.footer-top .menu .line {
  border-radius: 1.7rem;
}
.footer-top .menu .mail {
  background-color: #f15a24;
  margin-left: 1.5rem;
}
.footer-top .menu .mail .item-content {
  gap: 0.6em;
}
.footer-top .menu .mail .icon {
  width: 1.4rem;
}
.footer-top .menu .line {
  background-color: #39b54a;
}
.footer-top .menu .line .icon {
  width: 1.7rem;
}
.footer-bt {
  text-align: center;
  font-weight: 500;
  margin-top: 3rem;
  color: #808080;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .footer-bt {
    margin-top: 2.5rem;
    letter-spacing: 0.2em;
  }
}

.fixed-bt {
  padding: 1rem 0;
  background-color: transparent;
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: 0;
  top: unset;
  width: 100%;
}
.fixed-bt .container {
  justify-content: center;
}
.fixed-bt .nav-sp .menu .cart {
  width: 300px;
  justify-content: center;
  min-height: 40px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .fixed-bt {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
