@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
:root {
  --primary-color: #072142;
  --color-white: #ffffff;
  --color-gray: #F7F7F7;
  --color-gray2: #F5F5F5;
  --color-gray3: #E0E0E0;
  --color-gray4: #777;
  --color-gray5: #a5a5a5;
  --color-gray6: #d9d9d9;
  --color-gray7: #373B4D;
  --color-gray8: #222;
  --color-pink: #DA0F4D;
  --color-pink2: #FF447D;
  --color-lightpink: #FFEFEF;
  --color-red: #FE0000;
  --color-red2: #c00;
  --color-blue: #0FA0DA;
  --color-blue2: #038DC3;
  --color-lightblue: #EBF9FF;
  --color-lightblue2: #E6EFF6;
  --color-darkblue: #064981;
  --font-primary: "source-han-sans-japanese", sans-serif;
  --font-secondary: "Noto Sans JP", sans-serif;
  --font-sanscjk: "noto-sans-cjk-jp", sans-serif;
  --font-josefin: "Josefin Sans", sans-serif;
  --font-sourcesans: "Source Sans 3", sans-serif;
  --font-gothic: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
      "MS PGothic", Sans-Serif;
}

* {
  box-sizing: border-box;
}

/* フォント・文字サイズ指定
-------------------------------------------------------------*/
html {
  font-size: 10px;
}

body {
  font-family: var(--font-primary) !important;
  font-size: 1.4rem;
  color: var(--primary-color);
  line-height: 1.5;
  position: relative;
  font-weight: 500;
  background-color: var(--color-gray);
}

.b-o {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

iframe {
  max-width: 100%;
  vertical-align: middle;
}

picture {
  display: block;
  max-width: 100%;
}

.only-pc {
  display: inline !important;
}

.only-pc.db {
  display: block !important;
}

.only-pc.df {
  display: flex !important;
}

.only-pc.i-df {
  display: inline-flex !important;
}

.only-sp {
  display: none !important;
}

.only-sp.db {
  display: none !important;
}

.only-sp.df {
  display: none !important;
}

.only-lg {
  display: flex !important;
}

@media (max-width: 991px) {
  .only-lg {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
  .only-pc.db {
    display: none !important;
  }
  .only-pc.df {
    display: none !important;
  }
  .only-pc.i-df {
    display: none !important;
  }
  .only-sp {
    display: inline !important;
  }
  .only-sp.db {
    display: block !important;
  }
  .only-sp.df {
    display: flex !important;
  }
  .only-sp.i-df {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none;
}

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

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.section {
  padding-block: 100px;
}
@media (max-width: 767px) {
  .section {
    padding-block: 60px;
  }
}

.header {
  position: relative;
  z-index: 1;
}

.header__menu-toggle {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header__menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 1001;
    padding: 0 12.5px;
    background-color: #5081A5;
    border-radius: 8px;
    height: 50px;
  }
}
.header__menu-toggle span {
  display: block;
  height: 3px;
  background: #FFFFFF;
  transition: 0.3s;
  width: 25px;
}

/* Animate to X */
.header__menu-toggle.header__menu-toggle--active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 7px);
}

.header__menu-toggle.header__menu-toggle--active span:nth-child(2) {
  opacity: 0;
}

.header__menu-toggle.header__menu-toggle--active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -7px);
}

.section__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .section__header {
    margin-bottom: 40px;
  }
}

.section__header-eng {
  text-align: center;
  font-family: var(--font-josefin);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 3.84px;
}
@media (max-width: 767px) {
  .section__header-eng {
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 3.12px;
  }
}
.section__header-eng.white {
  color: var(--color-white);
}

.section__header-jp {
  text-align: center;
  font-family: var(--font-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 1.92px;
}
@media (max-width: 767px) {
  .section__header-jp {
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 1.36px;
  }
}
.section__header-jp.white {
  color: var(--color-white);
}

.sharelink__button {
  max-width: 370px;
  width: 100%;
}
@media (max-width: 767px) {
  .sharelink__button {
    max-width: 343px;
  }
}

.c-btn-primary {
  position: relative;
  padding: 21px 34px 21px 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: var(--color-white);
  font-family: var(--font-josefin);
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  border: unset;
  transition: transform 0.5s ease, box-shadow 0.3s ease;
  transform-origin: center center;
  background-color: var(--color-pink);
  border-radius: 60px;
}
@media (max-width: 767px) {
  .c-btn-primary {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 18px 42px 18px 50px;
  }
}
.c-btn-primary img {
  width: 38px;
  height: 38px;
}
@media (max-width: 767px) {
  .c-btn-primary img {
    width: 34px;
    height: 34px;
  }
}

.c-btn-primary .txt {
  margin-top: 4px;
}

.c-btn-primary:hover {
  transform: scaleY(1.1);
  box-shadow: -6px 19px 54px -23px rgba(218, 15, 77, 0.58);
  -webkit-box-shadow: -6px 19px 54px -23px rgba(218, 15, 77, 0.58);
  -moz-box-shadow: -6px 19px 54px -23px rgba(218, 15, 77, 0.58);
}

.header__container {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 40px;
}

/* Hamburger (SP) */
.header__menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  border: none;
  background: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #DA0F4D;
}

.header__menu-bar {
  width: 22px;
  height: 2px;
  background-color: var(--color-white);
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.nav__list {
  list-style: none;
  display: flex;
  gap: 16px;
  margin: 0;
  padding-block: 11.5px;
}

.nav__link {
  color: var(--primary-color);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  transition: all 0.25s ease;
  padding: 4px;
}

.nav__link:hover {
  color: var(--color-pink);
}

.nav__item--cta .nav__link--cta {
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-sourcesans);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding: 11px 20px;
  background-color: var(--color-pink);
  border-radius: 58px;
}

.nav__item--cta {
  transition: transform 0.5s ease, box-shadow 0.3s ease;
  transform-origin: center center scaleY(1);
}

.nav__item--cta .nav__link--cta:hover {
  box-shadow: -6px 19px 54px -23px rgba(218, 15, 77, 0.58);
}

.nav__item--cta:hover {
  transform: scaleY(1.1);
}

@media (max-width: 991px) {
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 8px 8px 16px;
  }
  .header__menu-toggle {
    display: flex;
  }
  .nav {
    display: none;
    width: 100%;
    background: var(--color-gray);
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: -1;
  }
  .nav--open {
    display: block;
  }
  .nav__list {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 80px 0 16px 0;
  }
  .nav__item--cta .nav__link--cta {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    width: 100%;
    margin-inline: auto;
  }
}
.footer {
  background-color: var(--primary-color);
  padding-block: 80px 24px;
}
.footer__logo {
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 20px;
}
.footer__powered {
  color: #FFF;
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.56px;
  text-align: center;
}
.footer__contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: var(--color-white);
  margin-block: 80px;
}
@media (max-width: 767px) {
  .footer__contents {
    padding-inline: 15px;
    margin-block: 30px;
  }
}
.footer__title {
  padding-right: 60px;
  font-family: var(--font-secondary);
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 1.92px;
}
@media (max-width: 767px) {
  .footer__title {
    padding-right: 20px;
    flex-shrink: 0;
    font-size: 18px;
  }
}
.footer__disclaimer {
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.56px;
  padding-left: 60px;
  border-left: 1px solid var(--color-white);
}
@media (max-width: 767px) {
  .footer__disclaimer {
    padding-left: 20px;
  }
}
.footer__item {
  text-indent: -15px;
}
.footer__copyright {
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.56px;
  text-align: center;
}

.animation {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.animated {
  transform: translateY(2em);
}

.animated.animate {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=common.css.map */