@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&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";
}

.kaknin .base1 {
  color: white;
}
.kaknin .base2 {
  color: #f0f0f0;
}
.kaknin .base3 {
  color: #bdbdbd;
}
.kaknin .base4 {
  color: #8a8a8a;
}
.kaknin .base5 {
  color: #575757;
}
.kaknin .main1 {
  color: #b2ff6e;
}
.kaknin .main2 {
  color: #7dff08;
}
.kaknin .main3 {
  color: #4ca100;
}
.kaknin .main4 {
  color: #1c3b00;
}
.kaknin .main5 {
  color: black;
}
.kaknin .accent1 {
  color: #bb6eff;
}
.kaknin .accent2 {
  color: #8a08ff;
}
.kaknin .accent3 {
  color: #5500a1;
}
.kaknin .accent4 {
  color: #1f003b;
}
.kaknin .accent5 {
  color: black;
}

.color1 {
  color: #7dff08;
}

.color2 {
  color: #1c3b00;
}

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

/* font系ここから */
h1,
h2,
h3,
h4 {
  font-family: "Noto Sans JP", cursive !important;
  font-weight: 900 !important;
}

body, p, section {
  font-family: "Noto Sans JP", cursive !important;
}

.font_Caveat {
  font-family: "Caveat", cursive !important;
}

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

.font_Noto_Sans_JP {
  font-family: "Noto Sans JP", cursive !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

/* font系ここまで */
/* text系ここから*/
.txt-deco-1 {
  -webkit-text-stroke: 1px #7dff08;
  text-stroke: 1px #7dff08;
}

.txt-deco-1-1 {
  box-shadow: 0px 0px 0px 1px #7dff08;
}

.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;
}

.txt_animation1.animate {
  animation: txt_animation1 2s linear forwards;
  animation-delay: 0s;
}

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

.txt_animation1-1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
}

.animate {
  animation: txt_animation1-1-2 0.3s linear forwards;
}
.animate::after {
  animation: txt_animation1-1-1 0.3s linear forwards;
  animation-delay: 0.6s;
}

@keyframes txt_animation1-1-1 {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes txt_animation1-1-2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.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: 100%;
}

/*=============== 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%;
  z-index: 11;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

.scroll1 {
  position: relative;
}

.scroll1 .scroll1-a {
  display: inline-block;
  position: absolute;
  right: 50%;
  bottom: -200px;
  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(#7dff08, #7dff08);
  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, #7dff08, #7dff08 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: #ff7700;
  /*伸びる背景色の設定*/
}

/* スクロールをしたら出現する要素にはじめに透過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: #1c3b00;
  }
  .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-sp3 {
    display: none;
  }
  .footer-fix-pc2 {
    background: white;
    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%;
  }
  .footer-fix-pc2 .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;
  }
  .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 .footer-fix-pc2-line-icon svg {
    width: 80%;
    margin-left: 10px;
  }
  .footer-fix-pc2 .line .footer-fix-pc2-line-icon svg g path {
    fill: #1c3b00;
  }
  .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: #1c3b00;
  }
  .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: #1c3b00;
  }
  .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;
  }
  .footer-fix-pc2 .line a ul li svg g {
    stroke: #1c3b00;
  }
  .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: #1c3b00;
  }
  .footer-fix-pc2 .tel {
    width: 100%;
    background: #1c3b00;
  }
  .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;
  }
  .footer-fix-pc3 {
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    z-index: 999;
    opacity: 0;
    /* 最初はメニューを完全に透明にする */
    transition: opacity 0.5s;
    /* 0.5秒かけて透明度を変更する */
  }
  .footer-fix-pc3 .inner-wrapper {
    align-items: center;
  }
  .footer-fix-pc3 .tel {
    height: 50px;
  }
  .footer-fix-pc3 .line {
    height: 50px;
  }
  .footer-fix-pc3 .inner-wrapper > div a {
    text-decoration: none;
    width: 100%;
  }
  .footer-fix-pc3 .inner-wrapper .tel {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-fix-pc3 .inner-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    padding: 10px;
    max-width: 740px;
    gap: 10px;
    margin: 0 auto;
  }
  .footer-fix-pc3 .inner-wrapper > div {
    border-radius: 5px;
  }
  .footer-fix-pc3 .inner-wrapper > div a {
    text-decoration: none;
  }
  .footer-fix-pc3 .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-pc3 .line .footer-fix-pc2-line-icon svg {
    width: 80%;
    margin-left: 10px;
  }
  .footer-fix-pc3 .line .footer-fix-pc2-line-icon svg g path {
    fill: #1c3b00;
  }
  .footer-fix-pc3 .line ul {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 20% 80%;
    width: 100%;
  }
  .footer-fix-pc3 .line ul li {
    color: #1c3b00;
  }
  .footer-fix-pc3 .line ul li.footer-fix-pc2-line-icon {
    margin-left: 10px;
  }
  .footer-fix-pc3 .line ul li.footer-fix-pc2-form-icon {
    margin-left: 10px;
  }
  .footer-fix-pc3 .line ul li.footer-fix-pc2-form-icon svg {
    fill: #1c3b00;
  }
  .footer-fix-pc3 .line ul .form_txt {
    padding-left: 5px;
    display: flex;
    align-items: center;
    font-size: 17px;
  }
  .footer-fix-pc3 .line ul .txt {
    padding-left: 10px;
    display: flex;
    align-items: center;
    font-size: 17px;
  }
  .footer-fix-pc3 .line a ul li svg g {
    stroke: #1c3b00;
  }
  .footer-fix-pc3 .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-pc3 .form a {
    color: #1c3b00;
  }
  .footer-fix-pc3 .footer-fix-pc2 {
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    z-index: 999;
    opacity: 0;
    /* 最初はメニューを完全に透明にする */
    transition: opacity 0.5s;
    /* 0.5秒かけて透明度を変更する */
  }
  .footer-fix-pc3 .footer-fix-pc2 .inner-wrapper {
    align-items: center;
  }
  .footer-fix-pc3 .footer-fix-pc2 .tel {
    height: 50px;
  }
  .footer-fix-pc3 .footer-fix-pc2 .line {
    height: 50px;
  }
  .footer-fix-pc3 .footer-fix-pc2 .inner-wrapper > div a {
    text-decoration: none;
    width: 100%;
  }
  .footer-fix-pc3 .footer-fix-pc2 .inner-wrapper .tel {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-fix-pc3 .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-pc3 .footer-fix-pc2 .inner-wrapper > div {
    border-radius: 5px;
  }
  .footer-fix-pc3 .footer-fix-pc2 .inner-wrapper > div a {
    text-decoration: none;
  }
  .footer-fix-pc3 .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-pc3 .footer-fix-pc2 .line .footer-fix-pc2-line-icon svg {
    width: 80%;
    margin-left: 10px;
  }
  .footer-fix-pc3 .footer-fix-pc2 .line .footer-fix-pc2-line-icon svg g path {
    fill: #1c3b00;
  }
  .footer-fix-pc3 .footer-fix-pc2 .line ul {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 20% 80%;
    width: 100%;
  }
  .footer-fix-pc3 .footer-fix-pc2 .line ul li {
    color: #1c3b00;
  }
  .footer-fix-pc3 .footer-fix-pc2 .line ul li.footer-fix-pc2-line-icon {
    margin-left: 10px;
  }
  .footer-fix-pc3 .footer-fix-pc2 .line ul li.footer-fix-pc2-form-icon {
    margin-left: 10px;
  }
  .footer-fix-pc3 .footer-fix-pc2 .line ul li.footer-fix-pc2-form-icon svg {
    fill: #1c3b00;
  }
  .footer-fix-pc3 .footer-fix-pc2 .line ul .form_txt {
    padding-left: 5px;
    display: flex;
    align-items: center;
    font-size: 17px;
  }
  .footer-fix-pc3 .footer-fix-pc2 .line ul .txt {
    padding-left: 10px;
    display: flex;
    align-items: center;
    font-size: 17px;
  }
  .footer-fix-pc3 .footer-fix-pc2 .line a ul li svg g {
    stroke: #1c3b00;
  }
  .footer-fix-pc3 .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-pc3 .footer-fix-pc2 .form a {
    color: #1c3b00;
  }
  .footer-fix-pc3 .footer-fix-pc2 .tel {
    width: 100%;
    background: #1c3b00;
  }
  .footer-fix-pc3 .footer-fix-pc2 .tel a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-fix-pc3 .footer-fix-pc2 .tel a .tel-wrapper {
    align-items: center;
    justify-content: center;
    height: 100%;
    display: grid;
    max-width: 80%;
    width: 100%;
    align-items: center;
    list-style: none;
    grid-template-columns: 15% 85%;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: white;
  }
  .footer-fix-pc3 .footer-fix-pc2 .tel a .tel-wrapper * {
    justify-self: center;
  }
  .footer-fix-pc3 .footer-fix-pc2 .tel a .tel-wrapper div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-fix-pc3 .footer-fix-pc2 .tel a .tel-wrapper div img {
    width: 30px;
  }
  .footer-fix-pc3 .footer-fix-pc2 .tel a .tel-wrapper ul {
    padding: 0;
    list-style: none;
  }
  .footer-fix-pc3 .footer-fix-pc2 .tel a .tel-wrapper ul .tel-text {
    font-size: 18px;
  }
  .footer-fix-pc3 .tel2 {
    background: #4ca100 !important;
  }
  .footer-fix-pc3 .tel {
    width: 100%;
    background: #1c3b00;
  }
  .footer-fix-pc3 .tel a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-fix-pc3 .tel a .tel-wrapper {
    align-items: center;
    justify-content: center;
    height: 100%;
    display: grid;
    max-width: 80%;
    width: 100%;
    align-items: center;
    list-style: none;
    grid-template-columns: 15% 85%;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: white;
  }
  .footer-fix-pc3 .tel a .tel-wrapper * {
    justify-self: center;
  }
  .footer-fix-pc3 .tel a .tel-wrapper div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-fix-pc3 .tel a .tel-wrapper div img {
    width: 30px;
  }
  .footer-fix-pc3 .tel a .tel-wrapper ul {
    padding: 0;
    list-style: none;
  }
  .footer-fix-pc3 .tel a .tel-wrapper ul .tel-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer-fix-pc2 {
    display: none;
  }
  .footer-fix-pc3 {
    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: 12px;
    line-height: 14px;
    border-left: solid 1px #7dff08;
    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: #1c3b00;
    margin-top: 15px;
  }
  .footer-fix-sp2 .form li.footer-fix-sp2-form-icon svg {
    fill: #1c3b00;
    width: 33px;
    height: 33px;
    margin-left: 3px;
  }
  .footer-fix-sp2 .form li.form_txt {
    margin-left: 10px;
    margin-top: 4px;
    font-size: 13px !important;
  }
  .footer-fix-sp2 .tel {
    background: #1c3b00;
  }
  .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: 100% !important;
    grid-template-rows: 60% 40%;
    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: 13px !important;
    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: 30px !important;
  }
  .footer-fix-sp2 .line {
    background: white;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
  }
  .footer-fix-sp2 .line a {
    height: 90%;
  }
  .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: #1c3b00;
  }
  .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: #1c3b00;
  }
  .footer-fix-sp3 {
    display: grid;
    grid-template-columns: 50% 50%;
    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-sp3 div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-fix-sp3 div a {
    text-decoration: none;
    width: 90%;
  }
  .footer-fix-sp3 .form {
    background: #ffffff;
    font-size: 11px;
    line-height: 14px;
    border-left: solid 1px #7dff08;
    font-weight: bold;
  }
  .footer-fix-sp3 .form ul {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 20% 80%;
    width: 100%;
  }
  .footer-fix-sp3 .form ul li.txt {
    padding-left: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
  }
  .footer-fix-sp3 .form a {
    width: 100%;
    color: #1c3b00;
  }
  .footer-fix-sp3 .form li.footer-fix-sp2-form-icon svg {
    fill: #1c3b00;
    width: 33px;
    height: 33px;
    margin-left: 3px;
  }
  .footer-fix-sp3 .form li.form_txt {
    margin-left: 10px;
    margin-top: 4px;
    font-size: 13px !important;
  }
  .footer-fix-sp3 .tel2 {
    background: #4ca100 !important;
  }
  .footer-fix-sp3 .tel {
    background: #1c3b00;
  }
  .footer-fix-sp3 .tel a {
    font-size: 12px;
  }
  .footer-fix-sp3 .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-sp3 .tel a .tel-wrapper ul {
    padding: 0;
    list-style: none;
  }
  .footer-fix-sp3 .tel a .tel-wrapper ul .tel-soudan {
    margin: 0 auto;
    display: block;
  }
  .footer-fix-sp3 .tel a .tel-wrapper ul .tel-text {
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 23px;
  }
  .footer-fix-sp3 .tel a .tel-wrapper div {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-fix-sp3 .tel a .tel-wrapper div img {
    width: 100%;
  }
  .footer-fix-sp3 .line {
    background: white;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
  }
  .footer-fix-sp3 .line a {
    height: 100%;
  }
  .footer-fix-sp3 .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-sp3 .line a ul li {
    justify-content: center;
    color: #1c3b00;
  }
  .footer-fix-sp3 .line a ul li img {
    width: 100%;
  }
  .footer-fix-sp3 .line a ul .txt {
    padding-left: 6px;
  }
  .footer-fix-sp3 .line a ul li.footer-fix-sp2-line-icon svg {
    width: 30px;
    height: 30px;
  }
  .footer-fix-sp3 .line a ul li.footer-fix-sp2-line-icon svg g path {
    fill: #1c3b00;
  }
}
/*フッター固定2ここまで*/
/*フッター固定3ここから*/
@media screen and (min-width: 768px) {
  .pc_line_svg_icon {
    margin-top: 10px;
  }
  .footer-fix-sp2 {
    display: none;
  }
  .footer-fix-sp4 {
    display: none;
  }
  .footer-fix-pc2 {
    background: white;
    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%;
  }
  .footer-fix-pc2 .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;
  }
  .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 .footer-fix-pc2-line-icon svg {
    width: 80%;
    margin-left: 10px;
  }
  .footer-fix-pc2 .line .footer-fix-pc2-line-icon svg g path {
    fill: #1c3b00;
  }
  .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: #1c3b00;
  }
  .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: #1c3b00;
  }
  .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;
  }
  .footer-fix-pc2 .line a ul li svg g {
    stroke: #1c3b00;
  }
  .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: #1c3b00;
  }
  .footer-fix-pc2 .tel {
    width: 100%;
    background: #1c3b00;
  }
  .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;
    width: 90%;
    max-width: 90%;
    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;
  }
  .footer-fix-pc4 {
    background: #f0f0f0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    z-index: 999;
    opacity: 0;
    /* 最初はメニューを完全に透明にする */
    transition: opacity 0.5s;
    /* 0.5秒かけて透明度を変更する */
  }
  .footer-fix-pc4 .inner-wrapper {
    align-items: center;
  }
  .footer-fix-pc4 .tel {
    height: 50px;
  }
  .footer-fix-pc4 .line {
    height: 50px;
  }
  .footer-fix-pc4 .inner-wrapper > div a {
    text-decoration: none;
    width: 100%;
  }
  .footer-fix-pc4 .inner-wrapper .tel {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-fix-pc4 .inner-wrapper {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    padding: 10px;
    max-width: 540px;
    gap: 10px;
    margin: 0 auto;
  }
  .footer-fix-pc4 .inner-wrapper > div {
    border-radius: 5px;
  }
  .footer-fix-pc4 .inner-wrapper > div a {
    text-decoration: none;
  }
  .footer-fix-pc4 .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-pc4 .line .footer-fix-pc2-line-icon svg {
    width: 80%;
    margin-left: 10px;
  }
  .footer-fix-pc4 .line .footer-fix-pc2-line-icon svg g path {
    fill: #1c3b00;
  }
  .footer-fix-pc4 .line ul {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 20% 80%;
    width: 100%;
  }
  .footer-fix-pc4 .line ul li {
    color: #1c3b00;
  }
  .footer-fix-pc4 .line ul li.footer-fix-pc2-line-icon {
    margin-left: 10px;
  }
  .footer-fix-pc4 .line ul li.footer-fix-pc2-form-icon {
    margin-left: 10px;
  }
  .footer-fix-pc4 .line ul li.footer-fix-pc2-form-icon svg {
    fill: #1c3b00;
  }
  .footer-fix-pc4 .line ul .form_txt {
    padding-left: 5px;
    display: flex;
    align-items: center;
    font-size: 17px;
  }
  .footer-fix-pc4 .line ul .txt {
    padding-left: 10px;
    display: flex;
    align-items: center;
    font-size: 17px;
  }
  .footer-fix-pc4 .line a ul li svg g {
    stroke: #1c3b00;
  }
  .footer-fix-pc4 .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-pc4 .form a {
    color: #1c3b00;
  }
  .footer-fix-pc4 .footer-fix-pc2 {
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    z-index: 999;
    opacity: 0;
    /* 最初はメニューを完全に透明にする */
    transition: opacity 0.5s;
    /* 0.5秒かけて透明度を変更する */
  }
  .footer-fix-pc4 .footer-fix-pc2 .inner-wrapper {
    align-items: center;
  }
  .footer-fix-pc4 .footer-fix-pc2 .tel {
    height: 50px;
  }
  .footer-fix-pc4 .footer-fix-pc2 .line {
    height: 50px;
  }
  .footer-fix-pc4 .footer-fix-pc2 .inner-wrapper > div a {
    text-decoration: none;
    width: 100%;
  }
  .footer-fix-pc4 .footer-fix-pc2 .inner-wrapper .tel {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-fix-pc4 .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-pc4 .footer-fix-pc2 .inner-wrapper > div {
    border-radius: 5px;
  }
  .footer-fix-pc4 .footer-fix-pc2 .inner-wrapper > div a {
    text-decoration: none;
  }
  .footer-fix-pc4 .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-pc4 .footer-fix-pc2 .line .footer-fix-pc2-line-icon svg {
    width: 80%;
    margin-left: 10px;
  }
  .footer-fix-pc4 .footer-fix-pc2 .line .footer-fix-pc2-line-icon svg g path {
    fill: #1c3b00;
  }
  .footer-fix-pc4 .footer-fix-pc2 .line ul {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 20% 80%;
    width: 100%;
  }
  .footer-fix-pc4 .footer-fix-pc2 .line ul li {
    color: #1c3b00;
  }
  .footer-fix-pc4 .footer-fix-pc2 .line ul li.footer-fix-pc2-line-icon {
    margin-left: 10px;
  }
  .footer-fix-pc4 .footer-fix-pc2 .line ul li.footer-fix-pc2-form-icon {
    margin-left: 10px;
  }
  .footer-fix-pc4 .footer-fix-pc2 .line ul li.footer-fix-pc2-form-icon svg {
    fill: #1c3b00;
  }
  .footer-fix-pc4 .footer-fix-pc2 .line ul .form_txt {
    padding-left: 5px;
    display: flex;
    align-items: center;
    font-size: 17px;
  }
  .footer-fix-pc4 .footer-fix-pc2 .line ul .txt {
    padding-left: 10px;
    display: flex;
    align-items: center;
    font-size: 17px;
  }
  .footer-fix-pc4 .footer-fix-pc2 .line a ul li svg g {
    stroke: #1c3b00;
  }
  .footer-fix-pc4 .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-pc4 .footer-fix-pc2 .form a {
    color: #1c3b00;
  }
  .footer-fix-pc4 .footer-fix-pc2 .tel a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-fix-pc4 .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-pc4 .footer-fix-pc2 .tel a .tel-wrapper * {
    justify-self: center;
  }
  .footer-fix-pc4 .footer-fix-pc2 .tel a .tel-wrapper div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-fix-pc4 .footer-fix-pc2 .tel a .tel-wrapper div img {
    width: 30px;
  }
  .footer-fix-pc4 .footer-fix-pc2 .tel a .tel-wrapper ul {
    padding: 0;
    list-style: none;
  }
  .footer-fix-pc4 .footer-fix-pc2 .tel a .tel-wrapper ul .tel-text {
    font-size: 18px;
  }
  .footer-fix-pc4 .tel2 {
    background: #4ca100 !important;
  }
  .footer-fix-pc4 .tel {
    width: 100%;
    background: #4ca100;
  }
  .footer-fix-pc4 .tel a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-fix-pc4 .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-pc4 .tel a .tel-wrapper * {
    justify-self: center;
  }
  .footer-fix-pc4 .tel a .tel-wrapper div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-fix-pc4 .tel a .tel-wrapper div img {
    width: 30px;
  }
  .footer-fix-pc4 .tel a .tel-wrapper ul {
    padding: 0;
    list-style: none;
  }
  .footer-fix-pc4 .tel a .tel-wrapper ul .tel-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer-fix-pc2 {
    display: none;
  }
  .footer-fix-pc4 {
    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 #7dff08;
    font-weight: bold;
  }
  .footer-fix-sp2 .form ul {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 100%;
    grid-template-rows: 60% 40%;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .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: #1c3b00;
  }
  .footer-fix-sp2 .form li.footer-fix-sp2-form-icon svg {
    fill: #1c3b00;
    width: 33px;
    height: 33px;
    margin-left: 3px;
  }
  .footer-fix-sp2 .form li.form_txt {
    margin-left: 10px;
    margin-top: 4px;
    font-size: 13px !important;
  }
  .footer-fix-sp2 .tel {
    background: #1c3b00;
  }
  .footer-fix-sp2 .tel a {
    font-size: 12px;
    height: 100%;
  }
  .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;
    margin-top: -7px;
  }
  .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: 13px;
    line-height: 14px;
    font-weight: bold;
  }
  .footer-fix-sp2 .line a {
    height: 90%;
  }
  .footer-fix-sp2 .line a ul {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 100%;
    grid-template-rows: 60% 40%;
    margin: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer-fix-sp2 .line a ul li {
    justify-content: center;
    color: #1c3b00;
  }
  .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 {
    width: 30px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
  }
  .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: #1c3b00;
  }
  .footer-fix-sp4 {
    display: grid;
    grid-template-columns: 100%;
    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-sp4 div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-fix-sp4 div a {
    text-decoration: none;
  }
  .footer-fix-sp4 .form {
    background: #ffffff;
    font-size: 11px;
    line-height: 14px;
    border-left: solid 1px #7dff08;
    font-weight: bold;
  }
  .footer-fix-sp4 .form ul {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 20% 80%;
    width: 100%;
  }
  .footer-fix-sp4 .form ul li.txt {
    padding-left: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
  }
  .footer-fix-sp4 .form a {
    width: 100%;
    color: #1c3b00;
  }
  .footer-fix-sp4 .form li.footer-fix-sp2-form-icon svg {
    fill: #1c3b00;
    width: 33px;
    height: 33px;
    margin-left: 3px;
  }
  .footer-fix-sp4 .form li.form_txt {
    margin-left: 10px;
    margin-top: 4px;
    font-size: 11px !important;
  }
  .footer-fix-sp4 .tel2 {
    background: #4ca100 !important;
  }
  .footer-fix-sp4 .tel {
    background: #4ca100;
  }
  .footer-fix-sp4 .tel a {
    font-size: 12px;
  }
  .footer-fix-sp4 .tel a .tel-wrapper {
    align-items: center;
    justify-content: center;
    height: 100%;
    /* width: 200px; */
    display: grid;
    list-style: none;
    max-width: 180px;
    grid-template-columns: 1fr 4fr;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
    color: white;
  }
  .footer-fix-sp4 .tel a .tel-wrapper ul {
    padding: 0;
    list-style: none;
  }
  .footer-fix-sp4 .tel a .tel-wrapper ul .tel-soudan {
    margin: 0 auto;
    display: block;
  }
  .footer-fix-sp4 .tel a .tel-wrapper ul .tel-text {
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 23px;
  }
  .footer-fix-sp4 .tel a .tel-wrapper div {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-fix-sp4 .tel a .tel-wrapper div img {
    width: 100%;
  }
  .footer-fix-sp4 .line {
    background: white;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
  }
  .footer-fix-sp4 .line a {
    height: 100%;
  }
  .footer-fix-sp4 .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-sp4 .line a ul li {
    justify-content: center;
    color: #1c3b00;
  }
  .footer-fix-sp4 .line a ul li img {
    width: 100%;
  }
  .footer-fix-sp4 .line a ul .txt {
    padding-left: 6px;
  }
  .footer-fix-sp4 .line a ul li.footer-fix-sp2-line-icon svg {
    width: 30px;
    height: 30px;
  }
  .footer-fix-sp4 .line a ul li.footer-fix-sp2-line-icon svg g path {
    fill: #1c3b00;
  }
}
/*フッター固定3ここまで*/
.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;
}

.txt_animation6-1 span {
  opacity: 0;
  display: inline-block;
  transform: translateY(5px);
}

.txt_animation7 p {
  opacity: 0;
}

.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: #1c3b00;
}
.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, .slider2 {
  width: 100%;
  position: relative;
}
.slider:after, .slider2:after {
  top: 0;
  position: absolute;
  height: 100%;
  width: 100% !important;
  background: rgba(238, 222, 222, 0.5215686275);
  z-index: 0;
}
.slider .wrapper, .slider2 .wrapper {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.slider .wrapper img, .slider2 .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -o-object-position: 50%;
     object-position: 50%;
  border-radius: 0px;
  z-index: 0;
}
@media only screen and (max-width: 500px) {
  .slider .wrapper img, .slider2 .wrapper img {
    -o-object-position: 40%;
       object-position: 40%;
  }
}
.slider .wrapper .line, .slider2 .wrapper .line {
  position: absolute;
  background: #ffffff;
  pointer-events: none;
  z-index: 1;
}
.slider .wrapper .line.top, .slider2 .wrapper .line.top {
  top: 30px;
  left: 100px;
  right: 30px;
  height: 0px;
}
.slider .wrapper .line.right, .slider2 .wrapper .line.right {
  top: 30px;
  bottom: 100px;
  right: 30px;
  width: 0px;
}
.slider .wrapper .line.bottom, .slider2 .wrapper .line.bottom {
  bottom: 30px;
  left: 30px;
  right: 100px;
  height: 0px;
}
.slider .wrapper .line.left, .slider2 .wrapper .line.left {
  top: 30px;
  bottom: 30px;
  left: 30px;
  width: 0px;
}

.top_front_el {
  z-index: 111;
  position: relative;
}

.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-text2 {
  writing-mode: vertical-rl;
  margin: 15px auto 0 auto !important;
}

.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%;
  }
}
.bg_slider {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100vh;
  /* Adjust as needed */
  width: 100%;
  /* Adjust as needed */
}

.logo_center {
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  .logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  }
}

.flow_ul .u-repeater-1 > div:not(:last-child)::after {
  content: "";
  display: block;
  text-align: center;
  font-size: 30px;
  bottom: -40px;
  position: absolute;
  left: 46%;
  transform: translateX(-50%);
  color: #4ca100;
  clear: both;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-top: 5px solid #4ca100;
  border-right: 5px solid #4ca100;
  transform: rotate(135deg);
}

.image_design {
  position: relative;
}

.image_design::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-image-source: repeating-linear-gradient(45deg, #fff, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  border-image-slice: 20;
  border-image-repeat: round;
  border-style: solid;
  border-width: 20px;
}

.image_design2 {
  position: relative;
}

.image_design2::before,
.image_design2::after {
  content: "";
  position: absolute;
  transform: rotate(-35deg);
  width: 70px;
  height: 25px;
  background-color: #1b1701;
  z-index: 1;
}

.image_design2::before {
  top: -10px;
  left: -25px;
  border-bottom: 1px solid #aaa;
}

.image_design2::after {
  bottom: -10px;
  right: -25px;
  border-top: 1px solid #aaa;
}

.image_design2_2 {
  position: relative;
}

.image_design2_2::before,
.image_design2_2::after {
  content: "";
  position: absolute;
  transform: rotate(-35deg);
  width: 70px;
  height: 25px;
  background-color: #282200;
  z-index: 1;
}

.image_design2_2::before {
  top: -10px;
  left: -25px;
  border-bottom: 1px solid #aaa;
}

.image_design2_2::after {
  bottom: -10px;
  right: -25px;
  border-top: 1px solid #aaa;
}

.image_design3 {
  position: relative;
}

.image_design3::before,
.image_design3::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.image_design3::before {
  z-index: 111;
  top: -15px;
  right: -15px;
  border-width: 0 70px 70px 0;
  border-color: transparent #7dff08 transparent transparent;
}

.image_design3::after {
  z-index: 111;
  bottom: -15px;
  left: -15px;
  border-width: 70px 0 0 70px;
  border-color: transparent transparent transparent #7dff08;
}

.box_in_border {
  position: relative;
  /* 線が表示されるように余白を設ける */
}
.box_in_border::before {
  content: "";
  position: absolute;
  color: white;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.705);
}

.scroll_wrapper {
  overflow: scroll;
}

.btn_add_text_micro_copy {
  color: red;
  margin: 0 auto;
  text-align: center;
  width: 310px;
  position: relative;
}
.btn_add_text_micro_copy::before {
  content: "\\";
  position: absolute;
  left: -3px;
  /* 要素の左側に配置 */
}
.btn_add_text_micro_copy::after {
  content: "/";
  position: absolute;
  right: -3px;
  /* 要素の右側に配置 */
}

@media only screen and (max-width: 500px) {
  .over_wrapper {
    min-width: calc(100% + 100px);
    /* 親要素の幅よりも20px広い */
    left: -50px;
    /* 左方向に10px移動して中央を合わせる */
  }
}
button#this_position {
  color: white;
  background: #d61111;
  width: 100%;
  font-size: 19px;
  margin-top: 30px;
  padding: 15px 10px;
  display: block;
  font-weight: 900;
  max-width: 426px;
  margin: 30px auto;
}

.guest_phone_number {
  margin: 0 auto;
  max-width: 400px;
  padding: 30px 10px;
  text-align: center;
  color: #eddb1d;
  font-weight: 900;
  font-size: 50px;
  border: solid #eddb1d 10px;
}

h2.og_finish_h2 {
  font-size: 21px !important;
}

h1.thank_message {
  margin: 0px auto 30px auto;
  text-align: center;
}

.u-custom-php.u-custom-php-1 {
  margin-top: 81px !important;
}

h1.thank_message {
  margin: 0px auto 30px auto;
  text-align: center;
}

span.big_text {
  font-weight: bold;
  font-size: 1.1em;
  color: #be0000;
}

span.strong_text {
  font-weight: bold;
}

section.og_finish_message {
  background: white;
  color: black;
  padding: 27px 22px;
  max-width: 650px;
  margin: 0 auto;
}

.og_finish_message h2 {
  font-size: 25px !important;
  font-weight: bold;
  padding: 10px;
  color: white;
  background: #373737;
}

p.og_order_detail {
  padding: 10px;
  background: #f4f4f4;
  color: #494949;
}

.attention_message {
  text-align: center;
}

.kasen_yellow {
  background: linear-gradient(transparent 60%, #ffcc00 40%);
  color: black;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
}