.footer {
  padding-block: 120px 60px;
}
.footer .footer_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
}
.footer .footer_nav a {
  text-decoration: none;
  font-size: 19px;
  font-weight: 700;
  position: relative;
}
.footer .footer_nav a:before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 10px;
  background: #231815;
  position: absolute;
  bottom: -3px;
  right: 0;
  transition: width 0.3s;
}
.footer .footer_nav a:hover:before {
  width: 0;
}
.footer .copy {
  margin-top: 40px;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
}

.btn_to_top {
  background: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1200px) {
  .btn_to_top {
    bottom: 15px;
    right: 20px;
  }
}
.btn_to_top.is-show {
  opacity: 1;
  animation: floating 2s ease-in-out alternate infinite, waving 1s linear alternate infinite;
}
.btn_to_top:hover {
  opacity: 0.7;
}
.btn_to_top img {
  width: 65px;
}
@media screen and (max-width: 767px) {
  .btn_to_top img {
    width: 53px;
  }
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes waving {
  0% {
    rotate: 0deg;
  }
  50% {
    rotate: -2deg;
  }
  100% {
    rotate: 2deg;
  }
}

.btn_drawer {
  display: block;
  width: 55px;
  height: 40px;
  position: fixed;
  top: 40px;
  right: 50px;
  padding: 0 10px;
  background: none;
  z-index: 998;
}
@media screen and (max-width: 767px) {
  .btn_drawer {
    width: 45px;
    height: 35px;
    top: 20px;
    right: 20px;
  }
}
.btn_drawer.is-opened .drawer_line:nth-of-type(2) {
  display: none;
}
.btn_drawer.is-opened .drawer_line:first-of-type, .btn_drawer.is-opened .drawer_line:last-of-type {
  top: 50%;
  bottom: auto;
  translate: 0 -50%;
}
.btn_drawer.is-opened .drawer_line:first-of-type {
  transform: rotate(45deg);
}
.btn_drawer.is-opened .drawer_line:last-of-type {
  transform: rotate(-45deg);
}
.btn_drawer .drawer_line {
  height: 11px;
  box-sizing: border-box;
  width: 100%;
  border: solid 4px #231815;
  border-radius: 50px;
  background: #F5A98A;
  position: absolute;
  left: 0;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .btn_drawer .drawer_line {
    height: 9px;
    border: solid 3px #231815;
  }
}
.btn_drawer .drawer_line:first-of-type {
  top: 0;
}
.btn_drawer .drawer_line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.btn_drawer .drawer_line:last-of-type {
  bottom: 0;
}

.nav {
  background: #e2f26b;
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 900;
  padding-top: 100px;
  display: none;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .nav {
    padding-top: 60px;
  }
}
.nav .nav_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 50px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .nav .nav_inner {
    row-gap: 30px;
  }
}
.nav .nav_inner a {
  transition: scale 0.3s;
  text-decoration: none;
}
.nav .nav_inner a:hover {
  scale: 1.1;
}
.nav .nav_inner a.is-top {
  font-size: 29px;
  font-weight: 900;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .nav .nav_inner a.is-top {
    font-size: 24px;
  }
}
.nav .nav_inner a .no {
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: fit-content;
  text-align: center;
  color: #ff726d;
  font-size: 19px;
  letter-spacing: 2px;
  -webkit-text-stroke: 4px #231815;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .nav .nav_inner a .no {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .nav .nav_inner a .no {
    -webkit-text-stroke: 3px #231815;
  }
}
.nav .nav_inner a .no span {
  -webkit-text-stroke: 0 #ff726d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.nav .nav_inner a .no:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #231815;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav .nav_inner a .nav_text {
  font-size: 20px;
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  color: #231815;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .nav .nav_inner a .nav_text {
    font-size: 18px;
  }
}

.breads {
  max-width: 1000px;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 900px) {
  .breads {
    display: none;
  }
}
.breads .bread_inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 24px;
}
.breads .bread_link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  letter-spacing: 2px;
}
.breads .bread_link:before {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: #231815;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: width 0.3s;
}
.breads .bread_link:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  transform: rotate(45deg) translateX(100%);
  position: absolute;
  top: 3px;
  right: -9px;
}
.breads .bread_link:hover:before {
  width: 100%;
}
.breads .bread_text {
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
}
.breads .bread_text.has-arrow {
  position: relative;
}
.breads .bread_text.has-arrow:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  transform: rotate(45deg) translateX(100%);
  position: absolute;
  top: 3px;
  right: -9px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(176, 176, 177, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  padding: 30px;
}
.popup .popup_box {
  max-width: 715px;
  border: solid 3px #231815;
  border-radius: 40px;
  background: white;
  padding-block: 30px;
  padding-inline: 40px;
  position: relative;
}
@media screen and (max-width: 450px) {
  .popup .popup_box {
    padding-inline: 20px;
  }
}
.popup .popup_box .popup_close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #231815 url(../img/common/icon_popup_close.png) center/15px auto no-repeat;
  position: absolute;
  top: -5px;
  right: -10px;
  transition: scale 0.3s;
}
.popup .popup_box .popup_close:hover {
  scale: 1.1;
}
.popup .popup_box .q_text {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-left: 60px;
}
.popup .popup_box .q_text:before {
  content: "";
  display: block;
  width: 34px;
  height: 39px;
  background: url(../img/common/icon_popup_q.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.popup .popup_box .a_block {
  position: relative;
  padding-left: 50px;
}
.popup .popup_box .a_block:before {
  content: "";
  display: block;
  width: 29px;
  height: 32px;
  background: url(../img/common/icon_popup_a.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 3px;
}
.popup .popup_box .a_block .a_text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}
.popup .popup_box .a_block .ref {
  font-size: 12px;
  margin-top: 5px;
}