@charset "UTF-8";
/* リセット
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:wght@400;500;700&display=swap");
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

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

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

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

/* 全体設定
------------------------------------------------------------*/
body {
  font-family: 'Roboto', "Noto Sans JP", Arial, Helvetica, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ ", Meiryo, sans-serif;
  font-size: 20px;
  line-height: 2;
  letter-spacing: -0.05px;
  color: #000;
  font-weight: normal;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    /* IE11 にのみ適用される */
    font-family: "メイリオ ", Meiryo, sans-serif;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  background: transparent;
  font-size: 100%;
  color: #000;
  display: block;
}

a:hover, a:active {
  outline: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}

.pc-on {
  display: inline-block;
}

.no01sup {
  font-size: .75rem;
  vertical-align: top;
}

.list-note {
  margin-top: 3rem;
}

.list-note > li > .list-mark {
  padding: 0 5px 0 0;
  white-space: nowrap;
}

.list-note > li > .list-mark, .list-note > li > .list-body {
  display: table-cell;
  vertical-align: baseline;
}

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

.sp-on {
  display: none;
}

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

.l-header,
.l-kv,
.l-sec {
  max-width: 600px;
  margin: 0 auto;
}

.c-logo {
  display: block;
  width: 100px;
  margin: 0 auto;
}

.c-logo img {
  vertical-align: bottom;
}

.l-kv {
  background-color: #f2ebe2;
  position: relative;
  padding-bottom: 18%;
}

.c-kv__button {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 4%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}

.c-kv__button img {
  vertical-align: bottom;
}

.c-kv__button::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 14%;
  width: 3.5vw;
  height: 3.5vw;
  border-top: 1vw solid #d9300a;
  border-right: 1vw solid #d9300a;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.c-kv__button:hover {
  opacity: 1;
}

.c-kv__button:hover::before {
  right: 10%;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.l-sec__inner {
  padding: 0 5vw;
}

.c-title--reason {
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8vw 0;
  line-height: 1;
}

.c-title--reason__red {
  color: #d9300a;
  border-bottom: 3px solid #d9300a;
  margin-left: 4px;
  padding-bottom: 6px;
}

.c-title--reason__red span {
  font-size: 9vw;
  line-height: 0.8;
}

.c-title--reason > div {
  display: inline-block;
}

.c-title--box {
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 9vw;
}

.c-title--box__sub {
  font-size: 4vw;
  line-height: 1.8;
  display: block;
}
.c-title--box__sub span {
  font-size: 2vw;
  vertical-align: top;
}

.c-title--box02 {
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.8;
}

.c-title--box03 {
  margin-bottom: 0;
}

.c-title--hatena {
  font-weight: 700;
  text-align: center;
  margin-bottom: 3vw;
}

.c-title--movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5vw;
}

.c-title--movie__img {
  max-width: 29vw;
  margin-right: 4vw;
}

.c-title--movie__img img {
  vertical-align: bottom;
}

.c-title--movie__text {
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}

.c-title--opening {
  text-align: center;
  margin-bottom: 5vw;
}

.c-title--opening__text {
  font-size: 5.5vw;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  margin-top: -8vw;
}
.c-title--opening__text02 {
  font-size: 6.5vw;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto 15px;
}

.c-title--flow {
  margin-left: 4vw;
}

.c-title--flow__main {
  font-size: 4.5vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

.c-title--flow__main__s {
  font-size: 4vw;
}

.c-title--flow__sub {
  font-size: 3.5vw;
  font-weight: 700;
  color: #d8a400;
  letter-spacing: 0;
  line-height: 1.6;
  padding-left: 1.2em;
  position: relative;
}

.c-title--flow__sub::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #d8a400;
  width: 1em;
  height: 1px;
}

.c-title--flowList {
  margin-bottom: 3vw;
}

.c-title--flowList__main {
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}

.c-title--flowList__main span {
  font-size: 5vw;
}

.c-title--want {
  font-size: 4.5vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding-bottom: 7vw;
  position: relative;
  margin-bottom: 6vw;
}

.c-title--want::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d8a400;
  width: 10vw;
  height: 4px;
}

.u-bottomBorder {
  position: relative;
  margin-bottom: 12vw;
}

.u-bottomBorder::after {
  position: absolute;
  content: "";
  background-color: #d8a400;
  width: 11vw;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3vw;
}

.c-acoTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px rgba(51, 51, 51, 0.2);
  position: relative;
}

.c-acoTitle::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 6%;
  width: 2.5vw;
  height: 2.5vw;
  border-right: 1vw solid #d9300a;
  border-bottom: 1vw solid #d9300a;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.c-acoTitle__num {
  background-color: #d9300a;
  font-size: 3.5vw;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2rem;
  width: 20%;
  text-align: center;
  position: relative;
  padding: 5vw 0;
  line-height: 1.6;
}

.c-acoTitle__num:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 2vw 0 2vw 3vw;
  border-color: transparent transparent transparent #d9300a;
}

.c-acoTitle__num span {
  font-size: 9vw;
  font-weight: 700;
  line-height: 1.2;
}

.c-acoTitle__main {
  font-size: 5.5vw;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  width: 80%;
  padding: 4vw 0 4vw 6vw;
}

.c-acoTitle.is-open::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.c-aco {
  display: none;
}

.c-aco__inner {
  padding: 3vw 5vw;
  position: relative;
}

.c-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  background-color: #d9300a;
  height: 3vw;
  z-index: -2;
}

.c-deco::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3vw;
  height: 3vw;
  border-style: solid;
  border-width: 0 0 3vw 3vw;
  border-color: transparent transparent #ffffff transparent;
  z-index: -1;
}

.c-deco--02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 5vw;
  background-color: #d9300a;
  height: 20vw;
}

.c-deco--02::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5vw;
  height: 5vw;
  border-style: solid;
  border-width: 0 0 5vw 5vw;
  border-color: transparent transparent #ffffff transparent;
}

.c-deco--03 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5vw;
  background-color: #d9300a;
  height: 104vw;
}

.c-deco--03::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5vw;
  height: 5vw;
  border-style: solid;
  border-width: 5vw 5vw 0 0;
  border-color: #ffffff transparent transparent transparent;
}

.c-deco--04 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #d9300a;
  height: 9vw;
}

.c-deco--04::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5vw;
  height: 5vw;
  border-style: solid;
  border-width: 5vw 5vw 0 0;
  border-color: #ffffff transparent transparent transparent;
}

.c-red {
  color: #d9300a;
}

.c-redCatch {
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 2;
  color: #d9300a;
  letter-spacing: 0.1rem;
}

.c-box {
  padding: 7vw 0 15vw;
}

.c-box--border {
  border-top: 4px solid #d8a400;
}

.c-box--border02 {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding: 7vw 0 10vw;
}

.c-box__img {
  padding: 0 4vw 6vw;
  text-align: center;
}

.c-box__img img {
  vertical-align: bottom;
}

.c-box__img .no01img{
  max-width: 222px;
}

.c-box__icon {
  text-align: center;
  padding: 0 0 3vw;
}

.c-box__icon img {
  vertical-align: bottom;
}

.c-box__text {
  font-size: 3.8vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  padding: 0 4vw;
  text-align: justify;
}

.c-box__text__catch {
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 1.5;
}

.c-box__text02 {
  padding-top: 2vw;
}

.c-hatena {
  font-size: 3.8vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
  background-color: rgba(209, 207, 153, 0.2);
  padding: 7vw 6vw;
  position: relative;
  margin: 13vw 7vw 0;
}

.c-hatena::before {
  content: "";
  position: absolute;
  top: -4vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/reason/icon_hatena.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7vw;
  height: 7vw;
  z-index: 2;
}

.c-hatena::after {
  content: "";
  position: absolute;
  top: -5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  width: 9vw;
  height: 9vw;
  z-index: 1;
}

.c-hatena__top {
  position: absolute;
  top: -6px;
  left: 50%;
  width: calc(100% + 12px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 20px;
  border-top: solid 2px #d1cf99;
  border-right: solid 2px #d1cf99;
  border-left: solid 2px #d1cf99;
}

.c-hatena__bottom {
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: calc(100% + 12px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 20px;
  border-bottom: solid 2px #d1cf99;
  border-right: solid 2px #d1cf99;
  border-left: solid 2px #d1cf99;
}

.p-step {
  padding: 3vw 10vw;
}

.p-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-step__num {
  font-size: 4.5vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  color: #d8a400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 14vw;
  position: relative;
}

.p-step__num::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #d8a400;
  height: 1px;
  width: 9vw;
}

.p-step__num::before {
  content: '';
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #d8a600 transparent transparent transparent;
  width: 10px;
  height: 5px;
  bottom: 0;
  left: 6vw;
}

.p-step__num__last::before {
  content: none;
}

.p-step__num__01 {
  margin-right: 4px;
}

.p-step__num__02 {
  font-size: 8vw;
}

.p-step__text {
  font-size: 4.5vw;
  font-weight: 700;
}

.c-linkBox {
  background-color: #d9300a;
  padding: 0 5vw 12vw;
}

.c-linkBox__link {
  position: relative;
}

.c-linkBox__link img {
  vertical-align: bottom;
}

.c-linkBox__link::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 10%;
  width: 3.5vw;
  height: 3.5vw;
  border-top: 1vw solid #d9300a;
  border-right: 1vw solid #d9300a;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.c-linkBox__link:hover {
  opacity: 1;
}

.c-linkBox__link:hover::before {
  right: 8%;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.p-noteList {
  padding: 6vw 4vw 0;
  font-size: 3.5vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}

.p-noteList__item {
  position: relative;
  text-indent: 0em;
  padding-left: 2.8em;
  margin-bottom: 8px;
}

.p-noteList__item::before {
  content: "※1";
  position: absolute;
  top: 0;
  left: 0;
  color: #d8a400;
}

.p-noteList__item:nth-child(2)::before {
  content: "※2";
}

.p-noteList__item:nth-child(3)::before {
  content: "※3";
}

.p-numList {
  padding: 3vw 6vw 0;
  font-size: 3.5vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}

.p-numList__item {
  position: relative;
  text-indent: 0em;
  padding-left: 1.6em;
}

.p-numList__item::before {
  content: "1.";
  position: absolute;
  font-size: 3.5vw;
  letter-spacing: 0.3rem;
  top: 0;
  left: 0;
  color: #d8a400;
}

.p-numList__item:nth-child(2)::before {
  content: "2.";
}

.p-numList__item:nth-child(3)::before {
  content: "3.";
}

.p-numList__item:nth-child(4)::before {
  content: "4.";
}

.p-lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  padding: 0 2vw;
}

.p-lineup__item {
  font-size: 4.5vw;
  font-weight: 700;
  width: calc((100% / 2) - 2vw);
  border: solid 2px #d1cf99;
  margin: 0 1vw 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 16vw;
  position: relative;
  background: white;
  background: linear-gradient(138deg, white 0%, white 49%, rgba(209, 207, 153, 0.200718) 50%, rgba(209, 207, 153, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d1cf99",GradientType=1);
}

.p-lineup__item p {
  width: 100%;
}

.p-lineup__item span {
  font-size: 3vw;
  display: block;
  width: 100%;
  line-height: 1;
  margin-top: -4vw;
}

.c-movie {
  padding: 10vw 0 8vw;
}

.c-iframe {
  position: relative;
  width: 100%;
  padding-top: 56%;
}

.c-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-width: none;
}
.c-iframe iframe::-webkit-scrollbar {
  display:none;
}

.bg-beige {
  background-color: #f2ebe2;
  padding-bottom: 1vw;
}

.c-opening {
  margin-bottom: 13vw;
  padding-top: 3vw;
}

.c-flow {
  background-color: #fff;
  position: relative;
  padding: 7vw 5vw 2vw;
  margin-bottom: 5vw;
}

.c-flow:not(:last-child):before {
  content: '';
  display: inline-block;
  position: absolute;
  border-style: solid;
  bottom: -3vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 4vw 3.5vw 0 3.5vw;
  border-color: #fff transparent transparent transparent;
  width: 4vw;
  height: 4vw;
}

.c-flow__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6vw;
}

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

.c-flow__icon {
  text-align: center;
  width: 26%;
}

.c-flow__icon img {
  vertical-align: bottom;
}

.c-flow__icon02 {
  margin-top: -2vw;
}

.c-flow__bottom {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  padding: 3vw 0;
}

.c-flow__bottom02 {
  border: none;
  padding: 3vw 0;
}

.c-flow__link {
  font-size: 3.8vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.c-flowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 7vw;
}

.c-flowList li {
  width: calc(50% - 3vw);
  border-top: solid 4px #d8a400;
  position: relative;
  padding: 2vw 0 0;
}

.c-flowList li::before {
  content: '';
  display: inline-block;
  position: absolute;
  border-style: solid;
  top: -6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 2vw 1.5vw 0 1.5vw;
  border-color: #d8a600 transparent transparent transparent;
  width: 2vw;
  height: 2vw;
}

.c-flowList li:first-child:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -3vw;
  background-color: rgba(51, 51, 51, 0.2);
  width: 1px;
  height: 100%;
}

.c-link,
.panel-note .link {
  display: inline;
  border-bottom: 1px solid #000;
}

.c-linkMark {
  display: inline;
  border-bottom: 1px solid #000;
  position: relative;
  padding-bottom: 1px;
}

.c-linkMark::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -6vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/link_mark.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.8vw;
  height: 3.8vw;
}

.c-linkMark02 {
  display: inline;
  border-bottom: 1px solid #000;
  position: relative;
  padding-bottom: 1px;
  margin-right: 5vw;
}

.c-linkMark02::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: -5vw;
  background-image: url(../img/link_mark.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.8vw;
  height: 3.8vw;
}

.c-linkMark03 {
  display: inline;
  border-bottom: 1px solid #000;
  position: relative;
  padding-bottom: 1px;
  margin-right: 5vw;
}

.c-linkMark03::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 1vw;
  right: -4vw;
  background-image: url(../img/link_mark.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.8vw;
  height: 3.8vw;
}

.c-markText {
  position: relative;
  padding-left: 1.2em;
  text-indent: 0em;
}

.c-markText::before {
  content: '■';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #d8a400;
  font-size: 2.5vw;
  line-height: 1.4;
}

.c-markText02 {
  position: relative;
  padding-left: 1.2em;
  text-indent: 0em;
}

.c-markText02::before {
  content: '■';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #d8a400;
  font-size: 2.5vw;
  line-height: 2.5;
}

.c-markText03,
.panel-note p:last-child {
  position: relative;
  padding-left: 1.2em;
  text-indent: 0em;
}

.c-markText03::before,
.panel-note p:last-child::before {
  content: '■';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #d8a400;
  font-size: 2vw;
  line-height: 2.2;
}

@media screen and (min-width: 400px) {
  .c-markText03::before {
    line-height: 3;
  }
}

.c-text {
  font-size: 3.8vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 2vw;
}

.p-want {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-want li {
  width: calc(50% - 1vw);
  background-color: #fff;
  text-align: center;
  padding: 6vw 2vw;
  margin-bottom: 2vw;
}

.p-want__catch {
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 1vw;
}

.p-want__note {
  font-size: 3.5vw;
  color: #d9300a;
  position: relative;
  text-indent: 0em;
  padding-left: 0.8em;
  line-height: 1.4;
  margin-top: 2vw;
}

.p-want__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.bg-gray {
  background-color: #e9eaeb;
  padding-top: 3vw;
}

.p-notes,
.panel-note {
  padding: 4vw 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.p-notes__catch,
.panel-hdg {
  font-size: 3.3vw;
  font-weight: 700;
  line-height: 2;
}

.c-note,
.panel-note p {
  font-size: 3.3vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
}
.panel-note .link img.icon-blank {
  display: none;
}

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

.c-noteList li {
  margin-bottom: 2.5vw;
}

.c-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-tel__num {
  font-size: 11vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.c-tel__icon {
  width: 16%;
  text-align: left;
}

.c-tel__icon img {
  display: block;
}

.l-footer {
  background-color: #333333;
  color: #fff;
  padding: 5vw 0 28vw;
}

.l-footer p {
  font-size: 3.2vw;
  font-weight: 500;
  margin-bottom: 3vw;
  line-height: 1.8;
  letter-spacing: 0;
}

.c-fixed-btn {
  position: fixed;
  bottom: -200px;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.c-fixed-btn a {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

.c-fixed-btn img {
  vertical-align: bottom;
}

.c-fixed-btn.is-fixed {
  bottom: 0;
  opacity: 1;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .l-header,
  .l-kv,
  .l-sec {
    max-width: 600px;
  }
  .c-kv__button::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 14%;
    width: 30px;
    height: 30px;
    border-top: 6px solid #d9300a;
    border-right: 6px solid #d9300a;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
  }  
  .c-kv__button:hover::before {
    right: 12%;
  }
  
  .l-sec__inner {
    padding: 0 30px;
  }
  
  .c-title--reason {
    font-size: 24px;
    padding: 30px 0;
  }
  
  .c-title--reason__red span {
    font-size: 34px;
  }
  
  .c-title--box {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .c-title--box__sub {
    font-size: 20px;
    line-height: 1.8;
    display: block;
  }
  .c-title--box__sub span {
    font-size: 2vw;
    vertical-align: top;
  }
  
  .c-title--box02 {
    font-weight: 700;
    letter-spacing: 0.2rem;
    line-height: 1.8;
  }
  
  .c-title--box03 {
    margin-bottom: 0;
  }
  
  .c-title--hatena {
    font-weight: 700;
    text-align: center;
    margin-bottom: 3vw;
  }
  
  .c-title--movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5vw;
  }
  
  .c-title--movie__img {
    max-width: 140px;
    margin-right: 30px;
  }
  
  .c-title--movie__img img {
    vertical-align: bottom;
  }
  
  .c-title--movie__text {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
  }
  
  .c-title--opening {
    text-align: center;
    margin-bottom: 5vw;
  }
  
  .c-title--opening__text {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1.7;
    margin-top: -40px;
  }
  
  .c-title--opening__text02 {
    font-size: 36px;
}
  .c-title--flow {
    margin-left: 30px;
  }
  
  .c-title--flow__main {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
  }
  
  .c-title--flow__main__s {
    font-size: 24px;
  }
  
  .c-title--flow__sub {
    font-size: 20px;
    font-weight: 700;
    color: #d8a400;
    letter-spacing: 0;
    line-height: 1.6;
    padding-left: 1.2em;
    position: relative;
  }
  
  .c-title--flow__sub::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background-color: #d8a400;
    width: 1em;
    height: 1px;
  }
  
  .c-title--flowList {
    margin-bottom: 3vw;
  }
  
  .c-title--flowList__main {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
  }
  
  .c-title--flowList__main span {
    font-size: 26px;
  }
  
  .c-title--want {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 1;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
  }
  
  .c-title--want::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #d8a400;
    width: 10vw;
    height: 4px;
  }
  
  .u-bottomBorder {
    position: relative;
    margin-bottom: 12vw;
  }
  
  .u-bottomBorder::after {
    position: absolute;
    content: "";
    background-color: #d8a400;
    width: 11vw;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -3vw;
  }
  
  .c-acoTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: solid 1px rgba(51, 51, 51, 0.2);
    position: relative;
  }
  
  .c-acoTitle::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 6%;
    width: 16px;
    height: 16px;
    border-right: 4px solid #d9300a;
    border-bottom: 4px solid #d9300a;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
  }
  
  .c-acoTitle__num {
    font-size: 20px;
    padding: 30px 0;
  }
  
  .c-acoTitle__num:after {
    border-width: 10px 0 10px 12px;
  }
  
  .c-acoTitle__num span {
    font-size: 34px;
  }
  
  .c-acoTitle__main {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 1.6;
    width: 80%;
    padding: 26px 0 26px 40px;
  }
  
  .c-aco__inner {
    padding: 20px 30px;
  }
  
  .c-deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    background-color: #d9300a;
    height: 20px;
    z-index: -2;
  }  
  .c-deco::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    z-index: -1;
  }
  
  .c-deco--02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    background-color: #d9300a;
    height: 120px;
  }
  
  .c-deco--02::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #ffffff transparent;
  }
  
  .c-deco--03 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    background-color: #d9300a;
    height: 120px;
  }
  
  .c-deco--03::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #ffffff transparent transparent transparent;
  }
  
  .c-deco--04 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #d9300a;
    height: 20px;
  }
  
  .c-deco--04::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ffffff transparent transparent transparent;
  }
  
  .c-red {
    color: #d9300a;
  }
  
  .c-redCatch {
    font-size: 28px;
    font-weight: 700;
    line-height: 2;
    color: #d9300a;
    letter-spacing: 0.1rem;
  }
  
  .c-box {
    padding: 50px 0;
  }
  
  .c-box--border {
    border-top: 4px solid #d8a400;
  }
  
  .c-box--border02 {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    padding: 50px 0;
  }
  
  .c-box__img {
    padding: 0 30px 30px;
    text-align: center;
  }
  
  .c-box__img img {
    vertical-align: bottom;
  }
  
  .c-box__icon {
    text-align: center;
    padding: 0 0 3vw;
  }
  
  .c-box__icon img {
    vertical-align: bottom;
  }
  
  .c-box__text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 0 20px;
    text-align: justify;
  }
  
  .c-box__text__catch {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
  }
  
  .c-box__text02 {
    padding-top: 2vw;
  }
  
  .c-hatena {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
    background-color: rgba(209, 207, 153, 0.2);
    padding: 60px 30px;
    position: relative;
    margin: 50px 20px;
  }
  
  .c-hatena::before {
    content: "";
    position: absolute;
    top: -4vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../img/reason/icon_hatena.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 7vw;
    height: 7vw;
    z-index: 2;
  }
  
  .c-hatena::after {
    content: "";
    position: absolute;
    top: -5vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    width: 9vw;
    height: 9vw;
    z-index: 1;
  }
  
  .c-hatena__top {
    position: absolute;
    top: -6px;
    left: 50%;
    width: calc(100% + 12px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 20px;
    border-top: solid 2px #d1cf99;
    border-right: solid 2px #d1cf99;
    border-left: solid 2px #d1cf99;
  }
  
  .c-hatena__bottom {
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: calc(100% + 12px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 20px;
    border-bottom: solid 2px #d1cf99;
    border-right: solid 2px #d1cf99;
    border-left: solid 2px #d1cf99;
  }
  
  .p-step {
    padding: 30px 20px;
  }
  
  .p-step__num {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.7;
    color: #d8a400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 14vw;
    position: relative;
  }
  .p-step__item {
    margin-bottom: 20px;
  }
  
  .p-step__num::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #d8a400;
    height: 1px;
    width: 40px;
  }
  
  .p-step__num::before {
    content: '';
    display: inline-block;
    position: absolute;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #d8a600 transparent transparent transparent;
    width: 10px;
    height: 5px;
    bottom: -10px;
    left: 26px;
  }
  
  .p-step__num__last::before {
    content: none;
  }
  
  .p-step__num__01 {
    margin-right: 4px;
  }
  
  .p-step__num__02 {
    font-size: 36px;
  }
  
  .p-step__text {
    font-size: 24px;
    font-weight: 700;
  }
  
  .c-linkBox {
    background-color: #d9300a;
    padding: 0 30px 60px;
  }
  
  .c-linkBox__link {
    position: relative;
  }
  
  .c-linkBox__link img {
    vertical-align: bottom;
  }
  
  .c-linkBox__link::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 10%;
    width: 30px;
    height: 30px;
    border-top: 6px solid #d9300a;
    border-right: 6px solid #d9300a;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
  }
  
  .c-linkBox__link:hover {
    opacity: 1;
  }
  
  .c-linkBox__link:hover::before {
    right: 8%;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
  }
  
  .p-noteList {
    padding: 30px 20px 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
  
  .p-noteList__item {
    position: relative;
    text-indent: 0em;
    padding-left: 2em;
    margin-bottom: 2px;
  }
  
  .p-noteList__item::before {
    content: "※1";
    position: absolute;
    top: 0;
    left: 0;
    color: #d8a400;
  }
  
  .p-noteList__item:nth-child(2)::before {
    content: "※2";
  }
  
  .p-noteList__item:nth-child(3)::before {
    content: "※3";
  }
  
  .p-numList {
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
  }
  
  .p-numList__item {
    position: relative;
    text-indent: 0em;
    padding-left: 1.6em;
  }
  
  .p-numList__item::before {
    content: "1.";
    position: absolute;
    font-size: 18px;
    letter-spacing: 0.3rem;
    top: 0;
    left: 0;
    color: #d8a400;
  }
  
  .p-numList__item:nth-child(2)::before {
    content: "2.";
  }
  
  .p-numList__item:nth-child(3)::before {
    content: "3.";
  }
  
  .p-numList__item:nth-child(4)::before {
    content: "4.";
  }
  
  .p-lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    padding: 0 20px;
  }
  
  .p-lineup__item {
    font-size: 24px;
    font-weight: 700;
    width: calc((100% / 2) - 20px);
    border: solid 2px #d1cf99;
    margin: 0 10px 10px;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: unset;
    position: relative;
    background: white;
    background: linear-gradient(138deg, white 0%, white 49%, rgba(209, 207, 153, 0.200718) 50%, rgba(209, 207, 153, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d1cf99",GradientType=1);
  }
  
  .p-lineup__item p {
    width: 100%;
  }
  
  .p-lineup__item span {
    font-size: 20px;
    display: block;
    width: 100%;
    line-height: 1;
    margin-top: 0;
  }
  
  .c-movie {
    padding: 60px 0;
  }
  
  .c-iframe {
    position: relative;
    width: 100%;
    padding-top: 56%;
  }
  
  .c-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scrollbar-width: none;
  }
  .c-iframe iframe::-webkit-scrollbar {
    display:none;
  }
  
  .bg-beige {
    background-color: #f2ebe2;
    padding-bottom: 1vw;
  }
  
  .c-opening {
    margin-bottom: 100px;
    padding-top: 31px;
  }
  
  .c-flow {
    background-color: #fff;
    position: relative;
    padding: 40px 30px 10px;
    margin-bottom: 60px;
  }
  
  .c-flow:not(:last-child):before {
    content: '';
    display: inline-block;
    position: absolute;
    border-style: solid;
    bottom: -3vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 4vw 3.5vw 0 3.5vw;
    border-color: #fff transparent transparent transparent;
    width: 4vw;
    height: 4vw;
  }
  
  .c-flow__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  
  .c-flow__main02 {
    text-align: center;
  }
  
  .c-flow__icon {
    text-align: center;
    width: 26%;
  }
  
  .c-flow__icon img {
    vertical-align: bottom;
  }
  
  .c-flow__icon02 {
    margin-top: -2vw;
  }
  
  .c-flow__bottom {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    padding: 20px 0;
  }
  
  .c-flow__bottom02 {
    border: none;
    padding: 20px 0;
  }
  
  .c-flow__link {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
  }
  
  .c-flowList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 7vw;
  }
  
  .c-flowList li {
    width: calc(50% - 3vw);
    border-top: solid 4px #d8a400;
    position: relative;
    padding: 2vw 0 0;
  }
  
  .c-flowList li::before {
    content: '';
    display: inline-block;
    position: absolute;
    border-style: solid;
    top: -6vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 2vw 1.5vw 0 1.5vw;
    border-color: #d8a600 transparent transparent transparent;
    width: 2vw;
    height: 2vw;
  }
  
  .c-flowList li:first-child:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -3vw;
    background-color: rgba(51, 51, 51, 0.2);
    width: 1px;
    height: 100%;
  }
  
  .c-link,
  .panel-note .link {
    display: inline;
    border-bottom: 1px solid #000;
  }
  
  .c-linkMark {
    display: inline;
    border-bottom: 1px solid #000;
    position: relative;
    padding-bottom: 1px;
  }
  
  .c-linkMark::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../img/link_mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  
  .c-linkMark02 {
    display: inline;
    border-bottom: 1px solid #000;
    position: relative;
    padding-bottom: 1px;
    margin-right: 5vw;
  }
  
  .c-linkMark02::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 2px;
    right: -22px;
    background-image: url(../img/link_mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
  }
  
  .c-linkMark03 {
    display: inline;
    border-bottom: 1px solid #000;
    position: relative;
    padding-bottom: 1px;
    margin-right: 5vw;
  }
  
  .c-linkMark03::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: -22px;
    background-image: url(../img/link_mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
  }
  
  .c-markText {
    position: relative;
    padding-left: 1.2em;
    text-indent: 0em;
  }
  
  .c-markText::before {
    content: '■';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #d8a400;
    font-size: 20px;
    line-height: 1;
  }
  
  .c-markText02 {
    position: relative;
    padding-left: 1.2em;
    text-indent: 0em;
  }
  
  .c-markText02::before {
    content: '■';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #d8a400;
    font-size: 16px;
    line-height: 2;
  }
  
  .c-markText03,
  .panel-note p:last-child {
    position: relative;
    padding-left: 1.2em;
    text-indent: 0em;
  }
  
  .c-markText03::before,
  .panel-note p:last-child::before {
    content: '■';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #d8a400;
    font-size: 12px;
    line-height: 2.4;
  }

  .c-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  
  .p-want {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .p-want li {
    width: calc(50% - 1vw);
    background-color: #fff;
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  
  .p-want__catch {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: 8px;
  }
  
  .p-want__note {
    font-size: 16px;
    color: #d9300a;
    position: relative;
    text-indent: 0em;
    padding-left: 0.8em;
    line-height: 1.4;
    margin-top: 6px;
  }
  
  .p-want__note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .bg-gray {
    background-color: #e9eaeb;
    padding-top: 3vw;
  }
  
  .p-notes,
  .panel-note {
    padding: 30px 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }
  
  .p-notes__catch,
  .panel-hdg {
    font-size: 26px;
    font-weight: 700;
    line-height: 2;
  }
  
  .c-note,
  .panel-note p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .panel-note .link img.icon-blank {
    display: none;
  }
  
  .c-note02 {
    text-align: center;
  }
  
  .c-noteList li {
    margin-bottom: 12px;
  }
  
  .c-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .c-tel__num {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
  }
  
  .c-tel__icon {
    width: 12%;
    margin-right: 10px;
    text-align: left;
  }
  
  .c-tel__icon img {
    display: block;
  }
  
  .l-footer {
    background-color: #333333;
    color: #fff;
    padding: 30px 0 160px;
  }
  
  .l-footer p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.8;
    letter-spacing: 0;
  }
  
  .c-fixed-btn {
    position: fixed;
    bottom: -200px;
    left: 0;
    width: 100%;
    z-index: 100;
    opacity: 0;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
  }
  
  .c-fixed-btn a {
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }
  
  .c-fixed-btn img {
    vertical-align: bottom;
  }
  
  .c-fixed-btn.is-fixed {
    bottom: 0;
    opacity: 1;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
  }
}
