@charset "UTF-8";
/*------------------------------------------------------------
	normalize
------------------------------------------------------------*/
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, 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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

body {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body,
table,
input, textarea, select, option {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* {
  box-sizing: border-box;
}

a,
a:link {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:active {
  color: #000;
}

a:visited {
  color: #000;
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
  }
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

.forPC {
  display: block !important;
}
@media (max-width: 767.98px) {
  .forPC {
    display: none !important;
  }
}

.forSP {
  display: none !important;
}
@media (max-width: 767.98px) {
  .forSP {
    display: block !important;
  }
}

/*------------------------------------------------------------
	フォント設定
------------------------------------------------------------*/
.serif {
  font-family: "Noto Serif JP", serif;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.belle {
  font-family: "Bellefair", serif;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

/*------------------------------------------------------------
	装飾、アニメーション
------------------------------------------------------------*/
.animBox {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 0.8s;
}

.animBox_moved {
  opacity: 1;
  transform: translate(0, 0);
}

/*------------------------------------------------------------
	共通パーツ
------------------------------------------------------------*/
/*-- content --*/
.content {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .content {
    width: auto;
  }
}

/*-- headLine01 --*/
.headLine01 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .headLine01 {
    margin-bottom: 9.3333333333vw;
  }
}
.headLine01 img {
  height: 21px;
}
@media (max-width: 767.98px) {
  .headLine01 img {
    height: 3.7333333333vw;
  }
}

/*-- comBtn --*/
.comBtn {
  margin-left: 5px;
}
.comBtn img {
  width: 13px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-top: -2px;
}
.comBtn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  width: 90px;
  text-align: center;
  position: relative;
  border: 2px solid #000;
  letter-spacing: 1px;
  line-height: 1;
  padding: 6px 0 6px 8px;
}
@media (max-width: 767.98px) {
  .comBtn a {
    padding: 8px 0 4px;
    font-size: 2.9333333333vw;
  }
}
@media (min-width: 768px) {
  .comBtn a:hover {
    opacity: 0.8;
  }
}
.comBtn a:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

/*-- headLine02 --*/
.headLine02 {
  margin-bottom: 46px;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .headLine02 {
    font-size: 5.3333333333vw;
    letter-spacing: 0.4vw;
    line-height: 1.2;
    margin-bottom: 5.3333333333vw;
  }
}
.headLine02.line {
  line-height: 1.3;
}
.headLine02 .en {
  display: block;
  margin-top: 1em;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 767.98px) {
  .headLine02 .en {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
    margin-bottom: 3.3333333333vw;
    margin-bottom: 0;
  }
}

/*-- pageTop --*/
.pageTop {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 1000;
  opacity: 0;
  transition: 0.4s ease;
}
.pageTop.is-show {
  opacity: 1;
  transition: 0.4s ease;
}
@media (max-width: 767.98px) {
  .pageTop {
    position: fixed;
    right: 10px;
    bottom: 40px;
    opacity: 0.7;
  }
}
.pageTop a {
  display: block;
  width: 46px;
  height: 46px;
}
@media (max-width: 767.98px) {
  .pageTop a {
    width: 41px;
    height: 41px;
  }
}
.pageTop a:before {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
@media (max-width: 767.98px) {
  .pageTop a:before {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
}
@media (min-width: 768px) {
  .pageTop a:hover {
    opacity: 0.8;
  }
}
.pageTop embed {
  width: 46px;
  height: 46px;
}
@media (max-width: 767.98px) {
  .pageTop embed {
    width: 41px;
    height: 41px;
  }
}

/*-- links --*/
.links {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .links {
    font-size: 2.9333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0.48vw;
  }
}
.links a {
  display: inline-block;
  padding-bottom: 3px;
  text-decoration: none;
  border-bottom: solid 1px #000;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767.98px) {
  .links a {
    position: relative;
  }
}
.links a img {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .links a img {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
  }
}
.links a.sns {
  margin-bottom: 0;
  border: none;
  margin-left: 20px;
}
.links a.sns img {
  width: 22px;
  height: 22px;
}
.links + .links {
  margin-top: 1.5em;
}

/*-- caption --*/
.caption {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 2.04px;
  margin-top: 1em;
}
@media (max-width: 767.98px) {
  .caption {
    font-size: 2.4vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0.48vw;
    margin-top: 0.5em;
  }
}
.caption.right {
  text-align: right;
}

/*-- contactBox --*/
.contactBox {
  position: relative;
}
.contactBox a,
.contactBox div.close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 325px;
  height: 60px;
  margin: 0 auto;
  background: #ec9805;
  border-radius: 30px;
  cursor: pointer;
}
.contactBox a {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .contactBox a {
    width: 86.1333333333vw;
    height: 15.7333333333vw;
    border-radius: 7.8666666667vw;
  }
}
.contactBox a span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  color: #FFF;
}
@media (max-width: 767.98px) {
  .contactBox a span {
    font-size: 3.4666666667vw;
    letter-spacing: 0.3466666667vw;
  }
}
.contactBox a:before {
  position: absolute;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon04.svg) no-repeat left top;
  background-size: 15px 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  filter: brightness(0) invert(1);
}
.contactBox a:after {
  margin-top: -8px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  filter: brightness(0) invert(1);
}
.contactBox div.close {
  cursor: default;
  background: #CCC;
}
.contactBox div.close span {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 1.3;
  text-align: center;
}

/*------------------------------------------------------------
	ロードフラッシュ
------------------------------------------------------------*/
html {
  opacity: 0;
  transition: opacity 0.6s ease;
}
html.is-loaded {
  opacity: 1;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  width: 100%;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background: #061815;
}
@media (max-width: 767.98px) {
  body {
    min-width: inherit;
    font-size: 1.6vw;
    background: url("../img/index/bg_main-back.jpg") repeat-x center top/cover;
  }
}
body.is-fixed-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

section {
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 2.34375vw;
}
@media (max-width: 767.98px) {
  section {
    padding: 70px 4vw;
  }
}
section .content {
  position: relative;
  z-index: 20;
  width: 100%;
}
section .content .borderDeco {
  position: relative;
  padding: 9.6153846154% 6.7307692308%;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767.98px) {
  section .content .borderDeco {
    padding: 13.3333333333vw 3.3333333333vw;
  }
}
section .content .borderDeco:before, section .content .borderDeco:after {
  position: absolute;
  content: "";
  width: 15.625vw;
  height: 7.03125vw;
  border: solid 1.5px #ec9805;
}
@media (max-width: 767.98px) {
  section .content .borderDeco:before, section .content .borderDeco:after {
    width: 29.0666666667vw;
    height: 12.2666666667vw;
  }
}
section .content .borderDeco:before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
section .content .borderDeco:after {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
}

#container {
  text-align: left;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  #container {
    max-width: initial;
  }
}
@media (max-width: 767.98px) {
  #container {
    text-align: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}
#container.secound {
  text-align: left;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#main {
  position: relative;
  z-index: 2;
  width: 100%;
  background: url("../img/index/bg_main.jpg") no-repeat center top/contain, url("../img/index/bg_main-back.jpg") repeat-x center top/cover;
  background-attachment: scroll;
  background-size: auto 100vh;
}
@media (max-width: 767.98px) {
  #main {
    background: url("../img/index/bg_main@sp.png") no-repeat center top/contain;
  }
}
#main.is-fixed-bg {
  background-attachment: fixed;
}
@media (max-width: 767.98px) {
  #main.is-fixed-bg {
    background: none;
  }
}

@media (max-width: 767.98px) {
  #spMain.is-fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../img/index/bg_main@sp.png") no-repeat center top/contain;
    background-size: auto 100vh;
    z-index: 0;
  }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  min-height: 745px;
  max-height: 100vh;
  background: url("../img/index/bg_head.jpg") no-repeat center top/auto 100%, url("../img/index/bg_head-back.jpg") repeat-x center top/auto 100%;
}
@media (max-width: 767.98px) {
  #gHeader {
    height: 100lvh;
    min-height: initial;
    background: url(../img/index/bg_head@sp.png) no-repeat center top/cover;
  }
}
#gHeader .hInner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  height: 100%;
  margin: 0 auto;
  padding: 7.8125vh 0 2.34375vh;
}
@media (max-width: 767.98px) {
  #gHeader .hInner {
    padding: 13.3333333333vw 5.3333333333vw 4vw;
  }
}
#gHeader .logo {
  position: relative;
}
@media (max-width: 767.98px) {
  #gHeader .logo {
    width: 89.3333333333vw;
  }
}
#gHeader .logo img {
  display: block;
  width: 373px;
  margin: 0 auto 20px;
}
@media (max-width: 767.98px) {
  #gHeader .logo img {
    width: 100%;
  }
}
#gHeader .time {
  position: relative;
  margin-bottom: 7px;
  line-height: 1;
  z-index: 100;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767.98px) {
  #gHeader .time {
    margin-bottom: 2.6666666667vw;
  }
}
#gHeader .time .year {
  display: block;
  font-size: 1.610738255vh;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
@media (max-width: 767.98px) {
  #gHeader .time .year {
    font-size: 2.9333333333vw;
    letter-spacing: 0.264vw;
  }
}
#gHeader .time .big {
  display: block;
  font-size: 5.3691275168vh;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 3px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  #gHeader .time .big {
    font-size: 11.2vw;
    letter-spacing: 0.2666666667vw;
  }
}
#gHeader .time .week {
  display: block;
  font-size: 1.8791946309vh;
  line-height: 0.6;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  #gHeader .time .week {
    font-size: 3.6vw;
    letter-spacing: 0.312vw;
  }
}
#gHeader .txt02 {
  position: relative;
  z-index: 100;
  font-size: 1.8791946309vh;
  letter-spacing: 1.54px;
  margin-right: -1.54px;
  text-align: center;
  margin-top: 1em;
}
@media (max-width: 767.98px) {
  #gHeader .txt02 {
    display: block;
  }
}
#gHeader .txt02 > img {
  display: block;
  width: 13.28125vw;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  #gHeader .txt02 > img {
    width: 170px;
  }
}
#gHeader .txt02 > span {
  display: block;
  font-size: 1.09375vw;
}
@media (max-width: 767.98px) {
  #gHeader .txt02 > span {
    font-size: 3.2vw;
  }
}
#gHeader .decoration {
  position: absolute;
  width: 258px;
  height: 134px;
  bottom: 3.125vh;
  right: 7.6923076923%;
  z-index: 20;
}
@media (max-width: 767.98px) {
  #gHeader .decoration {
    width: 100px;
    height: 190px;
    right: 2.6666666667vw;
    bottom: 10.6666666667vw;
  }
}
#gHeader .decoration .item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 134px;
  border-radius: 67px;
  color: #FFF;
  text-align: center;
}
@media (max-width: 767.98px) {
  #gHeader .decoration .item {
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
}
#gHeader .decoration .item.present {
  left: 0;
  padding-top: 30px;
  background: #4786ac;
  font-size: 12px;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  #gHeader .decoration .item.present {
    left: initial;
    top: 0;
    padding-top: 25px;
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}
#gHeader .decoration .item.present::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-30%, -50%);
  width: 66px;
  height: 100px;
  background: url("../img/index/ico_pen.svg") no-repeat left top/contain;
}
@media (max-width: 767.98px) {
  #gHeader .decoration .item.present::before {
    width: 13.3333333333vw;
    height: 20.4vw;
  }
}
#gHeader .decoration .item.free {
  flex-direction: column;
  right: 0;
  background: #ec9805;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  #gHeader .decoration .item.free {
    right: initial;
    bottom: 0;
    padding-top: 5px;
  }
}
#gHeader .decoration .item.free span {
  display: block;
}
@media (max-width: 767.98px) {
  #gHeader .decoration .item.free span {
    font-size: 2.9333333333vw;
  }
}
#gHeader .decoration .item.free span:first-of-type {
  font-size: 20px;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
}
@media (max-width: 767.98px) {
  #gHeader .decoration .item.free span:first-of-type {
    font-size: 4vw;
  }
}
#gHeader .decoration .item.free img {
  display: block;
  width: 74px;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  #gHeader .decoration .item.free img {
    width: 14.9333333333vw;
    margin-bottom: 2px;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 20;
  position: relative;
  overflow: visible;
}
#gFooter .nav {
  position: relative;
  margin: 0 0 15px;
  font-size: 10px;
  letter-spacing: 0.2em;
}
@media (max-width: 767.98px) {
  #gFooter .nav {
    position: relative;
    margin: 0 0 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
#gFooter .nav a {
  color: #000;
  font-weight: 600;
}
#gFooter .nav ul {
  display: flex;
  justify-content: center;
}
#gFooter .nav ul li {
  padding: 0 2em;
}
@media (max-width: 767.98px) {
  #gFooter .nav ul li {
    padding: 0 1em;
  }
  #gFooter .nav ul li a {
    color: #FFF;
  }
}
#gFooter .nav ul li:nth-child(2) {
  border-left: solid 1px #000;
  border-right: solid 1px #000;
}
@media (max-width: 767.98px) {
  #gFooter .nav ul li:nth-child(2) {
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
  }
}

.copyright {
  position: relative;
  padding: 15px 0;
  color: #FFF;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 2.2px;
  background: #ec9805;
  text-align: center;
  z-index: 20;
}
@media (max-width: 767.98px) {
  .copyright {
    width: 100%;
    margin-left: 0;
    left: 0;
    bottom: 0;
    font-size: 9px;
    letter-spacing: 1.5px;
  }
}

/*------------------------------------------------------------
	TOPページ
------------------------------------------------------------*/
.sec01 {
  position: relative;
}
.sec01 .content {
  position: relative;
}
.sec01 .content:before {
  position: absolute;
  content: "";
  background-size: cover;
  z-index: 10;
  background: yellow;
}
.sec01 .content:before {
  width: 12.421875vw;
  max-width: 159px;
  height: 15.078125vw;
  max-height: 193px;
  right: 5.46875vw;
  top: -4.6875vw;
  background: url("../img/index/dec_cont01-02.png") no-repeat center top/contain;
}
@media (max-width: 767.98px) {
  .sec01 .content:before {
    width: 32vw;
    max-width: 240px;
    height: 40.9333333333vw;
    max-height: 307px;
    right: -8vw;
    top: 46.6666666667vw;
  }
}
@media (max-width: 767.98px) {
  .sec01 .content .borderDeco {
    padding: 13.3333333333vw 6.6666666667vw;
  }
  .sec01 .content .borderDeco:after {
    display: none;
  }
}
.sec01 .inner {
  display: grid;
  grid-template-columns: 65.3846153846% 1fr;
}
@media (max-width: 767.98px) {
  .sec01 .inner {
    grid-template-columns: 1fr;
  }
}
.sec01 .txt {
  position: relative;
  z-index: 20;
}
.sec01 .txt01 {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.24em;
  font-weight: 400;
  margin-bottom: 0.8em;
}
@media (max-width: 767.98px) {
  .sec01 .txt01 {
    font-size: 6.9333333333vw;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
}
.sec01 .txt01 > span {
  display: block;
}
@media (max-width: 767.98px) {
  .sec01 .txt01 > span span {
    display: block;
  }
}
.sec01 .txt02 {
  font-size: 16px;
  line-height: 2.4444;
  letter-spacing: 0.12em;
}
@media (max-width: 767.98px) {
  .sec01 .txt02 {
    font-size: 3.2vw;
  }
}
.sec01 .txt02 .catch {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .sec01 .txt02 .catch {
    font-size: 3.4666666667vw;
    line-height: 2;
  }
}
.sec01 .txt02 .about {
  padding: 0 0 15px;
  margin-bottom: 30px;
  font-size: 12px;
  border-bottom: solid 2px #000;
  overflow: hidden;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .sec01 .txt02 .about {
    font-size: 2.9333333333vw;
    letter-spacing: 0.12em;
    line-height: 1.8;
  }
}
.sec01 .txt02 .about .ttl {
  position: relative;
  width: 8em;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.12em;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .sec01 .txt02 .about .ttl {
    font-size: 3.2vw;
  }
}
.sec01 .txt02 .about .ttl:after {
  position: absolute;
  content: "";
  width: 1040px;
  height: 2px;
  background: #000;
  top: 50%;
  left: 8em;
}
.sec01 .txt02 .share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  margin-top: 40px;
  line-height: 1;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .sec01 .txt02 .share {
    gap: 10px;
    margin-top: 20px;
  }
}
.sec01 .txt02 .share .icon {
  width: 22px;
  height: 22px;
}
@media (max-width: 767.98px) {
  .sec01 .txt02 .share .icon {
    width: 26px;
    height: 26px;
  }
}
.sec01 .txt02 .share .icon a {
  display: block;
}
@media (max-width: 767.98px) {
  .sec01 .txt02 .share .icon a:hover img {
    opacity: 0.7;
  }
}
.sec01 .ph {
  position: relative;
}
@media (max-width: 767.98px) {
  .sec01 .ph {
    width: auto;
    height: 72vw;
  }
}
.sec01 .ph img {
  position: absolute;
  display: block;
  max-width: 648px;
  left: -13.4228187919vh;
  top: 12.0805369128vh;
}
@media (max-width: 767.98px) {
  .sec01 .ph img {
    max-width: 113.3333333333vw;
    left: -13.3333333333vw;
    top: 5.3333333333vw;
  }
}
.sec01::before {
  position: absolute;
  content: "";
  width: 44.53125vw;
  max-width: 570px;
  height: 57.03125vw;
  max-height: 730px;
  top: -22.8187919463vh;
  right: -33.5570469799vh;
  background: url("../img/index/dec_cont01-01.png") no-repeat center top;
  background-size: cover;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .sec01::before {
    width: 75.7333333333vw;
    max-width: 568px;
    height: 96.9333333333vw;
    max-height: 727px;
    top: -34.6666666667vw;
    right: -38.6666666667vw;
  }
}
@media (max-width: 767.98px) {
  .sec01 .snsBox {
    margin-bottom: 12.5333333333vw;
  }
}
@media (max-width: 767.98px) {
  .sec01 .snsBox .snsList {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .sec01 .snsBox .snsList li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767.98px) {
  .sec01 .snsBox .snsList li embed {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }
}
@media (max-width: 767.98px) {
  .sec01 .snsBox .snsList li p {
    font-size: 3.2vw;
    letter-spacing: 0.2186666667vw;
    margin-top: 3.3333333333vw;
  }
}

#main.is-fixed-bg .sec01:before {
  position: fixed;
  content: "";
  top: -24.1610738255vh;
  right: calc(50% - 53.515625vw);
}
@media (max-width: 767.98px) {
  #main.is-fixed-bg .sec01:before {
    top: -34.6666666667vw;
    right: -38.6666666667vw;
  }
}

.sec02 {
  position: relative;
}
.sec02 .content:first-of-type {
  position: relative;
}
.sec02 .content:first-of-type:before {
  position: absolute;
  content: "";
  background-size: cover;
  z-index: 10;
  background: yellow;
}
.sec02 .content:first-of-type:before {
  width: 27.5vw;
  max-width: 352px;
  height: 20.3125vw;
  max-height: 260px;
  right: -16.40625vw;
  bottom: 10.15625vw;
  background: url("../img/index/dec_cont02-01.png") no-repeat center top/contain;
}
@media (max-width: 767.98px) {
  .sec02 .content:first-of-type:before {
    width: 46.6666666667vw;
    max-width: 350px;
    height: 34.4vw;
    max-height: 258px;
    left: -9.3333333333vw;
    bottom: -21.3333333333vw;
    right: initial;
  }
}
.sec02 .box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .sec02 .box {
    gap: 4vw;
    margin-bottom: 20px;
  }
}
.sec02 .box .block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6em 1.8em;
  background: #ec9805;
}
@media (max-width: 767.98px) {
  .sec02 .box .block {
    padding: 0.6em 1.2em;
  }
}
.sec02 .box .block > span {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.3em;
}
@media (max-width: 767.98px) {
  .sec02 .box .block > span {
    font-size: 3.2vw;
    letter-spacing: 0.1em;
  }
}
.sec02 .box .block:first-of-type {
  position: relative;
}
.sec02 .box .block:first-of-type:after {
  position: absolute;
  content: "";
  width: 78px;
  height: 14px;
  background: url("../img/index/ico_arrow.svg") no-repeat center center/contain;
  top: 50%;
  right: -58px;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .sec02 .box .block:first-of-type:after {
    width: 8.6666666667vw;
    height: 2vw;
    right: -6.6666666667vw;
    background: url("../img/index/ico_arrow@sp.svg") no-repeat center center/contain;
  }
}
.sec02 .lead {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 0.15em;
}
@media (max-width: 767.98px) {
  .sec02 .lead {
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
}
.sec02 .boxWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  .sec02 .boxWrap {
    grid-template-columns: 1fr;
    gap: 3.3333333333vw;
    margin-bottom: 6vw;
  }
}
.sec02 .txtDl dt {
  padding: 0 0 12px;
  width: 5em;
  float: left;
  clear: left;
  font-size: 14px;
  letter-spacing: 1.54px;
  font-weight: 600;
  color: #ec9805;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 767.98px) {
  .sec02 .txtDl dt {
    width: 5em;
    font-size: 3.2vw;
    letter-spacing: 0.352vw;
    padding: 0 0 2.6666666667vw;
  }
}
.sec02 .txtDl dd {
  padding: 0 0 16px 6em;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.54px;
}
@media (max-width: 767.98px) {
  .sec02 .txtDl dd {
    position: relative;
    padding: 0 0 2.6666666667vw 6.5em;
    font-size: 3.2vw;
    letter-spacing: 0.352vw;
    font-weight: 400;
  }
  .sec02 .txtDl dd .pcbr {
    display: none;
  }
}
.sec02 .txtUl {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .sec02 .txtUl {
    font-size: 2.9333333333vw;
    letter-spacing: 0.1066666667vw;
  }
}
.sec02 .txtUl li {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
@media (max-width: 767.98px) {
  .sec02 .txtUl li {
    padding-top: 0.6666666667vw;
    padding-bottom: 0.6666666667vw;
  }
}
.sec02 .txtUl li .icon {
  color: #ec9805;
  width: 10px;
  height: 10px;
}
@media (max-width: 767.98px) {
  .sec02 .comBtn {
    position: absolute;
    top: 0;
    left: 32vw;
  }
}
.sec02 .comBtn a {
  margin-left: 70px;
  margin-top: -6px;
}
@media (max-width: 767.98px) {
  .sec02 .comBtn a {
    width: 18.2666666667vw;
    margin-left: 32.6666666667vw;
  }
}
.sec02 .comBtn img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .sec02 .comBtn img {
    height: 3.7333333333vw;
  }
}

.sec03 {
  position: relative;
}
.sec03 .content {
  position: relative;
}
.sec03 .content:before, .sec03 .content:after {
  position: absolute;
  content: "";
  background-size: cover;
  z-index: 10;
  background: yellow;
}
.sec03 .content:before {
  width: 25.703125vw;
  max-width: 329px;
  height: 24.84375vw;
  max-height: 318px;
  right: -7.8125vw;
  top: 7.03125vw;
  background: url("../img/index/dec_cont03-01.png") no-repeat center top/contain;
}
@media (max-width: 767.98px) {
  .sec03 .content:before {
    width: 43.8666666667vw;
    max-width: 329px;
    height: 42.4vw;
    max-height: 318px;
    right: initial;
    left: -18.6666666667vw;
    top: 21.3333333333vw;
  }
}
.sec03 .content:after {
  width: 28.359375vw;
  max-width: 363px;
  height: 23.59375vw;
  max-height: 302px;
  left: -13.28125vw;
  top: 650px;
  background: url("../img/index/dec_cont03-02.png") no-repeat center top/contain;
}
@media (max-width: 767.98px) {
  .sec03 .content:after {
    width: 49.3333333333vw;
    max-width: 370px;
    height: 40.9333333333vw;
    max-height: 307px;
    left: initial;
    right: -16vw;
    top: 301.3333333333vw;
  }
}
.sec03 .headLine01 {
  margin-bottom: 90px;
}
@media (max-width: 767.98px) {
  .sec03 .headLine01 {
    margin-bottom: 16vw;
  }
}
.sec03 .inner {
  position: relative;
  z-index: 20;
  display: flex;
  gap: 35px;
  margin-bottom: 200px;
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .sec03 .inner {
    display: block;
    margin-bottom: 13.3333333333vw;
  }
}
.sec03 .inner:nth-child(odd) {
  flex-direction: row;
}
.sec03 .inner.n02 {
  position: relative;
}
.sec03 .inner.n02:before {
  position: absolute;
  content: "";
  background-size: cover;
  z-index: 10;
  background: yellow;
}
.sec03 .inner.n02:before {
  width: 8.59375vw;
  max-width: 110px;
  height: 9.21875vw;
  max-height: 118px;
  right: -7.8125vw;
  bottom: -6.25vw;
  background: url("../img/index/dec_cont03-03.png") no-repeat center top/contain;
}
@media (max-width: 767.98px) {
  .sec03 .inner.n02:before {
    width: 26.6666666667vw;
    max-width: 200px;
    height: 28.5333333333vw;
    max-height: 214px;
    right: initial;
    left: -13.3333333333vw;
    bottom: -13.3333333333vw;
  }
}
.sec03 .inner.n03 {
  position: relative;
}
.sec03 .inner.n03:before {
  position: absolute;
  content: "";
  background-size: cover;
  z-index: 10;
  background: yellow;
}
.sec03 .inner.n03:before {
  width: 11.015625vw;
  max-width: 141px;
  height: 14.0625vw;
  max-height: 180px;
  left: 1.953125vw;
  bottom: -16vw;
  background: url("../img/index/dec_cont03-04.png") no-repeat center top/contain;
}
@media (max-width: 767.98px) {
  .sec03 .inner.n03:before {
    width: 25.3333333333vw;
    max-width: 190px;
    height: 32.2666666667vw;
    max-height: 242px;
    left: initial;
    right: -10vw;
    bottom: -13.3333333333vw;
  }
}
@media (max-width: 767.98px) {
  .sec03 .inner.n04:before {
    position: absolute;
    content: "";
    background-size: cover;
    z-index: 10;
    background: yellow;
    background: url("../img/index/dec_cont03-05.png") no-repeat center top/contain;
    width: 46.4vw;
    max-width: 348px;
    height: 44.2666666667vw;
    max-height: 332px;
    left: -16.6666666667vw;
    bottom: -30.6666666667vw;
    right: initial;
  }
}
.sec03 .inner.n05 {
  position: relative;
  margin-bottom: 0;
}
.sec03 .inner.n05:before, .sec03 .inner.n05:after {
  position: absolute;
  content: "";
  background-size: cover;
  z-index: 10;
  background: yellow;
}
.sec03 .inner.n05:before {
  width: 26.328125vw;
  max-width: 337px;
  height: 25.15625vw;
  max-height: 322px;
  right: -12.5vw;
  top: -15.625vw;
  background: url("../img/index/dec_cont03-05.png") no-repeat center top/contain;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .sec03 .inner.n05:before {
    display: none;
  }
}
.sec03 .inner.n05:after {
  width: 18.671875vw;
  max-width: 239px;
  height: 26.796875vw;
  max-height: 343px;
  right: 2.34375vw;
  bottom: -30.46875vw;
  background: url("../img/index/dec_cont03-06.png") no-repeat center top/contain;
}
@media (max-width: 767.98px) {
  .sec03 .inner.n05:after {
    width: 32.4vw;
    max-width: 243px;
    height: 46.4vw;
    max-height: 348px;
    right: 0;
    bottom: -56vw;
  }
}
.sec03 .inner .photoBox {
  width: 414px;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .sec03 .inner .photoBox {
    width: 100%;
  }
}
.sec03 .inner .photoBox img {
  width: 100%;
}
.sec03 .inner .textBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .sec03 .inner .textBox {
    position: relative;
    z-index: 20;
    padding-top: 5.3333333333vw;
  }
}
.sec03 .inner .textBox .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 17px;
}
@media (max-width: 767.98px) {
  .sec03 .inner .textBox .ttl {
    font-size: 4.1333333333vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.6613333333vw;
    margin-bottom: 3.3333333333vw;
  }
}
.sec03 .inner .textBox .txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .sec03 .inner .textBox .txt {
    font-size: 2.9333333333vw;
    line-height: 5.0666666667vw;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  .sec03 .inner .textBox .links a:hover {
    text-decoration: none;
  }
}
.sec03 .program {
  position: relative;
}
.sec03 .program .timetable {
  display: grid;
  grid-template-columns: 5em 13em;
  margin: 0 auto;
  max-width: 18em;
  gap: 10px;
}
.sec03 .program .timetable.first {
  margin: 0 auto 30px;
}
.sec03 .program .timetable.second {
  margin: 0 auto 15px;
}
.sec03 .program .programTitle {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #FFF;
  font-size: 19px;
  letter-spacing: 2.85px;
  text-align: center;
}
.sec03 .program .time {
  font-size: 16px;
  letter-spacing: 3.36px;
}
.sec03 .program .spot {
  font-size: 14px;
  letter-spacing: 1.8px;
}
.sec03 .program .note {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.8px;
  text-align: center;
}
.sec03 .snsList {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .sec03 .snsList {
    display: flex;
    gap: 20px;
    margin-top: 6.6666666667vw;
  }
}
.sec03 .snsList li a {
  display: flex;
  align-items: center;
}
.sec03 .snsList li embed {
  width: 27px;
  height: 27px;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .sec03 .snsList li embed {
    width: 4.9333333333vw;
    height: 4.9333333333vw;
  }
}
.sec03 .snsList li span {
  display: inline-block;
  line-height: 1;
  color: #FFF;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .sec03 .snsList li span {
    letter-spacing: 0.48vw;
    font-size: 2.9333333333vw;
  }
}

.access {
  position: relative;
  text-align: center;
  z-index: 10;
}
.access .content {
  position: relative;
}
.access .content:before, .access .content:after {
  position: absolute;
  content: "";
  background-size: cover;
  z-index: 10;
  background: yellow;
}
@media (max-width: 767.98px) {
  .access .content:before, .access .content:after {
    display: none;
  }
}
.access .content:before {
  width: 26.015625vw;
  max-width: 333px;
  height: 26.015625vw;
  max-height: 333px;
  left: -7.8125vw;
  top: 600px;
  background: url("../img/index/dec_access-01.png") no-repeat center top/contain;
}
.access .content:after {
  width: 11.25vw;
  max-width: 144px;
  height: 11.71875vw;
  max-height: 150px;
  right: -2.34375vw;
  top: 520px;
  background: url("../img/index/dec_access-02.png") no-repeat center top/contain;
}
.access .headLine01 {
  margin-bottom: 60px;
}
.access .txt01 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.12px;
  letter-spacing: 1.2px;
}
@media (max-width: 767.98px) {
  .access .txt01 {
    margin-bottom: 1.3333333333vw;
    font-size: 5.0666666667vw;
    line-height: 7.2866666667vw;
    letter-spacing: 0.2533333333vw;
  }
}
.access .txt02 {
  font-size: 14px;
  font-weight: 600;
  line-height: 23.92px;
  letter-spacing: 0.84px;
}
@media (max-width: 767.98px) {
  .access .txt02 {
    margin-bottom: 0;
    font-size: 3.2vw;
    line-height: 5.9853333333vw;
    letter-spacing: 0.192vw;
  }
}
.access .txt03 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 4.41px;
}
@media (max-width: 767.98px) {
  .access .txt03 {
    margin-bottom: 2vw;
    font-size: 5.0666666667vw;
    line-height: 9.76vw;
    letter-spacing: 1.064vw;
  }
}
.access .txt03 .tel {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.access .txt03 .tel a {
  /* color:#FFF; */
}
.access .txt04 {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 23.92px;
  letter-spacing: 0.84px;
}
@media (max-width: 767.98px) {
  .access .txt04 {
    margin-bottom: 6vw;
    font-size: 3.2vw;
    line-height: 5.9853333333vw;
    letter-spacing: 0.192vw;
  }
}
.access .txt04 span {
  display: block;
  margin-bottom: 1px;
}
.access .comBtn {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .access .comBtn {
    margin-bottom: 6vw;
  }
  .access .comBtn a {
    font-size: 3.4666666667vw;
  }
}
.access .links {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .access .links {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.access .links a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.access .btm:before {
  position: absolute;
  content: "";
  background-size: cover;
  z-index: 10;
  background: yellow;
}
@media (max-width: 767.98px) {
  .access .btm:before {
    display: none;
  }
}
.access .btm:before {
  width: 25.15625vw;
  max-width: 322px;
  height: 37.265625vw;
  max-height: 477px;
  right: 4.6875vw;
  bottom: -18.75vw;
  background: url("../img/index/dec_access-03.png") no-repeat center top/contain;
}
.access .btm img {
  position: relative;
  display: block;
  width: 427px;
  margin: 0 auto;
  z-index: 13;
}
@media (max-width: 767.98px) {
  .access .btm img {
    width: 100%;
  }
}
.access .contactBox {
  margin-bottom: 40px;
}