@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
button:hover {
  cursor: pointer;
}

button {
  background-color: transparent;
  border-style: none;
}

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

.top-body img {
  display: block;
  object-fit: contain;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 125px;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.43;
  color: #646464;
  background-color: #fff;
}

@media(max-width:1334px) {
  body {
    font-size: 1.7rem;
  }
}

@media(max-width:834px) {
  body {
    font-size: 1.6rem;
  }
}

body.fixed {
  height: 100%;
  overflow-y: hidden;
}

main {
  position: relative;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

.jp {
  font-family: "Noto Sans JP", sans-serif;
}

.en {
  font-family: "Jost", sans-serif;
}

.txt {
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 3.3;
}

.txt18 {
  font-size: 1.8rem;
  line-height: 2;
}

@media(max-width:1334px) {
  .txt {
    font-size: 1.9rem;
  }

  .txt18 {
    font-size: 1.7rem;
  }
}

@media(max-width:834px) {
  .txt {
    font-size: 1.7rem;
    line-height: 2.2;
  }

  .txt18 {
    font-size: 1.6rem;
  }
}

.f140 {
  font-size: 14rem;
}

.f120 {
  font-size: 12rem;
}

.f80 {
  font-size: 8rem;
}

.f70 {
  font-size: 7rem;
}

.f62 {
  font-size: 6.2rem;
}

.f60 {
  font-size: 6rem;
}

.f54 {
  font-size: 5.4rem;
}

.f52 {
  font-size: 5.2rem;
}

.f50 {
  font-size: 5rem;
}

.f42 {
  font-size: 4.2rem;
}

.f40 {
  font-size: 4rem;
}

.f38 {
  font-size: 3.8rem;
}

.f36 {
  font-size: 3.6rem;
}

.f34 {
  font-size: 3.4rem;
}

.f32 {
  font-size: 3.2rem;
}

.f30 {
  font-size: 3rem;
}

.f28 {
  font-size: 2.8rem;
}

.f26 {
  font-size: 2.6rem;
}

.f24 {
  font-size: 2.4rem;
}

.f21 {
  font-size: 2.1rem;
}

.f21all {
  font-size: 2.1rem;
}

.f20 {
  font-size: 2rem;
}

.f18 {
  font-size: 1.8rem;
}

.f17 {
  font-size: 1.7rem;
}

.f16 {
  font-size: 1.6rem;
}

.f15 {
  font-size: 1.5rem;
}

.f15all {
  font-size: 1.5rem;
}

.f14 {
  font-size: 1.4rem;
}

.f13 {
  font-size: 1.3rem;
}

.f13all {
  font-size: 1.3rem;
}

.f12 {
  font-size: 1.2rem;
}

.f10 {
  font-size: 1rem;
}

.f10all {
  font-size: 1rem;
}

@media(max-width:1334px) {
  .f140 {
    font-size: 10rem;
  }

  .f120 {
    font-size: 8rem;
  }

  .f80 {
    font-size: 5.5rem;
  }

  .f70 {
    font-size: 5rem;
  }

  .f62 {
    font-size: 4.5rem;
  }

  .f60 {
    font-size: 4.5rem;
  }

  .f54 {
    font-size: 4.2rem;
  }

  .f52 {
    /* font-size: 4.1rem; */
    font-size: 3.6rem;
  }

  .f50 {
    font-size: 4rem;
  }

  .f42 {
    /* font-size: 3.6rem; */
    font-size: 3.2rem;
  }

  .f40 {
    font-size: 3.1rem;
  }

  .f38 {
    font-size: 3.05rem;
  }

  .f36 {
    font-size: 3rem;
  }

  .f34 {
    font-size: 2.9rem;
  }

  .f32 {
    font-size: 2.8rem;
  }

  .f30 {
    font-size: 2.6rem;
  }

  .f28 {
    font-size: 2.4rem;
  }

  .f26 {
    font-size: 2.25rem;
  }

  .f24 {
    font-size: 2.1rem;
  }

  .f21 {
    font-size: 1.9rem;
  }

  .f20 {
    font-size: 1.85rem;
  }

  .f18 {
    font-size: 1.7rem;
  }

  .f17 {
    font-size: 1.6rem;
  }

  .f16 {
    font-size: 1.5rem;
  }

  .f15 {
    font-size: 1.4rem;
  }

  .f14 {
    font-size: 1.3rem;
  }

  .f13 {
    font-size: 1.2rem;
  }

  .f12 {
    font-size: 1.1rem;
  }

  .f10 {
    font-size: 1rem;
  }
}

@media(max-width:834px) {
  .f140 {
    font-size: 8rem;
  }

  .f120 {
    font-size: 6rem;
  }

  .f80 {
    font-size: 4.2rem;
  }

  .f70 {
    font-size: 3.6rem;
  }

  .f62 {
    font-size: 3rem;
  }

  .f60 {
    font-size: 3rem;
  }

  .f54 {
    font-size: 2.6rem;
  }

  .f52 {
    font-size: 2.5rem;
  }

  .f50 {
    font-size: 2.4rem;
  }

  .f42 {
    font-size: 2.2rem;
  }

  .f40 {
    font-size: 2.1rem;
  }

  .f38 {
    font-size: 2.05rem;
  }

  .f36 {
    font-size: 2rem;
  }

  .f34 {
    font-size: 1.95rem;
  }

  .f32 {
    font-size: 1.9rem;
  }

  .f30 {
    font-size: 1.875rem;
  }

  .f28 {
    font-size: 1.85rem;
  }

  .f26 {
    font-size: 1.825rem;
  }

  .f24 {
    font-size: 1.8rem;
  }

  .f21 {
    font-size: 1.7rem;
  }

  .f20 {
    font-size: 1.675rem;
  }

  .f18 {
    font-size: 1.6rem;
  }

  .f17 {
    font-size: 1.5rem;
  }

  .f16 {
    font-size: 1.4rem;
  }

  .f15 {
    font-size: 1.3rem;
  }

  .f14 {
    font-size: 1.2rem;
  }

  .f13 {
    font-size: 1.1rem;
  }

  .f12 {
    font-size: 1.05rem;
  }

  .f10 {
    font-size: 1rem;
  }
}

.h {
  font-weight: 900;
}

.b8 {
  font-weight: 800;
}

.b {
  font-weight: 700;
}

.sb {
  font-weight: 600;
}

.m {
  font-weight: 500;
}

.r {
  font-weight: 400;
}

.l {
  font-weight: 300;
}

.el {
  font-weight: 200;
}

.fcw {
  color: #fff;
}

.fcblue {
  color: #008bd5;
}

.fcy {
  color: #f4ec4f;
}

.fcb {
  color: #646464;
}

.tac {
  text-align: center;
}

.tas {
  text-align: start;
}

.tae {
  text-align: end;
}

.pad {
  padding: 100px 0;
}

.pad-top {
  padding-top: 100px;
}

.pad-btm {
  padding-bottom: 100px;
}

.scmt {
  scroll-margin-top: 120px;
}

@media(max-width:1334px) {
  .pad {
    padding: 6vw 0;
  }

  .pad-top {
    padding-top: 6vw;
  }

  .pad-btm {
    padding-bottom: 6vw;
  }

  .scmt {
    scroll-margin-top: 100px;
  }
}

@media(max-width:834px) {
  .pad {
    padding: 60px 0;
  }

  .pad-top {
    padding-top: 60px;
  }

  .pad-btm {
    padding-bottom: 60px;
  }

  .pad-btm {
    padding-bottom: 50px;
  }
}

@media(max-width:500px) {
  .pad {
    padding: 45px 0;
  }

  .pad-top {
    padding-top: 45px;
  }

  .scmt {
    scroll-margin-top: 50px;
  }
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

section {
  position: relative;
}

.sec {
  position: relative;
}

.sec-ttl {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.deco {
  text-shadow: 2px 2px 2px #64646466;
  line-height: 1;
}

.deco-w {
  color: #fff;
  text-shadow: 2px 2px 2px #64646466;
  line-height: 1;
}

.deco-b {
  color: #0078D4;
  text-shadow: 2px 2px 2px #0078D466;
  line-height: 1;
}


.deco-b-w {
  color: #0078D4;
  text-shadow: 2px 2px 2px #ffffff66;
  line-height: 1;
}

@media(max-width:834px) {}


@media(max-width:1334px) {}

@media(max-width:834px) {}

@media(max-width:500px) {}


.sec-mess {
  line-height: 1.42;
  font-weight: 900;
}

.arrow {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid currentColor;
}

.arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Material Symbols Outlined";
  content: '\e5c8';
  font-size: 3rem;
  font-weight: 300;
}


.arrow-back {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid currentColor;
}

.arrow-back::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Material Symbols Outlined";
  content: '\e5c4';
  font-size: 3rem;
  font-weight: 300;
}

@media(max-width:834px) {

  .arrow {
    width: 30px;
    height: 30px;
  }

  .arrow::after {
    font-size: 2rem;
  }


  .arrow-back {
    width: 30px;
    height: 30px;
  }

  .arrow-back::after {
    font-size: 2rem;
  }
}


.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 400;
  color: #fff;
  background-image: linear-gradient(#008bd5 0%, #008bd5 50%, #0078D4 50%, #0078D4 100%);
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.btn:after {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
  font-size: 4rem;
  font-weight: 300;
  content: '\e5cc';
  color: #fff;
  font-family: "Material Symbols Outlined";
}

.btn:hover {
  opacity: .8;
}

.btn:active {
  box-shadow: none;
  transform: translateY(4px);
}

@media(max-width:1334px) {
  .btn {
    font-size: 1.9rem;
  }
}

@media(max-width:834px) {
  .btn {
    width: 330px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.btn-l {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 15px);
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
  color: #fff;
  background-color: #008bd5;
  transition: all .3s ease-in-out;
}

.btn-l:after {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
  font-size: 6rem;
  font-weight: 300;
  content: '\e5cc';
  color: #fff;
  font-family: "Material Symbols Outlined";
  transition: all .6s ease-in-out;
}

.btn-l:hover {
  opacity: .7;
}

@media(max-width:834px) {
  .btn-l {
    width: 100%;
    max-width: 400px;
    height: 70px;
    line-height: 70px;
    font-size: 1.8rem;
  }

  .btn-l:after {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translate(0, -50%);
    font-size: 4rem;
  }
}

/*  */
a:has(.h-sc__img) {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 30px;
}

.h-sc__img {
  transition: all .3s ease-in-out;
}

a:hover .h-sc__img {
  transform: scale(1.05);
}

.h-op {
  transition: all .3s ease-in-out;
}

.h-op:hover {
  opacity: .7;
  transition: all .3s ease-in-out;
}

.h-txt {
  background-image: linear-gradient(90deg, #2b7868, #2b7868);
  /* 線の色 */
  background-position: left bottom;
  /* 線の起点を左・下に設定 */
  background-repeat: no-repeat;
  background-size: 0 1px;
  /* 線の横幅を0、縦幅を2pxに */
  padding-bottom: 4px;
  /* 下線を下にズラす */
  transition: background-size .6s;
  /* 変形をアニメーション化 */
}

.h-txt:hover {
  background-size: 100% 1px;
  /* 線の横幅を100%にする */
  transition: all .6s ease-in-out;
}

.txt_bg {
  display: inline;
  line-height: 2;
  background: #f4ec4f;
  padding: 0.2em 0.4em 0.01em;
}


@media(max-width:1334px) {}

.underline {
  text-decoration: underline 1px solid currentColor;
}

.dots {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #64646420 2px, transparent 2px);
  background-position: 0 0;
  background-size: 15px 15px;
}

.dots02 {
  background-color: #40ddc7;
  background-image: radial-gradient(circle, #64646410 2px, transparent 2px);
  background-position: 0 0;
  background-size: 15px 15px;
}

@media(max-width:834px) {}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.inner-w {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}

.inner-s {
  max-width: 850px;
  width: 90%;
  margin: 0 auto;
}

.inner700 {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}

@media(max-width:500px) {}

.max1200 {
  display: none;
}

@media(max-width:1200px) {
  .max1200 {
    display: block;
  }
}

.min1101 {
  display: block;
}

.max1100 {
  display: none;
}

@media(max-width:1100px) {
  .min1101 {
    display: none;
  }

  .max1100 {
    display: block;
  }
}

.max834 {
  display: none;
}

.min835 {
  display: block;
}

@media(max-width:834px) {

  .max834 {
    display: block;
  }

  .min835 {
    display: none;
  }
}

.min701 {
  display: block;
}

.max700 {
  display: none;
}

@media(max-width:700px) {
  .min701 {
    display: none;
  }

  .max700 {
    display: block;
  }
}

.min601 {
  display: block;
}

.max600 {
  display: none;
}

@media(max-width:600px) {
  .min601 {
    display: none;
  }

  .max600 {
    display: block;
  }
}

.max550 {
  display: none;
}

@media(max-width:550px) {
  .max550 {
    display: block;
  }
}

.min501 {
  display: block;
}

.max500 {
  display: none;
}

@media(max-width:500px) {
  .min501 {
    display: none;
  }

  .max500 {
    display: block;
  }
}

.max450 {
  display: none;
}

@media(max-width:450px) {
  .max450 {
    display: block;
  }
}

.max400 {
  display: none;
}

@media(max-width:400px) {
  .max400 {
    display: block;
  }
}

.max380 {
  display: none;
}

@media(max-width:380px) {
  .max380 {
    display: block;
  }
}

.max370 {
  display: none;
}

@media(max-width:370px) {
  .max370 {
    display: block;
  }
}

.max359 {
  display: none;
}

@media(max-width:359px) {
  .max359 {
    display: block;
  }
}

.loadin01 {
  opacity: 0;
}

.loadin01.show {
  opacity: 1;
  transition: all 1.4s .4s ease-in-out;
}

.loadin02 {
  opacity: 0;
}

.loadin02.show {
  opacity: 1;
  transition: all 1.4s .8s ease-in-out;
}

.loadin03 {
  opacity: 0;
}

.loadin03.show {
  opacity: 1;
  transition: all 1.4s 1.2s ease-in-out;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
}

.fadein.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .9s;
}

.fadein.sp-loadin.show {
  transition: all .9s 1.8s;
}

.fadein01 {
  opacity: 0;
  transform: translate(0, 150px);
}

.fadein01.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .3s linear .1s;
}

.fadein_rt {
  opacity: 0;
  transform: scale(0);
}

.fadein_rt.show {
  opacity: 1;
  transform: scale(1);
  animation: fadein-rt 1.5s .6s backwards;
}

@keyframes fadein-rt {
  0% {
    opacity: 0;
    transform: scale(0) rotate(720deg);
  }


  100% {
    transform: scale(1) rotate(0deg);
  }
}

.fadein_mess {
  opacity: 0;
  transform: translate(0, 100%);
}

.fadein_mess.show {
  opacity: 1;
  transform: translate(0, 0px);
  animation: fadein-mess .6s .4s backwards;
}


@keyframes fadein-mess {
  0% {
    transform: translate(0, 0) scale(0);
  }

  70% {
    transform: translate(0, 0) scale(1.3)
  }

  80% {
    transform: translate(0, 0) scale(0.8)
  }

  90% {
    transform: translate(0, 0) scale(1.1)
  }

  100% {
    transform: translate(0, 0) scale(1);
  }
}

.header {
  position: fixed;
  z-index: 300;
  left: 0;
  top: 0;
  width: 100%;
  height: 125px;
  background-color: #fff;
}

.top-body .header {
  position: absolute;
  left: 0;
  top: calc(2000 / 2800 * 100vw);
}

.top-body .header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.header-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  display: block;
  width: 255px;
  height: fit-content;
  line-height: 1;
}

.header-nav__list {
  display: flex;
  align-items: center;
  gap: 60px;
}

.top-body .header-nav__top,
.top-body .header-nav__insta {
  display: none;
}

.header-nav__insta-img {
  width: 60px;
}

@media(max-width:1334px) {
  .header {
    height: 100px;
  }

  .header-logo {
    width: 230px;
  }
}

@media(max-width:1100px) {
  .header-logo {
    width: 200px;
  }

  .header-nav__list {
    gap: 40px;
  }

  .header-nav__insta-img {
    width: 40px;
  }
}

@media(max-width:950px) {
  .header-logo {
    width: 190px;
  }

  .header-nav__list {
    gap: 30px;
  }
}

@media(max-width:834px) {
  .header {
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: transparent;
  }

  .header-logo {
    position: fixed;
    top: 18px;
    left: 20px;
    width: 40%;
    max-width: 200px;
  }

  .header-nav__list {
    display: none;
  }
}

@media(max-width:500px) {
  .header-logo {
    position: fixed;
    top: 6px;
    left: 20px;
    width: 170px;
  }
}

.header-btn {
  position: fixed;
  z-index: 700;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  /* display: flex; */
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 20px 0 0;
  transition: .3s ease-in-out;
}

.header-btn:hover {
  opacity: .8;
  transition: .3s ease-in-out;
}

.header-btn::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  content: '';
  background: #008bd5;
  width: 100%;
  height: 100%;
}

.header-btn__ham {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.header-btn__ham span {
  position: absolute;
  top: 30%;
  left: 0%;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transition: all .4s ease;
}

.header-btn__ham span:nth-of-type(1) {
  top: 35%;
}

.header-btn__ham span:nth-of-type(2) {
  top: 65%;
}

.header-btn.active .header-btn__ham span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}

.header-btn.active .header-btn__ham span:nth-of-type(2) {
  top: 50%;
  transform: rotate(-45deg);
}

.header-btn__txt {
  color: #fff;
}

.header-btn .header-btn__txt span:nth-of-type(1) {
  display: block;
}

.header-btn .header-btn__txt span:nth-of-type(2) {
  display: none;
}

.header-btn.active .header-btn__txt span:nth-of-type(1) {
  display: none;
}

.header-btn.active .header-btn__txt span:nth-of-type(2) {
  display: block;
}


@media(max-width:1334px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .header-btn {
    display: flex;
    width: 80px;
    height: 80px;
    gap: 0px;
    padding: 0 0;
  }
}

@media(max-width:500px) {
  .header-btn {
    width: 50px;
    height: 50px;
    gap: 0px;
    padding: 0 0;
  }

  .header-btn__ham {
    width: 22px;
    height: 22px;
  }

  .header-btn__ham span {
    height: 1px;
  }

  .header-btn__txt {
    font-size: 1.3rem;
    font-weight: 300;
  }
}

.menu-back {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 550;
  background-color: #000;
  opacity: .7;
}

.menu-back.active {
  display: block;
}

.menu {
  display: none;
  position: fixed;
  z-index: 600;
  top: 0;
  right: 0;
  width: 480px;
  max-width: 100%;
  height: 100dvh;
  background: #008bd5;
  padding: 80px 40px 40px;
  overflow-y: scroll;
}

.menu-inner {
  position: relative;
  width: 100%;
  height: fit-content;
}

.menu.active {
  display: block;
}

.menu-nav__list {
  display: flex;
  flex-direction: column;
  gap: 23px;
  line-height: 1.84;
}

.menu-nav__item:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff40;
}

.menu-nav__item-ttl {
  opacity: .2;
}

.menu-nav__item-children {
  margin-top: 5px;
}

.menu-nav__insta {
  width: 40px;
}

/* inner 1200 */
@media(max-width:1334px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {}

@media(max-width:500px) {
  .menu {
    padding: 60px 40px 40px;
  }
}

@media(max-width:400px) {
  .menu {
    padding: 60px 25px 40px;
  }
}

@media(max-width:359px) {}

.top-main {}

.top-fv {
  width: 100%;
}

.top-fv__slider-area {
  position: relative;
}

.top-fv__slide-item {
  position: relative;
}

.top-fv__slide-mess {
  position: absolute;
  z-index: 10;
  font-size: 2.2vw;
  font-weight: 500;
  opacity: 0;
  /* animation: fv_mess 10s ease-in-out infinite; */
}

.top-fv__slide-mess01 {
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.top-fv__slide-mess02 {
  top: 30%;
  right: 6%;
  transform: translate(-50%, -50%);
  text-align: end;
}

.top-fv__slide-mess03 {
  bottom: 12%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.top-fv__slide-mess04 {
  position: absolute;
  z-index: 10;
}

.top-fv__slide-mess04-01 {
  position: absolute;
  font-size: 2.2vw;
  font-weight: 500;
  top: 30%;
  right: 6%;
  transform: translate(-50%, -50%);
  text-align: end;
  opacity: 0;
  animation: none;
  /* 初期は無効 */
  /* animation: fv_mess04_01 10s infinite; */
}

.top-fv__slide-mess04-02 {
  position: absolute;
  font-size: 4vw;
  top: 52%;
  left: 41%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: none;
  /* 初期は無効 */
  /* animation: fv_mess04_02 10s infinite; */
}

/* 1枚目用 */
.top-fv__slide-mess01 {
  animation: fv_mess01 40s ease-in-out infinite;
}

/* 2枚目用 */
.top-fv__slide-mess02 {
  animation: fv_mess02 40s infinite;
}

/* 3枚目用 */
.top-fv__slide-mess03 {
  animation: fv_mess03 40s infinite;
}

/* 4枚目: 1つ目テキスト */
.top-fv__slide-mess04-01 {
  animation: fv_mess04_01 40s infinite;
}

/* 4枚目: 2つ目テキスト */
.top-fv__slide-mess04-02 {
  animation: fv_mess04_02 40s 2s infinite;
}

@keyframes fv_mess01 {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  /* 18% {
    opacity: 1;
  }

  23% {
    opacity: 0;
  } */

  16% {
    opacity: 1;
  }

  21% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fv_mess02 {
  0% {
    opacity: 0;
  }

  28% {
    opacity: 0;
  }

  33% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  /* 48% {
    opacity: 0;
  } */

  45% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fv_mess03 {
  0% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  54% {
    opacity: 1;
  }

  62% {
    opacity: 1;
  }

  /* 71% {
    opacity: 0;
  } */

  67% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fv_mess04_01 {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  83% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fv_mess04_02 {
  0% {
    opacity: 0;
  }

  83% {
    opacity: 0;
  }

  87% {
    opacity: 1;
  }

  91% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media(max-width:1334px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .top-main {
    padding-top: 80px;
  }
}

@media(max-width:600px) {
  .top-fv__slide-mess {
    font-size: 5vw;
    white-space: nowrap;
  }


  .top-fv__slide-mess01 {
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .top-fv__slide-mess02 {
    top: 20%;
    right: 6%;
    transform: translate(0, -50%);
    text-align: end;
  }

  .top-fv__slide-mess03 {
    bottom: 10%;
    left: 10%;
    transform: translate(0, -50%);
  }

  .top-fv__slide-mess04-01 {
    font-size: 5vw;
    top: 30%;
    right: 6%;
    transform: translate(-50%, -50%);
    text-align: end;
  }

  .top-fv__slide-mess04-02 {
    font-size: 10vw;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media(max-width:500px) {
  .top-main {
    padding-top: 50px;
  }
}

.top-company {
  padding-top: 100px;
}

.top-company__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.top-company__txt {
  margin: 40px 0 50px;
}

@media(max-width:1334px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .top-company {
    padding-top: 0;
  }

  .top-company__txt {
    margin: 25px 0 30px;
  }
}

@media(max-width:500px) {}

.top-product__inner {
  display: flex;
}

.top-product__img-area {
  position: relative;
  width: 50%;
}

img.top-product__img {
  height: 100%;
  object-fit: cover;
}

.top-product__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-product__cont {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px 4% 60px 4%;
  background: #f0f0f0;
}

.top-product__txt {
  margin-bottom: 40px;
}

@media(max-width:1334px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .top-product {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .top-product__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .top-product__img-area {
    position: relative;
    width: 100%;
  }

  .top-product__cont {
    width: 100%;
    padding: 30px 5% 60px;
  }
  html {
    scroll-padding-top: 80px;
  }
}

@media(max-width:500px) {}

.top-news__ttl {
  text-align: center;
}

.top-news__list {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}

.top-news__item {
  display: flex;
  gap: 25px;
  line-height: 2.5;
  border-bottom: 1px solid #646464;
  padding: 10px 0;
}

@media(max-width:1334px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .top-news__item {
    line-height: 2.2;
  }
}

@media(max-width:500px) {

  .top-news__list {
    margin-top: 5px;
  }

  .top-news__item {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 20px 0;
  }
}

.top-link {
  /* background-color: #f0f0f0; */
  background-color: #fff;
}

.pb0 {
  padding-bottom: 0 !important;
}

.top-link__inner {
  display: flex;
  justify-content: space-between;
}

.top-link__btn01 {
  background-color: #646464;
}

@media(max-width:1334px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .top-link__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }

}

@media(max-width:500px) {
  .top-link__inner {
    gap: 10px;
  }
}

.footer {
  background-color: #fff;
}

.footer-top {
  background-color: #008bd5;
  padding: 50px 0;
}

.footer-top__inner {
  display: flex;
  justify-content: space-between;
}

.footer-nav__list-area {
  display: flex;
}

.footer-nav__list-wrap {
  position: relative;
  border-left: 2px solid #fff;
  padding: 0 40px;
}

.footer-nav__list-wrap:first-of-type {
  border-left: none;
  padding: 0 40px 0 0;
}

.footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  /* line-height: 1.8; */
}

.footer-top__r {
  display: flex;
  align-items: end;
  gap: 20px;
}

.footer-top__address {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}

.footer-top__address01 {
  display: flex;
  align-items: center;
  gap: 0.2em;
  margin-bottom: 0.2em;
}

.footer-nav__insta-link {
  width: 50px;
}

.footer-bottom {
  background-color: #0078D4;
  padding: 25px 0;
}


/* inner 1200 */
@media(max-width:1334px) {}

@media(max-width:1120px) {
  .footer-top__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between;
  }
}

@media(max-width:834px) {
  .footer-nav__list-wrap {
    padding: 0 30px;
  }

  .footer-top__address01-02 {
    font-size: 2.8rem;
  }
}

@media(max-width:650px) {
  .footer-nav__list-area {
    display: flex;
    flex-direction: column;
  }

  .footer-nav__list-wrap {
    border-left: none;
    border-top: 1px solid #fff;
    padding: 15px 0;
  }

  .footer-nav__list-wrap:first-of-type {
    border-top: none;
    padding: 0px 0 15px;
  }

  .footer-nav__insta-link {
    width: 40px;
  }
}

@media(max-width:500px) {

  .footer-top__inner {
    width: 85%;
  }

  .footer-bottom {
    padding: 18px 0;
  }
}

@media(max-width:400px) {}

.under-main {
  padding-top: 125px;
}

/* inner 1200 */
@media(max-width:1334px) {
  .under-main {
    padding-top: 100px;
  }
}

@media(max-width:834px) {
  .under-main {
    padding-top: 80px;
  }
}

@media(max-width:500px) {
  .under-main {
    padding-top: 50px;
  }
}

.under-fv {
  position: relative;
  width: 100%;
  height: 150px;
  background: #008bd5;
  border-bottom: 8px solid #646464;
}

.under-fv__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.under-fv__ttl {
  display: block;
  color: #fff;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-align: center;
}

@media(max-width:1334px) {
  .under-fv__ttl {
    font-size: 3rem;
  }
}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .under-fv__ttl {
    font-size: 2.5rem;
  }
}

@media(max-width:600px) {
  .under-fv {
    height: 100px;
    border-bottom: 5px solid #646464;
  }

  .under-fv__ttl-en {
    font-size: 1.5rem;
  }
}

@media(max-width:359px) {}


.under-fv02 {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.under-fv02__img {
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

img.under-fv02__img.left {
  object-position: center left;
}

.under-fv02__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.under-fv02__ttl-img {
  width: 250px;
}

.under-fv02__ttl-en {
  white-space: nowrap;
  opacity: 0.2;
  color: #000;
}

.under-fv02__ttl-jp {
  position: relative;
  z-index: 2;
  letter-spacing: 0.4em;
  margin-top: -40px;
  transform: translate(0.4em, 0);
}

@media(max-width:834px) {
  .under-fv02__ttl-img {
    width: 150px;
  }

  .under-fv02__ttl-jp {
    font-size: 2.5rem;
    margin-top: -20px;
  }

  .product-body .under-fv02__ttl-en {
    opacity: 0.2;
    color: #fff;
  }
}

@media(max-width:500px) {
  .under-fv02 {
    width: 100%;
    height: 200px;
  }

  .under-fv02__ttl {
    white-space: nowrap;
    font-size: 3rem;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .under-fv02__ttl-img {
    width: 100px;
  }
}

@media(max-width:359px) {}


.under__ttl {
  margin-bottom: 50px;
}

@media(max-width:834px) {
  .under__ttl {
    font-size: 2.3rem;
    margin-bottom: 30px;
  }
}

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

.company-message__img-wrap {
  margin-top: 40px;
}

.company-data__dl {
  display: flex;
  flex-wrap: wrap;
}

.company-data__dt {
  width: 200px;
  text-align: center;
  background-color: #f0f0f0;
  border-top: 1px solid #646464;
  padding: 20px 0;
}

.company-data__dd {
  width: calc(100% - 200px);
  border-top: 1px solid #646464;
  padding: 20px 0 20px 40px;
}

.company-data__dt:last-of-type,
.company-data__dd:last-of-type {
  border-bottom: 1px solid #646464;
}

.company-map {}

.company-map__area {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width:1334px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .company-message__name .f32 {
    font-size: 2.4rem;
  }
}

@media(max-width:600px) {

  .company-data__dl {
    display: flex;
    flex-wrap: wrap;
  }

  .company-data__dt {
    width: 100%;
    text-align: start;
    border-top: 1px solid #646464;
    padding: 15px 0 15px 25px;
  }

  .company-data__dd {
    width: 100%;
    border-top: none;
    padding: 15px 0 15px 25px;
  }

  .company-data__dt:last-of-type {
    border-bottom: none;
  }

  .company-map__area iframe {
    height: 300px;
  }
}

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

.product-custom__txt01 {
  margin: 35px auto 25px;
}

.product-intro__link {
  display: block;
  width: 570px;
  max-width: 100%;
  margin: 0 auto;
}

.product-intro__link01 {
  margin: 50px auto 140px;
}

@media(max-width:1334px) {}

@media(max-width:1000px) {}

@media(max-width:600px) {
  .product-intro__link01 {
    margin: 50px auto 30px;
  }
}

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

.shitaba-lineup__mess {
  margin: 30px 0 50px;
}

.shitaba-lineup__list {
  display: flex;
}

.shitaba-lineup__item {
  width: 50%;
}

.shitaba-lineup__item-img__area {
  position: relative;
  background-color: #f0f0f0;
}

img.shitaba-lineup__item-img {
  object-fit: cover;
  height: 100%;
}

.shitaba-lineup__item-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #008bd5;
  text-align: center;
  width: 400px;
  max-width: 90%;
  height: 80px;
  line-height: 72px;
}

.shitaba-lineup__item-txt {
  text-align: center;
  background-color: #f0f0f0;
  padding: 40px 0 50px;
}

.shitaba-lineup__btn {
  margin: 90px auto 0;
}

@media(max-width:1334px) {
  .shitaba-lineup__item-ttl {
    width: 380px;
    max-width: 90%;
    height: 70px;
    line-height: 62px;
  }
}

@media(max-width:1000px) {
  .shitaba-lineup__item-ttl {
    width: 360px;
    max-width: 85%;
    height: 60px;
    line-height: 52px;
  }
}

@media(max-width:834px) {
  .shitaba-lineup__list {
    display: flex;
    flex-direction: column;
  }

  .shitaba-lineup__item {
    width: 100%;
  }
}

@media(max-width:500px) {
  .shitaba-lineup__mess {
    margin: 20px 0 40px;
  }

  .shitaba-lineup__item-ttl {
    width: 300px;
    max-width: 85%;
    height: 50px;
    line-height: 42px;
  }

  .shitaba-lineup__btn {
    margin: 50px auto 0;
  }
}

@media(max-width:359px) {}

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



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

.faq-cont__txt {
  margin-bottom: 70px;
}

.faq-cont__dl {}

.faq-cont__dt {
  position: relative;
  padding: 20px 20px 20px 70px;
  background-color: #f5f5f5;
  margin-top: 25px;
}

.faq-cont__dd {
  position: relative;
  padding: 20px 20px 20px 70px;
}

.faq-cont__dt::before,
.faq-cont__dd::before {
  position: absolute;
  top: 3px;
  left: 22px;
  content: 'Q';
  color: #008bd5;
  font-size: 3.4rem;
  font-weight: 600;
}

.faq-cont__dd::before {
  content: 'A';
  color: #fa4646;
  font-size: 3.4rem;
  font-weight: 600;
}

@media(max-width:1334px) {}

@media(max-width:834px) {
  .faq-cont__txt {
    margin-bottom: 40px;
  }
}

@media(max-width:500px) {}

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

.privacy-cont {
  padding-bottom: 150px;
}

.privacy-cont__ttl {
  margin: 30px auto;
}

.privacy-cont__item-ttl {
  margin-top: 30px;
  margin-bottom: 5px;
}

.privacy-cont__detail-ttl {
  position: relative;
  padding-left: 1em;
  margin-top: 30px;
  margin-bottom: 5px;
}

.privacy-cont__detail-ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -49%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #646464;
}

.privacy-cont__detail-item {
  position: relative;
  padding-left: 1em;
  margin-top: 0.5em;
}

.privacy-cont__detail-item::before {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0.4em;
  transform: translate(0, -49%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #646464;
}

@media(max-width:1334px) {
  .privacy-cont {
    padding-bottom: 8vw;
  }
}

@media(max-width:834px) {
  .privacy-cont {
    padding-bottom: 60px;
  }
}

@media(max-width:500px) {}

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

@media(max-width:1334px) {}

@media(max-width:1000px) {}

@media(max-width:500px) {}