@charset "UTF-8";
/* color */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
/* -------------------------- */
/* reset */
/* -------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* -------------------------- */
/* all style */
/* -------------------------- */
* {
  margin: 0;
}

html,
body {
  height: auto;
}
@media screen and (min-width: 896px) {
  html,
  body {
    scroll-padding-top: 100px;
  }
}

html {
  font-size: 62.5%;
}

/*font-family: 'Noto Serif JP', serif; */
/*font-family: "M Plus 1p" */
/*font-family: "Hannari";  */
/*Sawarabi Mincho"; */
/*font-family: "Noto Sans JP",Noto Sans JP,"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.4em;
  line-height: 1.6;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

a {
  text-decoration: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button:hover,
a:hover {
  opacity: 0.8;
  color: unset;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*vue 切り替え*/
@-webkit-keyframes cloak-in {
  0% {
    opacity: 0;
  }
}
@keyframes cloak-in {
  0% {
    opacity: 0;
  }
}
#head,
#company-content,
#top-content {
  -webkit-animation: cloak-in 1s;
          animation: cloak-in 1s;
}

[v-cloak] {
  opacity: 0;
}

/**************/
.contents {
  padding: 0 1.5rem;
}
@media screen and (min-width: 896px) {
  .contents {
    max-width: 1180px;
  }
}

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

.pc {
  display: none;
}
@media screen and (min-width: 896px) {
  .pc {
    display: block;
  }
}

.more-button {
  width: 25rem;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 896px) {
  .more-button {
    width: 50%;
    text-align: center;
  }
}
.more-button a {
  border-left: solid 1px #bfb07b;
  border-top: solid 1px #bfb07b;
  border-bottom: solid 1px #bfb07b;
  background-color: #fff;
  padding: 1rem 0 1rem 3rem;
  width: 18rem;
  display: block;
  color: #bfb07b;
  font-size: 1.6rem;
}
@media screen and (min-width: 896px) {
  .more-button a {
    text-align: center;
  }
}
.more-button a .icon {
  vertical-align: middle;
  margin-left: 1rem;
  line-height: 1.5rem;
}
.more-button a .icon i:before {
  font-size: 3rem;
}
.more-button .maru4 {
  position: absolute;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 0 70% 0 0;
  background-color: #fff;
  border-right: solid 0.5px #bfb07b;
  border-top: solid 1px #bfb07b;
  border-bottom: solid 1px #bfb07b;
  left: 18rem;
  top: 0;
}

/*******************/
/*header
/*******************/
header {
  z-index: 999;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 896px) {
  header {
    position: fixed;
  }
}

@media screen and (min-width: 896px) {
  .header {
    background-color: #fff;
  }
}
.header .navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 896px) {
  .header .navbar {
    margin: 0 auto;
    max-width: 1440px;
    padding: 20px 0;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
.header .navbar .navbar-brand {
  width: auto;
  padding-top: 2rem;
  padding-left: 1rem;
  display: initial;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 896px) {
  .header .navbar .navbar-brand {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding-top: 0;
    padding-left: 0;
    width: 230px;
  }
}
.header .navbar .navbar-brand .logo {
  display: block;
}
.header .navbar .navbar-brand .logo img {
  height: 4rem;
  width: auto;
}
@media screen and (min-width: 896px) {
  .header .navbar .navbar-brand .logo img {
    height: auto;
  }
}
.header .navbar .pc-menu {
  width: 100%;
}
.header .navbar .pc-menu_top {
  padding-bottom: 25px;
}
.header .navbar .pc-menu_top_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .navbar .pc-menu_top_list_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
.header .navbar .pc-menu_top_list_block:nth-of-type(2), .header .navbar .pc-menu_top_list_block:nth-of-type(3) {
  border-left: 1px solid #bfbfbf;
}
.header .navbar .pc-menu_top_list_block_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.header .navbar .pc-menu_top_list_block_sns li {
  width: 25px;
}
.header .navbar .pc-menu_top_list_block_sns li img {
  width: 100%;
  height: 100%;
}
.header .navbar .pc-menu_top_list_block a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.header .navbar .pc-menu_top_list_block_blog {
  color: #00b53b;
  font-size: 1.4rem;
}
.header .navbar .pc-menu_top_list_block_contact {
  color: #333;
  font-size: 1.4rem;
}
.header .navbar .pc-menu_top_list_block_tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 2.5rem;
  color: #00b53b;
  padding-left: 5px;
  line-height: 1;
}
.header .navbar .pc-menu_top_list_block_tel img {
  width: 20px;
}
.header .navbar .pc-menu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: x center;
  -webkit-align-items: x center;
      -ms-flex-align: x center;
          align-items: x center;
  max-width: 900px;
  margin-left: auto;
}
.header .navbar .pc-menu_list li {
  text-align: center;
  line-height: 1;
  border-left: 1px solid #bfbfbf;
  width: 100%;
  text-align: center;
}
.header .navbar .pc-menu_list li:nth-child(7) {
  display: none;
}
.header .navbar .pc-menu_list li:last-of-type {
  border-right: 1px solid #bfbfbf;
}
.header .navbar .pc-menu_list li a {
  display: block;
  padding: 0 15px;
  width: 100%;
  font-weight: 700;
  font-size: 1.6rem;
  color: #333;
}
.header .navbar .pc-menu_list li a .navbar-item_sub {
  font-size: 13px;
  display: block;
  padding-top: 8px;
  font-family: "Noto Serif JP", serif;
}
.header .navbar .pc-menu_list li a .navbar-item_sub:hover {
  color: #9e9471;
}
.header .navbar .pc-menu_list li span {
  font-weight: 500;
  display: block;
  font-size: 18px;
  color: #333;
  font-family: "Cormorant Infant", serif;
  position: relative;
  cursor: pointer;
}
.header .navbar .pc-menu_list li span:hover {
  color: #9e9471;
}
.header .navbar .pc-menu_list li span:hover .navbar-item_sub {
  color: #9e9471;
}
.header .navbar .pc-menu_list li span .navbar-item_sub {
  font-size: 13px;
  display: block;
  padding-top: 8px;
  font-family: "Noto Serif JP", serif;
}
.header .navbar .pc-menu_list li span .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 0;
  list-style-type: none;
}
.header .navbar .pc-menu_list li span .dropdown li {
  text-align: left;
  width: 180px;
}
.header .navbar .pc-menu_list li span .dropdown li a {
  font-size: 16px;
  width: 100%;
  background: #f9f9f1;
  padding: 15px;
}
.header .navbar .pc-menu_list li span .isOpen {
  display: block;
}
.header .navbar .pc-menu_list li:last-child a .icon {
  border-right: unset;
}
.header .hamburger_btn {
  position: fixed;
  top: 1%;
  right: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
  height: 65px;
  z-index: 50;
  cursor: pointer;
  background-color: #00b53b;
  border-radius: 10px;
}
.header .hamburger_btn .line {
  position: absolute;
  top: 0;
  right: 17px;
  height: 4px;
  background-color: #fff;
  text-align: center;
  width: 30px;
}
.header .hamburger_btn .line_01 {
  top: 20px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header .hamburger_btn .line_02 {
  top: 30px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header .hamburger_btn .line_03 {
  top: 40px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header .hamburger_btn .btn_line01 {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 32px;
}
.header .hamburger_btn .btn_line02 {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}
.header .hamburger_btn .btn_line03 {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 32px;
}
.header .open .line {
  background-color: #fff;
}
.header .menu_sp {
  position: fixed;
  background-color: #00b53b;
  z-index: 30;
  width: 100%;
  top: 0;
  right: 0;
  padding: 15px 20px 60px;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
@supports (-webkit-touch-callout: none) {
  .header .menu_sp {
    height: -webkit-fill-available;
  }
}
.header .menu_sp_home {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 60px;
}
.header .menu_sp ul {
  padding: 0;
}
.header .menu_sp ul li {
  list-style: none;
  line-height: 1;
  padding: 2rem 0;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #c8fcbf;
}
.header .menu_sp ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .menu_sp ul li span {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
}
.header .menu_sp ul li span .dropdown {
  top: 100%;
  left: 0;
  display: none;
  padding: 0;
  list-style-type: none;
  margin-top: 1rem;
  margin-bottom: -1rem;
}
.header .menu_sp ul li span .dropdown li {
  text-align: left;
  width: 100%;
  padding: 0 0 0 20px;
  margin-bottom: 0;
}
.header .menu_sp ul li span .dropdown li:not(:last-of-type) {
  margin-bottom: 15px;
}
.header .menu_sp ul li span .dropdown li a {
  font-size: 14px;
  width: 100%;
  padding: 0 15px;
}
.header .menu_sp ul li span .isOpen {
  display: block;
}
.header .menu_sp ul li .menu-list li a {
  padding-left: 0;
}

.header_banner {
  position: fixed;
  z-index: 20;
  width: 100%;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.header_banner.sp {
  visibility: visible;
}
.header_banner.sp.hidden {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 896px) {
  .header_banner {
    right: 0;
    top: 20%;
    width: auto;
  }
}
.header_banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 896px) {
  .header_banner ul {
    display: initial;
  }
}
.header_banner ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px;
}
.header_banner ul li.tel {
  background-color: #fdc92b;
}
.header_banner ul li.tel a .header_banner_list_block_image {
  background-color: #fff;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
}
.header_banner ul li.tel a .header_banner_list_block_image img {
  width: 20px;
}
.header_banner ul li.line {
  background-color: #c8fcbf;
}
.header_banner ul li.line a .header_banner_list_block_image {
  width: 35px;
  height: 35px;
}
.header_banner ul li:hover {
  opacity: 0.7;
}
@media screen and (min-width: 896px) {
  .header_banner ul li {
    width: 85px;
    height: 150px;
  }
}
@media screen and (min-width: 896px) {
  .header_banner ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.header_banner ul li a {
  color: #59493f;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
  opacity: 1;
}
@media screen and (min-width: 896px) {
  .header_banner ul li a {
    padding: 0 10px;
  }
}
.header_banner ul li a img {
  display: block;
}
.header_banner ul li a span {
  font-size: 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 896px) {
  .header_banner ul li a span {
    font-size: 13px;
  }
}

/* -------------------------- */
/* breadcrumb  */
/* -------------------------- */
.breadcrumb-area {
  color: #00b53b;
  margin-bottom: clamp(40px, 8vw, 65px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 1220px !important;
  margin-inline: auto;
  padding: 15px 24px 0;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  margin-bottom: 0;
  width: 100%;
}
.breadcrumb-area::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 896px) {
  .breadcrumb-area {
    padding: 15px 0 0;
    overflow-x: initial;
    word-break: initial;
    white-space: initial;
    margin-bottom: 40px;
  }
}
.breadcrumb-area a {
  color: #00b53b;
}
.breadcrumb-area.single {
  background-color: #eee;
}

/* -------------------------- */
/* pagination  pagenav*/
/* -------------------------- */
.pagenav {
  padding: 2rem;
  text-align: center;
  font-size: 1.7rem;
}
.pagenav span {
  border: 1px solid #bfb07b;
  padding: 1rem 1.5rem;
}
.pagenav a {
  color: #bfb07b;
  margin-left: 1rem;
}
.pagenav a.page {
  font-size: 1.7rem;
  color: #222;
  padding: 1rem 1.5rem;
  margin-left: 1rem;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  text-align: center;
  padding-bottom: 35px;
}
@media screen and (min-width: 896px) {
  .pagination {
    padding-bottom: 50px;
  }
}
.pagination h2.screen-reader-text {
  display: none;
}
.pagination span {
  font-size: 1.8rem;
  display: block;
  color: #00b53b;
}
.pagination a {
  display: block;
}
.pagination a.page-numbers {
  font-size: 1.8rem;
  color: #222;
}
.pagination a.prev, .pagination a.next {
  color: #222;
  background-color: unset;
}
.pagination .nav-links span {
  border: 1px solid #bfb07b;
  padding: 1rem 1.5rem;
}
.pagination .nav-links a.page-numbers {
  font-size: 1.7rem;
  color: #222;
  padding: 1rem 1.5rem;
  margin-left: 1rem;
}
.pagination .nav-links a.prev, .pagination .nav-links a.next {
  color: #bfb07b;
  background-color: unset;
}

/* -------------------------- */
/* 404 not found*/
/* -------------------------- */
.page-404 {
  padding: 3rem 0;
  text-align: center;
}
.page-404 h2 {
  font-size: 2.5rem;
}
@media screen and (min-width: 896px) {
  .page-404 h2 {
    font-size: 3rem;
  }
}
.page-404 h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 896px) {
  .page-404 h3 {
    font-size: 2.5rem;
  }
}
.page-404 a {
  margin: 3rem;
  display: inline-block;
}

/*footer*/
/*sp footer*/
.sp_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
@media screen and (min-width: 896px) {
  .sp_footer {
    display: none;
  }
}
.sp_footer_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sp_footer_btn_item {
  width: 50%;
  height: 60px;
  text-align: center;
  line-height: 5.5rem;
}
.sp_footer_btn_item:first-child {
  background-color: #bfb07b;
}
.sp_footer_btn_item:first-child a {
  color: #fff;
}
.sp_footer_btn_item:first-child a i {
  font-size: 2rem;
}
.sp_footer_btn_item:first-child a span {
  margin-left: 1rem;
  font-size: 2rem;
}
.sp_footer_btn_item:nth-child(2) {
  background-color: #bfb07b;
}
.sp_footer_btn_item:nth-child(2) a {
  color: #fff;
}
.sp_footer_btn_item:nth-child(2) i {
  font-size: 2rem;
}
.sp_footer_btn_item:nth-child(2) span {
  margin-left: 1rem;
  font-size: 1.8rem;
}

#footer {
  text-align: center;
  background-color: #00b53b;
  width: 100%;
}
@media screen and (min-width: 896px) {
  #footer {
    padding: 45px 0 15px;
  }
}
#footer .footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #00b53b;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem auto;
}
@media screen and (min-width: 896px) {
  #footer .footer {
    margin: 0 auto;
  }
}
#footer .footer.pc {
  display: none;
}
@media screen and (min-width: 896px) {
  #footer .footer.pc {
    display: block;
  }
  #footer .footer.pc .footer-menu_list li span {
    cursor: pointer;
  }
  #footer .footer.pc .footer-menu_list li span .dropdown {
    position: absolute;
    top: -100px;
    left: 60px;
    display: none;
    padding: 0;
  }
  #footer .footer.pc .footer-menu_list li span .isOpen {
    display: block;
  }
}
#footer .footer.sp {
  display: block;
  margin: 0 auto;
  padding: 35px 0 20px;
}
#footer .footer.sp .footer-menu_list {
  text-align: left;
  padding-bottom: 15px;
}
#footer .footer.sp .footer-menu_list li {
  border-top: 1px solid #55ce7c;
}
#footer .footer.sp .footer-menu_list li:last-of-type {
  border-bottom: 1px solid #55ce7c;
}
#footer .footer.sp .footer-menu_list li a {
  padding: 5px 20px;
  font-size: 1.4rem;
}
#footer .footer.sp .footer-menu_list li span {
  padding: 5px 0;
}
#footer .footer.sp .footer-menu_list li span .footer-menu_plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}
#footer .footer.sp .footer-menu_list li span .footer-menu_plus img {
  width: 20px;
  height: 20px;
}
#footer .footer.sp .footer-menu_list li span .dropdown {
  padding-left: 15px;
}
#footer .footer.sp .footer-menu_list li span .dropdown li {
  border: none;
}
#footer .footer.sp .footer-menu_list li span .dropdown li a {
  background-color: #f9f9f1;
  font-size: 16px;
  padding: 5px;
}
#footer .footer.sp .footer-images {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
#footer .footer.sp .footer-images_social_hotpepper {
  width: 150px;
}
#footer .footer.sp .footer-images_social {
  gap: 20px;
}
@media screen and (min-width: 896px) {
  #footer .footer.sp {
    display: none;
  }
}
#footer .footer-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
#footer .footer-images_logo {
  max-width: 240px;
}
#footer .footer-images_logo a {
  display: block;
}
#footer .footer-images_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#footer .footer-images_social_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-images_social_sns li {
  width: 25px;
}
#footer .footer-images_social_sns li a {
  width: 100%;
}
#footer .footer-images_social_hotpepper {
  width: 100px;
}
#footer .footer-images_social_hotpepper a {
  display: block;
}
#footer .footer .footer-name {
  color: #fff;
  font-size: 1.6rem;
  padding-bottom: 40px;
}
@media screen and (min-width: 896px) {
  #footer .footer .footer-menu_list {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
  }
}
@media screen and (min-width: 896px) {
  #footer .footer .footer-menu_list li {
    line-height: 1;
  }
}
#footer .footer .footer-menu_list li a {
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 1.5rem;
}
#footer .footer .footer-menu_list li a .icon {
  color: #fff;
  margin: 0 1rem;
  padding-right: 2rem;
}
@media screen and (min-width: 896px) {
  #footer .footer .footer-menu_list li a .icon {
    border-right: 2px solid #fff;
  }
}
#footer .footer .footer-menu_list li span {
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 1.2rem;
  position: relative;
  font-family: "Cormorant Infant", serif;
}
#footer .footer .footer-menu_list li span:hover {
  color: #9e9471;
}
#footer .footer .footer-menu_list li span .dropdown {
  display: none;
  padding: 0;
  list-style-type: none;
}
#footer .footer .footer-menu_list li span .dropdown li {
  text-align: left;
  width: 180px;
}
#footer .footer .footer-menu_list li span .dropdown li a {
  font-size: 16px;
  width: 100%;
  background: #fff;
  padding: 15px;
  color: #333;
  font-family: "Cormorant Infant", serif;
}
#footer .footer .footer-menu_list li span .dropdown li a:hover {
  color: #9e9471;
  opacity: 1;
}
#footer .footer .footer-menu_list li span .isOpen {
  display: block;
}
#footer .footer-logo {
  color: #fff;
  width: 30%;
  padding: 2rem 0;
}
@media screen and (min-width: 896px) {
  #footer .footer-logo {
    padding: 2rem 0;
    width: 15rem;
  }
}
#footer .footer-logo a {
  display: block;
}
#footer .footer-text {
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #footer .footer-text {
    border-bottom: 0.5px solid #fff;
    text-align: left;
    margin-left: 7rem;
    width: 25rem;
  }
}
#footer .footer-copyright {
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}
@media screen and (min-width: 896px) {
  #footer .footer-copyright {
    padding: 0 0 15px;
  }
}

#privacy-policy {
  padding: 1rem 0 4rem;
}
@media screen and (min-width: 896px) {
  #privacy-policy {
    padding: 2rem 1.5rem 5rem;
  }
}
#privacy-policy .contents {
  width: 100%;
}
@media screen and (min-width: 896px) {
  #privacy-policy .contents {
    margin: 0 auto;
    text-align: center;
    width: 75%;
  }
}
#privacy-policy .contents h3 {
  padding-top: 3rem;
}
@media screen and (min-width: 896px) {
  #privacy-policy .contents h3 {
    padding-top: 5rem;
  }
}
#privacy-policy .contents p {
  padding-bottom: 1rem;
}

/*********************/
/*********************/
.fadey-enter {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.fadey-enter-active {
  -webkit-transition: opacity 1s ease-in, -webkit-transform 2s ease-in;
  transition: opacity 1s ease-in, -webkit-transform 2s ease-in;
  transition: opacity 1s ease-in, transform 2s ease-in;
  transition: opacity 1s ease-in, transform 2s ease-in, -webkit-transform 2s ease-in;
}

.fadey-leave-active {
  -webkit-transition: all 2s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 2s cubic-bezier(1, 0.5, 0.8, 1);
}

.fadey-leave-to {
  opacity: 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.fader-enter {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}

.fader-enter-active {
  -webkit-transition: opacity 1s ease-in, -webkit-transform 2s ease-in;
  transition: opacity 1s ease-in, -webkit-transform 2s ease-in;
  transition: opacity 1s ease-in, transform 2s ease-in;
  transition: opacity 1s ease-in, transform 2s ease-in, -webkit-transform 2s ease-in;
}

.fader-leave-active {
  -webkit-transition: all 2s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 2s cubic-bezier(1, 0.5, 0.8, 1);
}

.fader-leave-to {
  opacity: 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.fadel-enter {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.fadel-enter-active {
  -webkit-transition: opacity 1s ease-in, -webkit-transform 2s ease-in;
  transition: opacity 1s ease-in, -webkit-transform 2s ease-in;
  transition: opacity 1s ease-in, transform 2s ease-in;
  transition: opacity 1s ease-in, transform 2s ease-in, -webkit-transform 2s ease-in;
}

.fadel-leave-active {
  -webkit-transition: all 2s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 2s cubic-bezier(1, 0.5, 0.8, 1);
}

.fadel-leave-to {
  opacity: 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

/*
.fade-enter {
  transform: translateX(5px);
  opacity: 0;
}
.fade-enter-active {
	//transition: all 3s ease;
	transition: opacity 3s ease-in, transform 3s ease-in;
}
.fade-leave-active {
  transition: all 2s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.fade-leave-to{
	opacity: 0;
	transform: scale(0.97);
}
*/
.purchase__product {
  background: #a2060f;
  padding: 60px 0;
}
@media screen and (min-width: 896px) {
  .purchase__product {
    padding: 55px 0 50px;
  }
}
.purchase__product__inner {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  max-width: 660px;
  margin: auto;
  text-align: center;
  padding: 0 20px;
}
@media screen and (min-width: 896px) {
  .purchase__product__inner {
    gap: 50px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    right: -13%;
    padding: 0;
  }
}
.purchase__product__inner a {
  color: #fff;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  width: 100%;
  margin: auto;
  border: 1px solid;
  padding: 20px 0;
  position: relative;
  max-width: 100%;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
.purchase__product__inner a:hover {
  background-color: #fff;
  color: #a2060f;
  opacity: 1;
}
.purchase__product__inner a:hover::after {
  content: "";
  border-top: 2px solid #a2060f;
  border-right: 2px solid #a2060f;
}
@media screen and (min-width: 896px) {
  .purchase__product__inner a {
    max-width: 300px;
  }
}
.purchase__product__inner a::after {
  content: "";
  position: absolute;
  right: 10%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
@media screen and (min-width: 896px) {
  .purchase__product__inner a::after {
    right: 5%;
  }
}
.purchase__product__inner a:last-of-type {
  background: #f9f8ee;
  color: #a2060f;
  padding: 10px 0;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
.purchase__product__inner a:last-of-type:hover {
  background: #a2060f;
  color: #f9f8ee;
}
.purchase__product__inner a:last-of-type:hover::after {
  content: "";
  border-top: 2px solid #f9f8ee;
  border-right: 2px solid #f9f8ee;
}
@media screen and (min-width: 896px) {
  .purchase__product__inner a:last-of-type {
    grid-column: span 2/span 2;
  }
}
.purchase__product__inner a:last-of-type::after {
  border-top: 2px solid #a2060f;
  border-right: 2px solid #a2060f;
}
.purchase__product__inner a:last-of-type span {
  font-size: 26px;
  display: block;
}

.blog_post {
  margin-top: 25px;
  height: 100%;
}
@media screen and (min-width: 896px) {
  .blog_post {
    margin-top: 13rem;
  }
}

.blog__detail {
  padding: 16px 24px 56px;
}
@media screen and (min-width: 896px) {
  .blog__detail {
    padding: 0 24px 56px;
  }
}
.blog__detail__container {
  max-width: 1024px;
  margin: 0 auto;
}
.blog__detail__container__body h2,
.blog__detail__container__body h3,
.blog__detail__container__body h4,
.blog__detail__container__body h5 {
  margin-bottom: 24px;
}
@media screen and (min-width: 896px) {
  .blog__detail__container__body h2,
  .blog__detail__container__body h3,
  .blog__detail__container__body h4,
  .blog__detail__container__body h5 {
    margin-bottom: 40px;
  }
}
.blog__detail__container__body .date {
  margin-bottom: 16px;
}
.blog__detail__container__body .date time {
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 896px) {
  .blog__detail__container__body .date time {
    font-size: 18px;
  }
}
.blog__detail__container__body h1 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
  padding-bottom: 16px;
}
@media screen and (min-width: 896px) {
  .blog__detail__container__body h1 {
    font-size: 36px;
    padding-bottom: 18px;
  }
}
.blog__detail__container__body h2 {
  font-size: 26px;
}
@media screen and (min-width: 896px) {
  .blog__detail__container__body h2 {
    font-size: 32px;
  }
}
.blog__detail__container__body h3 {
  font-size: 24px;
}
.blog__detail__container__body h4 {
  font-size: 20px;
}
.blog__detail__container__body h5 {
  font-size: 18px;
}
.blog__detail__container__body p {
  margin-bottom: 24px;
  line-height: 2;
}
@media screen and (min-width: 896px) {
  .blog__detail__container__body p {
    margin-bottom: 40px;
  }
}
.blog__detail__container__body a {
  text-decoration: underline;
  margin-bottom: 24px;
}
@media screen and (min-width: 896px) {
  .blog__detail__container__body a {
    margin-bottom: 40px;
  }
}
.blog__detail__container__body .grey-box {
  background-color: #f2f2f2;
  padding: 24px;
}
@media screen and (min-width: 896px) {
  .blog__detail__container__body .grey-box {
    padding: 32px;
  }
}
.blog__detail__container__body .post-categories,
.blog__detail__container__body .term__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.blog__detail__container__body .post-categories li a,
.blog__detail__container__body .term__list li a {
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid;
  background: #00b53b;
  line-height: 1;
  display: inline-block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 896px) {
  .blog__detail__container__body .post-categories li a,
  .blog__detail__container__body .term__list li a {
    font-size: 18px;
    padding: 12px 16px;
  }
}
.blog__detail__container__body .eye__catching,
.blog__detail__container__body figure {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 896px) {
  .blog__detail__container__body .eye__catching,
  .blog__detail__container__body figure {
    margin-top: 30px;
  }
}
.blog__detail__container__body .eye__catching img,
.blog__detail__container__body figure img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 100%;
}
.blog__detail__container__body .eye__catching {
  max-width: 1024px;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
  background-color: #ccc;
}
.blog__detail__container__body .eye__catching .gray__image {
  min-height: 500px;
}
.blog__detail__container__body .eye__catching img {
  height: 100%;
  width: 100%;
  max-height: 100%;
}
.blog__detail__container__body figure img {
  height: auto;
  width: auto;
}

.section_title_normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.section_title_normal.border::before, .section_title_normal.border::after {
  content: "";
  height: 1px;
  border: 1px solid #00b53b;
  margin-top: 30px;
  min-width: 85px;
}
@media screen and (min-width: 896px) {
  .section_title_normal.border::before, .section_title_normal.border::after {
    min-width: 200px;
  }
}
.section_title_normal.border::before {
  margin-right: 1em;
}
@media screen and (min-width: 896px) {
  .section_title_normal.border::before {
    margin-right: 3em;
  }
}
.section_title_normal.border::after {
  margin-left: 1em;
}
@media screen and (min-width: 896px) {
  .section_title_normal.border::after {
    margin-left: 3em;
  }
}
.section_title_normal h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  color: #59493f;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1;
}
@media screen and (min-width: 896px) {
  .section_title_normal h2 {
    font-size: 3.2rem;
  }
}
.section_title_normal h2 img {
  display: block;
}
.section_title_normal h2 img.thought {
  height: auto;
  width: 40px;
}
@media screen and (min-width: 896px) {
  .section_title_normal h2 img.thought {
    width: 56px;
  }
}
.section_title_normal h2 span {
  font-size: 1.3rem;
  color: #00b53b;
  display: block;
  line-height: 1;
  font-family: "M PLUS 1p", sans-serif;
}
.section_title_normal h2 span.orange {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  color: #f29600;
  text-align: center;
  gap: 10px;
  line-height: 1;
}
@media screen and (min-width: 896px) {
  .section_title_normal h2 span.orange {
    font-size: 3.2rem;
    display: contents;
  }
}
@media screen and (min-width: 896px) {
  .section_title_normal h2 span {
    font-size: 1.5rem;
  }
}

.section_title_no_image {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.5;
  padding-top: 50px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1;
  color: #59493f;
}
@media screen and (min-width: 896px) {
  .section_title_no_image {
    padding-top: 40px;
    font-size: 3.2rem;
  }
}
.section_title_no_image .sub {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.3rem;
}
.section_title_no_image .sub.green {
  color: #00b53b;
}
@media screen and (min-width: 896px) {
  .section_title_no_image .sub {
    font-size: 1.5rem;
  }
}

.land-size span {
  border: 1px solid #DDD;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  height: 100%;
  margin-left: 5px;
  z-index: 2;
}

.purchase_archive_inner_block {
  position: relative;
  padding-bottom: 15px;
}

.purchase_archive_inner_block_texts_content {
  font-weight: bold;
}

.purchase_archive_inner_block_texts_detail {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

/*---------------------------------------*/
.purchase_archive_inner_block_image {
  position: relative;
}

.spec {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  bottom: 10px;
  left: 10px;
  display: block;
  z-index: 2;
  border-radius: 10px;
  font-size: 1rem;
  padding: 1.4rem;
  min-height: auto;
  padding: 0.3rem 0.8rem 1.8rem 0.8rem;
  white-space: nowrap;
  min-width: 14rem;
  text-align: center;
}
.spec span {
  display: block;
}
.spec .txt-size,
.spec .txt-area,
.spec .txt-land {
  font-size: 1.3rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
}
.spec .txt-size {
  font-size: 2rem;
  padding: 1rem 0;
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: 0.2rem;
}
.spec .txt-area {
  border: 1px solid #00b53b;
  color: #00b53b;
  background: #FFF;
}
.spec .txt-land {
  border: 1px solid #00b53b;
  color: #FFF;
  background: #00b53b;
}
.spec.large {
  padding: 0.4rem 1.2rem 1.8rem 1.2rem;
  min-width: 16rem;
}
.spec.large .txt-size,
.spec.large .txt-area,
.spec.large .txt-land {
  font-size: 1.6rem;
}
.spec.large .txt-size {
  font-size: 3rem;
  padding: 1rem 0;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 5rem;
}

@-webkit-keyframes anime01 {
  0% {
    -webkit-transform: scale(0%);
            transform: scale(0%);
  }
  100% {
    -webkit-transform: scale(140%);
            transform: scale(140%);
  }
}

@keyframes anime01 {
  0% {
    -webkit-transform: scale(0%);
            transform: scale(0%);
  }
  100% {
    -webkit-transform: scale(140%);
            transform: scale(140%);
  }
}
.purchase-menu {
  text-align: center;
  margin-bottom: 4rem;
}
.purchase-menu > ul {
  width: 70%;
  padding: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 896px) {
  .purchase-menu > ul {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.purchase-menu > ul > li {
  list-style: none;
  position: relative;
  width: 100%;
  margin: 0.2rem 0;
  margin-right: 5px;
}
@media screen and (min-width: 896px) {
  .purchase-menu > ul > li {
    width: 33.3333333333%;
  }
}
.purchase-menu > ul > li > a {
  z-index: 0;
}
.purchase-menu > ul > li a {
  border-radius: 0.4rem;
  position: relative;
  color: #666666;
  border: 2px solid #666666;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 10px 15px 10px 25px;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}
.purchase-menu > ul > li a i {
  font-size: 12px !important;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.purchase-menu > ul .drop-down {
  -ms-touch-action: none;
      touch-action: none;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
  top: 100%;
  left: 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.purchase-menu > ul .drop-down li {
  position: relative;
  float: none;
  list-style: none;
}
.purchase-menu > ul .drop-down li a {
  border-radius: 0;
  border-top: none;
  width: 100%;
  background: #FFF;
}
.purchase-menu > ul .drop-down li a:hover {
  background: #EFEFEF;
  opacity: 1;
}
.purchase-menu > ul .drop-down.animate {
  -webkit-animation: rotateMenu 0.5s ease-in-out forwards;
          animation: rotateMenu 0.5s ease-in-out forwards;
}

@-webkit-keyframes rotateMenu {
  0% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  70% {
    -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes rotateMenu {
  0% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  70% {
    -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
.banner-athtag {
  width: 240px;
}
@media screen and (min-width: 896px) {
  .banner-athtag {
    width: 340px;
  }
}
.banner-athtag a {
  display: block;
  background: #FFF;
  border-radius: 10px;
}
.banner-athtag a img {
  width: 100%;
  height: auto;
}

.top_kv .banner-athtag {
  position: absolute;
  right: 4%;
  bottom: 4%;
  z-index: 1;
}

#footer .banner-athtag {
  margin: 10px auto;
}