@charset "UTF-8";
/* @include m.tpc {

} */
/* ============common
=============================================== */
html {
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

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

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

a {
  text-decoration: none;
}

a:hover {
  opacity: 1.1;
}

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

.flex {
  display: flex;
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

.tab-br {
  display: none;
}
@media (max-width: 768px) {
  .tab-br {
    display: block;
  }
}

.sspc-br {
  display: none;
}
@media (max-width: 440px) {
  .sspc-br {
    display: block;
  }
}

@media (max-width: 440px) {
  .non-sspc-br {
    display: none;
  }
}

/* フォント */
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-rounded-1c-extrabold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

/* Noto Sans JP */
.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*  */
.paytone-one-regular {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Karantina */
.karantina-light {
  font-family: "Karantina", system-ui;
  font-weight: 300;
  font-style: normal;
}

.karantina-regular {
  font-family: "Karantina", system-ui;
  font-weight: 400;
  font-style: normal;
}

.karantina-bold {
  font-family: "Karantina", system-ui;
  font-weight: 700;
  font-style: normal;
}

/* Zen Kurenaido */
.zen-kurenaido-regular {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.base-bg0 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../image/main-bg0.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -100;
}
.base-bg0 .base-bgi {
  position: fixed;
  bottom: 0;
  left: 5%;
  width: auto;
  height: 85%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  filter: drop-shadow(0px 13px 18px rgba(0, 0, 0, 0.3));
}
@media (max-width: 440px) {
  .base-bg0 .base-bgi {
    left: 0;
    height: 60%;
  }
}

/* ============index.css
=============================================== */
header {
  background-image: url(../image/top-acse.png);
  background-size: cover;
  padding: 15% 5% 13%;
}
@media (max-width: 440px) {
  header {
    background-size: 200%;
    padding: 45% 0 15%;
    height: 100vh;
  }
}
header .top-icon {
  width: 17%;
  bottom: 6%;
  left: 6%;
  filter: drop-shadow(0px 0px 7px rgba(228, 228, 228, 0.5));
}
@media (max-width: 440px) {
  header .top-icon {
    width: 35%;
    bottom: 25%;
    right: 5%;
    left: auto;
  }
}
header .header-area {
  width: 55%;
  margin: 0 5% 0 auto;
}
@media (max-width: 440px) {
  header .header-area {
    width: 95%;
    margin: 0 auto;
  }
}
header .header-area h1 {
  font-size: 4.5vw;
  z-index: 10;
  text-align: center;
  width: 100%;
  color: #000;
  text-shadow: 1px 1px 0 #000000, -1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000;
  filter: drop-shadow(3px 3px 0px rgba(243, 243, 243, 0.7));
}
@media (max-width: 440px) {
  header .header-area h1 {
    font-size: 36px;
  }
}
header .header-area img {
  display: block;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  width: 80%;
  z-index: -1;
}
@media (max-width: 440px) {
  header .header-area img {
    width: 90%;
  }
}
header .header-area h2 {
  padding: 30px 20px 65px;
  width: 100%;
  margin: 0 auto 0 5%;
  font-size: 2.2vw;
}
@media (max-width: 440px) {
  header .header-area h2 {
    font-size: 20px;
    margin: 0 auto;
    text-align: end;
    padding: 35px 20px 25px;
  }
}
header .header-area .orange-btn {
  display: flex;
  justify-content: center;
  width: 40%;
  min-width: 260px;
  padding: 12px 10px;
  background-color: #F59E0B;
  margin: 0 auto;
  color: #000;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
@media (max-width: 440px) {
  header .header-area .orange-btn {
    position: absolute;
    width: 30%;
    font-size: 15px;
    padding: 12px 8px;
    min-width: 240px;
    right: 3%;
    bottom: 15%;
  }
}

/* ============section1
=============================================== */
#section1 {
  padding: 60px 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -20;
}
#section1 h2 {
  text-align: center;
  filter: drop-shadow(3px 3px 0px rgba(243, 243, 243, 0.7));
  position: relative;
  padding-bottom: 5px;
}
@media (max-width: 1100px) {
  #section1 h2 {
    font-size: 20px;
  }
}
#section1 .sec1-inner {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #section1 .sec1-inner {
    width: 92%;
  }
}
@media (max-width: 440px) {
  #section1 .sec1-inner {
    width: 92%;
  }
}
#section1 .sec1-inner .sec1-item {
  background-color: rgba(62, 91, 175, 0.7);
  color: #fff;
  padding: 15px 20px;
  margin: 20px auto;
  font-size: 1.3rem;
  align-items: center;
}
@media (max-width: 768px) {
  #section1 .sec1-inner .sec1-item {
    padding: 15px 9px 15px 13px;
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  #section1 .sec1-inner .sec1-item {
    padding: 15px 13px;
    font-size: 16px;
  }
}
#section1 .sec1-inner .sec1-item img {
  display: block;
  width: 35px;
}
@media (max-width: 440px) {
  #section1 .sec1-inner .sec1-item img {
    width: 32px;
    height: 27px;
  }
}
#section1 .sec1-inner .sec1-item p {
  padding-left: 14px;
}

/* ============section2
=============================================== */
#section2 {
  background-color: #ffffff;
  padding-top: 40px;
}
@media (max-width: 768px) {
  #section2 .sec2-inner {
    flex-direction: column-reverse;
  }
}
#section2 .sec2-inner .sec2-left {
  width: 40%;
  margin-top: auto;
  filter: drop-shadow(10px 0px 0px #fcee29);
}
@media (max-width: 1100px) {
  #section2 .sec2-inner .sec2-left {
    width: 45%;
  }
}
@media (max-width: 768px) {
  #section2 .sec2-inner .sec2-left {
    width: 70%;
  }
}
#section2 .sec2-inner .sec2-right {
  width: 45%;
  margin: 5% auto;
}
@media (max-width: 1100px) {
  #section2 .sec2-inner .sec2-right {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #section2 .sec2-inner .sec2-right {
    width: 80%;
    margin: 5% auto 0;
  }
}
@media (max-width: 440px) {
  #section2 .sec2-inner .sec2-right {
    width: 96%;
    margin: 5% auto 0;
  }
}
#section2 .sec2-inner .sec2-right h2 {
  text-align: center;
  margin-bottom: 20px;
  filter: drop-shadow(2px 2px 0px rgba(255, 255, 255, 0.7));
  border-bottom: 4px solid #fcee29;
}
#section2 .sec2-inner .sec2-right p {
  padding: 15px;
  font-size: 1.15rem;
  line-height: 1.6;
  letter-spacing: 0.125rem;
}
@media (max-width: 768px) {
  #section2 .sec2-inner .sec2-right p {
    padding: 15px 15px 0;
    font-size: 17px;
  }
}
@media (max-width: 440px) {
  #section2 .sec2-inner .sec2-right p {
    padding: 15px 15px 0;
    font-size: 16px;
  }
}

/* ============section3
=============================================== */
#section3 {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 0 30px;
}
#section3 h2 {
  text-align: center;
}
@media (max-width: 440px) {
  #section3 h2 {
    font-size: 22px;
  }
}
#section3 .sec3-inner {
  width: 85%;
  margin: 30px auto;
}
@media (max-width: 768px) {
  #section3 .sec3-inner {
    width: 92%;
  }
}
@media (max-width: 440px) {
  #section3 .sec3-inner {
    width: 92%;
  }
}
#section3 .sec3-inner .sec3-item {
  border-top: 1px solid #000;
  padding: 25px 20px 25px 33px;
  align-items: center;
}
@media (max-width: 768px) {
  #section3 .sec3-inner .sec3-item {
    padding: 18px 13px 18px 17px;
  }
}
@media (max-width: 440px) {
  #section3 .sec3-inner .sec3-item {
    padding: 15px 10px 15px 15px;
  }
}
#section3 .sec3-inner .sec3-item .sec3-no {
  font-size: 90px;
  -webkit-text-stroke: 2px #000;
  text-shadow: -3px 3px 0 #daed0b;
  color: rgba(0, 0, 0, 0);
  font-family: "Karantina", system-ui;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  #section3 .sec3-inner .sec3-item .sec3-no {
    font-size: 80px;
    -webkit-text-stroke: 1px #000;
  }
}
@media (max-width: 440px) {
  #section3 .sec3-inner .sec3-item .sec3-no {
    font-size: 70px;
    -webkit-text-stroke: 1px #000;
  }
}
#section3 .sec3-inner .sec3-item .sec3-text {
  padding-left: 25px;
}
@media (max-width: 768px) {
  #section3 .sec3-inner .sec3-item .sec3-text {
    padding-left: 17px;
  }
}
#section3 .sec3-inner .sec3-item .sec3-text h3 {
  font-size: 1.6rem;
  font-weight: bolder;
}
@media (max-width: 440px) {
  #section3 .sec3-inner .sec3-item .sec3-text h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 440px) {
  #section3 .sec3-inner .sec3-item .sec3-text h3 {
    font-size: 1.45rem;
  }
}
#section3 .sec3-inner .sec3-item .sec3-text p {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  #section3 .sec3-inner .sec3-item .sec3-text p {
    font-size: 17px;
  }
}
@media (max-width: 440px) {
  #section3 .sec3-inner .sec3-item .sec3-text p {
    font-size: 16px;
  }
}

/* ============section4
=============================================== */
#section4 {
  background-color: rgba(234, 255, 4, 0.8);
  padding: 60px 0 50px;
}
@media (max-width: 440px) {
  #section4 {
    padding: 60px 10px 50px;
  }
}
#section4 h2 {
  text-align: center;
  background-color: rgba(3, 3, 3, 0.737254902);
  padding: 10px 0;
  color: rgba(234, 255, 4, 0.9);
  font-size: 1.4rem;
  filter: drop-shadow(4px 4px 0px rgba(235, 235, 235, 0.5));
  text-shadow: 2px 2px 0px rgba(194, 194, 194, 0.6274509804);
}
#section4 h3 {
  background-color: rgba(245, 159, 11, 0.7960784314);
  display: flex;
  justify-content: center;
  width: 470px;
  font-size: 1.35rem;
  margin: 25px auto 35px;
  text-align: center;
  padding: 10px 15px;
  border-radius: 10px;
  filter: drop-shadow(4px 4px 0px rgba(194, 191, 188, 0.5));
  text-shadow: 1px 1px 3px #f6f6f6;
}
@media (max-width: 768px) {
  #section4 h3 {
    width: 360px;
    text-align: center;
  }
}
@media (max-width: 440px) {
  #section4 h3 {
    width: 80%;
    text-align: center;
  }
}
#section4 p {
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 2.1rem;
  font-size: 1.125rem;
}
@media (max-width: 440px) {
  #section4 p {
    font-size: 16px;
    padding: 0 2px;
  }
}

/* ============section5
=============================================== */
#section5 {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 60px 0 30px;
  display: none;
}
#section5 h2 {
  text-align: center;
  margin-bottom: 20px;
}
#section5 .flex {
  width: 90%;
  margin: 20px auto;
  justify-content: center;
}
@media (max-width: 1100px) {
  #section5 .flex {
    width: 97%;
    justify-content: space-evenly;
  }
}
@media (max-width: 440px) {
  #section5 .flex {
    flex-direction: column;
  }
}
#section5 .flex .video {
  width: 24%;
  height: auto;
}
@media (max-width: 1100px) {
  #section5 .flex .video {
    padding: 35px 0;
    width: 40%;
  }
}
@media (max-width: 440px) {
  #section5 .flex .video {
    width: 75%;
    margin: 0 auto;
    padding: 25px 0;
  }
}
#section5 .flex .video video {
  width: 100%;
}
#section5 .flex .sec5-text {
  margin-left: 5%;
  width: 36%;
  padding: 35px 25px;
  line-height: 2.2rem;
  font-size: 1.125rem;
}
@media (max-width: 1100px) {
  #section5 .flex .sec5-text {
    width: 45%;
    padding: 0 0 35px 0;
    margin-left: 0;
    margin-top: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 440px) {
  #section5 .flex .sec5-text {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 15px 0;
    font-size: 16px;
  }
}

/* ============section6
=============================================== */
#section6 {
  padding: 60px 0 30px;
}
#section6 h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.3));
  font-size: 26px;
}
@media (max-width: 440px) {
  #section6 h2 {
    margin-bottom: 40px;
  }
}
#section6 .sec6-text-area {
  background-color: rgba(243, 243, 243, 0.9);
  width: 70%;
  margin: 0 auto;
  padding: 60px 30px;
}
@media (max-width: 440px) {
  #section6 .sec6-text-area {
    width: 90%;
    padding: 45px 15px 20px;
  }
}
#section6 .sec6-text-area img {
  width: 50%;
  display: block;
  margin: 0 auto;
  /* min-width: 700px; */
}
@media (max-width: 440px) {
  #section6 .sec6-text-area img {
    width: 90%;
  }
}
#section6 .sec6-text-area h3 {
  text-align: center;
  padding-top: 10px;
}
#section6 .sec6-text-area p {
  display: block;
  width: 75%;
  margin: 20px auto;
  font-size: 18px;
  line-height: 1.9rem;
}
@media (max-width: 440px) {
  #section6 .sec6-text-area p {
    width: 100%;
    font-size: 17px;
  }
}
#section6 .sec6-text-area h4 {
  top: 9%;
  left: 15%;
  transform: rotate(-21deg);
  text-align: center;
  font-size: 18px;
  background-color: #fbfbf8;
  box-shadow: 4px 4px 0 #fcee29;
  padding: 5px 10px;
}
@media (max-width: 440px) {
  #section6 .sec6-text-area h4 {
    top: 5px;
    left: -12px;
    font-size: 16px;
  }
}

/* ============section7
=============================================== */
#section7 {
  background-color: rgb(255, 255, 255);
  padding: 60px 0 60px;
}
#section7 h2 {
  text-align: center;
  margin-bottom: 25px;
}
#section7 h3 {
  text-align: center;
  font-size: 1.35rem;
  margin-bottom: 30px;
}
@media (max-width: 440px) {
  #section7 h3 {
    font-size: 18px;
  }
}
#section7 .text-item {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 10px;
  align-items: center;
}
#section7 .text-item img {
  width: 30px;
}
@media (max-width: 440px) {
  #section7 .text-item img {
    margin-right: 10px;
  }
}
#section7 .text-item p {
  font-size: 1.15rem;
}
@media (max-width: 440px) {
  #section7 .text-item p {
    font-size: 18px;
  }
}
#section7 p {
  text-align: center;
  font-size: 1.15rem;
}
#section7 .sec7-text {
  margin-top: 35px;
}

/* ============section8
=============================================== */
#section8 {
  background-color: rgba(62, 91, 175, 0.8);
  padding: 60px 0 30px;
}
#section8 h2 {
  text-align: center;
  color: #fff;
}
#section8 .sec8-inner {
  width: 85%;
  margin: 30px auto;
}
@media (max-width: 768px) {
  #section8 .sec8-inner {
    width: 92%;
  }
}
@media (max-width: 440px) {
  #section8 .sec8-inner {
    width: 95%;
  }
}
#section8 .sec8-inner .sec8-item {
  padding: 25px 20px;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #section8 .sec8-inner .sec8-item {
    width: 85%;
    padding: 20px 10px;
  }
}
@media (max-width: 440px) {
  #section8 .sec8-inner .sec8-item {
    width: 95%;
    padding: 20px 5px 20px 5px;
  }
}
#section8 .sec8-inner .sec8-item .sec8-no {
  font-size: 90px;
  -webkit-text-stroke: 2px #000;
  text-shadow: -3px 3px 0 #EAFF04;
  color: rgba(0, 0, 0, 0);
  font-family: "Karantina", system-ui;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 768px) {
  #section8 .sec8-inner .sec8-item .sec8-no {
    font-size: 80px;
    -webkit-text-stroke: 1px #000;
  }
}
@media (max-width: 440px) {
  #section8 .sec8-inner .sec8-item .sec8-no {
    font-size: 70px;
  }
}
#section8 .sec8-inner .sec8-item .sec8-text {
  padding-left: 15px;
}
@media (max-width: 440px) {
  #section8 .sec8-inner .sec8-item .sec8-text {
    padding-left: 5px;
  }
}
#section8 .sec8-inner .sec8-item .sec8-text h3 {
  font-size: 1.6rem;
  font-weight: bolder;
  padding-left: 5px;
  color: #f3f3f3;
}
@media (max-width: 440px) {
  #section8 .sec8-inner .sec8-item .sec8-text h3 {
    font-size: 1.25rem;
  }
}
#section8 .sec8-inner .sec8-item .sec8-text p {
  font-size: 1.125rem;
  padding-left: 5px;
  color: #f3f3f3;
}
@media (max-width: 440px) {
  #section8 .sec8-inner .sec8-item .sec8-text p {
    font-size: 15px;
  }
}
#section8 .sec8-inner .sec8-1 {
  margin-left: 4%;
}
@media (max-width: 768px) {
  #section8 .sec8-inner .sec8-1 {
    margin-left: 2%;
  }
}
@media (max-width: 440px) {
  #section8 .sec8-inner .sec8-1 {
    margin-left: 0;
  }
}
#section8 .sec8-inner .sec8-1 div .orange-btn {
  display: flex;
  justify-content: center;
  width: 80%;
  padding: 8px 8px;
  background-color: #F59E0B;
  margin: 4px auto;
  color: #000;
  margin-top: 6px;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
#section8 .sec8-inner .sec8-2 {
  margin-left: 15%;
}
@media (max-width: 768px) {
  #section8 .sec8-inner .sec8-2 {
    margin-left: 5%;
  }
}
@media (max-width: 440px) {
  #section8 .sec8-inner .sec8-2 {
    margin-left: 2%;
  }
}
#section8 .sec8-inner .sec8-3 {
  margin-left: 26%;
}
@media (max-width: 768px) {
  #section8 .sec8-inner .sec8-3 {
    margin-left: 8%;
  }
}
@media (max-width: 440px) {
  #section8 .sec8-inner .sec8-3 {
    margin-left: 4%;
  }
}
#section8 .sec8-inner .sec8-4 {
  margin-left: 37%;
}
@media (max-width: 768px) {
  #section8 .sec8-inner .sec8-4 {
    margin-left: 11%;
  }
}
@media (max-width: 440px) {
  #section8 .sec8-inner .sec8-4 {
    margin-left: 6%;
  }
}

/* ============section9
=============================================== */
#section9 {
  background-color: #eaeaea;
  padding: 60px 0;
}
#section9 h2 {
  text-align: center;
  margin-bottom: 25px;
}
#section9 h3 {
  text-align: center;
  font-size: 1.35rem;
  margin-bottom: 45px;
}
@media (max-width: 440px) {
  #section9 h3 {
    font-size: 18px;
  }
}
#section9 .sec9-text-item {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 15px;
}
#section9 .sec9-text-item img {
  width: 30px;
}
#section9 .sec9-text-item p {
  font-size: 1.1rem;
  /* background: linear-gradient(transparent 50%, #FBBF24 50%); */
}
#section9 .end-text {
  text-align: center;
  margin: 40px auto 15px;
}
@media (max-width: 440px) {
  #section9 .end-text {
    margin: 55px auto 20px;
  }
}
#section9 .orange-btn {
  display: flex;
  justify-content: center;
  width: 25%;
  max-width: 350px;
  padding: 12px 10px;
  background-color: #F59E0B;
  margin: 0 auto;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
  color: #000;
}
@media (max-width: 440px) {
  #section9 .orange-btn {
    width: 65%;
  }
}

/* ============ footer
=============================================== */
footer {
  background-color: #fff;
}
footer .footer-flex {
  width: 80%;
  margin: 0 auto;
  justify-content: center;
  display: none;
}
@media (max-width: 440px) {
  footer .footer-flex {
    width: 95%;
    flex-direction: column;
  }
}
footer .footer-flex .footer-logo {
  width: 30%;
}
@media (max-width: 440px) {
  footer .footer-flex .footer-logo {
    width: 100%;
  }
}
footer .footer-flex .footer-logo img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
footer .footer-flex .footer-company {
  flex-wrap: wrap;
  width: 30%;
  margin: auto 0;
}
@media (max-width: 440px) {
  footer .footer-flex .footer-company {
    width: 100%;
    margin: 20px auto;
    justify-content: center;
  }
}
footer .footer-flex .footer-company .dt {
  flex-direction: column;
  padding: 20px 20px;
}
footer .footer-flex .footer-company .dt p {
  padding-bottom: 5px;
}
footer .footer-flex .footer-company .dd {
  flex-direction: column;
  padding-top: 20px;
}
footer .footer-flex .footer-company .dd p {
  padding-bottom: 5px;
}
footer small {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

/* 下からふわっ fade-up */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.2s ease;
}

.fade-up.animated {
  opacity: 1;
  transform: translateY(0);
}

/* 右からシュッ slide-in-right */
/* .slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 1.2s ease;
    max-width: 100%;
    box-sizing: border-box;
  }
  .slide-in-right.animated {
    opacity: 1;
    transform: translateX(0);
  } */
.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  margin-left: 30px;
  transition: all 0.9s ease;
}

.slide-in-right.animated {
  opacity: 1;
  margin-left: 0;
  transform: translateX(0);
}

/* キラッと光る shine */
.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
  transform: skewX(-20deg);
}

.shine.animated::before {
  -webkit-animation: shine 1.5s ease-in-out forwards;
          animation: shine 1.5s ease-in-out forwards;
}

@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
/* 線が左から出てくる underline-animate */
.underline-animate {
  background: linear-gradient(transparent 50%, #FBBF24 50%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}

.underline-animate.animated {
  background-size: 100% 100%;
}

/*  文章が1行ずつ浮かび上がる text-float */
.text-float {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.9s ease;
}

.text-float.animated {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .fade-up {
    transform: translateY(20px);
    transition: all 1.1s ease;
  }
  .slide-in-right {
    transform: translateX(6px);
    transition: all 1.2s ease;
  }
  .text-float {
    transform: translateY(15px);
    transition: all 0.9s ease;
  }
  .shine::before {
    width: 80%;
  }
  .underline-animate {
    background-size: 0% 100%;
  }
}
/*# sourceMappingURL=style.css.map */