@charset "UTF-8";
/* ----------------------------------------
このCSSは、FLOCSSに従ってCSS設計を行っています。
| FLOCSSについて | https://github.com/hiloki/flocss
---------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Montserrat:wght@400..700&display=swap");
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  src: url("../fonts/RiiPopkkR-subset.woff") format("woff");
  font-family: 'ri-pop';
}

/* ----------------------------------------
Foundation - base -
プロジェクトにおける基本的なスタイルを定義します。
ページの下地としての全体の背景や、基本的なタイポグラフィなどが該当します。
---------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  list-style: none;
}

html {
  font-size: 62.5%;
}

@media only screen and (max-width: 1023px) {
  html {
    overflow-x: hidden;
  }
}

/* ---------------------------------------- */
body {
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt";
  background: url(../images/common/bg-left.png) no-repeat top left/20em auto, url(../images/common/bg-right.png) no-repeat top right/20em auto, url(../images/common/bg.svg) no-repeat top 15em left/100% auto, #FFF8EA;
  color: #43290C;
  font-family: "Kosugi Maru", -apple-system, sans-serif;
  font-feature-settings: "palt" 1;
  font-feature-settings: "palt";
  font-size: 1.5vw;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2;
}

@media only screen and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1023px) {
  body {
    font-size: 3.25vw;
  }
}

@media only screen and (min-width: 1400px) {
  body {
    font-size: 1vw;
  }
}

body#top {
  background: url(../images/common/bg-left.png) no-repeat top left/20em auto, url(../images/common/bg-right.png) no-repeat top right/20em auto, url(../images/common/bg-top.svg) no-repeat top 15em left/100% auto, #FFF8EA;
}

@media only screen and (max-width: 1023px) {
  body {
    background-size: 50% auto, 50% auto, 100% auto;
  }
  body#top {
    background-size: 40% auto, 40% auto, 100% auto;
  }
}

main {
  display: block;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
}

h4 {
  font-size: 120%;
}

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

iframe {
  vertical-align: bottom;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

svg {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}

a {
  color: inherit;
  color: #76B661;
}

a:hover {
  text-decoration: none;
}

rt {
  font-size: 30%;
}

*::before,
*::after {
  pointer-events: none;
}

/* ----------------------------------------
form style
---------------------------------------- */
input,
button,
select,
textarea {
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
}

textarea {
  width: 100% !important;
  resize: vertical;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
input[type="select-one"],
textarea {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  border: solid 1px #FFF;
  border-radius: 4px;
  background-color: #FFF;
  font-family: inherit;
  font-size: 1.8rem;
}

select {
  width: 100%;
  padding: 5px;
  border: solid 1px #D3CDBD;
}

textarea {
  min-height: 150px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}

button {
  display: inline-block;
  margin: 10px;
}

/* ----------------------------------------
Component
再利用できるパターンとして、小さな単位のモジュールを定義します。
grid/button/form/media...
---------------------------------------- */
.c-section {
  margin: 0 auto;
  padding: 2.5em 2em 5em;
}

.c-section.is-small {
  max-width: 50em;
}

.c-section.is-medium {
  max-width: 60em;
}

.c-section.is-large {
  max-width: 70em;
}

.c-box {
  padding: 2em;
  border: solid .5em #FFE990;
  border-radius: 2em;
  background-color: #fff;
  box-shadow: 0 0 1em rgba(255, 180, 0, 0.3);
}

.c-box > *:first-child {
  margin-top: 0 !important;
}

.c-box > *:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1023px) {
  .c-scroll {
    overflow-x: scroll;
  }
  .c-scroll > * {
    width: 100%;
    min-width: 130vw;
  }
  .c-scroll::after {
    display: block;
    font-size: smaller;
    content: '※横にスクロールしてご覧ください。';
  }
}

.c-title {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 1em;
  line-height: 1.2;
}

.c-title > span {
  font-family: "ri-pop";
  font-size: 200%;
}

.c-subTitle {
  margin-bottom: 1em;
  font-size: 150%;
}

.c-subTitle.is-side {
  line-height: 1.5;
  text-align: center;
}

.c-subTitle.is-side > span {
  display: inline-block;
  padding: 0 2.5em;
  background: url(../images/common/title_line-left.png) no-repeat left center/2em auto, url(../images/common/title_line-right.png) no-repeat right center/2em auto;
}

.c-miniTitle {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
  font-size: 120%;
}

.c-miniTitle::before {
  position: absolute;
  top: 0;
  left: 0;
  width: .5em;
  height: 2em;
  border-radius: 1000px;
  background-color: #F5C91D;
  content: '';
}

.c-tag {
  display: inline-block;
  margin-left: .25em;
  padding: 0 1em;
  border-radius: 1000px;
  background-color: #F7AD2D;
  color: #fff;
  font-size: 80%;
}

.c-table {
  width: 100%;
  overflow: hidden;
  border-radius: 2em;
  border-collapse: separate;
}

.c-table.is-fixed {
  table-layout: fixed;
}

.c-table th, .c-table td {
  padding: 1.3em 2em 1.25em;
  border-bottom: solid 2px #F4C91E;
}

.c-table th:not(:first-child), .c-table td:not(:first-child) {
  border-left: solid 2px #F4C91E;
}

@media only screen and (max-width: 1023px) {
  .c-table th, .c-table td {
    padding: 1em .5em;
  }
}

.c-table thead th {
  background-color: #F7AD2D;
  color: #fff;
}

.c-table tbody tr:last-of-type th, .c-table tbody tr:last-of-type td {
  border-bottom: none;
}

.c-table tbody th {
  background-color: #FFF2D3;
  color: #A57300;
}

.c-table tbody td {
  background-color: #fff;
}

.c-unorder {
  display: flex;
  flex-flow: column;
}

.c-unorder li {
  position: relative;
  padding-left: 1em;
}

.c-unorder li::before {
  position: absolute;
  top: .175em;
  left: 0;
  width: 1em;
  height: 1.5em;
  background: url(../images/common/icon_unorder.svg) no-repeat center/50% auto;
  content: '';
}

.c-order {
  counter-reset: li;
}

.c-order > li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: li;
}

.c-order > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(li) ".";
}

.c-order > li > ol {
  counter-reset: child;
}

.c-order > li > ol > li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: child;
}

.c-order > li > ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(child, katakana);
}

.c-detail {
  display: flex;
  flex-wrap: wrap;
}

.c-detail dt {
  width: 25%;
  padding: 1.3em 1em 1.5em;
}

.c-detail dt:not(:last-of-type) {
  border-bottom: solid 1px #F5C91D;
}

.c-detail dd {
  width: 75%;
  padding: 1.3em 1em 1.5em;
}

.c-detail dd:not(:last-of-type) {
  border-bottom: solid 1px #AE9E8B;
}

.c-button {
  gap: .25em;
  display: inline-flex;
  padding: 1.25em 3.75em 1.25em 1.75em;
  border-radius: 1000px;
  background: url(../images/common/icon_arrow.svg) no-repeat center right 1.5em/1.5em auto, #FEE3A5;
  color: #43290C;
  text-decoration: none;
  transition: box-shadow .2s ease;
}

.c-button:hover {
  box-shadow: 0 0 1em rgba(255, 180, 0, 0.3);
}

.c-button.is-doc {
  padding-right: 2em;
  padding-left: 1.5em;
}

.c-button.is-doc::before {
  width: 1em;
  background: url(../images/common/icon_doc-white.svg) no-repeat center/auto 0.95em;
  content: '';
}

.c-button.is-doc::after {
  display: none;
}

/* ----------------------------------------
Layout
ページを構成するヘッダーやメインのコンテンツエリア、
サイドバーやフッターといったプロジェクト共通のコンテナーブロックのスタイルを定義します。
header/main/sidebar/footer...
---------------------------------------- */
@media only screen and (min-width: 1024px) {
  #l-header {
    z-index: 10;
    position: relative;
  }
}

#l-header .site {
  padding-top: 2em;
  padding-bottom: 2em;
  line-height: 0;
  text-align: center;
}

#l-header .site-name {
  display: inline-block;
  position: relative;
  width: 20em;
}

#l-header .site-name > img {
  width: 100%;
  height: auto;
}

#l-header .site-name::before {
  position: absolute;
  bottom: -1em;
  left: 1.75em;
  width: 2.5em;
  height: 2.5em;
  background: url(../images/common/site_logo-illust.png) no-repeat center/cover;
  content: '';
}

@media only screen and (min-width: 1024px) {
  #l-header .gnav-inner {
    gap: 1.5em;
    display: flex;
    justify-content: center;
  }
  #l-header .gnav-item:first-of-type, #l-header .gnav-item:last-of-type {
    margin-top: 4em;
  }
  #l-header .gnav-item:nth-of-type(2), #l-header .gnav-item:nth-of-type(5) {
    margin-top: 1.5em;
  }
  #l-header .gnav-link {
    gap: .25em;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 7em;
    height: 7em;
    background: url(../images/common/gnav_bg-off.svg) no-repeat center/cover;
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }
  #l-header .gnav-link:hover, #l-header .gnav-link.is-current {
    background: url(../images/common/gnav_bg-on.svg) no-repeat center/cover;
    color: #fff;
  }
  #l-header .gnav-link:hover > span, #l-header .gnav-link.is-current > span {
    color: #fff;
  }
  #l-header .gnav-link > span {
    color: #4E360C;
  }
  #l-header .gnav-link > small {
    font-family: "Montserrat";
    font-size: 60%;
  }
  #l-header .gnav-icon {
    display: block;
    width: 2.5em;
    height: 2.5em;
  }
  #l-header .gnav-icon > img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1023px) {
  #l-header .gnav {
    display: flex;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: -100%;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 13vw 2em 2em;
    background-color: #E0EDBF;
    transition: right 0.6s 0s ease;
  }
  #l-header .gnav.is-enable {
    right: 0;
  }
  #l-header .gnav-inner {
    overflow-y: auto;
    border-radius: 2em;
    background-color: #fff;
  }
  #l-header .gnav-item {
    display: block;
    width: 100%;
  }
  #l-header .gnav-item:not(:first-of-type) {
    border-top: solid 1px #C3E3C2;
  }
  #l-header .gnav-link {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 1.5em 2em;
    line-height: 1;
    text-decoration: none;
  }
  #l-header .gnav-link > span {
    color: #4E360C;
  }
  #l-header .gnav-icon {
    display: block;
    width: 2.5em;
    height: 2.5em;
  }
  #l-header .gnav-icon > img {
    width: 100%;
    height: auto;
  }
}

#l-header .hamburger {
  display: flex;
  z-index: 1001;
  position: fixed;
  top: 1.25em;
  right: 0;
  flex-flow: column;
  justify-content: space-between;
  width: 4em;
  height: 3em;
  padding: 1em 0 1em 1.5em;
  border-radius: 1000px 0 0 1000px;
  background-color: #D98A00;
  cursor: pointer;
}

#l-header .hamburger > span {
  display: block;
  width: 1.5em;
  height: 0.125em;
  border-radius: 1000px;
  background-color: #fff;
  transition: all 0.5s;
}

#l-header .hamburger.is-close > span:nth-of-type(1) {
  -webkit-transform: translateY(0.45em) rotate(-45deg);
  transform: translateY(0.45em) rotate(-45deg);
}

#l-header .hamburger.is-close > span:nth-of-type(2) {
  opacity: 0;
}

#l-header .hamburger.is-close > span:nth-of-type(3) {
  -webkit-transform: translateY(-0.45em) rotate(45deg);
  transform: translateY(-0.45em) rotate(45deg);
}

@media only screen and (min-width: 1024px) {
  #l-header .hamburger {
    display: none;
  }
}

#l-container {
  margin-bottom: 9em;
  background: url(../images/common/bg_tree-left.svg) no-repeat top 40% left/5em auto, url(../images/common/bg_tree-right.svg) no-repeat top 60% right/5em auto;
}

#l-footer {
  position: relative;
  padding: 6em 6em 3em 10em;
  border-radius: 10em 0 0 0;
  background: url(../images/common/footer_bg.png) no-repeat right bottom/auto 100%, #FEE3A5;
}

@media only screen and (max-width: 1023px) {
  #l-footer {
    padding-left: 4em;
    background-size: auto 70%;
  }
}

#l-footer::before {
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 10em;
  width: 8em;
  height: 9em;
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/common/footer_illust-girl.png) no-repeat center/contain;
  content: '';
}

#l-footer .site {
  display: inline-flex;
  flex-flow: column;
  align-items: flex-start;
  padding-right: 2.5em;
  background: url(../images/common/footer_illust-bug.png) no-repeat right center/auto 100%;
  line-height: 1.5;
}

#l-footer .site-corp {
  font-size: 60%;
}

#l-footer .site-name {
  font-size: 120%;
}

#l-footer .fnav {
  gap: .75em;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2em;
}

@media only screen and (max-width: 1023px) {
  #l-footer .fnav {
    flex-flow: column;
  }
}

#l-footer .fnav-item {
  position: relative;
  padding-left: 1em;
}

#l-footer .fnav-item::before {
  position: absolute;
  top: .85em;
  left: 0;
  width: .25em;
  height: .25em;
  border-radius: 100%;
  background-color: #D98A00;
  content: '';
}

@media only screen and (min-width: 1024px) {
  #l-footer .fnav-item:last-of-type {
    padding-right: 1em;
  }
  #l-footer .fnav-item:last-of-type ::after {
    position: absolute;
    top: .85em;
    right: 0;
    width: .25em;
    height: .25em;
    border-radius: 100%;
    background-color: #D98A00;
    content: '';
  }
}

#l-footer .fnav-link {
  color: #4E360C;
  text-decoration: none;
}

#l-footer .address {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  line-height: 1.5;
}

#l-footer .address-name {
  font-size: 120%;
}

#l-footer .tel {
  margin-top: .5em;
  padding: .5em 1em .5em 2em;
  border-radius: 1000px;
  background: url(../images/common/icon_tel.svg) no-repeat left 0.75em center/auto 1em, #fff;
  color: #D98A00;
  font-family: "Montserrat";
  text-decoration: none;
}

#l-footer .copyright {
  margin-top: 1em;
  color: #CD8200;
  font-family: "Montserrat";
  text-align: right;
}

#l-footer .pagetop {
  display: flex;
  visibility: hidden;
  z-index: 999;
  position: fixed;
  right: 1em;
  bottom: 1em;
  align-items: center;
  justify-content: center;
  width: 3.5em;
  height: 3.5em;
  border: solid .25em #fff;
  border-radius: 100%;
  background-color: #D98A00;
  line-height: 0;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity visibility bottom;
}

#l-footer .pagetop > img {
  -o-object-fit: contain;
  width: 50%;
  margin-bottom: .1em;
  object-fit: contain;
}

@media only screen and (min-width: 1024px) {
  #l-footer .pagetop:hover {
    bottom: 2.5em;
  }
}

#l-footer .pagetop.is-display {
  visibility: visible;
  opacity: 1;
}

/* ----------------------------------------
Project
プロジェクト固有のパターンであり、いくつかのComponentと、
それに該当しない要素によって構成されるものを定義します。
例えば、記事一覧や、ユーザープロフィール、画像ギャラリーなどコンテンツを構成する要素などが該当します。
articles/ranking/promo...
---------------------------------------- */
.p-headline {
  margin-bottom: 8em;
  padding-top: 3em;
  font-size: 200%;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .p-headline {
    margin-bottom: 3em;
  }
}

.p-instagram {
  display: inline-flex;
  align-items: center;
  padding: 1em;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 .2em 0 #C3E3C2;
  font-family: "Montserrat";
  text-decoration: none;
}

.p-instagram:hover {
  -webkit-transform: translateY(0.2em);
  transform: translateY(0.2em);
  box-shadow: 0 0 0;
  color: #f39a00;
}

.p-instagram img {
  width: 3.5em;
  height: 3.5em;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 10;
  position: absolute;
  transform: translate3d(0, 0, 0);
  text-align: center;
  transition: .3s opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateY(-50%);
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform: scale(0);
  -webkit-transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background: #007aff;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  -webkit-transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  -webkit-filter: blur(50px);
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: blur(50px);
  opacity: .6;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

#top .firstView {
  position: relative;
  overflow: hidden;
}

#top .firstView_visual {
  position: relative;
  max-width: 50em;
  overflow: initial;
  line-height: 0;
}

#top .firstView_visual::before, #top .firstView_visual::after {
  z-index: 20;
  position: absolute;
  bottom: 0;
  content: '';
}

#top .firstView_visual::before {
  left: 0;
  width: 12em;
  height: 10em;
  background: url(../images/top/firstView_illust-left.png) no-repeat center/cover;
}

@media only screen and (min-width: 1024px) {
  #top .firstView_visual::before {
    bottom: 2em;
    left: -5em;
  }
}

#top .firstView_visual::after {
  right: 0;
  width: 13em;
  height: 10em;
  background: url(../images/top/firstView_illust-right.png) no-repeat center/cover;
}

@media only screen and (min-width: 1024px) {
  #top .firstView_visual::after {
    right: -5.5em;
    bottom: 2em;
  }
}

@media only screen and (min-width: 1024px) {
  #top .firstView_visual > img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1023px) {
  #top .firstView_visual {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top .firstView_visual > img {
    width: 160%;
    height: auto;
  }
}

#top .firstView_visual .swiper-pagination-bullet-active {
  background-color: #fff;
}

#top .news .title {
  padding-top: 6em;
  background: url(../images/top/news_illust.png) no-repeat top center/auto 8em;
}

#top .news .feed-item {
  display: flex;
  position: relative;
  padding: 1em 2em 1em 1em;
  background: url(../images/top/icon_arrow.svg) no-repeat right 0.75em center/1em auto;
  text-decoration: none;
}

@media only screen and (max-width: 1023px) {
  #top .news .feed-item {
    flex-flow: column;
  }
}

#top .news .feed-item:not(:last-of-type) {
  border-bottom: solid 2px #FFEBC6;
}

#top .news .feed-item:not(:last-of-type)::before, #top .news .feed-item:not(:last-of-type)::after {
  z-index: 1;
  position: absolute;
  bottom: -4px;
  width: 10px;
  height: 5px;
  border-radius: 1000px;
  background-color: #F5C91D;
  content: '';
}

#top .news .feed-item:not(:last-of-type)::before {
  left: 0;
}

#top .news .feed-item:not(:last-of-type)::after {
  right: 0;
}

#top .news .feed-item:hover {
  background-color: #fffaf2;
}

#top .news .feed-title {
  flex: 1;
  color: #43290C;
}

#top .news .feed-date {
  width: 10em;
  color: #D98A00;
  font-family: "Montserrat";
  font-weight: bold;
}

#top .message {
  gap: 3em;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  #top .message {
    flex-flow: column;
  }
}

#top .message > * {
  width: 100%;
}

#top .message .visual > img {
  max-width: 100%;
  height: auto;
}

#top .message .title {
  margin-bottom: 1em;
  padding-bottom: 1em;
  background: url(../images/top/message_title_bg.png) no-repeat left bottom/auto 0.75em;
  font-family: "ri-pop";
  font-size: 200%;
  line-height: 1.2;
}

#top .access {
  gap: 3em;
  display: flex;
  align-items: center;
}

#top .access > * {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  #top .access {
    flex-flow: column;
  }
}

#top .access .title {
  display: inline-block;
  margin-bottom: .5em;
  padding-top: 2em;
  padding-right: 3em;
  padding-bottom: .5em;
  background: url(../images/top/access_title_illust.png) no-repeat right center/auto 100%;
  font-family: "ri-pop";
  font-size: 200%;
  line-height: 1.2;
}

#top .access .map {
  height: 20em;
  overflow: hidden;
  border-radius: 1.5em;
}

#top .access .address {
  gap: 1em 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media only screen and (max-width: 1023px) {
  #top .access .address {
    margin-top: 1em;
  }
}

#top .access .address dt, #top .access .address dd {
  padding: .25em 0;
}

#top .access .address dt {
  width: 6em;
  border-radius: 1000px;
  background-color: #fff;
  color: #CD8200;
  text-align: center;
}

#top .access .address dd {
  width: calc(100% - 8em);
}

#about .goal .point {
  gap: 1em 4em;
  display: flex;
  position: relative;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  #about .goal .point {
    flex-flow: column;
  }
}

#about .goal .point::before, #about .goal .point::after {
  position: absolute;
  width: 5.5em;
  height: 8em;
  content: '';
}

#about .goal .point::before {
  -webkit-transform: translateX(-50%) translateY(50%);
  bottom: 0;
  left: 0;
  transform: translateX(-50%) translateY(50%);
  background: url(../images/about/point_illust-girl.png) no-repeat center/cover;
}

#about .goal .point::after {
  -webkit-transform: translateX(50%) translateY(-30%);
  top: 0;
  right: 0;
  transform: translateX(50%) translateY(-30%);
  background: url(../images/about/point_illust-boy.png) no-repeat center/cover;
}

#about .goal .point-title {
  font-size: 120%;
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  #about .goal .point-title > span {
    display: block;
  }
  #about .goal .point-title > span:last-child {
    margin-left: 1em;
  }
}

#about .goal .point-list {
  gap: 1em;
  display: flex;
  flex-flow: column;
}

#about .goal .point-list > li {
  padding-left: 2em;
  background: url(../images/about/point_list_icon.png) no-repeat top 0.2em left/auto 1.8em;
}

#about .lunch {
  position: relative;
}

#about .lunch::before {
  position: absolute;
  top: 35%;
  right: 0;
  width: 7em;
  height: 8em;
  background: url(../images/about/lunch_illust-girl.png) no-repeat center/cover;
  content: '';
}

@media only screen and (min-width: 1024px) {
  #about .lunch::before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

#about .timeline {
  position: relative;
}

#about .timeline::before {
  position: absolute;
  top: -10%;
  left: 0;
  width: 6em;
  height: 9em;
  background: url(../images/about/timeline_illust-girl.png) no-repeat center/cover;
  content: '';
}

@media only screen and (min-width: 1024px) {
  #about .timeline::before {
    -webkit-transform: translateX(-110%);
    top: 10%;
    transform: translateX(-110%);
  }
}

#about .room .visual {
  gap: 1em;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  #about .room .visual {
    flex-flow: column;
  }
}

#program .timetable .inner {
  position: relative;
}

#program .timetable .tab {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  #program .timetable .tab {
    margin-bottom: 1em;
    border-radius: 1em 1em 1em 1em;
  }
}

#program .timetable .tab-012 {
  width: 15em;
  padding: 1em 0;
  border-radius: 1em 1em 0 0;
  background-color: #F7AD2D;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  #program .timetable .tab-012 {
    border-radius: 1em 0 0 1em;
  }
}

#program .timetable .tab-34 {
  width: 15em;
  padding: 1em 0;
  border-radius: 1em 1em 0 0;
  background-color: #0090B5;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  #program .timetable .tab-34 {
    border-radius: 0 1em 1em 0;
  }
}

#program .timetable .time {
  width: 10em;
}

@media only screen and (max-width: 1023px) {
  #program .timetable .time {
    width: 5em;
  }
}

#program .timetable .age345 {
  border-color: #13748c;
}

#program .timetable .age345 th, #program .timetable .age345 td {
  border-color: #13748c;
}

#program .timetable .age345 thead th {
  background-color: #0090B5;
}

#program .timetable .age345 tbody th {
  background-color: #f3f9fa;
  color: #13748c;
}

#program .timetable .is-close {
  display: none;
}

#program .timetable .is-open {
  display: block;
}

#program .event .inner {
  gap: 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#program .event .inner > * {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  #program .event .inner.is-reverse {
    flex-flow: row-reverse;
  }
}

@media only screen and (max-width: 1023px) {
  #program .event .inner {
    flex-flow: column;
  }
}

#program .event .visual > img {
  max-width: 100%;
  height: auto;
}

#program .event .is-spring .c-tag,
#program .event .is-spring .c-miniTitle::before {
  background-color: #FFA5A5;
}

#program .event .is-spring .c-box {
  border-color: #FFA5A5;
}

#program .event .is-spring .c-unorder li::before {
  background-image: url(../images/program/icon_unorder-spring.svg);
}

#program .event .is-summer .c-tag,
#program .event .is-summer .c-miniTitle::before {
  background-color: #3EB5FF;
}

#program .event .is-summer .c-box {
  border-color: #3EB5FF;
}

#program .event .is-summer .c-unorder li::before {
  background-image: url(../images/program/icon_unorder-summer.svg);
}

#program .event .is-fall .c-tag,
#program .event .is-fall .c-miniTitle::before {
  background-color: #F4C91E;
}

#program .event .is-fall .c-box {
  border-color: #F4C91E;
}

#program .event .is-fall .c-unorder li::before {
  background-image: url(../images/program/icon_unorder-fall.svg);
}

#program .event .is-winter .c-tag,
#program .event .is-winter .c-miniTitle::before {
  background-color: #5B7A0E;
}

#program .event .is-winter .c-box {
  border-color: #5B7A0E;
}

#program .event .is-winter .c-unorder li::before {
  background-image: url(../images/program/icon_unorder-winter.svg);
}

#program .event .memo {
  text-align: center;
}

#program .event .memo > * {
  display: inline-block;
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  #program .program .timeline {
    font-size: 60%;
  }
}

#program .program .timeline th, #program .program .timeline td {
  padding: .75em;
}

#program .program .timeline tbody th {
  border-color: #D8EED4;
  font-family: "Montserrat";
}

#program .program .timeline tbody td {
  border-color: #E4D7BD;
  background-color: #F9F7F3;
  text-align: center;
}

#program .program .timeline thead th:nth-child(1) {
  border-color: #D8EED4;
  background-color: #EBF9E8;
  color: #D98A00;
}

#program .program .timeline thead th:nth-child(2) {
  border-color: #F3EAD4;
  background-color: #FFFAEE;
  color: #CEAC3E;
}

#program .program .timeline thead th:nth-child(3) {
  border-color: #FAE4E7;
  background-color: #FFF0F2;
  color: #E28954;
}

#disclosure .download .contact {
  max-width: 30em;
  margin-right: auto;
  margin-left: auto;
}

#disclosure .download .tel {
  display: inline-block;
  padding-left: 1.2em;
  background: url(../images/common/icon_tel.svg) no-repeat top left/1em auto;
  color: #D98A00;
  font-family: "ri-pop";
  font-size: 200%;
  line-height: 1;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  #recruit .voice .message {
    gap: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: url(../images/recruit/voice_bg-left.png) no-repeat bottom left/35% auto, url(../images/recruit/voice_bg-right.png) no-repeat bottom right/35% auto;
  }
  #recruit .voice .message-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19em;
    padding: 3.5em 3.5em;
    border-radius: 100%;
    background-color: #fff;
  }
}

@media only screen and (max-width: 1023px) {
  #recruit .voice .message {
    gap: 1em;
    display: flex;
    flex-flow: column;
    padding-top: 12em;
    padding-bottom: 12em;
    background: url(../images/recruit/voice_bg-left.png) no-repeat top center/auto 15em, url(../images/recruit/voice_bg-right.png) no-repeat bottom center/auto 15em;
  }
  #recruit .voice .message-item {
    padding: 1em 2em;
    border-radius: 1em;
    background-color: #fff;
  }
}

#recruit .outline .contact {
  max-width: 30em;
  margin-right: auto;
  margin-left: auto;
}

#recruit .outline .tel {
  display: inline-block;
  padding-left: 1.2em;
  background: url(../images/common/icon_tel.svg) no-repeat top left/1em auto;
  color: #D98A00;
  font-family: "ri-pop";
  font-size: 200%;
  line-height: 1;
  text-align: center;
}

/* ----------------------------------------
Utility
ComponentとProjectレイヤーのObjectのモディファイアで
解決することが難しい・適切では無い、わずかなスタイルの調整のための便利クラスなどを定義します。
clearfix/display/margin...
---------------------------------------- */
.u- {
  /* show / hide
  ---------------------------------------- */
  /* margin
  ---------------------------------------- */
  /* link
  ---------------------------------------- */
  /* images
  ---------------------------------------- */
  /* align
  ---------------------------------------- */
  /* text
  ---------------------------------------- */
}

@media only screen and (min-width: 1024px) {
  .u-display-mobile {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .u-display-desktop {
    display: none;
  }
}

.u-margin-smaller {
  margin-top: 1.5em;
}

.u-margin-small {
  margin-top: 3em;
}

.u-margin-medium {
  margin-top: 6em;
}

.u-margin-large {
  margin-top: 9em;
}

.u-link-disabled {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.u-link-doc {
  display: inline-block;
  padding-left: 1.25em;
  background: url(../images/common/icon_doc.svg) no-repeat top 0.5em left/auto 1em;
}

.u-link-blank {
  display: inline-block;
  padding-left: 1.25em;
  background: url(../images/common/icon_blank.svg) no-repeat top 0.5em left/auto 1em;
}

.u-images-liquid {
  max-width: 100%;
  height: auto;
}

.u-images-round {
  overflow: hidden;
  border-radius: 1.5em;
}

.u-images-round > img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-align-center {
  text-align: center;
}

.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

.u-align-row {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.u-text-attention {
  color: #F85A1F;
}
