@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

main {
  display: block;
}

html {
  overflow: auto;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-padding-top: 100px;
}

iframe[src^="javascript:"] {
  display: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  overflow: hidden;
  font-size: 15px;
}

a:hover {
  opacity: 0.7;
}

li,
ul {
  list-style: none;
}

a {
  color: inherit;
}

/* ==========================================================================
  共通
  ========================================================================== */
.show--pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .show--pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .show--pc {
    display: none;
  }
}

.show--tab {
  display: none;
}
@media screen and (max-width: 960px) {
  .show--tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .show--tab {
    display: none;
  }
}

.show--sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .show--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .show--sp {
    display: block;
  }
}

.inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 40px 100px;
}

@media screen and (max-width: 960px) {
  .inner {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 45px 20px;
  }
}
.section-title {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 25px;
  }
}
.section-title-sub {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 27px;
  margin-top: 100px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .section-title-sub {
    font-size: 22px;
    padding-bottom: 19px;
    margin-top: 50px;
  }
}
.section-title-sub::after {
  content: "";
  position: absolute;
  background: #cc0000;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 40px;
  max-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.red {
  color: #cc0000;
}

.green {
  color: #29a643;
}

.yellow {
  color: #ffff66;
}

.bg-green {
  background: #29a643;
}

.link {
  color: #3366cc;
}

/* ======================================================
    ヘッダー
=========================================================*/
.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.header.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 960px) {
  .header-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    height: 70px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-logo img {
    max-width: 131px;
  }
}

.header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .header-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.header-btns .btn.bg-green {
  border: none;
}
@media screen and (max-width: 767px) {
  .header-btns .btn {
    height: 18px;
    font-size: 10px;
    width: 90px;
  }
}

/* ==========================================================================
  メインビジュアル（mv）
  =========================================================================== */
.mv {
  width: 100vw;
  height: 980px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv {
    /* height: 753px; */
    height: 100%;
  }
}


.mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -3;
  pointer-events: none;
  /* 動画上でのクリックを無効化 */
}

.mv::before {
  background: url("../images/top/mv-bg-dot.png") repeat center center/100px 100px;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -2;
}

.mv::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: #000000;
  z-index: -1;
}

.mv-logo {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .mv-logo {
    padding-top: 58px;
    max-width: 420px;
    margin: auto;
  }
}

.mv-copy {
  margin-top: 24px;
  font-size: 80px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .mv-copy {
    font-size: 56px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 370px) {
  .mv-copy {
    font-size: 24px;
  }
}
.mv-copy .yellow {
  background: -webkit-gradient(linear, left top, right top, from(#E8B24D), to(#C89440));
  background: linear-gradient(90deg, #E8B24D, #C89440);
  -webkit-background-clip: text;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #eacb55;
  padding-left: 0px;
  padding-right: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv-copy .yellow {
    padding-left: 0;
    padding-right: 0;
  }
}
.mv-copy .yellow::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .mv-copy .yellow::before {
    width: 50px;
    height: 50px;
    left: 0px;
  }
}

.mv-img {
  margin-top: 26px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv-img {
    margin: 30px calc(50% - 50vw) 0;
  }
}
.mv-img img {
  width: 100%;
}

.mv .btn {
  padding: 20px 36px;
  margin: 32px auto 0;
  color: #fff;
  width: 370px;
  height: 100%;
  max-height: 90px;
  border-radius: 45px;
  border: none;
  font-size: 25px;
  font-weight: 900;
  border-radius: 45px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .mv .btn {
    margin: 40px auto 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 70px;
    font-size: 22px;
    gap: 5px;
  }
}
.mv .btn .yellow {
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .mv .btn .yellow {
    font-size: 13px;
  }
}
.mv .btn::after {
  content: "";
  position: absolute;
  right: 36px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}
@media (hover: hover) {
  .mv .btn:hover {
    background: #fff;
    color: #29a643;
  }
  .mv .btn:hover::after {
    border-top: 3px solid #29a643;
    border-right: 3px solid #29a643;
  }
  .mv .btn:hover .yellow {
    color: #333;
  }
}

.mv-text {
  margin-top: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .mv-text {
    text-align: left;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .mv-text {
    margin-top: 24px;
    font-size: 13px;
  }
}

/* ========================================================================
  present
  ========================================================================= */
.present-description {
  margin-top: 45px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .present-description {
    margin-top: 30px;
    text-align: left;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .present-description {
    margin-top: 20px;
  }
}

.present-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .present-list {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 130px;
  }
}
@media screen and (max-width: 767px) {
  .present-list {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
  }
}
.present-list::after {
  background: url("../images/top/plus.png") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  /* top: 360px; */
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .present-list::after {
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
  }
}
@media screen and (max-width: 767px) {
  .present-list::after {
    top: 270px;
  }
}

.present-item {
  padding: 60px 30px 80px;
  background: #fff;
  border: 4px solid #cc0000;
  color: #333333;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 960px) {
  .present-item {
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .present-item {
    padding: 35px 20px 50px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.present-item-number {
  position: absolute;
  background: #cc0000;
  color: #fff;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: 700;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .present-item-number {
    width: 54px;
    height: 54px;
  }
}
.present-item-number .num {
  display: block;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .present-item-number .num {
    font-size: 18px;
  }
}

.present-item-top {
  font-size: 20px;
  font-weight: 900;
  color: #29a643;
}
@media screen and (max-width: 767px) {
  .present-item-top {
    font-size: 18px;
  }
  .present-item-top .red {
    margin-top: 10px;
    display: block;
  }
}

.present-item-middle {
  font-size: 30px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .present-item-middle {
    font-size: 24px;
  }
}

.present-item-bottom {
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .present-item-bottom {
    margin-top: 10px;
    font-size: 55px;
  }
}
.present-item-bottom .small {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .present-item-bottom .small {
    font-size: 35px;
  }
}

.present-item:nth-child(1)::before {
  background: url("../images/top/present-money.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 120px;
  height: 97px;
  bottom: -39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .present-item:nth-child(1)::before {
    max-width: 80px;
    max-height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .present-item:nth-child(2) {
    padding-top: 25px;
    padding-bottom: 45px;
  }
}
.present-item:nth-child(2)::before {
  background: url("../images/top/present-meet-rice.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 163px;
  height: 80px;
  bottom: -39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .present-item:nth-child(2)::before {
    bottom: -30px;
    max-width: 121px;
    max-height: 60px;
  }
}
.present-item:nth-child(2) .present-item-bottom {
  margin-top: 20px;
  font-size: 38px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .present-item:nth-child(2) .present-item-bottom {
    margin-top: 15px;
    font-size: 28px;
    line-height: 1.2;
  }
}

.present-text {
  margin-top: 100px;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .present-text {
    margin-top: 85px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .present-text {
    margin-top: 60px;
  }
}

/* ========================================================================
  support
  ========================================================================= */
@media screen and (max-width: 960px) {
  .scroll {
    overflow-x: scroll;
  }
}

.present-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.41%;
  margin-top: 61px;
}
@media screen and (max-width: 960px) {
  .present-flow-list {
    width: 1200px;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .present-flow-list {
    margin-top: 30px;
    width: 865px;
    gap: 20px;
  }
}

.present-flow-item {
  width: 21.08%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .present-flow-item {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .present-flow-item {
    width: 190px;
  }
}

.present-flow-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px;
}
.present-flow-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .present-flow-title {
    margin-top: 25px;
    font-size: 18px;
  }
}

.present-flow-description {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .present-flow-description {
    text-align: left;
  }
}
.present-flow-description a {
  color: #3399ff;
}

.present-flow-item {
  position: relative;
}

@media screen and (max-width: 960px) {
  .present-flow-text {
    line-height: 1.7;
  }
}

/* ==========================================================================
  フッター
  ========================================================================== */
.footer {
  background: #202020;
}

.footer .inner {
  padding: 40px 40px 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer .inner {
    padding: 30px 20px 100px;
  }
}
.footer-menu-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .footer-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-item {
    border: 1px solid #666666;
    width: 100%;
    position: relative;
  }
  .footer-menu-item::after {
    content: "";
    position: absolute;
    border: 0;
    border-right: solid 3px #666666;
    border-top: solid 3px #666666;
    content: "";
    height: 9px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 9px;
  }
}
@media (min-width: 769px) {
  .footer-menu-item:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-item:not(:last-child) {
    border-bottom: none;
  }
}
@media (min-width: 769px) {
  .footer-menu-item:not(:first-child) {
    padding-left: 15px;
  }
}
.footer-menu-link {
  width: 100%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-menu-link {
    padding: 15px;
    display: block;
    text-align: left;
  }
}
.footer-term {
  border: 1px solid #666;
  margin-top: 40px;
  padding: 20px;
  color: #cccccc;
}
@media screen and (max-width: 767px) {
  .footer-term {
    margin-top: 30px;
  }
}

.footer-term-text {
  font-size: 13px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .footer-term-text {
    font-size: 12px;
    margin-top: 12px;
    line-height: 1.7;
  }
}

.footer-term-text + .footer-term-text {
  margin-top: 20px;
}

.footer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-sns-list {
    margin-top: 30px;
  }
}

.footer-sns-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.footer-sns-item a img {
  display: inline;
}

.footer-sns-item.share {
  background: #1877f2;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  padding: 5px;
  max-height: 20px;
  white-space: nowrap;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 0;
  max-width: 391px;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    max-width: 250px;
    margin: 35px auto 0;
  }
}
.footer-copyright {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .footer-copyright {
    margin-top: 30px;
  }
}
.copyright {
  color: #fff;
  font-size: 13px;
  display: block;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
}

.pagetop {
  position: absolute;
  right: 20px;
  bottom: 160px;
}
@media screen and (max-width: 960px) {
  .pagetop {
    right: 25px;
    bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 150px;
    right: 10px;
    max-width: 30px;
  }
}

.fixed-btn {
  position: fixed;
  bottom: 0;
  color: #fff;
  z-index: 99;
  width: 100%;
  max-height: 90px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  font-size: 28px;
  font-weight: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s, color 0.2s, background 0.2s;
  transition: opacity 0.5s ease, visibility 0.5s, color 0.2s, background 0.2s;
}
@media screen and (max-width: 767px) {
  .fixed-btn {
    font-size: 20px;
    gap: 0;
    height: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fixed-btn::after {
    content: "";
    position: absolute;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .fixed-btn::after {
    width: 7px;
    height: 7px;
    right: 25px;
  }
}
.fixed-btn .yellow {
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .fixed-btn .yellow {
    font-size: 13px;
  }
}
@media (hover: hover) {
  .fixed-btn:hover {
    background: #fff;
    color: #29a643;
  }
  .fixed-btn:hover .arrow::after {
    border-top: 3px solid #29a643;
    border-right: 3px solid #29a643;
  }
  .fixed-btn:hover .yellow {
    color: #333;
  }
}

.fixed-btn .arrow {
  position: relative;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .fixed-btn .arrow {
    padding-right: 0;
  }
}
.fixed-btn .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .fixed-btn .arrow::after {
    content: none;
  }
}

.fixed-btn.active {
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
  アニメーション
  ========================================================================== */
/* フェードインのアニメーション */
/* .fadein {
  opacity: 0;
  transform: translateY(24px);
  transition: 1s;
} */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

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

.fadeUp.--f2 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.fadeUp.--f3 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.fadeUp.--f4 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

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

@-webkit-keyframes fadeUpAnime {
  from {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.inner img {
  margin: auto;
  max-width: 80%;
}