@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

img {
  vertical-align: top;
}

.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  input, button, textarea, select {
    -webkit-appearance: none;
    border-radius: 0;
  }

  input[type="radio"] {
    -webkit-appearance: radio;
  }

  input[type="checkbox"] {
    -webkit-appearance: checkbox;
  }
}
 /* ------------------------------------------------
 Common
------------------------------------------------ */
html {
  font-size: 10px;
}

body {
  color: #333;
  font: 10px/1.6 "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
@media only screen and (min-width: 769px) {
  body {
    min-width: 1205px;
  }
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

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

  img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
/* ------------------------------------------------
 layout
------------------------------------------------ */
#wrapper {
  margin: 0 auto;
  padding: 0 20px 10px;
  background: #ff03b4 url("../img/bg.png") no-repeat 50% top;
}
@media only screen and (max-width: 768px) {
  #wrapper {
    background: #ff03b4 url("../img/bg_sp.png") no-repeat 50% top;
    background-size: 100% auto;
  }
}

#global-footer {
  width: 940px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #global-footer {
    width: 100%;
  }
}

#copyright {
  color: #fff;
  text-align: right;
}

/* ------------------------------------------------
 object
------------------------------------------------ */
.fluffy {
  animation: fluffy 3s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes fluffy {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-10px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mb-105 {
  margin-bottom: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pb-105 {
  padding-bottom: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.pt-115 {
  padding-top: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mb-125 {
  margin-bottom: 125px;
}

.pt-125 {
  padding-top: 125px;
}

.pb-125 {
  padding-bottom: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mb-135 {
  margin-bottom: 135px;
}

.pt-135 {
  padding-top: 135px;
}

.pb-135 {
  padding-bottom: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mb-145 {
  margin-bottom: 145px;
}

.pt-145 {
  padding-top: 145px;
}

.pb-145 {
  padding-bottom: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.fz-10 {
  font-size: 1rem;
}

.fz-12 {
  font-size: 1.2rem;
}

.fz-14 {
  font-size: 1.4rem;
}

.fz-16 {
  font-size: 1.6rem;
}

.fz-18 {
  font-size: 1.8rem;
}

.fz-20 {
  font-size: 2rem;
}

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

.bg-line01 {
  background: -webkit-linear-gradient(top, transparent 36%, #ffff00 36%, #ffff00 80%, transparent 80%);
  background: linear-gradient(top, transparent 36%, #ffff00 36%, #ffff00 80%, transparent 80%);
}

.bg-line02 {
  background: -webkit-linear-gradient(top, transparent 36%, #00ffff 36%, #00ffff 80%, transparent 80%);
  background: linear-gradient(top, transparent 36%, #00ffff 36%, #00ffff 80%, transparent 80%);
}

/* ------------------------------------------------
 component
------------------------------------------------ */
.mani-main {
  text-align: center;
}
.mani-main__title {
  margin-top: -140px;
  color: #1b1464;
  font-size: 9rem;
  font-weight: 100;
  letter-spacing: 0.1em;
  transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
}
@media only screen and (max-width: 768px) {
  .mani-main__title {
    margin-top: -30px;
    font-size: 4.5rem;
  }
}
.mani-main__text {
  color: #ff0095;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-shadow: 1px 1px 0px #fff, 2px 2px 0px #fff;
  transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
}
@media only screen and (max-width: 768px) {
  .mani-main__text {
    font-size: 2rem;
  }
}

.btn-scroll {
  text-align: center;
}

.text-01 {
  transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  color: #ff0095;
  font-size: 3rem;
  letter-spacing: 0.3em;
  text-align: center;
  text-shadow: 1px 1px 0px #fff, 2px 2px 0px #fff, 3px 3px 0px #fff;
}
@media only screen and (max-width: 768px) {
  .text-01 {
    padding: 0 4%;
    font-size: 2rem;
  }
}

.fig-hash {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .fig-hash {
    margin-bottom: 60px;
  }
}

.text-02 {
  width: 1030px;
  margin: 0 auto;
  color: #ffff00;
  font-size: 4.2rem;
  text-align: justify;
  text-shadow: 1px 1px 0px #ff00ff, 2px 2px 0px #ff00ff;
}
@media only screen and (max-width: 768px) {
  .text-02 {
    width: 100%;
    font-size: 1.3rem;
  }
}
.text-02 span {
  display: inline-block;
  transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
}

.msg {
  width: 1100px;
  margin: 0 auto 80px;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: -3px;
}
@media only screen and (max-width: 768px) {
  .msg {
    width: 100%;
    margin-bottom: 145px;
    font-size: 1.6rem;
  }
}
.msg__01 {
  transform: skewX(-12deg);
  -moz-transform: skewX(-12deg);
  -webkit-transform: skewX(-12deg);
  padding: 40px 40px;
  background: rgba(255, 255, 255, 0.8);
  color: #1b1464;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .msg__01 {
    padding: 20px;
  }
}
.msg__02 {
  transform: skewX(18deg);
  -moz-transform: skewX(18deg);
  -webkit-transform: skewX(18deg);
  padding: 40px 40px;
  background: rgba(255, 255, 255, 0.4);
  color: #e5007d;
}
@media only screen and (max-width: 768px) {
  .msg__02 {
    padding: 20px;
  }
}
.msg__03 {
  transform: skewX(-17deg);
  -moz-transform: skewX(-17deg);
  -webkit-transform: skewX(-17deg);
  padding: 40px 40px;
  background: rgba(255, 255, 255, 0.8);
  color: #1b1464;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .msg__03 {
    padding: 20px;
  }
}
.msg__04 {
  transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  padding: 40px 40px;
  background: rgba(255, 255, 255, 0.4);
  color: #e5007d;
}
@media only screen and (max-width: 768px) {
  .msg__04 {
    padding: 20px;
  }
}
.msg__05 {
  transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  padding: 40px 40px;
  background: rgba(255, 255, 255, 0.8);
  color: #1b1464;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .msg__05 {
    padding: 20px;
  }
}
.msg__06 {
  transform: skewX(8deg);
  -moz-transform: skewX(8deg);
  -webkit-transform: skewX(8deg);
  padding: 40px 40px;
  background: rgba(255, 255, 255, 0.4);
  color: #e5007d;
}
@media only screen and (max-width: 768px) {
  .msg__06 {
    padding: 20px;
  }
}

.mani-brain {
  margin-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .mani-brain {
    margin-bottom: 80px;
  }
}
.mani-brain__title {
  padding-bottom: 10px;
  background: url("../img/bg_line01.png") no-repeat 50% 100%;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mani-brain__title {
    margin-bottom: 15px;
    padding-bottom: 5px;
    background-size: auto 8px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.mani-brain .btn-brain {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mani-brain .btn-brain {
    margin-bottom: 15px;
  }
}
.mani-brain__desc {
  color: #1b1464;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mani-brain__desc {
    margin-bottom: 25px;
    font-size: 1.2rem;
  }
}
.mani-brain .commentbox {
  width: 935px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .mani-brain .commentbox {
    width: 100%;
  }
}
.mani-brain .commentbox__item {
  position: relative;
  min-height: 105px;
  margin-bottom: 25px;
  padding: 15px 30px 35px 30px;
  background: url("../img/bg_dot.png");
  border-radius: 20px;
  color: #ff00ff;
  font-size: 1.8rem;
  font-weight: 700;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .mani-brain .commentbox__item {
    right: -10px;
    min-height: 50px;
    margin-bottom: 10px;
    padding: 5px 10px 15px 10px;
    border-radius: 10px;
    font-size: 1.2rem;
  }
}
.mani-brain .commentbox__item:after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .mani-brain .commentbox__item:after {
    top: -5px;
    left: -5px;
    border-radius: 10px;
  }
}
.mani-brain .commentbox__lead {
  padding-right: 110px;
}
@media only screen and (max-width: 768px) {
  .mani-brain .commentbox__lead {
    padding-right: 40px;
    letter-spacing: -0.1em;
  }
}
.mani-brain .commentbox__more {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #E6E6E6;
  color: #1B1464;
}
@media only screen and (max-width: 768px) {
  .mani-brain .commentbox__more {
    margin-top: 10px;
    margin-right: 15px;
    padding-top: 10px;
    padding-right: 0;
    letter-spacing: -0.1em;
  }
}
.mani-brain .commentbox__ico {
  position: absolute;
  right: 40px;
  top: 30px;
  padding-right: 40px;
  background: url("../img/ico_arrow01.png") no-repeat right;
  color: #b3b3b3;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .mani-brain .commentbox__ico {
    right: 20px;
    top: 10px;
    padding: 0 0 10px;
    background-position: 50% bottom;
    background-size: auto 8px;
    font-size: 1.2rem;
  }
}

.mani-situation__title {
  padding-bottom: 10px;
  background: url("../img/bg_line01.png") no-repeat 50% 100%;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mani-situation__title {
    margin-bottom: 15px;
    padding-bottom: 5px;
    background-size: auto 8px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.mani-situation .btn-situation {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mani-situation .btn-situation {
    margin-bottom: 20px;
  }
}

.fixed-bnr {
  position: fixed;
  z-index: 10;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fixed-bnr__item {
  flex: 0 0 48%;
}

/*# sourceMappingURL=style.css.map */
