@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&family=Noto+Sans+JP:wght@900&display=swap&family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap");

@font-face {
  font-family: "fui";
  src: url("./HuiFontP29.woff") format("woff");
}

.og-font1 {
  font-family: "fui";
}

.color1 {
  color: #a9d3e8;
}

.color2 {
  color:  #092d27;
}

.shadow {
  text-shadow: #ffffff 0px 0px 6px;
}

/* font系ここから */
.font_Caveat {
  font-family: "Caveat", cursive !important;
}

.font_Nothing_You_Could_Do {
  font-family: "Nothing You Could Do", cursive !important;
}

/* font系ここまで */
/* text系ここから*/
.vertical_text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

@keyframes lineSlideDown {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes txt_animation1 {
  0% {
    width: 0px;
  }

  100% {
    width: 100%;
  }
}

@keyframes sway-and-zoom2 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-30deg);
  }

  50% {
    transform: rotate(30deg);
  }

  75% {
    transform: rotate(-30deg);
  }

  90% {
    transform: rotate(0deg);
  }

  95% {
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes sway-and-zoom {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-20px);
  }

  50% {
    transform: translateX(20px);
  }

  75% {
    transform: translateX(-20px);
  }

  90% {
    transform: translateX(0);
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes img-wrap {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes shake {
  0% {
    transform: scale(1);
  }

  /* 開始時に元のサイズ */
  50% {
    transform: scale(1.1);
  }

  /* 中間点で1.5倍の大きさに */
  100% {
    transform: scale(1);
  }

  /* 終了時に元のサイズに戻す */
}

@keyframes slideUp {
  to {
    transform: translateY(0);
  }
}

@keyframes swift-up {
  to {
    top: 0;
  }
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }

  50% {
    transform-origin: left;
    transform: scaleX(1);
  }

  50.001% {
    transform-origin: right;
  }

  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.txt_animation1 {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  width: 0px;
  animation: txt_animation1 1.5s linear forwards;
  animation-delay: 0s;
}

.txt_animation2_h {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.txt_animation2_h .txt_animation2_r {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: rgb(0, 0, 0);
  z-index: 111;
  width: 100%;
  height: 100%;
  transform: translateX(101%);
}

.txt_animation2_l {
  font-size: 50px;
}

@media only screen and (max-width: 767px) {
  .txt_animation2_l {
    font-size: 30px;
  }
}

.txt_animation3_h {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.txt_animation3_h .txt_animation3_r {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: rgb(0, 0, 0);
  z-index: 111;
  width: 100%;
  height: 100%;
  transform: translateX(101%);
}

.txt_animation3_l {
  font-size: 50px;
}

@media only screen and (max-width: 767px) {
  .txt_animation3_l {
    font-size: 30px;
  }
}

/*------------------------------------*/
.txt_rotate_351 {
  transform: rotate(351deg);
  z-index: 111;
}

/* text系ここまで*/
.Polka_v2 {
  background-image: radial-gradient(#fff4d3 2px, transparent 2px), radial-gradient(#fff4d3 2px, #ffffff 2px);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}

/* Loading背景画面設定　*/
#logo1 {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999111;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#logo1_div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#logo1_div img {
  width: 180px;
}

/* fadeUpをするアイコンの動き */
.logo1_fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

/* Loading背景画面設定　*/
#logo2 {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 115%;
  z-index: 99999;
  background: #ffffff;
  /*変える）全画面に表示される背景色*/
  text-align: center;
  color: #fff;
}

@media (min-width: 500px) {
  #logo2 {
    margin-top: -100px;
  }
}

/* Loading画像中央配置　*/
#logo2_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#logo2_logo svg {
  width: 300px;
}

/*=============== SVGアニメーション内の指定 =================*/
/*アニメーション前の指定*/
#logo2_mask path {
  fill-opacity: 0;
  /*最初は透過0で見えない状態*/
  transition: fill-opacity 0.5s;
  /*カラーがつく際のアニメーション0.5秒で変化*/
  stroke: rgb(64, 64, 64);
  stroke-width: 1px;
}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#logo2_mask.done path {
  fill-opacity: 1;
  stroke: rgb(64, 64, 64);
  fill: rgb(147, 147, 147);
  stroke-width: 1px;
}

@media (min-width: 500px) {
  #logo3 {
    margin-top: -100px;
  }
}

/* Loading画像中央配置　*/
#logo3_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#logo3_logo svg {
  width: 300px;
}

/*=============== SVGアニメーション内の指定 =================*/
/*アニメーション前の指定*/
#logo3_mask path {
  fill-opacity: 0;
  /*最初は透過0で見えない状態*/
  transition: fill-opacity 0.5s;
  /*カラーがつく際のアニメーション0.5秒で変化*/
  stroke: rgb(255, 255, 255);
  stroke-width: 1px;
}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#logo3_mask.done path {
  fill-opacity: 1;
  stroke: rgb(255, 255, 255);
  fill: rgb(255, 255, 255);
  stroke-width: 1px;
}

#sec-878e {
  height: 10px !important;
}

.u-clearfix.u-sheet.u-sheet-1 {
  min-height: 0px !important;
}

.u-clearfix.u-custom-html.u-expanded-width.u-custom-html-1 {
  min-height: 0px;
}

.scroll1 {
  position: relative;
}

.scroll1 .scroll1-a {
  display: inline-block;
  position: absolute;
  right: 10%;
  bottom: -100px;
  z-index: 2;
  padding: 10px 10px 110px;
  color: #212121;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
}

.scroll1 .scroll1-a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #212121;
}

.scroll1 .scroll1-a:hover {
  opacity: 0.5;
}

.scroll1 .scroll1-a::after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

/*アニメーション前*/
.marker {
  padding: 0 5px;
  background-image: linear-gradient(#087000, #087000);
  background-size: 0 20%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: 0.8s;
  -webkit-box-decoration-break: clone;
  /* 追加 */
  box-decoration-break: clone;
  /* 追加 */
}

.marker.active {
  background-size: 100% 20%;
}

.dot-text {
  padding-top: 0.5em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, #a9d3e8, #a9d3e8 100%, transparent);
}

.dot-text2 {
  padding-top: 0.5em;
  background-position: top left 16px;
  background-repeat: repeat-x;
  background-size: 2em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, rgb(216, 197, 135), rgb(216, 197, 135) 100%, transparent);
}

h2.og_h2 {
  font-size: 35px !important;
}

@media only screen and (max-width: 500px) {
  h2.og_h2 {
    font-size: 25px !important;
  }
}

.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 0;
}

/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /*伸びる背景色の設定*/
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.bgColor {
  background: white;
  width: 500px;
}

/*フッター固定1ここから*/
@media screen and (min-width: 768px) {
  .pc_line_svg_icon {
    margin-top: 10px;
  }

  .footer-fix-sp1 {
    display: none;
  }

  .footer-fix-pc1 {
    background: #566ba6;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    font-family: sans-serif;
    z-index: 11;
  }

  .footer-fix-pc1>.inner-wrapper {
    display: grid;
    grid-template-columns: 30% 30% 40%;
    grid-template-rows: 60px;
    width: 100%;
    padding: 10px;
    max-width: 740px;
    margin: 0 auto;
  }

  .footer-fix-pc1>.inner-wrapper>div {
    border-radius: 5px;
  }

  .footer-fix-pc1>.inner-wrapper>div a {
    text-decoration: none;
  }

  .footer-fix-pc1 .line {
    background: white;
    margin-right: 30px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-fix-pc1 .line a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-fix-pc1 .line ul {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 20% 80%;
    width: 100%;
  }

  .footer-fix-pc1 .line ul li {
    color: #00C300;
  }

  .footer-fix-pc1 .line ul li img {
    width: 100%;
  }

  .footer-fix-pc1 .line ul .txt {
    padding-left: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }

  .footer-fix-pc1 .form {
    margin-right: 30px;
    background: #00C300;
    color: white;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-fix-pc1 .form a {
    color: white;
  }

  .footer-fix-pc1 .tel {
    width: 100%;
    background: #0800e3;
  }

  .footer-fix-pc1 .tel a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-fix-pc1 .tel a .tel-wrapper {
    align-items: center;
    justify-content: center;
    height: 100%;
    display: grid;
    max-width: 80%;
    align-items: center;
    list-style: none;
    grid-template-columns: 15% 85%;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    grid-template-rows: 60px;
    color: white;
  }

  .footer-fix-pc1 .tel a .tel-wrapper * {
    justify-self: center;
  }

  .footer-fix-pc1 .tel a .tel-wrapper div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-fix-pc1 .tel a .tel-wrapper div img {
    width: 100%;
  }

  .footer-fix-pc1 .tel a .tel-wrapper ul {
    padding: 0;
    list-style: none;
  }

  .footer-fix-pc1 .tel a .tel-wrapper ul .tel-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .footer-fix-pc1 {
    display: none;
  }

  .footer-fix-sp1 {
    display: grid;
    grid-template-columns: 25% 25% 50%;
    grid-template-rows: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    font-weight: bold;
    font-family: sans-serif;
  }

  .footer-fix-sp1>div {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-fix-sp1>div a {
    text-decoration: none;
  }

  .footer-fix-sp1 .line {
    background: white;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
  }

  .line a ul li svg g {
    stroke:  #092d27;
  }

  .footer-fix-sp1 .line ul {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 33% 66%;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .footer-fix-sp1 .line ul li {
    color: #00C300;
  }

  .footer-fix-sp1 .line ul li img {
    width: 100%;
  }

  .footer-fix-sp1 .line ul .txt {
    padding-left: 2px;
  }

  .footer-fix-sp1 .form {
    background: #00C300;
    color: white;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
  }

  .footer-fix-sp1 .form a {
    color: white;
  }

  .footer-fix-sp1 .tel {
    background: red;
  }

  .footer-fix-sp1 .tel a .tel-wrapper {
    align-items: center;
    justify-content: center;
    height: 100%;
    display: grid;
    list-style: none;
    grid-template-columns: 15% 85%;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
    grid-template-rows: 60px;
    color: white;
  }

  .footer-fix-sp1 .tel a .tel-wrapper div {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-fix-sp1 .tel a .tel-wrapper div img {
    width: 100%;
  }

  .footer-fix-sp1 .tel a .tel-wrapper ul {
    padding: 0;
    list-style: none;
  }

  .footer-fix-sp1 .tel a .tel-wrapper ul .tel-soudan {
    margin: 0 auto;
    display: block;
  }

  .footer-fix-sp1 .tel a .tel-wrapper ul .tel-text {
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    letter-spacing: -1px;
    line-height: 23px;
  }
}

/*フッター固定1ここまで*/
/*フッター固定2ここから*/
@media screen and (min-width: 768px) {
  .pc_line_svg_icon {
    margin-top: 10px;
  }

  .footer-fix-sp2 {
    display: none;
  }

  .footer-fix-pc2 {
    background: #f5f5f5;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    z-index: 999;
    opacity: 0;
    /* 最初はメニューを完全に透明にする */
    transition: opacity 0.5s;
    /* 0.5秒かけて透明度を変更する */
  }

  .footer-fix-pc2 .inner-wrapper {
    align-items: center;
  }

  .footer-fix-pc2 .tel {
    height: 50px;
  }

  .footer-fix-pc2 .line {
    height: 50px;
  }

  .footer-fix-pc2>.inner-wrapper>div a {
    text-decoration: none;
    width: 100%;
  }

  .inner-wrapper .tel {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-fix-pc2>.inner-wrapper {
    display: grid;
    grid-template-columns: 30% 30% 40%;
    width: 100%;
    padding: 10px;
    max-width: 740px;
    margin: 0 auto;
  }

  .footer-fix-pc2>.inner-wrapper>div {
    border-radius: 5px;
  }

  .footer-fix-pc2>.inner-wrapper>div a {
    text-decoration: none;
  }

  li.footer-fix-pc2-line-icon svg {
    width: 80%;
    margin-left: 10px;
  }

  li.footer-fix-pc2-line-icon svg g path {
    fill:  #092d27;
  }

  .footer-fix-pc2 .line {
    background: white;
    margin-right: 30px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-fix-pc2 .line ul {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 20% 80%;
    width: 100%;
  }

  .footer-fix-pc2 .line ul li {
    color:  #092d27;
  }

  .footer-fix-pc2 .line ul li.footer-fix-pc2-line-icon {
    margin-left: 10px;
  }

  .footer-fix-pc2 .line ul li.footer-fix-pc2-form-icon {
    margin-left: 10px;
  }

  .footer-fix-pc2 .line ul li.footer-fix-pc2-form-icon svg {
    fill:  #092d27;
  }

  .footer-fix-pc2 .line ul .form_txt {
    padding-left: 5px;
    display: flex;
    align-items: center;
    font-size: 17px;
  }

  .footer-fix-pc2 .line ul .txt {
    padding-left: 10px;
    display: flex;
    align-items: center;
    font-size: 17px;
  }

  .line a ul li svg g {
    stroke:  #092d27;
  }

  .footer-fix-pc2 .form {
    margin-right: 30px;
    background: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-fix-pc2 .form a {
    color:  #092d27;
  }

  .footer-fix-pc2 .tel {
    width: 100%;
    background:  #092d27;
  }

  .footer-fix-pc2 .tel a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-fix-pc2 .tel a .tel-wrapper {
    align-items: center;
    justify-content: center;
    height: 100%;
    display: grid;
    max-width: 80%;
    align-items: center;
    list-style: none;
    grid-template-columns: 15% 85%;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: white;
  }

  .footer-fix-pc2 .tel a .tel-wrapper * {
    justify-self: center;
  }

  .footer-fix-pc2 .tel a .tel-wrapper div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-fix-pc2 .tel a .tel-wrapper div img {
    width: 30px;
  }

  .footer-fix-pc2 .tel a .tel-wrapper ul {
    padding: 0;
    list-style: none;
  }

  .footer-fix-pc2 .tel a .tel-wrapper ul .tel-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .footer-fix-pc2 {
    display: none;
  }

  .footer-fix-sp2 {
    display: grid;
    grid-template-columns: 33% 33% 34%;
    grid-template-rows: 60px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    font-weight: bold;
    opacity: 0;
    /* 最初はメニューを完全に透明にする */
    transition: opacity 0.5s;
    /* 0.5秒かけて透明度を変更する */
  }

  .footer-fix-sp2 div {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-fix-sp2 div a {
    text-decoration: none;
  }


  .footer-fix-sp2 .form {
    background: #ffffff;
    font-size: 11px;
    line-height: 14px;
    border-left: solid 1px #00770a;
    font-weight: bold;
  }

  .footer-fix-sp2 .form ul {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 20% 80%;
    width: 100%;
  }

  .footer-fix-sp2 .form ul li.txt {
    padding-left: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
  }

  .footer-fix-sp2 .form a {
    width: 100%;
    color:  #092d27;
  }

  .footer-fix-sp2 .form li.footer-fix-sp2-form-icon svg {
    fill:  #092d27;
    width: 33px;
    height: 33px;
    margin-left: 3px;
  }

  .footer-fix-sp2 .form li.form_txt {
    margin-left: 10px;
    margin-top: 4px;
    font-size: 11px !important;
  }

  .footer-fix-sp2 .tel {
    background:  #092d27;
  }

  .footer-fix-sp2 .tel a {
    font-size: 12px;
  }

  .footer-fix-sp2 .tel a .tel-wrapper {
    align-items: center;
    justify-content: center;
    height: 100%;
    display: grid;
    list-style: none;
    grid-template-columns: 15% 85%;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
    color: white;
  }

  .footer-fix-sp2 .tel a .tel-wrapper ul {
    padding: 0;
    list-style: none;
  }

  .footer-fix-sp2 .tel a .tel-wrapper ul .tel-soudan {
    margin: 0 auto;
    display: block;
  }

  .footer-fix-sp2 .tel a .tel-wrapper ul .tel-text {
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 23px;
  }

  .footer-fix-sp2 .tel a .tel-wrapper div {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-fix-sp2 .tel a .tel-wrapper div img {
    width: 100%;
  }

  .footer-fix-sp2 .line {
    background: white;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
  }

  .footer-fix-sp2 .line a {
    height: 100%;
  }

  .footer-fix-sp2 .line a ul {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 30% 70%;
    margin: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  .footer-fix-sp2 .line a ul li {
    justify-content: center;
    color:  #092d27;
  }

  .footer-fix-sp2 .line a ul li img {
    width: 100%;
  }

  .footer-fix-sp2 .line a ul .txt {
    padding-left: 6px;
  }

  .footer-fix-sp2 .line a ul li.footer-fix-sp2-line-icon svg {
    width: 30px;
    height: 30px;
  }

  .footer-fix-sp2 .line a ul li.footer-fix-sp2-line-icon svg g path {
    fill:  #092d27;
  }

  /*フッター固定2ここまで*/
  header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 111;
    background: white;
  }
}

.txt_animation4_inner span {
  display: inline-block;
  overflow: hidden;
  animation: 0.5s swift-up ease-in-out forwards;
}

i {
  font-style: normal;
  position: relative;
  top: 55px;
  animation: 0.5s swift-up ease-in-out forwards;
}

@media screen and (max-width: 1000px) {
  .txt_animation4 {
    width: auto;
  }
}

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

.txt_animation5 {
  background: none;
  background-size: cover;
}

.txt_animation5 span {
  opacity: 0;
  transition: 2s all ease-out;
}

.txt_animation5 span:nth-child(0) {
  transition-delay: 1s;
}

.txt_animation5 span:nth-child(1) {
  transition-delay: 1.25s;
}

.txt_animation5 span:nth-child(2) {
  transition-delay: 1.5s;
}

.txt_animation5 span:nth-child(3) {
  transition-delay: 1.75s;
}

.txt_animation5 span:nth-child(4) {
  transition-delay: 2s;
}

.txt_animation5 span:nth-child(5) {
  transition-delay: 2.25s;
}

.txt_animation5 span:nth-child(6) {
  transition-delay: 2.5s;
}

.txt_animation5 span:nth-child(7) {
  transition-delay: 2.75s;
}

.txt_animation5 span:nth-child(8) {
  transition-delay: 3s;
}

.txt_animation5 span:nth-child(9) {
  transition-delay: 3.25s;
}

.txt_animation5 span:nth-child(10) {
  transition-delay: 3.5s;
}

.txt_animation5 span:nth-child(11) {
  transition-delay: 3.75s;
}

.txt_animation5 span:nth-child(12) {
  transition-delay: 4s;
}

.txt_animation5 span:nth-child(13) {
  transition-delay: 4.25s;
}

.txt_animation5 span:nth-child(14) {
  transition-delay: 4.5s;
}

.txt_animation5 span:nth-child(15) {
  transition-delay: 4.75s;
}

.txt_animation5 span:nth-child(16) {
  transition-delay: 5s;
}

.txt_animation5 span:nth-child(17) {
  transition-delay: 5.25s;
}

.txt_animation5 span:nth-child(18) {
  transition-delay: 5.5s;
}

.txt_animation5 span:nth-child(19) {
  transition-delay: 5.75s;
}

.txt_animation5 span:nth-child(20) {
  transition-delay: 6s;
}

.txt_animation5.animate span {
  opacity: 1;
}

.txt_animation5-1 {
  background: none;
  background-size: cover;
}

.txt_animation5-1 span {
  opacity: 0;
  transition: 2s all ease-out;
}

.txt_animation5-1 span:nth-child(0) {
  transition-delay: 1s;
}

.txt_animation5-1 span:nth-child(1) {
  transition-delay: 1.25s;
}

.txt_animation5-1 span:nth-child(2) {
  transition-delay: 1.5s;
}

.txt_animation5-1 span:nth-child(3) {
  transition-delay: 1.75s;
}

.txt_animation5-1 span:nth-child(4) {
  transition-delay: 2s;
}

.txt_animation5-1 span:nth-child(5) {
  transition-delay: 2.25s;
}

.txt_animation5-1 span:nth-child(6) {
  transition-delay: 2.5s;
}

.txt_animation5-1 span:nth-child(7) {
  transition-delay: 2.75s;
}

.txt_animation5-1 span:nth-child(8) {
  transition-delay: 3s;
}

.txt_animation5-1 span:nth-child(9) {
  transition-delay: 3.25s;
}

.txt_animation5-1 span:nth-child(10) {
  transition-delay: 3.5s;
}

.txt_animation5-1 span:nth-child(11) {
  transition-delay: 3.75s;
}

.txt_animation5-1 span:nth-child(12) {
  transition-delay: 4s;
}

.txt_animation5-1 span:nth-child(13) {
  transition-delay: 4.25s;
}

.txt_animation5-1 span:nth-child(14) {
  transition-delay: 4.5s;
}

.txt_animation5-1 span:nth-child(15) {
  transition-delay: 4.75s;
}

.txt_animation5-1 span:nth-child(16) {
  transition-delay: 5s;
}

.txt_animation5-1 span:nth-child(17) {
  transition-delay: 5.25s;
}

.txt_animation5-1 span:nth-child(18) {
  transition-delay: 5.5s;
}

.txt_animation5-1 span:nth-child(19) {
  transition-delay: 5.75s;
}

.txt_animation5-1 span:nth-child(20) {
  transition-delay: 6s;
}

.txt_animation5-1.animate span {
  opacity: 1;
}

.txt_animation6_inner {
  overflow: hidden;
}

.txt_animation6_inner svg {
  transform: translateY(100%);
  animation: slideUp 0.2s ease-out forwards;
}

.big_small {
  animation: shake 1.3s ease-in-out 1;
  animation-delay: 0.5s;
}

.big_small2 {
  animation: shake 1.3s ease-in-out 1;
  animation-delay: 0.7s;
}

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

.img_animation1:before {
  animation: img-wrap 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.price_list {
  max-width: 880px;
  margin: 0 auto;
}

.price_list table {
  margin: 50px auto;
  border-collapse: collapse;
}

@media only screen and (max-width: 767px) {
  .price_list table {
    min-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .price_list table {
    min-width: 880px;
  }
}

.price_list table tr td:not(.side_head):not(.side_head2)+td {
  text-align: right;
  font-weight: bold;
}

.price_list table .value {
  width: 110px;
}

.price_list table .side_head {
  background: rgb(222, 222, 222);
}

.price_list table .side_head2 {
  background: rgb(212, 212, 212);
}

.price_list table tbody {
  background: white;
}

.price_list table tbody thead {
  background: #000;
}

.price_list table tbody .top_tr {
  background:  #092d27;
}

.price_list table tbody .top_tr td {
  color: white;
}

.price_list table tbody th,
.price_list table tbody td {
  color: rgb(63, 63, 63);
  border: 1px solid rgb(230, 230, 230);
  padding: 8px;
  vertical-align: middle;
}

.slider {
  width: 100%;
  position: relative;
}

.slider .wrapper {
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
}

.slider .wrapper img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  border-radius: 0px;
  z-index: 0;
}

@media only screen and (max-width: 500px) {
  .slider .wrapper img {
    height: 500px;
  }
}

.slider .wrapper .line {
  position: absolute;
  background: #ffffff;
  pointer-events: none;
  z-index: 1;
}

.slider .wrapper .line.top {
  top: 30px;
  left: 100px;
  right: 30px;
  height: 0px;
}

.slider .wrapper .line.right {
  top: 30px;
  bottom: 100px;
  right: 30px;
  width: 0px;
}

.slider .wrapper .line.bottom {
  bottom: 30px;
  left: 30px;
  right: 100px;
  height: 0px;
}

.slider .wrapper .line.left {
  top: 30px;
  bottom: 30px;
  left: 30px;
  width: 0px;
}

.slidr_wrapper {
  height: 800px;
}

@media only screen and (max-width: 500px) {
  .slidr_wrapper {
    height: 500px;
  }
}

.vertical-text1 {
  font-size: 40px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: white;
  text-shadow: 0.5px 0.5px 0 #646464, -0.5px -0.5px 0 #646464, 0.5px -0.5px 0 #646464, -0.5px 0.5px 0 #646464;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

@media only screen and (max-width: 500px) {
  .vertical-text1 {
    font-size: 25px;
  }
}

.vertical-text1 p {
  position: relative;
  text-align: left;
  margin: 0;
  margin-left: 17px;
  letter-spacing: 10px;
}

.kasen1::after {
  content: "";
  position: absolute;
  width: 2px;
  right: 0;
  top: 0;
  background: white;
  animation: underline1 1s ease-in-out forwards;
  animation-delay: 4.8s;
}

.kasen2::after {
  content: "";
  position: absolute;
  width: 2px;
  right: 0;
  top: 0;
  background: white;
  animation: underline2 1s ease-in-out forwards;
  animation-delay: 6.8s;
}

@keyframes underline1 {
  from {
    height: 0;
  }

  to {
    height: 80%;
  }
}

@keyframes underline2 {
  from {
    height: 0;
  }

  to {
    height: 100%;
  }
}

/*# sourceMappingURL=main.css.map */



section#sec-6770 {
  min-height: 0;
}


@media screen and (min-width: 768px) {
  .u-section-2 .u-custom-html-2 {
    margin-top: -500px;
  }
}

@media screen and (max-width: 767px) {
  .u-section-2 .u-custom-html-2 {
    margin-top: -324px;
  }
}

@media screen and (max-width: 500px) {
  .u-section-2 .u-custom-html-2 {
    margin-top: -234px;
  }
}



footer#sec-508d {
  padding-bottom: 51px;
}
