@charset "UTF-8";
/*-- メディアクエリ --*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .is-sp {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .is-sp {
    display: none;
  }
}

/*------------------------------
global > color
------------------------------*/
:root {
  --color-white: #fff;
  --color-text: #514a49;
  --color-accent: #72aed1;
  --color-theme: #e9716a;
  --color-gray: #766968;
}

/*------------------------------
global > font
------------------------------*/
:root {
  --font-ja: "heisei-kaku-gothic-std", sans-serif;
}

/*------------------------------
foundation > base
------------------------------*/
html {
  font-size: 62.5%;
  font-family: var(--font-ja);
}

body {
  font-size: 1.6rem;
  color: var(--color-text);
  line-height: 1.7;
}

img {
  width: 100%;
  height: auto;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

/*------------------------------
component > inview
------------------------------*/
/* フェードイン(初期値) */
.js-fadeIn {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}

/* フェードアップ */
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity 0.8s, transform 0.8s;
}

.js-fadeUp02 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}

.js-fadeUp03 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}

/* フェードイン(スクロールした後) */
.js-fadeIn.is-inview {
  opacity: 1;
  transition-delay: 0.3s;
}

/* フェードアップ(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeUp02.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.js-fadeUp03.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}

/*------------------------------
component
------------------------------*/
.c-box-two {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-box-two {
    flex-direction: column;
  }
}

/*----- 共通ボタン -----*/
.c-buttons {
  gap: 2.4rem 2.4rem;
}

@media screen and (max-width: 767px) {
  .c-buttons {
    gap: 1.6rem 1.6rem;
  }
}

.c-button img {
  width: 3rem;
  margin-right: 0.5rem;
}

@media screen and (max-width: 767px) {
  .c-button img {
    width: 2.5rem;
  }
}

.c-button a {
  height: 6.4rem;
  width: 23.7rem;
  display: block;
  font-size: min(4.333vw, 2rem);
  border-radius: 4.8rem;
  border: solid 0.1rem var(--color-theme);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .c-button a {
    max-width: 23.7rem;
    height: 5rem;
    width: 100%;
    padding: 1rem 3rem;
  }
}

.c-button:first-of-type a {
  color: var(--color-theme);
  font-weight: bold;
  background: var(--color-white);
}

.c-button:last-of-type a {
  background: var(--color-theme);
  color: var(--color-white);
  filter: drop-shadow(0px 0px 20px rgba(177, 64, 35, 0.34));
  font-weight: 500;
}

.c-button a:hover {
  filter: brightness(1.12);
}

/*------------------------------
layout
------------------------------*/
.l-section {
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .l-section {
    padding: 4rem 0;
  }
}

.l-section-m {
  padding: 6rem 0;
}

.l-container {
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.l-container-m {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.l-container-s {
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

/*------------------------------
utility
------------------------------*/
.u-bold {
  font-weight: bold;
}

.u-accent {
  color: var(--color-accent);
}

/*------------------------------
hero
------------------------------*/
.hero {
  background: url(../img/mv-pc.jpg) center / cover no-repeat;
  height: 60vw;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .hero {
    height: 75vw;
  }
}

@media screen and (min-width: 570px) and (max-width: 767px) {
  .hero {
    background: url(../img/sp/mv-sp.jpg) center / cover no-repeat;
    height: 126vw;
    width: 100%;
  }
}

@media screen and (max-width: 569px) {
  .hero {
    background: url(../img/sp/mv-sp.jpg) center / cover no-repeat;
    height: 171vw;
    width: 100%;
  }
}

.hero-sub-copy {
  display: block;
  text-align: center;
  font-size: clamp(12px, 3vw, 1.6rem);
  font-weight: 500;
  line-height: 1.7;
  color: var(--color-gray);
  margin-top: 0.5rem;
}

.hero-card {
  background: url(../img/frame.png) center / contain no-repeat;
  width: 58vw;
  height: 45.694vw;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .hero-card {
    width: 72vw;
    height: 62vw;
  }
}

@media screen and (max-width: 767px) {
  .hero-card {
    background: url(../img/sp/frame.png) center / contain no-repeat;
    width: 92%;
    height: 161vw;
    max-height: 70rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}


@media screen and (max-width: 767px) {
  .hero-img {
    max-width: 58vw;
    max-width: 28rem;
    margin: 0 auto 1rem;
  }
}

.copy-title {
  max-width: 37vw;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .hero-card-inner {
    width: 79%;
  }

  .copy-title {
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 767px) {
  .copy-title {
    margin: 0 auto;
    max-width: 38rem;
  }
}

.hero-copy h2 {
  font-size: 1.7vw;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.7;
  color: var(--color-gray);
  text-align: center;
  padding: 0.2rem 0;
  border-bottom: 0.2rem solid var(--color-gray);
  border-top: 0.2rem solid var(--color-gray);
  margin-top: 1rem;
  margin-left: 3vw;
  margin-right: 3vw;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .hero-copy h2 {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    margin-top: 0.8rem;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-copy h2 {
    font-size: min(4.2vw, 1.6rem);
    margin-top: 1.2rem;
    max-width: 24.1rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.period {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .period {
    display: block;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    font-weight: bold;
    max-width: 27rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

.period dt {
  background: var(--color-gray);
  color: var(--color-white);
  padding: 0.24rem 0.6rem;
  margin-right: 0.7rem;
  font-size: 1rem;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .period dt {
    display: inline-block;
    margin-right: 0;
    margin-left: 1.2rem;
    margin-top: 0;
  }
}

.period dd {
  font-size: clamp(12px, 1.7vw, 1.8rem);
  letter-spacing: 0.02em;
  color: var(--color-gray);
}

@media screen and (max-width: 767px) {
  .period dd {
    letter-spacing: 0;
    text-align: center;
  }
}

.period dd small {
  font-size: clamp(12px, 2.4vw, 2.4rem);
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .period dd small {
    letter-spacing: 0;
  }
}

.period dd span {
  font-size: clamp(21px, 3vw, 3.4rem);
}

.present-message {
  text-align: center;
  max-width: min(23vw, 24rem);
  margin: 0.4rem auto 1rem;
}

/*------------------------------
キャンペーン概要
------------------------------*/
.campaign-decs {
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
  background: var(--color-white);
  z-index: -1;
}

.campaign-decs-inner {
  position: relative;
  z-index: 1;
}

.campaign-decs::before {
  position: absolute;
  content: "";
  width: 26vw;
  height: 38vw;
  background: url(../img/requirements/right-leaf.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .campaign-decs::before {
    width: 53vw;
    height: 70vw;
    bottom: 10%;
    top: initial;
  }
}

.campaign-decs::after {
  position: absolute;
  content: "";
  width: 18.95vw;
  height: 31.4vw;
  background: url(../img/requirements/left-leaf.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 16rem;
}

@media screen and (max-width: 767px) {
  .campaign-decs::after {
    display: none;
  }
}

.campaign-decs-inner {
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
}

.campaign-decs-text {
  background: var(--color-accent);
  font-size: clamp(15px, 3vw, 2rem);
  color: var(--color-white);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 1.5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.campaign-decs-text::before,
.campaign-decs-text::after {
  position: absolute;
  content: "";
  width: 16.5vw;
  height: 1.52vw;
  background: url(../img/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) and (max-width: 1000px) {

  .campaign-decs-text::before,
  .campaign-decs-text::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .campaign-decs-text::before,
  .campaign-decs-text::after {
    display: none;
  }

  .sp-ashirai {
    display: block;
    width: 3rem;
    margin: 0 auto 0.6rem;
  }

  .campaign-decs-text {
    display: block;
  }
}

.campaign-decs-text::before {
  right: 5vw;
}

.campaign-decs-text::after {
  left: 5vw;
}

.camera-icon {
  width: 2.4rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.campaign-decs h2 {
  text-align: center;
  font-size: clamp(16px, 2.4vw, 2.4rem);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: var(--color-accent);
  font-weight: bold;
  padding: 2.4rem;
  background: var(--color-white);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.13);
}

.campaign-decs h2 span {
  color: var(--color-theme);
}

.desc-message-list {
  display: flex;
  line-height: 1.9;
  letter-spacing: 0.04em;
  gap: 4rem 4rem;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .desc-message-list {
    gap: 2.4rem 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .desc-message-list {
    font-size: 1.5rem;
    line-height: 1.74;
    flex-direction: column;
  }
}

.desc-message-list:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 9.8rem;
}

.desc-message-box {
  max-width: 42rem;
  flex: 0 0 30vw;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .desc-message-box {
    flex: 0 0 48vw;
  }
}

.desc-message-box p:nth-child(n + 2) {
  margin-top: 3.2rem;
}

.present {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  animation: dokidoki 1.6s ease 0s infinite alternate;
}

@keyframes dokidoki {
  from {
    transform: scale(0.92, 0.92);
  }

  to {
    transform: scale(1, 1);
  }
}

@media (max-width: 767px) {
  .desc-message-list img {
    width: 100vw;
    margin: calc(50% - 50vw);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }

  .desc-message-box {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .desc-message-list:nth-child(even) {
    flex-direction: column;
    margin-top: 4.8rem;
  }

  .present {
    max-width: 100%;
  }
}

/*------------------------------
応募方法
------------------------------*/
.application-method {
  padding-bottom: 8rem;
}

@media (max-width: 767px) {
  .application-method {
    padding-bottom: 4rem;
  }
}

.application-method h2 {
  background: var(--color-accent);
  font-size: clamp(28px, 3.5vw, 4.2rem);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.application-method h2 span {
  position: relative;
  padding: 1rem 1.5rem;
}

.application-method h2 span::before,
.application-method h2 span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 2.3rem;
  background: url(../img/sp/ashirai.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.application-method h2 span::before {
  left: -4rem;
}

.application-method h2 span::after {
  right: -4rem;
}

.application-method-fixed::before {
  height: 100vh;
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -2;
  width: 100%;
  background: url(../img/bg.jpg) center / cover no-repeat;
}

.application-method-fixed.l-container {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.application-lists {
  margin-bottom: 4.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2rem;
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .application-lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 8rem 8rem;
  }
}

.application-list {
  padding: 5rem 10% 3rem;
  background: var(--color-white);
  border-radius: 3rem;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .application-list {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.application-list:after {
  position: absolute;
  content: "";
  width: 9rem;
  height: 7.5rem;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
}

.application-list:first-of-type::after {
  background: url(../img/application/step01.png) center / contain no-repeat;
}

.application-list:nth-child(2)::after {
  background: url(../img/application/step02.png) center / contain no-repeat;
}

.application-list:last-of-type::after {
  background: url(../img/application/step03.png) center / contain no-repeat;
}

.application-list:first-of-type img {
  width: 85%;
}

.application-list img {
  display: block;
  width: 90%;
  margin: 1rem auto 1.6rem;
}

.application-list h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.application-list p {
  font-weight: 500;
  text-align: center;
}

.notes {
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .notes {
    margin-top: 2rem;
  }
}

.notes dt {
  display: inline-block;
  font-size: 1.2rem;
  max-width: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.64;
  padding: 0.2rem 1rem;
  border: solid 0.1rem var(--color-theme);
  color: var(--color-theme);
  font-weight: bold;
  margin-bottom: 1rem;
}

.notes dd {
  margin-bottom: 1rem;
}

.announcing {
  padding-top: 6.2rem;
}

.announcing h3 {
  max-width: 23.6rem;
  margin-left: auto;
  margin-right: auto;
}

.announcing p {
  font-size: clamp(16px, 2.4vw, 2rem);
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 2.4rem;
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
}

.announcing p::before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 10.2rem;
  background: url(../img/application/left.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.announcing p::after {
  position: absolute;
  content: "";
  width: 4rem;
  height: 10.2rem;
  background: url(../img/application/right.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.announcing p span {
  font-size: 1.6rem;
  display: block;
}

@media (max-width: 767px) {

  .announcing p::before,
  .announcing p::after {
    display: none;
  }

  .announcing p {
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
  }

  .announcing p span {
    font-weight: 400;
    font-size: 1.4rem;
  }
}

/*------------------------------
応募要項
------------------------------*/

.requirements {
  position: relative;
  background: var(--color-white);
  z-index: -1;
}

.requirements::before {
  position: absolute;
  content: "";
  width: 19.5vw;
  height: 22.91vw;
  background: url(../img/requirements/right-leaf.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
}

.requirements::after {
  position: absolute;
  content: "";
  width: 18.95vw;
  height: 31.4vw;
  background: url(../img/requirements/left-leaf.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .requirements::after {
    display: none;
  }
}

.requirements h2 {
  font-size: clamp(24px, 3vw, 3.4rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.2rem;
  color: #e07274;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}

.requirements h2 span {
  position: relative;
  padding: 1rem 1.5rem;
}

.requirements h2 span::before,
.requirements h2 span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 2.3rem;
  background: url(../img/title-ashirai.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.requirements h2 span::before {
  left: -4rem;
}

@media (max-width: 767px) {
  .requirements h2 span::before {
    left: -2rem;
  }
}

.requirements h2 span::after {
  right: -4rem;
}

@media (max-width: 767px) {
  .requirements h2 span::after {
    right: -2rem;
  }
}

.requirements dt {
  background: #f0ebe6;
  font-size: clamp(16px, 2.4vw, 2rem);
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 1.2rem 3rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .requirements dt {
    padding: 0.8rem 1rem;
  }
}

.requirements dd {
  padding: 1.6rem 3rem 3.2rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .requirements dd {
    padding: 1rem 1rem 1.6rem;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}

/*------------------------------
応募資格
------------------------------*/
.qualification {
  background: #f9f9fa;
}

.qualification-card {
  background: var(--color-white);
  padding: 4rem 5.4%;
  height: 70rem;
  overflow-y: auto;
  width: 90%;
}

.qualification-card::-webkit-scrollbar {
  width: 10px;
}

.qualification-card::-webkit-scrollbar-track {
  background-color: #ccc;
}

.qualification-card::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
}

.qualification h2 {
  font-size: clamp(24px, 2.8vw, 3.2rem);
  letter-spacing: 0.3em;
  font-weight: bold;
  text-align: center;
  color: #e07274;
}

.qualification-text {
  margin-top: 2.4rem;
  text-align: center;
  font-weight: 500;
}

.qualification-list {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  max-width: 54rem;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
}

.qualification h3 {
  margin-top: 4.8rem;
  font-size: clamp(20px, 2.3vw, 2.4rem);
  letter-spacing: 0.3em;
  color: #e07274;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  align-items: center;
  /* 横線を上下中央 */
  display: flex;
  /* 文字と横線を横並び */
}

.qualification h3::before,
.qualification h3::after {
  background-color: #e28d88;
  border-radius: 5px;
  content: "";
  flex-grow: 1;
  height: 0.1rem;
}

.qualification h3::before {
  margin-right: 2rem;
}

.qualification h3::after {
  margin-left: 2rem;
}

.qualification h4 {
  font-weight: bold;
  line-height: 1.5;
  padding-left: 1rem;
  color: var(--color-theme);
  position: relative;
  margin-top: 3.2rem;
}

.qualification h4:before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 1.5rem;
  background: var(--color-theme);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.qualification-notes {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.qualification-notes li {
  padding-left: 2rem;
  position: relative;
  margin-top: 0.8rem;
}

.qualification-notes li span {
  position: absolute;
  left: 0;
}

/*------------------------------
フッター
------------------------------*/
.footer {
  position: absolute;
  color: var(--color-white);
  width: 100%;
  padding: 4.8rem 2rem 1rem;
  background: var(--color-theme);
}

.footer-title {
  display: block;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

.footer dl {
  margin-top: 2rem;
}

.footer-access dt {
  line-height: 1.6;
}

.footer-access dd {
  margin-top: 1.2rem;
  font-size: 1.3rem;
  line-height: 1.6;
}

.footer-inner {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-inner::before {
  position: absolute;
  content: "";
  width: 14.2rem;
  height: 20.6rem;
  background: url(../img/woman-footer.png);
  bottom: -6rem;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-inner::after {
  position: absolute;
  content: "";
  width: 12rem;
  height: 27rem;
  background: url(../img/man-footer.png);
  bottom: -6.4rem;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {

  .footer-inner::before,
  .footer-inner::after {
    display: none;
  }
}

.sns-links {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.facebook,
.insta {
  width: 2.8rem;
  margin: 0 1rem;
}

.footer-inner p {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 2;
}

.footer-list a,
.sns-links a {
  transition: 0.3s;
}

.footer-list a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.sns-links a:hover {
  opacity: 0.7;
}

.copyright {
  text-align: center;
  font-size: 1rem;
  margin-top: 4.8rem;
}

@media (max-width: 767px) {
  .footer-list {
    font-size: 1.2rem;
  }
}

/*--------------------------------
インスタ
--------------------------------*/
.insta-button a {
  transition: 0.3s;
}

.insta-button img {
  width: 18rem;
  position: fixed;
  z-index: 10;
  bottom: 2rem;
  right: 2rem;
  filter: drop-shadow(0 0 0.1rem #fff);
  animation-name: yurayura;
  /* アニメーション名の指定 */
  animation-duration: 4s;
  /* アニメーション動作時間の指定 */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .insta-button img {
    width: 19vw;
  }
}

@media screen and (max-width: 767px) {
  .insta-button img {
    width: min(32vw, 12rem);
  }
}

@keyframes yurayura {

  0%,
  100% {
    transform: rotate(-5deg);
  }

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

.insta-button a:hover img {
  filter: brightness(1.12);
}

/*--------------------------------
ページトップへ戻るボタン
--------------------------------*/
.page-top-arrow {
  cursor: pointer;
  background-color: #faeeee;
  padding-top: 0.5rem;
  padding-bottom: 1.4rem;
  text-align: center;
  transition: 0.3s;
  font-weight: bold;
  color: var(--color-theme);
}

.page-top-arrow span {
  display: block;
  line-height: 1;
  margin-top: -1rem;
  font-size: clamp(12px, 2.6vw, 1.6rem);
}

.page-top-arrow img {
  width: 4.8rem;
}

.page-top-arrow:hover {
  bottom: 1.2rem;
  background-color: #edd2d2;
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}


/* 追加ボタン */
.c-button.--award {
  margin-top: 1.2rem;
  justify-content: center;
  display: flex;

  a {
    background-color: #fff;
    color: #3378a0;
    border: solid 1px #3378a0;
    filter: drop-shadow(0px 0px 20px rgba(35, 106, 177, 0.14));
  }
}

.hero-copy {
  padding: 1rem 1.5rem 3.2rem;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
  border-radius: 2.4rem;
}

.copy-title {
  margin-top: -3rem;
  max-width: 500px;
  margin-inline: auto;
}

.hero-renewal {
  padding-block: 4rem;
  background: url(../img/mv-pc.jpg) center / cover no-repeat;
}

@media (max-width: 767px) {
  .hero-renewal {
    padding-block: 3.2rem;
    background: url(../img/sp/mv-sp.jpg) center / cover no-repeat;
  }
}

.hero-card-inner.--renewal {
  width: 80%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}