@charset "UTF-8";
/*color*/
/*==================================================
* Reset
==================================================*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

*, ::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

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

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

input {
  border-radius: 0; }

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

button {
  overflow: visible; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button, select {
  text-transform: none; }

button, input, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/*select{-moz-appearance:none;-webkit-appearance:none}*/
select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio, canvas, progress, video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

/*==================================================
* Basic
==================================================*/
html {
  font-size: 62.5%;
  font-size: 10px; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.625;
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.4rem; } }

*, h1, h2, h3, h4, h5, p {
  padding: 0;
  margin: 0;
  font-size: inherit; }

h1, h2, h3, h4 {
  line-height: 1.25;
  letter-spacing: .1rem; }

ul, li {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s; }

a:hover {
  opacity: .8; }

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

input, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  border: 1px solid #aaa;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin: 8px 0 16px; }

input[type="radio"] {
  border: none;
  width: inherit;
  max-width: 100%;
  padding: 0; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*==================================================
* layouters
==================================================*/
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important; } }

.alignleft {
  float: left;
  margin-right: 1.25rem;
  max-width: 50%; }

.alignright {
  float: right;
  margin-left: 1.25rem;
  max-width: 50%; }

.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.ib {
  display: inline-block !important;
  vertical-align: middle; }

.block {
  display: block !important; }

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.lh-0 {
  line-height: 0 !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-125 {
  line-height: 1.25 !important; }

.lh-15 {
  line-height: 1.5 !important; }

.lh-2 {
  line-height: 2 !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-05 {
  margin: 0.25rem !important; }

.mt-05,
.my-05 {
  margin-top: 0.25rem !important; }

.mr-05,
.mx-05 {
  margin-right: 0.25rem !important; }

.mb-05,
.my-05 {
  margin-bottom: 0.25rem !important; }

.ml-05,
.mx-05 {
  margin-left: 0.25rem !important; }

.m-1 {
  margin: 0.5rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.5rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important; }

.m-2 {
  margin: 1rem !important; }

.mt-2,
.my-2 {
  margin-top: 1rem !important; }

.mr-2,
.mx-2 {
  margin-right: 1rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 1rem !important; }

.ml-2,
.mx-2 {
  margin-left: 1rem !important; }

.m-3 {
  margin: 1.5rem !important; }

.mt-3,
.my-3 {
  margin-top: 1.5rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1.5rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1.5rem !important; }

.m-4 {
  margin: 2rem !important; }

.mt-4,
.my-4 {
  margin-top: 2rem !important; }

.mr-4,
.mx-4 {
  margin-right: 2rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 2rem !important; }

.ml-4,
.mx-4 {
  margin-left: 2rem !important; }

.m-5 {
  margin: 2.5rem !important; }

.mt-5,
.my-5 {
  margin-top: 2.5rem !important; }

.mr-5,
.mx-5 {
  margin-right: 2.5rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 2.5rem !important; }

.ml-5,
.mx-5 {
  margin-left: 2.5rem !important; }

.m-6 {
  margin: 3rem !important; }

.mt-6,
.my-6 {
  margin-top: 3rem !important; }

.mr-6,
.mx-6 {
  margin-right: 3rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 3rem !important; }

.ml-6,
.mx-6 {
  margin-left: 3rem !important; }

.m-7 {
  margin: 3.5rem !important; }

.mt-7,
.my-7 {
  margin-top: 3.5rem !important; }

.mr-7,
.mx-7 {
  margin-right: 3.5rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 3.5rem !important; }

.ml-7,
.mx-7 {
  margin-left: 3.5rem !important; }

.m-8 {
  margin: 4rem !important; }

.mt-8,
.my-8 {
  margin-top: 4rem !important; }

.mr-8,
.mx-8 {
  margin-right: 4rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 4rem !important; }

.ml-8,
.mx-8 {
  margin-left: 4rem !important; }

.m-9 {
  margin: 4.5rem !important; }

.mt-9,
.my-9 {
  margin-top: 4.5rem !important; }

.mr-9,
.mx-9 {
  margin-right: 4.5rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 4.5rem !important; }

.ml-9,
.mx-9 {
  margin-left: 4.5rem !important; }

.m-10 {
  margin: 5rem !important; }

.mt-10,
.my-10 {
  margin-top: 5rem !important; }

.mr-10,
.mx-10 {
  margin-right: 5rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 5rem !important; }

.ml-10,
.mx-10 {
  margin-left: 5rem !important; }

.m-11 {
  margin: 5.5rem !important; }

.mt-11,
.my-11 {
  margin-top: 5.5rem !important; }

.mr-11,
.mx-11 {
  margin-right: 5.5rem !important; }

.mb-11,
.my-11 {
  margin-bottom: 5.5rem !important; }

.ml-11,
.mx-11 {
  margin-left: 5.5rem !important; }

.m-12 {
  margin: 6rem !important; }

.mt-12,
.my-12 {
  margin-top: 6rem !important; }

.mr-12,
.mx-12 {
  margin-right: 6rem !important; }

.mb-12,
.my-12 {
  margin-bottom: 6rem !important; }

.ml-12,
.mx-12 {
  margin-left: 6rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-05 {
  padding: 0.25rem !important; }

.pt-05,
.py-05 {
  padding-top: 0.25rem !important; }

.pr-05,
.px-05 {
  padding-right: 0.25rem !important; }

.pb-05,
.py-05 {
  padding-bottom: 0.25rem !important; }

.pl-05,
.px-05 {
  padding-left: 0.25rem !important; }

.p-1 {
  padding: 0.5rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.5rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.5rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.5rem !important; }

.p-2 {
  padding: 1rem !important; }

.pt-2,
.py-2 {
  padding-top: 1rem !important; }

.pr-2,
.px-2 {
  padding-right: 1rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 1rem !important; }

.pl-2,
.px-2 {
  padding-left: 1rem !important; }

.p-3 {
  padding: 1.5rem !important; }

.pt-3,
.py-3 {
  padding-top: 1.5rem !important; }

.pr-3,
.px-3 {
  padding-right: 1.5rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important; }

.pl-3,
.px-3 {
  padding-left: 1.5rem !important; }

.p-4 {
  padding: 2rem !important; }

.pt-4,
.py-4 {
  padding-top: 2rem !important; }

.pr-4,
.px-4 {
  padding-right: 2rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 2rem !important; }

.pl-4,
.px-4 {
  padding-left: 2rem !important; }

.p-5 {
  padding: 2.5rem !important; }

.pt-5,
.py-5 {
  padding-top: 2.5rem !important; }

.pr-5,
.px-5 {
  padding-right: 2.5rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 2.5rem !important; }

.pl-5,
.px-5 {
  padding-left: 2.5rem !important; }

.p-6 {
  padding: 3rem !important; }

.pt-6,
.py-6 {
  padding-top: 3rem !important; }

.pr-6,
.px-6 {
  padding-right: 3rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 3rem !important; }

.pl-6,
.px-6 {
  padding-left: 3rem !important; }

.p-7 {
  padding: 3.5rem !important; }

.pt-7,
.py-7 {
  padding-top: 3.5rem !important; }

.pr-7,
.px-7 {
  padding-right: 3.5rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 3.5rem !important; }

.pl-7,
.px-7 {
  padding-left: 3.5rem !important; }

.p-8 {
  padding: 4rem !important; }

.pt-8,
.py-8 {
  padding-top: 4rem !important; }

.pr-8,
.px-8 {
  padding-right: 4rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 4rem !important; }

.pl-8,
.px-8 {
  padding-left: 4rem !important; }

.p-9 {
  padding: 4.5rem !important; }

.pt-9,
.py-9 {
  padding-top: 4.5rem !important; }

.pr-9,
.px-9 {
  padding-right: 4.5rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 4.5rem !important; }

.pl-9,
.px-9 {
  padding-left: 4.5rem !important; }

.p-10 {
  padding: 5rem !important; }

.pt-10,
.py-10 {
  padding-top: 5rem !important; }

.pr-10,
.px-10 {
  padding-right: 5rem !important; }

.pb-10,
.py-10 {
  padding-bottom: 5rem !important; }

.pl-10,
.px-10 {
  padding-left: 5rem !important; }

.p-11 {
  padding: 5.5rem !important; }

.pt-11,
.py-11 {
  padding-top: 5.5rem !important; }

.pr-11,
.px-11 {
  padding-right: 5.5rem !important; }

.pb-11,
.py-11 {
  padding-bottom: 5.5rem !important; }

.pl-11,
.px-11 {
  padding-left: 5.5rem !important; }

.p-12 {
  padding: 6rem !important; }

.pt-12,
.py-12 {
  padding-top: 6rem !important; }

.pr-12,
.px-12 {
  padding-right: 6rem !important; }

.pb-12,
.py-12 {
  padding-bottom: 6rem !important; }

.pl-12,
.px-12 {
  padding-left: 6rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

.sepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sepper .sepper__box {
    margin-top: 4rem; }
  .sepper .sepper__box--2 {
    width: calc( 100% / 2); }
  .sepper .sepper__box {
    margin-top: 4rem; }
  .sepper .sepper__box--3 {
    width: calc( 100% / 3); }
  .sepper .sepper__box {
    margin-top: 4rem; }
  .sepper .sepper__box--4 {
    width: calc( 100% / 4); }

@media screen and (max-width: 768px) and (min-width: 769px) {
  .sepper .sepper__box--2,
  .sepper .sepper__box--3,
  .sepper .sepper__box--4 {
    width: calc( 100% / 2);
    margin-top: 3rem; }
    .sepper .sepper__box--2:nth-child(-n+2),
    .sepper .sepper__box--3:nth-child(-n+2),
    .sepper .sepper__box--4:nth-child(-n+2) {
      margin-top: 0; }
    .sepper .sepper__box--2:nth-child(odd),
    .sepper .sepper__box--3:nth-child(odd),
    .sepper .sepper__box--4:nth-child(odd) {
      padding-right: 2rem; }
    .sepper .sepper__box--2:nth-child(even),
    .sepper .sepper__box--3:nth-child(even),
    .sepper .sepper__box--4:nth-child(even) {
      padding-left: 2rem; } }
  @media screen and (max-width: 768px) {
    .sepper .sepper__box--2,
    .sepper .sepper__box--3,
    .sepper .sepper__box--4 {
      width: 100%;
      margin-top: 2rem;
      padding-left: 0;
      padding-right: 0 !important; }
      .sepper .sepper__box--2:first-child,
      .sepper .sepper__box--3:first-child,
      .sepper .sepper__box--4:first-child {
        margin-top: 0; } }
  @media screen and (min-width: 769px) {
    .sepper .sepper__box--2:nth-child(-n+2) {
      margin-top: 0; }
    .sepper .sepper__box--2:nth-child(odd) {
      padding-right: 2rem; }
    .sepper .sepper__box--2:nth-child(even) {
      padding-left: 2rem; } }
  @media screen and (min-width: 769px) {
    .sepper .sepper__box--3:nth-child(-n+3) {
      margin-top: 0; }
    .sepper .sepper__box--3:nth-child(3n+1) {
      padding-right: 2.666rem; }
    .sepper .sepper__box--3:nth-child(3n+2) {
      padding-left: 1.333rem;
      padding-right: 1.333rem; }
    .sepper .sepper__box--3:nth-child(3n) {
      padding-left: 2.666rem; } }
  @media screen and (min-width: 769px) {
    .sepper .sepper__box--4:nth-child(-n+4) {
      margin-top: 0; }
    .sepper .sepper__box--4:nth-child(4n+1) {
      padding-right: 4rem; }
    .sepper .sepper__box--4:nth-child(4n+2) {
      padding-left: 1rem;
      padding-right: 2rem; }
    .sepper .sepper__box--4:nth-child(4n+3) {
      padding-left: 2rem;
      padding-right: 1rem; }
    .sepper .sepper__box--4:nth-child(4n) {
      padding-left: 3rem; } }

/*==================================================
* various
==================================================*/
p {
  margin-bottom: 1rem; }
  p:last-child {
    margin-bottom: 0; }

strong {
  font-weight: bold;
  font-size: 100%; }

.font-mincho {
  font-family: "Times New Roman" ,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }

.font-goth {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

.font-xxl {
  font-size: 5.2rem; }

.font-xl {
  font-size: 3.2rem; }

.font-lg {
  font-size: 2.4rem; }

.font-md {
  font-size: 1.6rem; }

.font-sm {
  font-size: 1.4rem; }

.font-xs {
  font-size: 1.2rem; }

@media screen and (max-width: 768px) {
  .font-xxl {
    font-size: 4rem; }
  .font-xl {
    font-size: 2.6rem; }
  .font-lg {
    font-size: 2rem; }
  .font-md {
    font-size: 1.4rem; }
  .font-sm {
    font-size: 1.2rem; }
  .font-xs {
    font-size: 1rem; } }

.font-normal {
  font-weight: normal !important; }

.font-bold {
  font-weight: bold !important; }

.text-shadow {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5); }

.bg-w {
  background: #fff !important; }

.bg-bk {
  background: #000 !important; }

.bg-g {
  background: #f3f3f3 !important; }

.box-shadow {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25); }

.border {
  border: 1px solid #ff005e; }

.bb-1 {
  border-bottom: 1px solid #ccc; }

.bt-1 {
  border-top: 1px solid #ccc; }

.b-n {
  border: none !important; }

/*==================================================
* basic module
==================================================*/
.wrapper {
  position: relative; }

.main {
  margin-top: 64px;
  position: relative;
  z-index: 1;
  overflow: hidden; }

.inner {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 768px) {
    .inner {
      padding-left: 3%;
      padding-right: 3%;
      overflow: hidden; } }
  .inner--lg {
    max-width: 1200px; }
  .inner--sm {
    max-width: 830px; }

/*==================================================
* header
==================================================*/
.header {
  z-index: 5;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff; }
  .header__logo {
    max-width: 336px;
    margin-right: 20px; }
  @media screen and (min-width: 769px) {
    .header {
      padding: 20px 40px; } }
  @media screen and (max-width: 768px) {
    .header {
      padding: 5px 10px;
      height: 64px; }
      .header__logo {
        max-width: 200px; }
        .header__logo img {
          max-height: 54px; } }

.menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  overflow: hidden;
  z-index: 20; }
  @media screen and (min-width: 769px) {
    .menu-btn {
      display: none; } }
  .menu-btn__btn {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #ff005e;
    text-align: center;
    -webkit-touch-callout: none; }
  .menu-btn__icon, .menu-btn__icon:before, .menu-btn__icon:after {
    position: relative;
    display: block;
    width: 32px;
    height: 3px;
    margin: auto;
    margin-top: -2px;
    background: #fff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
  .menu-btn__icon {
    top: 32px; }
  .menu-btn__icon:before, .menu-btn__icon:after {
    position: absolute;
    content: "";
    top: auto;
    margin-top: 0;
    left: 0; }
  .menu-btn__icon:before {
    top: -10px; }
  .menu-btn__icon:after {
    bottom: -10px; }

.opened-nav .menu-btn__icon {
  background: none; }

.opened-nav .menu-btn__icon:before, .opened-nav .menu-btn__icon:after {
  top: 0;
  bottom: 0; }

.opened-nav .menu-btn__icon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.opened-nav .menu-btn__icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/*==================================================
* Menu
==================================================*/
#main-menu {
  position: relative;
  text-align: center;
  line-height: 1.25;
  letter-spacing: .1rem;
  z-index: 10; }
  @media screen and (min-width: 769px) {
    #main-menu {
      display: block !important; }
      #main-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #main-menu ul li {
          display: table;
          height: 100%; }
          #main-menu ul li a {
            display: table-cell;
            vertical-align: middle;
            font-size: 1.6rem;
            font-weight: bold;
            padding: 0 2.5rem; } }
  @media screen and (max-width: 768px) {
    #main-menu {
      display: none;
      position: fixed;
      width: 100%;
      top: 64px;
      left: 0;
      padding: 0;
      font-size: 1.4rem;
      text-align: left;
      background: #fff;
      z-index: 10; }
      #main-menu > ul {
        padding-left: 3%;
        padding-right: 3%; }
        #main-menu > ul > li {
          display: block;
          width: 100%;
          border-top: 1px solid #eee; }
          #main-menu > ul > li:first-child {
            border-top: none; }
          #main-menu > ul > li > a {
            position: relative;
            display: block;
            padding: 1.5rem 0;
            padding-left: 1rem;
            line-height: 1.5;
            border: none; }
            #main-menu > ul > li > a:before {
              content: "";
              display: block;
              width: 10px;
              height: 10px;
              position: absolute;
              top: 50%;
              right: 10px;
              -webkit-transform: translateY(-50%) rotate(45deg);
              -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
              border-top: 1px solid #000;
              border-right: 1px solid #000; } }
  #main-menu.navpita {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5; }

/*==================================================
* Footer
==================================================*/
.footer {
  position: relative;
  padding: 20px 0;
  background: #ff005e;
  color: #fff; }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer__logo {
    max-width: 30%; }

#page-top {
  position: fixed;
  bottom: 0;
  z-index: 5; }
  #page-top a {
    position: relative;
    display: block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    pointer-events: none; }
    #page-top a.fix {
      opacity: 1;
      pointer-events: auto;
      cursor: pointer; }

/*==================================================
* preset
==================================================*/
.animated--contents {
  -webkit-animation: contents 0.6s ease forwards;
  animation: contents 0.6s ease forwards; }

.animated--bounce {
  -webkit-animation: bounce 0.6s ease forwards;
  animation: bounce 0.6s ease forwards; }

.animated--rotate {
  -webkit-animation: rotate 0.6s ease forwards;
  animation: rotate 0.6s ease forwards; }

.animated--marquee {
  -webkit-animation: marquee 0.6s ease forwards;
  animation: marquee 0.6s ease forwards; }

.animated--sway1 {
  -webkit-animation: sway1 0.6s ease forwards;
  animation: sway1 0.6s ease forwards; }

.animated--sway2 {
  -webkit-animation: sway2 0.6s ease forwards;
  animation: sway2 0.6s ease forwards; }

.animated--fluffy {
  -webkit-animation: fluffy 0.6s ease forwards;
  animation: fluffy 0.6s ease forwards; }

.animated--move {
  -webkit-animation: move 0.6s ease forwards;
  animation: move 0.6s ease forwards; }

.animated--jump {
  -webkit-animation: jump 0.6s ease forwards;
  animation: jump 0.6s ease forwards; }

.animated--fade {
  -webkit-animation: fade 0.6s ease forwards;
  animation: fade 0.6s ease forwards; }

.inview-anim--contents {
  opacity: 0; }

.inview-anim--fade {
  opacity: 0; }

@-webkit-keyframes contents {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes contents {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); } }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.inview-anim--marquee {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

@-webkit-keyframes sway1 {
  0% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  20% {
    -webkit-transform: scale(0.95, 1.15) translate(-30%);
    transform: scale(0.95, 1.15) translate(-30%); }
  30% {
    -webkit-transform: scale(1.1, 0.9) translate(15%);
    transform: scale(1.1, 0.9) translate(15%); }
  40% {
    -webkit-transform: scale(0.95, 1.05) translate(-7.5%);
    transform: scale(0.95, 1.05) translate(-7.5%); }
  50% {
    -webkit-transform: scale(1.05, 0.95) translate(7.5%);
    transform: scale(1.05, 0.95) translate(7.5%); }
  60% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); } }

@keyframes sway1 {
  0% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  20% {
    -webkit-transform: scale(0.95, 1.15) translate(-30%);
    transform: scale(0.95, 1.15) translate(-30%); }
  30% {
    -webkit-transform: scale(1.1, 0.9) translate(15%);
    transform: scale(1.1, 0.9) translate(15%); }
  40% {
    -webkit-transform: scale(0.95, 1.05) translate(-7.5%);
    transform: scale(0.95, 1.05) translate(-7.5%); }
  50% {
    -webkit-transform: scale(1.05, 0.95) translate(7.5%);
    transform: scale(1.05, 0.95) translate(7.5%); }
  60% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); } }

@-webkit-keyframes sway2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  40% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  60% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes sway2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  40% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  60% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  to {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@keyframes fluffy {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  to {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@-webkit-keyframes move {
  0% {
    -webkit-transform: rotateY(0) translateZ(0);
    transform: rotateY(0) translateZ(0); }
  50% {
    -webkit-transform: rotateY(180deg) translateZ(0);
    transform: rotateY(180deg) translateZ(0); }
  65% {
    -webkit-transform: rotateY(180deg) translate3d(-240px, 0, 0);
    transform: rotateY(180deg) translate3d(-240px, 0, 0); }
  70% {
    -webkit-transform: rotateY(0deg) translate3d(-300px, 0, 0);
    transform: rotateY(0deg) translate3d(-300px, 0, 0); }
  to {
    -webkit-transform: rotateY(0) translateZ(0);
    transform: rotateY(0) translateZ(0); } }

@keyframes move {
  0% {
    -webkit-transform: rotateY(0) translateZ(0);
    transform: rotateY(0) translateZ(0); }
  50% {
    -webkit-transform: rotateY(180deg) translateZ(0);
    transform: rotateY(180deg) translateZ(0); }
  65% {
    -webkit-transform: rotateY(180deg) translate3d(-240px, 0, 0);
    transform: rotateY(180deg) translate3d(-240px, 0, 0); }
  70% {
    -webkit-transform: rotateY(0deg) translate3d(-300px, 0, 0);
    transform: rotateY(0deg) translate3d(-300px, 0, 0); }
  to {
    -webkit-transform: rotateY(0) translateZ(0);
    transform: rotateY(0) translateZ(0); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  12% {
    -webkit-transform: scale(0.975, 1.05) translateY(-5%);
    transform: scale(0.975, 1.05) translateY(-5%); }
  24% {
    -webkit-transform: scale(1.05, 0.95) translateY(2.5%);
    transform: scale(1.05, 0.95) translateY(2.5%); }
  36% {
    -webkit-transform: scale(0.975, 1.025) translateY(-1.2%);
    transform: scale(0.975, 1.025) translateY(-1.2%); }
  48% {
    -webkit-transform: scale(1.025, 0.975) translateY(1.2%);
    transform: scale(1.025, 0.975) translateY(1.2%); }
  60% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); } }

@keyframes jump {
  0% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  12% {
    -webkit-transform: scale(0.975, 1.05) translateY(-5%);
    transform: scale(0.975, 1.05) translateY(-5%); }
  24% {
    -webkit-transform: scale(1.05, 0.95) translateY(2.5%);
    transform: scale(1.05, 0.95) translateY(2.5%); }
  36% {
    -webkit-transform: scale(0.975, 1.025) translateY(-1.2%);
    transform: scale(0.975, 1.025) translateY(-1.2%); }
  48% {
    -webkit-transform: scale(1.025, 0.975) translateY(1.2%);
    transform: scale(1.025, 0.975) translateY(1.2%); }
  60% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); } }

/*==================================================
* common_parts
==================================================*/
.section {
  position: relative;
  padding: 60px 0 80px; }
  @media screen and (max-width: 768px) {
    .section {
      padding: 40px 0 60px; } }

.common-h1 {
  margin-bottom: 5px;
  font-size: 3.2rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .common-h1 {
      font-size: 2.5rem; } }

.common-h2 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .common-h2 {
      font-size: 2rem; } }

.common-h3 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: normal;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .common-h3 {
      font-size: 1.5rem; } }

.ball-h {
  position: absolute;
  top: -12px;
  left: 50%;
  display: inline-block;
  min-width: 150px;
  padding: 6px;
  color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  border-radius: 10px;
  background: #ff005e; }
  .ball-h:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    border: 6px solid transparent;
    border-top: 6px solid #ff005e;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.btn {
  text-align: center; }
  .btn__link {
    display: inline-block;
    min-width: 200px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    background: #ff005e; }
    .btn__link:not(:first-child) {
      margin-top: 20px; }

/*==================================================
* kv
==================================================*/
.kv {
  height: 101vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/item_07.jpg) no-repeat center/cover; }

.kv-cts {
  color: #000; }
  .kv-cts__ttl {
    font-size: 2rem;
    text-align: center; }

/*==================================================
* intro
==================================================*/
.intro-h {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 10px; }

/*==================================================
* strength
==================================================*/
@media screen and (max-width: 768px) {
  .point-list__item:not(:last-child) {
    margin-bottom: 30px; } }

.point-card__num, .point-card__ttl, .point-card__img {
  text-align: center; }

.point-card__num {
  margin-bottom: 5px;
  font-family: 'Montserrat';
  font-size: 2.5rem;
  color: #29abe2;
  letter-spacing: 2px; }

.point-card__ttl {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: normal; }

.point-card__img {
  max-width: 80%;
  margin: 0 auto 20px; }
  .point-card__img img {
    max-height: 150px; }

/*==================================================
* reward
==================================================*/
.composite-h {
  margin-bottom: 20px;
  text-align: center; }
  .composite-h__intro {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 5px; }
  .composite-h__main {
    font-size: 2rem; }
  .composite-h__num {
    font-size: 8rem;
    color: #ff005e; }
