@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */ }

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */ }

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

input {
  -webkit-border-radius: 0; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */ }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */ }

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */ }

pre {
  overflow: auto;
  /* Internet Explorer 11- */ }

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */ }

small {
  font-size: 75%;
  /* All browsers */ }

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */ }

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */ }

[hidden] {
  display: none;
  /* Internet Explorer 10- */ }

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

* {
  font-size: inherit;
  line-height: inherit; }

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

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0; }

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility; }

/* specify the text decoration of anchors */
a {
  text-decoration: none; }

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent; }

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none; }

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none; }

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */ }

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */ }

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* specify the resizability of textareas */
textarea {
  resize: vertical; }

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none; }

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

/*# sourceMappingURL=sanitize.css.map */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row__item {
    width: 100%; }
    .row__item--mobile-1 {
      width: 8.33333%; }
    .row__item--mobile-2 {
      width: 16.66667%; }
    .row__item--mobile-3 {
      width: 25%; }
    .row__item--mobile-4 {
      width: 33.33333%; }
    .row__item--mobile-5 {
      width: 41.66667%; }
    .row__item--mobile-6 {
      width: 50%; }
    .row__item--mobile-7 {
      width: 58.33333%; }
    .row__item--mobile-8 {
      width: 66.66667%; }
    .row__item--mobile-9 {
      width: 75%; }
    .row__item--mobile-10 {
      width: 83.33333%; }
    .row__item--mobile-11 {
      width: 91.66667%; }
    .row__item--mobile-12 {
      width: 100%; }
    .row__item--mobile-fifth {
      width: 20%; }
    @media screen and (min-width: 768px) {
      .row__item--tablet-1 {
        width: 8.33333%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-2 {
        width: 16.66667%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-3 {
        width: 25%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-4 {
        width: 33.33333%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-5 {
        width: 41.66667%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-6 {
        width: 50%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-7 {
        width: 58.33333%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-8 {
        width: 66.66667%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-9 {
        width: 75%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-10 {
        width: 83.33333%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-11 {
        width: 91.66667%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-12 {
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-fifth {
        width: 20%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-1 {
        width: 8.33333%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-2 {
        width: 16.66667%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-3 {
        width: 25%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-4 {
        width: 33.33333%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-5 {
        width: 41.66667%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-6 {
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-7 {
        width: 58.33333%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-8 {
        width: 66.66667%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-9 {
        width: 75%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-10 {
        width: 83.33333%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-11 {
        width: 91.66667%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-12 {
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      .row__item--desktop-fifth {
        width: 20%; } }
  .row--std {
    margin: -10px; }
    .row--std .row__item {
      padding: 10px; }
  .row--std-pb0 {
    margin: -10px; }
    .row--std-pb0 .row__item {
      padding: 10px; }
      @media screen and (max-width: 767px) {
        .row--std-pb0 .row__item {
          padding: 10px 10px 0 10px; } }
  .row--wide {
    margin: -10px; }
    @media screen and (min-width: 768px) {
      .row--wide {
        margin: -20px; } }
    .row--wide .row__item {
      padding: 10px; }
      @media screen and (min-width: 768px) {
        .row--wide .row__item {
          padding: 20px; } }
  @media screen and (max-width: 767px) {
    .row--reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .row--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 1024px) {
    .container {
      max-width: 1064px; } }

/*********************/
/*  ヘッダー  */
/*********************/
/*  ヘッダー AおよびB */
.header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 1px 1pxrgba #000000, 0.16;
  box-shadow: 0 1px 1pxrgba #000000, 0.16; }
  .header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0; }
    @media screen and (min-width: 1024px) {
      .header__body {
        padding: 0; } }
  .header__logo {
    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 screen and (max-width: 767px) {
      .header__logo {
        margin: auto; } }
  .header__img {
    width: 100px;
    height: 40px;
    margin: auto; }
    @media screen and (min-width: 768px) {
      .header__img {
        width: 145px; } }
  .header__copy {
    font-size: 1.4rem;
    color: #fff;
    margin-left: 2em;
    margin-top: .5rem; }
    @media screen and (min-width: 1024px) and (max-width: 1270px) {
      .header__copy {
        display: none; } }
  .header__btn {
    position: absolute;
    display: block;
    top: 50%;
    right: 0; }
    @media screen and (min-width: 768px) {
      .header__btn {
        right: 20px; } }
  @media screen and (max-width: 1023px) {
    .header__contact {
      display: none; } }
  .header__contact .btn {
    color: #000000;
    background: #c1c1c1;
    padding: 10px 20px; }
  .header__contact--pc-fixed {
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 1023px) {
      .header__contact--pc-fixed {
        display: none; } }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header--fixed {
    position: fixed; }
  .header--wide .header__body {
    padding: 15px 30px; }
    @media screen and (min-width: 1024px) {
      .header--wide .header__body {
        padding: 0 30px; } }

.menu-btn {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (min-width: 1024px) {
    .menu-btn {
      display: none; } }
  .menu-btn__line {
    position: absolute;
    top: 50%;
    left: 25%;
    display: block;
    width: 50%;
    height: 1px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    background: #fff; }
    .menu-btn__line:nth-child(1) {
      -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
      transform: translateY(-12px); }
    .menu-btn__line:nth-child(2) {
      top: 50%; }
    .menu-btn__line:nth-child(3) {
      -webkit-transform: translateY(12px);
      -ms-transform: translateY(12px);
      transform: translateY(12px); }
  .menu-btn--open .menu-btn__line:nth-child(1) {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg); }
  .menu-btn--open .menu-btn__line:nth-child(2) {
    opacity: 0; }
  .menu-btn--open .menu-btn__line:nth-child(3) {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }

@media screen and (max-width: 1023px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.8); } }

@media screen and (max-width: 1023px) {
  .gnav--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .gnav-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .gnav-list__item {
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
    .gnav-list__item:hover {
      opacity: .7; }
    @media screen and (min-width: 1024px) {
      .gnav-list__item + .gnav-list__item {
        margin-left: 30px; } }
    @media screen and (min-width: 1024px) {
      .gnav-list__item--pc-none {
        display: none !important; }
        .gnav-list__item--pc-none .gnav-list__link,
        .gnav-list__item--pc-none .btn {
          display: none !important; } }
  .gnav-list__link {
    position: relative;
    display: block;
    color: #fff;
    line-height: 1.2;
    padding: 10px; }
    @media screen and (min-width: 768px) {
      .gnav-list__link {
        padding: 20px 10px;
        line-height: 1.3; } }
    .gnav-list__link-en, .gnav-list__link-ja {
      display: block; }
    .gnav-list__link-en {
      font-size: 2.6rem;
      font-family: 'Sacramento', cursive; }
      @media screen and (min-width: 768px) {
        .gnav-list__link-en {
          font-size: 3.4rem; } }
      @media screen and (min-width: 1024px) {
        .gnav-list__link-en {
          font-size: 2.8rem; } }
    .gnav-list__link-ja {
      font-size: 1.2rem;
      letter-spacing: .1rem; }
      @media screen and (min-width: 768px) {
        .gnav-list__link-ja {
          font-size: 1.4rem; } }
      @media screen and (min-width: 1024px) {
        .gnav-list__link-ja {
          font-size: 1.2rem; } }

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../images/slide01.png);
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  .hero__message {
    display: block;
    width: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000000;
    text-align: center;
    text-shadow: 1px 1px 2px #fff; }
  .hero__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .hero--std {
    height: 300px; }
    @media screen and (min-width: 768px) {
      .hero--std {
        height: 400px; } }
    @media screen and (min-width: 1024px) {
      .hero--std {
        height: 500px; } }
    .hero--std .hero__message {
      top: 65%; }
      @media screen and (min-width: 1024px) {
        .hero--std .hero__message {
          top: 55%; } }
  .hero--sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 150px;
    background-image: url(../images/sub-bg.jpg);
    background-size: cover;
    background-position: center center; }
    @media screen and (min-width: 768px) {
      .hero--sub {
        height: 220px; } }
    @media screen and (min-width: 1024px) {
      .hero--sub {
        height: 300px; } }
    @media screen and (max-width: 1023px) {
      .hero--sub .hero-title {
        margin-top: 7rem; } }
  @media screen and (min-width: 1024px) {
    .hero--h-fixed .hero__message {
      top: 60%; } }
  .hero--h-fixed .hero-title {
    margin-top: 7rem; }

.hero-title {
  text-align: center; }
  .hero-title-ja {
    display: block;
    font-size: 3rem;
    line-height: 1.9; }
  .hero-title-en {
    display: block;
    font-size: 1.7rem; }

.freetrial-banner-wrap {
  position: absolute;
  width: 100%;
  bottom: 65px; }

.freetrial-banner {
  position: relative;
  display: block;
  width: 85%;
  text-align: center;
  background: rgba(211, 180, 49, 0.95);
  -webkit-box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.75);
  margin: auto;
  padding: 15px 10px;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out; }
  @media screen and (min-width: 768px) {
    .freetrial-banner {
      padding: 15px;
      width: 80%; } }
  @media screen and (min-width: 1300px) {
    .freetrial-banner {
      display: none; } }
  .freetrial-banner__title {
    font-size: 1.6rem;
    color: #000000;
    margin-right: .5em; }
    @media screen and (min-width: 768px) {
      .freetrial-banner__title {
        font-size: 2.4rem;
        margin-right: 2em; } }
  .freetrial-banner__copy {
    font-size: 1.2rem;
    color: #000000; }
    @media screen and (min-width: 768px) {
      .freetrial-banner__copy {
        font-size: 1.8rem; } }
  .freetrial-banner:hover {
    background: rgba(211, 180, 49, 0.9);
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.75); }

.nav-freetrial {
  margin-top: 2rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .nav-freetrial {
      width: 450px; } }
  @media screen and (min-width: 1024px) {
    .nav-freetrial {
      display: none; } }

.nav-freetrial-banner {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background: rgba(211, 180, 49, 0.95);
  -webkit-box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.75);
  margin: auto;
  padding: 15px 10px; }
  @media screen and (min-width: 768px) {
    .nav-freetrial-banner {
      padding: 15px 30px; } }
  @media screen and (min-width: 1024px) {
    .nav-freetrial-banner {
      display: none; } }
  @media screen and (min-width: 1300px) {
    .nav-freetrial-banner {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .nav-freetrial-banner__title, .nav-freetrial-banner__copy {
      display: none; } }
  .nav-freetrial-banner__title {
    font-size: 1.6rem;
    color: #000000;
    margin-right: .5em; }
  .nav-freetrial-banner__copy {
    font-size: 1.2rem;
    color: #000000; }

.scroll-down {
  position: absolute;
  top: 85%;
  left: 15px;
  font-size: 1rem;
  color: #BFB0A2;
  letter-spacing: .3rem;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
  z-index: 100;
  display: none; }
  @media screen and (min-width: 768px) {
    .scroll-down {
      top: 50%;
      left: 30px;
      font-size: 1.2rem; } }
  @media screen and (min-width: 1024px) {
    .scroll-down {
      display: block; } }
  .scroll-down:before {
    display: inline-block;
    content: "";
    width: 50px;
    height: 1px;
    background: #BFB0A2;
    vertical-align: super;
    margin-right: .5rem;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out; }
  .scroll-down:hover:before {
    width: 25px; }

/*********************/
/*  ヒーロー内のコピー文  */
/*********************/
.message {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 10px; }
  @media screen and (min-width: 768px) {
    .message {
      padding-left: 20px; } }
  .message__box {
    position: absolute;
    display: block;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .message__box {
        top: 50%; } }
    @media screen and (max-width: 767px) {
      .message__box--adult {
        top: 42%; } }
  .message__title {
    width: 90vw;
    max-width: 500px;
    margin: 0 auto;
    color: #fff;
    font-size: 2.2rem;
    font-weight: normal;
    text-align: center;
    white-space: nowrap; }
    @media screen and (min-width: 768px) {
      .message__title {
        font-size: 3.5rem;
        width: auto;
        max-width: 668px;
        margin: 0 auto 2rem; } }
  .message__title-img {
    margin: auto;
    width: 85%;
    height: 80px; }
    .message__title-img--adult {
      width: 50%; }
  .message__description {
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    line-height: 2.8;
    letter-spacing: .05rem;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 1rem auto;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .message__description {
        margin: 2rem auto;
        font-size: 2rem; } }
    @media screen and (min-width: 1300px) {
      .message__description {
        font-size: 2.2rem; } }
    .message__description--black {
      color: #000000; }
      .message__description--black .message__copy {
        border-right: 1px solid #000000; }
  .message__copy {
    border-right: 1px solid #fff;
    padding-right: 5px;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt"; }
  .message__alphabet {
    text-orientation: upright; }
  .message__number {
    text-combine-upright: all; }

/*********************/
/*  TOP  */
/*********************/
.section {
  display: block;
  width: 100%;
  padding: 60px 0;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .section {
      padding: 80px 0; } }
  .section__header {
    position: relative;
    display: block;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 768px) {
      .section__header {
        margin-bottom: 5rem; } }
  .section__body {
    margin-top: 4rem; }
  .section__btn, .section__more {
    font-size: 1.2rem;
    letter-spacing: .1rem; }
  @media screen and (max-width: 1023px) {
    .section__btn {
      text-align: center;
      margin-top: 3rem; } }
  @media screen and (min-width: 1024px) {
    .section__btn {
      position: absolute;
      right: 0;
      bottom: 0; } }
  @media screen and (max-width: 767px) {
    .section__btn--hide-mobile {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .section__btn--hide-tablet {
      display: none; } }
  @media screen and (min-width: 768px) {
    .section__btn--show-mobile {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .section__btn--show-tablet {
      display: none; } }
  .section__more {
    display: block;
    margin-top: 4rem; }
  .section__link {
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000000;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    padding: 10px 70px 10px 35px;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out; }
    .section__link:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 30px;
      display: inline-block;
      font-family: 'icomoon';
      content: "\e901";
      font-size: 2rem;
      color: #000000;
      -webkit-transition: .4s ease-out;
      -o-transition: .4s ease-out;
      transition: .4s ease-out;
      margin-left: 60px; }
    .section__link:hover {
      color: #fff;
      background: #000000; }
      .section__link:hover:before {
        color: #fff;
        right: 25px; }
  .section__img {
    width: 100%; }
  .section__title {
    position: relative;
    width: 80%;
    height: 68px;
    background-image: url(../images/stripe.svg);
    background-repeat: repeat-x;
    background-size: 68px 68px;
    margin: auto;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg); }
    @media screen and (min-width: 768px) {
      .section__title {
        width: 50%; } }
    .section__title-en, .section__title-ja {
      display: block;
      color: #000000;
      -webkit-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
      transform: skewX(30deg); }
    .section__title-en {
      position: relative;
      font-size: 4rem;
      font-weight: normal;
      font-family: 'Sacramento', cursive;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .section__title-en {
          font-size: 6rem; } }
      .section__title-en:before {
        position: absolute;
        content: "Title";
        top: 15px;
        left: 20px;
        white-space: nowrap; }
        @media screen and (max-width: 767px) {
          .section__title-en:before {
            left: 40%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
    .section__title-ja {
      position: absolute;
      top: -20px;
      right: 0;
      font-size: 1.5rem; }
    .section__title--news {
      width: 80%; }
      @media screen and (min-width: 768px) {
        .section__title--news {
          width: 50%; } }
      .section__title--news .section__title-en:before {
        content: "What’s new"; }
    .section__title--online {
      width: 80%; }
      @media screen and (min-width: 768px) {
        .section__title--online {
          width: 40%; } }
      .section__title--online .section__title-en:before {
        content: "Online Lesson"; }
    .section__title--lesson {
      width: 80%; }
      @media screen and (min-width: 768px) {
        .section__title--lesson {
          width: 75%; } }
      .section__title--lesson .section__title-en:before {
        content: "Lesson"; }
    .section__title--freetrial {
      width: 80%; }
      @media screen and (min-width: 768px) {
        .section__title--freetrial {
          width: 75%; } }
      .section__title--freetrial .section__title-en:before {
        content: "Free Trial"; }
    .section__title--blog {
      width: 80%; }
      @media screen and (min-width: 768px) {
        .section__title--blog {
          width: 50%; } }
      @media screen and (min-width: 1024px) {
        .section__title--blog {
          width: 90%; } }
      .section__title--blog .section__title-en:before {
        content: "Blog"; }
        @media screen and (min-width: 768px) {
          .section__title--blog .section__title-en:before {
            left: 40%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
    @media screen and (min-width: 1024px) {
      .section__title--lesson, .section__title--freetrial, .section__title--blog {
        margin-left: 2rem; } }
  .section__copy {
    font-size: 1.6rem;
    font-weight: bold;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .section__copy {
        font-size: 2rem;
        text-align: left; } }
    @media screen and (min-width: 768px) {
      .section__copy--center {
        text-align: center; } }
  .section__description {
    display: block;
    color: #000000;
    line-height: 2;
    margin-bottom: 1rem; }
    @media screen and (max-width: 1023px) {
      .section__description br {
        display: none; } }
  .section__footer {
    display: block;
    padding: 3rem 0 0; }
    .section__footer--btn-center {
      text-align: center; }
    .section__footer--btn-right {
      text-align: right; }
  .section__line {
    width: 100%;
    height: 25px;
    background-image: url(../images/stripe_gray-dark.svg);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    margin-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      .section__line {
        margin-bottom: 6rem; } }
  @media screen and (min-width: 768px) {
    .section--news {
      padding: 80px 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section--news .section__header {
      margin-bottom: 7rem; } }
  .section--summary {
    padding: 0;
    background-image: url(../images/summary_bg.png);
    background-size: cover;
    background-position: center center; }
  .section--online {
    background: #EDE8E4; }
    .section--online .section__btn {
      display: block;
      margin-top: 3rem;
      position: relative;
      text-align: center; }
  .section--lesson, .section--banner {
    background: #EDE8E4; }
  @media screen and (max-width: 767px) {
    .section--blog {
      padding-bottom: 30px; } }
  .section--contact {
    padding-top: 0;
    background: #fff; }
    @media screen and (max-width: 767px) {
      .section--contact {
        padding-bottom: 30px; } }
  .section--footer {
    background: #EDE8E4;
    padding: 0; }

/*********************/
/*  ニュース  */
/*********************/
/*  カードタイプ  */
.news-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out; }
  .news-card__link, .news-card__thumbnail, .news-card__img {
    display: block;
    width: 100%; }
  .news-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 1; }
  .news-card__thumbnail {
    position: relative;
    height: 80px;
    -webkit-box-shadow: 0 0 0 1px #7A6A56 inset;
    box-shadow: 0 0 0 1px #7A6A56 inset;
    margin-top: .5rem;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out; }
    @media screen and (min-width: 768px) {
      .news-card__thumbnail {
        height: 140px;
        margin-top: 1rem; } }
    @media screen and (min-width: 1024px) {
      .news-card__thumbnail {
        max-width: 334px; } }
    .news-card__thumbnail img {
      width: 100% !important;
      height: 100% !important;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      font-family: 'object-fit: cover; object-position: center;'; }
  .news-card__time, .news-card__category, .news-card__title, .news-card__post-title {
    display: block; }
  .news-card__time {
    font-size: 1.4rem;
    font-weight: bold;
    font-family: 'Lora', serif;
    color: #000000;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .news-card__time {
        font-size: 1.7rem; } }
  .news-card__category {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #c1c1c1;
    padding: 5px 10px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
    @media screen and (min-width: 768px) {
      .news-card__category {
        font-size: 1.3rem;
        padding: 10px 30px; } }
    .news-card__category--news {
      background: #000000; }
    .news-card__category--record {
      background: #799CA0; }
    .news-card__category--chiebukuro {
      background: #A59768; }
  .news-card__title, .news-card__post-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #000000;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
    line-height: 1.7;
    margin-top: 3.5rem;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out; }
    @media screen and (max-width: 767px) {
      .news-card__title--ellipsis, .news-card__post-title--ellipsis {
        overflow: hidden;
        min-width: 0;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  .news-card__title {
    margin-top: 2rem; }
  .news-card__post-title {
    margin-top: 2rem;
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      .news-card__post-title {
        margin-top: 2.5rem;
        font-size: 1.6rem; } }
  .news-card:hover .news-card__title,
  .news-card:hover .news-card__post-title {
    text-decoration: underline;
    -webkit-text-decoration-color: #c1c1c1;
    text-decoration-color: #c1c1c1; }

.info-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2rem 0; }
  .info-meta__time {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Lora', serif;
    color: #000000;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .info-meta__time {
        font-size: 1.7rem; } }
  .info-meta__category {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #c1c1c1;
    padding: 10px 30px;
    margin-right: 1.5rem; }
    .info-meta__category--news {
      background: #000000; }
    .info-meta__category--record {
      background: #799CA0; }
    .info-meta__category--chiebukuro {
      background: #7A6A56; }

/*********************/
/*  サマリー  */
/*********************/
.summary-card {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 20px;
  margin: auto; }
  @media screen and (min-width: 768px) {
    .summary-card {
      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;
      padding: 80px 0; } }
  @media screen and (min-width: 1024px) {
    .summary-card {
      height: 580px; } }
  .summary-card__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
  .summary-card__sentence, .summary-card__btn {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
  .summary-card__sentence {
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: .05rem;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt"; }
    @media screen and (min-width: 1024px) {
      .summary-card__sentence {
        line-height: 2;
        font-size: 1.6rem; } }
    .summary-card__sentence--whats {
      line-height: 3;
      font-size: 1.7rem; }
      @media screen and (min-width: 768px) {
        .summary-card__sentence--whats {
          font-size: 1.8rem; } }
      @media screen and (min-width: 1024px) {
        .summary-card__sentence--whats {
          font-size: 2.4rem; } }
  .summary-card__copy {
    padding-right: 8px;
    border-right: 1px solid #fff; }
  .summary-card__alphabet {
    text-orientation: upright; }
  .summary-card__number {
    text-combine-upright: all; }
  .summary-card__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .summary-card__btn {
    display: block;
    font-size: 1.2rem;
    letter-spacing: .3rem;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: right;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out; }
    .summary-card__btn:before {
      display: inline-block;
      content: "";
      width: 1px;
      height: 50px;
      background: #fff;
      margin-bottom: .5rem;
      -webkit-transition: .4s ease-out;
      -o-transition: .4s ease-out;
      transition: .4s ease-out; }
  .summary-card--left {
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out; }
    @media screen and (max-width: 767px) {
      .summary-card--left {
        padding: 70px 20px; } }
    .summary-card--left .summary-card__sentence {
      color: #fff; }
    .summary-card--left:hover {
      background: rgba(0, 0, 0, 0.6); }
      .summary-card--left:hover .summary-card__btn {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px); }
        .summary-card--left:hover .summary-card__btn:before {
          height: 40px; }
  .summary-card--right {
    background: rgba(255, 255, 255, 0.6); }

/*********************/
/*  カノンのレッスン  */
/*********************/
@media screen and (max-width: 767px) {
  .lesson {
    margin-top: 3rem; } }

.lesson__item {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .lesson__item {
      width: 420px; } }
  @media screen and (max-width: 767px) {
    .lesson__item {
      margin-bottom: 1rem; } }

.lesson__item:nth-child(odd) .lesson-card--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.lesson__item:nth-child(1) .lesson-card__box {
  background: #A59768; }

.lesson__item:nth-child(1) .lesson-card__title {
  color: #fff; }

@media screen and (min-width: 1024px) {
  .lesson__item:nth-child(1) {
    margin-right: 10rem; } }

.lesson__item:nth-child(2) .lesson-card__box {
  background: #000000; }

.lesson__item:nth-child(2) .lesson-card__title {
  color: #fff; }

@media screen and (min-width: 1024px) {
  .lesson__item:nth-child(2) {
    margin-left: 10rem; } }

.lesson__item:nth-child(3) .lesson-card__box:before {
  color: #000000; }

@media screen and (min-width: 1024px) {
  .lesson__item:nth-child(3) {
    margin-left: 5rem; } }

.lesson-card {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out; }
  .lesson-card:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px); }
  .lesson-card__link, .lesson-card__img, .lesson-card__title, .lesson-card__box {
    display: block;
    width: 100%; }
  .lesson-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 1; }
  .lesson-card__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px; }
    @media screen and (min-width: 768px) {
      .lesson-card__box {
        padding: 30px; } }
    .lesson-card__box:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 24px;
      display: inline-block;
      font-family: 'icomoon';
      content: "\e900";
      font-size: 3rem;
      color: #fff;
      -webkit-transition: .2s ease-out;
      -o-transition: .2s ease-out;
      transition: .2s ease-out;
      margin-left: 60px; }
  .lesson-card__title {
    font-weight: normal;
    line-height: 1.1; }
    .lesson-card__title-en, .lesson-card__title-ja {
      display: block; }
    .lesson-card__title-en {
      font-size: 4rem;
      font-family: 'Sacramento', cursive; }
    .lesson-card__title-ja {
      font-size: 1.4rem; }
  .lesson-card__img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;'; }
    @media screen and (min-width: 768px) {
      .lesson-card__img {
        width: 160px;
        height: 160px; } }
  .lesson-card--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

/*********************/
/*  無料体験レッスン画像  */
/*********************/
@media screen and (max-width: 767px) {
  .freetrial-img {
    margin-top: 3rem; } }

@media screen and (min-width: 768px) {
  .freetrial-img {
    margin-left: 1rem; } }

/*********************/
/*  バナー  */
/*********************/
.banner-card {
  position: relative;
  width: 100%;
  max-width: 560px;
  height: 220px;
  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;
  background-image: url(../images/2560x1600.png);
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  margin: auto; }
  @media screen and (min-width: 768px) {
    .banner-card {
      height: 240px; } }
  @media screen and (min-width: 1024px) {
    .banner-card {
      height: 340px; } }
  .banner-card--voice {
    background-image: url(../images/voice_back.jpg); }
  .banner-card--movie {
    background-image: url(../images/movie_back.jpg); }
  .banner-card:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out; }
  .banner-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
  .banner-card__title {
    color: #fff;
    text-align: center;
    z-index: 2; }
    .banner-card__title-en, .banner-card__title-ja {
      display: block;
      font-weight: normal; }
    .banner-card__title-en {
      font-size: 5rem;
      font-family: 'Sacramento', cursive; }
    .banner-card__title-ja {
      font-size: 1.5rem;
      line-height: 1.8; }
  .banner-card__more {
    position: absolute;
    top: 50%;
    right: 30px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .3rem;
    -webkit-transform: translateX(50%) rotate(90deg);
    -ms-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg);
    z-index: 2; }
    .banner-card__more:before {
      display: inline-block;
      content: "";
      width: 50px;
      height: 1px;
      background: #fff;
      vertical-align: super;
      margin-right: .5rem;
      -webkit-transition: .4s ease-out;
      -o-transition: .4s ease-out;
      transition: .4s ease-out; }
    @media screen and (max-width: 767px) {
      .banner-card__more {
        display: none; } }
  .banner-card:hover:before {
    background: rgba(0, 0, 0, 0.6); }
  .banner-card:hover .banner-card__more:before {
    width: 100px; }

/*********************/
/*  ブログ  */
/*********************/
.blog-card {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out; }
  @media screen and (max-width: 767px) {
    .blog-card {
      margin-bottom: 2rem; } }
  .blog-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .blog-card__link {
        left: -40px;
        -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
        transform: skewX(-30deg); } }
  .blog-card__box, .blog-card__thumbnail {
    width: 210px; }
    @media screen and (max-width: 767px) {
      .blog-card__box, .blog-card__thumbnail {
        width: 100%;
        margin: auto; } }
  .blog-card__box {
    margin: auto;
    margin-top: 1.5rem; }
    @media screen and (min-width: 768px) {
      .blog-card__box {
        margin-left: -1rem; } }
    @media screen and (min-width: 1024px) {
      .blog-card__box {
        margin-left: -4rem; } }
    @media screen and (max-width: 767px) {
      .blog-card__box {
        margin-right: 2rem; } }
  .blog-card__description {
    display: block;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out; }
    @media screen and (min-width: 768px) {
      .blog-card__description {
        -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
        transform: skewX(-30deg); } }
  .blog-card__inner {
    display: block;
    font-size: 1.4rem;
    margin-top: .5rem;
    line-height: 1.7; }
    @media screen and (min-width: 768px) {
      .blog-card__inner {
        margin-top: 1rem;
        font-size: 1.6rem;
        line-height: 1.8;
        -webkit-transform: skewX(30deg);
        -ms-transform: skewX(30deg);
        transform: skewX(30deg); } }
  .blog-card__thumbnail {
    position: relative;
    height: 80px;
    margin: auto;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .blog-card__thumbnail {
        height: 120px;
        -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
        transform: skewX(-30deg); } }
    .blog-card__thumbnail:before {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(0, 0, 0, 0.3);
      z-index: 1;
      -webkit-transition: .4s ease-out;
      -o-transition: .4s ease-out;
      transition: .4s ease-out; }
  .blog-card__img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center;';
    height: inherit;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .blog-card__img {
        -webkit-transform: skewX(30deg);
        -ms-transform: skewX(30deg);
        transform: skewX(30deg);
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        height: auto;
        width: auto; } }
  .blog-card__category {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: .05rem;
    white-space: nowrap;
    text-align: center;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 768px) {
      .blog-card__category {
        font-size: 1.7rem;
        -webkit-transform: skewX(30deg) translate(-50%, -50%);
        -ms-transform: skewX(30deg) translate(-50%, -50%);
        transform: skewX(30deg) translate(-50%, -50%); } }
  .blog-card__btn {
    margin-top: .5rem; }
    @media screen and (min-width: 768px) {
      .blog-card__btn {
        margin-top: 1.5rem; } }
    @media screen and (min-width: 1024px) {
      .blog-card__btn {
        margin-left: -2rem; } }
    .blog-card__btn:before {
      display: inline-block;
      content: "";
      width: 40px;
      height: 1px;
      background: #7A6A56;
      vertical-align: super;
      margin-right: .5rem;
      -webkit-transition: .4s ease-out;
      -o-transition: .4s ease-out;
      transition: .4s ease-out; }
  .blog-card__more {
    display: inline-block;
    font-size: 1.2rem;
    color: #7A6A56;
    letter-spacing: .3rem; }
  .blog-card:hover .blog-card__btn:before {
    width: 60px; }
  .blog-card:hover .blog-card__thumbnail:before {
    background: rgba(0, 0, 0, 0.6); }
  .blog-card:hover .blog-card__description {
    text-decoration: underline;
    -webkit-text-decoration-color: #c1c1c1;
    text-decoration-color: #c1c1c1; }

/*********************/
/*  ボタン  */
/*********************/
.btn {
  display: inline-block;
  text-decoration: none;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  background: #171717;
  padding: 15px 50px;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out; }
  .btn:hover {
    opacity: .7; }
  .btn--header {
    height: 50px;
    padding: 15px;
    background: #c1c1c1;
    color: #000000; }
    @media screen and (max-width: 1023px) {
      .btn--header {
        display: none; } }

/*  ------サブページ------  */
.page-article {
  margin: 0 0 5rem; }
  @media screen and (min-width: 768px) {
    .page-article {
      margin: 5rem 0; } }
  @media screen and (max-width: 767px) {
    .page-article--info {
      margin-top: 3rem; } }
  .page-article__title {
    margin: 1rem 0 3rem;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .page-article__title {
        margin: 3rem 0 6rem; } }
    .page-article__title-ja, .page-article__title-en {
      display: block;
      text-align: center; }
    .page-article__title-ja {
      font-size: 1.4rem;
      margin-bottom: .5rem; }
      @media screen and (min-width: 768px) {
        .page-article__title-ja {
          font-size: 1.6rem; } }
    .page-article__title-en {
      font-family: 'Sacramento', cursive;
      font-size: 4rem;
      font-weight: normal;
      letter-spacing: .1rem; }
      @media screen and (min-width: 768px) {
        .page-article__title-en {
          font-size: 6.4rem; } }

/*********************/
/*  見出し  */
/*********************/
.post-type-page p {
  margin-top: 1rem;
  line-height: 2;
  font-weight: normal; }

.post-type-page a:not([class]) {
  color: #D3B431;
  text-decoration: none;
  border-bottom: 1px solid #D3B431;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out; }
  .post-type-page a:not([class]):hover {
    opacity: .7; }

.post-type-page .cf:after {
  content: "";
  display: block;
  clear: both; }

.post-type-page .mt_s {
  margin-top: 2rem; }

.post-type-page .mt_m {
  margin-top: 3rem; }

.post-type-page .mt_l {
  margin-top: 4rem; }

.post-type-page .h2 {
  font-size: 2rem;
  font-weight: bold;
  background: url(../images/h2_bg.png) 50% 50% no-repeat;
  border-bottom: 5px solid #000000;
  padding-bottom: 10px;
  margin-top: 5rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .post-type-page .h2 {
      font-size: 2.6rem;
      padding: 0 0 20px 30px;
      margin-top: 5rem;
      margin-bottom: 3rem; } }
  .post-type-page .h2--pad-non {
    background-position: 50% 30%; }

.post-type-page .h3 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #171717;
  padding: 30px 0 0.5rem 4rem;
  position: relative; }
  .post-type-page .h3::before {
    content: "";
    display: block;
    width: 20px;
    height: 21px;
    background: url(../images/h3_icon.png) no-repeat;
    position: absolute;
    top: 35px;
    left: 1rem; }
    @media screen and (min-width: 768px) {
      .post-type-page .h3::before {
        top: 46px; } }
  @media screen and (min-width: 768px) {
    .post-type-page .h3 {
      font-size: 2.2rem;
      padding-top: 40px; } }

.post-type-page .pt_s {
  padding-top: 2rem; }
  .post-type-page .pt_s::before {
    top: 24px; }

.post-type-page .h4 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 20px;
  padding: 1rem 1.5rem;
  background-color: #EDE8E4; }
  @media screen and (min-width: 768px) {
    .post-type-page .h4 {
      font-size: 1.9rem;
      margin-top: 30px; } }

.post-type-page .h-question {
  margin-top: 30px;
  font-size: 1.7rem;
  padding-bottom: 1rem;
  padding-left: 65px;
  position: relative;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    .post-type-page .h-question {
      font-size: 2.1rem;
      margin-top: 50px;
      padding-left: 80px; } }
  .post-type-page .h-question__text {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #EDE8E4));
    background: -webkit-linear-gradient(transparent 70%, #EDE8E4 70%);
    background: -o-linear-gradient(transparent 70%, #EDE8E4 70%);
    background: linear-gradient(transparent 70%, #EDE8E4 70%);
    padding: 2rem 0 0.5rem; }
  .post-type-page .h-question::before {
    content: "";
    display: block;
    width: 45px;
    height: 25px;
    background-image: url(../images/q_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 2rem; }
    @media screen and (min-width: 768px) {
      .post-type-page .h-question::before {
        width: 48px;
        height: 38px;
        top: -8px; } }

.post-type-page .h-answer {
  margin-top: 1rem;
  font-size: 1.4rem;
  padding-left: 65px;
  position: relative;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    .post-type-page .h-answer {
      font-size: 1.6rem;
      padding-left: 80px; } }
  .post-type-page .h-answer::before {
    content: "";
    display: block;
    width: 45px;
    height: 25px;
    background-image: url(../images/a_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 1rem; }
    @media screen and (min-width: 768px) {
      .post-type-page .h-answer::before {
        width: 57px;
        height: 36px;
        top: -8px; } }

.post-type-page .strong,
.post-type-page .h5 {
  color: #D3B431;
  font-size: 1.7rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .post-type-page .strong,
    .post-type-page .h5 {
      font-size: 1.7rem;
      margin-top: 30px; } }

.post-type-page .strong--center {
  display: block;
  margin: 5rem auto;
  text-align: center; }

.post-type-page .ul {
  list-style: none; }
  .post-type-page .ul li {
    position: relative;
    padding: 0 0 0 2rem;
    line-height: 2; }
    .post-type-page .ul li:not(:first-child) {
      margin-top: 1rem; }
    .post-type-page .ul li::before {
      content: "";
      display: inline-block;
      background: #D3B431;
      position: absolute;
      top: 16px;
      left: 10px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (min-width: 768px) {
        .post-type-page .ul li::before {
          left: 10px; } }

.post-type-page .ol {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 30px;
  counter-reset: number 0; }
  @media screen and (min-width: 768px) {
    .post-type-page .ol {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .post-type-page .ol li {
    position: relative;
    padding: 0 0 0 3.5rem;
    font-weight: bold; }
    .post-type-page .ol li:not(:first-child) {
      margin-top: 4rem; }
    .post-type-page .ol li::before {
      font-family: 'Lora', serif;
      counter-increment: number 1;
      content: counter(number) " ";
      display: inline-block;
      background: url(../images/list_icon.png) 0% 90% no-repeat;
      position: absolute;
      top: 0;
      left: 10px;
      width: 20px;
      line-height: 0.7;
      padding-bottom: 1rem;
      font-weight: bold;
      text-align: center;
      color: #000;
      font-size: 2.8rem; }
      @media screen and (min-width: 768px) {
        .post-type-page .ol li::before {
          top: 0;
          left: 10px; } }

.post-type-page .table {
  width: 100%;
  border: 1px solid #000;
  font-size: 1.4rem; }
  @media screen and (min-width: 768px) {
    .post-type-page .table {
      font-size: 1.6rem; } }
  .post-type-page .table tr:not(:last-child) {
    border-bottom: 1px solid #000; }
  .post-type-page .table th {
    background: #EDE8E4;
    text-align: left;
    vertical-align: top;
    padding: 1rem;
    white-space: nowrap; }
    @media screen and (min-width: 768px) {
      .post-type-page .table th {
        padding: 1.5rem 3rem; } }
    .post-type-page .table th + th {
      border-left: 1px solid #000; }
  .post-type-page .table td {
    padding: 1rem;
    border-left: 1px solid #000; }
    @media screen and (min-width: 768px) {
      .post-type-page .table td {
        padding: 1.5rem 2rem; } }
  .post-type-page .table--teacher td {
    border-left: none; }

.post-type-page .span-br {
  display: inline-block; }

.post-type-page .box {
  background: #EDE8E4;
  margin-top: 2rem;
  padding: 1.5rem 2rem;
  overflow: hidden; }
  .post-type-page .box__title {
    background: url(../images/title_bg.png) 0 0/auto repeat-y;
    border-right: 3px solid #fff;
    font-weight: bold;
    font-size: 1.7rem;
    padding: 0.5rem 3rem; }
    @media screen and (min-width: 768px) {
      .post-type-page .box__title {
        font-size: 1.9rem; } }
  .post-type-page .box__img-p-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (min-width: 768px) {
      .post-type-page .box__img-p-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 1rem; } }
  .post-type-page .box__imgbox {
    display: inline-block;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto; }
  .post-type-page .box__pbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (min-width: 768px) {
      .post-type-page .box__pbox {
        padding-left: 3rem; } }

.post-type-page .lesson-btn {
  position: relative;
  display: block;
  font-family: 'Sacramento', cursive;
  color: #000000;
  background: #fff;
  padding: 2.5rem;
  font-size: 4rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out; }
  @media screen and (max-width: 767px) {
    .post-type-page .lesson-btn {
      font-size: 3rem;
      margin: .5rem;
      line-height: 1.2; } }
  .post-type-page .lesson-btn__mini {
    display: block;
    font-size: 1.4rem;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .post-type-page .lesson-btn__mini {
        font-size: 1.2rem; } }
  .post-type-page .lesson-btn::before {
    font-family: 'icomoon';
    content: "\e900";
    display: block;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px; }
    @media screen and (min-width: 768px) {
      .post-type-page .lesson-btn::before {
        right: 30px; } }
  .post-type-page .lesson-btn--ad {
    background: #000000;
    color: #fff; }
  .post-type-page .lesson-btn--ki {
    background: #A59768;
    color: #fff; }
  .post-type-page .lesson-btn:hover {
    margin-top: -5px; }

.post-type-page .cv-btn {
  display: block;
  padding: 2rem 0;
  margin: 5rem 0 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  background: #D3B431;
  color: #000;
  text-align: center;
  -webkit-box-shadow: 5px 5px 0 rgba(211, 180, 49, 0.4);
  box-shadow: 5px 5px 0 rgba(211, 180, 49, 0.4);
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out; }
  .post-type-page .cv-btn:hover {
    -webkit-box-shadow: 0px 0px 0 rgba(211, 180, 49, 0.4);
    box-shadow: 0px 0px 0 rgba(211, 180, 49, 0.4); }

.post-type-page .pagelink-btn {
  position: relative;
  display: block;
  padding: 2rem;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 2px;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out; }
  .post-type-page .pagelink-btn::before {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    font-family: 'icomoon';
    content: "\e901";
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    color: #000; }
  .post-type-page .pagelink-btn:hover {
    color: #fff;
    background: #000; }
    .post-type-page .pagelink-btn:hover::before {
      color: #fff;
      right: 13px; }
  .post-type-page .pagelink-btn--long {
    display: block; }
    @media screen and (min-width: 768px) {
      .post-type-page .pagelink-btn--long {
        display: inline; } }

.post-type-page .flow-image {
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .post-type-page .flow-image--mb-30 {
      margin-bottom: -30px; } }

.post-type-page .sub-btn-wrap {
  margin-bottom: 3rem; }

/*********************/
/*  扉  */
/*********************/
.children-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  padding: 20px; }
  .children-card:hover {
    opacity: .7; }
  .children-card__link, .children-card__thumbnail, .children-card__img, .children-card__title, .children-card__description, .children-card__bt {
    display: block;
    width: 100%; }
  .children-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none; }
  .children-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;'; }
  .children-card__btn--center {
    text-align: center; }
  .children-card__btn--right {
    text-align: right; }
  .children-card--mini {
    padding: 25px; }
    .children-card--mini .children-card__title {
      margin-top: 2rem; }
  .children-card--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .children-card__more {
    display: inline-block;
    font-size: 1.6rem;
    color: #171717;
    border: 1px solid #171717;
    padding: 5px 60px;
    margin-top: 1.5rem; }
  .children-card__title {
    font-size: 2rem;
    font-weight: bold; }
  .children-card__description {
    margin-top: 1rem;
    line-height: 1.7; }
  .children-card--bordered {
    -webkit-box-shadow: 0 0 0 1px #7A6A56;
    box-shadow: 0 0 0 1px #7A6A56; }
  .children-card--thumnail .children-card__title {
    margin-top: 1.5rem; }

.thumbnail-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out; }
  .thumbnail-card:hover {
    opacity: .7; }
  .thumbnail-card__link, .thumbnail-card__thumbnail, .thumbnail-card__img, .thumbnail-card__box, .thumbnail-card__title, .thumbnail-card__description, .thumbnail-card__bt {
    display: block;
    width: 100%; }
  .thumbnail-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none; }
  .thumbnail-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;'; }
  .thumbnail-card__btn--center {
    text-align: center; }
  .thumbnail-card__btn--right {
    text-align: right; }
  .thumbnail-card--mini {
    padding: 25px; }
    .thumbnail-card--mini .thumbnail-card__title {
      margin-top: 2rem; }
  .thumbnail-card--bordered {
    -webkit-box-shadow: 0 0 0 1px #c1c1c1;
    box-shadow: 0 0 0 1px #c1c1c1; }
  .thumbnail-card--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fff; }
  .thumbnail-card__more {
    display: inline-block;
    font-size: 1.6rem;
    color: #171717;
    border: 1px solid #171717;
    padding: 5px 60px;
    margin-top: 1.5rem; }
  .thumbnail-card__box {
    padding: 15px; }
  .thumbnail-card__title {
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem 0; }
    .thumbnail-card__title--center {
      text-align: center; }
    .thumbnail-card__title--mbcenter {
      text-align: center; }
      @media screen and (min-width: 768px) {
        .thumbnail-card__title--mbcenter {
          text-align: left; } }
  .thumbnail-card__description {
    line-height: 1.7; }

/*********************/
/*  フッター  */
/*********************/
.campaign-area {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10; }
  @media screen and (min-width: 1300px) {
    .campaign-area {
      left: 10px;
      bottom: -30px; } }
  @media screen and (min-width: 1580px) {
    .campaign-area {
      left: 0;
      bottom: -80px; } }
  @media screen and (max-width: 1299px) {
    .campaign-area {
      display: none; } }
  .campaign-area:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    bottom: -10px;
    left: -5px;
    content: "";
    background: rgba(255, 255, 255, 0.25);
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    z-index: 0; }
    @media screen and (min-width: 1300px) {
      .campaign-area:after {
        bottom: -25px; } }

.campaign-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 140px;
  height: 140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(211, 180, 49, 0.75);
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  padding-left: 1rem;
  z-index: 1; }
  @media screen and (min-width: 1300px) {
    .campaign-box {
      width: 160px;
      height: 160px; } }
  @media screen and (min-width: 1580px) {
    .campaign-box {
      width: 280px;
      height: 280px;
      padding-left: 2rem; } }
  .campaign-box__title, .campaign-box__copy {
    color: #fff;
    z-index: 1; }
  .campaign-box__title {
    font-size: 1.4rem; }
    @media screen and (min-width: 1300px) {
      .campaign-box__title {
        font-size: 1.5rem;
        margin-top: -2rem; } }
    @media screen and (min-width: 1580px) {
      .campaign-box__title {
        font-size: 2.2rem;
        letter-spacing: .16rem;
        margin-top: -6rem;
        margin-left: 1.6rem; } }
  .campaign-box__copy {
    font-size: 1.2rem;
    margin-top: .5rem; }
    @media screen and (min-width: 1300px) {
      .campaign-box__copy {
        font-size: 1.3rem; } }
    @media screen and (min-width: 1580px) {
      .campaign-box__copy {
        font-size: 1.8rem; } }

.page-top {
  position: fixed;
  top: 85%;
  right: 15px;
  font-size: 1rem;
  color: #BFB0A2;
  letter-spacing: .3rem;
  -webkit-transform: translateX(50%) rotate(90deg);
  -ms-transform: translateX(50%) rotate(90deg);
  transform: translateX(50%) rotate(90deg);
  z-index: 100;
  display: none; }
  @media screen and (min-width: 768px) {
    .page-top {
      top: 50%;
      right: 30px;
      font-size: 1.2rem; } }
  @media screen and (min-width: 1024px) {
    .page-top {
      display: block; } }
  .page-top:before {
    display: inline-block;
    content: "";
    width: 50px;
    height: 1px;
    background: #BFB0A2;
    vertical-align: super;
    margin-right: .5rem;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out; }
  .page-top:hover:before {
    width: 25px; }

.contact-area__title, .contact-area__number, .contact-area__meta {
  display: block;
  text-align: center;
  color: #7A6A56; }

.contact-area__title {
  font-size: 1.6rem;
  color: #000000; }
  @media screen and (min-width: 768px) {
    .contact-area__title {
      font-size: 2.2rem; } }

.contact-area__number {
  font-size: 2.8rem;
  letter-spacing: .1rem; }
  @media screen and (min-width: 768px) {
    .contact-area__number {
      font-size: 4.6rem;
      letter-spacing: .5rem; } }

.contact-area__meta {
  font-size: 1.6rem;
  font-weight: 500; }

.contact-table {
  width: 100%;
  max-width: 525px;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto; }
  .contact-table tr {
    font-size: 1.2rem;
    color: #7A6A56;
    text-align: center;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .contact-table tr {
        font-size: 1.6rem; } }
    .contact-table tr:first-child {
      border-bottom: 1px solid #3C3C3C; }
  .contact-table th,
  .contact-table td {
    font-weight: normal;
    padding: 5px; }
    @media screen and (min-width: 768px) {
      .contact-table th,
      .contact-table td {
        padding: 10px; } }
  @media screen and (min-width: 768px) {
    .contact-table td {
      width: 10%; }
      .contact-table td:last-child {
        width: auto; } }
  .contact-table__meta {
    display: block;
    font-size: .8rem; }
    @media screen and (min-width: 768px) {
      .contact-table__meta {
        font-size: 1rem; } }

.footer__signature {
  padding: 40px 0 60px; }
  @media screen and (min-width: 768px) {
    .footer__signature {
      padding: 60px 0; } }

.footer__other {
  color: #000000;
  background: #171717;
  padding: 30px; }
  @media screen and (min-width: 1024px) {
    .footer__other {
      padding-left: 0; } }

.footer__logo, .footer__address {
  display: block; }

.footer__address {
  font-size: 1.4rem; }
  @media screen and (min-width: 768px) {
    .footer__address {
      font-size: 1.6rem; } }

.footer__img {
  width: 160px;
  height: 45px; }
  @media screen and (max-width: 767px) {
    .footer__img {
      padding: 0 1rem;
      margin: auto; } }

.footer__copy {
  font-size: 1.4rem;
  color: #3C3C3C;
  margin: 3rem 0 1.5rem; }
  @media screen and (min-width: 768px) {
    .footer__copy {
      font-size: 1.6rem;
      margin: 3rem 0; } }

.fnav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .fnav-list {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .fnav-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    list-style: none;
    white-space: nowrap;
    color: #000000; }
    @media screen and (min-width: 768px) {
      .fnav-list__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; } }
  .fnav-list__link {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    color: inherit;
    padding: 5px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
    @media screen and (max-width: 767px) {
      .fnav-list__link {
        text-align: center;
        padding: 15px; } }
    .fnav-list__link:hover {
      opacity: .6; }

.fchild-list {
  list-style: none;
  line-height: 1.8;
  padding: 0 .5rem 1rem; }
  @media screen and (max-width: 767px) {
    .fchild-list {
      display: none; } }
  .fchild-list__item {
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
    .fchild-list__item:hover {
      opacity: .6; }
  .fchild-list__link {
    font-size: 1.4rem;
    color: inherit;
    padding-bottom: 5px; }

.other {
  display: block; }
  @media screen and (min-width: 768px) {
    .other {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .other__item {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .other__item {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .other__list {
    border-right: 1px solid #fff;
    padding: 0 1rem; }
    @media screen and (min-width: 768px) {
      .other__list {
        padding: 0 2rem; } }
    @media screen and (max-width: 767px) {
      .other__list {
        margin: .5rem 0; } }
    .other__list:first-child {
      padding-left: 0; }
    .other__list:last-child {
      border-right: none; }
  .other__link {
    display: block;
    text-decoration: none;
    font-size: 1.2rem;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
    @media screen and (min-width: 768px) {
      .other__link {
        font-size: 1.4rem;
        letter-spacing: .05rem; } }
    .other__link:hover {
      opacity: .6; }
  .other__copyright {
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: .05rem; }
    @media screen and (max-width: 767px) {
      .other__copyright {
        font-size: 1rem;
        text-align: center;
        margin-top: 2.5rem; } }

.org {
  display: block;
  list-style: none;
  color: #000000;
  line-height: 1.7; }
  .org__name {
    font-size: 1.8rem;
    font-weight: bold; }
  .org__addr, .org__phone, .org__fax, .org__meta {
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      .org__addr, .org__phone, .org__fax, .org__meta {
        font-size: 1.6rem; } }
  .org__phone, .org__fax {
    display: block; }
  @media screen and (min-width: 768px) {
    .org__phone {
      margin-right: 1.5rem; } }
  .org__phone a {
    text-decoration: none;
    color: #000000; }

.ft-sign {
  position: relative; }
  .ft-sign .sns-area {
    margin-top: 1.5rem; }
    @media screen and (min-width: 768px) {
      .ft-sign .sns-area {
        margin-top: 3rem; } }
    .ft-sign .sns-area__item {
      display: inline-block;
      vertical-align: middle;
      color: #3C3C3C;
      margin-right: 2em;
      -webkit-transition: .4s ease-out;
      -o-transition: .4s ease-out;
      transition: .4s ease-out; }
      .ft-sign .sns-area__item:before {
        display: inline-block;
        content: "";
        width: 30px;
        height: 30px;
        background-position: center center;
        background-repeat: no-repeat;
        margin-right: 1.2rem; }
      .ft-sign .sns-area__item--fb {
        background-image: url(../images/fb.svg);
        background-size: 30px 30px; }
      .ft-sign .sns-area__item--tw {
        background-image: url(../images/tw.svg);
        background-size: 30px 30px; }
      .ft-sign .sns-area__item:hover {
        opacity: .7; }

@media screen and (max-width: 767px) {
  .org-map {
    margin-top: 3.5rem; } }

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みフォーム */
.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    .form-step {
      margin-top: 3rem;
      margin-bottom: 5rem; } }
  .form-step__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    line-height: 1.2;
    background: #F7F1D1;
    list-style: none;
    color: #000000;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding-left: 10px; }
    @media screen and (max-width: 1023px) {
      .form-step__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media screen and (min-width: 768px) {
      .form-step__item {
        line-height: 40px;
        font-size: 1.6rem;
        padding-left: 15px; }
        .form-step__item br {
          display: none; } }
    .form-step__item:before {
      position: absolute;
      display: block;
      content: "";
      width: 0;
      height: 0;
      right: -10px;
      border-style: solid;
      border-width: 20px 0 20px 10px;
      border-color: transparent transparent transparent #F7F1D1;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .form-step__item:before {
          right: -15px;
          border-width: 20px 0 20px 15px; } }
    .form-step__item:nth-child(1) {
      background: #eee; }
      .form-step__item:nth-child(1):before {
        border-color: transparent transparent transparent #eee; }
    .form-step__item:nth-child(2) {
      background: #c1c1c1; }
      .form-step__item:nth-child(2):before {
        border-color: transparent transparent transparent #c1c1c1; }
    .form-step__item:nth-child(3) {
      background: #7A6A56; }
      .form-step__item:nth-child(3):before {
        display: none; }

.form {
  font-size: 1.6rem;
  color: #000000;
  background: #eee;
  padding: 10px;
  margin: 1rem 0; }
  @media screen and (min-width: 768px) {
    .form {
      padding: 15px; } }
  @media screen and (min-width: 1024px) {
    .form {
      font-size: 1.4rem;
      padding: 30px; } }
  @media screen and (max-width: 767px) {
    .form__row {
      padding: 10px; } }
  @media screen and (min-width: 768px) {
    .form__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .form__required {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .1rem;
    color: #fff;
    padding: 0 5px;
    margin-left: 1rem;
    vertical-align: text-top;
    background: #171717; }
    @media screen and (max-width: 1023px) {
      .form__required {
        margin-bottom: 1rem; } }
    @media screen and (min-width: 768px) {
      .form__required {
        float: right; } }
  .form__item {
    color: #000000;
    margin: .5rem 0; }
    @media screen and (min-width: 768px) {
      .form__item {
        margin: 1.5rem; } }
    @media screen and (max-width: 767px) {
      .form__item br {
        display: none; } }
    .form__item:first-child {
      font-weight: bold; }
      @media screen and (min-width: 768px) {
        .form__item:first-child {
          width: 25%; } }
    .form__item:last-child {
      position: relative; }
      @media screen and (min-width: 768px) {
        .form__item:last-child {
          width: 75%; } }
  .form__text, .form__textarea, .form__number, .form__email, .form__zip {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 10px; }
  .form__zip {
    display: inline-block;
    width: 220px;
    margin-bottom: 1rem; }
  .form__select {
    position: relative;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #000000;
    line-height: 30px;
    text-align: left;
    text-indent: 5px;
    vertical-align: middle;
    width: 110px;
    padding: 5px; }
  .form__radio, .form__check {
    display: none; }
    .form__radio:checked + .mwform-radio-field-text:before, .form__check:checked + .mwform-radio-field-text:before {
      opacity: 1; }
    .form__radio:checked + .mwform-checkbox-field-text:after, .form__check:checked + .mwform-checkbox-field-text:after {
      content: "";
      display: block;
      position: absolute;
      top: 3px;
      left: 4px;
      width: 7px;
      height: 10px;
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff; }
    .form__radio:checked + .mwform-checkbox-field-text:before, .form__check:checked + .mwform-checkbox-field-text:before {
      background: #171717; }
  .form .mwform-radio-field-text {
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: block;
    padding: 0 0 0 25px;
    vertical-align: middle;
    cursor: pointer; }
    .form .mwform-radio-field-text:hover:after {
      border-color: #171717; }
    .form .mwform-radio-field-text:after {
      -webkit-transition: border-color 0.2s linear;
      -o-transition: border-color 0.2s linear;
      transition: border-color 0.2s linear;
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      margin-top: -8px;
      width: 16px;
      height: 16px;
      border: 1px solid #171717;
      content: '';
      background: #fff;
      z-index: 0; }
    .form .mwform-radio-field-text:before {
      -webkit-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 4px;
      width: 8px;
      height: 8px;
      background: #171717;
      opacity: 0;
      z-index: 1; }
      @media screen and (min-width: 1024px) {
        .form .mwform-radio-field-text:before {
          top: 7px; } }
  .form .mwform-checkbox-field-text {
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: block;
    padding: 0 0 0 25px;
    vertical-align: middle;
    cursor: pointer; }
    .form .mwform-checkbox-field-text:before {
      -webkit-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      content: "";
      display: block;
      position: absolute;
      top: 2px;
      left: 0;
      width: 15px;
      height: 15px;
      border: 1px solid #171717;
      background: #fff; }
  .form .mwform-radio-field label,
  .form .mwform-checkbox-field label {
    cursor: pointer; }
  .form__image {
    width: 100%; }
  .form__checkbox--region:after {
    border-radius: 6px; }
  .form__checkbox--region:before {
    width: 5px;
    height: 9px;
    border-right: 3px solid #171717;
    border-bottom: 3px solid #171717;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .form__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3rem 0; }
  .form__button, .form__back, .form__submit {
    display: inline-block;
    margin: 0 auto;
    padding: 15px 45px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    background: #7A6A56;
    cursor: pointer;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
    .form__button:hover, .form__back:hover, .form__submit:hover {
      background: #171717; }
    .form__button:visited, .form__back:visited, .form__submit:visited {
      background: #c1c1c1; }
  .form ::-webkit-input-placeholder {
    color: #7A6A56; }
  .form ::-moz-placeholder {
    color: #7A6A56;
    opacity: 1; }
  .form :-ms-input-placeholder {
    color: #7A6A56; }

.button-area {
  padding: 3rem 0 1rem; }
  @media screen and (min-width: 768px) {
    .button-area {
      padding: 5rem 0 2rem; } }

/*  パンくず  */
.breadcrumb {
  background: #fff; }
  .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none; }
    @media screen and (min-width: 768px) {
      .breadcrumb-list {
        padding: 2.6rem 3rem; } }
    .breadcrumb-list__link {
      -webkit-transition: .4s ease-out;
      -o-transition: .4s ease-out;
      transition: .4s ease-out;
      color: #000000; }
      .breadcrumb-list__link:hover {
        color: #7A6A56;
        opacity: 1; }
    .breadcrumb-list__sep {
      position: relative;
      display: inline-block;
      width: 6px;
      height: 10px;
      margin: 0 1rem;
      border-right: 1px solid #000000; }

/*  ページ送り  */
.pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5rem 0 0; }
  .pager-list__item {
    margin: 15px 5px 10px;
    list-style: none;
    position: relative;
    color: #fff;
    background: #000000;
    width: 47px;
    height: 45px;
    line-height: 45px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
  .pager-list__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      .pager-list__link {
        font-size: 2rem; } }
    .pager-list__link--number {
      color: #fff;
      text-align: center;
      font-size: 1.8rem; }
    .pager-list__link--prev:before {
      content: "";
      position: absolute;
      width: 11px;
      height: 11px;
      top: 50%;
      left: 50%;
      border-top: 1px solid #fff;
      margin: 0 10px 1px 0;
      border-right: 1px solid #fff;
      -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
      transform: translate(-50%, -50%) rotate(-135deg); }
    .pager-list__link--next::after {
      content: "";
      position: absolute;
      width: 11px;
      height: 11px;
      top: 50%;
      left: 50%;
      border-top: 1px solid #fff;
      margin: 0 10px 1px 0;
      border-right: 1px solid #fff;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .pager-list__link:hover {
      opacity: .6; }

.single-pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5rem 0 0;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out; }
  .single-pager-list__item {
    margin: 15px 8px 10px;
    list-style: none;
    position: relative;
    color: #fff;
    background: #000000;
    width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 2rem 3rem;
    text-align: center;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
    .single-pager-list__item--next, .single-pager-list__item--prev {
      width: 50px;
      padding: 0; }
  .single-pager-list__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      .single-pager-list__link {
        font-size: 1.6rem; } }
    .single-pager-list__link--number {
      text-align: center;
      color: #fff;
      font-size: 1.4rem; }
      @media screen and (min-width: 768px) {
        .single-pager-list__link--number {
          font-size: 1.6rem; } }
    .single-pager-list__link--prev:before {
      content: "";
      position: absolute;
      width: 11px;
      height: 11px;
      top: 50%;
      left: 54%;
      border-top: 1px solid #fff;
      margin: 0 10px 1px 0;
      border-right: 1px solid #fff;
      -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
      transform: translate(-50%, -50%) rotate(-135deg); }
    .single-pager-list__link--next::after {
      content: "";
      position: absolute;
      width: 11px;
      height: 11px;
      top: 50%;
      left: 46%;
      border-top: 1px solid #fff;
      margin: 0 10px 1px 0;
      border-right: 1px solid #fff;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .single-pager-list__link:hover {
      opacity: .6; }

.slider {
  margin-top: 5rem; }
  @media screen and (min-width: 768px) {
    .slider {
      margin-top: 7rem; } }

.slide {
  position: relative; }
  .slide__item {
    height: 100vh;
    background: no-repeat center center;
    background-size: cover; }
    @media screen and (min-width: 1024px) {
      .slide__item {
        background-position: bottom; } }
    .slide__item:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .slide__item:nth-child(1) {
      background-image: url(../images/slide01.jpg); }
    .slide__item:nth-child(2) {
      background-image: url(../images/slide02.jpg); }
    .slide__item:nth-child(3) {
      background-image: url(../images/slide03.jpg); }
    .slide__item:nth-child(4) {
      background-image: url(../images/slide04.jpg); }

.slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 1300px) {
    .slick-dots {
      bottom: 40px; } }
  .slick-dots li {
    font-size: 0;
    width: 4px;
    height: 30px;
    background-color: #fff;
    margin: 0 5px; }
    @media screen and (min-width: 768px) {
      .slick-dots li {
        width: 4px;
        height: 30px; } }
  .slick-dots li.slick-active {
    background-color: #000000;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999; }
  .loader__icon {
    position: absolute;
    border-left: 2px solid #7A6A56;
    border-top: 2px solid rgba(122, 106, 86, 0.2);
    border-right: 2px solid rgba(122, 106, 86, 0.2);
    border-bottom: 2px solid rgba(122, 106, 86, 0.2);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear; }
  .loader__icon, .loader__icon:after {
    border-radius: 50%;
    width: 46px;
    height: 46px; }

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px; }
  @media screen and (min-width: 768px) {
    .gallery {
      margin: -20px; } }
  .gallery-item {
    width: 100%;
    padding: 10px; }
    @media screen and (min-width: 768px) {
      .gallery-item {
        padding: 20px; } }
    @media screen and (min-width: 768px) {
      .gallery-columns-2 .gallery-item {
        width: 50%; } }
    @media screen and (min-width: 768px) {
      .gallery-columns-3 .gallery-item {
        width: 33.33333%; } }
    @media screen and (min-width: 768px) {
      .gallery-columns-4 .gallery-item {
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      .gallery-columns-4 .gallery-item {
        width: 25%; } }
    @media screen and (min-width: 768px) {
      .gallery-columns-5 .gallery-item {
        width: 20%; } }
    .gallery-item img {
      max-width: 100%;
      height: auto; }
  .gallery-caption {
    text-align: center;
    padding: 5px; }

:root {
  font-size: 62.5%; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?uqlevt");
  src: url("../fonts/icomoon.eot?uqlevt#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?uqlevt") format("truetype"), url("../fonts/icomoon.woff?uqlevt") format("woff"), url("../fonts/icomoon.svg?uqlevt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Lora", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #000000;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased; }

.font-lora {
  font-family: 'Lora', serif; }

.font-sacramento {
  font-family: 'Sacramento', cursive; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.clearfix {
  clear: both; }

:focus {
  outline: 0; }

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto; }
  @media screen and (min-width: 768px) {
    .alignleft,
    .alignright,
    .aligncenter {
      margin: 2em auto; } }

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0; } }

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em; } }

img.aligncenter {
  max-width: 100%;
  height: auto; }
  @media screen and (min-width: 768px) {
    img.aligncenter {
      margin: 2em auto; } }

@media screen and (max-width: 767px) {
  .sp-none {
    display: none; } }

.moviewrap {
  margin-top: 2rem;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .moviewrap {
      margin-top: 3rem; } }
  .moviewrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
