/**------------------------------------
* import */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 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.
 */
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 vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */

  text-decoration: underline;
  text-decoration: underline dotted;
  /* 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;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size 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 */

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

  overflow: visible;
  /* 2 */

}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */

  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */

  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */

  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
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. 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;
  color: inherit;
  /* 2 */

  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */

  white-space: normal;
  /* 1 */

}
/**
 * Remove the default vertical scrollbar in IE.
 */
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;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**------------------------------------
/* default variable*/
/**------------------------------------
* mixin */
/**------------------------------------
* common style */
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #fef7ed;
  color: #444444;
  font-size: 17px;
  line-height: 35px;
  text-align: justify;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
}
.browser-ie body {
  font-family: sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    line-height: 24px;
    min-width: 100%;
  }
}
a {
  text-decoration: none;
  transition: all .3s;
}
/* sidebar
----------------------------*/
.sidebar {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  box-sizing: border-box;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.sidebar .menuArea {
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  right: 40px;
  top: 40px;
  margin: 0;
  padding: 0 25px;
  min-width: 50px;
  border-radius: 25px;
  background: #444444;
  pointer-events: auto;
  transition: all .3s;
}
.sidebar .menuArea .button {
  position: absolute;
  z-index: 101;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  transition: all .3s;
}
.sidebar .menuArea .button::before {
  display: block;
  position: absolute;
  left: 50%;
  top: 19px;
  content: '';
  width: 38px;
  height: 1px;
  transform: translateX(-50%);
  background: #ffffff;
  transition: all .3s;
}
.sidebar .menuArea .button::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 19px;
  content: '';
  width: 38px;
  height: 1px;
  transform: translateX(-50%);
  background: #ffffff;
  transition: all .3s;
}
.sidebar .menuArea .button.close {
  right: 20px;
}
.sidebar .menuArea .button.close::before {
  top: 24.5px;
  transform: translateX(-50%) rotate(0.05turn);
}
.sidebar .menuArea .button.close::after {
  bottom: 24.5px;
  transform: translateX(-50%) rotate(-0.05turn);
}
.sidebar .menuArea .menu {
  display: flex;
  overflow: hidden;
  position: relative;
  list-style: none;
  justify-content: left;
  flex-wrap: wrap;
  column-gap: 2em;
  width: 0;
  height: 50px;
  margin: 0;
  padding: 0;
}
.sidebar .menuArea .menu li {
  font-size: 16px;
  line-height: 50px;
}
.sidebar .menuArea .menu li a {
  text-decoration: none;
  color: #ffffff;
}
.sidebar .applyBtn {
  position: absolute;
  right: -40px;
  top: 188px;
  margin: 0;
  padding: 0;
  width: 130px;
  height: 250px;
  border-radius: 25px;
  pointer-events: auto;
  background: #f15a3f url("../img/bg_orange.png") repeat left top;
  transition: all .3s;
}
.sidebar .applyBtn::before {
  display: block;
  position: absolute;
  left: 24px;
  top: 30px;
  content: '';
  width: 42px;
  height: 23px;
  background: #f15a3f url("../img/eye.png") no-repeat center center;
  background-size: contain;
}
.sidebar .applyBtn a {
  display: block;
  width: 100%;
  height: 100%;
  writing-mode: vertical-rl;
  align-items: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 170px;
  text-align: center;
  text-indent: 1.5em;
  color: #ffffff;
}
.sidebar .applyBtn:hover {
  right: -20px;
}
.sidebar .toTop {
  position: absolute;
  right: 25px;
  bottom: 40px;
  width: 80px;
  height: 80px;
  pointer-events: auto;
  margin: 0;
}
.sidebar .toTop a {
  display: block;
  width: 100%;
  height: 100%;
}
.sidebar .toTop a img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sidebar .menuArea {
    z-index: 101;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: auto;
    border-radius: 0;
    background: none;
    pointer-events: none;
    transition: all .3s;
  }
  .sidebar .menuArea .button {
    z-index: 102;
    right: 20px;
    top: 20px;
    border-radius: 25px;
    background: #ffffff;
    pointer-events: auto;
  }
  .sidebar .menuArea .button::before {
    display: block;
    position: absolute;
    left: 50%;
    top: 19px;
    content: '';
    width: 38px;
    height: 1px;
    transform: translateX(-50%);
    background: #444444;
    transition: all .3s;
  }
  .sidebar .menuArea .button::after {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 19px;
    content: '';
    width: 38px;
    height: 1px;
    transform: translateX(-50%);
    background: #444444;
    transition: all .3s;
  }
  .sidebar .menuArea .button.close::before {
    top: 24.5px;
    transform: translateX(-50%) rotate(0.05turn);
  }
  .sidebar .menuArea .button.close::after {
    bottom: 24.5px;
    transform: translateX(-50%) rotate(-0.05turn);
  }
  .sidebar .menuArea .menu {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
  }
  .sidebar .menuArea .menu li {
    width: 100%;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
  }
  .sidebar .menuArea .menu li a {
    text-decoration: none;
    color: #444444;
    pointer-events: auto;
  }
  .sidebar .menuArea .menu::after {
    display: block;
    content: '';
    width: 100%;
    height: 82px;
    background: url("../img/sp_menu_pic.png") no-repeat center center;
    background-size: 100px 82px;
  }
  .sidebar .applyBtn {
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50px;
    border-radius: 25px 25px 0 0;
    pointer-events: auto;
    background: #f15a3f url("../img/bg_orange.png") repeat left top;
    transition: all .3s;
  }
  .sidebar .applyBtn::before {
    display: block;
    position: absolute;
    left: auto;
    right: 40px;
    top: 50%;
    content: '';
    width: 42px;
    height: 23px;
    background: #f15a3f url("../img/eye.png") no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
  }
  .sidebar .applyBtn a {
    writing-mode: horizontal-tb;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 50px;
    text-indent: 0;
    letter-spacing: .3em;
  }
  .sidebar .applyBtn:hover {
    right: 0;
  }
  .sidebar .toTop {
    display: none;
  }
}
/* header
----------------------------*/
.header {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  height: 168px;
}
.header .headerArea {
  position: absolute;
  top: 47.5px;
  left: 40px;
  margin: 0;
  width: 203px;
  height: 30px;
}
.header .headerArea img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    height: 0;
  }
  .header .headerArea {
    display: none;
  }
}
/* main
----------------------------*/
.main {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.main .topAnimationArea {
  margin: 0 auto;
  width: calc(100% - 125px * 2);
}
@media screen and (max-width: 768px) {
  .main .topAnimationArea {
    width: calc(100% - 20px * 2);
  }
}
.main .secondAnimationArea {
  box-sizing: border-box;
  position: relative;
  margin: 20px auto -50px;
}
.main .secondAnimationArea .circleAnimationArea {
  position: absolute;
  z-index: 1;
  right: 128px;
  top: -20px;
  width: calc(100vw * .0975);
  max-width: 156px;
}
.main .secondAnimationArea .wave1AnimationArea {
  position: relative;
  margin: 0 0 -50px;
}
@media screen and (max-width: 768px) {
  .main .secondAnimationArea .circleAnimationArea {
    right: 20px;
    width: 60px;
  }
}
.main .mainCopyArea {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 50px 0 0;
  background: #cdcdcd url("../img/bg_gray.png") repeat left top;
}
.main .mainCopyArea::before {
  display: block;
  position: absolute;
  z-index: 0;
  right: calc(100vw * .0625 + 128px);
  top: calc(100vw * -.1);
  width: calc(100vw * .271875);
  max-width: 435px;
  height: calc(100vw * .20125);
  max-height: 322px;
  content: '';
  background: url("../img/pic01.png") no-repeat center center;
  background-size: contain;
}
.main .mainCopyArea h2 {
  position: absolute;
  z-index: 1;
  left: 128px;
  top: calc(100vw * -.1);
  margin: 0;
  width: calc(100% - 125px * 2);
  font-weight: 400;
  font-size: 40px;
  line-height: 65px;
  letter-spacing: .32em;
}
@media screen and (max-width: 768px) {
  .main .mainCopyArea h2 {
    width: calc(100% - 20px * 2);
  }
}
.main .mainCopyArea p {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  width: calc(100% - 125px * 2);
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .42em;
}
@media screen and (max-width: 768px) {
  .main .mainCopyArea p {
    width: calc(100% - 20px * 2);
  }
}
.main .mainCopyArea .image {
  margin: 0 auto;
}
.main .mainCopyArea .image img {
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .main .mainCopyArea {
    position: unset;
  }
  .main .mainCopyArea::before {
    display: none;
  }
  .main .mainCopyArea h2 {
    position: relative;
    margin: 0 auto;
    left: auto;
    top: auto;
    font-size: 20px;
    line-height: 28px;
  }
  .main .mainCopyArea p {
    margin: 30px auto;
    font-size: 13px;
    line-height: 23px;
  }
}
.main .aboutArea {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 115px 0 0;
  background: #ffcb51 url("../img/bg_yellow.png") repeat left top;
}
.main .aboutArea .chara {
  display: block;
  position: absolute;
  z-index: 1;
  right: 68px;
  top: 600px;
  width: calc(100vw * .081875);
  max-width: 131px;
  height: calc(100vw * .366875);
  max-height: 587px;
  content: '';
  background: url("../img/Character01.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 1170px) {
  .main .aboutArea {
    padding: 30px 0 0;
  }
  .main .aboutArea .chara {
    display: none;
  }
}
.main .aboutArea h2 {
  margin: 0 auto;
  width: calc(100% - 125px * 2);
  font-size: 72px;
  line-height: 72px;
  letter-spacing: .12em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .main .aboutArea h2 {
    width: calc(100% - 20px * 2);
  }
}
.main .aboutArea h2 span {
  margin-left: 50px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 72px;
  color: #444444;
}
.browser-ie .main .aboutArea h2 span {
  font-family: serif;
}
.main .aboutArea .date {
  margin: 50px auto 0;
  width: calc(100% - 125px * 2);
}
@media screen and (max-width: 768px) {
  .main .aboutArea .date {
    width: calc(100% - 20px * 2);
  }
}
.main .aboutArea .date .title {
  font-size: 60px;
  line-height: 70px;
}
.main .aboutArea .date .data {
  font-family: "PT Serif", serif;
  font-size: 60px;
  line-height: 70px;
}
.browser-ie .main .aboutArea .date .data {
  font-family: serif;
}
.main .aboutArea .date .data img {
  margin: 0 20px;
  width: 48px;
  height: 34px;
}
@media screen and (max-width: 1480px) {
  .main .aboutArea h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: .2em;
  }
  .main .aboutArea h2 span {
    display: block;
    margin-left: 0;
    font-size: 13px;
    line-height: 40px;
  }
  .main .aboutArea .date {
    text-align: center;
  }
  .main .aboutArea .date .title {
    font-size: 23px;
    line-height: 40px;
  }
  .main .aboutArea .date .data {
    display: block;
    font-size: 27px;
    line-height: 40px;
  }
  .main .aboutArea .date .data img {
    margin: 0 10px;
    width: 21.4px;
    height: 15px;
  }
}
.main .aboutArea .conditions {
  box-sizing: border-box;
  list-style: none;
  display: grid;
  width: calc(100% - 300px);
  margin: 60px auto 0;
  padding: 0 ;
  grid-template-columns: 275px auto;
  grid-template-rows: 1fr 1fr 1fr;
}
.main .aboutArea .conditions dt {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #444444;
  border-right: 1px solid #444444;
}
.main .aboutArea .conditions dt::before {
  display: block;
  position: absolute;
  right: -7.5px;
  top: -7.5px;
  content: '';
  width: 15px;
  height: 15px;
  background: #ffcb51;
}
.main .aboutArea .conditions dt span {
  box-sizing: border-box;
  display: block;
  width: 220px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #444444;
  border-radius: 30px;
  background: #ffffff;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 58px;
}
.main .aboutArea .conditions dd {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 20px 0 20px 40px;
  border-top: 1px solid #444444;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
}
.main .aboutArea .conditions dt:nth-of-type(3) {
  border-bottom: 1px solid #444444;
}
.main .aboutArea .conditions dd:nth-of-type(3) {
  border-bottom: 1px solid #444444;
}
.main .aboutArea .conditions dd:nth-of-type(3)::before {
  display: block;
  position: absolute;
  left: -7.5px;
  bottom: -7.5px;
  content: '';
  width: 15px;
  height: 15px;
  background: #ffcb51;
}
@media screen and (max-width: 1170px) {
  .main .aboutArea .conditions {
    margin: 20px auto 0;
    grid-template-columns: 113px auto;
    grid-template-rows: auto auto auto;
  }
  .main .aboutArea .conditions dt {
    border-right: none;
    padding: 10px 0;
  }
  .main .aboutArea .conditions dt::before {
    display: none;
  }
  .main .aboutArea .conditions dt span {
    width: 100px;
    height: 30px;
    margin: 0;
    border-radius: 15px;
    font-size: 13px;
    line-height: 28px;
  }
  .main .aboutArea .conditions dd {
    padding: 10px 0;
    font-size: 13px;
    line-height: 23px;
  }
  .main .aboutArea .conditions dd br {
    display: none;
  }
  .main .aboutArea .conditions dd br.spbr {
    display: inline;
  }
  .main .aboutArea .conditions dt:nth-of-type(3) {
    border-bottom: 1px solid #444444;
  }
  .main .aboutArea .conditions dd:nth-of-type(3) {
    border-bottom: 1px solid #444444;
  }
  .main .aboutArea .conditions dd:nth-of-type(3)::before {
    display: none;
  }
}
.main .aboutArea .award {
  box-sizing: border-box;
  list-style: none;
  display: grid;
  width: calc(100% - 300px);
  margin: 110px auto 0;
  padding: 0 ;
  grid-template-columns: 275px auto;
  grid-template-rows: 1fr;
}
.main .aboutArea .award dt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 57px;
  line-height: 59px;
}
.main .aboutArea .award dd {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 20px 0 20px 40px;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
}
@media screen and (max-width: 1170px) {
  .main .aboutArea .award {
    margin: 45px auto 0;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
  .main .aboutArea .award dt {
    font-size: 23px;
    line-height: 40px;
    justify-content: center;
  }
  .main .aboutArea .award dt::before {
    content: "［ ";
  }
  .main .aboutArea .award dt::after {
    content: " ］";
  }
  .main .aboutArea .award dd {
    padding: 0;
    justify-content: center;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
  }
}
.main .aboutArea .prize {
  display: flex;
  position: relative;
  z-index: 2;
  list-style: none;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 50px;
  width: calc(100% - 300px);
  margin: 50px auto 0;
  padding: 0;
}
.main .aboutArea .prize li img {
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .main .aboutArea .prize {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 20px auto 0;
  }
  .main .aboutArea .prize li {
    max-width: 460px;
  }
  .main .aboutArea .prize li img {
    width: 100%;
  }
}
.main .aboutArea .notice {
  width: calc(100% - 125px * 2);
  margin: 40px auto 0;
  padding: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .aboutArea .notice {
    width: calc(100% - 20px * 2);
  }
}
@media screen and (max-width: 1170px) {
  .main .aboutArea .notice {
    font-size: 11px;
    line-height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .main .aboutArea .conditions,
  .main .aboutArea .award,
  .main .aboutArea .prize {
    width: calc(100% - 20px * 2);
  }
}
.main .aboutArea .more {
  box-sizing: border-box;
  position: relative;
  margin: 100px 0 0;
  padding: 135px 0 60px;
  border-radius: 90px 90px 0 0;
  width: 100%;
  min-height: 400px;
  background: #fef7ed url("../img/wave01.png") no-repeat center bottom;
  background-size: contain;
}
.main .aboutArea .more .bubble {
  display: block;
  position: absolute;
  top: -58px;
  left: 50%;
  width: 120px;
  height: 148px;
  transform: translateX(-50%);
  content: '';
  background: url("../img/present_hukidashi.png") no-repeat center center;
  background-size: contain;
}
.main .aboutArea .more h3 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 50px;
  width: calc(100% - 125px * 2);
  max-width: 1300px;
  height: 100px;
  border-radius: 50px;
  background: #ffcb51 url("../img/bg_yellow.png") repeat left top;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .main .aboutArea .more h3 {
    width: calc(100% - 20px * 2);
  }
}
.main .aboutArea .more .sub {
  width: calc(100% - 125px * 2);
  margin: 25px auto 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .aboutArea .more .sub {
    width: calc(100% - 20px * 2);
  }
}
.main .aboutArea .more .prize2 {
  display: flex;
  position: relative;
  list-style: none;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 16px;
  width: calc(100% - 125px * 2);
  max-width: 1300px;
  margin: 40px auto 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .main .aboutArea .more .prize2 {
    width: calc(100% - 20px * 2);
  }
}
.main .aboutArea .more .prize2 li img {
  width: 100%;
}
.main .aboutArea .more .prize2 li .cap {
  margin: 20px auto 0;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
@media screen and (max-width: 1170px) {
  .main .aboutArea .more .prize2 li .cap {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
  }
}
.main .aboutArea .more .buttonSet {
  display: flex;
  position: relative;
  list-style: none;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 35px;
  width: 560px;
  margin: 50px auto 0;
  padding: 0;
}
.main .aboutArea .more .buttonSet li a {
  display: block;
  position: relative;
  width: 260px;
  height: 80px;
  border-radius: 40px;
  background: #444444;
  color: #ffffff;
}
.main .aboutArea .more .buttonSet li a::before {
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  content: '';
  width: 40px;
  height: 40px;
  background: url("../img/arrow_c.png") no-repeat center center;
  background-size: contain;
  transform: translateX(50%) translateY(-50%);
  transition: all .3s;
}
.main .aboutArea .more .buttonSet li a:hover::before {
  width: 50px;
  height: 50px;
}
.main .aboutArea .more .buttonSet li a span {
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  line-height: 36px;
}
.main .aboutArea .more .applyBtn {
  display: block;
  width: calc(100% - 125px * 2);
  margin: 60px auto 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .main .aboutArea .more .applyBtn {
    width: calc(100% - 20px * 2);
  }
}
.main .aboutArea .more .applyBtn img {
  width: 100%;
  transform: scale(1);
  transition: all .3s;
}
.main .aboutArea .more .applyBtn img:hover {
  transform: scale(1.04);
}
.main .aboutArea .more .notice2 {
  width: calc(100% - 125px * 2);
  margin: 20px auto 0;
  padding: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .aboutArea .more .notice2 {
    width: calc(100% - 20px * 2);
  }
}
@media screen and (max-width: 768px) {
  .main .aboutArea .more {
    margin: 50px 0 0;
    padding: 65px 0 80px;
    border-radius: 20px 20px 0 0;
    background: #fef7ed url("../img/wave01_sp.png") no-repeat center bottom;
  }
  .main .aboutArea .more .bubble {
    top: -18.3px;
    width: 65px;
    height: 80px;
  }
  .main .aboutArea .more h3 {
    padding: 0 30px;
    height: 60px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  .main .aboutArea .more .sub {
    margin: 20px auto 0;
    font-size: 11px;
    line-height: 17px;
  }
  .main .aboutArea .more .prize2 {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 16px;
    margin: 20px auto 0;
  }
  .main .aboutArea .more .prize2 li img {
    width: 100%;
  }
  .main .aboutArea .more .prize2 li .cap {
    margin: 8px auto 0;
    font-size: 13px;
    line-height: 20px;
  }
  .main .aboutArea .more .buttonSet {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    width: 260px;
    margin: 40px auto 0;
  }
  .main .aboutArea .more .buttonSet li a {
    height: 60px;
    border-radius: 30px;
  }
  .main .aboutArea .more .buttonSet li a::before {
    right: 30px;
  }
  .main .aboutArea .more .buttonSet li a span {
    left: 35px;
    font-size: 16px;
  }
  .main .aboutArea .more .applyBtn {
    margin: 30px auto 0;
  }
  .main .aboutArea .more .applyBtn img {
    margin: 0 auto;
    max-width: 335px;
  }
  .main .aboutArea .more .notice2 {
    margin: 10px auto 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
  }
}
.main .resultsArea {
  box-sizing: border-box;
  position: relative;
  margin: 0 0 -1px;
  padding: 150px 0 0;
  background: #f15a3f url("../img/bg_orange.png") repeat left top;
}
.main .resultsArea::before {
  display: block;
  position: absolute;
  left: 45%;
  top: calc(100vw * -.021875);
  content: '';
  width: calc(100vw * .034375);
  max-width: 55px;
  height: calc(100vw * .060625);
  max-height: 97px;
  background: url("../img/pic02.png") no-repeat center center;
  background-size: contain;
}
.main .resultsArea::after {
  display: block;
  position: absolute;
  right: 125px;
  top: calc(100vw * .05375);
  content: '';
  width: calc(100vw * .3425);
  max-width: 548px;
  height: calc(100vw * .35125);
  max-height: 562px;
  background: url("../img/pic03.png") no-repeat center center;
  background-size: contain;
}
.main .resultsArea .chara {
  display: block;
  position: absolute;
  right: calc(100vw * .178125);
  top: 715px;
  width: calc(100vw * .085);
  max-width: 136px;
  height: calc(100vw * .35375);
  max-height: 566px;
  transform: translateY(-96%);
  content: '';
  background: url("../img/Character02.png") no-repeat center center;
  background-size: contain;
}
.main .resultsArea h2 {
  margin: 0 auto;
  width: calc(100% - 125px * 2);
  font-size: 70px;
  line-height: 90px;
  letter-spacing: .12em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .main .resultsArea h2 {
    width: calc(100% - 20px * 2);
  }
}
.main .resultsArea h2 span {
  display: block;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 90px;
}
.browser-ie .main .resultsArea h2 span {
  font-family: serif;
}
.main .resultsArea .sub {
  margin: 80px auto 130px;
  width: calc(100% - 125px * 2);
  font-size: 40px;
  line-height: 65px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .main .resultsArea .sub {
    width: calc(100% - 20px * 2);
  }
}
@media screen and (max-width: 1170px) {
  .main .resultsArea {
    padding: 40px 0 0;
  }
  .main .resultsArea::before {
    display: none;
  }
  .main .resultsArea::after {
    display: none;
  }
  .main .resultsArea .chara {
    display: none;
  }
  .main .resultsArea h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .main .resultsArea h2 span {
    font-size: 13px;
    line-height: 40px;
  }
  .main .resultsArea .sub {
    margin: 30px auto 30px;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
  }
  .main .resultsArea .sub br:nth-of-type(1) {
    display: none;
  }
}
.main .resultsArea .case {
  position: relative;
  margin: 0 0 45px;
  padding: 0;
  width: calc(100vw - 125px);
  height: 700px;
  background: #ffffff;
}
.main .resultsArea .case::before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  width: calc(100% - 420px);
  height: 1px;
  background: #444444;
  transform: translateX(-50%) translateY(-50%);
}
.main .resultsArea .case .number {
  display: block;
  position: absolute;
  top: 100px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  content: '';
  background: #f15a3f;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
}
.main .resultsArea .case .copy {
  display: block;
  position: absolute;
  top: 150px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #f15a3f;
}
.main .resultsArea .case .copy span {
  display: block;
}
.main .resultsArea .case .copy img {
  display: none;
}
.main .resultsArea .case h3 {
  display: block;
  position: absolute;
  bottom: 380px;
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
}
.main .resultsArea .case h3 span {
  display: block;
  font-size: 25px;
  line-height: 25px;
}
.main .resultsArea .case .detail {
  display: block;
  position: absolute;
  top: 370px;
  width: calc(100% - 100vw * .375 - 330px);
  max-width: 550px;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
}
.main .resultsArea .case .button {
  display: block;
  position: absolute;
  bottom: 100px;
  width: 260px;
  height: 80px;
  border-radius: 40px;
  background: #444444;
  color: #ffffff;
}
.main .resultsArea .case .button::before {
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  content: '';
  width: 40px;
  height: 40px;
  background: url("../img/arrow_c.png") no-repeat center center;
  background-size: contain;
  transform: translateX(50%) translateY(-50%);
  transition: all .3s;
}
.main .resultsArea .case .button:hover::before {
  width: 50px;
  height: 50px;
}
.main .resultsArea .case .button span {
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  line-height: 36px;
}
.main .resultsArea .case .image {
  display: block;
  position: absolute;
  top: 50%;
  width: calc(100vw * .375);
  max-width: 600px;
  height: calc(100vw * .375);
  max-height: 600px;
  transform: translateY(-50%);
}
.main .resultsArea .case .image img {
  width: 100%;
  height: 100%;
}
.main .resultsArea .case.right {
  margin-left: 125px;
  border-radius: 350px 0 0 350px;
}
.main .resultsArea .case.right .number,
.main .resultsArea .case.right .copy,
.main .resultsArea .case.right h3,
.main .resultsArea .case.right .detail,
.main .resultsArea .case.right .button {
  left: 211px;
}
.main .resultsArea .case.right .image {
  right: 50px;
}
.main .resultsArea .case.left {
  margin-right: 125px;
  border-radius: 0 350px 350px 0;
}
.main .resultsArea .case.left .number,
.main .resultsArea .case.left .copy,
.main .resultsArea .case.left h3,
.main .resultsArea .case.left .detail,
.main .resultsArea .case.left .button {
  left: calc(100vw * .375 + 110px);
}
.main .resultsArea .case.left .image {
  left: 50px;
}
.main .resultsArea .case .chara2 {
  display: block;
  position: absolute;
  z-index: 1;
  left: calc(100vw * -.04125);
  bottom: -130px;
  width: calc(100vw * .0875);
  max-width: 140px;
  height: calc(100vw * .353125);
  max-height: 565px;
  content: '';
  background: url("../img/Character03.png") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .main .resultsArea .case::before {
    width: calc(100% - 100px);
  }
  .main .resultsArea .case .copy {
    font-size: 13px;
    line-height: 23px;
    width: calc(100% - 100vw * .375 - 150px);
    max-width: 550px;
  }
  .main .resultsArea .case h3 {
    font-size: 19px;
    line-height: 29px;
  }
  .main .resultsArea .case h3 span {
    font-size: 13px;
    line-height: 13px;
  }
  .main .resultsArea .case .detail {
    width: calc(100% - 100vw * .375 - 150px);
    font-size: 11px;
    line-height: 18px;
  }
  .main .resultsArea .case .button {
    width: calc(100% - 100vw * .375 - 150px);
    max-width: 260px;
  }
  .main .resultsArea .case .image {
    display: block;
    position: absolute;
    top: 50%;
    width: calc(100vw * .375);
    max-width: 600px;
    height: calc(100vw * .375);
    max-height: 600px;
    transform: translateY(-50%);
  }
  .main .resultsArea .case .image img {
    width: 100%;
    height: 100%;
  }
  .main .resultsArea .case.right {
    border-radius: 40px 0 0 40px;
  }
  .main .resultsArea .case.right .number,
  .main .resultsArea .case.right .copy,
  .main .resultsArea .case.right h3,
  .main .resultsArea .case.right .detail,
  .main .resultsArea .case.right .button {
    left: 50px;
  }
  .main .resultsArea .case.right .image {
    right: 50px;
  }
  .main .resultsArea .case.left {
    border-radius: 0 40px 40px 0;
  }
  .main .resultsArea .case.left .number,
  .main .resultsArea .case.left .copy,
  .main .resultsArea .case.left h3,
  .main .resultsArea .case.left .detail,
  .main .resultsArea .case.left .button {
    left: calc(100vw * .375 + 100px);
  }
  .main .resultsArea .case.left .image {
    left: 50px;
  }
  .main .resultsArea .case .chara2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main .resultsArea .case {
    box-sizing: border-box;
    margin: 0 0 15px;
    padding: 315px 0 25px;
    width: calc(100vw - 15px);
    height: auto;
    min-height: 500px;
  }
  .main .resultsArea .case::before {
    display: none;
  }
  .main .resultsArea .case .number {
    z-index: 1;
    top: 235px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 20px;
    line-height: 50px;
  }
  .main .resultsArea .case .copy {
    top: 40px;
  }
  .main .resultsArea .case .copy span {
    display: none;
  }
  .main .resultsArea .case .copy img {
    display: block;
    width: 32px;
  }
  .main .resultsArea .case h3 {
    position: relative;
    bottom: auto;
    margin: 0 auto;
    width: 250px;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
  }
  .main .resultsArea .case h3 span {
    font-size: 13px;
    line-height: 25px;
  }
  .main .resultsArea .case .detail {
    position: relative;
    top: auto;
    margin: 15px auto 0;
    width: 250px;
    font-size: 11px;
    line-height: 18px;
  }
  .main .resultsArea .case .button {
    position: relative;
    bottom: auto;
    margin: 40px auto 0;
    width: 150px;
    height: 45px;
    border-radius: 22.5px;
  }
  .main .resultsArea .case .button::before {
    right: 22.5px;
    top: 50%;
    width: 30px;
    height: 30px;
  }
  .main .resultsArea .case .button:hover::before {
    width: 40px;
    height: 40px;
  }
  .main .resultsArea .case .button span {
    left: 18px;
    font-size: 13px;
    line-height: 21.5px;
  }
  .main .resultsArea .case .image {
    top: 28px;
    width: 250px;
    height: 250px;
    transform: translateY(0) translateX(-50%);
  }
  .main .resultsArea .case.right {
    margin-left: 15px;
    border-radius: 40px 0 0 40px;
  }
  .main .resultsArea .case.right .number {
    left: 50%;
    transform: translateX(-140px);
  }
  .main .resultsArea .case.right .copy {
    left: auto;
    right: 15px;
  }
  .main .resultsArea .case.right h3,
  .main .resultsArea .case.right .detail {
    left: auto;
    transform: translateX(-15px);
  }
  .main .resultsArea .case.right .button {
    left: auto;
    transform: translateX(-65px);
  }
  .main .resultsArea .case.right .image {
    right: auto;
    left: calc(50% - 15px);
  }
  .main .resultsArea .case.left {
    margin-right: 15px;
    border-radius: 0 40px 40px 0;
  }
  .main .resultsArea .case.left .number {
    left: 50%;
    transform: translateX(-110px);
  }
  .main .resultsArea .case.left .copy {
    left: 15px;
  }
  .main .resultsArea .case.left h3,
  .main .resultsArea .case.left .detail {
    left: auto;
    transform: translateX(15px);
  }
  .main .resultsArea .case.left .button {
    left: auto;
    transform: translateX(-35px);
  }
  .main .resultsArea .case.left .image {
    left: calc(50% + 15px);
  }
  .main .resultsArea .case .chara2 {
    display: none;
  }
}
.main .resultsArea .addition {
  box-sizing: border-box;
  position: relative;
  margin: 109px 0 0;
  padding: 100px 0;
  width: 100%;
  background: #fef7ed;
}
.main .resultsArea .addition::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: calc(100vw * .03125);
  background: url("../img/wave02.png") no-repeat center center;
  background-size: contain;
}
.main .resultsArea .addition::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: calc(100vw * .03125);
  background: url("../img/wave03.png") no-repeat center center;
  background-size: contain;
}
.main .resultsArea .addition .applyBtn {
  display: block;
  width: calc(100% - 125px * 2);
  margin: 60px auto 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .main .resultsArea .addition .applyBtn {
    width: calc(100% - 20px * 2);
  }
}
.main .resultsArea .addition .applyBtn img {
  width: 100%;
  transform: scale(1);
  transition: all .3s;
}
.main .resultsArea .addition .applyBtn img:hover {
  transform: scale(1.04);
}
.main .resultsArea .addition .notice2 {
  width: calc(100% - 125px * 2);
  margin: 20px auto 0;
  padding: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .resultsArea .addition .notice2 {
    width: calc(100% - 20px * 2);
  }
}
@media screen and (max-width: 768px) {
  .main .resultsArea .addition {
    margin: 30px 0 0;
    padding: 50px 0 80px;
    width: 100%;
    background: #fef7ed url("../img/wave03_sp.png") no-repeat center bottom;
  }
  .main .resultsArea .addition::before {
    height: calc(100vw * .133156);
    background: url("../img/wave02_sp.png") no-repeat center center;
  }
  .main .resultsArea .addition::after {
    display: none;
  }
  .main .resultsArea .addition .applyBtn {
    margin: 30px auto 0;
  }
  .main .resultsArea .addition .applyBtn img {
    margin: 0 auto;
    max-width: 335px;
  }
  .main .resultsArea .addition .notice2 {
    margin: 10px auto 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
  }
}
.main .whatArea {
  box-sizing: border-box;
  position: relative;
  margin: 0 0 -1px;
  padding: 130px 0 0;
  background: #b60005 url("../img/bg_red.png") repeat left top;
}
.main .whatArea .chara {
  display: block;
  position: absolute;
  right: calc(100vw * .1325);
  top: 180px;
  width: calc(100vw * .14375);
  max-width: 230px;
  height: calc(100vw * .35375);
  max-height: 566px;
  content: '';
  background: url("../img/Character04.png") no-repeat center center;
  background-size: contain;
}
.main .whatArea h2 {
  position: relative;
  margin: 0 auto;
  width: calc(100vw - 306px);
  height: 76px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 76px;
  line-height: 1em;
  color: #ffffff;
}
.browser-ie .main .whatArea h2 {
  font-family: serif;
}
.main .whatArea h2:after {
  display: block;
  position: absolute;
  left: 820px;
  top: 0;
  content: '';
  width: calc(100vw * .08);
  max-width: 128px;
  height: calc(100vw * .090625);
  max-height: 145px;
  background: url("../img/logo.png") no-repeat center center;
  background-size: contain;
}
.main .whatArea .sub {
  position: relative;
  margin: 70px auto 0;
  width: calc(100vw - 306px);
  font-weight: 400;
  font-size: 20px;
  line-height: 50px;
  color: #ffffff;
}
.main .whatArea .button {
  position: relative;
  display: block;
  width: 211px;
  height: 60px;
  margin: 80px 0 0 660px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.main .whatArea .button::before {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  width: 48.5px;
  height: 34.5px;
  background: url("../img/arrow_w.png") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  transition: all .3s;
}
.main .whatArea .button:hover::before {
  right: -20px;
}
.main .whatArea .button span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  line-height: 36px;
}
.main .whatArea .catch {
  position: relative;
  margin: 100px auto 0;
  width: 100%;
}
.main .whatArea .catch img {
  width: 100%;
}
.main .whatArea .wave2AnimationArea {
  position: relative;
  margin-top: calc(100vw * -.109375);
}
@media screen and (max-width: 1170px) {
  .main .whatArea .chara {
    display: none;
  }
  .main .whatArea h2 {
    width: calc(100% - 20px * 2);
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 33px;
    line-height: 44px;
    text-align: center;
  }
  .browser-ie .main .whatArea h2 {
    font-family: serif;
  }
  .main .whatArea h2:after {
    left: 50%;
    top: -20px;
    content: '';
    width: 90px;
    height: 102px;
    background: url("../img/logo.png") no-repeat center center;
    background-size: contain;
    transform: translateX(-50%) translateY(-100%);
  }
  .main .whatArea .sub {
    margin: 25px auto 0;
    width: calc(100% - 20px * 2);
    font-size: 13px;
    line-height: 23px;
    text-align: center;
  }
  .main .whatArea .button {
    width: 150px;
    height: 50px;
    margin: 40px auto 0;
  }
  .main .whatArea .button::before {
    width: 29px;
    height: 20px;
  }
  .main .whatArea .button span {
    font-size: 14px;
  }
  .main .whatArea .catch {
    margin: 55px auto 0;
  }
  .main .whatArea .wave2AnimationArea {
    position: relative;
    margin-top: calc(100vw * -.109375);
  }
}
.main .flowArea {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 45px 0 0;
  background: #fef7ed;
}
.main .flowArea .headerPic {
  display: block;
  position: absolute;
  z-index: 1;
  left: 125px;
  top: calc(100vw * -.096875);
  width: calc(100% - 125px * 2);
  content: '';
}
@media screen and (max-width: 768px) {
  .main .flowArea .headerPic {
    width: calc(100% - 20px * 2);
  }
}
.main .flowArea .headerPic img {
  width: 100%;
}
.main .flowArea h2 {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: calc(100% - 125px * 2);
  max-width: 800px;
  height: 100px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 40px;
  line-height: 100px;
  text-align: center;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .main .flowArea h2 {
    width: calc(100% - 20px * 2);
  }
}
.main .flowArea h2:after {
  display: block;
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -35px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 35px 17.5px 0 17.5px;
}
.main .flowArea .image {
  position: relative;
  margin: 60px auto 0;
  width: calc(100% - 125px * 2);
}
@media screen and (max-width: 768px) {
  .main .flowArea .image {
    width: calc(100% - 20px * 2);
  }
}
.main .flowArea .image img {
  width: 100%;
}
.main .flowArea .footerPic {
  position: relative;
  z-index: 1;
  margin: 10px auto 0;
  width: calc(100% - 125px * 2);
  content: '';
}
@media screen and (max-width: 768px) {
  .main .flowArea .footerPic {
    width: calc(100% - 20px * 2);
  }
}
.main .flowArea .footerPic img {
  width: 100%;
}
.main .flowArea .wave3AnimationArea {
  position: relative;
  margin-top: calc(100vw * -.109375);
}
.main .flowArea .catch {
  position: relative;
  margin-top: calc(100vw * -.109375);
  width: 100%;
}
.main .flowArea .catch img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main .flowArea {
    padding: 15px 0 0;
  }
  .main .flowArea .headerPic {
    display: none;
  }
  .main .flowArea h2 {
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
    line-height: 40px;
  }
  .main .flowArea h2:after {
    bottom: -13px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    border-width: 13px 10px 0 10px;
  }
  .main .flowArea .image {
    position: relative;
    z-index: 1;
    margin: 25px auto 0;
  }
  .main .flowArea .image img {
    margin: 0 auto;
    width: 312px;
  }
  .main .flowArea .footerPic {
    display: none;
  }
  .main .flowArea .wave3AnimationArea {
    position: relative;
    margin-top: -10px;
  }
  .main .flowArea .catch {
    position: relative;
    margin-top: calc(100vw * -.109375);
    width: 100%;
  }
  .main .flowArea .catch img {
    width: 100%;
  }
}
.main .agreementArea {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 75px 0 0;
  background: #fef7ed;
}
.main .agreementArea .chara {
  display: block;
  position: absolute;
  z-index: 1;
  left: 110px;
  top: calc(100vw * -.184375);
  content: '';
  width: calc(100vw * .3075);
  max-width: 492px;
  height: calc(100vw * .29125);
  max-height: 466px;
  background: url("../img/Character05.png") no-repeat center center;
  background-size: contain;
}
.main .agreementArea h2 {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 125px * 2);
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  letter-spacing: .2em;
}
@media screen and (max-width: 768px) {
  .main .agreementArea h2 {
    width: calc(100% - 20px * 2);
  }
}
.main .agreementArea h2:before {
  display: inline-block;
  content: '';
  width: 80px;
  height: 1px;
  background: #444444;
  transform: translateX(-25px) translateY(-26px);
}
.main .agreementArea h2:after {
  display: inline-block;
  content: '';
  width: 80px;
  height: 1px;
  background: #444444;
  transform: translateX(25px) translateY(-26px);
}
.main .agreementArea .sub {
  position: relative;
  margin: 40px auto 0;
  width: calc(100% - 125px * 2);
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .agreementArea .sub {
    width: calc(100% - 20px * 2);
  }
}
.browser-ie .main .agreementArea .sub {
  font-family: serif;
}
.main .agreementArea .before {
  position: relative;
  margin: 60px auto 50px;
  width: calc(100% - 125px * 2);
  max-width: 1000px;
  height: 1px;
  border: none;
  background: #444444;
}
@media screen and (max-width: 768px) {
  .main .agreementArea .before {
    width: calc(100% - 20px * 2);
  }
}
.main .agreementArea .detail {
  position: relative;
  overflow-y: auto;
  margin: 0 auto;
  width: calc(100% - 125px * 2);
  max-width: 1000px;
  height: 575px;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .main .agreementArea .detail {
    width: calc(100% - 20px * 2);
  }
}
.main .agreementArea .detail .indentLeft {
  margin-left: 1em;
}
.main .agreementArea .after {
  position: relative;
  margin: 50px auto 0;
  width: calc(100% - 125px * 2);
  max-width: 1000px;
  height: 1px;
  border: none;
  background: #444444;
}
@media screen and (max-width: 768px) {
  .main .agreementArea .after {
    width: calc(100% - 20px * 2);
  }
}
.main .agreementArea .button {
  position: relative;
  display: block;
  width: 500px;
  height: 100px;
  margin: 60px auto 0;
  border: 1px solid #444444;
  border-radius: 50px;
}
.main .agreementArea .button::before {
  display: block;
  position: absolute;
  right: 55px;
  top: 50%;
  content: '';
  width: 50px;
  height: 50px;
  background: url("../img/arrow_c_b.png") no-repeat center center;
  background-size: contain;
  transform: translateX(50%) translateY(-50%);
  transition: all .3s;
}
.main .agreementArea .button:hover::before {
  width: 60px;
  height: 60px;
}
.main .agreementArea .button span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
  line-height: 25px;
  color: #444444;
}
.main .agreementArea .applyBtn {
  display: block;
  width: calc(100% - 125px * 2);
  margin: 60px auto 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .main .agreementArea .applyBtn {
    width: calc(100% - 20px * 2);
  }
}
.main .agreementArea .applyBtn img {
  width: 100%;
  transform: scale(1);
  transition: all .3s;
}
.main .agreementArea .applyBtn img:hover {
  transform: scale(1.04);
}
.main .agreementArea .notice2 {
  width: calc(100% - 125px * 2);
  margin: 20px auto 0;
  padding: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .agreementArea .notice2 {
    width: calc(100% - 20px * 2);
  }
}
@media screen and (max-width: 768px) {
  .main .agreementArea {
    padding: 175px 0 0;
  }
  .main .agreementArea .chara {
    left: 50%;
    top: -83px;
    content: '';
    width: 246px;
    height: 233px;
    background: url("../img/Character05.png") no-repeat center center;
    background-size: contain;
    transform: translateX(-50%);
  }
  .main .agreementArea h2 {
    font-size: 30px;
    line-height: 31px;
  }
  .main .agreementArea h2:before {
    width: 50px;
    transform: translateX(-10px) translateY(-13px);
  }
  .main .agreementArea h2:after {
    width: 50px;
    transform: translateX(10px) translateY(-13px);
  }
  .main .agreementArea .sub {
    margin: 10px auto 0;
    font-size: 15px;
    line-height: 26px;
  }
  .main .agreementArea .before {
    margin: 20px auto 15px;
  }
  .main .agreementArea .detail {
    box-sizing: border-box;
    height: 220px;
    font-size: 10px;
    line-height: 16px;
    padding: 0 1em;
  }
  .main .agreementArea .after {
    margin: 15px auto 0;
  }
  .main .agreementArea .button {
    width: 260px;
    height: 48px;
    margin: 25px auto 0;
    border-radius: 24px;
  }
  .main .agreementArea .button::before {
    right: 24px;
    width: 24px;
    height: 24px;
    transform: translateX(50%) translateY(-50%);
  }
  .main .agreementArea .button:hover::before {
    width: 32px;
    height: 32px;
  }
  .main .agreementArea .button span {
    font-size: 13px;
    line-height: 21px;
  }
  .main .agreementArea .applyBtn {
    margin: 40px auto 0;
  }
  .main .agreementArea .applyBtn img {
    margin: 0 auto;
    max-width: 335px;
  }
  .main .agreementArea .notice2 {
    margin: 10px auto 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
  }
}
.footer {
  box-sizing: border-box;
  position: relative;
  margin: 48px 0 0;
  padding: 60px 0;
  width: 100%;
  background: #b60005 url("../img/bg_red.png") repeat left top;
}
.footer .footerInner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 125px * 2);
}
@media screen and (max-width: 768px) {
  .footer .footerInner {
    width: calc(100% - 20px * 2);
  }
}
.footer .footerInner .contentsArea {
  position: relative;
  float: left;
  width: calc(100% - 360px);
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.footer .footerInner .contentsArea .menu {
  display: flex;
  position: relative;
  list-style: none;
  justify-content: left;
  flex-wrap: wrap;
  column-gap: 2em;
  width: auto;
  margin: 0;
  padding: 0;
}
.footer .footerInner .contentsArea .menu li {
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
}
.footer .footerInner .contentsArea .menu li a {
  color: #ffffff;
}
.footer .footerInner .contentsArea .inquiry {
  margin: 50px 0 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: .3em;
}
.footer .footerInner .contentsArea .address {
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
}
.footer .footerInner .contentsArea .sponsorship {
  margin: 30px 0 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
}
.footer .footerInner .icon {
  position: relative;
  float: right;
  width: 266px;
  height: 150px;
  margin: 20px -20px 0 0;
  padding: 0;
  background: url("../img/footer_pic.png") no-repeat center center;
  background-size: contain;
}
.footer .footerInner .logoArea {
  position: relative;
  float: right;
  width: 338px;
  height: 50px;
  margin: 40px 0 0 ;
  padding: 0;
}
.footer .footerInner .logoArea img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .footer {
    margin: 36px 0 0;
    padding: 175px  0 83px;
  }
  .footer .footerInner .contentsArea {
    float: none;
    width: 100%;
  }
  .footer .footerInner .contentsArea .menu {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr 1fr 1fr;
    width: 300px;
    margin: 0 auto;
  }
  .footer .footerInner .contentsArea .menu li {
    font-size: 14px;
    line-height: 30px;
  }
  .footer .footerInner .contentsArea .menu li a::before {
    display: inline-block;
    content: '>';
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin-right: 7.5px;
    background: #ffffff;
    transform: translateY(0);
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #444444;
  }
  .footer .footerInner .contentsArea .inquiry {
    margin: 46px 0 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .footer .footerInner .contentsArea .address {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .footer .footerInner .contentsArea .sponsorship {
    margin: 26px 0 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .footer .footerInner .icon {
    position: absolute;
    float: none;
    left: 50%;
    top: -153px;
    margin: 0;
    content: '';
    width: 195px;
    height: 110px;
    background: url("../img/footer_pic.png") no-repeat center center;
    background-size: contain;
    transform: translateX(-45%);
  }
  .footer .footerInner .logoArea {
    position: relative;
    float: right;
    width: 338px;
    height: 50px;
    margin: 40px 0 0 ;
    padding: 0;
  }
  .footer .footerInner .logoArea img {
    width: 100%;
    height: 100%;
  }
}
/* common
----------------------------*/
.scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 800ms;
}
.scroll-fade-fin {
  opacity: 1;
  transform: translateY(0);
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
#mask {
  display: none;
  position: fixed;
  z-index: 120;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: .8;
}
#modal {
  display: none;
  position: fixed;
  z-index: 150;
  left: 50%;
  top: 50%;
  width: 80%;
  max-width: 800px;
  height: 80%;
  border-radius: 20px;
  background: #ffffff;
  transform: translateX(-50%) translateY(-50%);
}
#modal .contents {
  box-sizing: border-box;
  display: block;
  position: absolute;
  overflow-y: auto;
  left: 50%;
  top: 30px;
  margin: 0;
  padding-right: .5em;
  content: '';
  width: calc(100% - 60px);
  height: calc(100% - 150px);
  transform: translateX(-50%);
}
#modal .contents h2 {
  margin: 0;
  font-size: 24px;
  line-height: 48px;
  color: #f15a3f;
}
#modal .contents h3 {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 36px;
}
#modal .contents .detailGrid {
  box-sizing: border-box;
  list-style: none;
  display: grid;
  width: 100%;
  margin: 20px auto 0;
  padding: 0 ;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto auto;
}
#modal .contents .detailGrid dt {
  box-sizing: border-box;
  border-right: 1px solid #444444;
  padding-right: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
}
#modal .contents .detailGrid dt img {
  max-width: 100%;
}
#modal .contents .detailGrid dd {
  box-sizing: border-box;
  margin: 0;
  padding: 0 20px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
}
#modal .controlAres {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin: 0;
  padding: 20px;
  content: '';
  width: calc(100% - 60px);
  border-top: 1px solid #444444;
  height: 80px;
  transform: translateX(-50%);
}
#modal .controlAres .close {
  display: block;
  width: 120px;
  height: 40px;
  margin: 0 auto;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  background: #447f51;
}
@media screen and (max-width: 768px) {
  #modal {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 10px;
  }
  #modal .contents {
    top: 20px;
    padding-right: 0;
    width: calc(100% - 40px);
    height: calc(100% - 100px);
  }
  #modal .contents h2 {
    font-size: 18px;
    line-height: 36px;
  }
  #modal .contents h3 {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 28px;
  }
  #modal .contents .detailGrid {
    grid-template-columns: 100%;
  }
  #modal .contents .detailGrid dt {
    border-right: none;
    padding-right: 0;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 24px;
  }
  #modal .contents .detailGrid dd {
    padding: 0 10px 30px;
    font-size: 13px;
    line-height: 24px;
  }
  #modal .controlAres {
    bottom: 20px;
    padding: 10px;
    width: calc(100% - 40px);
    height: 40px;
  }
  #modal .controlAres .close {
    width: 100px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
  }
}
.fitImage img {
  max-width: 100%;
  height: auto;
}
.only-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}
.spbr {
  display: none;
}
@media screen and (max-width: 768px) {
  .spbr {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .pcbr {
    display: none;
  }
}
