@charset "UTF-8";

:root {
  --color1: #1a1a1a;
  --color2: #004e9e;
  --color3: #1b1464;
  --color4: #e8f1fc;
  --color5: #e41d24;
  --color6: #ffc800;
  --hr-color: #ccc;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  font-size: 10px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
body {
  line-height: 1.5;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--color1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: var(--color1);
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: var(--color1);
}
a:link {
  color: var(--color1);
}
a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  transition: all .3s;
}
ins {
  background-color: #ff9;
  color: var(--color1);
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: var(--color1);
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--hr-color);
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
::placeholder {
  color: var(--hr-color);
}
.noscroll {
  overflow: hidden;
}

/* 共通 */
.ank {
  padding-top: 80px;
  margin-top: -80px;
}
.wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.section {
  padding: 60px 0;
}
.sectitlebox {
  margin-bottom: 30px;
}
.sectitle {
  font-size: 30px;
  color: var(--color2);
}
.sectitle.circle {
  line-height: 1.75;
}
.sectitle.circle span {
  position: relative;
}
.sectitle.circle span::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color2);
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.secsub {
  font-size: 25px;
  margin-top: 30px;
}
.secsub span {
  padding: 10px 30px;
  display: inline-block;
  position: relative;
}
.secsub span::before,
.secsub span::after {
  content: "";
  width: 20px;
  height: 25px;
  position: absolute;
  display: inline-block;
}
.secsub span::before {
  border-left: solid 2px var(--color1);
  border-top: solid 2px var(--color1);
  top: 0;
  left: 0;
}
.secsub span::after {
  border-right: solid 2px var(--color1);
  border-bottom: solid 2px var(--color1);
  bottom: 0;
  right: 0;
}
.sectxt {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}
.sectxt span {
  font-size: 20px;
  color: var(--color5);
}
.sp {
  display: none !important;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
}
.flex_reverse {
	flex-direction: row-reverse;
}
.font_bold {
	font-weight: 700;
}
.font_en {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width:768px) {
  .ank {
    padding-top: 0;
    margin-top: 0;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sectitle {
    font-size: 22px;
  }
  .sectitle.circle span::after {
    width: 5px;
    height: 5px;
  }
  .secsub {
    font-size: 18px;
  }
  .secsub span {
    padding: 10px 20px;
  }
  .sectxt {
    font-size: 14px;
    text-align: justify;
  }
  .sectxt span {
    font-size: 16px;
  }
}

/* ビジネス */
.business {
  overflow: hidden;
}
.business .sub {
  font-size: 30px;
  line-height: 2;
  position: relative;
}
.business .sub::before,
.business .sub::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -60px;
}
.business .sub::before {
  width: 160px;
  height: 210px;
  background-image: url(../img/common/img_illust02.svg);
  background-position: left top;
  left: 16%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.business .sub::after {
  width: 140px;
  height: 195px;
  background-image: url(../img/common/img_illust01.svg);
  right: 18%;
  background-position: right top;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
.business .sub span {
  position: relative;
}
.business .sub span::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color1);
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (max-width:960px) {
  .business .sub::before {
    left: 6%;
  }
  .business .sub::after {
    right: 9%;
  }
}
@media screen and (max-width:768px) {
  .business .section {
    padding-bottom: 150px;
  }
  .business .sub {
    font-size: 20px;
  }
  .business .sub::before,
  .business .sub::after {
    bottom: -150px;
  }
  .business .sub::before {
    width: 110px;
    height: 143px;
    left: 34%;
  }
  .business .sub::after {
    width: 100px;
    height: 140px;
    right: 34%;
  }
}

/* コンバージョン */
.conversion {
  color: #fff;
  background: linear-gradient(120deg, var(--color3) 10%, var(--color2) 50%, var(--color3));
  padding: 60px 0;
}
.conversion .wrap {
  max-width: 800px;
}
.conversion .title {
  font-size: 30px;
  margin-bottom: 15px;
}
.conversion .txt {
  font-size: 18px;
  line-height: 1.75;
}
.conversion .flex_inn {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.conversion .btn {
  width: 100%;
  max-width: 350px;
  margin: 40px auto 0;
  box-sizing: border-box;
}
.conversion .btn a {
  width: 100%;
  line-height: 60px;
  font-size: 25px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(180deg, #F87300 0%, #F87300 50%, #E45000 50%, #E45000 100%);
  display: block;
  transition: all .3s;
}
.conversion .btn a:hover {
  opacity: .75;
}
@media screen and (max-width:768px) {
  .conversion .title {
    font-size: 22px;
  }
  .conversion .txt {
    font-size: 14px;
  }
  .conversion .btn {
    max-width: 250px;
  }
  .conversion .btn a {
    font-size: 16px;
    line-height: 50px;
  }
}

/* ナビゲーション */
.nav {
  width: 100%;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 5;
}
.nav .item {
  width: 16.6666%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all .3s;
}
.nav .item:hover {
  background-color: var(--color4);
}
.nav .item a {
  width: 100%;
  color: var(--color2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .sub {
  font-size: 16px;
}
.nav .txt {
  font-size: 13px;
  margin-top: 5px;
}
@media screen and (max-width:960px) {
  .nav .sub {
    font-size: 14px;
  }
  .nav .txt {
    font-size: 12px;
  }
}
@media screen and (max-width:768px) {
  .nav {
    display: none;
  }
}
@media screen and (min-width:769px) {
  .nav .item a {
    border-right: solid 1px var(--color2);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav .item:nth-child(1) a {
    border-left: solid 1px var(--color2);
  }
}

/* ヘッダー */
.header {
  width: 100%;
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.header .wrap {
  max-width: 1500px;
}
.header .flex_inn {
  justify-content: space-between;
}
.header .icon {
  width: 120px;
  box-sizing: border-box;
}
.header .box {
  gap: 15px;
}
.header .btn a {
  font-size: 14px;
  color: var(--color2);
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 10px;
  display: block;
  transition: all .3s;
}
.header .btn a:hover {
  opacity: .75;
}
.header .btn i {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
@media screen and (max-width:768px) {
  .header .box {
    display: none;
  }
}

/* ドロワーメニュー */
.nav_wrapper,
.burger_btn {
  display: none;
}
@media screen and (max-width:768px) {
  .nav_wrapper {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: opacity .5s ease, visibility .5s ease;
    display: block;
  }
  .nav_wrapper.fade {
    opacity: 1;
    visibility: visible;
  }
  .header_nav {
    width: 100%;
    max-width: 380px;
    height: 100%;
    background-color: var(--color2);
    box-sizing: border-box;
    padding: 60px 0 100px;
    overflow-y: scroll;
    margin-left: auto;
    position: relative;
  }
  .header_nav .nav_list {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .navlogo {
    position: absolute;
    top: 15px;
    left: 19px;
  }
  .nav_item {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .nav_item a {
    font-size: 16px;
    color: #fff;
    display: block;
  }
  .nav_item a span {
    font-size: 12px;
    color: var(--color6);
    margin-top: 5px;
    display: block;
  }
  .burger_btn {
    width: 60px;
    height: 60px;
    background-color: var(--color2);
    border: none;
    padding: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    transition: all .3s;
    cursor: pointer;
  }
  .bar {
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
    display: block;
  }
  .bar_top {
    top: 20px;
  }
  .burger_btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
  }
  .bar_mid {
    top: 50%;
  }
  .burger_btn.close .bar_mid {
    opacity: 0;
  }
  .bar_bottom {
    bottom: 18px;
  }
  .burger_btn.close .bar_bottom {
    transform: translate(-50%, -10px) rotate(-45deg);
  }
}
@media screen and (max-width:480px) {
  .header_nav {
    max-width: none;
  }
}

/* ファーストビュー */
.fv {
  background-image: url(../img/top/img_fv01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 20px;
  position: relative;
}
.fv::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0071bc;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.fv .title {
  position: relative;
  z-index: 1;
}
.fv .title img {
  filter: drop-shadow(3px 4px 2px rgba(0, 0, 0, .5));
}

/* サービス */
.service {
  background-color: var(--color4);
}
.service .wrap {
  max-width: 800px;
}
.service .txt {
  font-size: 18px;
  text-align: justify;
  line-height: 2;
}
.service .txt span {
  font-size: 20px;
  color: var(--color5);
}
.service .sub {
  font-size: 25px;
}
.service .sub span {
  display: inline-block;
}
@media screen and (max-width:768px) {
  .service .txt {
    font-size: 14px;
  }
  .service .txt span {
    font-size: 16px;
  }
}

/* 補助金フランチャイズとは */
.franchise .wrap {
  max-width: 800px;
}
.franchise .txt {
  font-size: 18px;
  line-height: 2.3;
  text-align: justify;
}
.franchise .txt span {
  background: linear-gradient(180deg, transparent 0%, transparent 85%, var(--color6) 85%, var(--color6));
  display: inline;
}
@media screen and (max-width:768px) {
  .franchise .txt {
    font-size: 14px;
  }
}

/* フランチャイズ加盟の強み */
.merit {
  background-color: var(--color4);
}
.merit .list {
  flex-wrap: wrap;
  gap: 40px 30px;
}
.merit .item {
  width: calc((100% - 30px)/2);
  border: solid 3px var(--color2);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  filter: drop-shadow(3px 4px 2px rgba(0, 0, 0, .3));
  box-sizing: border-box;
  position: relative;
}
.merit .item .num {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--color6);
  border: solid 3px var(--color2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  left: -20px;
}
.merit .item .num span {
  font-size: 18px;
  line-height: 1.2;
  color: var(--color2);
  display: inline-block;
}
.merit .item .title {
  font-size: 20px;
  color: #fff;
  background-color: var(--color2);
  padding: 15px 10px;
}
.merit .item .txt {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
  padding: 20px;
}
@media screen and (max-width:950px) {
  .merit .item {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .merit .list {
    gap: 30px;
  }
  .merit .item .num {
    width: 70px;
    height: 70px;
    top: -10px;
    left: -10px;
  }
  .merit .item .num span {
    font-size: 14px;
  }
  .merit .item .title {
    font-size: 16px;
    padding: 10px;
  }
  .merit .item .txt {
    font-size: 14px;
    padding: 15px;
  }
}

/* フランチャイズサポート */
.support .flex_inn {
  flex-wrap: wrap;
  gap: 40px;
}
.support .box {
  width: calc((100% - 40px)/2);
  background-color: var(--color4);
  box-sizing: border-box;
}
.support .box .title {
  font-size: 20px;
  color: #fff;
  background: linear-gradient(120deg, var(--color3) 10%, var(--color2) 50%, var(--color3));
  padding: 10px 0;
}
.support .box .list {
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}
.support .item {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.support .item .subtitle {
  font-size: 18px;
  color: var(--color2);
  margin-bottom: 5px;
}
.support .item .subtitle::before {
  content: "●";
}
@media screen and (max-width:950px) {
  .support .box {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .support .flex_inn {
    gap: 30px;
  }
  .support .box .list {
    gap: 15px;
  }
  .support .box .title {
    font-size: 18px;
    padding: 5px 0;
  }
  .support .item .subtitle {
    font-size: 16px;
  }
  .support .item .txt {
    font-size: 14px;
  }
}

/* 補助金の種類 */
.kinds {
  background-color: var(--color4);
}
.kinds .list {
  flex-wrap: wrap;
  gap: 20px;
}
.kinds .item {
  width: calc((100% - 20px)/2);
  border: solid 3px var(--color2);
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.kinds .item .title {
  font-size: 18px;
  color: var(--color2);
  border-bottom: dashed 2px var(--color2);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.kinds .item .txt {
  text-align: justify;
}
.kinds .box {
  font-size: 20px;
  margin-top: 30px;
}
@media screen and (max-width:950px) {
  .kinds .item {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .kinds .sectxt {
    text-align: center;
  }
  .kinds .list {
    gap: 15px;
  }
  .kinds .item {
    border: solid 2px var(--color2);
    padding: 15px;
  }
  .kinds .item .title {
    font-size: 16px;
    border-bottom: dashed 1px var(--color2);
    margin-bottom: 10px;
  }
  .kinds .item .txt {
    font-size: 14px;
    line-height: 1.75;
  }
  .kinds .box {
    font-size: 16px;
  }
}

/* 開業までの流れ */
.flow .wrap {
  max-width: 800px;
}
.flow .list {
  gap: 40px;
  flex-wrap: wrap;
}
.flow .item {
  width: 100%;
  background-color: var(--color4);
  align-items: center;
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.flow .item::after {
  content: "▼";
  color: var(--color2);
  font-size: 20px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.flow .item:last-child {
  color: #fff;
  background-color: var(--color2);
}
.flow .item:last-child::after {
  content: none;
}
.flow .num {
  width: 70px;
  min-width: 70px;
  height: 70px;
  color: #fff;
  border-radius: 50%;
  background-color: var(--color2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow .item:last-child .num {
  color: var(--color2);
  background-color: #fff;
}
.flow .num span {
  line-height: 1.2;
}
.flow .box {
  width: 100%;
  box-sizing: border-box;
}
.flow .box .title {
  font-size: 20px;
  color: var(--color2);
}
.flow .item:last-child .box .title {
  color: #fff;
}
.flow .box .txt {
  font-size: 14px;
  text-align: justify;
  margin-top: 5px;
}
@media screen and (max-width:768px) {
  .flow .sectxt {
    text-align: center;
  }
  .flow .item {
    padding: 15px 10px;
  }
  .flow .box .title {
    font-size: 16px;
  }
}

/* 会社概要 */
.company .wrap {
  max-width: 600px;
}
.company .table {
  width: 100%;
  background-color: var(--color4);
  box-sizing: border-box;
}
.company .table tr td {
  padding: 20px;
}
.company .table tr td.left {
  color: #fff;
  background-color: #7fa6ce;
}
.company .table tr td.right {
  text-align: justify;
}
.company .table tr td.right span {
  margin-right: 10px;
}
@media screen and (max-width:768px) {
  .company .table tr td {
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
    display: block;
    box-sizing: border-box;
  }
  .company .table tr td.right {
    text-align: center;
  }
  .company .table tr td.right span {
    display: block;
    margin-right: 0;
  }
}
@media screen and (min-width:769px) {
  .company .table tr td {
    vertical-align: middle;
    border-bottom: solid 2px #fff;
  }
  .company .table tr:last-child td {
    border-bottom: none;
  }
  .company .table tr td.left {
    border-right: solid 2px #fff;
  }
}

/* お問い合わせ */
.contact {
  background-color: var(--color4);
}
.contact .wrap {
  max-width: 600px;
}
.form_container .txt {
  line-height: 1.75;
  margin-bottom: 60px;
}
.form_container .req {
  font-size: 11px;
  color: #fff;
  background: var(--color5);
  display: inline-block;
  padding: 2px 8px;
  margin-left: 1em;
}
.form_container .box {
  margin-bottom: 30px;
}
.form_container .box:last-child {
  margin-bottom: 0;
}
.form_container .title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.form_container .box input[type="text"],
.form_container .box input[type="email"],
.form_container .box input[type="tel"],
.form_container .box select {
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  border: solid 2px var(--hr-color);
  background: #fff;
  box-sizing: border-box;
}
.form_container .box input[type="tel"].post {
  width: 30%;
}
.form_container .box textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  border: solid 2px var(--hr-color);
  background: #fff;
  box-sizing: border-box;
}
.form_container .privacybox {
  height: 350px;
  border: solid 2px var(--hr-color);
  border-radius: 5px;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
  overflow-y: scroll;
}
.form_container .privacybox .inn {
  margin-bottom: 30px;
}
.form_container .privacybox .inn:last-child {
  margin-bottom: 0;
}
.form_container .privacybox .sub {
  text-align: justify;
  margin-bottom: 10px;
}
.form_container .privacybox .txt {
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
}
.form_container .privacybox .inn:last-child .txt {
  margin-bottom: 0 !important;
}
.form_container .thanksbox .thankstitle {
  font-size: 20px;
  margin-bottom: 20px;
}
.form_container .thanksbox .thankstxt {
  line-height: 2;
}
.form_container .mwform-checkbox-field {
  text-align: center;
  display: block;
}
.form_container .mwform-checkbox-field-text {
  font-size: 16px;
  font-weight: bold;
}
.formbtn {
  width: 100%;
  max-width: 350px;
  margin: 60px auto 0;
  box-sizing: border-box;
}
.formbtn input {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 58px;
  text-align: center;
  color: #fff;
  border: solid 1px var(--color2);
  border-radius: 0;
  box-shadow: none;
  background: var(--color2);
  padding: 0;
  display: block;
  cursor: pointer;
  transition: all .3s;
}
.formbtn:hover input {
  color: var(--color2);
  background: #fff;
}
@media screen and (max-width:768px) {
  .form_container .title {
    font-size: 14px;
  }
  .form_container .txt {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .form_container .box input[type="tel"].post {
    width: 50%;
  }
  .form_container .box select {
    appearance: none;
    -webkit-appearance: none;
  }
  .form_container .privacybox {
    height: 280px;
    padding: 20px;
  }
  .form_container .privacybox .sub {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .form_container .privacybox .txt {
    font-size: 13px;
  }
  .form_container .privacytxt {
    font-size: 14px;
  }
  .form_container .mwform-checkbox-field-text {
    font-size: 14px;
  }
  .form_container .thanksbox .thankstitle {
    font-size: 16px;
  }
  .form_container .thanksbox .thankstxt {
    font-size: 14px;
  }
  .formbtn input {
    appearance: none;
    -webkit-appearance: none;
  }
}

/* フッター */
.footer {
  background-color: var(--color2);
}
.footer .txt {
  font-size: 14px;
  color: #fff;
  padding: 20px 0;
}
.footer .txt span {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
.copyright {
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  background-color: var(--color1);
}
@media screen and (max-width:768px) {
  .footer {
    margin-bottom: 50px;
  }
}

/* スマホフローティングバナー */
.flbnr {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.flbnr.scroll {
  opacity: 1;
  visibility: visible;
}
.flbnr .item {
  width: 100%;
  box-sizing: border-box;
}
.flbnr .item a {
  height: 50px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(180deg, #F87300 0%, #F87300 50%, #E45000 50%, #E45000 100%);
  align-items: center;
  justify-content: center;
}
.flbnr .item:nth-child(2) a {
  background-color: var(--color3);
}
.flbnr .txt i {
  margin-right: 5px;
}

/* ページトップ */
#page-top {
  position: fixed;
  right: 20px;
  bottom:40px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
#page-top a {
  font-size: 12px;
  color: #fff;
  background: var(--color1);
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
  transition: all .3s;
}
#page-top a:hover {
  opacity: .75;
}
@media screen and (max-width:768px) {
  #page-top {
    right: 10px;
    bottom: 60px;
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}