@charset "UTF-8";
/** main
===================================*/
/** foundation
===================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * config
 */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/*
 * html
 */
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

body {
  margin: 0;
  overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  word-break: break-all;
  outline: none;
  text-decoration: none;
}

p:last-child {
  margin-bottom: 0;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg:not([fill]) {
  fill: currentColor;
}

ul {
  margin-top: 0;
  padding: 0 0 0 1.5em;
}
ul:last-child {
  margin-bottom: 0;
}

ol {
  margin-top: 0;
  padding: 0 0 0 1.5em;
}
ol:last-child {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
}
dl:last-child {
  margin-bottom: 0;
}
dl dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
dl dd {
  margin: 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

code,
kbd,
samp,
pre {
  font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

::selection {
  background: #ccc;
  color: #ffffff;
}

/*
 * リセット
 * utilityの内容と合わせること
 */
/*
 * clearfix
 * [参照](http://nicolasgallagher.com/micro-clearfix-hack/)
*/
/*
 * グリッド
 */
/*
 * メディアクエリ
 */
/*
通常のパターンは下記のようになる。
    @include mq('lg-') {
        background:#ff0000;
    }
    @include mq('-lg') {
        background:#ff0000;
    }
    @include mq('sm-lg') {
        background:#ff0000;
    }

$deviceに入力があり、かつconfig.scssにおいて$cf-layout__use-deviceがtrueである場合は$device設定が有効になる。
    @include mq('lg-') {
        background:#ff0000;
    }

    ※この場合、幅指定としてのlgは無視されスマートフォンデバイスであれば全てに適用される。
*/
/*
 * メディアクエリ
 */
/*
_mq.scssの数値指定版
*/
/*
 * lineheightを考慮したマージン
 */
/*
 * lineheightを考慮したパディング
 */
/*
 * ヘッダ固定時の余白
 */
/*
 * フォントファミリー指定
 */
/*
 * フォントサイズ指定
 */
/*!
 * retinaディスプレイ対応
 */
/*
    //疑似要素には使わないこと
    @include retina() {
        background-image: url('../images/common/main@2x.jpg');
    }
*/
/** layout
===================================*/
/**
 * canvas
 */
.l-canvas {
  position: relative;
  line-height: 1.8;
  letter-spacing: 0;
  overflow: hidden;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* media query */
  /* media query */
  background-image: url("../images/common/bg.jpg");
  background-repeat: repeat;
  background-position: left top;
}
@media only screen and (max-width: 799px) {
  .l-canvas {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 800px) {
  .l-canvas {
    font-size: 1.8rem;
  }
}
.l-canvas a {
  display: block;
  transition: all 0.5s;
}
.l-canvas a:hover {
  opacity: 0.8;
}

/**
 * header
 */
.l-header {
  position: relative;
}

/**
 * l-main
 */
.l-main-wrapper {
  background: #fff;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .l-main-wrapper {
    border: 4px solid #f4b3c3;
    padding: 30px 15px;
    border-radius: 12px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .l-main-wrapper {
    border: 5px solid #f4b3c3;
    padding: 40px 30px;
    border-radius: 18px;
  }
}
@media only screen and (min-width: 800px) {
  .l-main-wrapper {
    border: 6px solid #f4b3c3;
    padding: 50px 60px;
    border-radius: 24px;
  }
}

/**
 * footer
 */
.l-footer {
  position: relative;
  color: #fff;
}
.l-footer a {
  color: #fff;
}
.l-footer a[target=_blank] {
  display: inline-block;
  padding-left: 24px;
  background-image: url("../images/icon/external.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
}
.l-footer .links::before, .l-footer .links::after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.l-footer .links::after {
  clear: both;
}
.l-footer .links dl {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  /* media query */
  /* media query */
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 374px) {
  .l-footer .links dl {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 375px) and (max-width: 479px) {
  .l-footer .links dl {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .l-footer .links dl {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 800px) and (max-width: 999px) {
  .l-footer .links dl {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1000px) {
  .l-footer .links dl {
    float: left;
    width: 25%;
  }
}
.l-footer .links dt {
  margin: 0;
  padding: 0;
  margin-right: 30px;
}
.l-footer .links dd {
  margin: 0;
  padding: 0;
  margin-right: 15px;
}

/** object
===================================*/
/**
 * 基礎レイアウト
 */
.c-block {
  position: relative;
}
.c-block--fixed-xl {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.c-block--fixed-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.c-block--fixed-md {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.c-block--fixed-sm {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}
.c-block--fixed-xs {
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
}
.c-block--padding-trbl {
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .c-block--padding-trbl {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .c-block--padding-trbl {
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 800px) {
  .c-block--padding-trbl {
    padding-top: 60px;
    padding-right: 80px;
    padding-bottom: 60px;
    padding-left: 80px;
  }
}
.c-block--padding-rl {
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .c-block--padding-rl {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .c-block--padding-rl {
    padding-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 800px) {
  .c-block--padding-rl {
    padding-top: 0px;
    padding-right: 80px;
    padding-bottom: 0px;
    padding-left: 80px;
  }
}
.c-block--padding-tb {
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .c-block--padding-tb {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .c-block--padding-tb {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 800px) {
  .c-block--padding-tb {
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
  }
}
.c-block--padding-trl {
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .c-block--padding-trl {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .c-block--padding-trl {
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 800px) {
  .c-block--padding-trl {
    padding-top: 60px;
    padding-right: 80px;
    padding-bottom: 0px;
    padding-left: 80px;
  }
}
.c-block--padding-rbl {
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .c-block--padding-rbl {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .c-block--padding-rbl {
    padding-top: 0px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 800px) {
  .c-block--padding-rbl {
    padding-top: 0px;
    padding-right: 80px;
    padding-bottom: 60px;
    padding-left: 80px;
  }
}
.c-block--padding-tbl {
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .c-block--padding-tbl {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .c-block--padding-tbl {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 800px) {
  .c-block--padding-tbl {
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 80px;
  }
}
.c-block--padding-trb {
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .c-block--padding-trb {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .c-block--padding-trb {
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 800px) {
  .c-block--padding-trb {
    padding-top: 60px;
    padding-right: 80px;
    padding-bottom: 60px;
    padding-left: 0px;
  }
}
.c-block--padding-t {
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .c-block--padding-t {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .c-block--padding-t {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 800px) {
  .c-block--padding-t {
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.c-block--padding-r {
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .c-block--padding-r {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .c-block--padding-r {
    padding-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 800px) {
  .c-block--padding-r {
    padding-top: 0px;
    padding-right: 80px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.c-block--padding-b {
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .c-block--padding-b {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .c-block--padding-b {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 800px) {
  .c-block--padding-b {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
  }
}
.c-block--padding-l {
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .c-block--padding-l {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .c-block--padding-l {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 800px) {
  .c-block--padding-l {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 80px;
  }
}

.c-button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  padding: 0.125em 0.375em;
}
.c-button:hover {
  opacity: 0.75;
}
.c-button:disabled {
  opacity: 0.75;
  cursor: auto;
}
.c-button--color-white {
  color: #ffffff;
}
.c-button--color-black {
  color: #000000;
}
.c-button--color-black10 {
  color: #333333;
}
.c-button--color-paleblue10 {
  color: #d9eeed;
}
.c-button--color-paleblue20 {
  color: #c8e7e9;
}
.c-button--color-green10 {
  color: #009d85;
}
.c-button--color-yellow10 {
  color: #f9f299;
}
.c-button--color-blue10 {
  color: #00a1e9;
}
.c-button--color-red10 {
  color: #e60013;
}
.c-button--color-orange10 {
  color: #ed6d00;
}
.c-button--color-key10 {
  color: #e50065;
}
.c-button--color-key20 {
  color: #f4b3c3;
}
.c-button--color-purple10 {
  color: #af579d;
}
.c-button--bg-white {
  background-color: #ffffff;
}
.c-button--bg-black {
  background-color: #000000;
}
.c-button--bg-black10 {
  background-color: #333333;
}
.c-button--bg-paleblue10 {
  background-color: #d9eeed;
}
.c-button--bg-paleblue20 {
  background-color: #c8e7e9;
}
.c-button--bg-green10 {
  background-color: #009d85;
}
.c-button--bg-yellow10 {
  background-color: #f9f299;
}
.c-button--bg-blue10 {
  background-color: #00a1e9;
}
.c-button--bg-red10 {
  background-color: #e60013;
}
.c-button--bg-orange10 {
  background-color: #ed6d00;
}
.c-button--bg-key10 {
  background-color: #e50065;
}
.c-button--bg-key20 {
  background-color: #f4b3c3;
}
.c-button--bg-purple10 {
  background-color: #af579d;
}

.c-form button,
.c-form input,
.c-form select,
.c-form textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}
.c-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1.2em;
  border-radius: 0;
  padding-right: 1.2em;
}
.c-form select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}
.c-form ::-ms-expand {
  display: none;
}
.c-form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

.c-heading {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: inherit;
}

/*
 * テーブル
 */
.c-table-overflow {
  /* media query */
}
@media only screen and (max-width: 799px) {
  .c-table-overflow {
    overflow-x: auto;
    white-space: nowrap;
  }
}

.p-about {
  display: grid;
  margin-bottom: 40px;
  /* media query */
  /* media query */
  gap: 40px 40px;
}
@media only screen and (max-width: 799px) {
  .p-about {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 800px) {
  .p-about {
    grid-template-columns: 190px 1fr;
  }
}
.p-about figure {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}

/*
 * ページトップへ戻るボタン
 */
#js-back-to-top {
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 500;
}

.p-back-to-top {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  line-height: 1;
  width: 50px;
  height: 50px;
  background: #000;
  color: #000;
  text-indent: -9999px;
}
.p-back-to-top::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 8px;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  transform: translate3d(-50%, -50%, 0);
}

.p-button2 {
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  line-height: 1.6;
  padding-right: 50px;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .p-button2 {
    font-size: 1.8rem;
  }
  .p-button2 br {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .p-button2 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-button2 {
    font-size: 2.8rem;
  }
}
.p-button2::before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  background: #fff;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 15px;
  transform: translate3d(0, -50%, 0);
}
.p-button2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  top: 50%;
  right: 18px;
  transform: translate3d(0, -50%, 0);
}
.p-button2--key10 {
  background: #e50065;
}
.p-button2--key10::after {
  border-left: 14px solid #e50065;
}
.p-button2--orange {
  background: #ed6d00;
}
.p-button2--orange::after {
  border-left: 14px solid #ed6d00;
}
.p-button2--blue {
  background: #00a1e9;
}
.p-button2--blue::after {
  border-left: 14px solid #00a1e9;
}
.p-button2--green {
  background: #009d85;
}
.p-button2--green::after {
  border-left: 14px solid #009d85;
}
.p-button2--purple {
  background: #af579d;
}
.p-button2--purple::after {
  border-left: 14px solid #af579d;
}

.p-contact__heading {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .p-contact__heading {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .p-contact__heading {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-contact__heading {
    font-size: 2.4rem;
  }
}

.p-credential {
  margin: 0;
  padding: 0;
  display: grid;
  /* media query */
  /* media query */
  gap: 20px 20px;
  align-items: top;
  margin-bottom: 30px;
}
@media only screen and (max-width: 799px) {
  .p-credential {
    grid-template-columns: 1fr;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-credential {
    grid-template-columns: 180px 1fr;
    font-size: 1.8rem;
  }
}
.p-credential dt {
  margin: 0;
  padding: 0;
  font-size: 2rem;
}
.p-credential dt span {
  display: block;
  border: 3px solid #e50065;
  color: #e50065;
  background: #fff;
  text-align: center;
  padding: 0 2px;
}
.p-credential dd {
  margin: 0;
  padding: 0;
}
.p-credential .em1 {
  font-weight: bold;
  /* media query */
  /* media query */
}
@media only screen and (max-width: 799px) {
  .p-credential .em1 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-credential .em1 {
    font-size: 2.2rem;
  }
}
.p-credential .em2 {
  font-weight: bold;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .p-credential .em2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .p-credential .em2 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-credential .em2 {
    font-size: 2.8rem;
  }
}
.p-credential .date {
  font-size: 1.8rem;
}
.p-credential__list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  margin-top: 10px;
}
.p-credential__list li {
  position: relative;
  padding-left: 22px;
}
.p-credential__list li::after {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #e50065;
  border-radius: 50%;
}
.p-credential__list-point {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  margin-top: 10px;
  font-weight: bold;
  color: #e60013;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .p-credential__list-point {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .p-credential__list-point {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-credential__list-point {
    font-size: 2.2rem;
  }
}
.p-credential__point-title {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: bold;
  margin-top: 10px;
  color: #e60013;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .p-credential__point-title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .p-credential__point-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-credential__point-title {
    font-size: 2.2rem;
  }
}
.p-credential .submit-button {
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
  border: 3px solid #e50065;
  color: #e50065;
  background: #fff;
  text-align: center;
  padding: 8px 10px;
}
.p-credential .submit-button:hover {
  background: #e50065;
  color: #fff;
}

/*
 * ドロワー
 */
.p-drawer-trigger {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: fixed;
  z-index: 1900;
  /* media query */
  /* media query */
  /* media query */
  /* media query */
  transition: all 0.5s;
}
@media only screen and (max-width: 479px) {
  .p-drawer-trigger {
    right: 8px;
    top: 14px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .p-drawer-trigger {
    right: 10px;
    top: 24px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 999px) {
  .p-drawer-trigger {
    right: 15px;
    top: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-drawer-trigger {
    right: 18px;
    top: 18px;
  }
}
.p-drawer-trigger .bars {
  position: relative;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #e50065;
  width: 48px;
  height: 48px;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
}
.p-drawer-trigger .bars .bar {
  position: absolute;
  display: block;
  left: 10px;
  width: 24px;
  height: 2px;
  border-radius: 0px;
  background: #e50065;
  transition: all 0.5s;
}
.p-drawer-trigger .bars .bar:nth-of-type(1) {
  top: 11px;
}
.p-drawer-trigger .bars .bar:nth-of-type(2) {
  top: 21px;
}
.p-drawer-trigger .bars .bar:nth-of-type(3) {
  top: 31px;
}
.p-drawer-trigger .bars .menu {
  transition: all 0.5s;
  position: absolute;
  display: block;
  width: 100%;
  left: 0px;
  top: 38px;
  color: #333;
  text-align: center;
  font-size: 0.8rem;
}

.p-drawer-overlay {
  transition: all 0.5s;
}

.p-drawer-content {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2rem;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #e50065;
  z-index: 1800;
  overflow-y: auto;
  transition: all 0.5s;
}
.p-drawer-content__inner {
  padding: 60px 30px 30px 30px;
  width: 100%;
  height: 100%;
}
.p-drawer-content__navi {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.p-drawer-content__navi__item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  /* media query */
  /* media query */
}
@media only screen and (max-width: 799px) {
  .p-drawer-content__navi__item {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-drawer-content__navi__item {
    font-size: 2.2rem;
  }
}
.p-drawer-content__navi__item a {
  display: block;
  /* media query */
  /* media query */
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.5s;
}
@media only screen and (max-width: 799px) {
  .p-drawer-content__navi__item a {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 800px) {
  .p-drawer-content__navi__item a {
    padding: 20px 0;
  }
}

.js-drawer--is-opened .p-drawer-trigger .bars .bar {
  background: #e50065;
}
.js-drawer--is-opened .p-drawer-trigger .bars .bar:nth-of-type(1) {
  transform: rotate(45deg);
  top: 21px;
}
.js-drawer--is-opened .p-drawer-trigger .bars .bar:nth-of-type(2) {
  left: 240px;
  opacity: 0;
}
.js-drawer--is-opened .p-drawer-trigger .bars .bar:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 21px;
}
.js-drawer--is-opened .p-drawer-trigger .menu {
  color: #333;
}
.js-drawer--is-opened .p-drawer-overlay {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1700;
}
.js-drawer--is-opened .p-drawer-content {
  right: 0;
  width: 100%;
}

.p-greeting figure {
  padding-top: 30px;
  text-align: center;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.p-greeting figure figcaption {
  padding-top: 10px;
}
.p-greeting figure figcaption strong {
  display: block;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.6;
}

.p-heading2 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  font-weight: bold;
  border: 3px solid #e50065;
  color: #e50065;
  background: #fff;
  text-align: center;
  padding: 2px;
}

.p-heading3 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  font-weight: bold;
  /* media query */
  /* media query */
  /* media query */
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .p-heading3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .p-heading3 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-heading3 {
    font-size: 2.8rem;
  }
}
.p-heading3 span {
  position: relative;
  display: inline-block;
}
.p-heading3 span::before {
  position: absolute;
  display: block;
  background: #e50065;
  right: calc(100% + 15px);
  top: 50%;
  height: 8px;
  border-radius: 4px;
  width: 100vw;
  content: "";
  transform: translate3d(0, -50%, 0);
}
.p-heading3 span::after {
  position: absolute;
  display: block;
  background: #e50065;
  left: calc(100% + 15px);
  border-radius: 4px;
  top: 50%;
  height: 8px;
  width: 100vw;
  content: "";
  transform: translate3d(0, -50%, 0);
}

.p-heading4 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  font-weight: bold;
  /* media query */
  /* media query */
  /* media query */
  line-height: 1;
  text-align: center;
  background-color: #fff;
  background: linear-gradient(to bottom, #e50065 19%, transparent 19%, transparent 41%, #e50065 41%, #e50065 60%, transparent 60%, transparent 81%, #e50065 81%);
}
@media only screen and (max-width: 479px) {
  .p-heading4 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .p-heading4 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-heading4 {
    font-size: 2.8rem;
  }
}
.p-heading4 span {
  display: inline-block;
  padding: 0px 15px;
  background: #fff;
}

.p-judge {
  margin-bottom: 30px;
}
.p-judge__text {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .p-judge__text {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .p-judge__text {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-judge__text {
    font-size: 2.2rem;
  }
}
.p-judge__text strong {
  display: block;
  font-weight: normal;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .p-judge__text strong {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .p-judge__text strong {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-judge__text strong {
    font-size: 2.8rem;
  }
}
.p-judge__heading {
  margin: 0;
  padding: 0;
  font-weight: bold;
  /* media query */
  /* media query */
  /* media query */
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .p-judge__heading {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .p-judge__heading {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-judge__heading {
    font-size: 2.8rem;
  }
}

.p-logo-wrap {
  margin-bottom: -12px;
}

.p-logo {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}

.p-old-contest {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.p-old-contest li {
  margin-bottom: 40px;
}

/*
 * ローディング
 */
.p-loader {
  position: relative;
  background: rgb(255, 255, 255);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
}
.p-loader.loaded {
  animation-name: loaded;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.p-loader__frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.p-loader__shape {
  position: relative;
  width: 25px;
  height: 25px;
  animation: loading_circle 2.5s infinite linear;
  border: 2px solid #e50065;
  border-radius: 4px;
}

@keyframes loaded {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading_circle {
  0% {
    opacity: 1;
    transform: translate3d(0px, 0, 0) rotateZ(0) scale(1);
  }
  25% {
    opacity: 1;
    transform: translate3d(0px, 0, 0) rotateZ(90deg) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate3d(0px, 0, 0) rotateZ(180deg) scale(1);
  }
  75% {
    opacity: 1;
    transform: translate3d(0px, 0, 0) rotateZ(270deg) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0, 0) rotateZ(360deg) scale(1);
  }
}
.p-present {
  margin-bottom: 30px;
}
.p-present__prize {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  .p-present__prize {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .p-present__prize {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-present__prize {
    font-size: 2.8rem;
  }
}
.p-present__heading {
  margin: 0;
  padding: 0;
  font-weight: bold;
  /* media query */
  /* media query */
  /* media query */
  text-align: center;
  overflow: hidden;
  color: #e50065;
}
@media only screen and (max-width: 479px) {
  .p-present__heading {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  .p-present__heading {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 800px) {
  .p-present__heading {
    font-size: 2.8rem;
  }
}
.p-present__heading.has-border {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.p-present__heading.has-border span {
  position: relative;
  display: inline-block;
}
.p-present__heading.has-border span::before {
  position: absolute;
  display: block;
  background: #e50065;
  right: calc(100% + 15px);
  top: 50%;
  height: 4px;
  width: 100vw;
  content: "";
  transform: translate3d(0, -50%, 0);
}
.p-present__heading.has-border span::after {
  position: absolute;
  display: block;
  background: #e50065;
  left: calc(100% + 15px);
  top: 50%;
  height: 4px;
  width: 100vw;
  content: "";
  transform: translate3d(0, -50%, 0);
}

.can_expand_image {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  padding: 30px 0;
}

.p-prize-banner {
  position: relative;
}
.p-prize-banner.has-crown {
  /* media query */
}
@media only screen and (max-width: 999px) {
  .p-prize-banner.has-crown {
    padding-top: 130px;
  }
}
.p-prize-banner.has-bottom-margin {
  /* media query */
}
@media only screen and (min-width: 1000px) {
  .p-prize-banner.has-bottom-margin {
    margin-bottom: -20px;
  }
}
.p-prize-banner:not(.has-bottom-margin) {
  margin-bottom: 20px;
}
.p-prize-banner__crown {
  margin: 0;
  padding: 0;
  position: absolute;
  /* media query */
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 999px) {
  .p-prize-banner__crown {
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
@media only screen and (min-width: 1000px) {
  .p-prize-banner__crown {
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
  }
}
@media only screen and (max-width: 999px) {
  .p-prize-banner__crown {
    max-width: 120px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-prize-banner__crown {
    max-width: 150px;
  }
}
.p-prize-banner__crown img {
  width: 100%;
  height: auto;
}
.p-prize-banner__title {
  margin: 0;
  padding: 0;
  text-align: center;
  /* media query */
}
@media only screen and (min-width: 1000px) {
  .p-prize-banner__title {
    padding: 0 80px;
  }
}
.p-prize-banner__title img {
  width: 100%;
  max-width: 640px;
  height: auto;
}

.p-prize-title {
  margin: 0;
  padding: 0;
  text-align: center;
  /* media query */
  /* media query */
  /* media query */
}
.p-prize-title img {
  width: 610px;
  height: auto;
}
@media only screen and (max-width: 799px) {
  .p-prize-title--type1 {
    margin-bottom: -20px;
  }
  .p-prize-title--type2 {
    margin-bottom: -40px;
  }
  .p-prize-title--type3 {
    margin-bottom: -40px;
  }
  .p-prize-title--type4 {
    margin-bottom: -40px;
  }
}
@media only screen and (min-width: 800px) {
  .p-prize-title--type1 {
    margin-bottom: -30px;
  }
  .p-prize-title--type2 {
    margin-bottom: -60px;
  }
  .p-prize-title--type3 {
    margin-bottom: -60px;
  }
  .p-prize-title--type4 {
    margin-bottom: -60px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-prize-title--type1 {
    background-image: url("../images/home/trophy1.svg");
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: left bottom;
  }
  .p-prize-title--type2 {
    background-image: url("../images/home/trophy2.svg");
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: left bottom;
  }
  .p-prize-title--type3 {
    background-image: url("../images/home/trophy3.svg");
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: left bottom;
  }
  .p-prize-title--type4 {
    background-image: url("../images/home/trophy4.svg");
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: left bottom;
  }
}

.p-prize-count {
  margin: 0;
  padding: 0;
  margin-bottom: 0.75em;
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  /* media query */
}
@media only screen and (max-width: 799px) {
  .p-prize-count img {
    width: 50px;
    height: auto;
  }
}

.p-prize-wrap {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  /* media query */
}
@media only screen and (min-width: 800px) {
  .p-prize-wrap--flex {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-prize-wrap__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 48%;
  }
}

.p-prize {
  margin-bottom: 40px;
}
.p-prize.has-border {
  padding-bottom: 40px;
}
.p-prize--type1 {
  background-image: url("../images/home/line4.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.p-prize--type3 {
  background-image: url("../images/home/border.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.p-prize__copy {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  font-weight: bold;
  color: #e60013;
  text-align: center;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 799px) {
  .p-prize__copy {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 800px) and (max-width: 999px) {
  .p-prize__copy {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 1000px) {
  .p-prize__copy {
    font-size: 2.6rem;
  }
}
.p-prize__laureate {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 799px) {
  .p-prize__laureate {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 800px) and (max-width: 999px) {
  .p-prize__laureate {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .p-prize__laureate {
    font-size: 2.4rem;
  }
}
.p-prize__laureate span {
  display: block;
  font-weight: normal;
  font-size: 2rem;
}
.p-prize figure {
  margin-bottom: 1.5em;
}
.p-prize__comment {
  margin-bottom: 20px;
}
.p-prize__comment__title {
  margin: 0;
  padding: 0;
  margin-bottom: 0.6em;
  position: relative;
  color: #4a0000;
  text-align: center;
  font-size: 2.2rem;
}
.p-prize__comment__title.is-type1 {
  background-image: url("../images/home/prize-line1.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.p-prize__comment__title.is-type2 {
  background-image: url("../images/home/prize-line2.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.p-prize__comment__title.is-type3 {
  background-image: url("../images/home/prize-line3.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.p-prize__comment__title::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
}
.p-prize__comment__title::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  transform: translate3d(50%, -50%, 0) rotateZ(-45deg);
}
.p-prize__comment__text {
  margin: 0;
  padding: 0;
}
.p-prize__judge-comment {
  margin-bottom: 40px;
}
.p-prize__judge-comment__title {
  margin: 0;
  padding: 0;
  margin-bottom: 0.3em;
  position: relative;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.p-prize__judge-comment__text {
  margin: 0;
  padding: 0;
}
.p-prize__link {
  margin: 0;
  padding: 0;
  position: relative;
}
.p-prize__link a {
  text-align: center;
  display: block;
  text-align: center;
  color: #000;
  border: 3px solid #000;
  padding: 0.5em;
  transition: all 0.5s;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 799px) {
  .p-prize__link a {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 800px) and (max-width: 999px) {
  .p-prize__link a {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .p-prize__link a {
    font-size: 2.4rem;
  }
}
.p-prize__link a:hover {
  color: #fff;
  background: #000;
}
.p-prize__list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  font-weight: bold;
  text-align: center;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 799px) {
  .p-prize__list {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 800px) and (max-width: 999px) {
  .p-prize__list {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .p-prize__list {
    font-size: 2.8rem;
  }
}
.p-prize__list span {
  display: inline-block;
}

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

/*
    CSSグラデーションで透明にしたいときは transparent ではなく rgba(x,x,x,0) を用いる。
    'transparent'を指定するをiOS Safariグラデーションが機能しない。
    SAMPLE dot
    background-image: radial-gradient(#ccebec 0%, rgba(204, 235, 236, 0) 33%), radial-gradient(#ccebec 0%, rgba(204, 235, 236, 0) 33%);
*/
.u-bg-white {
  background-color: #ffffff;
}
.u-bg-black {
  background-color: #000000;
}
.u-bg-black10 {
  background-color: #333333;
}
.u-bg-paleblue10 {
  background-color: #d9eeed;
}
.u-bg-paleblue20 {
  background-color: #c8e7e9;
}
.u-bg-green10 {
  background-color: #009d85;
}
.u-bg-yellow10 {
  background-color: #f9f299;
}
.u-bg-blue10 {
  background-color: #00a1e9;
}
.u-bg-red10 {
  background-color: #e60013;
}
.u-bg-orange10 {
  background-color: #ed6d00;
}
.u-bg-key10 {
  background-color: #e50065;
}
.u-bg-key20 {
  background-color: #f4b3c3;
}
.u-bg-purple10 {
  background-color: #af579d;
}
.u-bg-stripe {
  background: linear-gradient(45deg, #fff 25%, #d9eeed 25%, #d9eeed 50%, #fff 50%, #fff 75%, #d9eeed 75%, #d9eeed);
  background-size: 16px 16px;
}

.u-br-text {
  /* media query */
  /* media query */
}
@media only screen and (max-width: 799px) {
  .u-br-text {
    text-align: left;
  }
  .u-br-text br {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  .u-br-text {
    text-align: center;
  }
}

.u-cf::before, .u-cf::after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.u-cf::after {
  clear: both;
}

.u-color-white {
  color: #ffffff;
}
.u-color-black {
  color: #000000;
}
.u-color-black10 {
  color: #333333;
}
.u-color-paleblue10 {
  color: #d9eeed;
}
.u-color-paleblue20 {
  color: #c8e7e9;
}
.u-color-green10 {
  color: #009d85;
}
.u-color-yellow10 {
  color: #f9f299;
}
.u-color-blue10 {
  color: #00a1e9;
}
.u-color-red10 {
  color: #e60013;
}
.u-color-orange10 {
  color: #ed6d00;
}
.u-color-key10 {
  color: #e50065;
}
.u-color-key20 {
  color: #f4b3c3;
}
.u-color-purple10 {
  color: #af579d;
}

.u-display-ib {
  /* media query */
}
@media only screen and (min-width: 800px) {
  .u-display-ib {
    display: inline-block;
  }
}

.u-fhb {
  position: relative;
}
.u-fhb::before {
  content: "";
  display: block;
  height: 200px;
  margin-top: -200px;
}

/* static font size */
.u-fs8 {
  font-size: 0.8rem;
}

/* dynamic font size */
/* static font size */
.u-fs9 {
  font-size: 0.9rem;
}

/* dynamic font size */
/* static font size */
.u-fs10 {
  font-size: 1rem;
}

/* dynamic font size */
/* static font size */
.u-fs11 {
  font-size: 1.1rem;
}

/* dynamic font size */
/* static font size */
.u-fs12 {
  font-size: 1.2rem;
}

/* dynamic font size */
/* static font size */
.u-fs13 {
  font-size: 1.3rem;
}

/* dynamic font size */
/* static font size */
.u-fs14 {
  font-size: 1.4rem;
}

/* dynamic font size */
/* static font size */
.u-fs15 {
  font-size: 1.5rem;
}

/* dynamic font size */
/* static font size */
.u-fs16 {
  font-size: 1.6rem;
}

/* dynamic font size */
/* static font size */
.u-fs17 {
  font-size: 1.7rem;
}

/* dynamic font size */
/* static font size */
.u-fs18 {
  font-size: 1.8rem;
}

/* dynamic font size */
/* static font size */
.u-fs19 {
  font-size: 1.9rem;
}

/* dynamic font size */
/* static font size */
.u-fs20 {
  font-size: 2rem;
}

/* dynamic font size */
/* static font size */
.u-fs21 {
  font-size: 2.1rem;
}

/* dynamic font size */
/* static font size */
.u-fs22 {
  font-size: 2.2rem;
}

/* dynamic font size */
/* static font size */
.u-fs23 {
  font-size: 2.3rem;
}

/* dynamic font size */
/* static font size */
.u-fs24 {
  font-size: 2.4rem;
}

/* dynamic font size */
/* static font size */
.u-fs25 {
  font-size: 2.5rem;
}

/* dynamic font size */
/* static font size */
.u-fs26 {
  font-size: 2.6rem;
}

/* dynamic font size */
/* static font size */
.u-fs27 {
  font-size: 2.7rem;
}

/* dynamic font size */
/* static font size */
.u-fs28 {
  font-size: 2.8rem;
}

/* dynamic font size */
/* static font size */
.u-fs29 {
  font-size: 2.9rem;
}

/* dynamic font size */
/* static font size */
.u-fs30 {
  font-size: 3rem;
}

/* dynamic font size */
/* static font size */
.u-fs31 {
  font-size: 3.1rem;
}

/* dynamic font size */
/* static font size */
.u-fs32 {
  font-size: 3.2rem;
}

/* dynamic font size */
.u-image-fluid {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-logo {
  margin: 0;
  padding: 0;
}

/* margin */
.u-margin-t0 {
  margin-top: 0px !important;
}

.u-margin-r0 {
  margin-right: 0px !important;
}

.u-margin-b0 {
  margin-bottom: 0px !important;
}

.u-margin-l0 {
  margin-left: 0px !important;
}

.u-margin-t5 {
  margin-top: 5px !important;
}

.u-margin-r5 {
  margin-right: 5px !important;
}

.u-margin-b5 {
  margin-bottom: 5px !important;
}

.u-margin-l5 {
  margin-left: 5px !important;
}

.u-margin-t10 {
  margin-top: 10px !important;
}

.u-margin-r10 {
  margin-right: 10px !important;
}

.u-margin-b10 {
  margin-bottom: 10px !important;
}

.u-margin-l10 {
  margin-left: 10px !important;
}

.u-margin-t15 {
  margin-top: 15px !important;
}

.u-margin-r15 {
  margin-right: 15px !important;
}

.u-margin-b15 {
  margin-bottom: 15px !important;
}

.u-margin-l15 {
  margin-left: 15px !important;
}

.u-margin-t20 {
  margin-top: 20px !important;
}

.u-margin-r20 {
  margin-right: 20px !important;
}

.u-margin-b20 {
  margin-bottom: 20px !important;
}

.u-margin-l20 {
  margin-left: 20px !important;
}

.u-margin-t25 {
  margin-top: 25px !important;
}

.u-margin-r25 {
  margin-right: 25px !important;
}

.u-margin-b25 {
  margin-bottom: 25px !important;
}

.u-margin-l25 {
  margin-left: 25px !important;
}

.u-margin-t30 {
  margin-top: 30px !important;
}

.u-margin-r30 {
  margin-right: 30px !important;
}

.u-margin-b30 {
  margin-bottom: 30px !important;
}

.u-margin-l30 {
  margin-left: 30px !important;
}

.u-margin-t35 {
  margin-top: 35px !important;
}

.u-margin-r35 {
  margin-right: 35px !important;
}

.u-margin-b35 {
  margin-bottom: 35px !important;
}

.u-margin-l35 {
  margin-left: 35px !important;
}

.u-margin-t40 {
  margin-top: 40px !important;
}

.u-margin-r40 {
  margin-right: 40px !important;
}

.u-margin-b40 {
  margin-bottom: 40px !important;
}

.u-margin-l40 {
  margin-left: 40px !important;
}

.u-margin-t45 {
  margin-top: 45px !important;
}

.u-margin-r45 {
  margin-right: 45px !important;
}

.u-margin-b45 {
  margin-bottom: 45px !important;
}

.u-margin-l45 {
  margin-left: 45px !important;
}

.u-margin-t50 {
  margin-top: 50px !important;
}

.u-margin-r50 {
  margin-right: 50px !important;
}

.u-margin-b50 {
  margin-bottom: 50px !important;
}

.u-margin-l50 {
  margin-left: 50px !important;
}

.u-margin-t55 {
  margin-top: 55px !important;
}

.u-margin-r55 {
  margin-right: 55px !important;
}

.u-margin-b55 {
  margin-bottom: 55px !important;
}

.u-margin-l55 {
  margin-left: 55px !important;
}

.u-margin-t60 {
  margin-top: 60px !important;
}

.u-margin-r60 {
  margin-right: 60px !important;
}

.u-margin-b60 {
  margin-bottom: 60px !important;
}

.u-margin-l60 {
  margin-left: 60px !important;
}

.u-margin-t65 {
  margin-top: 65px !important;
}

.u-margin-r65 {
  margin-right: 65px !important;
}

.u-margin-b65 {
  margin-bottom: 65px !important;
}

.u-margin-l65 {
  margin-left: 65px !important;
}

.u-margin-t70 {
  margin-top: 70px !important;
}

.u-margin-r70 {
  margin-right: 70px !important;
}

.u-margin-b70 {
  margin-bottom: 70px !important;
}

.u-margin-l70 {
  margin-left: 70px !important;
}

.u-margin-t75 {
  margin-top: 75px !important;
}

.u-margin-r75 {
  margin-right: 75px !important;
}

.u-margin-b75 {
  margin-bottom: 75px !important;
}

.u-margin-l75 {
  margin-left: 75px !important;
}

.u-margin-t80 {
  margin-top: 80px !important;
}

.u-margin-r80 {
  margin-right: 80px !important;
}

.u-margin-b80 {
  margin-bottom: 80px !important;
}

.u-margin-l80 {
  margin-left: 80px !important;
}

.u-margin-t85 {
  margin-top: 85px !important;
}

.u-margin-r85 {
  margin-right: 85px !important;
}

.u-margin-b85 {
  margin-bottom: 85px !important;
}

.u-margin-l85 {
  margin-left: 85px !important;
}

.u-margin-t90 {
  margin-top: 90px !important;
}

.u-margin-r90 {
  margin-right: 90px !important;
}

.u-margin-b90 {
  margin-bottom: 90px !important;
}

.u-margin-l90 {
  margin-left: 90px !important;
}

.u-margin-t95 {
  margin-top: 95px !important;
}

.u-margin-r95 {
  margin-right: 95px !important;
}

.u-margin-b95 {
  margin-bottom: 95px !important;
}

.u-margin-l95 {
  margin-left: 95px !important;
}

.u-margin-t100 {
  margin-top: 100px !important;
}

.u-margin-r100 {
  margin-right: 100px !important;
}

.u-margin-b100 {
  margin-bottom: 100px !important;
}

.u-margin-l100 {
  margin-left: 100px !important;
}

.u-margin-none {
  margin: 0px !important;
}

.u-margin-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.u-margin-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-margin-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

/* margin */
.u-padding-t0 {
  padding-top: 0px !important;
}

.u-padding-r0 {
  padding-right: 0px !important;
}

.u-padding-b0 {
  padding-bottom: 0px !important;
}

.u-padding-l0 {
  padding-left: 0px !important;
}

.u-padding-t5 {
  padding-top: 5px !important;
}

.u-padding-r5 {
  padding-right: 5px !important;
}

.u-padding-b5 {
  padding-bottom: 5px !important;
}

.u-padding-l5 {
  padding-left: 5px !important;
}

.u-padding-t10 {
  padding-top: 10px !important;
}

.u-padding-r10 {
  padding-right: 10px !important;
}

.u-padding-b10 {
  padding-bottom: 10px !important;
}

.u-padding-l10 {
  padding-left: 10px !important;
}

.u-padding-t15 {
  padding-top: 15px !important;
}

.u-padding-r15 {
  padding-right: 15px !important;
}

.u-padding-b15 {
  padding-bottom: 15px !important;
}

.u-padding-l15 {
  padding-left: 15px !important;
}

.u-padding-t20 {
  padding-top: 20px !important;
}

.u-padding-r20 {
  padding-right: 20px !important;
}

.u-padding-b20 {
  padding-bottom: 20px !important;
}

.u-padding-l20 {
  padding-left: 20px !important;
}

.u-padding-t25 {
  padding-top: 25px !important;
}

.u-padding-r25 {
  padding-right: 25px !important;
}

.u-padding-b25 {
  padding-bottom: 25px !important;
}

.u-padding-l25 {
  padding-left: 25px !important;
}

.u-padding-t30 {
  padding-top: 30px !important;
}

.u-padding-r30 {
  padding-right: 30px !important;
}

.u-padding-b30 {
  padding-bottom: 30px !important;
}

.u-padding-l30 {
  padding-left: 30px !important;
}

.u-padding-t35 {
  padding-top: 35px !important;
}

.u-padding-r35 {
  padding-right: 35px !important;
}

.u-padding-b35 {
  padding-bottom: 35px !important;
}

.u-padding-l35 {
  padding-left: 35px !important;
}

.u-padding-t40 {
  padding-top: 40px !important;
}

.u-padding-r40 {
  padding-right: 40px !important;
}

.u-padding-b40 {
  padding-bottom: 40px !important;
}

.u-padding-l40 {
  padding-left: 40px !important;
}

.u-padding-t45 {
  padding-top: 45px !important;
}

.u-padding-r45 {
  padding-right: 45px !important;
}

.u-padding-b45 {
  padding-bottom: 45px !important;
}

.u-padding-l45 {
  padding-left: 45px !important;
}

.u-padding-t50 {
  padding-top: 50px !important;
}

.u-padding-r50 {
  padding-right: 50px !important;
}

.u-padding-b50 {
  padding-bottom: 50px !important;
}

.u-padding-l50 {
  padding-left: 50px !important;
}

.u-padding-t55 {
  padding-top: 55px !important;
}

.u-padding-r55 {
  padding-right: 55px !important;
}

.u-padding-b55 {
  padding-bottom: 55px !important;
}

.u-padding-l55 {
  padding-left: 55px !important;
}

.u-padding-t60 {
  padding-top: 60px !important;
}

.u-padding-r60 {
  padding-right: 60px !important;
}

.u-padding-b60 {
  padding-bottom: 60px !important;
}

.u-padding-l60 {
  padding-left: 60px !important;
}

.u-padding-t65 {
  padding-top: 65px !important;
}

.u-padding-r65 {
  padding-right: 65px !important;
}

.u-padding-b65 {
  padding-bottom: 65px !important;
}

.u-padding-l65 {
  padding-left: 65px !important;
}

.u-padding-t70 {
  padding-top: 70px !important;
}

.u-padding-r70 {
  padding-right: 70px !important;
}

.u-padding-b70 {
  padding-bottom: 70px !important;
}

.u-padding-l70 {
  padding-left: 70px !important;
}

.u-padding-t75 {
  padding-top: 75px !important;
}

.u-padding-r75 {
  padding-right: 75px !important;
}

.u-padding-b75 {
  padding-bottom: 75px !important;
}

.u-padding-l75 {
  padding-left: 75px !important;
}

.u-padding-t80 {
  padding-top: 80px !important;
}

.u-padding-r80 {
  padding-right: 80px !important;
}

.u-padding-b80 {
  padding-bottom: 80px !important;
}

.u-padding-l80 {
  padding-left: 80px !important;
}

.u-padding-t85 {
  padding-top: 85px !important;
}

.u-padding-r85 {
  padding-right: 85px !important;
}

.u-padding-b85 {
  padding-bottom: 85px !important;
}

.u-padding-l85 {
  padding-left: 85px !important;
}

.u-padding-t90 {
  padding-top: 90px !important;
}

.u-padding-r90 {
  padding-right: 90px !important;
}

.u-padding-b90 {
  padding-bottom: 90px !important;
}

.u-padding-l90 {
  padding-left: 90px !important;
}

.u-padding-t95 {
  padding-top: 95px !important;
}

.u-padding-r95 {
  padding-right: 95px !important;
}

.u-padding-b95 {
  padding-bottom: 95px !important;
}

.u-padding-l95 {
  padding-left: 95px !important;
}

.u-padding-t100 {
  padding-top: 100px !important;
}

.u-padding-r100 {
  padding-right: 100px !important;
}

.u-padding-b100 {
  padding-bottom: 100px !important;
}

.u-padding-l100 {
  padding-left: 100px !important;
}

.u-padding-none {
  padding: 0px !important;
}

.u-padding-left {
  padding-left: 0 !important;
  padding-right: auto !important;
}

.u-padding-center {
  padding-left: auto !important;
  padding-right: auto !important;
}

.u-padding-right {
  padding-left: auto !important;
  padding-right: 0 !important;
}

.u-reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.u-reset {
  margin: 0;
  padding: 0;
}

.p-theme {
  margin: 0;
  padding: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.p-theme img {
  width: 100%;
  height: auto;
}

.u-w50 {
  width: 50px;
}

.u-w100 {
  width: 100px;
}

.u-w150 {
  width: 150px;
}

.u-w200 {
  width: 200px;
}

.u-w250 {
  width: 250px;
}

.u-w300 {
  width: 300px;
}

.u-w350 {
  width: 350px;
}

.u-w400 {
  width: 400px;
}

.u-w450 {
  width: 450px;
}

.u-w500 {
  width: 500px;
}

.u-w550 {
  width: 550px;
}

.u-w600 {
  width: 600px;
}

.u-w650 {
  width: 650px;
}

.u-w700 {
  width: 700px;
}

.u-w750 {
  width: 750px;
}

.u-w800 {
  width: 800px;
}

.u-w850 {
  width: 850px;
}

.u-w900 {
  width: 900px;
}

.u-w950 {
  width: 950px;
}

.u-w1000 {
  width: 1000px;
}

/* 0% - 100% */
.u-wp5 {
  width: 5%;
}

.u-wp10 {
  width: 10%;
}

.u-wp15 {
  width: 15%;
}

.u-wp20 {
  width: 20%;
}

.u-wp25 {
  width: 25%;
}

.u-wp30 {
  width: 30%;
}

.u-wp35 {
  width: 35%;
}

.u-wp40 {
  width: 40%;
}

.u-wp45 {
  width: 45%;
}

.u-wp50 {
  width: 50%;
}

.u-wp55 {
  width: 55%;
}

.u-wp60 {
  width: 60%;
}

.u-wp65 {
  width: 65%;
}

.u-wp70 {
  width: 70%;
}

.u-wp75 {
  width: 75%;
}

.u-wp80 {
  width: 80%;
}

.u-wp85 {
  width: 85%;
}

.u-wp90 {
  width: 90%;
}

.u-wp95 {
  width: 95%;
}

.u-wp100 {
  width: 100%;
}

/* max-width 0px - 1000px */
.u-maxw50 {
  width: 100%;
  max-width: 50px;
}

.u-maxw100 {
  width: 100%;
  max-width: 100px;
}

.u-maxw150 {
  width: 100%;
  max-width: 150px;
}

.u-maxw200 {
  width: 100%;
  max-width: 200px;
}

.u-maxw250 {
  width: 100%;
  max-width: 250px;
}

.u-maxw300 {
  width: 100%;
  max-width: 300px;
}

.u-maxw350 {
  width: 100%;
  max-width: 350px;
}

.u-maxw400 {
  width: 100%;
  max-width: 400px;
}

.u-maxw450 {
  width: 100%;
  max-width: 450px;
}

.u-maxw500 {
  width: 100%;
  max-width: 500px;
}

.u-maxw550 {
  width: 100%;
  max-width: 550px;
}

.u-maxw600 {
  width: 100%;
  max-width: 600px;
}

.u-maxw650 {
  width: 100%;
  max-width: 650px;
}

.u-maxw700 {
  width: 100%;
  max-width: 700px;
}

.u-maxw750 {
  width: 100%;
  max-width: 750px;
}

.u-maxw800 {
  width: 100%;
  max-width: 800px;
}

.u-maxw850 {
  width: 100%;
  max-width: 850px;
}

.u-maxw900 {
  width: 100%;
  max-width: 900px;
}

.u-maxw950 {
  width: 100%;
  max-width: 950px;
}

.u-maxw1000 {
  width: 100%;
  max-width: 1000px;
}

/* min-width 0px - 1000px */
.u-minw50 {
  width: 100%;
  min-width: 50px;
}

.u-minw100 {
  width: 100%;
  min-width: 100px;
}

.u-minw150 {
  width: 100%;
  min-width: 150px;
}

.u-minw200 {
  width: 100%;
  min-width: 200px;
}

.u-minw250 {
  width: 100%;
  min-width: 250px;
}

.u-minw300 {
  width: 100%;
  min-width: 300px;
}

.u-minw350 {
  width: 100%;
  min-width: 350px;
}

.u-minw400 {
  width: 100%;
  min-width: 400px;
}

.u-minw450 {
  width: 100%;
  min-width: 450px;
}

.u-minw500 {
  width: 100%;
  min-width: 500px;
}

.u-minw550 {
  width: 100%;
  min-width: 550px;
}

.u-minw600 {
  width: 100%;
  min-width: 600px;
}

.u-minw650 {
  width: 100%;
  min-width: 650px;
}

.u-minw700 {
  width: 100%;
  min-width: 700px;
}

.u-minw750 {
  width: 100%;
  min-width: 750px;
}

.u-minw800 {
  width: 100%;
  min-width: 800px;
}

.u-minw850 {
  width: 100%;
  min-width: 850px;
}

.u-minw900 {
  width: 100%;
  min-width: 900px;
}

.u-minw950 {
  width: 100%;
  min-width: 950px;
}

.u-minw1000 {
  width: 100%;
  min-width: 1000px;
}

.u-wt-bold {
  font-weight: bold;
}
.u-wt-normal {
  font-weight: normal;
}

/** page
===================================*/
/* CSS Document */
#page__index .cp_end {
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 1.5em 0;
  color: #ff0000;
}
#page__index .prev_arrow {
  position: relative;
  padding-top: 60px;
}
#page__index .prev_arrow::before {
  position: absolute;
  display: block;
  left: 50%;
  top: 0px;
  content: "";
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid;
  width: 1px;
  height: 40px;
  transform: translate3d(-50%, 0%, 0);
}
#page__index .can_expand_image {
  font-weight: bold;
  text-align: center;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  #page__index .can_expand_image {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  #page__index .can_expand_image {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 800px) {
  #page__index .can_expand_image {
    font-size: 2.4rem;
  }
}
#page__index .can_expand_image span {
  display: inline-block;
}
#page__index .contents {
  /* media query */
  /* media query */
}
@media only screen and (max-width: 799px) {
  #page__index .contents__item:first-child {
    margin-bottom: 1em;
  }
  #page__index .contents__item:last-child {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 800px) {
  #page__index .contents {
    display: flex;
    justify-content: space-between;
  }
  #page__index .contents__item:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 180px;
    margin-right: 30px;
  }
  #page__index .contents__item:last-child {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    margin-bottom: 20px;
  }
}
#page__index .contents p strong {
  font-size: 2.2rem;
}
#page__index .contents .heading {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  border: 2px solid;
  background: #fff;
}
#page__index .contents .text1 {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.8;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  #page__index .contents .text1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  #page__index .contents .text1 {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 800px) {
  #page__index .contents .text1 {
    font-size: 2.2rem;
  }
}
#page__index .contents .text2 {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.4;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  #page__index .contents .text2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  #page__index .contents .text2 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 800px) {
  #page__index .contents .text2 {
    font-size: 2.8rem;
  }
}
#page__index .contents .text3 {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  /* media query */
  /* media query */
  /* media query */
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 479px) {
  #page__index .contents .text3 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  #page__index .contents .text3 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 800px) {
  #page__index .contents .text3 {
    font-size: 3.2rem;
  }
}
#page__index .contents .text3 span {
  font-size: 2.4rem;
}
#page__index .contents .contents {
  margin: 0;
  padding: 0;
}
#page__index .contents .list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
#page__index .contents .list li {
  list-style: none;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
#page__index .contents .list li:before {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0.5em;
  content: "";
  border: 1px solid;
  border-radius: 50%;
}
#page__index .heading-ex1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin-bottom: 0.5em;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  #page__index .heading-ex1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  #page__index .heading-ex1 {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 800px) {
  #page__index .heading-ex1 {
    font-size: 2.2rem;
  }
}
#page__index .list-ex1 {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  font-weight: bold;
  margin-bottom: 1.5em;
  /* media query */
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  #page__index .list-ex1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  #page__index .list-ex1 {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 800px) {
  #page__index .list-ex1 {
    font-size: 2.2rem;
  }
}
#page__index .judge {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
#page__index .judge strong {
  /* media query */
  /* media query */
  /* media query */
  display: inline-block;
  font-weight: normal;
  margin-right: 1em;
  /* media query */
}
@media only screen and (max-width: 479px) {
  #page__index .judge strong {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 799px) {
  #page__index .judge strong {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 800px) {
  #page__index .judge strong {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 799px) {
  #page__index .judge strong {
    display: block;
  }
}
#page__index .present__image {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#page__index .present__image figcaption {
  padding-top: 5px;
  font-size: 1.4rem;
}
#page__index .present__copy {
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin-bottom: 1.5em;
  max-width: 681px;
  margin-right: auto;
  margin-left: auto;
}
#page__index .present__copy img {
  width: 100%;
  height: auto;
}
#page__index .present__item {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  #page__index .present__item {
    text-align: left;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 480px) {
  #page__index .present__item {
    text-align: center;
    font-size: 2.2rem;
  }
}
#page__index .greeting:not(:last-child) {
  /* media query */
  /* media query */
}
@media only screen and (max-width: 479px) {
  #page__index .greeting:not(:last-child) {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 480px) {
  #page__index .greeting:not(:last-child) {
    margin-bottom: 120px;
  }
}
#page__index .greeting .text {
  margin-bottom: 30px;
}
#page__index .greeting figure {
  margin-bottom: 30px;
  text-align: center;
}
#page__index .greeting figure img {
  max-width: 280px;
}
#page__index .greeting figure figcaption {
  padding-top: 1em;
  text-align: center;
}
#page__index .greeting figure figcaption strong {
  display: block;
  font-weight: normal;
  font-size: 2.4rem;
}
#page__index .about {
  /* media query */
  /* media query */
}
#page__index .about figure {
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 799px) {
  #page__index .about {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 800px) {
  #page__index .about {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #page__index .about__item:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 240px;
    margin-right: 30px;
  }
  #page__index .about__item:last-child {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
  }
}
#page__index .contact {
  /* media query */
  /* media query */
}
@media only screen and (max-width: 799px) {
  #page__index .contact {
    text-align: left;
  }
}
@media only screen and (min-width: 800px) {
  #page__index .contact {
    text-align: center;
  }
}
#page__index .paircook {
  margin: 0;
  padding: 0;
  text-align: center;
}
#page__index .ambassador {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /* media query */
  text-align: center;
}
#page__index .ambassador img {
  width: 100%;
  max-width: 280px;
}
@media only screen and (min-width: 800px) {
  #page__index .ambassador {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    flex-flow: row-reverse;
    align-items: center;
  }
  #page__index .ambassador__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 10px);
  }
}
#page__index .ambassador strong {
  display: block;
  /* media query */
  /* media query */
  font-weight: normal;
}
@media only screen and (max-width: 799px) {
  #page__index .ambassador strong {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 800px) {
  #page__index .ambassador strong {
    font-size: 3rem;
  }
}

/*# sourceMappingURL=main.css.map */
