@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
import.scss
-----------------------*/
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

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

ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input, button, textarea, select {
  margin: 0;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-weight: normal;
}

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

p {
  margin: 0;
}

:-moz-placeholder-shown {
  color: #8a8a8a;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: block;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table {
  display: table;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.is-fixed {
  display: none;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  position: relative;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
body.manga {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
}

a:hover {
  opacity: 0.7;
}

.img {
  position: relative;
}
.img .btn,
.img .btn02 {
  position: absolute;
}

.inner {
  width: 100rem;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner {
    width: 90%;
  }
}
@media (max-width: 750px) {
  .inner {
    width: 90%;
  }
}

.header {
  padding: 2rem 0 2.8rem;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background: #fff;
  z-index: 99999;
}
@media (max-width: 750px) {
  .header {
    padding: 1rem 0 2rem;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: #fff;
    z-index: 99999;
  }
}
.header .inner > .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .header .inner > .flex {
    gap: 2rem;
  }
}
.header .flex-left {
  width: 10%;
}
.header .flex-left h1 img {
  vertical-align: middle;
}
.header .flex-right {
  width: 70%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .header .flex-right {
    width: 85%;
    gap: 1rem;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
.header .flex-right .list {
  width: 68%;
}
@media (max-width: 750px) {
  .header .flex-right .list {
    width: 85%;
  }
}
@media (max-width: 750px) {
  .header .flex-right .list ul.flex {
    margin-top: 1rem;
  }
}
.header .flex-right .list ul.flex li {
  width: 33%;
}
.header .flex-right .list ul.flex li:nth-child(2) {
  position: relative;
}
.header .flex-right .list ul.flex li:nth-child(2):before, .header .flex-right .list ul.flex li:nth-child(2):after {
  position: absolute;
  content: "";
  top: 35%;
  height: 3rem;
}
@media (max-width: 750px) {
  .header .flex-right .list ul.flex li:nth-child(2):before, .header .flex-right .list ul.flex li:nth-child(2):after {
    height: 1.5rem;
  }
}
.header .flex-right .list ul.flex li:nth-child(2)::before {
  border-left: 0.1rem solid #000;
  left: 0;
}
.header .flex-right .list ul.flex li:nth-child(2)::after {
  border-right: 0.1rem solid #000;
  right: 0;
}
.header .flex-right .list ul.flex li a {
  font-size: 1.6rem;
  height: 7.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header .flex-right .list ul.flex li a {
    font-size: 1.8vw;
  }
}
@media (max-width: 750px) {
  .header .flex-right .list ul.flex li a {
    font-size: 2.8vw;
    height: 3.8rem;
  }
}
.header .flex-right .list ul.flex li a img {
  max-width: 85px;
  -webkit-animation: skew 2.3s linear infinite;
          animation: skew 2.3s linear infinite;
}
@media (max-width: 750px) {
  .header .flex-right .list ul.flex li a img {
    max-width: 40px;
  }
}
.header .flex-right .btn {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@-webkit-keyframes skew {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(5deg, 4.2deg);
            transform: skew(5deg, 4.2deg);
  }
  10% {
    -webkit-transform: skew(-4deg, -3deg);
            transform: skew(-4deg, -3deg);
  }
  15% {
    -webkit-transform: skew(3deg, 2.2deg);
            transform: skew(3deg, 2.2deg);
  }
  20% {
    -webkit-transform: skew(-2deg, -1.5deg);
            transform: skew(-2deg, -1.5deg);
  }
  25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
            transform: skew(0.9deg, 0.9deg);
  }
  30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
  40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
            transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
            transform: skew(0.1deg, 0.1deg);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
}

@keyframes skew {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(5deg, 4.2deg);
            transform: skew(5deg, 4.2deg);
  }
  10% {
    -webkit-transform: skew(-4deg, -3deg);
            transform: skew(-4deg, -3deg);
  }
  15% {
    -webkit-transform: skew(3deg, 2.2deg);
            transform: skew(3deg, 2.2deg);
  }
  20% {
    -webkit-transform: skew(-2deg, -1.5deg);
            transform: skew(-2deg, -1.5deg);
  }
  25% {
    -webkit-transform: skew(0.9deg, 0.9deg);
            transform: skew(0.9deg, 0.9deg);
  }
  30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
  40% {
    -webkit-transform: skew(-0.2deg, -0.2deg);
            transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    -webkit-transform: skew(0.1deg, 0.1deg);
            transform: skew(0.1deg, 0.1deg);
  }
  50% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
}
.mainv {
  background: url(../img/mainv-bg.png) no-repeat 50% 0%/cover;
  padding: 19rem 0 5rem;
}
@media (max-width: 750px) {
  .mainv {
    padding: 0;
    background: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mainv .inner {
    width: 100%;
  }
  .mainv .img img {
    width: 90%;
  }
}
.mainv .img .btn {
  left: 8.3%;
  bottom: 8%;
}
@media (max-width: 750px) {
  .mainv .img .btn {
    left: 0%;
    right: 0;
    margin: 0 auto;
    bottom: inherit;
    text-align: center;
    top: 26.2%;
  }
}
.mainv .img .btn img {
  max-width: 35rem;
}
@media (max-width: 750px) {
  .mainv .img .btn img {
    max-width: 30rem;
  }
}
@media (max-width: 750px) {
  .mainv .img .btn02 {
    left: 0%;
    right: 0;
    margin: 0 auto;
    bottom: inherit;
    text-align: center;
    bottom: 6.2%;
  }
  .mainv .img .btn02 img {
    max-width: 35rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .mainv .img .btn02 img {
    max-width: 30rem;
  }
}

section {
  background: url(../img/content-bg.png) no-repeat 50% 50%/cover;
}

#cta {
  padding: 3.5rem 0;
}
@media (max-width: 750px) {
  #cta {
    padding: 0;
  }
}
#cta .btn {
  max-width: 35rem;
  width: 35rem;
  bottom: 24%;
  right: 18%;
}

#point {
  padding: 3rem 0;
}
@media (max-width: 750px) {
  #point {
    padding: 0;
  }
}
#point .img02 .btn {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10%;
}
@media (max-width: 750px) {
  #point .btn {
    left: 0%;
    right: 0;
    margin: 0 auto;
    bottom: inherit;
    text-align: center;
    bottom: 38.6%;
  }
  #point .btn img {
    max-width: 30rem;
  }
}

#try {
  background: #fff;
  padding: 8rem 0 7rem;
}
@media (max-width: 750px) {
  #try {
    padding: 0;
  }
  #try .btn {
    left: 0%;
    right: 0;
    margin: 0 auto;
    bottom: inherit;
    text-align: center;
    bottom: 26%;
  }
  #try .btn img {
    max-width: 30rem;
  }
}

#cta02 {
  padding: 5.5rem 0 11.5rem;
}
@media (max-width: 750px) {
  #cta02 {
    padding: 0;
  }
}
#cta02 .img img {
  width: 100%;
}
#cta02 .btn {
  left: 1%;
  bottom: 4%;
}

#detail {
  padding-bottom: 3.5rem;
}
@media (max-width: 750px) {
  #detail {
    padding: 0 0 90px;
  }
}

.footer {
  padding: 4rem 0 6rem;
  border-top: 0.1rem solid #000;
}
@media (max-width: 750px) {
  .footer {
    padding: 0 90px;
    display: none;
  }
}

.fixed {
  position: fixed;
  bottom: 5%;
  right: 0%;
}
@media (max-width: 750px) {
  .fixed {
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
  }
}
.fixed a img {
  width: 300px;
}
@media (max-width: 750px) {
  .fixed a img {
    width: 100%;
  }
}

.fixed2 {
  position: fixed;
  bottom: 5%;
  right: 0%;
}
@media (max-width: 750px) {
  .fixed2 {
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
  }
}
.fixed2 a {
  -webkit-animation: mochimochi 3s infinite;
          animation: mochimochi 3s infinite;
}
@media (max-width: 750px) {
  .fixed2 a {
    -webkit-animation: none;
            animation: none;
  }
}
.fixed2 a img {
  width: 300px;
}
@media (max-width: 750px) {
  .fixed2 a img {
    width: 100%;
  }
}
@-webkit-keyframes mochimochi {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes mochimochi {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media (max-width: 750px) {
  .fixed2 a.reflection {
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .fixed2 a.reflection::before {
    content: "";
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
  }
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}