@charset "UTF-8";
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav_sns_wrap {
  top: 45vw;
  height: calc(100% - 45vw);
}

.frontpage {
  overflow: hidden;
}

.hero {
  position: relative;
  padding-bottom: 50px;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .hero {
    padding-bottom: 0;
    margin-top: 30px;
  }
}
.hero_slider {
  position: relative;
  aspect-ratio: 1/0.491;
  width: 91%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .hero_slider {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .hero_slider {
    aspect-ratio: 1/1.452;
    width: 100%;
    max-height: calc(100vh - 110px);
  }
}
.hero_slider::before, .hero_slider::after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1/6.2;
  height: 101%;
  width: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  background-image: url(../image/front/hero_edge1.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .hero_slider::before, .hero_slider::after {
    aspect-ratio: 1/0.146;
    height: auto;
    width: 105%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../image/front/hero_edge1-sp.svg);
  }
}
.hero_slider::after {
  left: auto;
  right: 0;
  background-image: url(../image/front/hero_edge2.svg);
}
@media screen and (max-width: 768px) {
  .hero_slider::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    background-image: url(../image/front/hero_edge2-sp.svg);
  }
}
.hero_slider img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.hero_slider img.active {
  opacity: 1;
}
.hero_text {
  width: 8%;
  max-width: 125px;
  min-width: 80px;
  position: absolute;
  top: 5%;
  right: 13%;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .hero_text {
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .hero_text {
    width: 23%;
    max-width: 100px;
    right: 8%;
    top: 0;
  }
}
.hero_banner {
  width: 25%;
  max-width: 380px;
  min-width: 250px;
  position: absolute;
  bottom: 20px;
  left: 40px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .hero_banner {
    width: 73%;
    max-width: 300px;
    min-width: auto;
    left: 50%;
    bottom: -150px;
    transform: translateX(-50%);
  }
}
.hero_banner a {
  display: block;
}
.hero_banner a:hover {
  opacity: 0.9;
}
.hero_decoration {
  position: absolute;
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: 1;
}
.hero_decoration:first-of-type {
  bottom: -20%;
  left: -10%;
  width: 30%;
  max-width: 480px;
  background-image: linear-gradient(0deg, #fff2d9, #fff2e6);
  opacity: 0.35;
}
@media screen and (max-width: 768px) {
  .hero_decoration:first-of-type {
    width: 70%;
    left: -30%;
    bottom: -33%;
  }
}
.hero_decoration:nth-of-type(2) {
  top: 5%;
  right: -5%;
  width: 16%;
  max-width: 254px;
  border: 4px solid #fdf1d9;
  opacity: 0.7;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .hero_decoration:nth-of-type(2) {
    display: none;
  }
}
.hero_decoration:nth-of-type(3) {
  top: 30%;
  right: -5%;
  width: 8%;
  max-width: 138px;
  background-image: linear-gradient(0deg, #e9e2e0, #f6f4f3);
  z-index: 1;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .hero_decoration:nth-of-type(3) {
    display: none;
  }
}
.hero_decoration:nth-of-type(4) {
  bottom: -10%;
  right: -1%;
  width: 15%;
  max-width: 243px;
  background-image: linear-gradient(0deg, #fef7ea, #fffdfb);
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .hero_decoration:nth-of-type(4) {
    width: 30%;
    bottom: -5%;
  }
}

.pickup {
  padding-top: 110px;
}
@media screen and (max-width: 1024px) {
  .pickup {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pickup {
    padding-top: 80px;
  }
}
.pickup_container {
  max-width: 1380px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pickup_title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pickup_title img {
    width: 25%;
    max-width: 100px;
  }
}
.pickup .pickup_slide_item {
  min-width: 380px;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_slide_item {
    width: 50%;
    min-width: auto;
  }
}
.pickup .pickup_slide_item_link {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  transform: scale(0.8);
  transition: 0.8s;
  border-radius: 20px;
  overflow: hidden;
}
.pickup .pickup_slide_item_link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pickup .pickup_slide_item.is-center .pickup_slide_item_link {
  transform: scale(1);
  z-index: 1;
}
.pickup .splide__pagination {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  bottom: -50px;
}
.pickup .splide__pagination__page {
  width: 10px !important;
  height: 10px !important;
  background-color: #ebe8e1;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.pickup .splide__pagination__page.is-active {
  background-color: #6f4031;
  transform: none !important;
}

.news {
  background: url(../image/front/news_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 600px;
}
@media screen and (max-width: 1024px) {
  .news {
    padding-bottom: 500px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 400px;
  }
}
.news .section_title {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .news .section_title {
    gap: 10px;
  }
}
.news_top {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .news_top {
    margin-bottom: 30px;
  }
}
.news_top_container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 5px;
}
.news_slide {
  max-width: 1380px;
  width: 87%;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .news_slide {
    width: 90%;
  }
}
.news_slide_control {
  display: flex;
  align-items: center;
  gap: 15px;
}
.news_slide_control_arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .news_slide_control_arrows {
    display: none;
  }
}
.news_slide_control_arrows button {
  background-color: #f1807b;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transition: all 0.4s;
}
.news_slide_control_arrows button:hover {
  opacity: 0.7;
}
.news_slide_control_arrows button:first-child .arrow::before, .news_slide_control_arrows button:first-child .arrow::after {
  left: 0;
  right: auto;
  transform-origin: 0.5px 50%;
}
.news_slide_control_arrows .arrow {
  position: relative;
  display: inline-block;
  width: 5.9px;
  height: 10.9px;
}
.news_slide_control_arrows .arrow::before, .news_slide_control_arrows .arrow::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 0;
  width: 6px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.news_slide_control_arrows .arrow::before {
  transform: rotate(45deg);
}
.news_slide_control_arrows .arrow::after {
  transform: rotate(-45deg);
}
.news_slide_control_btn.btn {
  gap: 0;
  width: fit-content;
  height: auto;
  font-size: 0.9rem;
  line-height: 1.1;
  box-sizing: border-box;
  background-color: #422123 !important;
  padding: 8px 20px;
  font-family: "MFW-PIshiiGothicStdN-R", "A-OTF P石井ゴシック StdN", "A-OTF P Ishii Gothic StdN", sans-serif;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .news_slide_control_btn.btn {
    font-size: 0.75rem;
    padding: 6px 15px;
  }
}
.news_slide_control_btn.btn:hover {
  opacity: 0.8;
  background-color: #422123 !important;
}
.news_slide_control_btn.btn .arrow {
  width: 5.9px;
  height: 10.9px;
  margin-left: 10px;
  border: none;
}
@media screen and (max-width: 768px) {
  .news_slide_control_btn.btn .arrow {
    width: 4.8px;
    height: 7.7px;
  }
}
.news_slide_control_btn.btn .arrow::before, .news_slide_control_btn.btn .arrow::after {
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}
@media screen and (max-width: 768px) {
  .news_slide_control_btn.btn .arrow::before, .news_slide_control_btn.btn .arrow::after {
    top: 35%;
    width: 6px;
    height: 1.5px;
    transform-origin: calc(100% - 0.75px) 50%;
  }
}
.news_slide_area {
  overflow: hidden;
}
.news_slide_item {
  max-width: 445px;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .news_slide_item {
    max-width: 320px;
    min-width: 300px;
    width: 90% !important;
  }
}
.news_slide_item_link {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
  background-color: #ffffff;
  border: 1px dashed #ffffff;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.4s;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .news_slide_item_link {
    padding: 15px;
    gap: 10px;
  }
}
.news_slide_item_link:hover {
  border-color: #6f4031;
}
.news_slide_item_info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news_slide_item_info p {
  line-height: 1.4;
  font-size: 0.95rem;
}
@media screen and (max-width: 768px) {
  .news_slide_item_info p {
    font-size: 0.8rem;
  }
}
.news_slide_item_category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .news_slide_item_category {
    margin-bottom: 10px;
  }
}
.news_slide_item_category p {
  display: block;
  width: fit-content;
  font-size: clamp(0.7rem, 0.711rem + 0.17vw, 0.875rem) !important;
  line-height: 1;
  color: #6f4031;
  background-color: #efeae8;
  border: 1px solid #6f4031;
  border-radius: 25px;
  text-align: center;
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  .news_slide_item_category p {
    padding: 3px 10px;
  }
}
.news_slide_item_date {
  margin-top: auto;
  margin-bottom: 3px;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .news_slide_item_date {
    margin-bottom: 3px;
  }
}
.news_slide_item_text {
  min-height: 2.8em;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.news_slide_item_img {
  width: 33%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news_slide_item_img {
    width: 38%;
    border-radius: 10px;
  }
}
.news_slide_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story {
  position: relative;
  overflow: hidden;
  margin-top: -600px;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .story {
    margin-top: -500px;
  }
}
@media screen and (max-width: 768px) {
  .story {
    margin-top: -380px;
  }
}
.story .section_contents_inner {
  position: relative;
  padding-bottom: 250px;
}
@media screen and (max-width: 1024px) {
  .story .section_contents_inner {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  .story .section_contents_inner {
    padding-bottom: 40px;
  }
}
.story .section_title_ja {
  color: #603b33;
}
.story_container {
  position: relative;
  z-index: 1;
}
.story_container::before {
  content: "";
  aspect-ratio: 1/0.5;
  width: 220%;
  height: auto;
  background-image: radial-gradient(#ffffff, rgba(255, 255, 255, 0.9019607843) 80%, transparent);
  border-radius: 50%;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(50px);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .story_container::before {
    width: 180%;
  }
}
.story_bg {
  position: absolute;
  width: 35%;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .story_bg {
    width: 25%;
  }
}
.story_bg img {
  width: 100%;
  height: auto;
}
.story_bg:first-of-type {
  max-width: 200px;
  top: 50px;
  left: -20%;
}
@media screen and (max-width: 1024px) {
  .story_bg:first-of-type {
    left: -10%;
  }
}
@media screen and (max-width: 768px) {
  .story_bg:first-of-type {
    max-width: 120px;
    top: -65px;
    left: 7%;
  }
}
.story_bg:nth-of-type(2) {
  width: 45%;
  max-width: 290px;
  top: 15%;
  right: -55%;
}
@media screen and (max-width: 1024px) {
  .story_bg:nth-of-type(2) {
    right: -25%;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .story_bg:nth-of-type(2) {
    width: 21%;
    max-width: 110px;
    right: 5%;
    top: 53px;
  }
}
.story_bg:nth-of-type(3) {
  width: 120%;
  max-width: 430px;
  top: 25%;
  left: -90%;
}
@media screen and (max-width: 1024px) {
  .story_bg:nth-of-type(3) {
    top: 20%;
    left: -58%;
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .story_bg:nth-of-type(3) {
    width: 38%;
    max-width: 150px;
    top: 20px;
    left: -16%;
  }
}
.story_bg:nth-of-type(4) {
  max-width: 190px;
  top: 35%;
  right: -70%;
}
@media screen and (max-width: 1024px) {
  .story_bg:nth-of-type(4) {
    right: -45%;
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .story_bg:nth-of-type(4) {
    width: 37%;
    max-width: 150px;
    top: 120px;
    right: -15%;
  }
}
.story_bg:nth-of-type(5) {
  max-width: 280px;
  bottom: 25%;
  left: -50%;
}
@media screen and (max-width: 1024px) {
  .story_bg:nth-of-type(5) {
    width: 28%;
    left: -20%;
    bottom: 12%;
  }
}
@media screen and (max-width: 768px) {
  .story_bg:nth-of-type(5) {
    display: none;
  }
}
.story_bg:nth-of-type(6) {
  width: 130%;
  max-width: 450px;
  bottom: 0;
  right: -70%;
}
@media screen and (max-width: 1024px) {
  .story_bg:nth-of-type(6) {
    width: 50%;
    right: -30%;
  }
}
@media screen and (max-width: 768px) {
  .story_bg:nth-of-type(6) {
    display: none;
  }
}

.brand {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -200px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .brand {
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .brand {
    margin-top: -10px;
  }
}
.brand::after {
  content: "";
  display: block;
  width: 12%;
  max-width: 413px;
  height: auto;
  aspect-ratio: 1/0.913;
  background-image: url(../image/front/brand_bg2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -5%;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .brand::after {
    width: 18%;
  }
}
@media screen and (max-width: 768px) {
  .brand::after {
    width: 22%;
    bottom: -3%;
  }
}
.brand_container {
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1024px) {
  .brand_container {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .brand_container {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
.brand .section_title {
  position: relative;
}
@media screen and (max-width: 768px) {
  .brand .section_title {
    margin-bottom: 0;
  }
}
.brand_contents {
  position: relative;
}
@media screen and (max-width: 768px) {
  .brand_contents {
    margin-top: -70px;
  }
}
.brand_contents::before {
  content: "";
  display: block;
  width: 102%;
  min-width: 1100px;
  height: auto;
  aspect-ratio: 1/0.717;
  max-width: 1622px;
  position: absolute;
  top: -50%;
  right: 20%;
  background-image: url(../image/front/brand_bg1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .brand_contents::before {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .brand_contents::before {
    position: relative;
    min-width: auto;
    max-width: 700px;
    width: 130%;
    top: 0;
    right: 18%;
  }
}
@media screen and (max-width: 768px) {
  .brand_card {
    margin: -20px auto 0;
  }
}
.brand_card_logo {
  width: 80%;
  max-width: 346px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.items {
  background-image: url(../image/front/items_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.items_contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .items_contents {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .items_contents {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.items_item a:hover {
  opacity: 0.7;
}
.items_item_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .items_item_img {
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.items_item_img img {
  width: 87%;
  height: auto;
  aspect-ratio: 1/1;
}
.items_item_name {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
  margin-top: 30px;
  border-bottom: 2px solid #f1807b;
}
@media screen and (max-width: 1024px) {
  .items_item_name {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .items_item_name {
    margin-top: 10px;
    font-size: 1.2rem;
    border-width: 1.5px;
  }
}
.items_btn.btn {
  width: 30%;
  max-width: 250px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .items_btn.btn {
    width: 100%;
    max-width: 500px;
    margin-top: 60px;
  }
}

.oem {
  padding: 100px 0;
  background-image: url(../image/front/oem_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #eecfd4;
}
@media screen and (max-width: 768px) {
  .oem {
    padding: 50px 0;
    background-image: url(../image/front/oem_bg-sp.webp);
  }
}
.oem_card {
  background: rgba(248, 245, 245, 0.9);
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .oem_card {
    margin-left: auto;
    margin-right: auto;
  }
}

.company {
  background-image: url(../image/front/company_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 100px 100px;
}
@media screen and (max-width: 768px) {
  .company {
    border-radius: 0 0 60px 60px;
  }
}
.company .section_title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .company .section_title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .company .section_title {
    margin-bottom: 50px;
  }
}
.company .section_title_ja {
  color: #422123;
}
.company .section_title_en {
  color: #ffffff;
}
.company_contents {
  width: calc(100% - 15px);
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .company_contents {
    gap: 30px;
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .company_contents {
    flex-direction: column;
    gap: 40px;
  }
}
.company_item {
  background-image: linear-gradient(140deg, #f6c96d, #ffffff);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .company_item {
    max-width: 500px;
    margin: 0 auto;
  }
}
.company_item_link {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-15px, -15px);
  transition: all 0.4s;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .company_item_link {
    transform: translate(-10px, -10px);
  }
}
.company_item_link:hover {
  transform: none;
}

.instagramarea_contents {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .instagramarea_contents {
    flex-direction: column;
    gap: 0;
    margin-top: 10px;
  }
}
.instagramarea #sb_instagram {
  flex: 1;
}
.instagramarea #sb_instagram #sbi_images .sbi_item {
  border-radius: 20px;
}
.instagramarea_link {
  height: auto;
  width: calc((100% - 40px) / 6);
  aspect-ratio: 1/1;
  padding: 12px 0 22px;
  box-sizing: border-box;
  font-family: "MFW-IshiiChuMinchoOKLMin2-M", "A-SK 石井中明朝OKL Min2 M", "Ishii Chū Mincho", serif;
}
@media screen and (max-width: 800px) {
  .instagramarea_link {
    width: calc((100% - 20px) / 3);
    padding: 0;
    position: absolute;
    bottom: 22px;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .instagramarea_link {
    width: calc((100% - 10px) / 2);
  }
}
.instagramarea_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fdf1d9;
  border: 2px solid #6f4031;
  color: #6f4031;
  box-sizing: border-box;
  border-radius: 20px;
}
.instagramarea_link a:hover {
  opacity: 0.7;
}
.instagramarea_link a::after {
  content: "";
  display: block;
  max-width: 39px;
  width: 20%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../image/front/Instagram_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.instagramarea_link a p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 1.4;
}
.instagramarea_account {
  font-family: "EB Garamond", serif;
  color: #b89269;
}
@media screen and (max-width: 480px) {
  .instagramarea_account {
    margin-top: 5px;
  }
}