@charset "UTF-8";
@keyframes rotate {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #666;
  font-family: "HiraKakuPro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "YuGothic", "游ゴシック", Roboto, Osaka, sans-serif;
  line-height: 1.6;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.hp-border {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0;
}

.header {
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 8px 62px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 110;
}
.header__logo {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 6px 14px;
  }
}

.header-logo {
  display: block;
  width: 62px;
}
.header-logo img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .header-logo {
    width: 48px;
  }
}

.detail .header {
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
}

.hamburger {
  cursor: pointer;
  height: 28px;
  position: fixed;
  right: 57px;
  top: 26px;
  width: 50px;
  z-index: 130;
}
@media only screen and (max-width: 768px) {
  .hamburger {
    right: 18px;
    top: 21px;
  }
}
.hamburger span {
  background: #000;
  display: block;
  height: 3px;
  left: 50%;
  margin: auto;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s;
  width: 80%;
}
.hamburger span::before, .hamburger span::after {
  background: #000;
  content: "";
  display: block;
  height: 3px;
  margin: auto;
  position: absolute;
  transform: rotate(0);
  transition: transform 0.3s;
  width: 100%;
}
.hamburger span::before {
  top: -10px;
}
.hamburger span::after {
  top: 10px;
}
.hamburger.js-clicked span {
  background-color: transparent;
}
.hamburger.js-clicked span::before, .hamburger.js-clicked span::after {
  background: #fff;
  top: 0;
}
.hamburger.js-clicked span::before {
  transform: rotate(-45deg);
}
.hamburger.js-clicked span::after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .hamburger {
    height: 22px;
    width: 44px;
  }
  .hamburger span {
    height: 3px;
  }
  .hamburger span::before, .hamburger span::after {
    height: 3px;
  }
  .hamburger span::before {
    top: -9px;
  }
  .hamburger span::after {
    top: 9px;
  }
}

.detail .hamburger {
  opacity: 0;
  pointer-events: none;
}

.footer {
  background-color: #ff6800;
  color: #fff;
  padding: 30px 22px 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 19px 14px 19px;
  }
}
.footer__links {
  margin: 0 auto;
  max-width: 600px;
}
.footer__copy {
  margin-top: 22px;
}
@media only screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 10px;
  }
  .footer__copy .container {
    padding: 0;
  }
}
.footer__back-to-top {
  position: absolute;
  right: 8.8%;
  top: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .footer__back-to-top {
    right: 15px;
  }
}

.footer-links {
  display: flex;
  justify-content: center;
}
.footer-links__item {
  transition: opacity 0.3s;
  margin: 0 14px;
  width: 65px;
}
.footer-links__item:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .footer-links__item {
    margin: 0 9px;
    width: 40px;
  }
}
.footer-links__item svg {
  max-width: 100%;
}
.footer-links__item .cls-1 {
  fill: gray;
}
.footer-links__item .cls-2 {
  fill: #fff;
}

.back-to-top {
  transition: opacity 0.3s;
  display: block;
  overflow: hidden;
  width: 115px;
}
.back-to-top:hover {
  opacity: 0.8;
}
.back-to-top svg {
  max-width: 100%;
}
.back-to-top .cls-1 {
  fill: none;
}
.back-to-top .cls-2 {
  fill: #ff6800;
}
.back-to-top .cls-3 {
  fill: #fff;
}
.back-to-top .cls-4 {
  fill: url(#swatch_01);
}
@media only screen and (max-width: 768px) {
  .back-to-top {
    width: 80px;
  }
}

.footer-copy {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer-copy {
    font-size: 1rem;
  }
}

.footer-note {
  display: block;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 8px auto 0;
  max-width: 690px;
}
@media only screen and (max-width: 768px) {
  .footer-note {
    font-size: 1rem;
    margin: 2px auto 0;
    max-width: 100%;
  }
}

.global-nav {
  background-color: #ff6800;
  height: 100vh;
  max-width: 400px;
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 0.3s;
  transform: translateX(100%);
  width: 100%;
  z-index: 120;
}
.global-nav.js-show {
  transform: translateX(0);
}
.global-nav.js-show .global-nav-background {
  display: block;
}
@media only screen and (max-width: 768px) {
  .global-nav {
    max-width: 100%;
  }
}
.global-nav .global-nav-content {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .global-nav .global-nav-content__logo {
    display: none;
  }
}
.global-nav .global-nav-logo {
  display: block;
  left: 14px;
  position: absolute;
  top: 6px;
  width: 48px;
}
.global-nav .global-nav-logo img {
  display: block;
  width: 100%;
}
.global-nav .global-nav-background {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  right: 400px;
  width: calc(100vw - 400px);
}
@media only screen and (max-width: 768px) {
  .global-nav .global-nav-background {
    display: none;
  }
}
.global-nav .menu {
  padding: 210px 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .global-nav .menu {
    padding-top: 20vh;
  }
}
.global-nav .menu__item {
  margin-bottom: 40px;
  padding-left: 1.5em;
  position: relative;
}
.global-nav .menu__item:last-of-type {
  margin-bottom: 0;
}
.global-nav .menu__item::before {
  background-color: #fff;
  border-radius: 100%;
  content: "";
  height: 7px;
  left: -4px;
  position: absolute;
  top: 16px;
  width: 7px;
}
.global-nav .menu-link {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.75;
  text-decoration: none;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.global-nav .menu-link:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .global-nav .menu-link {
    font-size: 2rem;
  }
}

.detail .global-nav.js-hidden-force {
  transform: translateX(100%) !important;
}
.detail .global-nav.js-hidden-force .global-nav-background {
  display: none;
}

.meigen-section {
  width: 100%;
}

.tab-bar {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
.tab-bar__item {
  width: 50%;
}

.tab-item--text {
  background-color: #e1e1e4;
  width: 100%;
}
.tab-item--text .free-public {
  text-align: center;
  padding: 14px 10px 12px;
}
.tab-item--text .free-public img {
  margin: 0 auto;
  vertical-align: bottom;
}
.tab-item--text .free-public__pc {
  max-width: 945px;
  width: 95%;
}
.tab-item--text .free-public__sp {
  display: none;
  width: 56.2666666667vw;
}
@media only screen and (max-width: 768px) {
  .tab-item--text .free-public {
    padding: 2.1333333333vw 2.6666666667vw 2.1333333333vw;
  }
  .tab-item--text .free-public__pc {
    display: none;
  }
  .tab-item--text .free-public__sp {
    display: block;
  }
}
.tab-item__link {
  align-items: center;
  background-color: #d4d4d4;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 37px 20px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.tab-item__link::before {
  background: no-repeat center;
  background-size: contain;
  content: "";
}
.tab-item__link--meigen img {
  width: 172px;
}
.tab-item__link--meigen::before {
  background-image: url(../images/icon_balloon.svg);
  display: inline-block;
  height: 50px;
  transform: translate(-53%, -8%);
  width: 50px;
}
.tab-item__link--title img {
  width: 226px;
}
.tab-item__link--title::before {
  background-image: url(../images/icon_book.svg);
  display: inline-block;
  height: 50px;
  margin-right: 32px;
  transform: translate(12%, -6%);
  width: 70px;
}
.tab-item__link.js-active {
  background-color: #ff6800;
}
.tab-item__link.js-active::after {
  background: #ff6800;
  bottom: 0;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%) rotate(45deg);
  width: 30px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .tab-item__link {
    padding: 4vw 2.6666666667vw 3.4666666667vw;
  }
  .tab-item__link--meigen img {
    width: 20.8vw;
  }
  .tab-item__link--meigen::before {
    background-image: url(../images/icon_balloon.svg);
    display: inline-block;
    height: 5.3333333333vw;
    margin-right: 2.6666666667vw;
    transform: translate(-4%, -3%);
    width: 5.3333333333vw;
  }
  .tab-item__link--title img {
    width: 26.6666666667vw;
  }
  .tab-item__link--title::before {
    height: 5.3333333333vw;
    margin-right: 4.2666666667vw;
    transform: translate(10%, -11%);
    width: 6.9333333333vw;
  }
  .tab-item__link.js-active::after {
    height: 4vw;
    transform: translate(-50%, 35%) rotate(45deg);
    width: 4vw;
  }
}

.meigen {
  background-color: #f4f5f7;
  display: none;
  padding: 0 20px 171px;
  position: relative;
}
.meigen.js-active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .meigen {
    padding-bottom: 50px;
  }
}

.meigen-bg {
  background: no-repeat center;
  background-size: cover;
  height: 450px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.meigen-bg__image {
  background: #aeaeae no-repeat center;
  background-size: cover;
  height: 101%;
  left: -1%;
  opacity: 0;
  position: absolute;
  width: 101%;
  top: -1%;
}
.meigen-bg__image::after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .meigen-bg {
    height: 300px;
  }
}

.meigen-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 960px;
  padding: 242px 0 50px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .meigen-list {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .meigen-list {
    justify-content: center;
    padding: 30.9333333333vw 0 22.1333333333vw;
    max-width: initial;
    width: 80%;
  }
}

.meigen-item {
  align-items: center;
  cursor: pointer;
  display: none;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: center;
  line-height: 2;
  margin-bottom: 190px;
  text-align: center;
  width: 426px;
}
.meigen-item.js-active {
  display: flex;
}
.meigen-item img {
  width: 100%;
}
.meigen-item:nth-of-type(even) {
  margin-left: 108px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .meigen-item {
    margin-left: 50px;
    margin-right: 50px;
  }
  .meigen-item:nth-of-type(even) {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .meigen-item {
    margin-bottom: 34.6666666667vw;
    min-height: 71.4666666667vw;
    width: 71.4666666667vw;
  }
  .meigen-item:nth-of-type(even) {
    margin-left: 0;
  }
  .meigen-item:last-of-type {
    margin-bottom: 0;
  }
  .meigen-item:nth-last-of-type(2) {
    margin-bottom: 34.6666666667vw;
  }
}

.meigen-more {
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 3px solid #aeaeae;
  border-radius: 36px;
  color: #aeaeae;
  display: block;
  font-size: 2.6rem;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", "HiraKakuPro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0 auto;
  padding: 10px 20px;
  position: relative;
  width: 287px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .meigen-more {
    border: 2px solid #aeaeae;
    font-size: 3.4666666667vw;
    padding: 1.3066666667vw 1.6vw;
    width: 38.1333333333vw;
  }
}
.meigen-more span {
  transform: translate(-2px, 2px);
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .meigen-more span {
    transform: translate(-1px, 2px);
  }
}
.meigen-more:disabled {
  opacity: 0.6;
}

.titles {
  display: none;
  padding-top: 50px;
}
.titles.js-active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .titles {
    padding-top: 0;
  }
}

.campaigns {
  padding-bottom: 50px;
}

.campaign {
  margin: 0 auto;
  max-width: 940px;
  padding-top: 40px;
}
.campaign__title {
  font-size: 2.4rem;
  font-weight: bold;
}
.campaign__books {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .campaign__title {
    font-size: 4.2666666667vw;
    padding: 0 20px;
  }
  .campaign__books {
    padding-left: 20px;
    margin-top: 4.2666666667vw;
  }
}

.campaign-books {
  position: relative;
}
.campaign-books .slick-arrow {
  -webkit-appearance: none;
          appearance: none;
  background-color: #d4d4d4;
  border: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 0;
  transition: 0.3s all;
  width: 40px;
}
.campaign-books .slick-arrow::before {
  background: no-repeat center;
  background-size: contain;
  content: "hoge";
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.campaign-books .slick-arrow.slick-disabled {
  background-color: #e6e6e6;
  cursor: auto;
}
.campaign-books .slick-arrow.slick-disabled.slick-prev::before {
  background-image: url(../images/arrow_white_left.svg);
}
.campaign-books .slick-arrow.slick-disabled.slick-next::before {
  background-image: url(../images/arrow_white_right.svg);
}
.campaign-books .slick-prev {
  left: -5%;
}
.campaign-books .slick-prev::before {
  background-image: url(../images/arrow_gray_left.svg);
}
.campaign-books .slick-next {
  right: -5%;
}
.campaign-books .slick-next::before {
  background-image: url(../images/arrow_gray_right.svg);
}
@media only screen and (min-width: 769px) {
  .campaign-books .slick-track {
    margin-left: initial;
    margin-right: initial;
  }
}
@media only screen and (max-width: 768px) {
  .campaign-books {
    overflow-x: scroll;
    white-space: nowrap;
    overflow-scrolling: touch;
    padding-bottom: 10px;
    padding-right: 20px;
    width: 100%;
  }
}

.book-item {
  padding: 2% 10%;
  width: 16.38554217%;
}
.book-item__link {
  transition: opacity 0.3s;
  color: inherit;
  display: block;
  text-decoration: none;
}
.book-item__link:hover {
  opacity: 0.8;
}
.book-item__link--no-link:hover {
  opacity: 1;
}
.book-item__img {
  border: 1px solid #d4d4d4;
  max-width: 100%;
}
.book-item__title {
  font-size: 1.4rem;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.book-item__author {
  color: gray;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.book-item__note {
  color: #ff6800;
  display: block;
  font-size: 1.2rem;
}
.book-item__date {
  color: #ff6800;
  display: block;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .book-item {
    display: inline-block;
    margin-left: 4vw;
    padding: 0;
    vertical-align: top;
    width: 24vw;
  }
  .book-item:first-of-type {
    margin-left: 0;
  }
  .book-item:last-of-type {
    margin-right: 20px;
  }
  .book-item__title {
    font-size: 3.2vw;
    margin-top: 0.2666666667vw;
  }
  .book-item__author {
    font-size: 3.2vw;
  }
  .book-item__note {
    font-size: 2.6666666667vw;
    margin-top: 0;
  }
  .book-item__date {
    font-size: 2.4vw;
    white-space: pre-wrap;
  }
}

.detail .campaigns {
  padding-bottom: 215px;
}
@media only screen and (max-width: 768px) {
  .detail .campaigns {
    padding-bottom: 54px;
  }
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 940px;
}

.main {
  overflow: hidden;
}

.kv {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #EB6100;
}
@media only screen and (max-width: 768px) {
  .kv {
    height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  .kv.js-ios {
    height: -webkit-fill-available;
  }
}
.kv .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 620px;
  padding: 0;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .kv .container {
    width: 100vw;
  }
}

.opening {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.opening__frame {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.opening__frame.js-hide {
  display: none;
}
.opening__frame--1 {
  z-index: 4;
}
.opening__frame--2 {
  z-index: 3;
}
.opening__frame--3 {
  z-index: 2;
  will-change: filter;
}
.opening__frame--1, .opening__frame--2, .opening__frame--3, .opening__frame--4 {
  opacity: 0;
}
.opening__frame--1.js-active, .opening__frame--2.js-active, .opening__frame--3.js-active, .opening__frame--4.js-active {
  opacity: 1;
}
.opening__frame--4 {
  transition: 0.8s background-color;
  z-index: 1;
}
.opening__frame--4.js-animation-end {
  background-color: rgba(0, 0, 0, 0);
}
.opening__image {
  max-width: 100%;
  width: auto;
}
.opening__image--1, .opening__image--2 {
  left: 50%;
  position: absolute;
  top: 50%;
}
.opening__image--1 {
  max-width: 660px;
  transform: translate(-50%, -46%);
  width: 80vw;
}
@media only screen and (max-width: 768px) {
  .opening__image--1 {
    height: auto;
    transform: translate(-50%, -56%);
    width: 66.1333333333vw;
  }
}
.opening__image--2 {
  max-width: 420px;
  transform: translate(-50%, -44%);
  width: 50vw;
}
@media only screen and (max-width: 768px) {
  .opening__image--2 {
    height: auto;
    transform: translate(-50%, -53.5%);
    width: 56vw;
  }
}
.opening__image--3, .opening__image--4, .opening__image--5 {
  left: 50%;
  position: absolute;
  top: 50%;
}
.opening__image--3 img, .opening__image--4 img, .opening__image--5 img {
  opacity: 0;
  width: 100%;
}
.opening__image--3 {
  max-width: 270px;
}
@media only screen and (min-width: 769px) {
  .opening__image--3 {
    transform: translate(-117%, -84%);
  }
}
@media only screen and (max-width: 768px) {
  .opening__image--3 {
    left: 49.6vw;
    top: 28.8vw;
    width: 35.4666666667vw;
  }
}
.opening__image--4 {
  max-width: 522px;
}
@media only screen and (min-width: 769px) {
  .opening__image--4 {
    transform: translate(-23%, -36%);
  }
}
@media only screen and (max-width: 768px) {
  .opening__image--4 {
    left: 6.9333333333vw;
    top: 66.6666666667vw;
    width: 58.4vw;
  }
}
.opening__image--5 {
  max-width: 368px;
}
@media only screen and (min-width: 769px) {
  .opening__image--5 {
    transform: translate(-110%, 32%);
  }
}
@media only screen and (max-width: 768px) {
  .opening__image--5 {
    left: 33.6vw;
    top: 104vw;
    width: 45.3333333333vw;
  }
}
.opening__title {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, calc(-50% - 36px));
}
@media only screen and (max-width: 768px) {
  .opening__title {
    transform: translate(calc(-50% + 3px), calc(-50% + 3px));
  }
}

.op-title {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.op-title__text {
  max-width: 100px;
  width: 4.835vh;
}
@media only screen and (max-width: 768px) {
  .op-title__text {
    max-width: 17.3333333333vw;
    width: 4.850746269vh;
  }
}
.op-title__text img {
  display: block;
  width: 100%;
}
.op-title__logo {
  display: block;
  max-width: 17.79448622vh;
  transform: translate(4px, 15px);
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .op-title__logo {
    transform: translate(3px, 12px);
    max-width: 64vw;
    width: 17.91044776vh;
  }
}

.kv-repeat-wrapper {
  opacity: 0;
  overflow: hidden;
}
.kv-repeat-wrapper.js-active {
  opacity: 1;
}

.kv-repeat img {
  height: 100vh;
  opacity: 0.5;
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .kv-repeat img {
    height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  .kv-repeat.js-ios img {
    height: -webkit-fill-available;
  }
}

.kv-close-item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.kv-close-item.animate2 {
  animation: fadeIn 0.65s ease forwards;
}

.introduction {
  padding: 201px 0 205px;
  text-align: center;
}
.introduction__head {
  max-width: 464px;
  margin: 0 auto;
  will-change: filter;
}
.introduction__head img {
  display: block;
  width: 100%;
}
.introduction__body {
  margin-top: 90px;
}
.introduction__body span {
  display: block;
  margin-top: 49px;
}
.introduction__body span:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .introduction {
    padding: 36.5333333333vw 0 30.4vw;
  }
  .introduction__head {
    max-width: initial;
    width: 62.6666666667vw;
  }
  .introduction__body {
    margin-top: 12vw;
  }
  .introduction__body span {
    margin-top: 27px;
  }
  .introduction__body span:first-of-type {
    margin-top: 0;
  }
}

.intro-line--1 {
  width: 362px;
}
.intro-line--2 {
  width: 430px;
}
.intro-line--3 {
  width: 500px;
}
.intro-line--4 {
  width: 394px;
}
.intro-line--5 {
  width: 327px;
}
.intro-line--6 {
  width: 390px;
}
.intro-line--7 {
  width: 482px;
}
.intro-line--8 {
  width: 438px;
}
.intro-line--9 {
  width: 420px;
}
@media only screen and (max-width: 768px) {
  .intro-line--1 {
    width: 55.4666666667vw;
  }
  .intro-line--2 {
    width: 66.1333333333vw;
  }
  .intro-line--3 {
    width: 76.8vw;
  }
  .intro-line--4 {
    width: 60vw;
  }
  .intro-line--5 {
    width: 50.1333333333vw;
  }
  .intro-line--6 {
    width: 59.7333333333vw;
  }
  .intro-line--7 {
    width: 73.3333333333vw;
  }
  .intro-line--8 {
    width: 66.4vw;
  }
  .intro-line--9 {
    width: 64.2666666667vw;
  }
}

.update {
  background-color: #f4f5f7;
  color: #000;
  padding: 127px 0;
  text-align: center;
}
.update__head {
  width: 708px;
  margin: 0 auto;
  line-height: 1;
}
.update__lead {
  width: 615px;
  margin: 60px auto 0;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .update {
    margin-top: -3.7333333333vw;
    padding: 20.2666666667vw 0 0;
  }
  .update__head {
    width: 89.6vw;
    font-size: 4.8vw;
    letter-spacing: 2px;
  }
  .update__lead {
    width: 88.5333333333vw;
    font-size: 3.2vw;
    margin-top: 8vw;
  }
}

.youtube {
  background-color: #f4f5f7;
  color: #000;
  padding: 127px 0;
  text-align: center;
}
.youtube__head {
  width: 420px;
  margin: 0 auto;
  line-height: 1;
}
.youtube__sub-head {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 4px;
}
.youtube__lead {
  width: 100%;
  margin-top: 60px;
}
.youtube__player {
  transition: all 0.3s;
  display: block;
  margin: 66px auto 0;
  max-width: 900px;
  position: relative;
}
.youtube__player:hover {
  opacity: 0.8;
}
.youtube__player.disabled {
  pointer-events: none;
}
.youtube__player.disabled::after {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  content: "Coming soon!";
  display: flex;
  font-size: 4.6rem;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.youtube__player.disabled:hover {
  opacity: 1;
}
.youtube__player img {
  width: 100%;
}
.youtube__button {
  background-color: #fff;
  border: 3px solid #aeaeae;
  border-radius: 36px;
  color: #aeaeae;
  display: inline-block;
  font-size: 2.6rem;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", "HiraKakuPro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 30px auto 0;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .youtube__button {
    border: 2px solid #aeaeae;
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
    padding: 1.3066666667vw 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .youtube {
    margin-top: -3.7333333333vw;
    padding: 21.3333333333vw 0 0;
  }
  .youtube__head {
    width: 53.3333333333vw;
  }
  .youtube__lead {
    margin-top: 8vw;
  }
  .youtube__player {
    margin-top: 7.4666666667vw;
  }
  .youtube__player.disabled::after {
    font-size: 8.5333333333vw;
  }
}

.stores {
  background-color: #f4f5f7;
  padding: 127px 0 255px;
}
@media only screen and (max-width: 768px) {
  .stores {
    padding: 80px 0 50px;
  }
}

.stores-title {
  align-items: center;
  border-bottom: 1px solid #ccc;
  color: #000;
  display: flex;
  font-size: 3.6rem;
  font-weight: bold;
  padding-bottom: 45px;
}
.stores-title::before {
  background: no-repeat center url(../images/icon_store.svg);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 61px;
  margin-right: 26px;
  width: 40px;
}
@media only screen and (max-width: 768px) {
  .stores-title {
    font-size: 4.2666666667vw;
    padding-bottom: 15px;
  }
  .stores-title::before {
    background-size: contain;
    margin-right: 2.1333333333vw;
    height: 30px;
    width: 30px;
  }
}

.store-list {
  display: flex;
  flex-wrap: wrap;
  margin: 71px auto 69px;
  overflow: hidden;
  transform: translateX(1px);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .store-list {
    margin: 20px 0;
    transform: translateX(0);
  }
}
.store-list__item {
  margin-bottom: 1px;
  margin-right: 0.5707762557%;
  border: 1px solid #dfe0e0;
  width: 19.4063926941%;
}
@media only screen and (min-width: 769px) {
  .store-list__item:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .store-list__item {
    margin-bottom: 2px;
    margin-right: 0.7012622721%;
    width: 24.4039270687%;
  }
  .store-list__item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.store-list .store-link {
  transition: opacity 0.3s;
  display: block;
}
.store-list .store-link:hover {
  opacity: 0.8;
}
.store-list .store-link img {
  display: block;
  width: 100%;
}

.magazines {
  background-color: #f4f5f7;
  color: #000;
  padding: 127px 0;
  text-align: center;
}
.magazines__head {
  width: 398px;
  margin: 0 auto;
  letter-spacing: 7px;
  line-height: 1;
}
.magazines__lead {
  width: 718px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .magazines {
    margin-top: -3.7333333333vw;
    padding: 21.3333333333vw 0 4.2666666667vw;
  }
  .magazines__head {
    width: 49.0666666667vw;
  }
  .magazines__lead {
    margin-top: 8vw;
    width: 100%;
  }
}

.magazine-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .magazine-list {
    margin-top: 10.6666666667vw;
  }
}
.magazine-list__item {
  margin-bottom: 28px;
  margin-right: 3%;
  width: 48.5%;
}
@media only screen and (min-width: 769px) {
  .magazine-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .magazine-list__item:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .magazine-list__item {
    margin-bottom: 5.3333333333vw;
    margin-right: 0;
    width: 100%;
  }
  .magazine-list__item:last-of-type {
    margin-bottom: 0;
  }
}
.magazine-list .magazine-link {
  transition: opacity 0.3s;
  display: block;
}
.magazine-list .magazine-link:hover {
  opacity: 0.8;
}
.magazine-list .magazine-link img {
  display: block;
  width: 100%;
}

.meigen-tap {
  background: no-repeat center url(../images/icon_meigen_tap.png);
  background-size: contain;
  bottom: 30px;
  border-radius: 50%;
  display: none;
  height: 100px;
  opacity: 0;
  position: fixed;
  right: 20px;
  transition: 0.3s all;
  transform: translateX(50px);
  width: 100px;
}
.meigen-tap.js-active {
  opacity: 1;
  transform: translateX(0);
}
.meigen-tap.js-active.js-titles {
  opacity: 0;
  transform: translateX(50px);
}
@media only screen and (max-width: 768px) {
  .meigen-tap {
    display: block;
  }
}

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

.vis-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .vis-sp {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .container--campaigns {
    padding: 0;
  }
}