@charset "utf-8";

.events-none {
  pointer-events: none;
}

a:link {
  text-decoration: underline;
  color: #fff;
}

a:visited {
  text-decoration: underline;
  color: #fff;
}

a:hover {
  text-decoration: underline;
  color: #82000d;
}

.wrap {
  width: 100%;
  font-feature-settings: "palt";
  font-family: 'Oswald', sans-serif;
}

.header {
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.webp .header {
  background-image: url(../img/pc/top_bg.webp);
}

.no-webp .header {
  background-image: url(../img/pc/top_bg.png);
}

.header_inner {
  position: relative;
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_inner::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.top_cut {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.top_logo {
  width: 66%;
}

.top_whats {
  position: absolute;
  width: 30%;
  top: 40%;
  left: -10%;
}

.top_question {
  position: absolute;
  width: 30%;
  top: 40%;
  right: 0%;
}

.top_question_tai {
  position: absolute;
  width: 30%;
  top: 49%;
  right: -3%;
}

.top_question_ids {
  position: absolute;
  width: 30%;
  top: 40%;
  right: -5%;
}

.bg_black {
  color: #fff;
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #000;
}

.bg_white {
  color: #000;
  background-position: center left;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}

.webp .bg_1 {
  background-image: url(../img/pc/bg_1.webp);
}

.no-webp .bg_1 {
  background-image: url(../img/pc/bg_1.png);
}

.webp .bg_2 {
  background-image: url(../img/pc/bg_2.webp);
}

.no-webp .bg_2 {
  background-image: url(../img/pc/bg_2.png);
}

.webp .bg_3 {
  background-image: url(../img/pc/bg_3.webp);
}

.no-webp .bg_3 {
  background-image: url(../img/pc/bg_3.png);
}

.content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0;
  overflow: hidden;
}

.content-2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0 1rem;
  overflow: hidden;
}

.cut_1 {
  position: absolute;
  width: 34%;
  max-width: 580px;
  bottom: 0;
  left: 2%;
}

.cut_2 {
  position: absolute;
  width: 42%;
  max-width: 1000px;
  top: 2%;
  right: 2%;
}

.cut_3 {
  position: absolute;
  width: 36%;
  max-width: 750px;
  top: 2%;
  left: 0;
}

.cut_5 {
  position: absolute;
  width: 34%;
  max-width: 600px;
  bottom: -20%;
  left: -2%;
}

.cut_6 {
  position: absolute;
  width: 34%;
  max-width: 600px;
  bottom: -15%;
  right: -2%;
}

.inner {
  position: relative;
  width: 64%;
  margin: 0 auto;
  z-index: 10;
}

h1 {
  font-size: min(48px, 3vw);
  font-weight: 600;
  padding: 0 0 1rem;
}

h1.french {
  font-size: min(42px, 2.8vw);
}

.text_right {
  padding: 0 0 0 16%;
}

.text_left {
  padding: 0 16% 0 0;
}

.inner p {
  position: relative;
  font-size: min(24px, 1.6vw);
  font-weight: 300;
  z-index: 10;
}

.mb {
  margin: 0 0 1em;
}

.inner p span {
  font-size: min(32px, 2.2vw);
  font-weight: 600;
}

.red_t {
  color: #e7160c;
}

.inner p.naruto {
  font-size: min(28px, 2vw);
  font-weight: 600;
}

.naruto_image {
  position: relative;
  width: 100%;
  margin: 1rem 0 0;
  text-align: right;
  z-index: 10;
}

.naruto_image img {
  width: 38%;
  padding: 0 14% 0 0;
}

.letter {
  position: absolute;
  bottom: 5%;
  left: 26%;
  transform: rotate(-10deg);
  width: 40%;
  max-width: 360px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
}

.letter::before {
  content: "";
  display: block;
  padding-top: 58%;
}

.letter p {
  width: 76%;
  color: #000;
  font-size: min(1.6vw, 28px);
  font-family: 'Shadows Into Light', cursive;
}

.letter p.grm {
  width: 80%;
  color: #000;
  font-size: min(1.4vw, 24px);
  line-height: 1.4;
  font-family: 'Shadows Into Light', cursive;
}

.letter p.frc {
  width: 80%;
  color: #000;
  font-size: min(1.5vw, 26px);
  line-height: 1.4;
  font-family: 'Shadows Into Light', cursive;
}

.letter p.rsa {
  width: 80%;
  color: #000;
  font-size: min(1.8vw, 32px);
  line-height: 1.4;
  font-family: 'Caveat', cursive;
}

.letter p.vtm {
  width: 80%;
  color: #000;
  font-size: min(1.6vw, 28px);
  line-height: 1.4;
  font-family: 'Oooh Baby', cursive;
}

.letter p.tai {
  width: 80%;
  color: #000;
  font-size: min(1.6vw, 28px);
  line-height: 1.6;
  font-family: 'Mali', cursive;
}

.webp .letter {
  background-image: url(../img/pc/letter.webp);
}

.no-webp .letter {
  background-image: url(../img/pc/letter.png);
}

.app {
  width: 100%;
  text-align: center;
}

.app p {
  font-size: min(36px, 2.4vw);
  font-weight: 600;
}

.app p span {
  font-size: min(48px, 3vw);
}

.bnr {
  width: 60%;
  margin: 2rem auto 0;
}

.social {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 2rem;
}

.social_item {
  width: 80px;
  padding: 0 20px;
}

.copy {
  width: 100%;
  padding: 0 0 4rem;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

.footer {
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  background-color: #000;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .pc_display {
    display: none;
  }

  .webp .header {
    background-image: url(../img/sp/top_bg.webp);
  }

  .no-webp .header {
    background-image: url(../img/sp/top_bg.png);
  }

  .header_inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .header_inner::before {
    padding-top: 128%;
  }

  .top_cut {
    width: 104%;
    top: 0;
    left: -2%;
  }

  .top_logo {
    width: 76%;
    padding: 8% 0 0;
  }

  .top_whats {
    width: 40%;
    top: 23%;
    left: 28%;
  }

  .top_question {
    width: 40%;
    top: 52.5%;
    right: 0;
  }

  .top_question_tai {
    width: 30%;
    top: 56%;
    right: -1%;
  }

  .top_question_ids {
    width: 40%;
    top: 54%;
    right: -5%;
  }

  .bg_black {
    background-position: top right;
    background-size: 100% auto;
  }

  .bg_white {
    background-position: top left;
    background-size: 100% auto;
  }

  .webp .bg_1 {
    background-image: url(../img/sp/bg_1.webp);
  }

  .no-webp .bg_1 {
    background-image: url(../img/sp/bg_1.png);
  }

  .webp .bg_2 {
    background-image: url(../img/sp/bg_2.webp);
  }

  .no-webp .bg_2 {
    background-image: url(../img/sp/bg_2.png);
  }

  .webp .bg_3 {
    background-image: url(../img/sp/bg_3.webp);
  }

  .no-webp .bg_3 {
    background-image: url(../img/sp/bg_3.png);
  }

  .content {
    padding: 2rem 0 0;
  }

  .content-2 {
    padding: 2rem 0 0;
  }

  .cut_1 {
    position: relative;
    width: 66%;
    margin: 2rem auto 0;
  }

  .cut_2 {
    position: relative;
    width: 80%;
    margin: 2rem auto 0;
  }

  .cut_3 {
    position: relative;
    width: 70%;
    margin: 0 auto;
  }

  .cut_5 {
    position: absolute;
    width: 55%;
    bottom: -5%;
    left: -2%;
  }

  .cut_6 {
    position: absolute;
    width: 55%;
    bottom: -7%;
    right: -2%;
  }

  .inner {
    width: 90%;
    margin: 0 auto;
  }

  h1 {
    padding: 0;
    font-size: min(32px, 7.8vw);
  }

  .text_right {
    padding: 0;
  }

  .text_left {
    padding: 0
  }

  .inner p {
    font-size: min(24px, 4.5vw);
  }

  .inner p span {
    font-size: min(30px, 6vw);
  }

  .inner p.naruto {
    font-size: min(30px, 6vw);
  }

  .naruto_image {
    margin: 0 0 0;
  }

  .naruto_image img {
    width: 42%;
    padding: 0 0 0 0;
  }

  .letter {
    bottom: 0;
    left: 0;
    width: 66%;
  }

  .letter::before {
    padding-top: 60%;
  }

  .letter p {
    width: 80%;
    font-size: 4vw;
    line-height: 1.4;
  }

  .webp .letter {
    background-image: url(../img/sp/letter.webp);
  }

  .no-webp .letter {
    background-image: url(../img/sp/letter.png);
  }

  .app {
    padding: 0 0 66%;
  }

  .app p {
    font-size: min(28px, 5.5vw);
  }

  .app p span {
    font-size: min(40px, 7.6vw);
  }

  .bnr {
    width: 100%;
    margin: 1rem auto;
  }

  .social {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2rem;
  }

  .social_item {
    width: 75px;
    padding: 0 20px;
  }

  .copy {
    padding: 0;
  }

  .footer {
    padding: 3rem 0;
  }


}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp_display {
    display: none;
  }

  .header_inner {
    width: 80%;
  }

  .content {
    padding: 4rem 0;
  }

  .content-2 {
    padding: 4rem 0 1rem;
  }

  .inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 10;
  }

  .text_right {
    padding: 0 0 0 30%;
  }

  .text_left {
    padding: 0 30% 0 0;
  }

  h1 {
    font-size: min(52px, 3.4vw);
  }

  .inner p {
    font-size: min(28px, 2vw);
    font-weight: 300;
  }

  .inner p span {
    font-size: min(40px, 3vw);
    font-weight: 600;
  }

  .letter {
    position: absolute;
    bottom: 7%;
    left: 33%;
    transform: rotate(-10deg);
    width: 36%;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
  }

  .letter p {
    font-size: 1.8vw;
  }

  .app p {
    font-size: min(48px, 3vw);
    font-weight: 600;
  }

  .app p span {
    font-size: min(58px, 3.6vw);
  }

  .social_item {
    width: 60px;
  }

}

@media screen and (min-width: 1025px) {
  .sp_display {
    display: none;
  }

  .inner {
    max-width: 1280px;
  }

  .letter {
    max-width: 600px;
  }

  .alpha img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .alpha img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  a.btn_over img {
    -webkit-transition: -weblit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
  }

  a.btn_over img:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
}