html,
body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  scroll-behavior: smooth;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin: 0 auto;
  background-color: #fff;
}

.bold {
  font-weight: 500;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a .no-touch {
  pointer-events: none;
}
a .no-touch .buy {
  text-decoration: none;
}

.animate__animated {
  opacity: 0;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
}
#loading-bg figure {
  width: 40%;
  max-width: 200px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.flex {
  display: flex;
}

.delay_04s {
  animation-delay: 0.4s;
}

.delay_08s {
  animation-delay: 0.8s;
}

.delay_1s {
  animation-delay: 1s;
}

#header {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  z-index: 90;
  width: 100%;
}
#header .logo_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
#header .logo {
  width: 30%;
}
#header .insta {
  width: 20px;
}

.pc_fv {
  display: none;
}

.section_title {
  font-family: "acme-gothic", sans-serif;
  font-weight: 700;
}

.handling {
  font-family: "verveine", sans-serif;
  font-weight: 400;
}

.text {
  line-height: 2;
}

.fv {
  position: relative;
}
.fv h1 {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 90%;
}
.fv .slider {
  line-height: 0;
}

.read {
  background-color: #EAEAEA;
  padding: 40px 0 100px;
}
.read .container {
  width: 92%;
  margin: 0 auto;
}
.read h2 {
  font-size: 32px;
  font-weight: 500;
}
.read p {
  font-size: 12px;
  text-align: left;
  line-height: 2.5;
  padding: 25px 0 60px;
}
.read .bottom_box {
  position: relative;
}
.read ul {
  gap: 10px;
  justify-content: center;
}
.read ul figure {
  margin-left: 10px;
}
.read .number {
  font-family: "acme-gothic", sans-serif;
  padding: 0 0 20px 0;
  font-weight: 700;
  font-size: 22px;
}
.read .text_img {
  position: absolute;
}
.read .text_img.text1 {
  width: 35%;
  left: 0;
  bottom: -40px;
}
.read .text_img.text2 {
  width: 20%;
  top: -15px;
  right: 0;
}

.sec {
  margin: 80px 0 0 0;
}
.sec .container {
  width: 92%;
  margin: 0 auto;
}
.sec h2 {
  font-size: 32px;
  font-family: "acme-gothic", sans-serif;
  font-weight: 700;
  text-align: right;
}
.sec .sub_title {
  font-size: 12px;
  justify-content: space-between;
  border: solid #000;
  border-width: 1px 0 1px 0;
  padding: 10px 0;
  margin: 10px 0 23px;
}
.sec .text {
  font-size: 12px;
  margin-bottom: 25px;
}
.sec .slider_loop .slick-slide {
  margin-right: 10px;
}
.sec .img_wrap .box {
  position: relative;
  margin: 88px 0 0;
}
.sec .img_wrap .box .bg {
  width: 92%;
  height: 98%;
  background-color: #F8BABC;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  z-index: 1;
}
.sec .img_wrap .box figure {
  position: relative;
  width: 92%;
  margin: 0 0 0 auto;
  z-index: 2;
}
.sec .slider_wrap {
  position: relative;
}
.sec .slider_wrap .text {
  position: absolute;
  z-index: 10;
  width: 60%;
  right: 20px;
  top: 30px;
}

#sec2 .slider_wrap .text {
  width: 40%;
}

.slider_flex {
  gap: 15px;
}
.slider_flex .left, .slider_flex .right {
  width: calc(50% - 8px);
}
.slider_flex p {
  color: #39974A;
  font-size: 20px;
  font-family: "verveine", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 10% 0;
}

.slider_top-bottom {
  width: 80%;
  margin: 70px auto 0;
  position: relative;
}
.slider_top-bottom .text {
  position: absolute;
  width: 40%;
  top: -30px;
  left: -20px;
}
.slider_top-bottom ul {
  line-height: 0;
}
.slider_top-bottom ul:nth-child(1) {
  margin-bottom: 10px;
}

.slider_three {
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 5px;
}
.slider_three ul {
  line-height: 0;
}
.slider_three ul:nth-child(1), .slider_three ul:nth-child(2) {
  width: calc(50% - 2.5px);
}
.slider_three ul:nth-child(3) {
  width: 100%;
}

#sec3 .slider_wrap {
  margin-top: 50px;
}
#sec3 .slider_wrap .text {
  top: -20px;
  right: inherit;
  left: 5px;
}

.single {
  width: 65%;
  margin: 0 auto;
}
.single_btn {
  border: 5px solid #59A022;
}
.single .credit {
  width: 80%;
  margin: 20px auto 70px;
}

.slider_train .top {
  position: relative;
  width: 80%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 0;
}
.slider_train .top .text {
  position: absolute;
  width: 60%;
  z-index: 3;
  left: -20%;
  top: -7%;
}
.slider_train .bottom {
  position: relative;
  width: 80%;
  margin: -10% auto 0 0;
  z-index: 1;
}
.slider_train .bottom .text {
  position: absolute;
  width: 55%;
  z-index: 3;
  bottom: 0;
  right: -20%;
}

.credit {
  margin: 20px 0 60px;
}
.credit li {
  margin-bottom: 8px;
}
.credit li:last-child {
  margin-bottom: 0;
}
.credit li a {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .credit li a {
    font-size: 11px;
  }
}
.credit li a span {
  background-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 20px;
}
.credit.flex {
  flex-wrap: wrap;
  gap: 0 30px;
}
.credit.flex li {
  width: calc(50% - 15px);
}

footer .top {
  padding: 120px 0;
  position: relative;
}
footer .top .text {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 20%;
  animation: pikopiko 1s steps(2, start) infinite;
}
footer .top .logo {
  width: 70%;
  margin: 0 auto 70px;
}
footer .top .footer_img {
  width: 15%;
  margin: 0 auto;
}
footer .bottom {
  background-color: #F8BABC;
  padding: 40px 0 47px;
}
footer .bottom a {
  width: 80px;
  margin: 0 auto 30px;
}
footer .bottom .copy {
  font-size: 10px;
  text-align: center;
  color: #fff;
}

@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
.another_wrap .item_li {
  position: relative;
}
.another_wrap .item_li li:nth-child(1) {
  position: absolute;
  z-index: 2;
  font-size: 24px;
  font-family: "acme-gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 8%;
}
.another_wrap .item_li li:nth-child(1):before, .another_wrap .item_li li:nth-child(1):after {
  content: "";
  background-color: #000;
  height: 1px;
  width: 40%;
  position: absolute;
  top: 50%;
}
.another_wrap .item_li li:nth-child(1):before {
  left: -50%;
}
.another_wrap .item_li li:nth-child(1):after {
  right: -50%;
}
.another_wrap .item_li .item {
  position: absolute;
  width: 25%;
}

#sec1 .another_wrap li:nth-child(2) {
  top: 20%;
  left: 6%;
  width: 29%;
}
#sec1 .another_wrap li:nth-child(3) {
  top: 18%;
  left: 53%;
  width: 19%;
}
#sec1 .another_wrap li:nth-child(4) {
  top: 40%;
  left: 30%;
  width: 24%;
}
#sec1 .another_wrap li:nth-child(5) {
  top: 36%;
  left: 70%;
  width: 26%;
}
#sec1 .another_wrap li:nth-child(6) {
  top: 73%;
  left: 10%;
  width: 33%;
}
#sec1 .another_wrap li:nth-child(7) {
  top: 67%;
  left: 52%;
  width: 27%;
}

#sec2 .another_wrap li:nth-child(2) {
  top: 23%;
  left: 8%;
  width: 30%;
}
#sec2 .another_wrap li:nth-child(3) {
  top: 18%;
  left: 45%;
  width: 16%;
}
#sec2 .another_wrap li:nth-child(4) {
  top: 23%;
  left: 65%;
  width: 28%;
}
#sec2 .another_wrap li:nth-child(5) {
  top: 55%;
  left: 10%;
  width: 21%;
}
#sec2 .another_wrap li:nth-child(6) {
  top: 60%;
  left: 37%;
  width: 27%;
}
#sec2 .another_wrap li:nth-child(7) {
  top: 59%;
  left: 68%;
  width: 28%;
}

#sec3 .another_wrap li:nth-child(2) {
  top: 15%;
  left: 8%;
  width: 14%;
}
#sec3 .another_wrap li:nth-child(3) {
  top: 28%;
  left: 25%;
}
#sec3 .another_wrap li:nth-child(4) {
  top: 15%;
  left: 53%;
  width: 17%;
}
#sec3 .another_wrap li:nth-child(5) {
  top: 30%;
  left: 68%;
  width: 26%;
}
#sec3 .another_wrap li:nth-child(6) {
  top: 60%;
  left: 6%;
  width: 25%;
}
#sec3 .another_wrap li:nth-child(7) {
  top: 60%;
  left: 40%;
}
#sec3 .another_wrap li:nth-child(8) {
  top: 64%;
  left: 70%;
  width: 22%;
}

@media screen and (min-width: 769px) {
  header {
    display: none;
  }
  .max {
    position: absolute;
    z-index: 10;
    transform: translate(-50%, 0);
    left: 50%;
    top: 0;
    width: 30%;
    max-width: 375px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    padding: 0 3%;
  }
  .fv {
    display: none;
  }
  .read {
    background-color: #fff;
    padding: 70px 0 0 0;
  }
  .read .bottom_box {
    display: none;
  }
  .pc_fv {
    background-color: #EAEAEA;
    display: block;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100vh;
  }
  .pc_fv .pc_container {
    gap: 40%;
    height: 100vh;
    justify-content: center;
    align-items: center;
  }
  .pc_fv .pc_container .left {
    width: 300px;
    margin: 0 0 0 3%;
  }
  .pc_fv .pc_container .right {
    max-width: 350px;
    width: 30%;
    position: relative;
  }
  .pc_fv .pc_container .right figure {
    position: absolute;
    width: 90%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 5;
  }
  .pc_fv .pc_container .right div {
    margin-bottom: 10px;
  }
  .pc_fv .pc_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .pc_fv .pc_header .logo {
    width: 100px;
  }
  .pc_fv .pc_header .pc_insta {
    width: 30px;
  }
  .pc_fv .content_li li {
    padding: 25px 0 0 0;
  }
  .pc_fv .content_li li a:hover {
    opacity: 1;
  }
  .pc_fv .content_li li a:hover .title {
    background-size: 100% 40%;
  }
  .pc_fv .content_li li .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-family: "acme-gothic", sans-serif;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
  }
  .pc_fv .content_li li .top .num {
    font-size: 24px;
  }
  .pc_fv .content_li li .top .title {
    font-size: 20px;
    display: inline;
    background-image: linear-gradient(90deg, #fff, #fff, #fff);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 40%;
    transition: all 0.8s ease;
    cursor: pointer;
  }
  .pc_fv .content_li li .bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 5px;
  }
  .pc_fv .content_li li .text {
    font-size: 11px;
  }
  .pc_fv .img_wrap {
    display: flex;
    gap: 20px;
    position: relative;
    width: 60%;
    margin: 80px auto 0;
  }
  .pc_fv .img_wrap li:nth-child(4), .pc_fv .img_wrap li:nth-child(5) {
    position: absolute;
    width: 40%;
  }
  .pc_fv .img_wrap li:nth-child(4) {
    bottom: -35px;
    left: -30px;
  }
  .pc_fv .img_wrap li:nth-child(5) {
    width: 30%;
    top: -30px;
    right: -30px;
  }
  .pc_fv figure {
    width: 50%;
    margin: -20px auto 0;
  }
  .fv .insta {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */