@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.
 */
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;
}

/* ----------------------------------------
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: 767px) {
  html {
    overflow-x: hidden;
  }
}

/* ---------------------------------------- */
body {
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
  position: relative;
  background: #FFF2E8;
  color: #531208;
  font-family: 'dnp-shuei-mgothic-std', sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 1.6vw;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2;
}

body::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg-top.svg) no-repeat top 42vw right/100% auto, url(../images/common/bg-left.svg) no-repeat top 400em left/100% auto, url(../images/common/bg-right.svg) no-repeat top 760em right/100% auto, url(../images/common/bg-left.svg) no-repeat top 1100em left/100% auto;
  content: "";
}

body::after {
  z-index: 1;
  position: absolute;
  top: 200em;
  left: 0;
  width: 100%;
  height: calc(100% - 200em);
  background: url(../images/common/bg-rpeat02.svg) repeat-y top left/auto auto, url(../images/common/bg-rpeat01.svg) repeat-y top 80em right/auto auto;
  content: "";
}

@media only screen and (max-width: 1399px) {
  body::before {
    background-position: top 48vw right, top 400em left, top 760em right, top 1100em left;
  }
}

@media only screen and (max-width: 767px) {
  body::before {
    background-position: top 55vw right, top 400em left, top 760em right, top 1100em left;
    background-size: 120%, 100%, 100%, 100%;
  }
  body::after {
    background-size: 60%, 60%;
  }
}

@media only screen and (max-width: 479px) {
  body::before {
    background-position: top 80vw right, top 400em left, top 760em right, top 1100em left;
    background-size: 160%, 100%, 100%, 100%;
  }
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    line-height: 1.75;
  }
}

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

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

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

main {
  display: block;
}

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

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

iframe {
  vertical-align: bottom;
}

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

img {
  -webkit-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: #E83518;
}

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;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  border: solid 1px #FFF;
  border: solid 1px #ccc;
  border-radius: 4px;
  background-color: #FFF;
  font-family: inherit;
  font-size: 16px;
}

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 {
  padding: 6em 3.25em;
}

@media only screen and (max-width: 767px) {
  .c-section {
    padding: 4em 2em;
  }
}

@media only screen and (max-width: 479px) {
  .c-section {
    padding: 3em 1em;
  }
}

.c-inner {
  z-index: 5;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.c-inner > *:first-child {
  margin-top: 0;
}

.c-title {
  display: table;
  position: relative;
  margin: 0 auto 1.5em;
  padding: 0 0 0 1.4em;
  color: #E83518;
  font-size: 200%;
}

.c-title::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 41px;
  height: 46px;
  transform: translateY(-50%);
  background: url(../images/common/icon.svg) no-repeat center/cover;
  content: "";
}

@media only screen and (max-width: 1399px) {
  .c-title::before {
    width: 2.6vw;
    height: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .c-title::before {
    width: 6.2vw;
    height: 7vw;
  }
}

@media only screen and (max-width: 479px) {
  .c-title {
    margin: 0 auto 1em;
  }
  .c-title::before {
    width: 9vw;
    height: 10vw;
  }
}

.c-txt {
  margin-bottom: 3em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-txt {
    margin-bottom: 2em;
    text-align: left;
  }
}

@media only screen and (max-width: 479px) {
  .c-txt br {
    display: none;
  }
}

.c-tableType01 {
  max-width: 960px;
  margin: 0 auto;
}

.c-tableType01 table {
  width: 100%;
}

.c-tableType01 table tr {
  border-bottom: 1px solid #fff;
}

.c-tableType01 table tr th {
  width: 27%;
  padding: 1.8em 2.4em;
  background: #FFC7BE;
  text-align: left;
  vertical-align: top;
}

.c-tableType01 table tr th br {
  display: none;
}

.c-tableType01 table tr td {
  width: 75%;
  padding: 1.8em 2.4em;
  background: #FFF2E8;
  text-align: left;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .c-tableType01 table tr th {
    width: 30%;
  }
  .c-tableType01 table tr th br {
    display: block;
  }
  .c-tableType01 table tr td {
    width: 70%;
  }
  .c-tableType01 table tr th,
  .c-tableType01 table tr td {
    padding: 1.2em 1em;
  }
}

.c-tableType02 table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: .2em;
}

.c-tableType02 table tr th {
  width: 25%;
  padding: 1em;
  border-radius: .5em;
  background: #FFC7BE;
}

.c-tableType02 table tr td {
  padding: 1em;
  border-radius: .5em;
  background: #fff;
  text-align: center;
}

.c-tableType02 .scroll-hint {
  -webkit-transform: translate(-50%, -50%);
  -webkit-animation: scroll-hint-animation 2s infinite ease;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1em;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1.4;
  white-space: nowrap;
  animation: scroll-hint-animation 2s infinite ease;
}

@media only screen and (max-width: 1399px) {
  .c-tableType02 th .small {
    display: block;
    font-size: .8em;
  }
}

@media only screen and (max-width: 767px) {
  .c-tableType02 {
    position: relative;
    overflow: scroll;
  }
  .c-tableType02 table {
    width: 960px;
  }
  .c-tableType02 table tr th,
  .c-tableType02 table tr td {
    padding: 1.2em .5em;
  }
  .c-tableType02 table tr th:first-child {
    width: 20%;
  }
  @-webkit-keyframes scroll-hint-animation {
    0% {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    50% {
      -webkit-transform: translate(-40%, -50%);
      transform: translate(-40%, -50%);
    }
    100% {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
  }
  @keyframes scroll-hint-animation {
    0% {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    50% {
      -webkit-transform: translate(-40%, -50%);
      transform: translate(-40%, -50%);
    }
    100% {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
  }
  .c-tableType02 .scroll-hint--show {
    display: block;
  }
}

.c-addTxt {
  margin: 2em 0 0 0;
  padding: 0 2em;
}

@media only screen and (max-width: 767px) {
  .c-addTxt {
    padding: 0;
  }
}

.c-btn {
  display: block;
  position: relative;
  padding: .8em;
  border-radius: 1000px;
  background: #E83518;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.c-btn .icon {
  -webkit-transform: translateY(-50%);
  display: flex;
  position: absolute;
  top: 50%;
  right: 7%;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  transform: translateY(-50%);
  border-radius: 100%;
  background: #fff;
}

.c-btn .icon img {
  max-width: 100%;
  height: auto;
}

.c-btn:hover {
  opacity: .6;
}

/* ----------------------------------------
Layout
ページを構成するヘッダーやメインのコンテンツエリア、
サイドバーやフッターといったプロジェクト共通のコンテナーブロックのスタイルを定義します。
header/main/sidebar/footer...
---------------------------------------- */
#l-header {
  padding: 2em 2em 3em;
}

@media only screen and (max-width: 767px) {
  #l-header {
    padding: 1.5em 2em;
  }
}

#l-footer {
  z-index: 10;
  position: relative;
  margin-top: 6em;
}

#l-footer::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background: url(../images/common/footer-bg.svg) no-repeat top/cover;
  content: "";
}

@media only screen and (max-width: 767px) {
  #l-footer {
    margin-top: 3em;
  }
}

/* ----------------------------------------
Project
プロジェクト固有のパターンであり、いくつかのComponentと、
それに該当しない要素によって構成されるものを定義します。
例えば、記事一覧や、ユーザープロフィール、画像ギャラリーなどコンテンツを構成する要素などが該当します。
articles/ranking/promo...
---------------------------------------- */
.p-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.p-site {
  width: 20vw;
}

.p-site img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .p-site {
    width: 35vw;
    margin: 0 auto;
  }
}

.p-gnav {
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.8);
}

.p-gnavInner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2em 2em;
}

.p-gnavItem {
  display: flex;
  position: relative;
  align-items: center;
  padding: 0 1.6em;
}

.p-gnavItem:first-of-type::before {
  content: none;
}

.p-gnavItem::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -.2vw;
  width: .4vw;
  height: 70%;
  transform: translateY(-50%);
  border-left: 0.4vw dotted #FFF2E8;
  content: "";
}

.p-gnavLink {
  display: flex;
  position: relative;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #531208;
  text-decoration: none;
}

.p-gnavLink img {
  width: 3.4vw;
  max-width: 100%;
  height: auto;
}

.p-gnavLink:hover {
  color: #E83518;
}

.p-gnavLink p {
  margin: .2em 0 0 0;
}

@media only screen and (max-width: 1399px) {
  .p-gnavItem {
    padding: 0 .6em;
  }
}

@media only screen and (max-width: 767px) {
  .p-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;
    border-radius: 0;
    background: #fff;
    transition: right 0.6s 0s ease;
  }
  .p-gnav.is-enable {
    right: 0;
  }
  .p-gnavInner {
    gap: 1em;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-gnavItem {
    display: block;
    width: 48%;
    padding: 0;
  }
  .p-gnavItem::before {
    content: none;
  }
  .p-gnavLink {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 2em;
    border-radius: 1em;
    background: #FFF2E8;
    line-height: 1;
    text-decoration: none;
  }
  .p-gnavLink img {
    width: 8vw;
  }
  .p-gnavLink p {
    margin: 1em 0 0 0;
  }
}

@media only screen and (max-width: 479px) {
  .p-gnav {
    padding: 2em;
  }
  .p-gnavInner {
    gap: .5em;
    padding: 0;
  }
}

.p-hamburger {
  display: none;
  z-index: 1001;
  position: fixed;
  top: 1.35em;
  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: #E83518;
  cursor: pointer;
}

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

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

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

.p-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 (max-width: 767px) {
  .p-hamburger {
    display: flex;
  }
}

.p-footer {
  max-width: 960px;
  padding: 8em 4em 0;
}

.p-footer nav ul {
  display: flex;
  flex-wrap: wrap;
}

.p-footer nav ul li {
  width: 20%;
  margin-bottom: .5em;
}

.p-footer nav ul li a {
  display: block;
  position: relative;
  padding: 0 0 0 1em;
  color: #531208;
  font-size: 80%;
  text-align: left;
  text-decoration: none;
}

.p-footer nav ul li a::before {
  position: absolute;
  top: .6em;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../images/common/list.svg) no-repeat center/cover;
  content: "";
}

.p-footer nav ul li a:hover {
  color: #E83518;
}

@media only screen and (max-width: 1399px) {
  .p-footer nav ul li a::before {
    width: 1vw;
    height: 1vw;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer {
    padding: 6em 2em 0;
  }
  .p-footer nav ul li {
    width: 33%;
  }
  .p-footer nav ul li a::before {
    width: 1.8vw;
    height: 1.8vw;
  }
}

@media only screen and (max-width: 479px) {
  .p-footer {
    padding-bottom: 6em;
  }
  .p-footer nav ul li {
    width: 48%;
  }
  .p-footer nav ul li a::before {
    width: 2.2vw;
    height: 2.2vw;
  }
}

.p-pagetop {
  z-index: 999;
  position: absolute;
  right: 6em;
  bottom: 15em;
}

@media only screen and (max-width: 1399px) {
  .p-pagetop {
    right: 4em;
  }
}

@media only screen and (max-width: 767px) {
  .p-pagetop {
    bottom: 1em;
    width: 18vw;
  }
  .p-pagetop img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 479px) {
  .p-pagetop {
    bottom: 20%;
  }
}

.p-floating {
  z-index: 999;
  position: fixed;
  top: 50%;
  right: 0;
  width: 4vw;
}

.p-floating img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1399px) {
  .p-floating {
    top: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .p-floating {
    top: 30%;
    width: 6vw;
  }
}

@media only screen and (max-width: 479px) {
  .p-floating {
    top: inherit;
    bottom: 0;
    width: 100%;
    padding: 1em 1em;
    background: #E83518;
    text-align: center;
  }
  .p-floating img {
    width: 50vw;
  }
}

.p-copyright {
  margin-top: 6em;
  font-size: 70%;
  text-align: center;
}

#top .topWrapper {
  position: relative;
}

#top .topWrapper::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/fv-bg.jpg) no-repeat center/cover;
  content: "";
}

#top .firstView {
  z-index: -1;
  position: relative;
}

#top .firstView__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 2em 4em;
}

#top .firstView__inner::before {
  z-index: -1;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 16vw;
  background: url(../images/top/fv-wave.svg) no-repeat top/cover;
  content: "";
}

#top .firstView__inner::after {
  z-index: -2;
  position: absolute;
  bottom: 0;
  left: -36vw;
  width: 100vw;
  height: 48vw;
  background: url(../images/top/sun.png) no-repeat top/cover;
  content: "";
}

#top .firstView__txt {
  width: 20%;
  height: 100%;
  margin: 10vw 0 0 5%;
  font-size: 2.3vw;
  letter-spacing: .1em;
  line-height: 1;
}

#top .firstView__txt .item {
  text-shadow: 0.05em 0.05em 0.2em rgba(109, 32, 20, 0.32);
}

#top .firstView__txt .item span {
  color: #E83518;
  font-size: 1.6em;
}

#top .firstView__txt .item:nth-of-type(2) {
  margin: 1em 0 1em 2em;
}

#top .firstView__visual {
  position: relative;
  width: 75%;
  height: 48vw;
  overflow: hidden;
  border-radius: 10vw;
}

#top .firstView__visual img {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  #top .firstView__inner {
    display: block;
    position: relative;
    padding: 0 1em 8em;
  }
  #top .firstView__inner::before {
    z-index: 1;
  }
  #top .firstView__inner::after {
    z-index: 0;
  }
  #top .firstView__txt {
    z-index: 1;
    position: absolute;
    margin: 8vw 0 0 7%;
    font-size: 100%;
  }
  #top .firstView__txt .item {
    text-shadow: 0.05em 0.05em 0.2em rgba(255, 255, 255, 0.8);
  }
  #top .firstView__visual {
    width: 100%;
    height: 62vw;
  }
}

@media only screen and (max-width: 479px) {
  #top .firstView__inner {
    padding: 0 1em 6em;
  }
  #top .firstView__txt {
    width: 100%;
  }
  #top .firstView__visual {
    height: 80vw;
  }
}

#top .philosophy {
  background: #FCA899;
}

#top .philosophy .c-inner {
  display: flex;
  position: relative;
  justify-content: space-between;
  max-width: 1400px;
}

#top .philosophy .c-title {
  margin-left: 0;
}

#top .philosophy__img {
  width: 50%;
}

#top .philosophy__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#top .philosophy__txt {
  width: 45%;
}

#top .philosophy__txt ul li {
  position: relative;
  padding: 0 0 0 1.2em;
}

#top .philosophy__txt ul li:not(:first-child) {
  margin-top: 3em;
}

#top .philosophy__txt ul li::before {
  position: absolute;
  top: .6em;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../images/common/list.svg) no-repeat center/cover;
  content: "";
}

@media only screen and (max-width: 1399px) {
  #top .philosophy__txt ul li::before {
    width: 1.2vw;
    height: 1.2vw;
  }
}

@media only screen and (max-width: 767px) {
  #top .philosophy {
    background: #FFF2E8;
  }
  #top .philosophy .c-inner {
    flex-wrap: wrap;
  }
  #top .philosophy__img {
    order: 1;
    width: 100%;
    max-width: 650px;
    margin: 3em auto 0;
  }
  #top .philosophy__txt {
    order: 0;
    width: 100%;
  }
  #top .philosophy__txt ul li::before {
    top: .5em;
    width: 2.5vw;
    height: 2.5vw;
  }
}

@media only screen and (max-width: 479px) {
  #top .philosophy {
    background: #FCA899;
  }
}

#top .target ul {
  display: flex;
  justify-content: space-between;
}

#top .target ul li {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(94% / 6);
  padding: 3em 0;
  background: url(../images/top/bg-egg01.svg) no-repeat center/contain;
  text-align: center;
}

#top .target ul li:nth-child(2n) {
  background: url(../images/top/bg-egg02.svg) no-repeat center/contain;
}

@media only screen and (max-width: 1399px) {
  #top .target ul {
    gap: 2em 1em;
    flex-wrap: wrap;
  }
  #top .target ul li {
    width: 32%;
    height: 28vw;
  }
}

@media only screen and (max-width: 767px) {
  #top .target ul li {
    width: 48%;
    height: 40vw;
  }
}

@media only screen and (max-width: 479px) {
  #top .target ul {
    gap: 1em .5em;
  }
}

#top .feature ul {
  gap: 3em 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: number 0;
}

#top .feature ul li {
  position: relative;
  width: 48%;
  min-height: 220px;
  padding: 3em 8em 3em 3em;
  border-radius: 2em;
  background: #fff;
  counter-increment: number 1;
}

#top .feature ul li .icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

#top .feature ul li .icon img {
  max-width: 100%;
  height: auto;
}

#top .feature ul li::before {
  position: absolute;
  top: -.5em;
  color: #E83518;
  font-size: 200%;
  line-height: 1;
  content: counter(number, decimal-leading-zero);
}

@media only screen and (max-width: 1399px) {
  #top .feature ul li .icon {
    width: 11vw;
  }
}

@media only screen and (max-width: 767px) {
  #top .feature ul li {
    width: 100%;
  }
  #top .feature ul li .icon {
    width: 20vw;
  }
}

@media only screen and (max-width: 479px) {
  #top .feature ul li {
    min-height: 150px;
    padding: 2em;
  }
}

#top .about .c-inner {
  max-width: 960px;
}

#top .capacity .c-inner {
  max-width: 960px;
}

#top .layout .c-inner {
  max-width: 960px;
}

#top .layout__box {
  text-align: center;
}

#top .layout__box:not(:first-of-type) {
  margin: 3em 0 0 0;
}

#top .layout__box img {
  max-width: 100%;
  height: auto;
}

#top .song {
  padding-bottom: 9em;
  overflow: hidden;
}

#top .song__box {
  position: relative;
  padding: 4em;
  border-radius: 4em;
  background: #fff;
  text-align: center;
}

#top .song__box::before {
  position: absolute;
  right: -8em;
  bottom: -8em;
  width: 815px;
  height: 227px;
  background: url(../images/top/illsut-song.svg) no-repeat center/cover;
  content: "";
}

#top .song__box img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1399px) {
  #top .song__box::before {
    right: -2em;
    bottom: -7em;
    width: 60vw;
    height: 16.6vw;
  }
}

@media only screen and (max-width: 767px) {
  #top .song__box {
    padding: 2em;
    border-radius: 2em;
  }
  #top .song__box::before {
    bottom: -4em;
  }
}

@media only screen and (max-width: 479px) {
  #top .song__box::before {
    bottom: -5em;
    width: 80vw;
    height: 22.5vw;
  }
}

#top .event ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 960px;
  padding: 3em;
  border-radius: 4em;
  background: #fff;
}

#top .event ul li:not(:first-child) {
  margin: 3em 0 0 0;
}

#top .event ul li:nth-child(2n) {
  margin-left: auto;
}

#top .event ul li .imgBox {
  width: 420px;
  height: 100%;
  overflow: hidden;
  border-radius: 3em;
}

#top .event ul li .imgBox img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#top .event ul li .txtBox {
  width: calc(95% - 420px);
}

#top .event ul li .txtBox__item {
  display: flex;
  position: relative;
}

#top .event ul li .txtBox__item:not(:first-of-type) {
  margin: 1.5em 0 0 0;
}

#top .event ul li .txtBox__item .month {
  margin-right: 1em;
  color: #E83518;
  line-height: 1;
}

#top .event ul li .txtBox__item .month .num {
  font-size: 200%;
}

@media only screen and (max-width: 767px) {
  #top .event ul li {
    flex-wrap: wrap;
    padding: 2em;
  }
  #top .event ul li .imgBox {
    width: 100%;
  }
  #top .event ul li .txtBox {
    width: 100%;
    margin-top: 2em;
  }
}

@media only screen and (max-width: 479px) {
  #top .event ul li {
    padding: 1em;
    border-radius: 2em;
  }
  #top .event ul li .imgBox {
    border-radius: 1.5em;
  }
}

#top .daily .select {
  display: none;
}

#top .daily table {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: .3em;
}

#top .daily table tr {
  display: table-row;
  position: relative;
}

#top .daily table tr::before {
  -webkit-transform: translate(-50%, -50%);
  z-index: -2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 1em;
  background: #fff;
  content: "";
}

#top .daily table tr th,
#top .daily table tr td {
  position: relative;
  padding: 2.4em 2em;
}

#top .daily table tr th::before,
#top .daily table tr td::before {
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 1em;
  content: "";
}

#top .daily table tr td {
  text-align: center;
}

#top .daily table tr .time {
  font-size: 120%;
}

#top .daily table tr .time.last {
  line-height: 1.4;
}

#top .daily table .white {
  position: relative;
}

#top .daily table .white::after {
  z-index: -3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180%;
  border-radius: 1em;
  background: #fff;
  content: "";
}

#top .daily table .white .center {
  position: relative;
}

#top .daily table .white .center::after {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 185%;
  border-radius: 1em;
  background: #fff;
  content: "8:00";
}

#top .daily table .blue::before {
  background: rgba(199, 231, 241, 0.8);
}

#top .daily table .green::before {
  background: rgba(199, 241, 201, 0.8);
}

#top .daily table .green02::before {
  background: rgba(211, 234, 211, 0.8);
}

#top .daily table .green03::before {
  background: rgba(217, 233, 199, 0.8);
}

#top .daily table .red::before {
  background: rgba(255, 202, 202, 0.8);
}

@media only screen and (max-width: 767px) {
  #top .daily .select {
    display: flex;
    justify-content: space-between;
    padding: .5em;
    border-radius: 1em;
    background: #fff;
  }
  #top .daily .select li {
    width: 32%;
    padding: 1em .5em;
    border-radius: 1em;
    background: #ccc;
    text-align: center;
  }
  #top .daily .select li.blue.active {
    background: rgba(199, 231, 241, 0.8);
  }
  #top .daily .select li.green.active {
    background: rgba(199, 241, 201, 0.8);
  }
  #top .daily .select li.red.active {
    background: rgba(255, 202, 202, 0.8);
  }
  #top .daily table tr th,
  #top .daily table tr td {
    padding: 1em;
  }
  #top .daily table tr .time {
    width: 20%;
  }
  #top .daily table tr .blue,
  #top .daily table tr .green,
  #top .daily table tr .green02,
  #top .daily table tr .green03,
  #top .daily table tr .red {
    display: none;
  }
  #top .daily table tr .active {
    display: table-cell;
  }
}

@media only screen and (max-width: 479px) {
  #top .daily .select li {
    padding: .5em 0;
  }
  #top .daily table tr th,
  #top .daily table tr td {
    padding: 1em .5em;
  }
}

#top .lunch ul {
  gap: 4em 2em;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top .lunch ul::after {
  display: block;
  width: 48%;
  height: auto;
  background: url(../images/top/illsut-lunch.svg) no-repeat bottom/contain;
  content: "";
}

#top .lunch ul li {
  position: relative;
  width: 48%;
  padding: 3em;
  border-radius: 2em;
  background: #fff;
}

#top .lunch ul li .tit {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  color: #E83518;
  font-size: 160%;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  #top .lunch ul {
    gap: 3em 2em;
  }
  #top .lunch ul li {
    width: 100%;
    padding: 3em 2em;
  }
}

#top .disclosure .c-inner {
  max-width: 960px;
}

#top .disclosure ul {
  gap: 1em;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top .disclosure ul li {
  width: 31%;
  padding: 2em 1em;
  border-radius: 2em;
  background: #fff;
}

#top .disclosure ul li .tit {
  font-size: 120%;
  text-align: center;
}

#top .disclosure ul li .c-btn {
  margin: 1em 0 0 0;
}

@media only screen and (max-width: 1399px) {
  #top .disclosure ul {
    gap: .5em;
  }
  #top .disclosure ul li {
    width: 32%;
  }
}

@media only screen and (max-width: 767px) {
  #top .disclosure ul li {
    width: 100%;
  }
  #top .disclosure ul li .c-btn {
    max-width: 360px;
    margin: 1em auto 0;
  }
}

#top #mailformpro .mfp_ruby {
  color: #E83518;
  font-size: 1.4rem;
}

#top #mailformpro .mfp.flex {
  display: flex;
  justify-content: space-between;
}

#top #mailformpro .mfp .radio {
  display: flex;
  align-items: center;
  width: 48%;
  min-height: 39px;
  padding: .5em 1em;
  border: 1px solid #FFC7BE;
  background: #fff;
}

#top #mailformpro .mfp_must {
  margin: 0 0 0 .5em;
  color: #E83518;
}

#top #mailformpro input,
#top #mailformpro textarea {
  border: 1px solid #FFC7BE;
}

#top #mailformpro .sub {
  position: relative;
  padding: 1em 2em 1em 3em;
  border-radius: 100px;
  background: #E83518;
  background-position: 0% 25%;
  background-size: 220% auto;
}

#top #mailformpro .sub::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 1em;
  width: 21px;
  height: 21px;
  transform: translateY(-50%);
  background: url(../images/common/send.svg) no-repeat center/cover;
  content: "";
}

#top #mailformpro .reset {
  padding: 1em 2em 1em 2em;
  border-radius: 100px;
}

#top #mailformpro .mfp_form_area input {
  border-radius: 5px;
}

#top #mailformpro .mfp_form_area textarea {
  border-radius: 5px;
}

#top #mailformpro button#mfp_button_send:hover,
#top #mailformpro .mfp_buttons button[type="submit"]:hover {
  opacity: .6;
}

@media only screen and (max-width: 479px) {
  #top #mailformpro .mfp_buttons button {
    width: 100%;
  }
}

#top .access {
  padding-right: 0;
  padding-left: 0;
}

#top .access .c-inner {
  max-width: none;
  padding: 0 3em;
}

#top .access__container {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}

#top .access__container__map {
  width: 50%;
}

#top .access__container__map iframe {
  position: absolute;
  left: 0;
  width: 50vw;
  min-height: 620px;
  border-radius: 0 2em 2em 0;
}

#top .access__container__txt {
  width: 42%;
}

#top .access__container__txt .tit {
  color: #E83518;
  font-size: 160%;
}

#top .access__container__txt .tit br {
  display: none;
}

#top .access__container__txt .add {
  margin-top: 1em;
}

#top .access__container__txt .flexBox {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em;
}

#top .access__container__txt .flexBox dt {
  width: 25%;
  height: 100%;
  padding: .2em 1em;
  border-radius: 1000px;
  background: #fff;
  text-align: center;
}

#top .access__container__txt .flexBox dd {
  width: 68%;
}

#top .access__container__txt .flexBox dd .txt {
  display: flex;
}

#top .access__container__txt .flexBox dd .txt .left {
  width: 70%;
}

#top .access__container__txt .exp {
  margin: 1em 0 0 0;
  padding: 1.2em 2em;
  border-radius: 2em;
  background: #fff;
  font-size: 80%;
}

@media only screen and (max-width: 1399px) {
  #top .access__container__map {
    width: 40%;
  }
  #top .access__container__map iframe {
    width: 42vw;
    height: 56vw;
    min-height: 0;
  }
  #top .access__container__txt {
    width: 52%;
  }
}

@media only screen and (max-width: 767px) {
  #top .access .c-inner {
    padding: 0 2em;
  }
  #top .access__container {
    flex-wrap: wrap;
  }
  #top .access__container__map {
    width: 100%;
  }
  #top .access__container__map iframe {
    position: relative;
    width: 100%;
    height: 480px;
    border-radius: 1em;
  }
  #top .access__container__txt {
    width: 100%;
    margin: 2em 0 0 0;
  }
}

@media only screen and (max-width: 479px) {
  #top .access .c-inner {
    padding: 0 1em;
  }
  #top .access__container__txt .tit br {
    display: block;
  }
  #top .access__container__txt .flexBox {
    display: block;
  }
  #top .access__container__txt .flexBox dt {
    width: 100%;
  }
  #top .access__container__txt .flexBox dd {
    width: 100%;
    margin: .5em 0 0 0;
  }
  #top .access__container__txt .exp {
    padding: 1.2em 1em;
  }
}

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

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

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

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

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

.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-pic-round {
  overflow: hidden;
  border-radius: 1.5em;
}

.u-pic-round > img {
  width: 100%;
  height: auto;
}

.u-font-mini {
  font-size: 50%;
}

.u-font-small {
  font-size: 60%;
}
