@charset "UTF-8";
/*----------------------------------------
	RESET
-----------------------------------------*/
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, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

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

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

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

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.inrWidth {
  width: 750px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.outerWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 750px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1000px;
  }
  .inrWidth {
    width: 750px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .full-spw100 {
    width: 100% !important;
  }
  .fullWidth {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .outer-spw100 {
    width: 100% !important;
  }
  .outerWidth {
    width: 90% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 750px) {
  .inr-spw100 {
    width: 100% !important;
  }
  .inrWidth {
    width: 90% !important;
  }
}
@media screen and (max-width: 768px) {
  .spw100 {
    width: 100% !important;
  }
  .inrWidth {
    width: calc(100% - 50px);
  }
  .outerWidth {
    width: calc(100% - 50px);
  }
}
.soon.live {
  display: none;
}

.soon a,
a.soon {
  pointer-events: none;
}

footer #area_link .link2 ul li:last-of-type {
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 768px) {
  .lang {
    /* margin-bottom: 30px;*/
  }
}
main,
header,
footer,
section {
  display: block;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----------------------------------------
BODY
-----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #000;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.8;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: justify;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #222;
  hanging-punctuation: allow-end;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 0px;
  }
}
img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

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

a {
  text-decoration: none;
  color: #222;
  -webkit-tap-highlight-color: transparent;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

.fw {
  font-weight: bold;
}

.udl {
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 75%, #000 0%);
}

.abr {
  display: inline-block;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.posr {
  position: relative;
}

.poR {
  position: relative;
}

.poA {
  position: absolute;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

a.over:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

video {
  width: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 105;
}

.pagetop a {
  display: block;
  text-align: center;
}

.pagetop a:hover {
  display: block;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@media only screen and (min-width: 769px) {
  .straightline {
    background: url(../img/common/img-bar03.png) no-repeat;
    background-position: left;
    height: 3px;
    width: 100%;
    overflow: hidden;
  }
  body {
    font-size: 1.4rem;
  }
  .spbr {
    display: none;
  }
  .sp {
    display: none !important;
  }
  .sp_sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .pagetop img {
    width: 70px;
  }
  .btnTop {
    margin-top: 65px;
    margin-bottom: 120px;
    display: block;
    text-align: center;
  }
  .btnTop img {
    width: 225px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .pcbr {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_sp {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .btnTop {
    margin-top: 45px;
    margin-bottom: 100px;
    display: block;
    text-align: center;
  }
  .btnTop img {
    width: 225px;
  }
}
@media only screen and (max-width: 500px) {
  .sp_sp {
    display: block !important;
  }
}
/*----------------------------------------
HEADER
-----------------------------------------*/
nav {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 159px;
  padding-top: 186px;
  line-height: 1;
  margin-bottom: 65px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .breadcrumb-box::after {
    width: 90% !important;
  }
}
.breadcrumb__item:first-child {
  padding-left: 0;
}

.breadcrumb__item {
  display: inline;
  position: relative;
  font-size: 1.3rem;
  margin-right: 20px;
}

.breadcrumb__item:first-child:before {
  content: "";
}

.breadcrumb__item:last-child:before {
  display: none;
}

.breadcrumb__item:before {
  position: absolute;
  top: 4px;
  right: -14px;
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background-image: url(../img/common/pankuzu-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: 50%;
  margin-top: -4.5px;
}

.breadcrumb__item a {
  color: #fff;
}

.share__btn img {
  cursor: pointer;
}

footer section#area_sns .sns__blk.instagram .sns__blk--inner {
  overflow: hidden;
}

footer section#area_sns .sns__blk.instagram .insta_box > li {
  width: 48%;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  margin: 1%;
}

/* -----
PC
----- */
main {
  position: relative;
}

.lowbtn {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  font-size: 2rem;
  color: #897400;
  width: 278px;
  height: 74px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-image: url(/img/common/btnBg02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 75px auto 0;
}
.lowbtn.bright {
  color: #ddc558;
  border-color: #ddc558;
}
.lowbtn.bright::after {
  background-image: url("/img/common/combtn_arw_bright.svg");
}
.lowbtn::after {
  content: "";
  display: inline-block;
  background-image: url("/img/common/combtn_arw.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 53px;
  height: 8px;
  position: absolute;
  right: -25px;
  top: calc(50% - 7px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.lowbtn:hover::after {
  right: -32px;
}
@media screen and (max-width: 768px) {
  .lowbtn {
    font-size: 1.6rem;
    width: 222px;
    height: 60px;
  }
  .lowbtn.--big {
    width: 245px;
    background-image: url(/img/common/btnBg_big.svg);
    font-size: 1.5rem;
  }
  .lowbtn::after {
    width: 43px;
    height: 7px;
    right: -20px;
  }
}

header {
  height: 85px;
  padding-bottom: 10px;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 20, 39, 0)), to(rgb(0, 20, 39)));
  background: linear-gradient(0deg, rgba(0, 20, 39, 0) 0%, rgb(0, 20, 39) 100%);
}
header.--hd-has-ceremony {
  height: 190px;
}
header.--hd-has-ceremony .drawer-hamburger {
  top: 65px;
}
header.--hd-has-ceremony .hd-ceremony {
  position: absolute;
  width: 100%;
  height: 65px;
  text-align: center;
  top: 0;
  font-size: 3rem;
  line-height: 65px;
  border-top: 1px solid #ddc558;
  border-bottom: 1px solid #ddc558;
  background-color: #000;
  color: #ddc558;
}
header .hdLogo {
  width: 152px;
  margin-left: 30px;
  margin-top: 10px;
}

h2 {
  font-weight: bold;
}

nav {
  overflow: scroll !important;
}
nav ul.drawer-menu {
  padding-top: 98px;
  padding-bottom: 20px;
  padding-left: 228px;
}
nav ul.drawer-menu li.logo {
  margin-bottom: 48px;
  opacity: 1 !important;
}
nav ul.drawer-menu li.logo:after {
  display: none;
}
nav ul.drawer-menu li.logo img {
  width: 126px;
}
nav ul.drawer-menu li {
  line-height: 1;
  position: relative;
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
nav ul.drawer-menu li .ttl {
  padding: 20px 0;
  font-size: 1.6rem;
}
nav ul.drawer-menu li .ttl:after {
  content: "";
}
nav ul.drawer-menu li.-no-link a {
  pointer-events: none;
  color: #8b8b8b !important;
}
nav ul.drawer-menu li a {
  font-size: 1.5rem;
  display: block;
  letter-spacing: 0;
}
nav ul.drawer-menu li.lang {
  position: relative;
}
nav ul.drawer-menu li.lang:after {
  display: none;
}
nav ul.drawer-menu li.lang .ttl {
  border-bottom: 0;
}
nav ul.drawer-menu li.lang .lang--link {
  position: relative;
  color: #fff;
  cursor: pointer;
}
nav ul.drawer-menu li.lang .lang--link:after {
  position: absolute;
  top: calc(50% - 4px);
  left: 119px;
  content: "";
  background: url(../img/common/ico-arrowbtm.png) no-repeat;
  width: 12px;
  height: 10px;
  background-size: contain;
}
nav ul.drawer-menu li.lang .lang--link.opn:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
nav ul.drawer-menu .lang {
  position: relative;
}
nav ul.drawer-menu .lang--lists {
  z-index: 999;
  height: auto;
}
nav ul.drawer-menu .lang--item {
  height: auto;
  margin: 0;
}
nav ul.drawer-menu .lang--item a {
  padding: 12px 0;
  padding: 20px 0;
  display: block;
  line-height: 1;
}
nav ul.drawer-menu li.sns {
  margin-top: 35px;
  border-top: 1px solid #fff;
  padding-top: 35px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 290px;
}
nav ul.drawer-menu li.sns:after {
  display: none;
}
nav ul.drawer-menu li.sns p img {
  width: 32px;
}
nav ul.drawer-menu li.sns p:not(:last-of-type) {
  margin-right: 15px;
}

footer {
  position: relative;
  z-index: 59;
}
footer #area_link {
  background-size: cover;
}
footer #area_link .link1 {
  background: #dcdcdc;
  padding: 70px 0 50px;
}
footer #area_link .link1 ul {
  background: url(../img/top/bg-link_pc.png) no-repeat;
  background-size: contain;
  height: 236px;
  margin: 2px auto;
  padding: 4px 40px;
}
footer #area_link .link1 ul li {
  padding: 50px 0;
  text-align: center;
  line-height: 1;
}
footer #area_link .link1 ul li:not(:last-of-type) {
  border-bottom: 1px solid #ddc558;
}
footer #area_link .link1 ul li a {
  position: relative;
  display: block;
}
footer #area_link .link1 ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
  background: url(../img/common/ico-arrowb.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 4px;
}
footer #area_link .link2 ul {
  margin: auto;
}
footer #area_link .link2 ul li {
  padding: 20px 0;
  text-align: center;
}
footer #area_link .link2 ul li:not(:last-of-type) {
  border-bottom: 1px solid #ededed;
}
footer #area_link .link2 ul li a {
  position: relative;
  display: block;
  max-width: 650px;
  margin: auto;
}
footer #area_link .link2 ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
  background: url(../img/common/ico-arrowb.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 4px;
}
footer section#area_sns {
  margin-top: 0;
  padding: 170px 0px 132px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgb(0, 0, 0)), color-stop(80%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0))) !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
}
footer section#area_sns.c-mainDecoTop::before {
  top: 77px;
}
footer section#area_sns.c-mainDecoBottom::after {
  bottom: 65px;
}
footer section#area_sns h2 {
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  margin: auto;
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  margin-top: 7px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
footer section#area_sns h2::before {
  display: none;
}
footer section#area_sns h2:after {
  display: none;
}
footer section#area_sns h2 span::before {
  display: none;
}
footer section#area_sns h2 span:after {
  display: none;
}
footer section#area_sns .sns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer section#area_sns .sns__blk {
  width: 32%;
}
footer section#area_sns .sns__blk.twitter .sns__blk--inner {
  overflow: scroll;
}
footer section#area_sns .sns__blk--logo {
  height: 25px;
  margin-bottom: 14px;
}
footer section#area_sns .sns__blk--inner {
  border: 1px solid #7f7f7f;
  height: 500px;
  overflow-x: hidden;
}
footer .fb_iframe_widget_fluid {
  width: 100%;
}
footer section#area_map {
  padding: 90px 0 110px;
  background: #efefef;
}
footer section#area_map h2 {
  line-height: 1;
  padding-bottom: 7px;
  margin-bottom: 20px;
  font-size: 3rem;
  text-align: center;
  border-bottom: 2px solid #004685;
  display: table;
  margin: auto;
  color: #004685;
  text-align: center;
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
footer section#area_map .map {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer section#area_map .map__blk.LFT {
  width: 70.8%;
}
footer section#area_map .map__blk.RGT {
  width: 24.6%;
}
footer section#area_map .map__blk.RGT ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer section#area_map .map__blk.RGT ul li {
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  width: 155px;
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer section#area_map .map__blk.RGT ul li:first-of-type {
  margin-bottom: 20px;
}
footer section#area_map .map__blk.RGT ul li a {
  text-align: center;
  display: block;
  padding: 40px 0;
}
footer section#area_map .map__blk.RGT ul li:hover {
  background: #000;
}
footer section#area_map .map__blk.RGT ul li:hover a {
  color: #fff;
}
footer section#area_contact {
  padding: 80px 0;
}
footer section#area_contact h2 {
  line-height: 1;
  padding-bottom: 7px;
  margin-bottom: 20px;
  font-size: 3rem;
  border-bottom: 2px solid #004685;
  display: inline-block;
  color: #004685;
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
footer section#area_contact .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer section#area_contact .contact--txt {
  width: 70%;
  margin-bottom: 25px;
  color: #000;
}
footer section#area_contact .contact ul {
  width: 50%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer section#area_contact .contact ul li {
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (-ms-high-contrast: none) {
  footer section#area_contact .contact ul li {
    height: 157px;
  }
}
footer section#area_contact .contact ul li:first-of-type {
  margin-right: 30px;
}
footer section#area_contact .contact ul li a {
  text-align: center;
  width: 155px;
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer section#area_contact .contact ul li:hover {
  background: #000;
}
footer section#area_contact .contact ul li:hover a {
  color: #fff;
  padding: 40px 0;
}
footer #area_bnr {
  padding: 30px 0 0;
  background-color: #000;
}
footer #area_bnr .bnr {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer #area_bnr .bnr li {
  width: 18%;
  width: calc(20% - 16px);
  margin-right: 20px;
  margin-bottom: 20px;
}
footer #area_bnr .bnr li:nth-of-type(5n) {
  margin-right: 0;
}
footer #area_bnr .sns {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer #area_bnr .sns li {
  width: 40px;
}
footer #area_bnr .sns li:not(:last-of-type) {
  margin-right: 20px;
}
footer #area_bnr .sns li a img {
  width: 40px;
}
footer #area_bnr .copyright {
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 60px 0 30px;
  position: relative;
}
footer #area_bnr .copyright:before {
  position: absolute;
  content: "";
  width: 72%;
  height: 36px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/common2025/copyright_treat.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.pagetop img {
  width: 70px;
}

/* PC End */
/* -----
SP
----- */
@media screen and (max-width: 768px) {
  .wrap {
    height: 65vh !important;
  }
  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 122px;
    line-height: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .breadcrumb-box::after {
    height: 1px;
    background-color: transparent;
    background-image: url(../img/common/breadcrumb_ber.png);
    background-size: cover;
    margin: 0;
    bottom: -47px;
    overflow-x: hidden;
    width: 100%;
  }
  .breadcrumb__item:first-child {
    padding-left: 0;
  }
  .breadcrumb__item {
    display: inline;
    position: relative;
    font-size: 1.3rem;
    margin-right: 20px;
    padding-top: 5px;
    letter-spacing: 0;
  }
  .breadcrumb__item:first-child:before {
    content: "";
  }
  .breadcrumb__item:last-child {
    margin-right: 0;
  }
  .breadcrumb__item:last-child:before {
    display: none;
  }
  .breadcrumb__item:before {
    position: absolute;
    top: 8px;
    right: -14px;
    content: "";
    width: 9px;
    height: 9px;
    display: inline-block;
    background-image: url("/img/common/pankuzu-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .breadcrumb__item:before {
    position: absolute;
    right: -14px;
    content: "";
    width: 9px;
    height: 9px;
    display: inline-block;
    background-image: url(../img/common/pankuzu-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    top: 50%;
    margin-top: -3px;
  }
  main {
    padding-top: 44px;
  }
  header {
    height: 75px;
    padding-bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 20, 39, 0)), to(rgb(0, 20, 39)));
    background: linear-gradient(0deg, rgba(0, 20, 39, 0) 0%, rgb(0, 20, 39) 100%);
  }
  header.--hd-has-ceremony {
    height: 118px;
  }
  header.--hd-has-ceremony .drawer-hamburger {
    top: 36px;
  }
  header.--hd-has-ceremony .hd-ceremony {
    font-size: 2.2rem;
    height: 40px;
    line-height: 40px;
  }
  header .hdLogo {
    width: 128px;
    margin-left: 10px;
    margin-top: 10px;
  }
  nav ul.drawer-menu {
    padding: 0 0 30px;
    margin: 70px auto 0;
    width: calc(100% - 70px);
    max-width: 350px;
  }
  nav ul.drawer-menu li.logo {
    margin-bottom: 48px;
    opacity: 1 !important;
  }
  nav ul.drawer-menu li.logo:after {
    display: none;
  }
  nav ul.drawer-menu li.logo img {
    width: 126px;
  }
  nav ul.drawer-menu li .ttl {
    padding: 15px 0;
    font-size: 1.6rem;
  }
  nav ul.drawer-menu li .ttl:after {
    content: "";
  }
  nav ul.drawer-menu li a {
    font-size: 1.5rem;
    display: block;
    letter-spacing: 0;
  }
  nav ul.drawer-menu li.lang {
    position: relative;
  }
  nav ul.drawer-menu li.lang:after {
    display: none;
  }
  nav ul.drawer-menu li.lang .ttl {
    border-bottom: 0;
  }
  nav ul.drawer-menu li.lang .lang--link {
    position: relative;
    color: #fff;
    cursor: pointer;
  }
  nav ul.drawer-menu li.lang .lang--link:after {
    position: absolute;
    top: calc(50% - 4px);
    left: 119px;
    content: "";
    background: url(../img/common/ico-arrowbtm.png) no-repeat;
    width: 12px;
    height: 10px;
    background-size: contain;
  }
  nav ul.drawer-menu li.lang .lang--link.opn:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  nav ul.drawer-menu .lang {
    position: relative;
  }
  nav ul.drawer-menu .lang--lists {
    z-index: 999;
    height: auto;
  }
  nav ul.drawer-menu .lang--item {
    height: auto;
    margin: 0;
  }
  nav ul.drawer-menu .lang--item a {
    padding: 15px 0;
    display: block;
    line-height: 1;
  }
  nav ul.drawer-menu li.sns {
    margin-top: 35px;
    border-top: 1px solid #fff;
    padding-top: 35px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 290px;
  }
  nav ul.drawer-menu li.sns:after {
    display: none;
  }
  nav ul.drawer-menu li.sns p img {
    width: 32px;
  }
  nav ul.drawer-menu li.sns p:not(:last-of-type) {
    margin-right: 15px;
  }
  footer {
    position: relative;
    z-index: 59;
  }
  footer .lowh2 {
    line-height: 1;
    font-size: 2.6rem;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  }
  footer #area_link {
    background-size: cover;
    background: #dcdcdc;
  }
  footer #area_link .link1 {
    padding: 90px 0 80px;
    max-width: 300px;
    margin: 0 auto;
  }
  footer #area_link .link1 ul {
    position: relative;
    background: url(../img/top/bg-link02.png) repeat-y;
    background-size: contain;
    height: 100%;
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  footer #area_link .link1 ul:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    background: url(../img/top/bg-link01.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }
  footer #area_link .link1 ul:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    background: url(../img/top/bg-link01.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  footer #area_link .link1 ul li {
    position: relative;
    z-index: 10;
    line-height: 1.4;
    text-align: center;
  }
  footer #area_link .link1 ul li:not(:last-of-type) {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  footer #area_link .link1 ul li:not(:first-of-type) {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  footer #area_link .link1 ul li:not(:last-of-type) {
    border-bottom: 1px solid #ddc558;
  }
  footer #area_link .link1 ul li a {
    position: relative;
    display: block;
  }
  footer #area_link .link1 ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0;
    background: url(../img/common/ico-arrowb.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 4px;
  }
  footer #area_link .link2 {
    background: #fff;
  }
  footer #area_link .link2 ul {
    margin: auto;
  }
  footer #area_link .link2 ul li {
    padding: 20px 0;
    text-align: center;
  }
  footer #area_link .link2 ul li:not(:last-of-type) {
    border-bottom: 1px solid #ededed;
  }
  footer #area_link .link2 ul li a {
    position: relative;
    display: block;
  }
  footer #area_link .link2 ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 5%;
    background: url(../img/common/ico-arrowb.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 4px;
  }
  footer section#area_sns {
    margin-top: 0;
    padding: 70px 0 79px;
  }
  footer section#area_sns.c-mainDecoTop::before {
    top: 65px;
  }
  footer section#area_sns.c-mainDecoBottom::after {
    display: none;
  }
  footer section#area_sns .sns {
    margin-top: 33px;
  }
  footer section#area_sns .sns__blk {
    width: 100%;
    overflow: scroll;
  }
  footer section#area_sns .sns__blk:not(:last-of-type) {
    margin-bottom: 20px;
  }
  footer section#area_sns .sns__blk.twitter .sns__blk--inner, footer section#area_sns .sns__blk.instagram .sns__blk--inner {
    overflow: scroll;
  }
  footer section#area_sns .sns__blk--logo {
    height: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  footer section#area_sns .sns__blk--inner {
    border: 1px solid #7f7f7f;
    height: 300px;
  }
  footer section#area_sns .fb_iframe_widget_fluid {
    width: 100%;
  }
  footer section#area_map {
    padding: 80px 0 70px;
    background: #efefef;
  }
  footer section#area_map .map {
    margin-top: 30px;
    width: 100%;
    overflow-x: hidden;
  }
  footer section#area_map .map__blk.LFT {
    margin-bottom: 15px;
  }
  footer section#area_map .map__blk.RGT ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  footer section#area_map .map__blk.RGT ul li {
    width: 46%;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
    width: 140px;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer section#area_map .map__blk.RGT ul li a {
    text-align: center;
    display: block;
    line-height: 1.3;
    padding: 40px 0;
  }
  footer section#area_map .map__blk.RGT ul li:hover {
    background: #000;
  }
  footer section#area_map .map__blk.RGT ul li:hover a {
    color: #fff;
  }
  footer section#area_contact {
    padding: 60px 0 80px;
  }
  footer section#area_contact .contact {
    margin-top: 30px;
  }
  footer section#area_contact .contact--txt {
    margin-bottom: 20px;
    color: #000;
  }
  footer section#area_contact .contact ul {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  footer section#area_contact .contact ul li {
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer section#area_contact .contact ul li a {
    text-align: center;
    line-height: 1.3;
    width: 140px;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer section#area_contact .contact ul li:hover {
    background: #000;
  }
  footer section#area_contact .contact ul li:hover a {
    color: #fff;
    padding: 40px 0;
  }
  footer #area_bnr {
    padding: 50px 0 0;
  }
  footer #area_bnr .bnr {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer #area_bnr .bnr li {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  footer #area_bnr .bnr li:nth-last-of-type(n + 1) {
    margin-bottom: 25px;
  }
  footer #area_bnr .bnr li:nth-of-type(2n) {
    margin-right: 0;
  }
  footer #area_bnr .bnr li a {
    display: block;
  }
  footer #area_bnr .sns {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer #area_bnr .sns li {
    width: 37.5px;
  }
  footer #area_bnr .sns li:not(:last-of-type) {
    margin-right: 20px;
  }
  footer #area_bnr .sns li a img {
    width: 40px;
  }
  footer #area_bnr .copyright {
    font-size: 1rem;
    padding: 50px 0;
  }
  footer #area_bnr .copyright:before {
    width: 86%;
    height: 45px;
    background-image: url(../img/common2025/copyright_treat_sp.png);
  }
  .pagetop {
    bottom: 15px;
    right: 15px;
  }
  .pagetop img {
    width: 35px;
  }
}
.kirakira {
  position: fixed;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  max-height: 400px;
}
@media screen and (max-width: 768px) {
  .kirakira {
    max-height: 300px;
  }
}

.kirakiraLFT {
  position: fixed;
  bottom: -100px;
  left: -50px;
  z-index: 2;
  pointer-events: none;
  /* max-height: 400px;*/
}
.kirakiraLFT img {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .kirakiraLFT {
    bottom: -40px;
  }
  .kirakiraLFT img {
    min-width: 750px;
  }
}

.kirakiraRGT {
  position: fixed;
  bottom: -100px;
  right: -50px;
  z-index: 2;
  pointer-events: none;
  /* max-height: 400px;*/
}
.kirakiraRGT img {
  width: 85%;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .kirakiraRGT {
    display: none;
  }
}

.kirakira_link {
  display: block;
  position: fixed;
  left: 4.5%;
  bottom: 110px;
  pointer-events: all;
  z-index: 3;
}
.kirakira_link img {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .kirakira_link {
    bottom: 100px;
  }
  .kirakira_link img {
    width: 70px;
  }
}

.kirakira_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.612482493)), color-stop(71%, rgba(0, 0, 0, 0.8701855742)), to(black)) !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.612482493) 35%, rgba(0, 0, 0, 0.8701855742) 71%, black 100%) !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 4vh;
}

/* SP End */
.dottedBorder {
  background-image: linear-gradient(to right, #000, #000 2px, #fff 2px, #fff 8px);
  background-size: 4px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.snsSp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 150px;
  margin-top: 10px;
  position: relative;
  z-index: 9999;
}
.snsSp.drawer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  top: 19px;
  left: 42%;
  max-width: 132px;
}
.snsSp .share__btn {
  width: 35px;
}
.snsSp .share__btn:not(:last-of-type) {
  margin-right: 13px;
}

.breadcrumb-box2022 {
  background-color: #030f22;
  background-image: url(../img/common/breadcrumb_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  position: relative;
}
.breadcrumb-box2022 .breadcrumb__item {
  color: #fff;
  line-height: 1.3;
}

.common2022Title {
  text-align: center;
  color: #897400;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  padding-top: 7px;
  font-size: 3.2rem;
  padding-bottom: 15px;
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.common2022SubTitle {
  font-size: 1.6rem;
  color: #897400;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.titleMarkGold {
  color: #ddc558;
}

.area_sns2022 {
  background-color: transparent;
  padding-top: 124px;
  position: relative;
}
.area_sns2022__title {
  color: #ddc558;
  border-top: 1px solid #ddc558;
  border-bottom: 1px solid #ddc558;
  padding: 17px 0;
  font-size: 3.2rem;
  width: 345px;
  position: relative;
}
.area_sns2022__title::before, .area_sns2022__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 181.5px;
  height: 11px;
  left: calc(50% - 91px);
  background-size: contain;
  background-repeat: no-repeat;
}
.area_sns2022__title::before {
  background-image: url(../img/common/ttlDeco_l-ylw.png);
  top: -12px;
}
.area_sns2022__title::after {
  background-image: url(../img/common/ttlDeco_l-ylw.png);
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  bottom: -12px;
}
.area_sns2022__title span::before, .area_sns2022__title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  top: calc(50% - 4px);
  background-color: #ecdc75;
}
.area_sns2022__title span::before {
  left: -4px;
}
.area_sns2022__title span::after {
  right: -4px;
}
.area_sns2022__lead {
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 30px;
}
.area_sns2022 .sns2022 .sns__swiper--wrapper--slide {
  border-radius: 20px;
  border: 1px solid #002a54;
}
.area_sns2022 .sns2022 .sns__swiper--wrapper--slide--link {
  pointer-events: none;
}
.area_sns2022 .sns2022 .sns__swiper--wrapper--slide--link--image {
  border-radius: 0;
}
.area_sns2022 .sns2022 .swiperSp {
  display: none;
}
.area_sns2022 .sns2022__linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.area_sns2022 .sns2022__linkArea--item {
  width: 37px;
  margin-right: 30px;
}
.area_sns2022 .sns2022__linkArea--item:last-of-type {
  margin-right: 0;
}
.area_information2022 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.area_information2022:before {
  position: absolute;
  content: "";
  width: 72%;
  height: 36px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/common2025/area_information2025_treat.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.area_information2022--title {
  text-align: center;
  color: #ddc558;
  font-size: 3.2rem;
  margin: 0 auto;
  line-height: 1;
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  position: relative;
  font-weight: 600;
}
.area_information2022--title--small {
  display: block;
  font-size: 1.3rem;
}
.area_information2022--title--normal {
  display: block;
  font-size: 3.2rem;
}
.area_information2022__flex {
  margin: auto;
  margin-top: 35px;
  display: block;
  position: relative;
  width: 100%;
  max-width: 750px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.area_information2022__flex--item {
  width: calc(100% - 0px);
  position: relative;
  padding-bottom: 32px;
}
.area_information2022__flex--item.second .area_information2022__flex--item--btnArea {
  margin-left: auto;
}
.area_information2022__flex--item--text .mt10 {
  display: inline-block;
  margin-top: 10px;
}
.area_information2022__flex--item--text .indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.area_information2022__flex--item--text .ttl {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.area_information2022__flex--item--text a {
  color: #fff;
}
.area_information2022 .area_information2022__flex--item--btnArea {
  display: block;
  width: 290px;
  margin: 0 auto;
}
.area_information2022 .area_information2022__flex--item--btnArea:nth-of-type(n + 2) {
  margin-top: 6px;
}
.area_information2022 .area_information2022__flex--item--btnArea.--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 750px;
}
.area_information2022 .area_information2022__flex--item--btnArea.--flex .btn {
  font-size: 1.6rem;
  width: 330px;
  height: 85px;
}
.area_information2022 .area_information2022__flex--item--btnArea.--flex .btn:before, .area_information2022 .area_information2022__flex--item--btnArea.--flex .btn:after {
  height: 30px;
}

.area_siteLink2022 {
  padding: 25px 10px;
  background-color: #fff;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.area_siteLink2022 a {
  display: inline-block;
  padding: 10px 20px;
}

.area_bnr2022 {
  position: relative;
}

@media screen and (max-width: 768px) {
  .breadcrumb-box2022 {
    padding-bottom: 29px;
  }
  .common2022Title {
    width: 100%;
    font-size: 2.6rem;
    text-align: left;
  }
  .area_sns2022 {
    padding-top: 106px !important;
    position: relative;
  }
  .area_sns2022__title {
    font-size: 2.6rem !important;
    width: 272px;
  }
  .area_sns2022__title span::before, .area_sns2022__title span::after {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
  }
  .area_sns2022__title span::before {
    left: -3px;
  }
  .area_sns2022__title span::after {
    right: -3px;
  }
  .area_sns2022__lead {
    font-size: 2rem;
    margin-top: 26px;
    line-height: 1.5;
  }
  .area_sns2022 .sns2022 .swiperSp {
    display: block;
  }
  .area_sns2022 .sns2022__linkArea {
    margin-top: 22px;
  }
  .area_sns2022 .sns2022__linkArea--item {
    width: 40px;
    text-align: center;
    margin-right: 15px;
  }
  .area_information2022 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .area_information2022:before {
    position: absolute;
    content: "";
    width: 88%;
    height: 52px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../img/common2025/area_information2025_treat_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .area_information2022--title {
    font-size: 2.6rem;
  }
  .area_information2022--title--normal {
    font-size: 2.6rem;
  }
  .area_information2022__flex {
    display: block;
    margin-top: 34px;
    width: 100%;
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
  }
  .area_information2022__flex.onTime .area_information2022__flex--item--text {
    min-height: unset;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
  .area_information2022__flex.onTime .area_information2022__flex--item--text .ttl {
    min-height: unset;
  }
  .area_information2022__flex::before {
    display: none;
  }
  .area_information2022__flex--item {
    width: 100%;
    padding-right: 0;
  }
  .area_information2022__flex--item:nth-of-type(n + 2) {
    margin-top: 0px;
  }
  .area_information2022__flex--item--text {
    min-height: unset;
  }
  .area_information2022__flex--item--text .ttl {
    font-size: 105%;
    margin-left: 0;
    text-indent: -1em;
  }
  .area_information2022 .area_information2022__flex--item--btnArea {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
  .area_information2022 .area_information2022__flex--item--btnArea.--flex {
    display: block;
    width: 100%;
  }
  .area_information2022 .area_information2022__flex--item--btnArea.--flex .btn {
    margin: 0 auto;
    width: 100%;
  }
  .area_information2022 .area_information2022__flex--item--btnArea.--flex .btn:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .area_information2022 .area_information2022__flex--item--btnArea:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .area_information2022 .area_information2022__flex--item--btnArea--link {
    font-size: 1.8rem;
    padding: 10px 0;
    padding-right: 20px;
  }
  .area_information2022 .area_information2022__flex--item--btnArea--link:after {
    right: 4px;
  }
  .area_siteLink2022 {
    padding: 35px 0px;
    margin: 0 auto;
  }
  .area_siteLink2022 a {
    display: block;
    padding: 10px 0;
    margin: 10px auto 0;
  }
}
.c-video {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.65;
}

.c-secTtl {
  font-size: 3rem;
  line-height: 1.3;
}

.c-secBg {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(11, 9, 23, 0)), color-stop(9.71%, rgba(11, 9, 23, 0.8)), color-stop(89.76%, rgba(11, 9, 23, 0.8)), to(rgba(11, 9, 23, 0)));
  background: linear-gradient(0deg, rgba(11, 9, 23, 0) 0%, rgba(11, 9, 23, 0.8) 9.71%, rgba(11, 9, 23, 0.8) 89.76%, rgba(11, 9, 23, 0) 100%);
}

.c-secBg--wh {
  background: linear-gradient(180deg, transparent 0%, rgb(255, 255, 255) 60px, rgb(255, 255, 255) calc(100% - 140px), transparent 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-secBg--wh {
    background: linear-gradient(180deg, transparent 0%, rgb(255, 255, 255) 60px, rgb(255, 255, 255) calc(100% - 100px), rgb(0, 0, 0) 100%);
  }
}

.c-lower {
  padding: 140px 0 220px;
  margin-top: 80px;
  position: relative;
}
.c-lower::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% - 42.5px);
  top: 87px;
  background-image: url(../img/common/secIcon02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 85px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .c-lower {
    padding: 140px 0 130px;
    margin-top: 20px;
  }
  .c-lower::before {
    left: calc(50% - 37.5px);
    width: 75px;
    height: 23px;
  }
}

.c-mainDecoTop {
  position: relative;
}
.c-mainDecoTop::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% - 42.5px);
  top: 87px;
  background-image: url(../img/common/secIcon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 85px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .c-mainDecoTop::before {
    left: calc(50% - 37.5px);
    width: 75px;
    height: 23px;
  }
}

.c-mainDecoBottom {
  position: relative;
}
.c-mainDecoBottom::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% - 42.5px);
  bottom: 87px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../img/common/secIcon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 85px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .c-mainDecoBottom::after {
    left: calc(50% - 37.5px);
    width: 75px;
    height: 23px;
  }
}

.c-mainDecoLeft {
  position: relative;
}
.c-mainDecoLeft::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc(50% - 42.5px);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url(../img/common/secIcon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 85px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .c-mainDecoLeft::before {
    top: calc(50% - 37.5px);
    width: 75px;
    height: 23px;
  }
}

.c-mainDecoRight {
  position: relative;
}
.c-mainDecoRight::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: calc(50% - 42.5px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(../img/common/secIcon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 85px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .c-mainDecoRight::after {
    top: calc(50% - 37.5px);
    width: 75px;
    height: 23px;
  }
}

.combtn {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  font-size: 2rem;
  color: #897400;
  width: 278px;
  height: 74px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-image: url(/img/common/btnBg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.combtn.bright {
  color: #ddc558;
  border-color: #ddc558;
}
.combtn.bright::after {
  background-image: url("/img/common/combtn_arw_bright.svg");
}
.combtn.--big {
  width: 305px;
  background-image: url(/img/common/btnBg_big.svg);
}
.combtn::after {
  content: "";
  display: inline-block;
  background-image: url("/img/common/combtn_arw.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 53px;
  height: 8px;
  position: absolute;
  right: -25px;
  top: calc(50% - 7px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.combtn:hover::after {
  right: -32px;
}
@media screen and (max-width: 768px) {
  .combtn {
    font-size: 1.6rem;
    width: 222px;
    height: 60px;
  }
  .combtn.--big {
    width: 245px;
    background-image: url(/img/common/btnBg_big.svg);
    font-size: 1.5rem;
  }
  .combtn::after {
    width: 43px;
    height: 7px;
    right: -20px;
  }
}

.secttl {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  font-size: 3.2rem;
  color: #897400;
  width: 340px;
  height: 68px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #897400;
  border-bottom: 1px solid #897400;
  position: relative;
  margin: auto;
  text-align: center;
  font-weight: 500;
}
.secttl.--lower {
  width: 490px;
  height: 90px;
  background: unset;
  margin-bottom: 60px;
}
.secttl.--lower::before {
  background-image: url(../img/common/icon_ttlDeco02.svg);
}
.secttl.--lower::after {
  background-image: url(../img/common/icon_ttlDeco02.svg);
}
.secttl.--lower span::before, .secttl.--lower span::after {
  background-image: url(../img/common/icon_ttlDeco02.svg);
}
.secttl.bright {
  color: #ddc558;
  border-color: #ddc558;
}
.secttl::before, .secttl::after {
  content: "";
  background-image: url(../img/common/icon_ttlDeco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: -6px;
  width: 14px;
  height: 11px;
}
.secttl::before {
  left: -12px;
}
.secttl::after {
  right: -12px;
}
.secttl span::before, .secttl span::after {
  content: "";
  background-image: url(../img/common/icon_ttlDeco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  bottom: -6px;
  width: 14px;
  height: 11px;
}
.secttl span::before {
  left: -12px;
}
.secttl span::after {
  right: -12px;
}
.secttl small {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .secttl {
    font-size: 2.6rem;
    height: 54px;
    min-width: 205px;
    padding: 0 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .secttl.--lower {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 400px;
    height: auto;
    padding: 10px 10px;
    margin-bottom: 60px;
    line-height: 1.2;
  }
}

.fixedBnr {
  position: fixed;
  width: 214px;
  height: 93px;
  right: 15px;
  bottom: 110px;
  z-index: 10;
}
.fixedBnr.--01 {
  bottom: 110px;
}
.fixedBnr.--02 {
  bottom: 240px;
}
.fixedBnr.--03 {
  bottom: 217px;
}
.fixedBnr_close {
  position: absolute;
  width: 26px;
  top: -8px;
  left: -8px;
  z-index: 1;
}
.fixedBnr_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  text-align: center;
  width: 100%;
  height: 100%;
}
.fixedBnr_bnr img {
  position: absolute;
  left: 0;
  top: 0;
}
.fixedBnr_bnr span {
  position: relative;
  z-index: 2;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.3;
  top: 3px;
  letter-spacing: 0;
}
.fixedBnr_bnr span b {
  font-size: 1.2rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .fixedBnr {
    width: 200px;
    height: auto;
    right: 0;
    bottom: 0;
  }
  .fixedBnr.--01 {
    bottom: 65px;
    width: 190px;
  }
  .fixedBnr.--01 .fixedBnr_bnr img {
    position: relative;
  }
  .fixedBnr.--02 {
    bottom: 165px;
    width: 190px;
  }
  .fixedBnr.--02 .fixedBnr_bnr img {
    position: relative;
  }
  .fixedBnr.--03 {
    bottom: 60px;
  }
  .fixedBnr_close {
    top: -14px;
    left: 19px;
    width: 22px;
  }
  .fixedBnr_bnr {
    padding-left: 30px;
  }
  .fixedBnr_bnr span {
    font-size: 1.7rem;
    top: 4px;
    line-height: 1.1;
  }
  .fixedBnr_bnr span b {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 769px) {
  .c-video {
    display: none;
  }
  .fixed-movie {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    /* min-height: 100%; */
    /* min-width: 100%; */
    opacity: 0.65;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    filter: blur(0px);
    transition: all 0.3s;
  }
  .fixed-movie video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-main {
    padding-top: 190px;
  }
  .c-main-bg-white {
    padding-top: 120px;
    padding-bottom: 240px;
    margin-top: 70px;
  }
  .c-secBg--wh {
    background: linear-gradient(180deg, transparent 0%, rgb(255, 255, 255) 60px, rgb(255, 255, 255) calc(100% - 100px), rgb(0, 0, 0) 100%);
    position: relative;
  }
  .c-section-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0 57px;
    font-size: 16px;
    color: #ddc558;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    position: relative;
  }
  .c-section-title:before {
    position: absolute;
    content: "";
    width: 38px;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ddc558;
  }
  .c-section-title:after {
    position: absolute;
    content: "";
    width: 38px;
    height: 1px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ddc558;
  }
  .c-bg {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(35%, rgb(0, 0, 0)), color-stop(65%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0))) !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 35%, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .c-btn {
    color: #ddc558;
    font-weight: 600;
    position: relative;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    font-size: 1.6rem;
    display: block;
    width: 280px;
    height: 80px;
    margin-inline: auto;
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.1em;
  }
  .c-btn:hover {
    opacity: 1;
  }
  .c-btn:hover span {
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
  }
  .c-btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 26px;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/common2025/btn_treat.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c-btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 26px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/common2025/btn_treat.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-btn span {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn span:before {
    position: absolute;
    content: "";
    width: 32px;
    height: 1px;
    top: 8px;
    right: -5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ddc558;
  }
  .c-btn span:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    top: 5px;
    right: -5px;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
    background-color: #ddc558;
  }
  .c-parts {
    padding-bottom: 240px;
  }
  .c-parts__title01 {
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    padding: 28px 10px;
    width: 380px;
    margin-inline: auto;
    position: relative;
  }
  .c-parts__title01:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 23px;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/renaissance2025/lead_title-treat_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c-parts__title01:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 23px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/renaissance2025/lead_title-treat_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .c-parts__title01-area {
    color: #ddc558;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    position: relative;
    padding: 0 60px;
  }
  .c-parts__title01-area:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ddc558;
  }
  .c-parts__title01-area:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ddc558;
  }
  .c-parts__title01-program {
    color: #fff;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-top: 4px;
    letter-spacing: 0.12em;
    text-align: center;
  }
  .c-parts__title02 {
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    padding: 34px 10px;
    width: 450px;
    line-height: 1;
    margin-inline: auto;
    position: relative;
  }
  .c-parts__title02:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 29px;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/common/lead_title-treat02_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c-parts__title02:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 29px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/common/lead_title-treat02_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .c-parts__title02-area {
    color: #897400;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0 50px;
  }
  .c-parts__title02-area:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #897400;
  }
  .c-parts__title02-area:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #897400;
  }
  .c-parts__title02-program {
    color: #897400;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 9px;
    letter-spacing: 0.12em;
    text-align: center;
  }
  .c-parts__title02-program span {
    font-size: 1.3rem;
    margin-left: 10px;
    display: inline-block;
    font-weight: normal;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    letter-spacing: 0;
  }
  .c-parts__btn02 {
    color: #897400;
    margin-top: 50px;
    font-weight: 600;
    position: relative;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    font-size: 1.6rem;
    display: block;
    width: 280px;
    height: 80px;
    margin-inline: auto;
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.1em;
  }
  .c-parts__btn02:hover {
    opacity: 1;
  }
  .c-parts__btn02:hover span {
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
  }
  .c-parts__btn02:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 26px;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/common/totop-treat02.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c-parts__btn02:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 26px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/common/totop-treat02.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-parts__btn02 span {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-parts__btn02 span:before {
    position: absolute;
    content: "";
    width: 32px;
    height: 1px;
    top: 8px;
    right: -5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #897400;
  }
  .c-parts__btn02 span:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    top: 5px;
    right: -5px;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
    background-color: #897400;
  }
  .c-parts .fixed-movie {
    position: fixed;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1480px;
    height: 76.25vw;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.65;
  }
}
@media screen and (max-width: 768px) {
  .c-video {
    display: none;
  }
  .fixed-movie {
    position: fixed;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1480px;
    height: 76.25vw;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.65;
  }
  .c-main {
    padding-top: 134px !important;
  }
  .c-main-bg-white {
    padding: 100px 0 130px;
    margin-top: 50px;
  }
  .c-section-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0 58px;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #ddc558;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    position: relative;
  }
  .c-section-title:before {
    position: absolute;
    content: "";
    width: 38px;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ddc558;
  }
  .c-section-title:after {
    position: absolute;
    content: "";
    width: 38px;
    height: 1px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ddc558;
  }
  .c-btn {
    color: #ddc558;
    font-weight: 600;
    position: relative;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    font-size: 20px;
    display: block;
    width: 270px;
    height: 75px;
    margin-inline: auto;
    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;
    letter-spacing: 0.1em;
  }
  .c-btn:hover {
    opacity: 1;
  }
  .c-btn:hover span {
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
  }
  .c-btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 22px;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/common/btn_treat.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c-btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 22px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/common/btn_treat.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-btn span {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn span:before {
    position: absolute;
    content: "";
    width: 32px;
    height: 1px;
    top: 8px;
    right: -5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ddc558;
  }
  .c-btn span:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    top: 5px;
    right: -5px;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
    background-color: #ddc558;
  }
  .c-bg {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgb(0, 0, 0)), color-stop(80%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0))) !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .c-parts {
    padding-bottom: 240px;
  }
  .c-parts__title01 {
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    padding: 21px 10px;
    width: 330px;
    margin-inline: auto;
    position: relative;
  }
  .c-parts__title01:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 23px;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/renaissance2025/lead_title-treat_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c-parts__title01:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 23px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/renaissance2025/lead_title-treat_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .c-parts__title01-area {
    color: #ddc558;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    position: relative;
    padding: 0 60px;
  }
  .c-parts__title01-area:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ddc558;
  }
  .c-parts__title01-area:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #ddc558;
  }
  .c-parts__title01-program {
    color: #fff;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-top: 4px;
    letter-spacing: 0.12em;
    text-align: center;
  }
  .c-parts__title02 {
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    padding: 21px 10px;
    width: 330px;
    line-height: 1;
    font-weight: 500;
    margin-inline: auto;
    position: relative;
  }
  .c-parts__title02:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 29px;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/common/lead_title-treat02_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c-parts__title02:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 29px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/common/lead_title-treat02_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .c-parts__title02-area {
    color: #897400;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0 50px;
  }
  .c-parts__title02-area:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #897400;
  }
  .c-parts__title02-area:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #897400;
  }
  .c-parts__title02-program {
    color: #897400;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-top: 9px;
    letter-spacing: 0.12em;
    text-align: center;
  }
  .c-parts__btn02 {
    color: #897400;
    margin-top: 50px;
    font-weight: 600;
    position: relative;
    font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    font-size: 1.6rem;
    display: block;
    width: 280px;
    height: 80px;
    margin-inline: auto;
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.1em;
  }
  .c-parts__btn02:hover {
    opacity: 1;
  }
  .c-parts__btn02:hover span {
    -webkit-transform: translateY(-50%) translateX(5px);
            transform: translateY(-50%) translateX(5px);
  }
  .c-parts__btn02:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 26px;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/common/totop-treat02.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c-parts__btn02:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 26px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/common/totop-treat02.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-parts__btn02 span {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-parts__btn02 span:before {
    position: absolute;
    content: "";
    width: 32px;
    height: 1px;
    top: 8px;
    right: -5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #897400;
  }
  .c-parts__btn02 span:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    top: 5px;
    right: -5px;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg);
    background-color: #897400;
  }
  .c-parts .fixed-movie {
    position: fixed;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1480px;
    height: 76.25vw;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.65;
  }
}
main.comingsoon .mv-area__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main.comingsoon .mv-area__inner a {
  margin-top: 20px !important;
}
main.comingsoon .c-parts__title01-program {
  font-size: 2.4rem;
}
main.comingsoon .mv-area__img {
  margin-top: 30px;
}
/*# sourceMappingURL=common.css.map */