@charset "UTF-8";
/*カラー*/
/*クリアフィックス*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden; }

/*共通の処理*/
@media screen and (min-width: 960px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 959px) {
  .pc {
    display: none !important; } }
img {
  width: 100%; }

a {
  transition: 0.5s; }

label {
  transition: 0.5s;
  cursor: pointer; }

/*タイトル*/
.title-wrapper {
  width: 100%;
  height: 528px;
  background-image: url(../img/bg.png);
  background-repeat: repeat-x;
  background-position: 0 0; }
  @media screen and (max-width: 959px) {
    .title-wrapper {
      height: auto;
      background-size: auto 235px;
      overflow: hidden; } }
  .title-wrapper__inner {
    margin: 0 auto;
    width: 1000px;
    height: 528px;
    position: relative; }
    @media screen and (max-width: 959px) {
      .title-wrapper__inner {
        margin: 0 15px;
        padding-bottom: 15px;
        width: auto;
        height: auto; } }
    .title-wrapper__inner__logo {
      padding-top: 25px;
      margin-bottom: 32px;
      width: 150px; }
      @media screen and (max-width: 959px) {
        .title-wrapper__inner__logo {
          padding-top: 10px;
          margin-bottom: 10px;
          width: 30%; } }
    .title-wrapper__inner__title {
      margin-bottom: 38px;
      width: 640px; }
      @media screen and (max-width: 959px) {
        .title-wrapper__inner__title {
          margin-bottom: 10px;
          width: 70%; } }
    .title-wrapper__inner__sub-title {
      width: 495px; }
      @media screen and (max-width: 959px) {
        .title-wrapper__inner__sub-title {
          width: 60%; } }
    .title-wrapper__inner__ill {
      bottom: 0;
      right: 0;
      width: 390px;
      position: absolute; }
      .title-wrapper__inner__ill--uso {
        right: -50px;
        width: 410px;
        z-index: 9999; }
      @media screen and (max-width: 959px) {
        .title-wrapper__inner__ill {
          right: -8%;
          width: 46%; } }
    .title-wrapper__inner__label {
      top: 120px;
      left: -50px;
      width: 750px;
      z-index: 8888;
      position: absolute; }
      @media screen and (max-width: 959px) {
        .title-wrapper__inner__label {
          top: 28%;
          left: -8%;
          width: 80%; } }

/*漫画*/
.manga-wrapper {
  margin: 0 auto 15px;
  width: 1050px; }
  @media screen and (max-width: 959px) {
    .manga-wrapper {
      margin: 0 0 10px;
      width: auto; } }

/*矢印*/
.arrow-wrapper {
  margin: 0 auto 20px;
  width: 220px; }
  @media screen and (max-width: 959px) {
    .arrow-wrapper {
      margin: 0 auto 10px;
      width: 50%; } }

/*商品紹介*/
.product-wrapper {
  margin: 0 auto 50px;
  padding: 16px;
  width: 960px;
  border: 4px solid #eee;
  position: relative; }
  @media screen and (max-width: 959px) {
    .product-wrapper {
      margin: 0 10px 20px;
      padding: 10px;
      width: auto;
      border: 3px solid #eee; } }
  .product-wrapper__photo-wrapper {
    width: 490px;
    float: left; }
    @media screen and (max-width: 959px) {
      .product-wrapper__photo-wrapper {
        margin-bottom: 10px;
        width: auto;
        float: none; } }
  .product-wrapper__text-wrapper {
    width: 445px;
    float: right; }
    @media screen and (max-width: 959px) {
      .product-wrapper__text-wrapper {
        width: auto;
        float: none; } }
    .product-wrapper__text-wrapper__name {
      margin-bottom: 13px;
      font-size: 53px;
      line-height: 1em;
      color: #f79;
      font-weight: 900; }
      @media screen and (max-width: 959px) {
        .product-wrapper__text-wrapper__name {
          margin-bottom: 13px;
          font-size: 28px; } }
      .product-wrapper__text-wrapper__name--happy {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 1em;
        color: #222;
        font-weight: 700;
        display: block; }
        @media screen and (max-width: 959px) {
          .product-wrapper__text-wrapper__name--happy {
            margin-bottom: 3px;
            font-size: 14px; } }
      .product-wrapper__text-wrapper__name--cat {
        margin-top: 3px;
        font-size: 24px;
        line-height: 1em;
        color: #222;
        font-weight: 700;
        display: block; }
        @media screen and (max-width: 959px) {
          .product-wrapper__text-wrapper__name--cat {
            margin-top: 5px;
            font-size: 16px; } }
  .product-wrapper__off {
    top: -15px;
    right: -35px;
    width: 140px;
    height: 140px;
    position: absolute; }
    @media screen and (max-width: 959px) {
      .product-wrapper__off {
        top: auto;
        bottom: 23%;
        right: -10px;
        width: 33%;
        height: auto; } }

/*本当の説明*/
.real-gray-wrapper {
  padding-top: 180px;
  padding-bottom: 100px;
  width: 100%;
  background-image: url(../img/bg_gray.png);
  background-repeat: repeat;
  position: relative; }
  @media screen and (max-width: 959px) {
    .real-gray-wrapper {
      padding-top: 75px;
      padding-bottom: 30px; } }

.real-circle {
  top: -55px;
  left: 50%;
  padding-top: 73px;
  margin-left: -95px;
  width: 190px;
  height: 117px;
  font-size: 44px;
  line-height: 1em;
  color: #fff;
  font-weight: 900;
  text-align: center;
  background-color: #fc2;
  -webkit-border-radius: 95px;
  /* for Safari and Chrome */
  -moz-border-radius: 95px;
  /* for Firefox */
  -o-border-radius: 95px;
  /* for opera */
  border-radius: 95px;
  position: absolute; }
  .real-circle::after {
    content: '';
    bottom: -63px;
    left: 50%;
    margin-left: -12px;
    border-width: 38px 12px 38px 12px;
    border-style: solid;
    border-color: #fc2 transparent transparent transparent;
    position: absolute; }
  @media screen and (max-width: 959px) {
    .real-circle {
      top: -10px;
      left: 50%;
      padding-top: 30px;
      margin-left: -40px;
      width: 80px;
      height: 50px;
      font-size: 20px;
      line-height: 1em;
      color: #fff;
      font-weight: 900;
      text-align: center;
      background-color: #fc2;
      -webkit-border-radius: 40px;
      /* for Safari and Chrome */
      -moz-border-radius: 40px;
      /* for Firefox */
      -o-border-radius: 40px;
      /* for opera */
      border-radius: 40px;
      position: absolute; }
      .real-circle::after {
        content: '';
        bottom: -30px;
        left: 50%;
        margin-left: -8px;
        border-width: 22px 8px 22px 8px;
        border-style: solid;
        border-color: #fc2 transparent transparent transparent;
        position: absolute; } }

.real-copy {
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 1em;
  color: #d00;
  font-weight: 900;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 959px) {
    .real-copy {
      margin: 0 15px 5px;
      font-size: 22px;
      line-height: 1.4em; } }
  .real-copy--small {
    font-size: 34px; }
    @media screen and (max-width: 959px) {
      .real-copy--small {
        font-size: 22px; } }

.real-read {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.9em;
  color: #444;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 959px) {
    .real-read {
      margin: 0 15px 15px;
      font-size: 14px;
      line-height: 1.6em;
      color: #444;
      font-weight: 500;
      text-align: justify; } }

.real-wrapper {
  margin: 0 auto 50px;
  padding: 20px;
  width: 960px;
  background-image: url(../img/bg_pink.png);
  background-repeat: repeat;
  -webkit-border-radius: 10px;
  /* for Safari and Chrome */
  -moz-border-radius: 10px;
  /* for Firefox */
  -o-border-radius: 10px;
  /* for opera */
  border-radius: 10px; }
  @media screen and (max-width: 959px) {
    .real-wrapper {
      margin: 0 10px 30px;
      padding: 10px;
      width: auto;
      background-image: url(../img/bg_pink.png);
      background-repeat: repeat;
      -webkit-border-radius: 5px;
      /* for Safari and Chrome */
      -moz-border-radius: 5px;
      /* for Firefox */
      -o-border-radius: 5px;
      /* for opera */
      border-radius: 5px; } }
  .real-wrapper__inner {
    padding: 40px 40px 0;
    width: 880px;
    background-color: #fff; }
    @media screen and (max-width: 959px) {
      .real-wrapper__inner {
        padding: 15px 15px 0;
        width: auto; } }
    .real-wrapper__inner__faq-wrapper {
      margin: 0 auto 0;
      width: 860px; }
      @media screen and (max-width: 959px) {
        .real-wrapper__inner__faq-wrapper {
          margin: 0;
          width: auto; } }
      .real-wrapper__inner__faq-wrapper__item {
        padding-bottom: 50px;
        width: 860px;
        position: relative; }
        @media screen and (max-width: 959px) {
          .real-wrapper__inner__faq-wrapper__item {
            padding-bottom: 10px;
            width: auto; } }
        .real-wrapper__inner__faq-wrapper__item__face-q {
          width: 83px;
          float: left; }
          @media screen and (max-width: 959px) {
            .real-wrapper__inner__faq-wrapper__item__face-q {
              width: 15%; } }
        .real-wrapper__inner__faq-wrapper__item__q-box {
          margin-top: 7px;
          margin-bottom: 15px;
          margin-right: 105px;
          padding: 25px;
          width: 600px;
          font-size: 16px;
          line-height: 1.5em;
          color: #444;
          background-color: #FFEEF7;
          -webkit-border-radius: 10px;
          /* for Safari and Chrome */
          -moz-border-radius: 10px;
          /* for Firefox */
          -o-border-radius: 10px;
          /* for opera */
          border-radius: 10px;
          float: right;
          position: relative; }
          .real-wrapper__inner__faq-wrapper__item__q-box::before {
            content: '';
            top: 29px;
            left: -52px;
            border-width: 8px 26px 8px 26px;
            border-style: solid;
            border-color: transparent #FFEEF7 transparent transparent;
            position: absolute; }
          @media screen and (max-width: 959px) {
            .real-wrapper__inner__faq-wrapper__item__q-box {
              margin-top: 3px;
              margin-bottom: 10px;
              margin-right: 0;
              padding: 10px;
              width: 80%;
              font-size: 13px;
              -webkit-border-radius: 5px;
              /* for Safari and Chrome */
              -moz-border-radius: 5px;
              /* for Firefox */
              -o-border-radius: 5px;
              /* for opera */
              border-radius: 5px;
              box-sizing: border-box; }
              .real-wrapper__inner__faq-wrapper__item__q-box::before {
                content: '';
                top: 15px;
                left: -26px;
                border-width: 4px 13px 4px 13px;
                border-style: solid;
                border-color: transparent #FFEEF7 transparent transparent;
                position: absolute; } }
        .real-wrapper__inner__faq-wrapper__item__face-a {
          width: 83px;
          float: right; }
          @media screen and (max-width: 959px) {
            .real-wrapper__inner__faq-wrapper__item__face-a {
              width: 15%; } }
        .real-wrapper__inner__faq-wrapper__item__a-box {
          margin-left: 105px;
          padding: 25px;
          width: 600px;
          font-size: 16px;
          line-height: 1.5em;
          color: #444;
          background-color: #F7EE99;
          -webkit-border-radius: 10px;
          /* for Safari and Chrome */
          -moz-border-radius: 10px;
          /* for Firefox */
          -o-border-radius: 10px;
          /* for opera */
          border-radius: 10px;
          float: left;
          position: relative; }
          .real-wrapper__inner__faq-wrapper__item__a-box::before {
            content: '';
            top: 29px;
            right: -52px;
            border-width: 8px 26px 8px 26px;
            border-style: solid;
            border-color: transparent transparent transparent #F7EE99;
            position: absolute; }
          @media screen and (max-width: 959px) {
            .real-wrapper__inner__faq-wrapper__item__a-box {
              margin-top: 3px;
              margin-bottom: 10px;
              margin-left: 0;
              padding: 10px;
              width: 80%;
              font-size: 13px;
              -webkit-border-radius: 5px;
              /* for Safari and Chrome */
              -moz-border-radius: 5px;
              /* for Firefox */
              -o-border-radius: 5px;
              /* for opera */
              border-radius: 5px;
              box-sizing: border-box; }
              .real-wrapper__inner__faq-wrapper__item__a-box::before {
                content: '';
                top: 15px;
                right: -26px;
                border-width: 4px 13px 4px 13px;
                border-style: solid;
                border-color: transparent transparent transparent #F7EE99;
                position: absolute; } }
        .real-wrapper__inner__faq-wrapper__item__border {
          bottom: 23px;
          left: 50%;
          margin-left: -5px;
          border-width: 9px 5px 9px 5px;
          border-style: solid;
          border-color: transparent transparent #3c8 transparent;
          position: absolute; }
          .real-wrapper__inner__faq-wrapper__item__border::before {
            content: '';
            top: 0;
            left: -50px;
            margin-left: -5px;
            border-width: 9px 5px 9px 5px;
            border-style: solid;
            border-color: #f79 transparent transparent transparent;
            position: absolute; }
          .real-wrapper__inner__faq-wrapper__item__border::after {
            content: '';
            top: 0;
            right: -50px;
            margin-left: -5px;
            border-width: 9px 5px 9px 5px;
            border-style: solid;
            border-color: #f79 transparent transparent transparent;
            position: absolute; }

.text-line {
  position: relative;
  display: inline-block;
  z-index: 100; }
  .text-line::before {
    content: '';
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fc2;
    position: absolute;
    z-index: 50; }
    @media screen and (max-width: 959px) {
      .text-line::before {
        content: '';
        bottom: 0;
        height: 2px; } }

/*過去の一覧*/
.link-wrapper {
  margin: 0 auto 50px;
  padding: 20px;
  width: 960px;
  background-image: url(../img/bg_blue.png);
  background-repeat: repeat;
  -webkit-border-radius: 10px;
  /* for Safari and Chrome */
  -moz-border-radius: 10px;
  /* for Firefox */
  -o-border-radius: 10px;
  /* for opera */
  border-radius: 10px; }
  @media screen and (max-width: 959px) {
    .link-wrapper {
      margin: 0 10px;
      padding: 10px;
      width: auto;
      -webkit-border-radius: 5px;
      /* for Safari and Chrome */
      -moz-border-radius: 5px;
      /* for Firefox */
      -o-border-radius: 5px;
      /* for opera */
      border-radius: 5px; } }
  .link-wrapper__inner {
    padding: 40px;
    width: 880px;
    background-color: #fff; }
    @media screen and (max-width: 959px) {
      .link-wrapper__inner {
        padding: 15px;
        width: auto; } }
    .link-wrapper__inner__title {
      margin-bottom: 20px;
      font-size: 20px;
      line-height: 1em;
      color: #444;
      font-weight: 700; }
      @media screen and (max-width: 959px) {
        .link-wrapper__inner__title {
          margin-bottom: 10px;
          font-size: 16px;
          line-height: 1.5em;
          text-align: center; } }
    .link-wrapper__inner__list {
      width: auto; }
      .link-wrapper__inner__list__item {
        margin-top: 10px; }
        @media screen and (max-width: 959px) {
          .link-wrapper__inner__list__item {
            margin-bottom: 5px; } }
        .link-wrapper__inner__list__item__date {
          width: 70px;
          font-size: 16px;
          line-height: 1.5em;
          color: #444;
          float: left; }
          @media screen and (max-width: 959px) {
            .link-wrapper__inner__list__item__date {
              width: auto;
              font-size: 12px;
              line-height: 1em;
              color: #444;
              float: none; } }
        .link-wrapper__inner__list__item__link {
          width: 810px;
          font-size: 16px;
          line-height: 1.5em;
          float: right; }
          @media screen and (max-width: 959px) {
            .link-wrapper__inner__list__item__link {
              margin-top: 5px;
              width: auto;
              font-size: 12px;
              line-height: 1.5em;
              float: none; } }
          .link-wrapper__inner__list__item__link a {
            color: #0be;
            text-decoration: none; }
            .link-wrapper__inner__list__item__link a:hover {
              color: #f79; }

/*ボタン*/
.btn {
  margin: 0 auto 100px;
  padding-left: 50px;
  width: 510px;
  height: 75px;
  font-size: 30px;
  line-height: 73px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #f79;
  background-image: url(../img/btn_face_off.png);
  background-position: 99% 90%;
  background-repeat: no-repeat;
  display: block;
  position: relative; }
  @media screen and (max-width: 959px) {
    .btn {
      margin: 0 15px 40px;
      padding-left: 30px;
      width: auto;
      height: 50px;
      font-size: 16px;
      line-height: 48px; } }
  .btn__dot {
    font-weight: 300; }
  .btn__ill {
    top: -18px;
    left: 8px;
    width: 96px;
    position: absolute; }
    @media screen and (max-width: 959px) {
      .btn__ill {
        top: -18px;
        left: -10px;
        width: 70px;
        position: absolute; } }
  .btn__real {
    top: -30px;
    right: -30px;
    width: 100px;
    position: absolute; }
    @media screen and (max-width: 959px) {
      .btn__real {
        top: -25px;
        right: -10px;
        width: 70px;
        position: absolute; } }
  .btn:hover {
    color: #fff;
    background-color: #3c8;
    background-image: url(../img/btn_face.png);
    background-position: 99% 90%;
    background-repeat: no-repeat; }
  .btn--bg-none {
    background-image: none; }
    .btn--bg-none:hover {
      background-image: none; }

input[type=checkbox].on {
  display: none; }

input[type=checkbox].on + label.btn + div.uso-wrapper--pink {
  top: -800%;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f79;
  opacity: 1;
  z-index: -1;
  transition: 1.0s;
  position: fixed; }
  input[type=checkbox].on + label.btn + div.uso-wrapper--pink::after {
    content: '';
    left: 0;
    bottom: -200%;
    width: 100%;
    height: 200%;
    background-image: url(../img/ekidare_pink3.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute; }

input[type=checkbox].on:checked + label.btn + div.uso-wrapper--pink {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f79;
  opacity: 1;
  z-index: 99999;
  position: fixed; }
  input[type=checkbox].on:checked + label.btn + div.uso-wrapper--pink::after {
    content: '';
    left: 0;
    bottom: -200%;
    width: 100%;
    height: 200%;
    background-image: url(../img/ekidare_pink3.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute; }

.uso-face {
  top: 42%;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: auto;
  opacity: 0;
  z-index: -1;
  position: fixed; }
  @media screen and (max-width: 959px) {
    .uso-face {
      top: 42%;
      left: 50%;
      margin-left: -75px;
      width: 150px;
      height: auto;
      opacity: 0;
      z-index: -1;
      position: fixed; } }

.uso-wrapper--pink__on {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f79;
  opacity: 1;
  z-index: 99999;
  position: fixed;
  animation-delay: 0.5s;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-name: uso-wrapper-movie; }

.active {
  animation-delay: 1.0s;
  animation-duration: 4.0s;
  animation-name: face-movie;
  opacity: 0;
  position: absolute; }

@keyframes face-movie {
  0% {
    opacity: 0; }
  15% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    margin-top: 0; } }
.banner-wrapper {
  padding: 50px 0;
  width: 100%;
  background-color: #fff; }
  .banner-wrapper__inner {
    margin: 0 auto;
    width: 750px; }
    .banner-wrapper__inner__item {
      margin-left: 38px;
      width: 159px;
      float: left; }
      .banner-wrapper__inner__item:first-child {
        margin-left: 0; }
      .banner-wrapper__inner__item a {
        opacity: 1; }
        .banner-wrapper__inner__item a:hover {
          opacity: 0.7; }

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  font-size: 12px;
  line-height: 1.4em;
  color: #333;
  text-align: center;
  background-color: #fff;
  border-top: 2px solid #F7CCDD; }
  @media screen and (max-width: 959px) {
    .footer {
      padding-top: 15px;
      padding-bottom: 15px; } }

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