@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  font-size: 62.5%;
  width: 100%; }

body {
  background-color: #D2FFC8;
  color: #333333;
  font-size: 1.6rem;
  font-family: "秀英丸ゴシック L", "Shuei MaruGo L","ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 200%; }

.section {
  width: 800px;
  margin: 20px auto 0;
  padding: 0 20px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 0px 8px 2px #868686; }
  @media (max-width: 767px) {
    .section {
      width: 100%;
      border-radius: 0;
      box-shadow: none;
      margin: 0;
      padding: 0;
      font-size: 1.4rem; } }

* {
  box-sizing: border-box; }

a {
  color: #009B00;
  text-decoration: none; }
  a:hover {
    color: #FFB800; }

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

.center {
  text-align: center; }

.inline-block {
  display: inline-block; }

.update {
  padding: 25px 0 0;
  font-size: 1.3rem;
  text-align: center; }
  @media (max-width: 767px) {
    .update {
      margin: 0;
      padding: 25px 0 0; } }

.btn {
  display: inline-block;
  width: 66px;
  height: 74px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-size: 66px 147px;
  background-repeat: no-repeat;
  background-position: 0 -74px; }
  @media (max-width: 767px) {
    .btn {
      width: 50px;
      height: 55px;
      background-size: 50px 110px;
      background-position: 0 -55px; } }
  @media (min-width: 768px) {
    .btn:hover {
      background-position: 0 0; } }
  .btn--twitter {
    background-image: url(../img/btn_tweet@2x.png); }
  .btn--facebook {
    background-image: url(../img/btn_share@2x.png); }
  .btn--mail {
    background-image: url(../img/btn_mail@2x.png); }
  .btn--home {
    background-image: url(../img/btn_home@2x.png); }

@media (min-width: 768px) {
  .is-pc-disabled {
    display: none !important; } }

@media (max-width: 767px) {
  .is-sp-disabled {
    display: none !important; } }

.banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  padding-bottom: 30px; }

.banner a {
  display: block; }
  .banner a:hover {
    opacity: 0.5; }

.banner__title {
  color: #008000;
  margin: 0; }

.banner__date {
  color: black;
  margin: 0;
  font-size: 1.4rem; }

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .header__content {
      display: block;
      text-align: center; } }

.header__title > img {
  width: 100%; }

@media (max-width: 767px) {
  .header__title {
    margin-top: 0; } }

.header__lead {
  font-size: 1.7rem; }
  @media (max-width: 767px) {
    .header__lead {
      display: inline-block;
      text-align: left;
      font-size: 1.4rem; } }

.header__profile {
  margin-left: 20px; }
  @media (max-width: 767px) {
    .header__profile {
      display: inline-block;
      margin-left: 0; } }

.profile:last-child {
  margin-top: 20px; }

@media (min-width: 768px) {
  .profile > a:hover .profile__icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFB800;
    border-radius: 50%;
    opacity: .6; } }

.profile__icon {
  position: relative;
  width: 125px;
  height: 125px; }
  @media (max-width: 767px) {
    .profile__icon {
      width: 95px;
      height: 95px; } }
  .profile__icon > img {
    width: 100%;
    height: 100%; }

.profile__link {
  margin-left: 10px; }
  @media (max-width: 767px) {
    .profile__link {
      text-align: left; } }

.content {
  margin-top: 30px;
  padding: 20px 10px 30px;
  background-color: #FFBE00;
  border-radius: 20px;
  box-shadow: 0px 0px 8px 2px #868686; }
  @media (max-width: 767px) {
    .content {
      padding: 10px;
      margin-top: 15px; } }
  .content__title {
    margin: 0;
    font-size: 2.6rem;
    text-align: center;
    letter-spacing: 0.1em; }
    @media (max-width: 767px) {
      .content__title {
        font-size: 1.4rem;
        line-height: 160%; } }
    .content__title > span {
      font-size: 1.7rem; }
      @media (max-width: 767px) {
        .content__title > span {
          font-size: 1.2rem; } }
  .content__movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 20px; }
    .content__movie iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
  .content__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    margin-top: 30px;
    padding: 0 1em; }
    @media (max-width: 767px) {
      .content__text {
        display: block;
        font-size: 1.3rem;
        margin-top: 15px; } }
    .content__text > p {
      margin: 0; }
      @media (max-width: 767px) {
        .content__text > p {
          padding: 0; } }

.toc {
  margin-top: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .toc {
      margin-top: 20px; } }
  .toc__title {
    margin-bottom: 0;
    font-size: 2.3rem;
    letter-spacing: 0.1em; }
    @media (max-width: 767px) {
      .toc__title {
        font-size: 1.6rem; } }
  .toc__head {
    margin: 0;
    font-size: 1.9rem;
    line-height: 240%; }
    @media (max-width: 767px) {
      .toc__head {
        font-size: 1.4rem; } }
  .toc__items {
    list-style: none;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    padding: 0 40px; }
    @media (max-width: 767px) {
      .toc__items {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        padding: 0 20px; } }
  .toc__item {
    display: inline-block;
    min-width: 300px;
    padding: 0.5em;
    line-height: 187%;
    border-top: solid 1px #262626;
    text-align: left; }
    @media (max-width: 767px) {
      .toc__item {
        min-width: 100%; } }
    @media (min-width: 768px) {
      .toc__item:nth-child(4n) {
        border-bottom: solid 1px #262626; } }
    .toc__item:last-child {
      border-bottom: solid 1px #262626; }
    .toc__item span {
      font-size: 1.3rem; }
      @media (max-width: 767px) {
        .toc__item span {
          font-size: 1.2rem; } }
    .toc__item p {
      color: #808080;
      margin: 0; }

.doll__head {
  position: relative;
  margin: 50px 10px 0; }

.doll__title {
  width: 100%; }

.doll__badge {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 173px;
  height: 183px;
  position: absolute;
  bottom: -145px;
  right: 0;
  background: url(../img/doll_badge_navi@2x.png) no-repeat 0 -183px;
  background-size: 173px 365px; }
  .doll__badge:hover {
    background-position: 0 0; }
  @media (max-width: 767px) {
    .doll__badge {
      width: 87px;
      height: 92px;
      background-size: 87px 183px;
      background-position: 0 -92px;
      bottom: -70px;
      right: -5px; } }

.doll__lead {
  margin-top: 30px;
  font-size: 1.5rem;
  text-align: left;
  color: #0082FF; }
  @media (max-width: 767px) {
    .doll__lead {
      margin-top: 15px;
      font-size: 1.4rem; } }

.product {
  position: relative;
  margin-top: 30px;
  margin-bottom: -110px;
  text-align: center; }
  @media (max-width: 767px) {
    .product {
      margin-bottom: 0; } }
  .product img {
    width: 100%; }
    @media (max-width: 767px) {
      .product img {
        padding: 0 10px; } }

.info {
  margin-top: 1.5em;
  margin-left: 60px; }
  @media (max-width: 767px) {
    .info {
      margin-left: 0;
      padding: 0 10px; } }
  .info__title {
    margin: 0;
    font-weight: normal;
    font-size: 1.8rem; }
    @media (max-width: 767px) {
      .info__title {
        font-size: 1.6rem; } }
    .info__title--large {
      font-size: 2.1rem; }
      @media (max-width: 767px) {
        .info__title--large {
          font-size: 1.6rem; } }
  .info__text {
    margin: 0;
    font-size: 1.5rem; }
    @media (max-width: 767px) {
      .info__text {
        font-size: 1.3rem; } }

.pager {
  position: relative;
  height: 100px; }
  @media (max-width: 767px) {
    .pager {
      margin: 0 20px;
      border-top: solid 2px #008000;
      border-bottom: solid 2px #008000; } }
  .pager__btn {
    line-height: 66px;
    position: absolute;
    top: 50%;
    margin-top: -33px; }
    @media (max-width: 767px) {
      .pager__btn {
        top: 15px;
        margin-top: 0;
        line-height: 50px; } }
  .pager__prev {
    left: 60px;
    padding-left: 66px;
    background: url(../img/btn_prev@2x.png) no-repeat 0 -66px;
    background-size: 66px 132px; }
    @media (max-width: 767px) {
      .pager__prev {
        left: 20px;
        padding-left: 50px;
        background-position: 0 -50px;
        background-size: 50px 100px; } }
    @media (min-width: 768px) {
      .pager__prev:hover {
        background-position: 0 0; } }
  .pager__next {
    right: 60px;
    padding-right: 66px;
    background: url(../img/btn_next@2x.png) no-repeat 54px -66px;
    background-size: 66px 132px; }
    @media (max-width: 767px) {
      .pager__next {
        right: 20px;
        padding-right: 50px;
        background-position: 44px -50px;
        background-size: 50px 100px; } }
    @media (min-width: 768px) {
      .pager__next:hover {
        background-position: 54px 0; } }
  .pager__latest {
    text-align: center;
    line-height: 100px; }
    @media (max-width: 767px) {
      .pager__latest {
        line-height: 100%;
        position: absolute;
        left: 50%;
        bottom: 15px;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }

.footer {
  padding: 0 60px; }
  @media (min-width: 768px) {
    .footer {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .footer {
      padding: 0 20px; } }
  .footer__share {
    padding-left: 0;
    list-style: none; }
    @media (max-width: 767px) {
      .footer__share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; } }
    .footer__share > li {
      display: inline-block;
      margin-right: 80px; }
      @media (max-width: 767px) {
        .footer__share > li {
          margin-right: 0; } }
  .footer__copyright {
    text-align: center; }
    .footer__copyright img {
      width: 217px; }

.popup {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  text-align: center; }
  @media (max-width: 767px) {
    .popup {
      width: 100%;
      margin-left: 0;
      left: 0; } }
  .popup__container {
    padding: 40px 0 20px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 8px 2px #868686; }
    @media (max-width: 767px) {
      .popup__container {
        padding: 20px; } }
  .popup__title img {
    width: 489px; }
    @media (max-width: 767px) {
      .popup__title img {
        width: 100%; } }
  .popup__text {
    display: inline-block;
    text-align: left;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .popup__text {
        font-size: 1.4rem;
        margin-top: 15px; } }
  .popup__close {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .popup__close {
        margin-top: 15px; } }
    .popup__close a {
      display: inline-block; }
      @media (max-width: 767px) {
        .popup__close a {
          font-size: 1.2rem; } }
      .popup__close a:before {
        content: '';
        display: block;
        width: 66px;
        height: 66px;
        margin-bottom: -10px;
        background: url(../img/btn_close@2x.png) no-repeat 0 -66px;
        background-size: 66px 132px; }
        @media (max-width: 767px) {
          .popup__close a:before {
            width: 50px;
            height: 50px;
            background-position: 0 -50px;
            background-size: 50px 100px; } }
      @media (min-width: 768px) {
        .popup__close a:hover:before {
          background-position: 0 0; } }

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