@charset "UTF-8";
@-webkit-keyframes listItemCaution {
  0% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  100% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}
@keyframes listItemCaution {
  0% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  100% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}
@-webkit-keyframes videoOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes videoOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modalOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes modalOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, .c-head-1, h2, .c-head-2, h3, .c-head-3, h4, .c-head-4, h5, .c-head-5, h6, .c-head-6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html, body, div, span, object, iframe,
h1,
.c-head-1, h2, .c-head-2, h3, .c-head-3, h4, .c-head-4, h5, .c-head-5, h6, .c-head-6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
html::first-letter, body::first-letter, div::first-letter, span::first-letter, object::first-letter, iframe::first-letter,
h1::first-letter,
.c-head-1::first-letter, h2::first-letter, .c-head-2::first-letter, h3::first-letter, .c-head-3::first-letter, h4::first-letter, .c-head-4::first-letter, h5::first-letter, .c-head-5::first-letter, h6::first-letter, .c-head-6::first-letter, p::first-letter, blockquote::first-letter, pre::first-letter,
abbr::first-letter, address::first-letter, cite::first-letter, code::first-letter,
del::first-letter, dfn::first-letter, em::first-letter, img::first-letter, ins::first-letter, kbd::first-letter, q::first-letter, samp::first-letter,
small::first-letter, strong::first-letter, sub::first-letter, sup::first-letter, var::first-letter,
b::first-letter, i::first-letter,
dl::first-letter, dt::first-letter, dd::first-letter, ol::first-letter, ul::first-letter, li::first-letter,
fieldset::first-letter, form::first-letter, label::first-letter, legend::first-letter,
table::first-letter, caption::first-letter, tbody::first-letter, tfoot::first-letter, thead::first-letter, tr::first-letter, th::first-letter, td::first-letter,
article::first-letter, aside::first-letter, canvas::first-letter, details::first-letter, figcaption::first-letter, figure::first-letter,
footer::first-letter, header::first-letter, hgroup::first-letter, menu::first-letter, nav::first-letter, section::first-letter, summary::first-letter,
time::first-letter, mark::first-letter, audio::first-letter, video::first-letter {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

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

a {
  color: #3f80ca;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  -webkit-tap-highlight-color: transparent;
  color: #8fb5e0;
}
a:hover > img {
  opacity: 0.6;
}
@media screen and (min-width: 992px) {
  a:hover {
    color: #8fb5e0;
  }
  a:hover > img {
    opacity: 0.6;
  }
}

hr {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #cbcbcb;
  height: 1px;
}

p {
  line-height: 1.8;
}

small {
  font-size: 87.5%;
}

ul, ol,
.wp-block-freeform.block-library-rich-text__tinymce ol,
.wp-block-freeform.block-library-rich-text__tinymce ul {
  padding-left: 20px;
  line-height: 1.8;
}

ul.row,
ul.natural,
ol.row,
ol.natural,
.wp-block-freeform.block-library-rich-text__tinymce ul.row,
.wp-block-freeform.block-library-rich-text__tinymce ul.natural,
.wp-block-freeform.block-library-rich-text__tinymce ol.row,
.wp-block-freeform.block-library-rich-text__tinymce ol.natural {
  padding-left: 0;
}
ul.row li,
ul.natural li,
ol.row li,
ol.natural li,
.wp-block-freeform.block-library-rich-text__tinymce ul.row li,
.wp-block-freeform.block-library-rich-text__tinymce ul.natural li,
.wp-block-freeform.block-library-rich-text__tinymce ol.row li,
.wp-block-freeform.block-library-rich-text__tinymce ol.natural li {
  list-style: none;
}

br.pc {
  display: none;
}
@media (min-width: 992px) {
  br.pc {
    display: inline;
  }
}

table:not(.c-table-1) {
  width: 100%;
  margin-bottom: 12px;
  border-top: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
}
@media (min-width: 768px) {
  table:not(.c-table-1) {
    margin-bottom: 15px;
  }
}
table:not(.c-table-1) th, table:not(.c-table-1) td {
  padding: 10px 15px;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}
table:not(.c-table-1) th {
  font-weight: bold;
}

.c-btn {
  display: inline-block;
  min-width: 190px;
  padding: 0.8em 2.8em 0.8em 2em;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.c-btn:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 1.2em;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.c-btn--sm {
  min-width: 165px;
  padding: 0.6em 2em 0.6em 1.2em;
}
.c-btn--lg {
  min-width: 230px;
  padding: 0.8em 2em 0.8em 1.2em;
}
@media (min-width: 768px) {
  .c-btn--lg {
    padding: 1.2em 2em 1.2em 1.5em;
  }
}
.c-btn--tab {
  padding-right: 2em;
}
.c-btn--tab:before {
  display: none;
}
.c-btn--tab:after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.5em;
  background: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M805.8124%2C1927.6273v12.1875H818v-12.1875Zm11.0156%2C11.0156h-9.8437v-9.8437h9.8437Z%22%20transform%3D%22translate(-802.9999%20-1927.6273)%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%221.172%2013.828%201.172%208.672%201.172%203.984%201.172%202.813%200%202.813%200%2015%2012.187%2015%2012.187%2013.828%2011.016%2013.828%201.172%2013.828%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%226.821%209.165%2010.274%205.712%2010.274%208.196%2011.445%208.196%2011.445%203.712%206.961%203.712%206.961%204.883%209.445%204.883%205.992%208.336%206.821%209.165%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.c-btn--primary {
  background-color: #2bc3d5;
  border-color: #2bc3d5;
}
.c-btn--primary-outline {
  background-color: transparent;
  border-color: #2bc3d5;
  color: #2bc3d5;
}
.c-btn--primary-outline:before {
  border-top-color: #2bc3d5;
  border-right-color: #2bc3d5;
}
.c-btn--secondary {
  background-color: #008080;
  border-color: #008080;
}
.c-btn--secondary-outline {
  background-color: transparent;
  border-color: #008080;
  color: #008080;
}
.c-btn--secondary-outline:before {
  border-top-color: #008080;
  border-right-color: #008080;
}
.c-btn--success {
  background-color: #ea6962;
  border-color: #ea6962;
}
.c-btn--success-outline {
  background-color: transparent;
  border-color: #ea6962;
  color: #ea6962;
}
.c-btn--success-outline:before {
  border-top-color: #ea6962;
  border-right-color: #ea6962;
}
.c-btn--info {
  background-color: #00f;
  border-color: #00f;
}
.c-btn--info-outline {
  background-color: transparent;
  border-color: #00f;
  color: #00f;
}
.c-btn--info-outline:before {
  border-top-color: #00f;
  border-right-color: #00f;
}
.c-btn--warning {
  background-color: #ffd439;
  border-color: #ffd439;
}
.c-btn--warning-outline {
  background-color: transparent;
  border-color: #ffd439;
  color: #ffd439;
}
.c-btn--warning-outline:before {
  border-top-color: #ffd439;
  border-right-color: #ffd439;
}
.c-btn--danger {
  background-color: #f00;
  border-color: #f00;
}
.c-btn--danger-outline {
  background-color: transparent;
  border-color: #f00;
  color: #f00;
}
.c-btn--danger-outline:before {
  border-top-color: #f00;
  border-right-color: #f00;
}
.c-btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}
.c-btn--white:before {
  border-top-color: #333;
  border-right-color: #333;
}
.c-btn--white-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.c-btn--white-outline:before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.c-btn--black {
  background-color: #000;
  border-color: #000;
}
.c-btn--black-outline {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.c-btn--black-outline:before {
  border-top-color: #000;
  border-right-color: #000;
}
.c-btn--light {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.c-btn--light-outline {
  background-color: transparent;
  border-color: #e8e8e8;
  color: #e8e8e8;
}
.c-btn--light-outline:before {
  border-top-color: #e8e8e8;
  border-right-color: #e8e8e8;
}
.c-btn--dark {
  background-color: #666;
  border-color: #666;
}
.c-btn--dark-outline {
  background-color: transparent;
  border-color: #666;
  color: #666;
}
.c-btn--dark-outline:before {
  border-top-color: #666;
  border-right-color: #666;
}

a.c-btn:hover {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  a.c-btn:hover {
    background-color: transparent;
    text-decoration: none;
  }
}
a.c-btn--tab:hover {
  -webkit-tap-highlight-color: transparent;
}
a.c-btn--tab:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M805.8124%2C1927.6273v12.1875H818v-12.1875Zm11.0156%2C11.0156h-9.8437v-9.8437h9.8437Z%22%20transform%3D%22translate(-802.9999%20-1927.6273)%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%221.172%2013.828%201.172%208.672%201.172%203.984%201.172%202.813%200%202.813%200%2015%2012.187%2015%2012.187%2013.828%2011.016%2013.828%201.172%2013.828%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%226.821%209.165%2010.274%205.712%2010.274%208.196%2011.445%208.196%2011.445%203.712%206.961%203.712%206.961%204.883%209.445%204.883%205.992%208.336%206.821%209.165%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 992px) {
  a.c-btn--tab:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M805.8124%2C1927.6273v12.1875H818v-12.1875Zm11.0156%2C11.0156h-9.8437v-9.8437h9.8437Z%22%20transform%3D%22translate(-802.9999%20-1927.6273)%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%221.172%2013.828%201.172%208.672%201.172%203.984%201.172%202.813%200%202.813%200%2015%2012.187%2015%2012.187%2013.828%2011.016%2013.828%201.172%2013.828%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%226.821%209.165%2010.274%205.712%2010.274%208.196%2011.445%208.196%2011.445%203.712%206.961%203.712%206.961%204.883%209.445%204.883%205.992%208.336%206.821%209.165%22%2F%3E%3C%2Fsvg%3E");
  }
}
a.c-btn--primary {
  color: #fff;
}
a.c-btn--primary:hover {
  -webkit-tap-highlight-color: transparent;
  color: #2bc3d5;
}
a.c-btn--primary:hover:before {
  border-top-color: #2bc3d5;
  border-right-color: #2bc3d5;
}
@media screen and (min-width: 992px) {
  a.c-btn--primary:hover {
    color: #2bc3d5;
  }
  a.c-btn--primary:hover:before {
    border-top-color: #2bc3d5;
    border-right-color: #2bc3d5;
  }
}
a.c-btn--primary-outline {
  background-color: transparent;
  border-color: #2bc3d5;
  color: #2bc3d5;
}
a.c-btn--primary-outline:hover {
  -webkit-tap-highlight-color: transparent;
  background-color: #2bc3d5;
  color: #fff;
}
a.c-btn--primary-outline:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (min-width: 992px) {
  a.c-btn--primary-outline:hover {
    background-color: #2bc3d5;
    color: #fff;
  }
  a.c-btn--primary-outline:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
a.c-btn--secondary {
  color: #fff;
}
a.c-btn--secondary:hover {
  -webkit-tap-highlight-color: transparent;
  color: #008080;
}
a.c-btn--secondary:hover:before {
  border-top-color: #008080;
  border-right-color: #008080;
}
@media screen and (min-width: 992px) {
  a.c-btn--secondary:hover {
    color: #008080;
  }
  a.c-btn--secondary:hover:before {
    border-top-color: #008080;
    border-right-color: #008080;
  }
}
a.c-btn--secondary-outline {
  background-color: transparent;
  border-color: #008080;
  color: #008080;
}
a.c-btn--secondary-outline:hover {
  -webkit-tap-highlight-color: transparent;
  background-color: #008080;
  color: #fff;
}
a.c-btn--secondary-outline:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (min-width: 992px) {
  a.c-btn--secondary-outline:hover {
    background-color: #008080;
    color: #fff;
  }
  a.c-btn--secondary-outline:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
a.c-btn--success {
  color: #fff;
}
a.c-btn--success:hover {
  -webkit-tap-highlight-color: transparent;
  color: #ea6962;
}
a.c-btn--success:hover:before {
  border-top-color: #ea6962;
  border-right-color: #ea6962;
}
@media screen and (min-width: 992px) {
  a.c-btn--success:hover {
    color: #ea6962;
  }
  a.c-btn--success:hover:before {
    border-top-color: #ea6962;
    border-right-color: #ea6962;
  }
}
a.c-btn--success-outline {
  background-color: transparent;
  border-color: #ea6962;
  color: #ea6962;
}
a.c-btn--success-outline:hover {
  -webkit-tap-highlight-color: transparent;
  background-color: #ea6962;
  color: #fff;
}
a.c-btn--success-outline:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (min-width: 992px) {
  a.c-btn--success-outline:hover {
    background-color: #ea6962;
    color: #fff;
  }
  a.c-btn--success-outline:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
a.c-btn--info {
  color: #fff;
}
a.c-btn--info:hover {
  -webkit-tap-highlight-color: transparent;
  color: #00f;
}
a.c-btn--info:hover:before {
  border-top-color: #00f;
  border-right-color: #00f;
}
@media screen and (min-width: 992px) {
  a.c-btn--info:hover {
    color: #00f;
  }
  a.c-btn--info:hover:before {
    border-top-color: #00f;
    border-right-color: #00f;
  }
}
a.c-btn--info-outline {
  background-color: transparent;
  border-color: #00f;
  color: #00f;
}
a.c-btn--info-outline:hover {
  -webkit-tap-highlight-color: transparent;
  background-color: #00f;
  color: #fff;
}
a.c-btn--info-outline:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (min-width: 992px) {
  a.c-btn--info-outline:hover {
    background-color: #00f;
    color: #fff;
  }
  a.c-btn--info-outline:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
a.c-btn--warning {
  color: #fff;
}
a.c-btn--warning:hover {
  -webkit-tap-highlight-color: transparent;
  color: #ffd439;
}
a.c-btn--warning:hover:before {
  border-top-color: #ffd439;
  border-right-color: #ffd439;
}
@media screen and (min-width: 992px) {
  a.c-btn--warning:hover {
    color: #ffd439;
  }
  a.c-btn--warning:hover:before {
    border-top-color: #ffd439;
    border-right-color: #ffd439;
  }
}
a.c-btn--warning-outline {
  background-color: transparent;
  border-color: #ffd439;
  color: #ffd439;
}
a.c-btn--warning-outline:hover {
  -webkit-tap-highlight-color: transparent;
  background-color: #ffd439;
  color: #fff;
}
a.c-btn--warning-outline:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (min-width: 992px) {
  a.c-btn--warning-outline:hover {
    background-color: #ffd439;
    color: #fff;
  }
  a.c-btn--warning-outline:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
a.c-btn--danger {
  color: #fff;
}
a.c-btn--danger:hover {
  -webkit-tap-highlight-color: transparent;
  color: #f00;
}
a.c-btn--danger:hover:before {
  border-top-color: #f00;
  border-right-color: #f00;
}
@media screen and (min-width: 992px) {
  a.c-btn--danger:hover {
    color: #f00;
  }
  a.c-btn--danger:hover:before {
    border-top-color: #f00;
    border-right-color: #f00;
  }
}
a.c-btn--danger-outline {
  background-color: transparent;
  border-color: #f00;
  color: #f00;
}
a.c-btn--danger-outline:hover {
  -webkit-tap-highlight-color: transparent;
  background-color: #f00;
  color: #fff;
}
a.c-btn--danger-outline:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (min-width: 992px) {
  a.c-btn--danger-outline:hover {
    background-color: #f00;
    color: #fff;
  }
  a.c-btn--danger-outline:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
a.c-btn--white {
  color: #333;
}
a.c-btn--white:hover {
  -webkit-tap-highlight-color: transparent;
  color: #fff;
}
a.c-btn--white:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (min-width: 992px) {
  a.c-btn--white:hover {
    color: #fff;
  }
  a.c-btn--white:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
a.c-btn--white-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
a.c-btn--white-outline:hover {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  color: #333;
}
a.c-btn--white-outline:hover:before {
  border-top-color: #333;
  border-right-color: #333;
}
@media screen and (min-width: 992px) {
  a.c-btn--white-outline:hover {
    background-color: #fff;
    color: #333;
  }
  a.c-btn--white-outline:hover:before {
    border-top-color: #333;
    border-right-color: #333;
  }
}
a.c-btn--black {
  color: #fff;
}
a.c-btn--black:hover {
  -webkit-tap-highlight-color: transparent;
  color: #000;
}
a.c-btn--black:hover:before {
  border-top-color: #000;
  border-right-color: #000;
}
@media screen and (min-width: 992px) {
  a.c-btn--black:hover {
    color: #000;
  }
  a.c-btn--black:hover:before {
    border-top-color: #000;
    border-right-color: #000;
  }
}
a.c-btn--black-outline {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
a.c-btn--black-outline:hover {
  -webkit-tap-highlight-color: transparent;
  background-color: #000;
  color: #fff;
}
a.c-btn--black-outline:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (min-width: 992px) {
  a.c-btn--black-outline:hover {
    background-color: #000;
    color: #fff;
  }
  a.c-btn--black-outline:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
a.c-btn--light {
  color: #fff;
}
a.c-btn--light:hover {
  -webkit-tap-highlight-color: transparent;
  color: #e8e8e8;
}
a.c-btn--light:hover:before {
  border-top-color: #e8e8e8;
  border-right-color: #e8e8e8;
}
@media screen and (min-width: 992px) {
  a.c-btn--light:hover {
    color: #e8e8e8;
  }
  a.c-btn--light:hover:before {
    border-top-color: #e8e8e8;
    border-right-color: #e8e8e8;
  }
}
a.c-btn--light-outline {
  background-color: transparent;
  border-color: #e8e8e8;
  color: #e8e8e8;
}
a.c-btn--light-outline:hover {
  -webkit-tap-highlight-color: transparent;
  background-color: #e8e8e8;
  color: #fff;
}
a.c-btn--light-outline:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (min-width: 992px) {
  a.c-btn--light-outline:hover {
    background-color: #e8e8e8;
    color: #fff;
  }
  a.c-btn--light-outline:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
a.c-btn--dark {
  color: #fff;
}
a.c-btn--dark:hover {
  -webkit-tap-highlight-color: transparent;
  color: #666;
}
a.c-btn--dark:hover:before {
  border-top-color: #666;
  border-right-color: #666;
}
@media screen and (min-width: 992px) {
  a.c-btn--dark:hover {
    color: #666;
  }
  a.c-btn--dark:hover:before {
    border-top-color: #666;
    border-right-color: #666;
  }
}
a.c-btn--dark-outline {
  background-color: transparent;
  border-color: #666;
  color: #666;
}
a.c-btn--dark-outline:hover {
  -webkit-tap-highlight-color: transparent;
  background-color: #666;
  color: #fff;
}
a.c-btn--dark-outline:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (min-width: 992px) {
  a.c-btn--dark-outline:hover {
    background-color: #666;
    color: #fff;
  }
  a.c-btn--dark-outline:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

.c-formControl, .c-formControl--border {
  display: block;
  width: 100%;
  height: 2.5em;
  padding: 0.5em 1em;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 1077px) {
  .c-formControl, .c-formControl--border {
    font-size: 16pxpx;
  }
}
.c-formControl::-ms-expand, .c-formControl--border::-ms-expand {
  background-color: transparent;
  border: 0;
}
.c-formControl:focus, .c-formControl--border:focus {
  outline: none;
  background-color: white;
}
.c-formControl::-webkit-input-placeholder, .c-formControl--border::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.c-formControl::-moz-placeholder, .c-formControl--border::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.c-formControl:-ms-input-placeholder, .c-formControl--border:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.c-formControl::-ms-input-placeholder, .c-formControl--border::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.c-formControl::placeholder, .c-formControl--border::placeholder {
  color: #999;
  opacity: 1;
}
.c-formControl:disabled, .c-formControl--border:disabled, .c-formControl[readonly], [readonly].c-formControl--border {
  background-color: #e8e8e8;
  opacity: 1;
}
.c-formControl--border {
  border-color: transparent;
}

select.c-formControl:focus::-ms-value, select.c-formControl--border:focus::-ms-value {
  color: #333;
  background-color: white;
}

select.c-formControl[size], select[size].c-formControl--border, select.c-formControl[multiple], select[multiple].c-formControl--border {
  height: auto;
}
select.c-formControl--border {
  border-color: #cbcbcb;
}
select.c-formControl--border[size], select.c-formControl--border[multiple] {
  height: auto;
}

textarea.c-formControl, textarea.c-formControl--border {
  height: auto;
}

.c-formRequired {
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  padding: 3px 5px 2px;
  background-color: #2bc3d5;
  border-right: 1px solid #2bc3d5;
  border-radius: 1px;
  color: #fff;
  font-size: 80%;
}

h1, .c-head-1 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2bc3d5;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #cbcbcb;
}
@media (min-width: 768px) {
  h1, .c-head-1 {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  h1, .c-head-1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  h1, .c-head-1 {
    font-size: 26px;
  }
}

h2, .c-head-2 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2bc3d5;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  h2, .c-head-2 {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  h2, .c-head-2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  h2, .c-head-2 {
    font-size: 24px;
  }
}

h3, .c-head-3 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2bc3d5;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  h3, .c-head-3 {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  h3, .c-head-3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  h3, .c-head-3 {
    font-size: 20px;
  }
}

h4, .c-head-4 {
  margin-bottom: 15px;
  color: #2bc3d5;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  h4, .c-head-4 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  h4, .c-head-4 {
    font-size: 18px;
  }
}

h5, .c-head-5 {
  margin-bottom: 15px;
  color: #2bc3d5;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  h5, .c-head-5 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  h5, .c-head-5 {
    font-size: 16px;
  }
}

h6, .c-head-6 {
  margin-bottom: 12px;
  color: #2bc3d5;
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 768px) {
  h6, .c-head-6 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  h6, .c-head-6 {
    font-size: 14px;
  }
}

h1.plain, .plain.c-head-1, h2.plain, .plain.c-head-2, h3.plain, .plain.c-head-3, h4.plain, .plain.c-head-4, h5.plain, .plain.c-head-5, h6.plain, .plain.c-head-6 {
  padding: 0;
  background: none;
  border: none;
}
h1.plain:before, .plain.c-head-1:before, h2.plain:before, .plain.c-head-2:before, h3.plain:before, .plain.c-head-3:before, h4.plain:before, .plain.c-head-4:before, h5.plain:before, .plain.c-head-5:before, h6.plain:before, .plain.c-head-6:before {
  display: none;
}

.c-head-1 {
  padding: 0;
  background: none;
  border: none;
}
.c-head-1:before {
  display: none;
}

.c-head-2 {
  padding: 0;
  background: none;
  border: none;
}
.c-head-2:before {
  display: none;
}

.c-head-3 {
  padding: 0;
  background: none;
  border: none;
}
.c-head-3:before {
  display: none;
}

.c-head-4 {
  padding: 0;
  background: none;
  border: none;
}
.c-head-4:before {
  display: none;
}

.c-head-5 {
  padding: 0;
  background: none;
  border: none;
}
.c-head-5:before {
  display: none;
}

.c-head-6 {
  padding: 0;
  background: none;
  border: none;
}
.c-head-6:before {
  display: none;
}

.c-instagram-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-instagram-code {
    margin-bottom: 30px;
  }
}

.l-header {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.l-headerContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding-left: 15px;
  padding-right: 50px;
}
@media (min-width: 768px) {
  .l-headerContents {
    height: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 992px) {
  .l-headerContents {
    padding-left: 30px;
  }
}
.l-headerContents__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .l-headerContents__contents {
    display: none;
  }
}

.l-headerLogo {
  padding: 0;
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
}
.l-headerLogo:before {
  display: none;
}
.l-headerLogo img {
  width: 100%;
  max-width: 110px;
}
@media (min-width: 768px) {
  .l-headerLogo img {
    max-width: 168px;
  }
}

@media (min-width: 768px) {
  .l-headerCopy,
.l-headerInstagram {
    padding-right: 25px;
  }
}

.l-headerCopy {
  margin-bottom: 0;
}
.l-headerCopy img {
  width: 100%;
  max-width: 224px;
}

.l-headerInstagram img {
  width: 100%;
  max-width: 26px;
}

.l-pagebody {
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .l-pagebody {
    padding-top: 70px;
  }
}

.l-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .l-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .l-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .l-container {
    max-width: 960px;
  }
}
@media (min-width: 1077px) {
  .l-container {
    max-width: 1060px;
  }
}

.l-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.l-container-wide {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1077px) {
  .l-container-wide {
    max-width: 1460px;
  }
}

@media (min-width: 1077px) {
  .l-container,
.l-container-fluid,
.l-container-wide {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.l-container > *:first-child,
.l-container-fluid > *:first-child,
.contents > *:first-child {
  margin-top: 0;
}

.l-contents-col2::after {
  display: block;
  clear: both;
  content: "";
}

.l-contents-main {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .l-contents-main {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .l-contents-main {
    width: calc(100% - 240px);
    float: left;
  }
}
@media (min-width: 992px) {
  .l-contents-main {
    width: calc(100% - 290px);
  }
}

.l-contents-side {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .l-contents-side {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .l-contents-side {
    width: 200px;
    margin-top: 0;
    float: right;
  }
}
@media (min-width: 992px) {
  .l-contents-side {
    width: 230px;
  }
}

.l-footer {
  background-color: #fff;
}

.l-footerLogo {
  padding: 0;
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
.l-footerLogo:before {
  display: none;
}
@media (min-width: 768px) {
  .l-footerLogo {
    margin-bottom: 40px;
  }
}
.l-footerLogo img {
  width: 100%;
  max-width: 100px;
}
@media (min-width: 576px) {
  .l-footerLogo img {
    max-width: 140px;
  }
}

.l-footerBottom {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e8e8e8;
  position: relative;
}
@media (min-width: 768px) {
  .l-footerBottom {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .l-footerBottom {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .l-footerBottomLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .l-footerBottomLayout__inner:first-child {
    margin-bottom: 12px;
  }
}

.l-footerBottomList {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
  margin-bottom: 0;
  font-size: 12px;
}
.l-footerBottomList li {
  list-style: none;
}
@media (min-width: 768px) {
  .l-footerBottomList {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .l-footerBottomList {
    margin-left: -30px;
  }
}
.l-footerBottomList > li {
  padding-left: 20px;
}
@media (min-width: 992px) {
  .l-footerBottomList > li {
    padding-left: 30px;
  }
}

.l-footerBottomLink {
  color: #333;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

a.l-footerBottomLink {
  color: #333;
}
a.l-footerBottomLink:hover {
  -webkit-tap-highlight-color: transparent;
  color: #8fb5e0;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  a.l-footerBottomLink:hover {
    color: #8fb5e0;
    text-decoration: none;
  }
}

.l-footerCopy {
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footerCopy {
    font-size: 13px;
  }
}

.l-fnav {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .l-fnav {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .l-fnav {
    padding-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .l-fnav {
    padding-top: 0;
  }
}

.l-fnavList {
  padding-left: 0;
  margin-bottom: 0;
}
.l-fnavList li {
  list-style: none;
}
@media (max-width: 575.98px) {
  .l-fnavList {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 576px) {
  .l-fnavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-fnavList > li {
  text-align: center;
}
@media (max-width: 575.98px) {
  .l-fnavList > li {
    border-bottom: 1px solid #ea6962;
  }
}
@media (min-width: 576px) {
  .l-fnavList > li {
    width: 33.3333%;
    border-right: 1px solid #ea6962;
    margin-bottom: 8px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .l-fnavList > li {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .l-fnavList > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .l-fnavList > li:first-child {
    border-top: 1px solid #ea6962;
  }
}
@media (min-width: 992px) {
  .l-fnavList > li:first-child {
    border-left: 1px solid #ea6962;
  }
}
@media (min-width: 576px) {
  .l-fnavList > li:nth-child(3n) {
    border-right-width: 0;
  }
}
@media (min-width: 992px) {
  .l-fnavList > li:nth-child(3n) {
    border-right-width: 1px;
  }
}

.l-fnavItem {
  color: #333;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 575.98px) {
  .l-fnavItem {
    display: block;
    padding: 15px 15px;
    text-align: left;
  }
}
@media (min-width: 576px) {
  .l-fnavItem {
    display: inline-block;
    padding: 8px 10px;
  }
}
.l-fnavItem:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 575.98px) {
  .l-fnavItem:after {
    position: absolute;
    top: 50%;
    right: 15px;
  }
}

a.l-fnavItem {
  color: #333;
}
a.l-fnavItem:hover {
  -webkit-tap-highlight-color: transparent;
  color: #8fb5e0;
  text-decoration: none;
}
a.l-fnavItem:hover:after {
  border-color: #8fb5e0;
}
@media screen and (min-width: 992px) {
  a.l-fnavItem:hover {
    color: #8fb5e0;
    text-decoration: none;
  }
  a.l-fnavItem:hover:after {
    border-color: #8fb5e0;
  }
}

.l-overlay {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.l-overlay.is-active {
  visibility: visible;
  opacity: 0.6;
}

button.l-hamburger {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: #2bc3d5;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10001;
}
@media (min-width: 768px) {
  button.l-hamburger {
    width: 70px;
    height: 70px;
  }
}
button.l-hamburger span {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 24px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background 0.3s 0s;
  -o-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}
@media (min-width: 768px) {
  button.l-hamburger span {
    width: 30px;
  }
}
button.l-hamburger span:before, button.l-hamburger span:after {
  content: "";
  display: inline-block;
  width: 24px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  height: 2px;
  left: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  -o-transition: transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
@media (min-width: 768px) {
  button.l-hamburger span:before, button.l-hamburger span:after {
    width: 30px;
  }
}
button.l-hamburger span:before {
  top: -6px;
}
@media (min-width: 768px) {
  button.l-hamburger span:before {
    top: -8px;
  }
}
button.l-hamburger span:after {
  top: 6px;
}
@media (min-width: 768px) {
  button.l-hamburger span:after {
    top: 8px;
  }
}
button.l-hamburger.is-active span {
  background: none;
}
button.l-hamburger.is-active span:before, button.l-hamburger.is-active span:after {
  background: #fff;
}
button.l-hamburger.is-active span:before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
      -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
          transform: translateX(4px) translateY(-3px) rotate(45deg);
}
button.l-hamburger.is-active span:after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
      -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
          transform: translateX(4px) translateY(2px) rotate(-45deg);
}
button.l-hamburger:hover:not(.is-active) span:before {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
button.l-hamburger:hover:not(.is-active) span:after {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
button.l-hamburger.js-hamburger-close {
  position: absolute;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.l-hamburgerNav {
  visibility: hidden;
  width: 260px;
  height: 100%;
  background-color: #2bc3d5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10002;
  -webkit-transform: translateX(260px);
      -ms-transform: translateX(260px);
          transform: translateX(260px);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 991.98px) {
  .l-hamburgerNav {
    -webkit-overflow-scrolling: touch;
  }
}
.l-hamburgerNav.is-active {
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.l-hamburgerList {
  padding-left: 0;
  display: block;
  margin: 0;
  border-top: 1px solid #fff;
  text-align: center;
}
.l-hamburgerList li {
  list-style: none;
}
.l-hamburgerList > li {
  border-bottom: 1px solid #fff;
}

.l-hamburgerItem {
  display: block;
  padding: 15px 15px;
  background-color: #2bc3d5;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.l-hamburgerItem:hover {
  -webkit-tap-highlight-color: transparent;
  background-color: #229dab;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .l-hamburgerItem:hover {
    background-color: #229dab;
    color: #fff;
    text-decoration: none;
  }
}

#pagetop {
  width: 60px;
  right: 20px;
  z-index: 999;
}
@media (max-width: 991.98px) {
  #pagetop {
    display: none !important;
  }
}
#pagetop img {
  max-width: 100%;
}

@media print {
  #pagetop {
    display: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.p-localnav {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-localnav {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .p-localnav {
    padding-bottom: 40px;
  }
}

.p-localnavList {
  padding-left: 0;
  margin-bottom: 0;
}
.p-localnavList li {
  list-style: none;
}
@media (min-width: 576px) {
  .p-localnavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -8px;
  }
}
@media (min-width: 768px) {
  .p-localnavList {
    margin-bottom: -10px;
  }
}
.p-localnavList > li {
  text-align: center;
}
@media (max-width: 575.98px) {
  .p-localnavList > li {
    border-bottom: 1px solid #ea6962;
  }
}
@media (min-width: 576px) {
  .p-localnavList > li {
    width: 33.3333%;
    border-right: 1px solid #ea6962;
    margin-bottom: 8px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .p-localnavList > li {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .p-localnavList > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .p-localnavList > li:first-child {
    border-top: 1px solid #ea6962;
  }
}
@media (min-width: 992px) {
  .p-localnavList > li:first-child {
    border-left: 1px solid #ea6962;
  }
}
@media (min-width: 576px) {
  .p-localnavList > li:nth-child(3n) {
    border-right-width: 0;
  }
}
@media (min-width: 992px) {
  .p-localnavList > li:nth-child(3n) {
    border-right-width: 1px;
  }
}

.p-localnavItem {
  color: #333;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 575.98px) {
  .p-localnavItem {
    display: block;
    padding: 15px 5px;
    text-align: left;
  }
}
@media (min-width: 576px) {
  .p-localnavItem {
    display: inline-block;
    padding: 8px 10px;
  }
}
.p-localnavItem:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 575.98px) {
  .p-localnavItem:after {
    position: absolute;
    top: 50%;
    right: 5px;
  }
}

a.p-localnavItem {
  color: #333;
}
a.p-localnavItem:hover {
  -webkit-tap-highlight-color: transparent;
  color: #8fb5e0;
  text-decoration: none;
}
a.p-localnavItem:hover:after {
  border-color: #8fb5e0;
}
@media screen and (min-width: 992px) {
  a.p-localnavItem:hover {
    color: #8fb5e0;
    text-decoration: none;
  }
  a.p-localnavItem:hover:after {
    border-color: #8fb5e0;
  }
}

.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 60px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin-left: 10px;
  vertical-align: baseline;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.wp-pagenavi a.page, .wp-pagenavi span.current {
  min-width: 30px;
  min-height: 30px;
  padding-bottom: 2px;
  background-color: transparent;
  border: 1px solid #cbcbcb;
  border-radius: 999px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
}
.wp-pagenavi a.page:hover {
  background-color: transparent;
  border-color: #2bc3d5;
  color: #2bc3d5;
  text-decoration: none;
  opacity: 1;
}
.wp-pagenavi span.current {
  background-color: #2bc3d5;
  border-color: #2bc3d5;
  color: #fff;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  min-width: 30px;
  min-height: 30px;
  padding-bottom: 2px;
  color: #333;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
@media (min-width: 768px) {
  .wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    font-size: 20px;
  }
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
  -webkit-tap-highlight-color: transparent;
  color: black;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
    color: black;
    text-decoration: none;
  }
}
.wp-pagenavi a.previouspostslink {
  margin-right: 10px;
}
.wp-pagenavi a.nextpostslink {
  margin-left: 10px;
}

.p-homeMV {
  position: relative;
}
.p-homeMV__contents {
  width: 100%;
  max-width: 90vw;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-homeMainSlick:focus {
  outline: none 0;
}
.p-homeMainSlick__slide {
  width: 100%;
}
.p-homeMainSlick__slide:focus {
  outline: none 0;
}
.p-homeMainSlick__slide img {
  width: 100%;
}
.is-end .p-homeMainSlick__slide {
  position: relative;
}
.is-end .p-homeMainSlick__slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

.slick-prev,
.slick-next {
  display: block;
  width: 20px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 999;
}
@media (min-width: 768px) {
  .slick-prev,
.slick-next {
    width: 25px;
    height: 40px;
  }
}
.slick-prev:before,
.slick-next:before {
  display: none !important;
}

.slick-prev {
  left: 0;
  background-image: url(/img/home/icon_slick_prev.png);
}

.slick-next {
  right: 0;
  background-image: url(/img/home/icon_slick_next.png);
}

.slick-dots {
  bottom: 0;
}
@media (min-width: 576px) {
  .slick-dots {
    bottom: 10px;
  }
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li button:after {
  opacity: 0.6;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-dots li.slick-active button:after {
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.p-homeMainLead {
  padding: 0;
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 14px;
  text-align: center;
}
.p-homeMainLead:before {
  display: none;
}
@media (min-width: 768px) {
  .p-homeMainLead {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .p-homeMainLead {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .is-end .p-homeMainLead img {
    width: 50%;
  }
}

.p-homeMainText {
  color: #2bc3d5;
  text-align: center;
}
.p-homeMainText__inner {
  display: inline-block;
  padding: 5px 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

.p-homeEndBox > *:first-child,
.p-homeEndBox-sp .l-container > *:first-child {
  margin-top: 0;
}
.p-homeEndBox > *:last-child,
.p-homeEndBox-sp .l-container > *:last-child {
  margin-bottom: 0;
}

.p-homeEndBox {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 6px solid #2bc3d5;
}

.p-homeEndBox-sp {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .p-homeEndBox-sp {
    display: none;
  }
}

.p-homeEndHead {
  color: #ea6962;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .p-homeEndHead {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .p-homeEndHead {
    margin-bottom: 0;
  }
}

.p-homeEndText {
  line-height: 1.3;
}
@media (min-width: 992px) {
  .p-homeEndText {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .p-homeEndBox .p-homeEndText {
    display: none;
  }
}

.p-homeAbout {
  padding-top: 50px;
  padding-bottom: calc(40px + 4.8572vw);
  background-color: #fff9ed;
  position: relative;
}
@media (min-width: 768px) {
  .p-homeAbout {
    padding-top: 60px;
  }
}
@media (min-width: 576px) {
  .p-homeAbout {
    padding-bottom: calc(50px + 4.8572vw);
  }
}
.p-homeAbout:after {
  content: "";
  display: block;
  width: 100%;
  height: 4.8572vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221400%22%20height%3D%2268.0707%22%20viewBox%3D%220%200%201400%2068.0707%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ddf0f3%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M300%2C215.63H1700v-1.5021C1484.7676%2C171.26%2C1248.2423%2C147.56%2C1000%2C147.56s-484.7676%2C23.7-700%2C66.5685Z%22%20transform%3D%22translate(-300%20-147.5596)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}

@media (min-width: 768px) {
  .p-homeAboutLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .p-homeAboutLayout__textarea {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .p-homeAboutLayout__textarea {
    width: 50%;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .p-homeAboutLayout__textarea {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60%;
    min-width: 620px;
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .p-homeAboutLayout__img {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .p-homeAboutLayout__img {
    width: 40%;
  }
}

.p-homeAboutHead {
  padding: 0;
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 30px;
}
.p-homeAboutHead:before {
  display: none;
}
@media (min-width: 768px) {
  .p-homeAboutHead {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .p-homeAboutHead {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .p-homeAboutHead img {
    width: 352.1px;
  }
}

.p-homeAboutLead {
  margin-bottom: 20px;
  color: #ea6962;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-homeAboutLead {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .p-homeAboutLead {
    font-size: 20px;
  }
}

.p-homeAboutButton {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-homeAboutButton {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .p-homeAboutButton {
    text-align: center;
  }
}

.p-homeAboutImg {
  text-align: center;
}
.p-homeAboutImg img {
  width: 100%;
  max-width: 510px;
}

.p-homePost {
  padding-top: 1px;
  padding-bottom: 70px;
  background-color: #ddf0f3;
}
@media (min-width: 768px) {
  .p-homePost {
    padding-bottom: 100px;
  }
}

.p-homePostHead {
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 20px;
  text-align: center;
}
.p-homePostHead:before {
  display: none;
}
@media (min-width: 768px) {
  .p-homePostHead {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .p-homePostHead {
    padding-top: 15px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .p-homePostHead {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .p-homePostHead {
    margin-top: -10px;
  }
}

.p-homePostLead {
  margin-bottom: 0;
  color: #ea6962;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-homePostLead {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .p-homePostLead {
    text-align: center;
  }
}

.p-homePostText {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-homePostText {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .p-homePostText {
    text-align: center;
  }
}

.p-homePeriod {
  padding-bottom: 70px;
  background-color: #fdf1f0;
}
@media (min-width: 768px) {
  .p-homePeriod {
    padding-bottom: 100px;
  }
}

.p-homePeriodHead {
  margin-bottom: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ea6962;
  position: relative;
}
@media (min-width: 768px) {
  .p-homePeriodHead {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .p-homePeriodHead {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .p-homePeriodHead {
    padding-bottom: 20px;
  }
}
.p-homePeriodHead:before {
  content: "";
  display: block;
  border: 40px solid transparent;
  border-top: 20px solid #ea6962;
  position: absolute;
  left: 50%;
  bottom: -59px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-homePeriodTitle {
  padding: 0;
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 6vw;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1px;
}
.p-homePeriodTitle:before {
  display: none;
}
@media (min-width: 768px) {
  .p-homePeriodTitle {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .p-homePeriodTitle__inner {
    display: block;
  }
}
.p-homePeriodTitle__small {
  font-size: 5vw;
}
@media (min-width: 768px) {
  .p-homePeriodTitle__small {
    font-size: 27px;
  }
}
.p-homePeriodTitle__strong {
  font-size: 7vw;
}
@media (min-width: 768px) {
  .p-homePeriodTitle__strong {
    font-size: 48px;
  }
}

.p-homePeriodSeasonList {
  padding-left: 0;
}
.p-homePeriodSeasonList li {
  list-style: none;
}
@media (min-width: 576px) {
  .p-homePeriodSeasonList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -35px;
  }
}
.p-homePeriodSeasonList > li {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-homePeriodSeasonList > li {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) {
  .p-homePeriodSeasonList > li {
    width: 50%;
    padding-left: 35px;
  }
}
@media (min-width: 768px) {
  .p-homePeriodSeasonList > li {
    width: 33.3333%;
  }
}
.p-homePeriodSeasonList > li.is-end {
  opacity: 0.3;
}

.p-homePeriodSeasonItem > *:last-child {
  margin-bottom: 0;
}

.p-homePeriodSeasonItemImg {
  border: 6px solid #00851a;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 575.98px) {
  .p-homePeriodSeasonItemImg {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-homePeriodSeasonItemImg img {
  width: 100%;
  border-radius: 3px;
}
.p-homePeriodSeasonItemImg figcaption {
  width: 60px;
  height: 60px;
  background-color: #00851a;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-30%, -30%);
      -ms-transform: translate(-30%, -30%);
          transform: translate(-30%, -30%);
}
@media (min-width: 768px) {
  .p-homePeriodSeasonItemImg figcaption {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .p-homePeriodSeasonItemImg figcaption {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.p-homePeriodSeasonItemImg--summer {
  border-color: #00851a;
}
.p-homePeriodSeasonItemImg--summer figcaption {
  background-color: #00851a;
}
.p-homePeriodSeasonItemImg--autumn {
  border-color: #e25600;
}
.p-homePeriodSeasonItemImg--autumn figcaption {
  background-color: #e25600;
}
.p-homePeriodSeasonItemImg--winter {
  border-color: #858585;
}
.p-homePeriodSeasonItemImg--winter figcaption {
  background-color: #858585;
}

.p-homePeriodSeasonItemHead {
  padding: 0;
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 8px;
  color: #333;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.p-homePeriodSeasonItemHead:before {
  display: none;
}
@media (min-width: 768px) {
  .p-homePeriodSeasonItemHead {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .p-homePeriodSeasonItemHead {
    font-size: 20px;
  }
}
.p-homePeriodSeasonItemHead__label {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 12px 8px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.p-homePeriodSeasonItemHead__label--summer {
  background-color: #00851a;
}
.p-homePeriodSeasonItemHead__label--autumn {
  background-color: #e25600;
}
.p-homePeriodSeasonItemHead__label--winter {
  background-color: #858585;
}

.p-homePeriodSeasonItemText {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-homePeriodSeasonItemText {
    font-size: 20px;
  }
}
.p-homePeriodSeasonItemText--summer {
  color: #00851a;
}
.p-homePeriodSeasonItemText--autumn {
  color: #e25600;
}
.p-homePeriodSeasonItemText--winter {
  color: #858585;
}

.p-homeMethod {
  padding-bottom: 70px;
  background-color: #fdf1f0;
}
@media (min-width: 768px) {
  .p-homeMethod {
    padding-bottom: 100px;
  }
}

.p-homeMethodHead {
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.145%22%20height%3D%2213.0355%22%20viewBox%3D%220%200%2011.145%2013.0355%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%23f6bfbc%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2211.145%22%20height%3D%2213.0355%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M361.0787%2C1005.8381c.1784-.4493.3841-.47.2587-.962l-.2653.571a1.2462%2C1.2462%2C0%2C0%2C0%2C.4817-.49c.057-.1211.17-.3144.2373-.4373.2041-.3745-.2678-.0436.0367-.1808a.4934.4934%2C0%2C0%2C0%2C.2653-.571l-.0391-.21-.1485.4919a1.2326%2C1.2326%2C0%2C0%2C0%2C.3288-.4978c.2513-.47-.4844.1286-.0318-.063a.4906.4906%2C0%2C0%2C0%2C.286-.4365%2C2.6764%2C2.6764%2C0%2C0%2C0-.0663-.5435l-.1485.492a3.8269%2C3.8269%2C0%2C0%2C0%2C.8835-1.3966c.057-.1524.0734-.2942.13-.4185.0474-.103.0734-.2879-.0322-.1021.0576-.1013.2472-.1455.291-.26.1629-.4276.0257-.624.3-1.0338-.2694.4018.1622.0087.2487-.1657a.976.976%2C0%2C0%2C0-.0059-.6664l-.2654.571.2049-.1254a.4981.4981%2C0%2C0%2C0%2C.2859-.4366c-.0392-.33.0773-.1715.3725-.5746a1.3384%2C1.3384%2C0%2C0%2C0%2C.217-1.1248l-.2653.571a1.0639%2C1.0639%2C0%2C0%2C0%2C.5151-1.2738l-.2654.571c.53-.279.5031-.6825.6219-.9161.0837-.1644.2794-.2325.3506-.4631.0337-.1091-.02-.2226.0025-.3235.0632-.2773-.3341.2369-.0219.064a.4991.4991%2C0%2C0%2C0%2C.2654-.571l-.0474-.214-.2654.571.1946-.1283a.5123.5123%2C0%2C0%2C0%2C.2653-.571l-.0385-.21-.1485.4919a.6921.6921%2C0%2C0%2C0%2C.2826-.8386l-.1485.4919c.1815-.134.2865-.4013.3524-.4621.5113-.4721-.3039-1.1884-.8166-.715a1.0772%2C1.0772%2C0%2C0%2C0-.46%2C1.165l.1485-.4919a.6963.6963%2C0%2C0%2C0-.2845.838l.2654-.571-.1946.1283a.5084.5084%2C0%2C0%2C0-.2653.571l.0474.214.2653-.571a1.0758%2C1.0758%2C0%2C0%2C0-.4539.3624c-.0842.1372-.12.7428-.01.4976.1621-.3605-.6616.87-.4893.7788a.495.495%2C0%2C0%2C0-.2653.571c.05.201.1513.0429.0156.1317a.5052.5052%2C0%2C0%2C0-.2654.571c.0775.3068-.2834.3879-.4206.6283a1.7081%2C1.7081%2C0%2C0%2C0-.2141.4614c-.07.5063.3283-.1192.0851.03a.503.503%2C0%2C0%2C0-.2653.571c.048.2067.2732-.1743.0038-.07a.4888.4888%2C0%2C0%2C0-.286.4366c-.0034.3639-.2241.639-.1578%2C1.0588l.1485-.492c-.5933.521-.631%2C1.1837-1.053%2C1.8029a1.7865%2C1.7865%2C0%2C0%2C0-.3334.6137c-.0447.3926.0982.19.1316.12-.1863.3922-.4638.4594-.33.99l.1485-.4919a.7083.7083%2C0%2C0%2C0-.269.8427l.2654-.571c-.4625.2085-.4317.38-.5984.7686a.86.86%2C0%2C0%2C0-.1326.21c-.14.448.1656.03-.0247.1294a.4945.4945%2C0%2C0%2C0-.2654.571l.0551.2157.1485-.4919a1.9455%2C1.9455%2C0%2C0%2C0-.4623.7006c-.2445.6159.8707.8806%2C1.1136.2688Z%22%20transform%3D%22translate(-359.9183%20-993.1701)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-position: center 82%;
  text-align: center;
}
.p-homeMethodHead:before {
  display: none;
}
@media (min-width: 768px) {
  .p-homeMethodHead {
    margin-bottom: 60px;
  }
}
.p-homeMethodHead__inner {
  display: inline-block;
  padding-left: 22px;
  padding-right: 22px;
  background-color: #fdf1f0;
}
@media (min-width: 768px) {
  .p-homeMethodHead__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .p-homeMethodHead img {
    width: 122.5px;
  }
}

.p-homeMethodStepList {
  padding-left: 0;
  margin-bottom: -40px;
  padding-bottom: 30px;
}
.p-homeMethodStepList li {
  list-style: none;
}
@media (min-width: 768px) {
  .p-homeMethodStepList {
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) {
  .p-homeMethodStepList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
  }
}
@media (min-width: 768px) {
  .p-homeMethodStepList {
    margin-bottom: -50px;
  }
}
.p-homeMethodStepList > li {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-homeMethodStepList > li {
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) {
  .p-homeMethodStepList > li {
    width: 50%;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .p-homeMethodStepList > li {
    width: 25%;
  }
}

.p-homeMethodStepItem {
  position: relative;
}

.p-homeMethodStepItemLabel {
  padding: 5px 12px 10px;
  background-color: #008080;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: -5px;
}
@media (min-width: 768px) {
  .p-homeMethodStepItemLabel {
    font-size: 18px;
  }
}
.p-homeMethodStepItemLabel:before {
  content: "";
  display: block;
  width: 14px;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.1621%22%20height%3D%2235.1455%22%20viewBox%3D%220%200%2015.1621%2035.1455%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Ateal%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2215.162%2017.573%200%200%200%200%200%2035.146%200%2035.145%2015.162%2017.573%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
}

.p-homeMethodStepItemHead {
  padding: 0;
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 15px;
  background-color: #2bc3d5;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.p-homeMethodStepItemHead:before {
  display: none;
}
@media (min-width: 768px) {
  .p-homeMethodStepItemHead {
    font-size: 20px;
  }
}

.p-homeMethodStepItemTextarea {
  padding: 20px 15px;
  background-color: #fff;
  border: 2px solid #2bc3d5;
  border-radius: 0 0 5px 5px;
}
.p-homeMethodStepItemTextarea a {
  color: #2bc3d5;
  font-weight: bold;
}
.p-homeMethodStepItemTextarea a:hover {
  -webkit-tap-highlight-color: transparent;
  color: #80dbe6;
}
@media screen and (min-width: 992px) {
  .p-homeMethodStepItemTextarea a:hover {
    color: #80dbe6;
  }
}
.p-homeMethodStepItemTextarea > *:last-child {
  margin-bottom: 0;
}

.p-homeMethodStepNote {
  color: #2bc3d5;
  font-weight: bold;
}

.p-homePrize {
  padding-bottom: 70px;
  background-color: #fdf1f0;
}
@media (min-width: 768px) {
  .p-homePrize {
    padding-bottom: 100px;
  }
}

.p-homePrizeBox {
  padding: 5px 20px 20px;
  background-color: #ea6962;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .p-homePrizeBox {
    padding: 5px 40px 40px;
  }
}
@media (min-width: 992px) {
  .p-homePrizeBox {
    padding: 5px 60px 60px;
  }
}
.p-homePrizeBox:before {
  content: "";
  display: block;
  width: 210px;
  height: 38px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22274.9421%22%20height%3D%2250.1611%22%20viewBox%3D%220%200%20274.9421%2050.1611%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ea6962%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1000%2C596.078a212.6277%2C212.6277%2C0%2C0%2C0-137.4711%2C50.1611h274.9422A212.6281%2C212.6281%2C0%2C0%2C0%2C1000%2C596.078Z%22%20transform%3D%22translate(-862.5289%20-596.078)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-homePrizeBox:before {
    width: 275px;
    height: 50px;
  }
}

.p-homePrizeHead {
  padding: 0;
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
}
.p-homePrizeHead:before {
  display: none;
}
@media (min-width: 768px) {
  .p-homePrizeHead {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-homePrizeHead {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .p-homePrizeHead img {
    width: 141.4px;
  }
}

.p-homePrizeLead {
  margin-bottom: 55px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-homePrizeLead {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .p-homePrizeLead {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .p-homePrizeLead {
    text-align: center;
  }
}

.p-homePrizeLayout {
  margin-bottom: -55px;
}
@media (min-width: 768px) {
  .p-homePrizeLayout {
    margin-bottom: -70px;
  }
}
@media (min-width: 992px) {
  .p-homePrizeLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -40px;
  }
}
.p-homePrizeLayout__inner {
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .p-homePrizeLayout__inner {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .p-homePrizeLayout__inner {
    width: 50%;
    padding-left: 40px;
  }
}

.p-homePrizeItem {
  padding: 50px 20px 20px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .p-homePrizeItem {
    padding: 70px 30px 30px;
  }
}

.p-homePrizeItemLabel {
  width: 80%;
  padding: 8px 20px 10px;
  background-color: #ffd439;
  border-radius: 999px;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1077px) {
  .p-homePrizeItemLabel {
    max-width: 360px;
  }
}
.p-homePrizeItemLabel__inner-1 {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 3.6vw;
}
@media (min-width: 768px) {
  .p-homePrizeItemLabel__inner-1 {
    font-size: 16px;
  }
}
.p-homePrizeItemLabel__inner-1 strong {
  font-size: 5vw;
  font-weight: normal;
}
@media (min-width: 768px) {
  .p-homePrizeItemLabel__inner-1 strong {
    font-size: 28px;
  }
}
.p-homePrizeItemLabel__inner-2 {
  display: inline-block;
  font-size: 4vw;
}
@media (min-width: 768px) {
  .p-homePrizeItemLabel__inner-2 {
    font-size: 22px;
  }
}
.p-homePrizeItemLabel__inner-2 strong {
  font-size: 6vw;
  font-weight: normal;
}
@media (min-width: 768px) {
  .p-homePrizeItemLabel__inner-2 strong {
    font-size: 39px;
  }
}

.p-homePrizeItemHead {
  padding: 0;
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 30px;
  color: #ea6962;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.p-homePrizeItemHead:before {
  display: none;
}
@media (min-width: 768px) {
  .p-homePrizeItemHead {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-homePrizeItemHead {
    font-size: 26px;
  }
}

.p-homePrizeGiftImg {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-homePrizeGiftImg {
    margin-bottom: 40px;
  }
}
.p-homePrizeGiftImg > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .p-homePrizeBookLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 576px) {
  .p-homePrizeBookLayout__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 136px;
  }
}
@media (min-width: 576px) {
  .p-homePrizeBookLayout__textarea {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .p-homePrizeBookLayout__textarea {
    padding-left: 30px;
  }
}

.p-homePrizeBookImg {
  text-align: center;
}
.p-homePrizeBookImg img {
  width: 66%;
}
@media (min-width: 576px) {
  .p-homePrizeBookImg img {
    width: 100%;
  }
}
.p-homePrizeBookImg figcaption {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-homePrizeBookImg figcaption {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .p-homePrizeBookImg figcaption {
    font-size: 14px;
  }
}

.p-homeRules {
  padding-bottom: 70px;
  background-color: #fdf1f0;
}
@media (min-width: 768px) {
  .p-homeRules {
    padding-bottom: 100px;
  }
}

.p-homeRulesHead {
  padding: 0;
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22layer_1%22%20data-name%3D%22layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.145%22%20height%3D%2213.0355%22%20viewBox%3D%220%200%2011.145%2013.0355%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%23a2d7dd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2211.145%22%20height%3D%2213.0355%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M361.0787%2C1005.8381c.1784-.4493.3841-.47.2587-.962l-.2653.571a1.2462%2C1.2462%2C0%2C0%2C0%2C.4817-.49c.057-.1211.17-.3144.2373-.4373.2041-.3745-.2678-.0436.0367-.1808a.4934.4934%2C0%2C0%2C0%2C.2653-.571l-.0391-.21-.1485.4919a1.2326%2C1.2326%2C0%2C0%2C0%2C.3288-.4978c.2513-.47-.4844.1286-.0318-.063a.4906.4906%2C0%2C0%2C0%2C.286-.4365%2C2.6764%2C2.6764%2C0%2C0%2C0-.0663-.5435l-.1485.492a3.8269%2C3.8269%2C0%2C0%2C0%2C.8835-1.3966c.057-.1524.0734-.2942.13-.4185.0474-.103.0734-.2879-.0322-.1021.0576-.1013.2472-.1455.291-.26.1629-.4276.0257-.624.3-1.0338-.2694.4018.1622.0087.2487-.1657a.976.976%2C0%2C0%2C0-.0059-.6664l-.2654.571.2049-.1254a.4981.4981%2C0%2C0%2C0%2C.2859-.4366c-.0392-.33.0773-.1715.3725-.5746a1.3384%2C1.3384%2C0%2C0%2C0%2C.217-1.1248l-.2653.571a1.0639%2C1.0639%2C0%2C0%2C0%2C.5151-1.2738l-.2654.571c.53-.279.5031-.6825.6219-.9161.0837-.1644.2794-.2325.3506-.4631.0337-.1091-.02-.2226.0025-.3235.0632-.2773-.3341.2369-.0219.064a.4991.4991%2C0%2C0%2C0%2C.2654-.571l-.0474-.214-.2654.571.1946-.1283a.5123.5123%2C0%2C0%2C0%2C.2653-.571l-.0385-.21-.1485.4919a.6921.6921%2C0%2C0%2C0%2C.2826-.8386l-.1485.4919c.1815-.134.2865-.4013.3524-.4621.5113-.4721-.3039-1.1884-.8166-.715a1.0772%2C1.0772%2C0%2C0%2C0-.46%2C1.165l.1485-.4919a.6963.6963%2C0%2C0%2C0-.2845.838l.2654-.571-.1946.1283a.5084.5084%2C0%2C0%2C0-.2653.571l.0474.214.2653-.571a1.0758%2C1.0758%2C0%2C0%2C0-.4539.3624c-.0842.1372-.12.7428-.01.4976.1621-.3605-.6616.87-.4893.7788a.495.495%2C0%2C0%2C0-.2653.571c.05.201.1513.0429.0156.1317a.5052.5052%2C0%2C0%2C0-.2654.571c.0775.3068-.2834.3879-.4206.6283a1.7081%2C1.7081%2C0%2C0%2C0-.2141.4614c-.07.5063.3283-.1192.0851.03a.503.503%2C0%2C0%2C0-.2653.571c.048.2067.2732-.1743.0038-.07a.4888.4888%2C0%2C0%2C0-.286.4366c-.0034.3639-.2241.639-.1578%2C1.0588l.1485-.492c-.5933.521-.631%2C1.1837-1.053%2C1.8029a1.7865%2C1.7865%2C0%2C0%2C0-.3334.6137c-.0447.3926.0982.19.1316.12-.1863.3922-.4638.4594-.33.99l.1485-.4919a.7083.7083%2C0%2C0%2C0-.269.8427l.2654-.571c-.4625.2085-.4317.38-.5984.7686a.86.86%2C0%2C0%2C0-.1326.21c-.14.448.1656.03-.0247.1294a.4945.4945%2C0%2C0%2C0-.2654.571l.0551.2157.1485-.4919a1.9455%2C1.9455%2C0%2C0%2C0-.4623.7006c-.2445.6159.8707.8806%2C1.1136.2688Z%22%20transform%3D%22translate(-359.9183%20-993.1701)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-position: center;
  text-align: center;
}
.p-homeRulesHead:before {
  display: none;
}
@media (min-width: 768px) {
  .p-homeRulesHead {
    margin-bottom: 60px;
  }
}
.p-homeRulesHead__inner {
  display: inline-block;
  padding-left: 22px;
  padding-right: 22px;
  background-color: #fdf1f0;
}
@media (min-width: 768px) {
  .p-homeRulesHead__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .p-homeRulesHead img {
    width: 121.8px;
  }
}

.p-homeRulesHead-2 {
  padding: 0;
  background: none;
  border: none;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #ea6962;
  font-size: 18px;
  font-weight: bold;
}
.p-homeRulesHead-2:before {
  display: none;
}
@media (min-width: 768px) {
  .p-homeRulesHead-2 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .p-homeRulesHead-2 {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .p-homeRulesHead-2 {
    font-size: 20px;
  }
}

.p-homeRulesBox {
  padding: 20px 10px;
  background-color: #fff;
  border: 3px solid #008080;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .p-homeRulesBox {
    padding: 40px 10px;
  }
}
.p-homeRulesBox__inner {
  height: 300px;
  padding: 0 20px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .p-homeRulesBox__inner {
    height: 500px;
    padding: 0 40px;
  }
}

.p-homeBottom img {
  width: 100%;
}

.p-follow {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fdf1f0;
}
@media (min-width: 768px) {
  .p-follow {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .p-follow {
    padding-bottom: 60px;
  }
}
.p-follow--home {
  background-image: url(../img/home/follow_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-followHead {
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 18px;
  text-align: center;
}
.p-followHead:before {
  display: none;
}
@media (min-width: 768px) {
  .p-followHead {
    margin-bottom: 25px;
  }
}

.p-followText-1 {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-followText-1 {
    font-size: 20px;
  }
}

.p-followBanner {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-followBanner {
    margin-top: 40px;
  }
}
.p-followBanner img {
  width: 100%;
  max-width: 400px;
}

.p-postList {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}
.p-postList li {
  list-style: none;
}
@media (min-width: 768px) {
  .p-postList {
    margin-left: -30px;
    margin-bottom: -30px;
  }
}
.p-postList > li {
  width: 50%;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-postList > li {
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .p-postList > li {
    width: 25%;
  }
}

.p-postItem {
  display: block;
  padding: 10px 5px 5px 5px;
  background-color: #2bc3d5;
  border-radius: 10px;
}

a.p-postItem:hover {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
a.p-postItem:hover .p-postItemImg img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
@media screen and (min-width: 992px) {
  a.p-postItem:hover {
    text-decoration: none;
  }
  a.p-postItem:hover .p-postItemImg img {
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

.p-postItemHead {
  padding: 0;
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.p-postItemHead:before {
  display: none;
}
@media (min-width: 768px) {
  .p-postItemHead {
    font-size: 29px;
  }
}
.p-postItemHead:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.1em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-40%);
      -ms-transform: rotate(45deg) translateY(-40%);
          transform: rotate(45deg) translateY(-40%);
}

.p-postItemImg {
  margin-bottom: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.p-postItemImg img {
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.p-postLocalnav {
  padding-top: 30px;
  padding-bottom: calc(30px + 4.8572vw);
  background-color: #ddf0f3;
  position: relative;
}
@media (min-width: 768px) {
  .p-postLocalnav {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .p-postLocalnav {
    padding-bottom: calc(40px + 4.8572vw);
  }
}
.p-postLocalnav:before {
  content: "";
  display: block;
  width: 100%;
  height: 4.8572vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22layer_1%22%20data-name%3D%22layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221400.0001%22%20height%3D%2268.0707%22%20viewBox%3D%220%200%201400.0001%2068.0707%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M-200.0853-162.2643h1400v-1.5021c-215.2324-42.8686-451.7578-66.5686-700-66.5686s-484.7676%2C23.7-700%2C66.5686Z%22%20transform%3D%22translate(200.0853%20230.335)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.p-postFirst {
  padding-top: 1px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-postFirst {
    padding-bottom: 60px;
  }
}

.p-postFirstHead {
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 20px;
  text-align: center;
}
.p-postFirstHead:before {
  display: none;
}
@media (min-width: 768px) {
  .p-postFirstHead {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .p-postFirstHead {
    padding-top: 15px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .p-postFirstHead {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .p-postFirstHead {
    margin-top: -10px;
  }
}

.p-postFirstLead {
  margin-bottom: 0;
  color: #ea6962;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-postFirstLead {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .p-postFirstLead {
    text-align: center;
  }
}

.p-postFirstText {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-postFirstText {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .p-postFirstText {
    text-align: center;
  }
}

.p-postAreaList {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: -10px;
}
.p-postAreaList li {
  list-style: none;
}
@media (min-width: 992px) {
  .p-postAreaList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-postAreaList > li {
  padding-left: 15px;
  padding-bottom: 10px;
}

.p-postAreaItem {
  display: block;
  padding: 5px 20px;
  border: 2px solid #008080;
  border-radius: 999px;
  color: #008080;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.p-postAreaItem:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 3px;
  border-top: 2px solid #008080;
  border-right: 2px solid #008080;
  -webkit-transform: rotate(45deg) translateY(-80%);
      -ms-transform: rotate(45deg) translateY(-80%);
          transform: rotate(45deg) translateY(-80%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.p-postAreaItem.is-current {
  background-color: #ddf0f3;
  border-color: #ddf0f3;
}

a.p-postAreaItem {
  color: #008080;
}
a.p-postAreaItem:hover {
  -webkit-tap-highlight-color: transparent;
  background-color: #008080;
  border-color: #008080;
  color: #fff;
  text-decoration: none;
}
a.p-postAreaItem:hover:after {
  border-color: #fff;
}
@media screen and (min-width: 992px) {
  a.p-postAreaItem:hover {
    background-color: #008080;
    border-color: #008080;
    color: #fff;
    text-decoration: none;
  }
  a.p-postAreaItem:hover:after {
    border-color: #fff;
  }
}

.p-postMain {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-postMain {
    padding-bottom: 60px;
  }
}

.p-postHead {
  padding: 0;
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22layer_1%22%20data-name%3D%22layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.145%22%20height%3D%2213.0355%22%20viewBox%3D%220%200%2011.145%2013.0355%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%23a2d7dd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2211.145%22%20height%3D%2213.0355%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M361.0787%2C1005.8381c.1784-.4493.3841-.47.2587-.962l-.2653.571a1.2462%2C1.2462%2C0%2C0%2C0%2C.4817-.49c.057-.1211.17-.3144.2373-.4373.2041-.3745-.2678-.0436.0367-.1808a.4934.4934%2C0%2C0%2C0%2C.2653-.571l-.0391-.21-.1485.4919a1.2326%2C1.2326%2C0%2C0%2C0%2C.3288-.4978c.2513-.47-.4844.1286-.0318-.063a.4906.4906%2C0%2C0%2C0%2C.286-.4365%2C2.6764%2C2.6764%2C0%2C0%2C0-.0663-.5435l-.1485.492a3.8269%2C3.8269%2C0%2C0%2C0%2C.8835-1.3966c.057-.1524.0734-.2942.13-.4185.0474-.103.0734-.2879-.0322-.1021.0576-.1013.2472-.1455.291-.26.1629-.4276.0257-.624.3-1.0338-.2694.4018.1622.0087.2487-.1657a.976.976%2C0%2C0%2C0-.0059-.6664l-.2654.571.2049-.1254a.4981.4981%2C0%2C0%2C0%2C.2859-.4366c-.0392-.33.0773-.1715.3725-.5746a1.3384%2C1.3384%2C0%2C0%2C0%2C.217-1.1248l-.2653.571a1.0639%2C1.0639%2C0%2C0%2C0%2C.5151-1.2738l-.2654.571c.53-.279.5031-.6825.6219-.9161.0837-.1644.2794-.2325.3506-.4631.0337-.1091-.02-.2226.0025-.3235.0632-.2773-.3341.2369-.0219.064a.4991.4991%2C0%2C0%2C0%2C.2654-.571l-.0474-.214-.2654.571.1946-.1283a.5123.5123%2C0%2C0%2C0%2C.2653-.571l-.0385-.21-.1485.4919a.6921.6921%2C0%2C0%2C0%2C.2826-.8386l-.1485.4919c.1815-.134.2865-.4013.3524-.4621.5113-.4721-.3039-1.1884-.8166-.715a1.0772%2C1.0772%2C0%2C0%2C0-.46%2C1.165l.1485-.4919a.6963.6963%2C0%2C0%2C0-.2845.838l.2654-.571-.1946.1283a.5084.5084%2C0%2C0%2C0-.2653.571l.0474.214.2653-.571a1.0758%2C1.0758%2C0%2C0%2C0-.4539.3624c-.0842.1372-.12.7428-.01.4976.1621-.3605-.6616.87-.4893.7788a.495.495%2C0%2C0%2C0-.2653.571c.05.201.1513.0429.0156.1317a.5052.5052%2C0%2C0%2C0-.2654.571c.0775.3068-.2834.3879-.4206.6283a1.7081%2C1.7081%2C0%2C0%2C0-.2141.4614c-.07.5063.3283-.1192.0851.03a.503.503%2C0%2C0%2C0-.2653.571c.048.2067.2732-.1743.0038-.07a.4888.4888%2C0%2C0%2C0-.286.4366c-.0034.3639-.2241.639-.1578%2C1.0588l.1485-.492c-.5933.521-.631%2C1.1837-1.053%2C1.8029a1.7865%2C1.7865%2C0%2C0%2C0-.3334.6137c-.0447.3926.0982.19.1316.12-.1863.3922-.4638.4594-.33.99l.1485-.4919a.7083.7083%2C0%2C0%2C0-.269.8427l.2654-.571c-.4625.2085-.4317.38-.5984.7686a.86.86%2C0%2C0%2C0-.1326.21c-.14.448.1656.03-.0247.1294a.4945.4945%2C0%2C0%2C0-.2654.571l.0551.2157.1485-.4919a1.9455%2C1.9455%2C0%2C0%2C0-.4623.7006c-.2445.6159.8707.8806%2C1.1136.2688Z%22%20transform%3D%22translate(-359.9183%20-993.1701)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-position: center 76%;
  color: #008080;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}
.p-postHead:before {
  display: none;
}
@media (min-width: 768px) {
  .p-postHead {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .p-postHead {
    font-size: 45px;
  }
}
.p-postHead__inner {
  display: inline-block;
  padding-left: 23px;
  padding-right: 23px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-postHead__inner {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.p-postHead small, .p-postHead strong {
  display: block;
}
.p-postHead small {
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-postHead small {
    font-size: 22px;
  }
}
.p-postHead strong {
  font-weight: normal;
}

.p-postNav {
  padding-top: calc(50px + 4.8572vw);
  padding-bottom: 50px;
  background-color: #ddf0f3;
  position: relative;
}
@media (min-width: 768px) {
  .p-postNav {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .p-postNav {
    padding-top: calc(60px + 4.8572vw);
  }
}
.p-postNav:before {
  content: "";
  display: block;
  width: 100%;
  height: 4.8572vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22layer_1%22%20data-name%3D%22layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221400.0001%22%20height%3D%2268.0707%22%20viewBox%3D%220%200%201400.0001%2068.0707%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M-200.0853-230.335h1400v1.5022c-215.2324%2C42.8686-451.7578%2C66.5685-700%2C66.5685s-484.7676-23.7-700-66.5685Z%22%20transform%3D%22translate(200.0853%20230.335)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  top: -1px;
  left: 0;
}

.u-text-primary {
  color: #2bc3d5;
}

.u-text-secondary {
  color: #008080;
}

.u-text-success {
  color: #ea6962;
}

.u-text-info {
  color: #00f;
}

.u-text-warning {
  color: #ffd439;
}

.u-text-danger {
  color: #f00;
}

.u-text-white {
  color: #fff;
}

.u-text-black {
  color: #000;
}

.u-text-light {
  color: #e8e8e8;
}

.u-text-dark {
  color: #666;
}

.u-fs-base {
  font-size: 14px;
}
@media (min-width: 768px) {
  .u-fs-base {
    font-size: 16px;
  }
}

.u-fs-sm {
  font-size: 13px;
}
@media (min-width: 768px) {
  .u-fs-sm {
    font-size: 14px;
  }
}

.u-fs-lg {
  font-size: 18px;
}
@media (min-width: 768px) {
  .u-fs-lg {
    font-size: 20px;
  }
}

.u-fs-1 {
  font-size: 13px;
}

.u-fs-2 {
  font-size: 14px;
}

.u-fs-3 {
  font-size: 16px;
}

.u-fs-4 {
  font-size: 18px;
}

.u-fs-5 {
  font-size: 20px;
}

.u-fs-6 {
  font-size: 24px;
}

.u-fs-7 {
  font-size: 26px;
}

.u-fs-8 {
  font-size: 29px;
}

@media (min-width: 768px) {
  .u-fs-1 {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .u-fs-2 {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .u-fs-3 {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .u-fs-4 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .u-fs-5 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .u-fs-6 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .u-fs-7 {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .u-fs-8 {
    font-size: 29px;
  }
}

.u-ff-jp {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.u-ff-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-ff-web {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.u-lh-xl {
  line-height: 2;
}

.u-lh-lg {
  line-height: 1.8;
}

.u-lh-md {
  line-height: 1.5;
}

.u-lh-sm {
  line-height: 1.3;
}

.u-ls-lg {
  letter-spacing: 0.5em;
}

.u-ls-md {
  letter-spacing: normal;
}

.u-ls-sm {
  letter-spacing: -0.1em;
}

.u-fw-bold {
  font-weight: bold;
}

.u-fw-normal {
  font-weight: normal;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-center {
  text-align: center !important;
}

.u-ta-right {
  text-align: right !important;
}

@media (min-width: 576px) {
  .u-ta-sm-left {
    text-align: left !important;
  }
}

@media (min-width: 576px) {
  .u-ta-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 576px) {
  .u-ta-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .u-ta-md-left {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  .u-ta-md-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .u-ta-md-right {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  .u-ta-lg-left {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .u-ta-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .u-ta-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 1077px) {
  .u-ta-xl-left {
    text-align: left !important;
  }
}

@media (min-width: 1077px) {
  .u-ta-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1077px) {
  .u-ta-xl-right {
    text-align: right !important;
  }
}

.u-mt-0 {
  margin-top: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-pt-0 {
  padding-top: 0;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-mt-5 {
  margin-top: 5px;
}

.u-mb-5 {
  margin-bottom: 5px;
}

.u-pt-5 {
  padding-top: 5px;
}

.u-pb-5 {
  padding-bottom: 5px;
}

.u-mt-10 {
  margin-top: 8px;
}

.u-mb-10 {
  margin-bottom: 8px;
}

.u-pt-10 {
  padding-top: 8px;
}

.u-pb-10 {
  padding-bottom: 8px;
}

.u-mt-15 {
  margin-top: 12px;
}

.u-mb-15 {
  margin-bottom: 12px;
}

.u-pt-15 {
  padding-top: 12px;
}

.u-pb-15 {
  padding-bottom: 12px;
}

.u-mt-20 {
  margin-top: 15px;
}

.u-mb-20 {
  margin-bottom: 15px;
}

.u-pt-20 {
  padding-top: 15px;
}

.u-pb-20 {
  padding-bottom: 15px;
}

.u-mt-25 {
  margin-top: 18px;
}

.u-mb-25 {
  margin-bottom: 18px;
}

.u-pt-25 {
  padding-top: 18px;
}

.u-pb-25 {
  padding-bottom: 18px;
}

.u-mt-30 {
  margin-top: 20px;
}

.u-mb-30 {
  margin-bottom: 20px;
}

.u-pt-30 {
  padding-top: 20px;
}

.u-pb-30 {
  padding-bottom: 20px;
}

.u-mt-40 {
  margin-top: 30px;
}

.u-mb-40 {
  margin-bottom: 30px;
}

.u-pt-40 {
  padding-top: 30px;
}

.u-pb-40 {
  padding-bottom: 30px;
}

.u-mt-50 {
  margin-top: 40px;
}

.u-mb-50 {
  margin-bottom: 40px;
}

.u-pt-50 {
  padding-top: 40px;
}

.u-pb-50 {
  padding-bottom: 40px;
}

.u-mt-60 {
  margin-top: 50px;
}

.u-mb-60 {
  margin-bottom: 50px;
}

.u-pt-60 {
  padding-top: 50px;
}

.u-pb-60 {
  padding-bottom: 50px;
}

.u-mt-70 {
  margin-top: 55px;
}

.u-mb-70 {
  margin-bottom: 55px;
}

.u-pt-70 {
  padding-top: 55px;
}

.u-pb-70 {
  padding-bottom: 55px;
}

.u-mt-80 {
  margin-top: 60px;
}

.u-mb-80 {
  margin-bottom: 60px;
}

.u-pt-80 {
  padding-top: 60px;
}

.u-pb-80 {
  padding-bottom: 60px;
}

.u-mt-90 {
  margin-top: 65px;
}

.u-mb-90 {
  margin-bottom: 65px;
}

.u-pt-90 {
  padding-top: 65px;
}

.u-pb-90 {
  padding-bottom: 65px;
}

.u-mt-100 {
  margin-top: 70px;
}

.u-mb-100 {
  margin-bottom: 70px;
}

.u-pt-100 {
  padding-top: 70px;
}

.u-pb-100 {
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .u-mt-5 {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .u-mb-5 {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .u-pt-5 {
    padding-top: 5px;
  }
}

@media (min-width: 768px) {
  .u-pb-5 {
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .u-mt-10 {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .u-mb-10 {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .u-pt-10 {
    padding-top: 10px;
  }
}

@media (min-width: 768px) {
  .u-pb-10 {
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .u-mt-15 {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .u-mb-15 {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .u-pt-15 {
    padding-top: 15px;
  }
}

@media (min-width: 768px) {
  .u-pb-15 {
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .u-mt-20 {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .u-mb-20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .u-pt-20 {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .u-pb-20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .u-mt-25 {
    margin-top: 25px;
  }
}

@media (min-width: 768px) {
  .u-mb-25 {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .u-pt-25 {
    padding-top: 25px;
  }
}

@media (min-width: 768px) {
  .u-pb-25 {
    padding-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .u-mt-30 {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .u-mb-30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .u-pt-30 {
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .u-pb-30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .u-mt-40 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .u-mb-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .u-pt-40 {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .u-pb-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .u-mt-50 {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .u-mb-50 {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .u-pt-50 {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .u-pb-50 {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .u-mt-60 {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .u-mb-60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .u-pt-60 {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .u-pb-60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .u-mt-70 {
    margin-top: 70px;
  }
}

@media (min-width: 768px) {
  .u-mb-70 {
    margin-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .u-pt-70 {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .u-pb-70 {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .u-mt-80 {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .u-mb-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .u-pt-80 {
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  .u-pb-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .u-mt-90 {
    margin-top: 90px;
  }
}

@media (min-width: 768px) {
  .u-mb-90 {
    margin-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .u-pt-90 {
    padding-top: 90px;
  }
}

@media (min-width: 768px) {
  .u-pb-90 {
    padding-bottom: 90px;
  }
}

@media (min-width: 768px) {
  .u-mt-100 {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .u-mb-100 {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .u-pt-100 {
    padding-top: 100px;
  }
}

@media (min-width: 768px) {
  .u-pb-100 {
    padding-bottom: 100px;
  }
}

.u-ml-1 {
  margin-left: 0.5em;
}

.u-mr-1 {
  margin-right: 0.5em;
}

.u-pl-1 {
  padding-left: 0.5em;
}

.u-pr-1 {
  padding-right: 0.5em;
}

.u-ml-2 {
  margin-left: 1em;
}

.u-mr-2 {
  margin-right: 1em;
}

.u-pl-2 {
  padding-left: 1em;
}

.u-pr-2 {
  padding-right: 1em;
}

.u-ml-3 {
  margin-left: 1.5em;
}

.u-mr-3 {
  margin-right: 1.5em;
}

.u-pl-3 {
  padding-left: 1.5em;
}

.u-pr-3 {
  padding-right: 1.5em;
}

.u-ml-4 {
  margin-left: 2em;
}

.u-mr-4 {
  margin-right: 2em;
}

.u-pl-4 {
  padding-left: 2em;
}

.u-pr-4 {
  padding-right: 2em;
}

.u-ml-5 {
  margin-left: 3em;
}

.u-mr-5 {
  margin-right: 3em;
}

.u-pl-5 {
  padding-left: 3em;
}

.u-pr-5 {
  padding-right: 3em;
}

.u-block {
  display: block !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-inline {
  display: inline !important;
}

.u-none {
  display: none !important;
}

@media (max-width: 767.98px) {
  .u-only-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-only-sp {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .u-sm-block {
    display: block !important;
  }
}

@media (min-width: 576px) {
  .u-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 576px) {
  .u-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 576px) {
  .u-sm-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-md-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .u-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .u-md-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .u-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .u-lg-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .u-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .u-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) {
  .u-lg-none {
    display: none !important;
  }
}

@media (min-width: 1077px) {
  .u-xl-block {
    display: block !important;
  }
}

@media (min-width: 1077px) {
  .u-xl-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1077px) {
  .u-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1077px) {
  .u-xl-none {
    display: none !important;
  }
}

br.u-only-pc {
  display: none !important;
}
@media (min-width: 992px) {
  br.u-only-pc {
    display: inline !important;
  }
}

.u-bg-primary {
  background-color: #2bc3d5;
}

.u-bg-secondary {
  background-color: #008080;
}

.u-bg-success {
  background-color: #ea6962;
}

.u-bg-info {
  background-color: #00f;
}

.u-bg-warning {
  background-color: #ffd439;
}

.u-bg-danger {
  background-color: #f00;
}

.u-bg-white {
  background-color: #fff;
}

.u-bg-black {
  background-color: #000;
}

.u-bg-light {
  background-color: #e8e8e8;
}

.u-bg-dark {
  background-color: #666;
}

.u-bg-primary {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */