@charset "UTF-8";
/**
 *
 * style.scss
 *
 * 全てのscssファイルのインポートや
 * 全ての変数の指定を行います。
 *
 */
/**
 *
 * Foundation
 *
 * mixinやresetなど
 * あらかじめ記述しておかなければならないものを記述してあります。
 *
 */
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

a {
  text-decoration: none;
  cursor: pointer;
}

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

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

/**
 *
 * Layout
 *
 * Componentは将来的に大量なデザインパターンを
 * 別ディレクトリで管理していくようになります。
 * 現状は何もインポートしていません。
 * Project内のLayoutとは別のものになります。
 *
 */
/**
 *
 * Component
 *
 * Componentは将来的に大量なデザインパターンを
 * 別ディレクトリで管理していくようになります。
 * 現状はpc, sp, clearfixクラスのみインポートしています。
 * Project内のComponentとは別のものになります。
 * 
 * Componentを利用する際は各種変数の値を
 * 適切に指定する必要があります。
 *
 */
.c-fzxs {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .c-fzxs {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-fzsm {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .c-fzsm {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-fzmd {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .c-fzmd {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-fzlg {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .c-fzlg {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-fzxl {
  font-size: 32px;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .c-fzxl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.c-fwn {
  font-weight: normal;
}

.c-fwb {
  font-weight: bold;
}

.c-fw1 {
  font-weight: 100;
}

.c-fw2 {
  font-weight: 200;
}

.c-fw3 {
  font-weight: 300;
}

.c-fw4 {
  font-weight: 400;
}

.c-fw5 {
  font-weight: 500;
}

.c-fw6 {
  font-weight: 600;
}

.c-fw7 {
  font-weight: 700;
}

.c-fw8 {
  font-weight: 800;
}

.c-fw9 {
  font-weight: 900;
}

.c-tal {
  text-align: left;
}

.c-tac {
  text-align: center;
}

.c-tar {
  text-align: right;
}

.c-mbxs {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .c-mbxs {
    margin-bottom: 8px;
  }
}

.c-mbsm {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .c-mbsm {
    margin-bottom: 16px;
  }
}

.c-mbmd {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .c-mbmd {
    margin-bottom: 24px;
  }
}

.c-mblg {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .c-mblg {
    margin-bottom: 32px;
  }
}

.c-mbxl {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .c-mbxl {
    margin-bottom: 40px;
  }
}

.c-ttl00 {
  color: black;
  line-height: 1.6;
}

.c-ttl01 {
  color: black;
  padding-bottom: 8px;
  border-bottom: 1px solid black;
  line-height: 1.6;
}

.c-ttl02 {
  color: black;
  padding-bottom: 8px;
  border-bottom: 1px dashed black;
  line-height: 1.6;
}

.c-ttl03 {
  color: black;
  padding-bottom: 8px;
  border-bottom: 2px solid black;
  line-height: 1.6;
}

.c-ttl04 {
  color: black;
  padding-bottom: 8px;
  border-bottom: 2px dashed black;
  line-height: 1.6;
}

.c-ttl05 {
  color: black;
  padding-bottom: 8px;
  border-bottom: 4px solid black;
  line-height: 1.6;
}

.c-ttl06 {
  color: black;
  padding-bottom: 8px;
  border-bottom: 4px dashed black;
  line-height: 1.6;
}

.c-ttl07 {
  color: black;
  padding-bottom: 8px;
  border-bottom: 4px double black;
  line-height: 1.6;
}

.c-ttl08 {
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  line-height: 1.6;
}

.c-ttl09 {
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
  line-height: 1.6;
}

.c-ttl10 {
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 4px double black;
  border-bottom: 4px double black;
  line-height: 1.6;
}

.c-ttl11 {
  background: white;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 1.6;
}

.c-ttl12 {
  background: white;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid black;
  line-height: 1.6;
}

.c-ttl13 {
  background: white;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px dashed black;
  line-height: 1.6;
}

.c-ttl14 {
  background: white;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 4px double black;
  line-height: 1.6;
}

.c-ttl15 {
  background: white;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 2px;
  line-height: 1.6;
}

.c-ttl16 {
  background: white;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 2px;
  border: 1px solid black;
  line-height: 1.6;
}

.c-ttl17 {
  background: white;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 2px;
  border: 1px dashed black;
  line-height: 1.6;
}

.c-ttl18 {
  background: white;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 2px;
  border: 4px double black;
  line-height: 1.6;
}

.c-ttl19 {
  background: white;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 5px;
  line-height: 1.6;
}

.c-ttl20 {
  background: white;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 5px;
  border: 1px solid black;
  line-height: 1.6;
}

.c-ttl21 {
  background: white;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 5px;
  border: 1px dashed black;
  line-height: 1.6;
}

.c-ttl22 {
  background: white;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 5px;
  border: 4px double black;
  line-height: 1.6;
}

.c-ttl23 {
  background: white;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 100px;
  line-height: 1.6;
}

.c-ttl24 {
  background: white;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 100px;
  border: 1px solid black;
  line-height: 1.6;
}

.c-ttl25 {
  background: white;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 100px;
  border: 1px dashed black;
  line-height: 1.6;
}

.c-ttl26 {
  background: white;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 100px;
  border: 4px double black;
  line-height: 1.6;
}

.c-ttl27 {
  color: black;
  position: relative;
  padding-bottom: 16px;
  line-height: 1.6;
}

.c-ttl27::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 80px;
  height: 1px;
  background: black;
}

.c-ttl28 {
  color: black;
  position: relative;
  padding-bottom: 16px;
  line-height: 1.6;
}

.c-ttl28::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 80px;
  height: 2px;
  background: black;
}

.c-ttl29 {
  color: black;
  position: relative;
  padding-bottom: 16px;
  line-height: 1.6;
}

.c-ttl29::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 80px;
  height: 1px;
  background: black;
}

.c-ttl30 {
  color: black;
  position: relative;
  padding-bottom: 16px;
  line-height: 1.6;
}

.c-ttl30::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 80px;
  height: 2px;
  background: black;
}

.c-ttl31 {
  color: black;
  position: relative;
  padding-left: 24px;
  line-height: 1.6;
}

.c-ttl31::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: black;
}

.c-ttl32 {
  color: black;
  position: relative;
  padding-left: 16px;
  line-height: 1.6;
}

.c-ttl32::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: black;
}

.c-ttl33 {
  color: black;
  position: relative;
  padding-left: 40px;
  line-height: 1.6;
}

.c-ttl33::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 32px;
  height: 1px;
  background: black;
}

.c-ttl34 {
  color: black;
  position: relative;
  padding-left: 40px;
  line-height: 1.6;
}

.c-ttl34::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 32px;
  height: 2px;
  background: black;
}

.c-ttl35 {
  color: black;
  line-height: 1.6;
}

.c-ttl35 > span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid black;
}

.c-ttl36 {
  color: black;
  line-height: 1.6;
}

.c-ttl36 > span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid black;
}

.c-ttl37 {
  color: black;
  line-height: 1.6;
}

.c-ttl37 > span {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.c-ttl38 {
  color: black;
  line-height: 1.6;
}

.c-ttl38 > span {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.c-ttl39 {
  color: black;
  line-height: 1.6;
}

.c-ttl39 > span {
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.c-ttl40 {
  color: black;
  line-height: 1.6;
}

.c-ttl40 > span {
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.c-ttl41 {
  color: black;
  line-height: 1.6;
  text-align: center;
}

.c-ttl41 > span {
  display: inline-block;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

.c-ttl41 > span::before, .c-ttl41 > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 1px;
  background: black;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-ttl41 > span::before {
  left: 0;
}

.c-ttl41 > span::after {
  right: 0;
}

.c-ttl42 {
  color: black;
  line-height: 1.6;
  text-align: center;
}

.c-ttl42 > span {
  display: inline-block;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

.c-ttl42 > span::before, .c-ttl42 > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 2px;
  background: black;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-ttl42 > span::before {
  left: 0;
}

.c-ttl42 > span::after {
  right: 0;
}

.c-ttl43 {
  color: black;
  line-height: 1.6;
}

.c-ttl43 > span {
  display: inline-block;
  position: relative;
}

.c-ttl43 > span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  background: black;
}

.c-ttl44 {
  color: black;
  line-height: 1.6;
  position: relative;
}

.c-ttl44::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: black;
}

.c-ttl44 > span {
  display: inline-block;
  position: relative;
  padding-bottom: 16px;
}

.c-ttl44 > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: white;
}

.c-ttl45 {
  color: black;
  line-height: 1.6;
  position: relative;
}

.c-ttl45::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: black;
}

.c-ttl45 > span {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}

.c-ttl45 > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: white;
}

.c-ttl46 {
  color: black;
  line-height: 1.6;
  position: relative;
}

.c-ttl46::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: black;
}

.c-ttl46 > span {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}

.c-ttl46 > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: white;
}

.c-ttl47 {
  color: black;
  line-height: 1.6;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, white 8px, white 16px);
}

.c-ttl48 {
  color: black;
  line-height: 1.6;
  padding-bottom: 8px;
  position: relative;
}

.c-ttl48::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, black 4px, black 8px);
}

.c-ttl49 {
  color: black;
  line-height: 1.6;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, black 4px, black 8px);
  position: relative;
  padding: 4px;
}

.c-ttl49 > span {
  display: block;
  background: white;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.c-ttl50 {
  color: black;
  line-height: 1.6;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, white 1px, white 9px);
}

.c-ttl51 {
  color: black;
  line-height: 1.6;
  border-left: 1px solid black;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
}

.c-ttl52 {
  color: black;
  line-height: 1.6;
  border-left: 2px solid black;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
}

.c-ttl53 {
  color: black;
  line-height: 1.6;
  border-left: 4px solid black;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
}

.c-ttl54 {
  color: black;
  line-height: 1.6;
}

.c-ttl54 > small {
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 8px;
}

.c-ttl55 {
  color: black;
  line-height: 1.6;
}

.c-ttl55 > small {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
}

.c-ttl56 {
  color: black;
  line-height: 1.6;
}

.c-ttl56 > span {
  display: block;
}

.c-ttl56 > small {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

.c-ttl56 > small::before, .c-ttl56 > small::after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 1px;
  background: black;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-ttl56 > small::before {
  left: 0;
}

.c-ttl56 > small::after {
  right: 0;
}

.c-ttl57 {
  color: black;
  line-height: 1.6;
  position: relative;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border: 1px solid black;
  text-align: center;
}

.c-ttl57 > small {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  padding-right: 8px;
  padding-left: 8px;
}

.c-ttl58 {
  color: black;
  line-height: 1.6;
}

.c-ttl58 > small {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
}

.c-ttl59 {
  color: black;
  line-height: 1.6;
}

.c-ttl59 > span {
  display: block;
  padding-bottom: 8px;
}

.c-ttl59 > small {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  padding-top: 8px;
  position: relative;
}

.c-ttl59 > small::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
}

.c-ttl60 {
  color: black;
  line-height: 1.6;
}

.c-ttl60 > span {
  display: block;
  padding-bottom: 16px;
}

.c-ttl60 > small {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  padding-top: 16px;
  position: relative;
}

.c-ttl60 > small::before {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
}

.c-ttl61 {
  overflow: hidden;
  text-align: left;
}

.c-ttl61 > span {
  position: relative;
  display: inline-block;
  padding-right: 8px;
}

.c-ttl61 > span::before, .c-ttl61 > span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 100vw;
  height: 1px;
  background: black;
}

.c-ttl61 > span::before {
  right: 100%;
}

.c-ttl61 > span::after {
  left: 100%;
}

.c-ttl62 {
  overflow: hidden;
  text-align: center;
}

.c-ttl62 > span {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

.c-ttl62 > span::before, .c-ttl62 > span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 100vw;
  height: 1px;
  background: black;
}

.c-ttl62 > span::before {
  right: 100%;
}

.c-ttl62 > span::after {
  left: 100%;
}

.c-ttl63 {
  overflow: hidden;
  text-align: right;
}

.c-ttl63 > span {
  position: relative;
  display: inline-block;
  padding-left: 8px;
}

.c-ttl63 > span::before, .c-ttl63 > span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 100vw;
  height: 1px;
  background: black;
}

.c-ttl63 > span::before {
  right: 100%;
}

.c-ttl63 > span::after {
  left: 100%;
}

.c-btn01 {
  font-size: 14px;
  font-size: 0.875rem;
  color: black;
  line-height: 1.6;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid black;
}

.c-btn01:not(.is-off) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.c-btn01:not(.is-off):hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .c-btn01:not(.is-off):hover {
    opacity: 1;
  }
}

.c-btn02 {
  font-size: 14px;
  font-size: 0.875rem;
  color: black;
  line-height: 1.6;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px dashed black;
}

.c-btn02:not(.is-off) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.c-btn02:not(.is-off):hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .c-btn02:not(.is-off):hover {
    opacity: 1;
  }
}

.c-btn03 {
  font-size: 14px;
  font-size: 0.875rem;
  color: black;
  background: white;
  line-height: 1.6;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid black;
}

.c-btn03:not(.is-off) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.c-btn03:not(.is-off):hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .c-btn03:not(.is-off):hover {
    opacity: 1;
  }
}

.c-btn04 {
  font-size: 14px;
  font-size: 0.875rem;
  color: black;
  background: white;
  line-height: 1.6;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.c-btn04:not(.is-off) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.c-btn04:not(.is-off):hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .c-btn04:not(.is-off):hover {
    opacity: 1;
  }
}

.c-btn05 {
  font-size: 14px;
  font-size: 0.875rem;
  color: black;
  line-height: 1.6;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid black;
  border-radius: 2px;
}

.c-btn05:not(.is-off) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.c-btn05:not(.is-off):hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .c-btn05:not(.is-off):hover {
    opacity: 1;
  }
}

.c-btn06 {
  font-size: 14px;
  font-size: 0.875rem;
  color: black;
  line-height: 1.6;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px dashed black;
  border-radius: 2px;
}

.c-btn06:not(.is-off) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.c-btn06:not(.is-off):hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .c-btn06:not(.is-off):hover {
    opacity: 1;
  }
}

.c-btn07 {
  font-size: 14px;
  font-size: 0.875rem;
  color: black;
  background: white;
  line-height: 1.6;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid black;
  border-radius: 2px;
}

.c-btn07:not(.is-off) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.c-btn07:not(.is-off):hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .c-btn07:not(.is-off):hover {
    opacity: 1;
  }
}

.c-btn08 {
  font-size: 14px;
  font-size: 0.875rem;
  color: black;
  background: white;
  line-height: 1.6;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 2px;
}

.c-btn08:not(.is-off) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.c-btn08:not(.is-off):hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .c-btn08:not(.is-off):hover {
    opacity: 1;
  }
}

.c-btn09 {
  font-size: 14px;
  font-size: 0.875rem;
  color: black;
  line-height: 1.6;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid black;
  border-radius: 5px;
}

.c-btn09:not(.is-off) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.c-btn09:not(.is-off):hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .c-btn09:not(.is-off):hover {
    opacity: 1;
  }
}

.c-btn10 {
  font-size: 14px;
  font-size: 0.875rem;
  color: black;
  line-height: 1.6;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px dashed black;
  border-radius: 5px;
}

.c-btn10:not(.is-off) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.c-btn10:not(.is-off):hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .c-btn10:not(.is-off):hover {
    opacity: 1;
  }
}

.c-btn11 {
  font-size: 14px;
  font-size: 0.875rem;
  color: black;
  background: white;
  line-height: 1.6;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid black;
  border-radius: 5px;
}

.c-btn11:not(.is-off) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.c-btn11:not(.is-off):hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .c-btn11:not(.is-off):hover {
    opacity: 1;
  }
}

.c-btn12 {
  font-size: 14px;
  font-size: 0.875rem;
  color: black;
  background: white;
  line-height: 1.6;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 5px;
}

.c-btn12:not(.is-off) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.c-btn12:not(.is-off):hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .c-btn12:not(.is-off):hover {
    opacity: 1;
  }
}

.c-btn13 {
  font-size: 14px;
  font-size: 0.875rem;
  color: black;
  border: 1px solid black;
  line-height: 1.6;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.c-btn13:not(.is-off) {
  transition: all 0.3s ease;
}

.c-btn13:not(.is-off):hover {
  color: white;
  background: black;
}

.c-btn14 {
  font-size: 14px;
  font-size: 0.875rem;
  color: black;
  border: 1px solid black;
  line-height: 1.6;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  overflow: hidden;
}

.c-btn14 > span {
  position: relative;
  z-index: 1;
}

.c-btn14::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: black;
  transition: all 0.3s ease;
}

.c-btn14:not(.is-off) {
  transition: all 0.3s ease;
}

.c-btn14:not(.is-off):hover {
  color: white;
}

.c-btn14:not(.is-off):hover::before {
  left: 0;
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/**
 *
 * Project
 *
 * 実質的なWEBサイトの構築を行います。
 * layout.scssには全ページに存在するWEBサイトの
 * レイアウトに相当するものを記述してください。
 * bodyへの指定もここで行います。
 * component.scssには全ページに存在しうる
 * 汎用的なコンポーネントを記述してください。
 *
 */
::-moz-selection {
  background: #efb815;
  color: #fff;
}
::selection {
  background: #efb815;
  color: #fff;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  color: #3d3a39;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

.close {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: auto;
  bottom: auto;
  left: 100vw;
  z-index: 30;
  opacity: 0;
  transition: opacity .3s ease 0s, left 0s ease .3s;
}

.close__bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: #ffffff;
  opacity: .75;
  z-index: 1;
}

.close.is-active {
  left: 0;
  opacity: 1;
  transition: opacity .3s ease 0s, left 0s ease 0s;
}

.close__cnt {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  height: 359px;
  background: url(../img/bg_close.svg) 0 0 no-repeat;
  background-size: contain;
  text-align: center;
  z-index: 2;
}

@media (max-width: 768px) {
  .close__cnt {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
  }
}

@media (max-width: 374px) {
  .close__cnt {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
}

.close__cnt__in {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  top: calc(50% - 8px);
}

.close__close {
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
  top: -20px;
  right: -20px;
  bottom: auto;
  left: auto;
  border-radius: 72px;
  background: #efb815;
  cursor: pointer;
}

.close__close:before, .close__close:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3px;
  height: 32px;
  background: #ffffff;
  transition: .3s;
  content: "";
}

.close__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.close__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.close__close:hover:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.close__close:hover:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.close__ttl {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 0 32px;
}

@media (max-width: 768px) {
  .close__ttl {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.close__ld {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .close__ld {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.loader {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 20;
  background: #d1122b;
  opacity: 1;
  transition: opacity .3s ease 0s, left 0s ease .3s;
}

.loader.is-active {
  left: 100vw;
  opacity: 0;
}

.loader__cnt {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 360px;
}

@media (max-width: 768px) {
  .loader__cnt {
    width: 280px;
  }
}

.loader__cloud01 {
  position: absolute;
  display: block;
  width: 312px;
  height: 223px;
  top: 40px;
  right: auto;
  bottom: auto;
  left: -12px;
  z-index: 10;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 1200px) {
  .loader__cloud01 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (max-width: 768px) {
  .loader__cloud01 {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.loader__cloud01 > span {
  display: block;
}

.loader__cloud01 > span.is-01 {
  position: absolute;
  display: block;
  width: 206px;
  height: auto;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-animation: fuwafuwa 3s infinite ease;
          animation: fuwafuwa 3s infinite ease;
}

.loader__cloud01 > span.is-02 {
  position: absolute;
  display: block;
  width: 260px;
  height: auto;
  top: 73px;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-animation: fuwafuwa 3s infinite ease 1s;
          animation: fuwafuwa 3s infinite ease 1s;
}

.loader__cloud01 > span.is-03 {
  position: absolute;
  display: block;
  width: 206px;
  height: auto;
  top: 160px;
  right: 30px;
  bottom: auto;
  left: auto;
  -webkit-animation: fuwafuwa 4s infinite ease;
          animation: fuwafuwa 4s infinite ease;
}

.loader__cloud02 {
  position: absolute;
  display: block;
  width: 270px;
  height: 192px;
  top: auto;
  right: -20px;
  bottom: 40px;
  left: auto;
  z-index: 10;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 1200px) {
  .loader__cloud02 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (max-width: 768px) {
  .loader__cloud02 {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.loader__cloud02 > span {
  display: block;
}

.loader__cloud02 > span.is-01 {
  position: absolute;
  display: block;
  width: 218px;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-animation: fuwafuwa 3s infinite ease 1s;
          animation: fuwafuwa 3s infinite ease 1s;
}

.loader__cloud02 > span.is-02 {
  position: absolute;
  display: block;
  width: 173px;
  height: auto;
  top: 73px;
  right: 32px;
  bottom: auto;
  left: auto;
  -webkit-animation: fuwafuwa 4s infinite ease;
          animation: fuwafuwa 4s infinite ease;
}

.loader__cloud02 > span.is-03 {
  position: absolute;
  display: block;
  width: 218px;
  height: auto;
  top: 136px;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-animation: fuwafuwa 3s infinite ease;
          animation: fuwafuwa 3s infinite ease;
}

.loader__ttl {
  margin: 0 0 32px;
  text-align: center;
}

@media (max-width: 768px) {
  .loader__ttl {
    margin: 0 0 24px;
  }
}

.loader__ttl > img {
  width: 360px;
}

@media (max-width: 768px) {
  .loader__ttl > img {
    width: 280px;
  }
}

@media (max-width: 374px) {
  .loader__ttl > img {
    width: 240px;
  }
}

.loader__loader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.loader__loader > * {
  min-height: 0%;
}

@media (max-width: 768px) {
  .loader__loader {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

.loader__loader > span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 4px;
  background: #ffffff;
}

@media (max-width: 768px) {
  .loader__loader > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 3px;
    background: #ffffff;
  }
}

.loader__loader > span:nth-child(1) {
  -webkit-animation: 1.5s poyopoyo ease-in-out infinite .15s;
          animation: 1.5s poyopoyo ease-in-out infinite .15s;
}

.loader__loader > span:nth-child(2) {
  -webkit-animation: 1.5s poyopoyo ease-in-out infinite .30s;
          animation: 1.5s poyopoyo ease-in-out infinite .30s;
}

.loader__loader > span:nth-child(3) {
  -webkit-animation: 1.5s poyopoyo ease-in-out infinite .45s;
          animation: 1.5s poyopoyo ease-in-out infinite .45s;
}

.loader__loader > span:nth-child(4) {
  -webkit-animation: 1.5s poyopoyo ease-in-out infinite .60s;
          animation: 1.5s poyopoyo ease-in-out infinite .60s;
}

.loader__loader > span:nth-child(5) {
  -webkit-animation: 1.5s poyopoyo ease-in-out infinite .75s;
          animation: 1.5s poyopoyo ease-in-out infinite .75s;
}

.loader__loader > span:nth-child(6) {
  -webkit-animation: 1.5s poyopoyo ease-in-out infinite .90s;
          animation: 1.5s poyopoyo ease-in-out infinite .90s;
}

.hd {
  position: relative;
}

@media (max-width: 768px) {
  .hd {
    overflow: hidden;
  }
}

.hd__ld {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100px;
  bottom: auto;
  z-index: 1;
  width: 100%;
}

@media (max-width: 1440px) {
  .hd__ld {
    top: 50px;
  }
}

@media (max-width: 768px) {
  .hd__ld {
    top: 38px;
  }
}

.hd__ld > span {
  display: block;
  text-align: center;
}

.hd__ld > span.is-txt {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 16px;
}

@media (max-width: 1440px) {
  .hd__ld > span.is-txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 768px) {
  .hd__ld > span.is-txt {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 10px;
  }
}

.hd__ld > span.is-img > img {
  width: 435px;
}

@media (max-width: 1440px) {
  .hd__ld > span.is-img > img {
    width: 320px;
  }
}

@media (max-width: 768px) {
  .hd__ld > span.is-img > img {
    width: 217px;
  }
}

@media (max-width: 374px) {
  .hd__ld > span.is-img > img {
    width: 200px;
  }
}

.hd__cnt {
  min-height: 824px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 1440px) {
  .hd__cnt {
    min-height: 640px;
  }
}

@media (max-width: 768px) {
  .hd__cnt {
    min-height: 405px;
  }
}

@media (max-width: 374px) {
  .hd__cnt {
    min-height: 380px;
  }
}

.hd__bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

.hd__bg .is-curtain01 {
  position: absolute;
  display: block;
  width: 164px;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

@media (max-width: 1200px) {
  .hd__bg .is-curtain01 {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .hd__bg .is-curtain01 {
    width: 39px;
  }
}

.hd__bg .is-curtain02 {
  position: absolute;
  display: block;
  width: 164px;
  height: auto;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

@media (max-width: 1200px) {
  .hd__bg .is-curtain02 {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .hd__bg .is-curtain02 {
    width: 39px;
  }
}

.hd__bg .is-plum01 {
  position: absolute;
  display: block;
  width: 87px;
  height: 85px;
  top: 28px;
  right: auto;
  bottom: auto;
  left: 144px;
}

@media (max-width: 1200px) {
  .hd__bg .is-plum01 {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 28px;
    right: auto;
    bottom: auto;
    left: 60px;
  }
}

@media (max-width: 768px) {
  .hd__bg .is-plum01 {
    position: absolute;
    display: block;
    width: 39px;
    height: 38px;
    top: 175px;
    right: auto;
    bottom: auto;
    left: 19px;
  }
}

.hd__bg .is-plum02 {
  position: absolute;
  display: block;
  width: 80px;
  height: 78px;
  top: 422px;
  right: auto;
  bottom: auto;
  left: 256px;
}

@media (max-width: 1200px) {
  .hd__bg .is-plum02 {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 320px;
    right: auto;
    bottom: auto;
    left: 80px;
  }
}

@media (max-width: 768px) {
  .hd__bg .is-plum02 {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 257px;
    right: auto;
    bottom: auto;
    left: 10px;
  }
}

.hd__bg .is-cloud01 {
  position: absolute;
  display: block;
  width: 312px;
  height: 223px;
  top: 160px;
  right: auto;
  bottom: auto;
  left: -12px;
  z-index: 10;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

@media (max-width: 1200px) {
  .hd__bg .is-cloud01 {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media (max-width: 768px) {
  .hd__bg .is-cloud01 {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    top: 64px;
    left: -60px;
  }
}

.hd__bg .is-cloud01 > span {
  display: block;
}

.hd__bg .is-cloud01 > span.is-01 {
  position: absolute;
  display: block;
  width: 206px;
  height: auto;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-animation: fuwafuwa 3s infinite ease;
          animation: fuwafuwa 3s infinite ease;
}

.hd__bg .is-cloud01 > span.is-02 {
  position: absolute;
  display: block;
  width: 260px;
  height: auto;
  top: 73px;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-animation: fuwafuwa 3s infinite ease 1s;
          animation: fuwafuwa 3s infinite ease 1s;
}

.hd__bg .is-cloud01 > span.is-03 {
  position: absolute;
  display: block;
  width: 206px;
  height: auto;
  top: 160px;
  right: 30px;
  bottom: auto;
  left: auto;
  -webkit-animation: fuwafuwa 4s infinite ease;
          animation: fuwafuwa 4s infinite ease;
}

.hd__bg .is-cloud02 {
  position: absolute;
  display: block;
  width: 270px;
  height: 192px;
  top: 42px;
  right: 4px;
  bottom: auto;
  left: auto;
  z-index: 10;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@media (max-width: 1200px) {
  .hd__bg .is-cloud02 {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media (max-width: 768px) {
  .hd__bg .is-cloud02 {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    top: -6px;
    right: -38px;
  }
}

.hd__bg .is-cloud02 > span {
  display: block;
}

.hd__bg .is-cloud02 > span.is-01 {
  position: absolute;
  display: block;
  width: 218px;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-animation: fuwafuwa 3s infinite ease 1s;
          animation: fuwafuwa 3s infinite ease 1s;
}

.hd__bg .is-cloud02 > span.is-02 {
  position: absolute;
  display: block;
  width: 173px;
  height: auto;
  top: 73px;
  right: 32px;
  bottom: auto;
  left: auto;
  -webkit-animation: fuwafuwa 4s infinite ease;
          animation: fuwafuwa 4s infinite ease;
}

.hd__bg .is-cloud02 > span.is-03 {
  position: absolute;
  display: block;
  width: 218px;
  height: auto;
  top: 136px;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-animation: fuwafuwa 3s infinite ease;
          animation: fuwafuwa 3s infinite ease;
}

.hd__ttlbox {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: -42px;
  width: 550px;
  height: 550px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

@media (max-width: 1440px) {
  .hd__ttlbox {
    -webkit-transform: translateX(-50%) scale(0.85);
            transform: translateX(-50%) scale(0.85);
  }
}

@media (max-width: 768px) {
  .hd__ttlbox {
    width: 275px;
    height: 275px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -34px;
  }
}

@media (max-width: 374px) {
  .hd__ttlbox {
    width: 250px;
    height: 250px;
  }
}

.hd__ttlbox:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 616px;
  height: 616px;
  background: #ffffff;
  border-radius: 616px;
  z-index: 1;
}

@media (max-width: 768px) {
  .hd__ttlbox:after {
    width: 308px;
    height: 308px;
    border-radius: 308px;
  }
}

@media (max-width: 374px) {
  .hd__ttlbox:after {
    width: 280px;
    height: 280px;
    border-radius: 280px;
  }
}

.hd__ttlbox__in {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  top: 40px;
  transition: .6s;
  z-index: 2;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.hd__ttlbox__in:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #e50012;
  border-radius: 550px;
  z-index: 2;
}

@media (max-width: 768px) {
  .hd__ttlbox__in:before {
    border-radius: 275px;
  }
}

.hd__ttlbox__in.is-active {
  opacity: 1;
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hd__ttlbox__in__in {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100px;
  bottom: auto;
  width: 100%;
  z-index: 3;
  color: #ffffff;
}

@media (max-width: 768px) {
  .hd__ttlbox__in__in {
    top: 50px;
  }
}

.hd__balloon {
  position: absolute;
  display: block;
  width: 364px;
  height: auto;
  top: -30px;
  right: -214px;
  bottom: auto;
  left: auto;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: .6s;
}

.hd__balloon.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 1200px) {
  .hd__balloon {
    position: absolute;
    display: block;
    width: 260px;
    height: auto;
    top: -40px;
    right: -60px;
    bottom: auto;
    left: auto;
  }
}

@media (max-width: 768px) {
  .hd__balloon {
    position: absolute;
    display: block;
    width: 140px;
    height: auto;
    top: -48px;
    right: -12px;
    bottom: auto;
    left: auto;
  }
}

@media (max-width: 374px) {
  .hd__balloon {
    position: absolute;
    display: block;
    width: 140px;
    height: auto;
    top: -48px;
    right: 8px;
    bottom: auto;
    left: auto;
  }
}

.hd__flash {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1865px;
  height: 1865px;
  z-index: 1;
}

.hd__flash__in {
  width: 100%;
  height: 100%;
  -webkit-animation: spin 120s infinite linear;
          animation: spin 120s infinite linear;
}

.hd__ttl {
  margin: 0 0 24px;
}

@media (max-width: 768px) {
  .hd__ttl {
    margin: 0 0 12px;
  }
}

@media (max-width: 374px) {
  .hd__ttl {
    margin: 0 0 8px;
  }
}

.hd__ttl > span {
  display: block;
  text-align: center;
}

.hd__ttl > span.is-jp {
  margin: 0 0 24px;
}

@media (max-width: 768px) {
  .hd__ttl > span.is-jp {
    margin: 0 0 12px;
  }
}

@media (max-width: 374px) {
  .hd__ttl > span.is-jp {
    margin: 0 0 8px;
  }
}

.hd__ttl > span.is-jp > img {
  width: 257px;
}

@media (max-width: 768px) {
  .hd__ttl > span.is-jp > img {
    width: 129px;
  }
}

@media (max-width: 374px) {
  .hd__ttl > span.is-jp > img {
    width: 114px;
  }
}

.hd__ttl > span.is-en > img {
  width: 390px;
}

@media (max-width: 768px) {
  .hd__ttl > span.is-en > img {
    width: 195px;
  }
}

@media (max-width: 374px) {
  .hd__ttl > span.is-en > img {
    width: 180px;
  }
}

.hd__anote {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: century-gothic, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .hd__anote {
    font-size: 10px;
    font-size: 0.625rem;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    line-height: 1.4;
  }
}

.hd__btnbox {
  background: #f9be00;
  padding: 36px 0 80px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .hd__btnbox {
    padding: 40px 0;
  }
}

.hd__btnbox:before, .hd__btnbox:after {
  content: "";
}

.hd__btnbox:before {
  position: absolute;
  display: block;
  width: 54.8vw;
  height: 12.2vw;
  top: -12.2vw;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../img/bg_mountain01.svg) 0% 100% no-repeat;
  background-size: contain;
}

.hd__btnbox:after {
  position: absolute;
  display: block;
  width: 100vw;
  height: 8.7vw;
  top: -8.65vw;
  right: 0;
  bottom: auto;
  left: auto;
  background: url(../img/bg_mountain02.svg) 100% 100% no-repeat;
  background-size: contain;
}

.hd__btnbox > .is-bg {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: 95%;
  width: 85.5vw;
  height: auto;
  z-index: 1;
}

@media (max-width: 768px) {
  .hd__btnbox > .is-bg {
    left: calc(50% + 20px);
    bottom: 85%;
    width: 385px;
  }
}

.hd__btnbox > .is-people {
  position: absolute;
  display: block;
  width: 24.5vw;
  height: auto;
  top: auto;
  right: 10vw;
  bottom: 95%;
  left: auto;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  transition: 1s;
}

.hd__btnbox > .is-people.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 768px) {
  .hd__btnbox > .is-people {
    position: absolute;
    display: block;
    width: 25vw;
    height: auto;
    top: auto;
    right: 14vw;
    bottom: 85%;
    left: auto;
  }
}

.hd__btn01 {
  text-align: center;
  margin: 0 0 64px;
}

@media (max-width: 768px) {
  .hd__btn01 {
    margin: 0 0 40px;
  }
}

.hd__btn02 {
  text-align: center;
}

.hd__period {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: century-gothic, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}

.hd__period > * {
  min-height: 0%;
}

@media (max-width: 768px) {
  .hd__period {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 768px) {
  .hd__period {
    letter-spacing: 0.05em;
    margin: 0 0 12px;
  }
}

.hd__period__start {
  margin: 0 40px 0 0;
  position: relative;
}

@media (max-width: 768px) {
  .hd__period__start {
    margin: 0 20px 0 0;
  }
}

.hd__period__start:before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}

@media (max-width: 768px) {
  .hd__period__start:before {
    border-width: 3px 0 3px 5px;
    right: -12px;
  }
}

.hd__period__date > span.is-date {
  font-size: 32px;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .hd__period__date > span.is-date {
    font-size: 16px;
    font-size: 1rem;
  }
}

.hd__period__date > span.is-day {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 -12px;
}

@media (max-width: 768px) {
  .hd__period__date > span.is-day {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 0 -8px;
  }
}

.hd__period__time {
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 768px) {
  .hd__period__time {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.mn {
  position: relative;
  overflow: hidden;
}

.mn__bg {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 56px;
  bottom: auto;
  width: 1956px;
  z-index: 10;
  pointer-events: none;
}

@media (max-width: 768px) {
  .mn__bg {
    width: 130vw;
    top: 230vw;
  }
}

.mn__bg > span.is-pc {
  display: block !important;
}

@media (max-width: 768px) {
  .mn__bg > span.is-pc {
    display: none !important;
  }
}

.mn__bg > span.is-sp {
  display: none !important;
}

@media (max-width: 768px) {
  .mn__bg > span.is-sp {
    display: block !important;
  }
}

.ft__in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background: #efb815;
  padding: 32px 40px;
  color: #ffffff;
}

.ft__in > * {
  min-height: 0%;
}

@media (max-width: 768px) {
  .ft__in {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 768px) {
  .ft__in {
    padding: 0;
    text-align: center;
  }
}

.ft__ttl {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

@media (max-width: 768px) {
  .ft__ttl {
    font-size: 12px;
    font-size: 0.75rem;
    width: 100%;
    padding: 24px;
    background: rgba(255, 255, 255, 0.2);
  }
}

.ft__copy {
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .ft__copy {
    font-size: 10px;
    font-size: 0.625rem;
    width: 100%;
    line-height: 78px;
    height: 78px;
  }
}

/**
 *
 * ttl, btn, card, sec
 * 
 * などなど全ページに存在"しうる"
 * 汎用的なコンポーネントを記述してください。
 * またコンポーネントに相当するクラスは
 * 先頭にc-のプリフィクスをつけてください。
 *
 */
.p-ttl01 {
  margin: 0 0 72px;
}

@media (max-width: 768px) {
  .p-ttl01 {
    margin: 0 0 40px;
  }
}

.p-ttl01 > span {
  text-align: center;
  display: block;
}

.p-ttl01 > span.is-jp {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 16px;
  letter-spacing: 0.07em;
}

@media (max-width: 768px) {
  .p-ttl01 > span.is-jp {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 10px;
  }
}

.p-ttl01 > span.is-en {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-family: century-gothic, sans-serif;
}

@media (max-width: 768px) {
  .p-ttl01 > span.is-en {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-ttl02 {
  margin: 0 0 80px;
}

@media (max-width: 768px) {
  .p-ttl02 {
    margin: 0 0 40px;
  }
}

.p-ttl02 > span {
  text-align: center;
  display: block;
  font-weight: bold;
}

.p-ttl02 > span.is-en {
  font-size: 70px;
  font-size: 4.375rem;
  margin: 0 0 30px;
  font-family: century-gothic, sans-serif;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .p-ttl02 > span.is-en {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 10px;
  }
}

.p-ttl02 > span.is-jp {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .p-ttl02 > span.is-jp {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.is-passive {
  position: relative;
}

.is-passive:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  z-index: 2;
}

.is-passive .p-btn01 {
  position: relative;
  z-index: 1;
}

.is-passive .p-btn01:before, .is-passive .p-btn01:after {
  content: "";
}

.is-passive .p-btn01:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: rgba(70, 70, 70, 0.95);
  z-index: 2;
}

.is-passive .p-btn01:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  content: "本キャンペーンは終了いたしました。";
  color: #ffffff;
  z-index: 3;
}

@media (max-width: 768px) {
  .is-passive .p-btn01:after {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 374px) {
  .is-passive .p-btn01:after {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.is-passive .p-btn01__in {
  z-index: 1;
}

.is-passive .p-btn01__in:after {
  display: none;
}

.p-btn01 {
  width: 654px;
  height: 160px;
  display: inline-block;
  color: #ffffff;
}

@media (max-width: 768px) {
  .p-btn01 {
    width: 315px;
    height: 84px;
  }
}

@media (max-width: 374px) {
  .p-btn01 {
    width: 272px;
    height: 72px;
  }
}

.p-btn01__in {
  width: 100%;
  height: 100%;
  position: relative;
  transition: .3s;
}

.p-btn01__in:hover {
  -webkit-transform: translate(12px, 12px);
          transform: translate(12px, 12px);
}

@media (max-width: 768px) {
  .p-btn01__in:hover {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.p-btn01__in:hover:after {
  top: 0px;
  left: 0px;
}

@media (max-width: 768px) {
  .p-btn01__in:hover:after {
    top: 4px;
    left: 4px;
  }
}

.p-btn01__in:before, .p-btn01__in:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border-radius: 12px;
}

.p-btn01__in:before {
  background: #d1122b;
  z-index: 2;
}

.p-btn01__in:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 12px;
  right: auto;
  bottom: auto;
  left: 12px;
  background: #911e22;
  z-index: 1;
  transition: .3s;
}

@media (max-width: 768px) {
  .p-btn01__in:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 4px;
    right: auto;
    bottom: auto;
    left: 4px;
  }
}

.p-btn01__in > div {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 88px;
  right: auto;
  text-align: right;
  z-index: 3;
}

@media (max-width: 768px) {
  .p-btn01__in > div {
    left: 33px;
  }
}

@media (max-width: 374px) {
  .p-btn01__in > div {
    left: 20px;
  }
}

.p-btn01__in > div:before, .p-btn01__in > div:after {
  content: "";
}

.p-btn01__in > div:before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: -100px;
  width: 83px;
  height: 54px;
  background: url(../img/ico_bicycle01.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .p-btn01__in > div:before {
    width: 53px;
    height: 34px;
    right: -62px;
  }
}

.p-btn01__in > div:after {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: -148px;
  width: 29px;
  height: 10px;
  background: url(../img/ico_arrow_white.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .p-btn01__in > div:after {
    width: 18px;
    height: 6px;
    right: -92px;
  }
}

.p-btn01__in > div > span {
  display: block;
}

.p-btn01__in > div > span.is-jp {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  margin: 0 0 12px;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .p-btn01__in > div > span.is-jp {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 374px) {
  .p-btn01__in > div > span.is-jp {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 8px;
  }
}

.p-btn01__in > div > span.is-en {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: century-gothic, sans-serif;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .p-btn01__in > div > span.is-en {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.p-btn02 {
  font-size: 25px;
  font-size: 1.5625rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 0 24px 46px;
  color: #3d3a39;
  border-bottom: 2px solid #3d3a39;
}

.p-btn02:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .p-btn02:hover {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .p-btn02 {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 0 16px 26px;
  }
}

@media (max-width: 374px) {
  .p-btn02 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 0 12px 24px;
  }
}

.p-btn02:before {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  background: url(../img/ico_search.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .p-btn02:before {
    width: 14px;
    height: 14px;
  }
}

.p-pc {
  display: block;
}

@media (max-width: 768px) {
  .p-pc {
    display: none;
  }
}

.p-sp {
  display: none;
}

@media (max-width: 768px) {
  .p-sp {
    display: block;
  }
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes poyopoyo {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes poyopoyo {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.movie {
  background: #eeeeef;
  padding: 100px 0 84px;
}

@media (max-width: 768px) {
  .movie {
    padding: 62px 0 48px;
  }
}

.movie.is-active .movie__cnt {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.movie__in {
  max-width: 865px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 24px;
  padding-left: 24px;
}

.movie__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
  margin: 0 0 24px;
}

@media (max-width: 768px) {
  .movie__ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.movie__cnt {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  transition: .6s;
}

.movie__mv {
  position: relative;
  padding: 56.25% 0 0;
}

.movie__mv > iframe {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.benefit {
  background: #d1122b;
  padding: 120px 0;
}

@media (max-width: 768px) {
  .benefit {
    padding: 55px 0 32px;
  }
}

.benefit.is-active .benefit__cnt {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.benefit__in {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 24px;
  padding-left: 24px;
}

.benefit__cnt {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  transition: .6s;
}

.benefit__ttl {
  color: #ffffff;
  margin: 0 0 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.benefit__ttl > * {
  min-height: 0%;
}

@media (max-width: 768px) {
  .benefit__ttl {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 768px) {
  .benefit__ttl {
    margin: 0 0 10px;
  }
}

.benefit__ttl > span.is-img {
  margin: 0 10px 0 0;
}

.benefit__ttl > span.is-img > img {
  width: 47px;
}

@media (max-width: 768px) {
  .benefit__ttl > span.is-img > img {
    width: 25px;
  }
}

.benefit__ttl > span.is-txt {
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .benefit__ttl > span.is-txt {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 374px) {
  .benefit__ttl > span.is-txt {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}

.benefit__ld {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 68px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 768px) {
  .benefit__ld {
    font-size: 11px;
    font-size: 0.6875rem;
    margin: 0 0 35px;
  }
}

.benefit__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 0 40px;
}

.benefit__li > * {
  min-height: 0%;
}

@media (max-width: 768px) {
  .benefit__li {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .benefit__li {
    margin: 0 0 24px;
  }
}

.benefit__li > li {
  position: relative;
}

@media (max-width: 768px) {
  .benefit__li > li {
    margin: 0 0 24px;
  }
}

@media (max-width: 768px) {
  .benefit__li > li:last-child {
    margin: 0;
  }
}

.benefit__li > li.is-01 {
  width: 100%;
  margin: 0 0 55px;
  padding: 0 42px;
}

@media (max-width: 1080px) {
  .benefit__li > li.is-01 {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .benefit__li > li.is-01 {
    margin: 0 0 24px;
    padding: 0;
  }
}

.benefit__li > li.is-01:before {
  position: absolute;
  display: block;
  width: 156px;
  height: 93px;
  top: auto;
  right: auto;
  bottom: -12px;
  left: 0;
  content: "";
  background: url(../img/img_structure03.svg) 50% 50% no-repeat;
  background-size: contain;
  z-index: 1;
}

@media (max-width: 1080px) {
  .benefit__li > li.is-01:before {
    display: none;
  }
}

.benefit__li > li.is-01 > div {
  height: 349px;
  background: url(../img/bd_benefit01.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media (max-width: 1080px) {
  .benefit__li > li.is-01 > div {
    padding: 40px 0 0;
    width: 500px;
    height: 449px;
    background: url(../img/bd_benefit01_sp.svg) 50% 50% no-repeat;
    background-size: contain;
  }
}

@media (max-width: 768px) {
  .benefit__li > li.is-01 > div {
    padding: 24px 0 0;
    width: 320px;
    height: 287px;
  }
}

@media (max-width: 374px) {
  .benefit__li > li.is-01 > div {
    padding: 16px 0 0;
    width: 272px;
    height: 244px;
  }
}

.benefit__li > li.is-01 > div:after {
  content: "";
  position: absolute;
  display: block;
  width: 75px;
  height: 113px;
  top: -15px;
  right: auto;
  bottom: auto;
  left: 62px;
  background: url(../img/img_ribbon01.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media (max-width: 1080px) {
  .benefit__li > li.is-01 > div:after {
    left: 42px;
  }
}

@media (max-width: 768px) {
  .benefit__li > li.is-01 > div:after {
    position: absolute;
    display: block;
    width: 66px;
    height: 85px;
    top: -12px;
    right: auto;
    bottom: auto;
    left: 19px;
  }
}

@media (max-width: 374px) {
  .benefit__li > li.is-01 > div:after {
    width: 48px;
    top: -17px;
  }
}

@media (max-width: 374px) {
  .benefit__li > li.is-01 > div:after {
    width: 40px;
    top: -21px;
    left: 14px;
  }
}

.benefit__li > li.is-02 {
  width: calc(50% - 10px);
}

@media (max-width: 1080px) {
  .benefit__li > li.is-02 {
    width: 100%;
    margin: 0 0 55px;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .benefit__li > li.is-02 {
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
  }
}

.benefit__li > li.is-02 > div {
  height: 359px;
  background: url(../img/bd_benefit02.svg) 50% 50% no-repeat;
  background-size: contain;
  padding: 52px 42px 0;
}

@media (max-width: 1080px) {
  .benefit__li > li.is-02 > div {
    padding: 40px 0 0;
    width: 500px;
    height: 310px;
    background: url(../img/bd_benefit02_sp.svg) 50% 50% no-repeat;
    background-size: contain;
  }
}

@media (max-width: 768px) {
  .benefit__li > li.is-02 > div {
    padding: 28px 0 0;
    width: 320px;
    height: 198px;
  }
}

@media (max-width: 374px) {
  .benefit__li > li.is-02 > div {
    padding: 16px 0 0;
    width: 272px;
    height: 169px;
  }
}

.benefit__li > li.is-02 > div:after {
  content: "";
  position: absolute;
  display: block;
  width: 75px;
  height: 113px;
  top: -15px;
  right: auto;
  bottom: auto;
  left: 42px;
  background: url(../img/img_ribbon02.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media (max-width: 1080px) {
  .benefit__li > li.is-02 > div:after {
    left: 42px;
  }
}

@media (max-width: 768px) {
  .benefit__li > li.is-02 > div:after {
    position: absolute;
    display: block;
    width: 66px;
    height: 85px;
    top: -12px;
    right: auto;
    bottom: auto;
    left: 19px;
  }
}

@media (max-width: 374px) {
  .benefit__li > li.is-02 > div:after {
    width: 48px;
    top: -17px;
  }
}

@media (max-width: 374px) {
  .benefit__li > li.is-02 > div:after {
    width: 40px;
    top: -21px;
    left: 14px;
  }
}

.benefit__li > li.is-03 {
  width: calc(50% - 10px);
}

@media (max-width: 1080px) {
  .benefit__li > li.is-03 {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .benefit__li > li.is-03 {
    width: 100%;
    padding: 0;
  }
}

.benefit__li > li.is-03:before {
  position: absolute;
  display: block;
  width: 175px;
  height: 195px;
  top: auto;
  right: -51px;
  bottom: -56px;
  left: auto;
  content: "";
  background: url(../img/img_structure05.svg) 50% 50% no-repeat;
  background-size: contain;
  z-index: 1;
}

@media (max-width: 1080px) {
  .benefit__li > li.is-03:before {
    display: none;
  }
}

.benefit__li > li.is-03 > div {
  height: 359px;
  background: url(../img/bd_benefit02.svg) 50% 50% no-repeat;
  background-size: contain;
  padding: 52px 42px 0;
}

@media (max-width: 1080px) {
  .benefit__li > li.is-03 > div {
    padding: 40px 0 0;
    width: 500px;
    height: 310px;
    background: url(../img/bd_benefit02_sp.svg) 50% 50% no-repeat;
    background-size: contain;
  }
}

@media (max-width: 768px) {
  .benefit__li > li.is-03 > div {
    padding: 28px 0 0;
    width: 320px;
    height: 198px;
  }
}

@media (max-width: 374px) {
  .benefit__li > li.is-03 > div {
    padding: 16px 0 0;
    width: 272px;
    height: 169px;
  }
}

.benefit__li > li.is-03 > div:after {
  content: "";
  position: absolute;
  display: block;
  width: 75px;
  height: 113px;
  top: -15px;
  right: auto;
  bottom: auto;
  left: 42px;
  background: url(../img/img_ribbon03.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media (max-width: 1080px) {
  .benefit__li > li.is-03 > div:after {
    left: 42px;
  }
}

@media (max-width: 768px) {
  .benefit__li > li.is-03 > div:after {
    position: absolute;
    display: block;
    width: 66px;
    height: 85px;
    top: -12px;
    right: auto;
    bottom: auto;
    left: 19px;
  }
}

@media (max-width: 374px) {
  .benefit__li > li.is-03 > div:after {
    width: 48px;
    top: -17px;
  }
}

@media (max-width: 374px) {
  .benefit__li > li.is-03 > div:after {
    width: 40px;
    top: -21px;
    left: 14px;
  }
}

.benefit__li > li > div {
  position: relative;
  margin: 0 auto;
}

.benefit__li__capacity {
  border-radius: 108px;
  background: #efb815;
  z-index: 1;
}

.benefit__li__capacity.is-01 {
  position: absolute;
  display: block;
  width: 108px;
  height: 108px;
  top: -32px;
  right: -76px;
  bottom: auto;
  left: auto;
  z-index: 3;
}

@media (max-width: 768px) {
  .benefit__li__capacity.is-01 {
    position: absolute;
    display: block;
    width: 72px;
    height: 72px;
    top: -44px;
    right: -50px;
    bottom: auto;
    left: auto;
  }
}

@media (max-width: 374px) {
  .benefit__li__capacity.is-01 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}

.benefit__li__capacity.is-02 {
  position: absolute;
  display: block;
  width: 108px;
  height: 108px;
  top: -92px;
  right: -8px;
  bottom: auto;
  left: auto;
}

@media (max-width: 768px) {
  .benefit__li__capacity.is-02 {
    position: absolute;
    display: block;
    width: 72px;
    height: 72px;
    top: -61px;
    right: -16px;
    bottom: auto;
    left: auto;
  }
}

@media (max-width: 374px) {
  .benefit__li__capacity.is-02 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}

.benefit__li__capacity.is-03 {
  position: absolute;
  display: block;
  width: 108px;
  height: 108px;
  top: -92px;
  right: -8px;
  bottom: auto;
  left: auto;
}

@media (max-width: 768px) {
  .benefit__li__capacity.is-03 {
    position: absolute;
    display: block;
    width: 72px;
    height: 72px;
    top: -58px;
    right: -12px;
    bottom: auto;
    left: auto;
  }
}

@media (max-width: 374px) {
  .benefit__li__capacity.is-03 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}

.benefit__li__capacity__in {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.benefit__li__capacity__ld {
  text-align: center;
  color: #ffffff;
}

.benefit__li__capacity__ld.is-txt {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 4px;
}

@media (max-width: 768px) {
  .benefit__li__capacity__ld.is-txt {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media (max-width: 374px) {
  .benefit__li__capacity__ld.is-txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.benefit__li__capacity__ld.is-num {
  white-space: nowrap;
}

.benefit__li__capacity__ld > span.is-num {
  font-size: 45px;
  font-size: 2.8125rem;
  font-family: "Times New Roman", serif;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  .benefit__li__capacity__ld > span.is-num {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}

.benefit__li__capacity__ld > span.is-num.is-03 {
  font-size: 34px;
  font-size: 2.125rem;
}

@media (max-width: 768px) {
  .benefit__li__capacity__ld > span.is-num.is-03 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.benefit__li__capacity__ld > span.is-txt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 0 -3px;
}

@media (max-width: 768px) {
  .benefit__li__capacity__ld > span.is-txt {
    font-size: 14px;
    font-size: 0.875rem;
    vertical-align: 1px;
  }
}

.benefit__li__cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.benefit__li__cnt > * {
  min-height: 0%;
}

@media (max-width: 768px) {
  .benefit__li__cnt {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 1080px) {
  .benefit__li__cnt {
    display: block;
  }
}

.benefit__li__cnt.is-01 {
  height: 100%;
}

.benefit__li__txt.is-01 {
  padding: 0 50px 0 0;
}

@media (max-width: 1080px) {
  .benefit__li__txt.is-01 {
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
  }
}

@media (max-width: 374px) {
  .benefit__li__txt.is-01 {
    margin: 0 0 12px;
  }
}

.benefit__li__txt.is-02, .benefit__li__txt.is-03 {
  width: 100%;
  margin: 0 0 24px;
}

@media (max-width: 1080px) {
  .benefit__li__txt.is-02, .benefit__li__txt.is-03 {
    padding: 0 48px 0 0;
  }
}

@media (max-width: 768px) {
  .benefit__li__txt.is-02, .benefit__li__txt.is-03 {
    margin: 0 0 16px;
    padding: 0;
  }
}

@media (max-width: 374px) {
  .benefit__li__txt.is-02, .benefit__li__txt.is-03 {
    padding: 0 32px 0 0;
  }
}

.benefit__li__ttl {
  text-align: center;
}

.benefit__li__ttl__in {
  display: inline-block;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .benefit__li__ttl__in {
    padding: 6px 0;
  }
}

.benefit__li__ttl__in > span {
  font-weight: bold;
}

.benefit__li__ttl__in > span.is-num {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: century-gothic, sans-serif;
  vertical-align: -2px;
}

@media (max-width: 768px) {
  .benefit__li__ttl__in > span.is-num {
    font-size: 16px;
    font-size: 1rem;
    vertical-align: -1px;
  }
}

.benefit__li__ttl__in > span.is-txt {
  font-size: 22px;
  font-size: 1.375rem;
}

@media (max-width: 768px) {
  .benefit__li__ttl__in > span.is-txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.benefit__li__ld {
  font-size: 29px;
  font-size: 1.8125rem;
  text-align: center;
  font-family: century-gothic, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin: 16px 0 0;
}

@media (max-width: 1080px) {
  .benefit__li__ld {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 12px;
  }
}

@media (max-width: 768px) {
  .benefit__li__ld {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.3;
    margin: 10px 0 0;
  }
}

@media (max-width: 374px) {
  .benefit__li__ld {
    font-size: 16px;
    font-size: 1rem;
  }
}

.benefit__li__ld > span {
  font-size: 53px;
  font-size: 3.3125rem;
}

@media (max-width: 1080px) {
  .benefit__li__ld > span {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .benefit__li__ld > span {
    font-size: 31px;
    font-size: 1.9375rem;
    vertical-align: -2px;
  }
}

@media (max-width: 374px) {
  .benefit__li__ld > span {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.benefit__li__img {
  position: relative;
}

.benefit__li__img.is-01 > img {
  height: 200px;
}

@media (max-width: 1080px) {
  .benefit__li__img.is-01 > img {
    height: auto;
  }
}

@media (max-width: 1080px) {
  .benefit__li__img.is-01 {
    width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .benefit__li__img.is-01 {
    width: 186px;
  }
}

@media (max-width: 374px) {
  .benefit__li__img.is-01 {
    width: 160px;
  }
}

@media (max-width: 1080px) {
  .benefit__li__img.is-02, .benefit__li__img.is-03 {
    width: 360px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .benefit__li__img.is-02, .benefit__li__img.is-03 {
    width: 242px;
  }
}

@media (max-width: 374px) {
  .benefit__li__img.is-02, .benefit__li__img.is-03 {
    width: 210px;
  }
}

.benefit__li__img > img {
  position: relative;
  z-index: 2;
}

.benefit__annotation {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1.85;
}

@media (max-width: 768px) {
  .benefit__annotation {
    font-size: 10px;
    font-size: 0.625rem;
    max-width: 320px;
    margin: 0 auto;
  }
}

.benefit__annotation__li > li {
  position: relative;
}

.benefit__annotation__li > li:before {
  content: "・";
}

.period {
  padding: 180px 0 240px;
  background: #eff0f0;
  position: relative;
}

@media (max-width: 768px) {
  .period {
    padding: 184px 0 120px;
  }
}

.period.is-active .period__cnt {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.period__bg {
  position: absolute;
  display: block;
  width: 241px;
  height: auto;
  top: -82px;
  right: auto;
  bottom: auto;
  left: 100px;
}

@media (max-width: 768px) {
  .period__bg {
    position: absolute;
    display: block;
    width: 120px;
    height: auto;
    top: -14px;
    right: auto;
    bottom: auto;
    left: 72px;
  }
}

.period__in {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 24px;
  padding-left: 24px;
}

.period__cnt {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  transition: .6s;
}

.period__def > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  margin: 0 0 48px;
}

.period__def > div > * {
  min-height: 0%;
}

@media (max-width: 768px) {
  .period__def > div {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .period__def > div {
    margin: 0 0 30px;
  }
}

.period__def > div:last-child {
  margin: 0;
}

.period__def > div > dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 148px;
  font-weight: bold;
}

.period__def > div > dt > * {
  min-height: 0%;
}

@media (max-width: 768px) {
  .period__def > div > dt {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 960px) {
  .period__def > div > dt {
    font-size: 16px;
    font-size: 1rem;
    width: 132px;
  }
}

@media (max-width: 768px) {
  .period__def > div > dt {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    padding: 0 0 0 12px;
    position: relative;
    letter-spacing: 0.05em;
  }
}

.period__def > div > dt:before {
  display: none;
}

@media (max-width: 768px) {
  .period__def > div > dt:before {
    width: 3px;
    height: 15px;
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: auto;
    content: "";
    display: block;
    background: #3d3a39;
  }
}

.period__def > div > dd {
  width: calc(100% - 148px);
  padding: 0 0 0 60px;
  font-family: century-gothic, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

@media (max-width: 960px) {
  .period__def > div > dd {
    font-size: 16px;
    font-size: 1rem;
    width: calc(100% - 132px);
    padding: 0 0 0 48px;
  }
}

@media (max-width: 768px) {
  .period__def > div > dd {
    font-size: 12px;
    font-size: 0.75rem;
    width: 100%;
    padding: 0;
  }
}

.period__def > div > dd > dl > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.period__def > div > dd > dl > div > * {
  min-height: 0%;
}

@media (max-width: 768px) {
  .period__def > div > dd > dl > div {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}

.period__def > div > dd > dl > div > dt {
  width: 70px;
}

@media (max-width: 768px) {
  .period__def > div > dd > dl > div > dt {
    width: 50px;
  }
}

.period__def > div > dd > dl > div > dd {
  width: calc(100% - 70px);
}

@media (max-width: 768px) {
  .period__def > div > dd > dl > div > dd {
    width: calc(100% - 50px);
  }
}

.caution {
  padding: 192px 0 116px;
  border-bottom: 2px solid #9e9e9f;
  position: relative;
}

@media (max-width: 768px) {
  .caution {
    padding: 80px 0;
  }
}

.caution.is-active .caution__cnt {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.caution__bg {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -140px;
  bottom: auto;
  width: 291px;
  height: auto;
}

@media (max-width: 768px) {
  .caution__bg {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    position: absolute;
    display: block;
    width: 167px;
    height: auto;
    top: -88px;
    right: 24px;
    bottom: auto;
    left: auto;
  }
}

.caution__in {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 24px;
  padding-left: 24px;
}

.caution__cnt {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  transition: .6s;
}

.caution__def {
  margin: 0 0 64px;
}

.caution__def > div {
  margin: 0 0 48px;
  line-height: 1.6;
}

.caution__def > div:last-child {
  margin: 0;
}

.caution__def > div > dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 12px;
}

@media (max-width: 768px) {
  .caution__def > div > dt {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.caution__def > div > dd {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .caution__def > div > dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.caution__def > div > dd > ul {
  list-style-type: disc;
  padding: 0 0 0 16px;
}

.caution__def > div > dd a {
  color: #3d3a39;
  text-decoration: underline;
}

.caution__def > div > dd a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .caution__def > div > dd a:hover {
    text-decoration: underline;
  }
}

.caution__entry__ttl {
  text-align: center;
  margin: 0 0 30px;
}

@media (max-width: 768px) {
  .caution__entry__ttl {
    text-align: left;
    margin: 0 auto 20px;
    padding: 0 0 0 40px;
    width: 315px;
  }
}

.caution__entry__ttl__in {
  display: inline-block;
  position: relative;
}

@media (max-width: 768px) {
  .caution__entry__ttl__in {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}

.caution__entry__ttl__in > span.is-img {
  position: absolute;
  display: block;
  width: 88px;
  height: auto;
  top: -42px;
  right: auto;
  bottom: auto;
  left: -38px;
}

@media (max-width: 768px) {
  .caution__entry__ttl__in > span.is-img {
    position: absolute;
    display: block;
    width: 48px;
    height: auto;
    top: -28px;
    right: auto;
    bottom: auto;
    left: -20px;
  }
}

.caution__entry__ttl__in > span.is-txt {
  font-size: 58px;
  font-size: 3.625rem;
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}

@media (max-width: 768px) {
  .caution__entry__ttl__in > span.is-txt {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.caution__entry__ttl__in > span.is-txt:before, .caution__entry__ttl__in > span.is-txt:after {
  content: "";
  background: #3d3a39;
  width: 3px;
  height: 48px;
}

@media (max-width: 768px) {
  .caution__entry__ttl__in > span.is-txt:before, .caution__entry__ttl__in > span.is-txt:after {
    width: 2px;
    height: 25px;
  }
}

.caution__entry__ttl__in > span.is-txt:before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -56px;
  right: auto;
  top: calc(50% + 4px);
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}

@media (max-width: 768px) {
  .caution__entry__ttl__in > span.is-txt:before {
    top: calc(50% + 2px);
    left: -20px;
  }
}

.caution__entry__ttl__in > span.is-txt:after {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: -56px;
  top: calc(50% + 4px);
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}

@media (max-width: 768px) {
  .caution__entry__ttl__in > span.is-txt:after {
    top: calc(50% + 2px);
    right: -20px;
  }
}

.caution__entry__btn {
  text-align: center;
}

.service {
  padding: 140px 0 140px;
}

@media (max-width: 768px) {
  .service {
    padding: 80px 0;
  }
}

.service__in {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 24px;
  padding-left: 24px;
}

.service__ld {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  margin: 0 0 80px;
  padding: 0 0 40px;
  position: relative;
}

@media (max-width: 960px) {
  .service__ld {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 768px) {
  .service__ld {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 40px;
    padding: 0 0 20px;
  }
}

.service__ld:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: 0;
  width: 136px;
  height: 2px;
  background: #efb815;
}

@media (max-width: 768px) {
  .service__ld:before {
    width: 64px;
    height: 2px;
  }
}

.service__cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 60px;
}

.service__cnt > * {
  min-height: 0%;
}

@media (max-width: 768px) {
  .service__cnt {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
  }
}

.service__cnt.is-last {
  margin: 0;
}

.service__cnt .service__txt {
  padding: 0 0 0 72px;
}

@media (max-width: 768px) {
  .service__cnt .service__txt {
    padding: 0;
  }
}

.service__cnt.is-reverse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

.service__cnt.is-reverse > * {
  min-height: 0%;
}

@media (max-width: 768px) {
  .service__cnt.is-reverse {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
  }
}

.service__cnt.is-reverse .service__txt {
  padding: 0 72px 0 0;
}

@media (max-width: 768px) {
  .service__cnt.is-reverse .service__txt {
    padding: 0;
  }
}

.service__img {
  width: 40%;
}

@media (max-width: 768px) {
  .service__img {
    width: 100%;
    text-align: center;
    margin: 0 0 24px;
  }
}

@media (max-width: 768px) {
  .service__img img {
    width: 245px;
  }
}

.service__txt {
  width: 60%;
}

@media (max-width: 768px) {
  .service__txt {
    width: 100%;
  }
}

.service__txt__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 16px;
  line-height: 1.8;
}

@media (max-width: 960px) {
  .service__txt__ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 768px) {
  .service__txt__ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.service__txt__ld {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

@media (max-width: 960px) {
  .service__txt__ld {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 768px) {
  .service__txt__ld {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.howto {
  padding: 0 0 140px;
  border-bottom: 2px solid #f1de8a;
}

@media (max-width: 768px) {
  .howto {
    padding: 0 0 80px;
  }
}

.howto__in {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 24px;
  padding-left: 24px;
}

.howto__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 0 120px;
}

.howto__li > * {
  min-height: 0%;
}

@media (max-width: 768px) {
  .howto__li {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .howto__li {
    margin: 0 0 70px;
  }
}

.howto__li > li {
  width: calc(33.333% - 32px);
}

@media (max-width: 768px) {
  .howto__li > li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .howto__li > li:nth-child(1) {
    margin: 0 0 40px;
  }
}

.howto__li > li:nth-child(2) {
  margin: 40px 0 0;
}

@media (max-width: 768px) {
  .howto__li > li:nth-child(2) {
    margin: 0 0 40px;
  }
}

.howto__li > li:nth-child(3) {
  margin: 80px 0 0;
}

@media (max-width: 768px) {
  .howto__li > li:nth-child(3) {
    margin: 0;
  }
}

.howto__li > li > figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  text-align: center;
  margin: 0 0 24px;
  height: 260px;
}

@media (max-width: 768px) {
  .howto__li > li > figure img {
    width: 245px;
  }
}

.howto__li > li > h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 16px;
}

@media (max-width: 960px) {
  .howto__li > li > h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 768px) {
  .howto__li > li > h3 {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }
}

.howto__li > li > p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

@media (max-width: 960px) {
  .howto__li > li > p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 768px) {
  .howto__li > li > p {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }
}

.howto__btn {
  text-align: center;
}

.howto__btn > a {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 106px 24px 28px;
  border-bottom: 2px solid #3d3a39;
  position: relative;
  color: #3d3a39;
}

@media (max-width: 768px) {
  .howto__btn > a {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 0 54px 16px 14px;
  }
}

.howto__btn > a:hover:before {
  right: 0;
}

@media (max-width: 768px) {
  .howto__btn > a:hover:before {
    right: 11px;
  }
}

.howto__btn > a:before {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 9px;
  top: 3px;
  right: 22px;
  bottom: auto;
  left: auto;
  background: url(../img/ico_arrow_block.svg) 50% 50% no-repeat;
  background-size: contain;
  transition: .3s;
}

@media (max-width: 768px) {
  .howto__btn > a:before {
    position: absolute;
    display: block;
    width: 14px;
    height: 5px;
    top: 3px;
    right: 11px;
    bottom: auto;
    left: auto;
  }
}

.download {
  padding: 48px 0 0;
}

@media (max-width: 768px) {
  .download {
    padding: 42px 0 28px;
  }
}

.download__in {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 24px;
  padding-left: 24px;
}

.download__cnt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  overflow: hidden;
}

.download__cnt > * {
  min-height: 0%;
}

@media (max-width: 768px) {
  .download__cnt {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}

@media (max-width: 960px) {
  .download__cnt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .download__cnt > * {
    min-height: 0%;
  }
}

@media (max-width: 960px) and (max-width: 768px) {
  .download__cnt {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}

.download__fig {
  width: calc(100% - 588px);
  position: relative;
}

@media (max-width: 960px) {
  .download__fig {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .download__fig {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
}

.download__fig > span {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

@media (max-width: 768px) {
  .download__fig > span {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 142px;
    height: auto;
    display: block;
    overflow: hidden;
    margin: 0 auto;
  }
}

.download__txt {
  width: 588px;
  padding: 32px 0 40px 72px;
}

@media (max-width: 960px) {
  .download__txt {
    width: 400px;
    padding: 40px 0 40px 32px;
  }
}

@media (max-width: 768px) {
  .download__txt {
    width: 100%;
    padding: 0;
  }
}

.download__txt__ttl {
  margin: 0 0 16px;
}

@media (max-width: 768px) {
  .download__txt__ttl {
    text-align: center;
    margin: 0 0 10px;
  }
}

.download__txt__ttl > img {
  width: 492px;
}

@media (max-width: 960px) {
  .download__txt__ttl > img {
    width: 340px;
  }
}

@media (max-width: 768px) {
  .download__txt__ttl > img {
    width: 287px;
  }
}

.download__txt__ld01 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.13em;
  margin: 0 0 24px;
}

@media (max-width: 960px) {
  .download__txt__ld01 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) {
  .download__txt__ld01 {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    margin: 0 0 16px;
  }
}

@media (max-width: 374px) {
  .download__txt__ld01 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.download__txt__ld02 {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.07em;
}

@media (max-width: 960px) {
  .download__txt__ld02 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {
  .download__txt__ld02 {
    display: none;
  }
}

.download__txt__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: -16px 0 0;
}

.download__txt__li > * {
  min-height: 0%;
}

@media (max-width: 768px) {
  .download__txt__li {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
}

@media (max-width: 960px) {
  .download__txt__li {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .download__txt__li {
    margin: 0;
  }
}

.download__txt__li > li.is-apple {
  width: 160px;
  margin: 0 24px 0 0;
}

@media (max-width: 960px) {
  .download__txt__li > li.is-apple {
    width: 120px;
    margin: 0 16px 0 0;
  }
}

@media (max-width: 768px) {
  .download__txt__li > li.is-apple {
    width: 110px;
    margin: 0 12px 0 0;
  }
}

@media (max-width: 374px) {
  .download__txt__li > li.is-apple {
    width: 94px;
    margin: 0 8px 0 0;
  }
}

.download__txt__li > li.is-google {
  width: 199px;
  margin: 0 24px 0 0;
}

@media (max-width: 960px) {
  .download__txt__li > li.is-google {
    width: 149px;
    margin: 0 16px 0 0;
  }
}

@media (max-width: 768px) {
  .download__txt__li > li.is-google {
    width: 136px;
    margin: 0 12px 0 0;
  }
}

@media (max-width: 374px) {
  .download__txt__li > li.is-google {
    width: 118px;
    margin: 0 8px 0 0;
  }
}

.download__txt__li > li.is-qr {
  width: 105px;
}

@media (max-width: 960px) {
  .download__txt__li > li.is-qr {
    width: 64px;
  }
}

@media (max-width: 768px) {
  .download__txt__li > li.is-qr {
    width: 44px;
  }
}

.download__txt__li > li > a {
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
}

.download__txt__li > li > a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .download__txt__li > li > a:hover {
    opacity: 1;
  }
}

/**
 *
 * Utility
 * 
 * 汎用クラスです。
 * 必要であればインポートしてください。
 * !importantは付いていません。
 *
 */
