@charset "UTF-8";
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
@import url("https://use.typekit.net/avw0abw.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600");
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

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

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

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  font-family: sans-serif; /* 3 */
  line-height: 1.5; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

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

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

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

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

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

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 3 */
}

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

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

/* グローバル変数
----------------------------------------------------------------------------------------------------*/
/* Font size
----------------------------------------------------------------------------------------------------*/
/* Easing
----------------------------------------------------------------------------------------------------*/
/* Break points - SP:Smart phone, TB:Tablet, DT:Desktop, WS:Wide screen
----------------------------------------------------------------------------------------------------*/
@media (max-width: 599px) {
  body {
    font-size: 0.875rem;
  }
  .onlySP {
    display: inline;
  }
  .onlyTB {
    display: none;
  }
  .underTB {
    display: inline;
  }
  .overTB {
    display: none !important;
  }
  .onlyDT {
    display: none;
  }
  .overDT {
    display: none;
  }
  .overWS {
    display: none;
  }
}
@media (max-width: 899px) {
  body {
    font-size: 95%;
  }
  .onlySP {
    display: inline;
  }
  .onlyTB {
    display: inline;
  }
  .underTB {
    display: inline;
  }
  .overTB {
    display: none;
  }
  .onlyDT {
    display: none;
  }
  .overDT {
    display: none;
  }
  .overWS {
    display: none;
  }
}
@media (min-width: 600px) {
  body {
    font-size: 95%;
  }
  .onlySP {
    display: none;
  }
  .onlyTB {
    display: inline;
  }
  .underTB {
    display: inline;
  }
  .overTB {
    display: inline;
  }
  .onlyDT {
    display: none;
  }
  .overDT {
    display: none;
  }
  .overWS {
    display: none;
  }
}
@media (min-width: 900px) {
  body {
    font-size: 100%;
  }
  .onlySP {
    display: none;
  }
  .onlyTB {
    display: none;
  }
  .underTB {
    display: none;
  }
  .overTB {
    display: inline;
  }
  .onlyDT {
    display: inline;
  }
  .overDT {
    display: inline;
  }
  .overWS {
    display: none;
  }
}
@media (min-width: 1280px) {
  body {
    font-size: 110%;
  }
  .onlySP {
    display: none;
  }
  .onlyTB {
    display: none;
  }
  .underTB {
    display: none;
  }
  .overTB {
    display: inline;
  }
  .onlyDT {
    display: none;
  }
  .overDT {
    display: inline;
  }
  .overWS {
    display: inline;
  }
}
/* Reset
----------------------------------------------------------------------------------------------------*/
* {
  line-height: 1.5;
}

html {
  height: 100%;
  margin: 0;
}

body {
  position: relative;
  margin: 0;
  color: #000;
  background: #fff;
  font-family: proxima-nova-condensed, sans-serif, "Noto Sans JP", sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

article {
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.8;
  word-wrap: break-word;
}

._center {
  text-align: center;
}

._hi-line {
  line-height: 2.1;
}

._hi-line2 {
  line-height: 2.4;
}

._margin1 {
  margin-top: 1.2rem;
}

._margin2 {
  margin-top: 2rem;
}

._margin3 {
  margin-top: 3.2rem;
}

a {
  color: #a9803d;
  text-decoration: none;
}
a._icon_arrow-back::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f104";
  font-size: 1em;
  font-weight: 300;
  margin-right: 0.9em;
}
a._icon_arrow::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-size: 0.6em;
  font-weight: 300;
  margin: 0 0.3em;
}
a._icon_newtab::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f08e";
  font-size: 0.6em;
  font-weight: 400;
  margin-left: 0.6em;
  vertical-align: 0.2em;
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
small {
  font-size: 0.6rem;
}

img {
  vertical-align: bottom;
}

figure {
  margin: 0;
}

.visually-hidden {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.round {
  border-radius: 12px;
  overflow: hidden;
}
.round._r-small {
  border-radius: 3px;
}

/* Animation
----------------------------------------------------------------------------------------------------*/
@media (min-width: 900px) {
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .img-zoom {
    display: block;
  }
  .img-zoom .img-wrapper {
    display: block;
    overflow: hidden;
  }
  .img-zoom .img-wrapper img {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .img-zoom:hover img {
    -webkit-transform: scale(1.06, 1.06);
            transform: scale(1.06, 1.06);
  }
  .img-fadeout {
    display: block;
  }
  .img-fadeout .img-wrapper {
    background-color: #fff;
  }
  .img-fadeout .img-wrapper img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .img-fadeout:hover img {
    opacity: 0.7;
  }
  .fadein {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.4;
  }
  .fadein:hover, .fadein.selected {
    opacity: 1;
  }
  .fadeout.selected {
    opacity: 0.7;
  }
  .fadeout {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .fadeout:hover, .fadeout.selected {
    opacity: 0.7;
  }
}
/* Tile
----------------------------------------------------------------------------------------------------*/
.tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.tiles._center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.tiles._v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) {
  .tiles._rebirth {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.tile {
  color: #333;
}
@media (max-width: 599px) {
  .tiles.colsp1 .tile {
    width: 100%;
  }
  .tiles.colsp2 .tile {
    width: 50%;
  }
  .tiles.colsp3 .tile {
    width: 33.3333333333%;
  }
  .tiles.colsp4 .tile {
    width: 25%;
  }
  .tiles.colsp5 .tile {
    width: 20%;
  }
  .tiles.colsp6 .tile {
    width: 16.6666666666%;
  }
  .tiles.colsp7 .tile {
    width: 14.2857142857%;
  }
  .tiles.colsp8 .tile {
    width: 12.5%;
  }
  .tiles.colsp9 .tile {
    width: 11.1111111111%;
  }
  .tiles.colsp10 .tile {
    width: 10%;
  }
  .tiles.colsp11 .tile {
    width: 9.0909090909%;
  }
}
@media (min-width: 600px) {
  .tiles.coltb1 .tile {
    width: 100%;
  }
  .tiles.coltb2 .tile {
    width: 50%;
  }
  .tiles.coltb3 .tile {
    width: 33.3333333333%;
  }
  .tiles.coltb4 .tile {
    width: 25%;
  }
  .tiles.coltb5 .tile {
    width: 20%;
  }
  .tiles.coltb6 .tile {
    width: 16.6666666666%;
  }
  .tiles.coltb7 .tile {
    width: 14.2857142857%;
  }
  .tiles.coltb8 .tile {
    width: 12.5%;
  }
  .tiles.coltb9 .tile {
    width: 11.1111111111%;
  }
  .tiles.coltb10 .tile {
    width: 10%;
  }
  .tiles.coltb11 .tile {
    width: 9.0909090909%;
  }
}
@media (min-width: 900px) {
  .tiles.colpc1 .tile {
    width: 100%;
  }
  .tiles.colpc2 .tile {
    width: 50%;
  }
  .tiles.colpc3 .tile {
    width: 33.3333333333%;
  }
  .tiles.colpc4 .tile {
    width: 25%;
  }
  .tiles.colpc5 .tile {
    width: 20%;
  }
  .tiles.colpc6 .tile {
    width: 16.6666666666%;
  }
  .tiles.colpc7 .tile {
    width: 14.2857142857%;
  }
  .tiles.colpc8 .tile {
    width: 12.5%;
  }
  .tiles.colpc9 .tile {
    width: 11.1111111111%;
  }
  .tiles.colpc10 .tile {
    width: 10%;
  }
  .tiles.colpc11 .tile {
    width: 9.0909090909%;
  }
}
@media (min-width: 1280px) {
  .tiles.coldp1 .tile {
    width: 100%;
  }
  .tiles.coldp2 .tile {
    width: 50%;
  }
  .tiles.coldp3 .tile {
    width: 33.3333333333%;
  }
  .tiles.coldp4 .tile {
    width: 25%;
  }
  .tiles.coldp5 .tile {
    width: 20%;
  }
  .tiles.coldp6 .tile {
    width: 16.6666666666%;
  }
  .tiles.coldp7 .tile {
    width: 14.2857142857%;
  }
  .tiles.coldp8 .tile {
    width: 12.5%;
  }
  .tiles.coldp9 .tile {
    width: 11.1111111111%;
  }
  .tiles.coldp10 .tile {
    width: 10%;
  }
  .tiles.coldp11 .tile {
    width: 9.0909090909%;
  }
}

/* Common
----------------------------------------------------------------------------------------------------*/
.attention {
  color: #ff4545;
}

.big {
  font-size: 1.4rem;
}

.bold {
  font-weight: bold;
}

.underline {
  border-bottom: 1px solid;
}

.cancel {
  text-decoration: line-through;
}

.center {
  text-align: center;
}

.circle {
  border-radius: 100%;
}

body#home .contact .form-inner .form-button::-webkit-file-upload-button, .form-inner body#home .contact .form-button::-webkit-file-upload-button, .form-inner .form-button::-webkit-file-upload-button {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 3px 6px rgba(169, 128, 61, 0.1);
          box-shadow: 0 3px 6px rgba(169, 128, 61, 0.1);
}

.float, body#home .contact .btn, body#home .contact .form-inner .form-button::file-selector-button, .form-inner body#home .contact .form-button::file-selector-button, .btn, .form-inner .form-button::file-selector-button {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 3px 6px rgba(169, 128, 61, 0.1);
          box-shadow: 0 3px 6px rgba(169, 128, 61, 0.1);
}
@media (min-width: 600px) {
  body#home .contact .form-inner .form-button:hover::-webkit-file-upload-button, .form-inner body#home .contact .form-button:hover::-webkit-file-upload-button, .form-inner .form-button:hover::-webkit-file-upload-button {
    -webkit-box-shadow: 0 3px 6px rgba(169, 128, 61, 0.3);
            box-shadow: 0 3px 6px rgba(169, 128, 61, 0.3);
  }
  .float:hover, body#home .contact .btn:hover, body#home .contact .form-inner .form-button:hover::file-selector-button, .form-inner body#home .contact .form-button:hover::file-selector-button, .btn:hover, .form-inner .form-button:hover::file-selector-button {
    -webkit-box-shadow: 0 3px 6px rgba(169, 128, 61, 0.3);
            box-shadow: 0 3px 6px rgba(169, 128, 61, 0.3);
  }
}

.round {
  border-radius: 0.8rem;
}

img.rpsimg {
  width: 100%;
  height: auto;
  max-width: none;
}

/* Contents
----------------------------------------------------------------------------------------------------*/
article {
  margin-top: 99px;
}
body#home article {
  margin-top: 60px;
}
body.dark article {
  color: #bea5a0;
  background: #a9803d;
}
body.dark article a {
  color: #f7f4f4;
}
body.dark article .cont__ttl .cont__name._primary {
  color: #a9803d;
  -webkit-text-fill-color: #f9f1df;
  -webkit-text-stroke: 2px #a9803d;
}
body.dark article .cont__ttl .cont__name._secondary {
  color: #a9803d;
}

.cont {
  position: relative;
  padding: 1.6rem 0;
}
@media (min-width: 600px) {
  .cont {
    padding: 3.2rem 0;
  }
}
.cont .cont__wrapper {
  width: 93%;
  max-width: 1280px;
  margin: 0 auto;
}
.cont .cont__wrapper._sizeXS {
  max-width: 540px;
}
.cont .cont__wrapper._sizeS {
  max-width: 768px;
}
.cont .cont__wrapper._sizeL {
  max-width: 1440px;
}
.cont#reserve {
  margin-top: 0;
  padding-top: 0;
}
.cont#reserve .cont__wrapper {
  width: 100%;
}
@media (max-width: 599px) {
  .cont#reserve .cont__wrapper {
    border-radius: 0;
  }
}
@media (min-width: 900px) {
  .cont#reserve .cont__wrapper {
    width: 60%;
    max-width: 480px;
  }
}
.cont#reserve .cont__wrapper {
  padding: 2rem;
  background: #d3a224;
  text-align: center;
}
.cont#reserve .cont__ttl {
  color: #f7f4f4;
  font-family: proxima-nova-condensed, sans-serif;
}
.cont#reserve .cont__ttl {
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 0.9em;
}

.form-inner .form-button::-webkit-file-upload-button {
  display: inline-block;
  width: 88%;
  max-width: 480px;
  margin-top: 2em;
  padding: 0.9em 1.8em;
  border: 1px solid #ccc;
  border-radius: 1.4em;
  text-align: center;
  line-height: 1;
  color: #d3a224;
  background: #fff;
  cursor: pointer;
}

.btn, .form-inner .form-button::file-selector-button {
  display: inline-block;
  width: 88%;
  max-width: 480px;
  margin-top: 2em;
  padding: 0.9em 1.8em;
  border: 1px solid #ccc;
  border-radius: 1.4em;
  text-align: center;
  line-height: 1;
  color: #d3a224;
  background: #fff;
  cursor: pointer;
}
@media (min-width: 600px) {
  .form-inner .form-button::-webkit-file-upload-button {
    margin-top: 3em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn, .form-inner .form-button::file-selector-button {
    margin-top: 3em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .form-inner .form-button:hover::-webkit-file-upload-button {
    color: #a9803d;
    border-color: #a9803d;
  }
  .btn:hover, .form-inner .form-button:hover::file-selector-button {
    color: #a9803d;
    border-color: #a9803d;
  }
}

.swiper-pagination {
  position: relative;
}
.swiper-pagination.swiper-pagination-bullet {
  background-color: #d3a224;
}
.swiper-pagination.swiper-pagination-bullet-active {
  background-color: #a9803d;
}

/*--------------------------------------------------
Header
--------------------------------------------------*/
header {
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0.8rem;
}
header .header__inner {
  z-index: 99999998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 600px) {
  header .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header .header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  /* Header logo
  --------------------------------------------------*/
}
header .header__inner .header__logo .rpsimg {
  height: 2.1em;
}
@media (min-width: 600px) {
  header .header__inner .header__logo .rpsimg {
    height: 2.7em;
  }
}
header .header__inner .header__logo .rpsimg {
  width: auto;
}
header .header__inner {
  /* Header list
  --------------------------------------------------*/
}
header .header__inner .header__list .header__item a {
  display: block;
  padding: 0.6rem;
  line-height: 1;
}
header .header__inner .header__list .header__item .form-inner a.form-button::-webkit-file-upload-button, .form-inner header .header__inner .header__list .header__item a.form-button::-webkit-file-upload-button {
  display: inline-block;
  width: auto;
  padding: 0.9em 1.8em;
  border-radius: 3em;
  color: #fff !important;
  background: #DD0332;
}
header .header__inner .header__list .header__item a.btn, header .header__inner .header__list .header__item .form-inner a.form-button::file-selector-button, .form-inner header .header__inner .header__list .header__item a.form-button::file-selector-button {
  display: inline-block;
  width: auto;
  padding: 0.9em 1.8em;
  border-radius: 3em;
  color: #fff !important;
  background: #DD0332;
}
@media (min-width: 600px) {
  header .header__inner .header__list .header__item .form-inner a.form-button::-webkit-file-upload-button, .form-inner header .header__inner .header__list .header__item a.form-button::-webkit-file-upload-button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .header__inner .header__list .header__item a.btn, header .header__inner .header__list .header__item .form-inner a.form-button::file-selector-button, .form-inner header .header__inner .header__list .header__item a.form-button::file-selector-button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .header__inner .header__list .header__item .form-inner a.form-button:hover::-webkit-file-upload-button, .form-inner header .header__inner .header__list .header__item a.form-button:hover::-webkit-file-upload-button {
    background: #ec1543;
  }
  header .header__inner .header__list .header__item a.btn:hover, header .header__inner .header__list .header__item .form-inner a.form-button:hover::file-selector-button, .form-inner header .header__inner .header__list .header__item a.form-button:hover::file-selector-button {
    background: #ec1543;
  }
}
@media (max-width: 599px) {
  header .header__inner .header__list {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
  }
  header .header__inner .header__list .header__item a:not(.btn) {
    font-size: 1.2em;
  }
  header .header__inner .header__list .header__item:nth-child(n+2) {
    margin-top: 2rem;
  }
  header .header__inner .header__list .closer {
    position: fixed;
    top: 0;
    right: 0;
  }
  header .header__inner .header__list .closer .closebtn {
    display: block;
    padding: 0.3em 0.4em;
    font-size: 3em;
    line-height: 1;
  }
}
@media (min-width: 600px) {
  header .header__inner .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 3.2rem;
  }
  header .header__inner .header__list .header__item:nth-child(n+2) {
    margin-left: 15px;
  }
}

.drawer_hidden {
  display: none;
}

@media (max-width: 599px) {
  .drawer_open {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52.5px;
    width: 52.5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: "";
    display: block;
    height: 1.5px;
    width: 25px;
    background: #666;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
  }
  .drawer_open span:before {
    bottom: 8px;
  }
  .drawer_open span:after {
    top: 8px;
  }
  #drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
  }
  #drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #drawer_input:checked ~ .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* Form Send Message
--------------------------------------------------*/
#send:target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4.2em;
  margin-bottom: -1px;
  color: #ffffff;
  background-color: #0137AA;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-animation: cssAnimation 0.5s ease-in-out 5s forwards;
          animation: cssAnimation 0.5s ease-in-out 5s forwards;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#send:not(:target) {
  display: none;
}

@-webkit-keyframes cssAnimation {
  to {
    height: 0;
    overflow: hidden;
  }
}

@keyframes cssAnimation {
  to {
    height: 0;
    overflow: hidden;
  }
}
label {
  white-space: wrap !important;
}

.mfp_err {
  padding-top: 0 !important;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
.form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  padding: 1.2em;
  border: 3px solid #ccc;
  border-radius: 1.5em;
}
.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 0.6em;
}
.form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.3em;
  width: 100%;
  line-height: 1;
}
.form-label--required::before {
  content: "必須";
  display: inline-block;
  padding: 0.4em 0.3em 0.4em 0.9em;
  border: 1px solid #D21900;
  color: #D21900;
  letter-spacing: 0.6em;
}
.form-attention {
  text-align: left;
}
.form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 600px) {
  .form-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.form-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 1em;
  padding: 2em;
  background-color: #EEE;
  border-radius: 1em;
}
.form-inner .form-button::-webkit-file-upload-button {
  margin: 0 1em 0 0 !important;
  padding: 0.9em 1.8em !important;
  width: auto !important;
  line-height: 1;
}
.form-inner .form-button::file-selector-button {
  margin: 0 1em 0 0 !important;
  padding: 0.9em 1.8em !important;
  width: auto !important;
  line-height: 1;
}
.form-inner .mfp_attached_reset {
  text-decoration: underline;
}
.form-input, .form-textarea, .form-select {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 48px;
  padding: 0.5em;
  border: 1px solid #FFF;
  border-radius: 12px;
  background: #EEE;
  font-size: 16px;
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  border: 1px solid #999;
  outline: none;
}
.form-input--half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9em 0.6em;
}
.form-input--half .form-input,
.form-input--half .form-textarea,
.form-input--half .form-select {
  width: calc(50% - 0.3em);
}
.form-input--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 1 auto;
          flex: 1 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9em 0.6em;
}
.form-input--row .form-label {
  width: auto;
  margin-right: 1em;
}
.form-input--row .form-input {
  width: auto !important;
}
.form-textarea {
  width: 100% !important;
  min-height: 120px;
  resize: vertical;
}
.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  gap: 0.9em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.form-checkbox input[type=checkbox] {
  width: 30px;
  height: 30px;
  margin-top: 0.25em;
  padding: 0;
  border: 1px solid #FF2873;
  accent-color: #FF2873;
}
.form-lead {
  width: calc(100% - 30px - 0.9em);
  line-height: 1.5;
}

/*============================================================

            #home
            For index.html

============================================================*/
body#home {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 0.9em;
}
@media (min-width: 600px) {
  body#home {
    font-size: 0.8em;
  }
}
@media (min-width: 900px) {
  body#home {
    font-size: 0.9em;
  }
}
body#home .bg__color {
  background: -webkit-gradient(linear, left top, left bottom, from(#338BCA), to(#63C5F0));
  background: linear-gradient(#338BCA, #63C5F0);
}
body#home .bg__img {
  background: url(../img/bg.png) top center repeat fixed;
  background-size: 180%;
}
body#home article {
  margin-top: 0;
}
body#home {
  /*============================================================

              #send
              Form Send Message

  ============================================================*/
}
body#home #send:target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4.2em;
  margin-bottom: -1px;
  color: #ffffff;
  background-color: #0137AA;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-animation: cssAnimation 0.5s ease-in-out 5s forwards;
          animation: cssAnimation 0.5s ease-in-out 5s forwards;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
body#home #send:not(:target) {
  display: none;
}
@keyframes cssAnimation {
  to {
    height: 0;
    overflow: hidden;
  }
}
body#home {
  /*============================================================

              common
              基本設定

  ============================================================*/
}
body#home .f-xxs, body#home .form-label--required::before {
  font-size: 0.6em;
}
body#home .f-xs, body#home #sns .wrapper {
  font-size: 0.8em;
}
body#home .form-inner .form-button::-webkit-file-upload-button, .form-inner body#home .form-button::-webkit-file-upload-button {
  font-size: 0.9em;
}
body#home .f-s, body#home .document .cont__main ul, body#home .document .cont__main dl, body#home .document .cont__main .wrapper p, body#home #flow .flow__lead, body#home .form-attention, body#home .form-inner .form-button::file-selector-button, .form-inner body#home .form-button::file-selector-button, body#home .form-lead {
  font-size: 0.9em;
}
body#home .f-m, body#home #flow .flow__ttl, body#home .cont__ttl {
  font-size: 1.2em;
}
body#home .f-l {
  font-size: 1.6em;
}
body#home .f-xl, body#home #flow .flow__step {
  font-size: 2em;
}
body#home .f-xxl {
  font-size: 3em;
}
body#home .f-bold, body#home .document .cont__main dl dt, body#home #flow .flow__ttl, body#home .form-label--required::before {
  font-weight: 700;
}
body#home .f-center {
  text-align: center;
}
body#home .f-spacing {
  letter-spacing: 0.3em;
}
body#home .f-white {
  color: white;
}
body#home .f-color1 {
  color: #FF2873;
}
body#home .f-serif, body#home #flow .flow__step, body#home .cont__ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body#home p {
  margin: 0;
}
body#home hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #D2D3D5;
}
body#home {
  /*============================================================

              .main
              メインコンテンツ

  ============================================================*/
}
body#home .hero {
  padding: 0;
}
body#home .main {
  padding-top: 3em;
}
body#home .main__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2em;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 600px) {
  body#home .main__ttl {
    font-size: 2rem;
  }
}
body#home .cont__wrapper {
  position: relative;
  max-width: 1024px;
}
@media (min-width: 900px) {
  body#home .cont__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
body#home .cont__ttl {
  display: inline-block;
  margin-left: -3.7634408602%;
  padding: 0.6em 0.9em;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  line-height: 1;
}
@media (min-width: 600px) {
  body#home .cont__ttl {
    font-size: 1.5em;
  }
}
@media (min-width: 900px) {
  body#home .cont__ttl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-left: 0;
    margin-right: 9vw;
    padding: 1.2em 0.9em;
    letter-spacing: 0.24em;
  }
}
body#home .cont__subttl {
  display: none;
}
@media (min-width: 900px) {
  body#home .cont__subttl {
    position: absolute;
    display: inline-block;
    left: 3.5em;
    font-size: 1.35em;
  }
}
body#home .cont__inner {
  width: 100%;
  margin-top: 3.5vw;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
@media (min-width: 900px) {
  body#home .cont__inner {
    margin-top: 3em;
  }
}
body#home .cont__main {
  margin: 0 3px 3px 0;
  padding: 1.8em 1.5em;
  border: 3px solid black;
  background-color: white;
}
@media (min-width: 900px) {
  body#home .cont__main {
    padding: 3.3em 3em;
  }
}
body#home {
  /*============================================================

              #overview
              プロジェクト概要

  ============================================================*/
}
body#home #overview .cont__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
body#home #overview dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3em;
  width: 100%;
}
@media (min-width: 600px) {
  body#home #overview dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.2em;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
}
body#home #overview dt {
  font-weight: 500;
}
@media (min-width: 600px) {
  body#home #overview dt {
    width: 120px;
  }
}
body#home #overview .prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9em;
}
body#home #overview .prize__inner {
  padding-left: 0.6em;
  border-left: 3px solid black;
  line-height: 1.2;
}
body#home #overview .prize__1 {
  border-color: #FF2873;
  color: #FF2873;
}
body#home #overview .judge {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
body#home #overview .judge__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2em;
  margin-top: 0.6em;
}
@media (min-width: 600px) {
  body#home #overview .judge__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 600px) {
  body#home #overview .judge {
    margin-top: 0;
  }
}
body#home #overview .judge__img img {
  width: 120px;
  border-radius: 60px;
}
body#home #overview .judge__profile {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.3em;
  line-height: 2.1;
}
body#home {
  /*============================================================

              #flow
              選考フロー・育成プログラム

  ============================================================*/
}
body#home #flow .cont__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2em;
}
@media (min-width: 600px) {
  body#home #flow .cont__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.6em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 1 auto;
            flex: 1 1 1 auto;
  }
}
body#home #flow .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
@media (min-width: 600px) {
  body#home #flow .wrapper {
    gap: 0.6em;
    width: calc(33% - 0.6em - 2.7em);
  }
}
body#home #flow .arrow {
  width: 100%;
  height: 1.2em;
  background: url(../img/arrow__column.svg) no-repeat center center;
  background-size: contain;
  margin: 0 auto;
}
@media (min-width: 600px) {
  body#home #flow .arrow {
    width: 2.7em;
    height: auto;
    background: url(../img/arrow__row.svg) no-repeat center center;
  }
}
body#home #flow .flow__ttl {
  line-height: 1.2;
}
@media (min-width: 600px) {
  body#home #flow .flow__ttl {
    height: 2.4em;
  }
}
body#home #flow .flow__lead {
  text-align: center;
}
@media (min-width: 600px) {
  body#home #flow .flow__lead {
    text-align: left;
  }
}
body#home {
  /*============================================================

              .document
              #regulations, #guideline, #handling, #attention
              応募規定・表現ガイドライン・権利と取り扱い・注意事項

  ============================================================*/
}
body#home .document .cont__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
body#home .document .cont__main .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3em;
  padding-top: 1.5em;
  border-top: 1px solid #D2D3D5;
}
body#home .document .cont__main h3 {
  font-weight: 500;
}
body#home .document .cont__main ul, body#home .document .cont__main dl {
  margin-top: 0.3em;
}
body#home .document .cont__main ul li {
  list-style: outside disc;
  margin-left: 1.2em;
}
body#home .document .cont__main dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6em 1.2em;
}
@media (min-width: 600px) {
  body#home .document .cont__main dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
  body#home .document .cont__main dl dt {
    width: 18%;
  }
  body#home .document .cont__main dl dd {
    width: calc(82% - 1.5em);
  }
}
body#home .document#regulations .wrapper:first-child {
  padding-top: 0;
  border-top: 0;
}
body#home .document#guideline ul {
  font-size: 1em;
  margin-top: 0;
}
body#home .document#guideline li {
  line-height: 2.1;
}
body#home .document#attention .cont__main > ul > li {
  margin-top: 1.2em;
}
body#home .document#attention .cont__main > ul > li:first-child {
  margin-top: 0;
}
body#home .document#attention ul {
  margin-top: 0;
}
body#home .document#attention li {
  line-height: 1.8;
}
body#home {
  /*============================================================

              #contact
              応募フォーム

  ============================================================*/
}
@media (min-width: 600px) {
  body#home .contact__txt {
    text-align: center;
  }
}
body#home .contact .form-inner .form-button::-webkit-file-upload-button, .form-inner body#home .contact .form-button::-webkit-file-upload-button {
  display: inline-block;
  width: 60%;
  margin-top: 1em;
  padding: 1.2em 1.8em;
  border: 1px solid #ccc;
  border-radius: 2em;
  text-align: center;
  text-shadow: none !important;
  line-height: 1;
  color: #FFF;
  background: #0137AA;
  cursor: pointer;
}
body#home .contact .btn, body#home .contact .form-inner .form-button::file-selector-button, .form-inner body#home .contact .form-button::file-selector-button {
  display: inline-block;
  width: 60%;
  margin-top: 1em;
  padding: 1.2em 1.8em;
  border: 1px solid #ccc;
  border-radius: 2em;
  text-align: center;
  text-shadow: none !important;
  line-height: 1;
  color: #FFF;
  background: #0137AA;
  cursor: pointer;
}
@media (min-width: 600px) {
  body#home .contact .form-inner .form-button::-webkit-file-upload-button, .form-inner body#home .contact .form-button::-webkit-file-upload-button {
    width: 88%;
    max-width: 480px;
    margin-top: 2em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body#home .contact .btn, body#home .contact .form-inner .form-button::file-selector-button, .form-inner body#home .contact .form-button::file-selector-button {
    width: 88%;
    max-width: 480px;
    margin-top: 2em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body#home .contact .form-inner .form-button:hover::-webkit-file-upload-button, .form-inner body#home .contact .form-button:hover::-webkit-file-upload-button {
    background: #002e90;
  }
  body#home .contact .btn:hover, body#home .contact .form-inner .form-button:hover::file-selector-button, .form-inner body#home .contact .form-button:hover::file-selector-button {
    background: #002e90;
  }
}
body#home .contact a.txt {
  color: #FF2873;
  text-decoration: underline;
}
body#home {
  /*============================================================

              #sns

  ============================================================*/
}
body#home #sns {
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
}
body#home #sns .cont__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4em;
  margin: 1.8em auto;
}
@media (min-width: 600px) {
  body#home #sns .cont__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6em;
    margin: 0.9em auto;
  }
}
body#home #sns .cont__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#home #sns .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2em 1.8em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#home #sns .wrapper .name {
  width: 100%;
  text-align: center;
}
@media (min-width: 600px) {
  body#home #sns .wrapper .name {
    width: auto;
  }
}
body#home #sns .wrapper .rpsimg {
  height: 2em;
  width: auto;
}
body#home #sns .wrapper .rpsimg.x {
  height: 1.8em;
}
body#home #sns .wrapper .rpsimg.youtube {
  height: 1.6em;
}
body#home {
  /*============================================================

              footer

  ============================================================*/
}
body#home footer {
  background-color: #fff;
  text-align: center;
}