@charset "UTF-8";
html,
body {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  transition: all 1.6s ease 1s;
  background-color: #f5f4f1;
  color: #2e584d;
}

body {
  overflow-x: hidden;
}

img,
video {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #2e584d;
}

a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) {
  a:hover {
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

.ja_1 {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
}

.ja_2 {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ja_3 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #efede9;
  z-index: 999;
  display: grid;
  place-items: center;
}
#loading .open {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  background-color: #efede9;
  z-index: 10;
}
#loading .start img {
  width: 40vw;
}
@media screen and (min-width: 769px) {
  #loading .start img {
    width: 20vw;
  }
}
#loading .finish img {
  width: 50vw;
}
@media screen and (min-width: 769px) {
  #loading .finish img {
    width: 30vw;
  }
}
#loading .image_li {
  width: 50vw;
  position: relative;
}
#loading .image_li li:not(:nth-child(2)) {
  position: absolute;
  inset: 0;
  width: 100%;
}
#loading .image_li li:nth-child(2) {
  position: relative;
}
#loading .image_li li {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 2vw;
  color: #f5f4f1;
}
@media screen and (min-width: 769px) {
  #loading .image_li {
    width: 30vw;
  }
}

.box_anim {
  position: relative;
  overflow: hidden;
}

.box_anim2 {
  position: relative;
  overflow: hidden;
}

.box1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fcfcfb;
  width: 100%;
  height: 100%;
}

.box2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efede9;
  width: 100%;
  height: 100%;
}

.box3 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f4f1;
  width: 100%;
  height: 100%;
}

.box4 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fcfcfb;
  width: 100%;
  height: 100%;
}

.totop {
  width: 14px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) {
  .totop {
    width: 18px;
    right: 30px;
    bottom: 20px;
  }
  .totop :hover {
    opacity: 0.6;
    transition: 0.4s;
  }
}

/* fv
========================================================= */
.fv {
  width: 100%;
  position: relative;
}
.fv .fv_wrap {
  position: relative;
}
.fv .fv_logo {
  width: 40vw;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .fv .fv_logo {
    width: 20vw;
  }
}
.fv .scroll {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 50px;
  left: 50%;
  bottom: 0;
}
.fv .scroll span {
  width: 1px;
  display: block;
  background-color: #fff;
  height: 50px;
}

/* lead
========================================================= */
.lead {
  font-size: max(2.9333333333vw, 11px);
  line-height: 2.1666666667;
  padding: 22vw 8vw;
  text-align: center;
}
.lead .lead_wrap {
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .lead {
    font-size: 13px;
    padding: 145px 0 60px;
  }
  .lead .lead_wrap {
    margin-bottom: 40px;
  }
}

/* profile
========================================================= */
.profile {
  margin: 4vw auto 10vw;
}
@media screen and (min-width: 769px) {
  .profile {
    margin: 80px auto;
  }
}
.profile .profile_container {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .profile .profile_container {
    width: min(72.2222222222vw, 800px);
    margin: 0 auto;
  }
}
.profile .profile_container .profile_bg {
  width: 84vw;
  margin: 0 auto;
  background-color: #fcfcfb;
  border-radius: 10px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .profile .profile_container .profile_bg {
    width: min(72.7272727273vw, 800px);
    margin: 0 auto;
  }
}
.profile .profile_container .profile_bg .profile_parts1 {
  width: 48vw;
  position: absolute;
  top: -8vw;
  left: -3vw;
}
@media screen and (min-width: 769px) {
  .profile .profile_container .profile_bg .profile_parts1 {
    width: min(20.9090909091vw, 230px);
    top: -40px;
    left: 56px;
  }
}
.profile .profile_container .profile_bg .profile_wrap {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 8fr 9fr;
  row-gap: 8vw;
  padding: 12vw 9vw;
}
@media screen and (min-width: 769px) {
  .profile .profile_container .profile_bg .profile_wrap {
    width: min(49.0909090909vw, 540px);
    margin: 0 auto;
    padding: 60px 0;
    grid-template-columns: 7fr 3fr;
    row-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .profile .profile_container .profile_bg .profile_wrap .profile_box1 .profile_flex {
    display: flex;
    align-items: center;
  }
}
.profile .profile_container .profile_bg .profile_wrap .profile_box1 .name {
  font-size: max(5.8666666667vw, 22px);
  letter-spacing: 3px;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .profile .profile_container .profile_bg .profile_wrap .profile_box1 .name {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.profile .profile_container .profile_bg .profile_wrap .profile_box1 .insta {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .profile .profile_container .profile_bg .profile_wrap .profile_box1 .insta {
    margin-left: 40px;
  }
}
.profile .profile_container .profile_bg .profile_wrap .profile_box1 .insta img {
  width: 3.5vw;
}
@media screen and (min-width: 769px) {
  .profile .profile_container .profile_bg .profile_wrap .profile_box1 .insta img {
    width: 14px;
  }
}
.profile .profile_container .profile_bg .profile_wrap .profile_box1 .insta .insta_id {
  font-size: max(2.9333333333vw, 11px);
  padding-left: 1vw;
}
@media screen and (min-width: 769px) {
  .profile .profile_container .profile_bg .profile_wrap .profile_box1 .insta .insta_id {
    font-size: 11px;
    padding-left: 5px;
  }
}
.profile .profile_container .profile_bg .profile_wrap .profile_box1 .insta ::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 1.5vw;
  background-color: #de90a2;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .profile .profile_container .profile_bg .profile_wrap .profile_box1 .insta ::after {
    margin-top: 5px;
  }
}
.profile .profile_container .profile_bg .profile_wrap .profile_box1 .box_anim {
  height: 16vw;
}
@media screen and (min-width: 769px) {
  .profile .profile_container .profile_bg .profile_wrap .profile_box1 .box_anim {
    height: 36px;
  }
}
.profile .profile_container .profile_bg .profile_wrap .profile_box2 img {
  width: 36vw;
}
@media screen and (min-width: 769px) {
  .profile .profile_container .profile_bg .profile_wrap .profile_box2 img {
    width: min(15.2727272727vw, 168px);
  }
}
@media screen and (min-width: 769px) {
  .profile .profile_container .profile_bg .profile_wrap .profile_box2 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.profile .profile_container .profile_bg .profile_wrap .profile_box3 {
  grid-column: 1/3;
}
@media screen and (min-width: 769px) {
  .profile .profile_container .profile_bg .profile_wrap .profile_box3 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.profile .profile_container .profile_bg .profile_wrap .profile_box3 .profile_ttl {
  width: 18.1333333333vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) {
  .profile .profile_container .profile_bg .profile_wrap .profile_box3 .profile_ttl {
    width: min(6.3636363636vw, 70px);
    margin-bottom: 14px;
  }
}
.profile .profile_container .profile_bg .profile_wrap .profile_box3 .profile_txt {
  font-size: max(2.6666666667vw, 10px);
  line-height: 1.8;
  position: relative;
}
@media screen and (min-width: 769px) {
  .profile .profile_container .profile_bg .profile_wrap .profile_box3 .profile_txt {
    font-size: 12px;
  }
}
.profile .profile_container .profile_parts2 {
  width: 48vw;
  position: absolute;
  right: 2vw;
  bottom: -7.5vw;
}
@media screen and (min-width: 769px) {
  .profile .profile_container .profile_parts2 {
    width: min(21.8181818182vw, 240px);
    bottom: -46px;
    right: -40px;
  }
}

/* nav
========================================================= */
.nav {
  margin: 36vw auto 30vw;
}
@media screen and (min-width: 769px) {
  .nav {
    margin: 200px auto;
  }
}
.nav .nav_container {
  position: relative;
}
.nav .nav_container .nav_ttl {
  width: 53.3333333333vw;
  margin: 0 auto 16vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .nav .nav_container .nav_ttl {
    width: min(22.7272727273vw, 250px);
    margin: 0 auto 80px;
  }
}
.nav .nav_container .nav_wrap {
  position: relative;
}
.nav .nav_container .nav_wrap .nav_list {
  width: 84vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 4.5vw;
  row-gap: 7vw;
}
@media screen and (min-width: 769px) {
  .nav .nav_container .nav_wrap .nav_list {
    width: min(81.8181818182vw, 900px);
    grid-template-columns: repeat(6, 1fr);
    column-gap: min(4.1818181818vw, 46px);
  }
}
.nav .nav_container .nav_wrap .nav_list li {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .nav .nav_container .nav_wrap .nav_list li {
    width: min(10vw, 110px);
  }
}
.nav .nav_container .nav_wrap .nav_list .nav_name {
  text-align: center;
  font-size: max(2.6666666667vw, 10px);
  letter-spacing: 1px;
  margin-top: 2vw;
}
@media screen and (min-width: 769px) {
  .nav .nav_container .nav_wrap .nav_list .nav_name {
    font-size: 11px;
    margin-top: 10px;
  }
}
.nav .nav_container .nav_bg {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 40vw;
  left: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .nav .nav_container .nav_bg {
    width: min(77.2727272727vw, 850px);
    inset: 0;
    top: 120px;
  }
}
.nav .nav_fixed {
  position: fixed;
  z-index: 100;
  left: -235px;
  top: 45%;
}
.nav .nav_fixed .fixed_list {
  display: flex;
  gap: 30px;
  transform: rotate(90deg);
}
.nav .nav_fixed .fixed_list li {
  position: relative;
}
.nav .nav_fixed .fixed_list li a {
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 15px;
}
.nav .nav_fixed .fixed_list li a .fixed_ttl {
  opacity: 0.4;
}
.nav .nav_fixed .fixed_list li a .fixed_ttl span {
  font-size: 15px;
  vertical-align: -3.5px;
  letter-spacing: 0;
  padding-left: 3px;
}
.nav .nav_fixed .fixed_list li a .fixed_ttl .other_items {
  font-size: 12px;
  letter-spacing: 1.5px;
}
.nav .nav_fixed .fixed_list li a .active {
  opacity: 1;
  transition: 0.5s;
}
.nav .nav_fixed .fixed_list li ::after {
  content: " ";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #2e584d;
  position: absolute;
  right: -22px;
  top: 7px;
  transform: rotate(125deg);
  opacity: 1;
}
.nav .nav_fixed .fixed_list li:last-child ::after {
  display: none;
}

/* swiper 共通
========================================================= */
.slide1 .swiper-wrapper,
.slide2 .swiper-wrapper,
.slide3 .swiper-wrapper {
  overflow: hidden;
}

.fade {
  overflow: hidden;
}

.pickup_slide {
  position: relative;
  width: 84vw;
  margin: 0 auto 20vw;
}
@media screen and (min-width: 769px) {
  .pickup_slide {
    width: min(45.4545454545vw, 500px);
    margin: 0 auto;
  }
}
.pickup_slide .swiper-pagination {
  position: absolute;
  bottom: -8vw !important;
}
@media screen and (min-width: 769px) {
  .pickup_slide .swiper-pagination {
    bottom: -30px !important;
  }
}
.pickup_slide .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .pickup_slide .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
  }
}
.pickup_slide img {
  border-radius: 10px;
}

/* 共通
========================================================= */
.credit {
  width: 100%;
  font-size: max(2.4vw, 9px);
  letter-spacing: 0.4px;
  line-height: 1.3;
  padding-top: 1vw;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  .credit {
    font-size: 9px;
    padding-top: 5px;
  }
}
.credit a,
.credit p {
  display: inline;
}
.credit span {
  text-decoration: underline;
}

.sec_container .sec_wrap {
  padding: 30vw 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_container .sec_wrap {
    width: min(87.2727272727vw, 1000px);
    margin: 0 auto;
    padding: 240px 0;
  }
}
.sec_container .sec_wrap .pickup_wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_container .sec_wrap .pickup_wrap .pickup_flex {
    display: flex;
    align-items: flex-start;
    gap: min(7.2727272727vw, 100px);
    height: 960px;
  }
}
.sec_container .sec_wrap .pickup_wrap .pickup_txt {
  width: 84vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sec_container .sec_wrap .pickup_wrap .pickup_txt {
    width: min(40vw, 440px);
    margin: 120px auto 0;
  }
}
.sec_container .sec_wrap .pickup_wrap .pickup_txt .item_name {
  font-size: max(5.8666666667vw, 22px);
  margin-bottom: 3.6vw;
}
@media screen and (min-width: 769px) {
  .sec_container .sec_wrap .pickup_wrap .pickup_txt .item_name {
    font-size: 36px;
    margin-bottom: 26px;
  }
}
.sec_container .sec_wrap .pickup_wrap .pickup_txt .item_name .item_kana {
  font-size: max(2.9333333333vw, 11px);
  vertical-align: 0.5vw;
  padding-left: 10px;
}
@media screen and (min-width: 769px) {
  .sec_container .sec_wrap .pickup_wrap .pickup_txt .item_name .item_kana {
    font-size: 16px;
    vertical-align: 4px;
    padding-left: 20px;
  }
}
.sec_container .sec_wrap .pickup_wrap .pickup_txt .credit_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .sec_container .sec_wrap .pickup_wrap .pickup_txt .credit_wrap {
    margin-bottom: 30px;
  }
}
.sec_container .sec_wrap .pickup_wrap .pickup_txt .credit_wrap .price1 {
  font-size: max(4.2666666667vw, 16px);
}
@media screen and (min-width: 769px) {
  .sec_container .sec_wrap .pickup_wrap .pickup_txt .credit_wrap .price1 {
    font-size: 24px;
  }
}
.sec_container .sec_wrap .pickup_wrap .pickup_txt .credit_wrap .buy_btn1 {
  font-size: max(2.6666666667vw, 10px);
  color: #fff;
  padding: 1.8vw 3vw;
}
@media screen and (min-width: 769px) {
  .sec_container .sec_wrap .pickup_wrap .pickup_txt .credit_wrap .buy_btn1 {
    font-size: 13px;
    padding: 10px 15px;
  }
}
.sec_container .sec_wrap .pickup_wrap .pickup_txt .txt_line {
  width: 100%;
  margin: 0 auto 5vw;
}
@media screen and (min-width: 769px) {
  .sec_container .sec_wrap .pickup_wrap .pickup_txt .txt_line {
    margin: 0 auto 24px;
    width: 100%;
  }
}
.sec_container .sec_wrap .pickup_wrap .pickup_txt .item_txt_box {
  margin-bottom: 10vw;
}
@media screen and (min-width: 769px) {
  .sec_container .sec_wrap .pickup_wrap .pickup_txt .item_txt_box {
    margin-bottom: 70px;
  }
}
.sec_container .sec_wrap .pickup_wrap .pickup_txt .item_txt_box .item_txt {
  font-size: max(3.2vw, 12px);
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .sec_container .sec_wrap .pickup_wrap .pickup_txt .item_txt_box .item_txt {
    font-size: 13px;
    line-height: 2.3333333333;
  }
}
.sec_container .sec_wrap .pickup_wrap .pickup_txt .comment_txt_box {
  padding: 12vw 10vw 10vw;
  margin-bottom: 40vw;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_container .sec_wrap .pickup_wrap .pickup_txt .comment_txt_box {
    padding: 45px 50px;
    margin-bottom: 0;
    position: absolute;
  }
}
.sec_container .sec_wrap .pickup_wrap .pickup_txt .comment_ttl {
  font-size: max(3.4666666667vw, 13px);
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .sec_container .sec_wrap .pickup_wrap .pickup_txt .comment_ttl {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.sec_container .sec_wrap .pickup_wrap .pickup_txt .comment_txt {
  font-size: max(3.0666666667vw, 11.5px);
  line-height: 1.8333333333;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .sec_container .sec_wrap .pickup_wrap .pickup_txt .comment_txt {
    font-size: 12px;
    line-height: 1.8;
  }
}
.sec_container .sec_wrap .pickup_wrap .pickup_txt .icon_left {
  width: 21.3333333333vw;
  position: absolute;
  right: 6vw;
  bottom: -14vw;
}
@media screen and (min-width: 769px) {
  .sec_container .sec_wrap .pickup_wrap .pickup_txt .icon_left {
    width: 80px;
    right: 30px;
    bottom: -50px;
  }
}
.sec_container .sec_wrap .pickup_wrap .pickup_txt .icon_right {
  width: 21.3333333333vw;
  position: absolute;
  left: 6vw;
  bottom: -14vw;
}
@media screen and (min-width: 769px) {
  .sec_container .sec_wrap .pickup_wrap .pickup_txt .icon_right {
    width: 80px;
    left: 30px;
    bottom: -50px;
  }
}

#sec3 .add_content .swiper-pagination-bullet {
  border: #c7797f 0.8px solid;
}
#sec3 .add_content .swiper-pagination-bullet-active {
  background-color: #c7797f;
}
#sec3 .add_content .buy_btn1 {
  background-color: #2e584d;
}
#sec3 .add_content::after {
  background-color: #f5f4f1;
}

#sec5 .add_content .swiper-pagination-bullet {
  border: #a25046 0.8px solid;
}
#sec5 .add_content .swiper-pagination-bullet-active {
  background-color: #a25046;
}
#sec5 .add_content .buy_btn1 {
  background-color: #3E2D28;
}
#sec5 .add_content::after {
  background-color: #f5f4f1;
}

.add_container {
  background-color: #efede9;
  padding-bottom: 16vw;
}
@media screen and (min-width: 769px) {
  .add_container {
    padding-bottom: 130px;
  }
}
.add_container .add_content {
  width: 91.4666666667vw;
  margin: 10vw auto;
  padding-bottom: 5vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .add_container .add_content {
    width: min(87.2727272727vw, 1000px);
    margin: 0 auto;
  }
}
.add_container .add_content .add_ttl {
  width: 37.3333333333vw;
  position: absolute;
  left: 10vw;
  top: -8vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .add_container .add_content .add_ttl {
    width: 150px;
    left: 5px;
    top: 70px;
  }
}
.add_container .add_content .add_parts {
  width: 58.6666666667vw;
  position: absolute;
  top: -15vw;
}
@media screen and (min-width: 769px) {
  .add_container .add_content .add_parts {
    width: 340px;
    left: -50px;
    top: 30px;
  }
}
.add_container .add_content::after {
  content: "";
  display: block;
  width: 100%;
  height: 160vw;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .add_container .add_content::after {
    height: 80%;
    bottom: 20px;
  }
}
.add_container .add_content .pickup_wrap {
  width: 74.6666666667vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .add_container .add_content .pickup_wrap {
    width: min(74.5454545455vw, 800px);
  }
}
.add_container .add_content .pickup_wrap .pickup_flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .add_container .add_content .pickup_wrap .pickup_flex {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: min(7.2727272727vw, 80px);
    padding: 40px 0;
  }
}
.add_container .add_content .pickup_wrap .pickup_slide {
  order: 1;
  width: 74.6666666667vw;
}
@media screen and (min-width: 769px) {
  .add_container .add_content .pickup_wrap .pickup_slide {
    margin: 0 auto;
    width: min(34.5454545455vw, 360px);
    order: 2;
  }
}
.add_container .add_content .pickup_wrap .pickup_txt {
  position: relative;
  z-index: 10;
  order: 2;
  width: 70.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .add_container .add_content .pickup_wrap .pickup_txt {
    width: min(35.1818181818vw, 387px);
    order: 1;
    padding-top: 160px;
  }
}
.add_container .add_content .pickup_wrap .pickup_txt .item_name {
  font-size: max(5.8666666667vw, 22px);
  margin-bottom: 3.6vw;
  line-height: 1.5;
  padding-right: 10px;
}
@media screen and (min-width: 769px) {
  .add_container .add_content .pickup_wrap .pickup_txt .item_name {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
.add_container .add_content .pickup_wrap .pickup_txt .item_name .item_kana {
  font-size: max(2.9333333333vw, 11px);
  vertical-align: 0.5vw;
}
@media screen and (min-width: 769px) {
  .add_container .add_content .pickup_wrap .pickup_txt .item_name .item_kana {
    font-size: 14px;
    vertical-align: 0;
    padding-left: 0;
  }
}
.add_container .add_content .pickup_wrap .pickup_txt .credit_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .add_container .add_content .pickup_wrap .pickup_txt .credit_wrap {
    margin-bottom: 24px;
  }
}
.add_container .add_content .pickup_wrap .pickup_txt .credit_wrap .price1 {
  font-size: max(4.2666666667vw, 16px);
}
@media screen and (min-width: 769px) {
  .add_container .add_content .pickup_wrap .pickup_txt .credit_wrap .price1 {
    font-size: 24px;
  }
}
.add_container .add_content .pickup_wrap .pickup_txt .credit_wrap .buy_btn1 {
  font-size: max(2.6666666667vw, 10px);
  color: #fff;
  padding: 1.8vw 3vw;
}
@media screen and (min-width: 769px) {
  .add_container .add_content .pickup_wrap .pickup_txt .credit_wrap .buy_btn1 {
    font-size: 13px;
    padding: 10px 15px;
  }
}
.add_container .add_content .pickup_wrap .pickup_txt .txt_line {
  width: 70.6666666667vw;
  height: 100%;
  margin: 0 auto 5vw;
  padding: 0;
}
.add_container .add_content .pickup_wrap .pickup_txt .txt_line img {
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .add_container .add_content .pickup_wrap .pickup_txt .txt_line {
    margin: 0 auto 24px;
    width: min(35.1818181818vw, 387px);
    height: 100%;
    padding: 0;
  }
  .add_container .add_content .pickup_wrap .pickup_txt .txt_line img {
    object-fit: cover;
  }
}
.add_container .add_content .pickup_wrap .pickup_txt .item_txt_box {
  margin-bottom: 10vw;
}
@media screen and (min-width: 769px) {
  .add_container .add_content .pickup_wrap .pickup_txt .item_txt_box {
    margin-bottom: 20px;
  }
}
.add_container .add_content .pickup_wrap .pickup_txt .item_txt_box .item_txt {
  font-size: max(3.2vw, 12px);
  line-height: 1.8333333333;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .add_container .add_content .pickup_wrap .pickup_txt .item_txt_box .item_txt {
    font-size: 13px;
    line-height: 2;
  }
}

/* section1
========================================================= */
#sec1 {
  background-color: #efede9;
  position: relative;
  overflow: hidden;
}
#sec1 .sec_container {
  height: 790vw;
}
@media screen and (min-width: 769px) {
  #sec1 .sec_container {
    height: 3000px;
    position: relative;
  }
}
#sec1 .sec_container .swiper-pagination-bullet {
  border: #8f3c36 0.8px solid;
}
#sec1 .sec_container .swiper-pagination-bullet-active {
  background-color: #8f3c36;
}
#sec1 .sec_container .item_kana {
  padding-left: 0;
}
#sec1 .sec_container .buy_btn1 {
  background-color: #2e584d;
}
#sec1 .sec_container .pickup_ttl {
  width: 26.6666666667vw;
  position: absolute;
  right: 12vw;
  top: -11vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #sec1 .sec_container .pickup_ttl {
    width: min(11.5454545455vw, 127px);
    right: 0;
    top: -55px;
  }
}
#sec1 .sec_container .pickup_ttl {
  width: 26.6666666667vw;
  position: absolute;
  right: 12vw;
  top: -11vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #sec1 .sec_container .pickup_ttl {
    width: min(11.5454545455vw, 127px);
    right: 0;
    top: -55px;
  }
}
#sec1 .sec_container .comment_txt_box {
  background-color: #f5f4f1;
}
#sec1 .sec_container .comment_txt_box::after {
  content: "";
  display: block;
  background-image: url(../images/comment_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8vw;
  height: 5.8666666667vw;
  position: absolute;
  right: 30vw;
  bottom: -4vw;
}
@media screen and (min-width: 769px) {
  #sec1 .sec_container .comment_txt_box::after {
    width: 30px;
    height: 22px;
    right: 140px;
    bottom: -14px;
  }
}
#sec1 .sec_container .comment_ttl {
  color: #a25046;
}
#sec1 .sec_container .credit {
  color: #a25046;
}
#sec1 .sec_container .credit a {
  color: inherit;
}
#sec1 .sec_container .block1 {
  width: 64vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  #sec1 .sec_container .block1 {
    width: 378px;
  }
}
#sec1 .sec_container .block2 {
  position: absolute;
  top: 510vw;
  right: 6vw;
  width: 53.3333333333vw;
}
@media screen and (min-width: 769px) {
  #sec1 .sec_container .block2 {
    width: min(36.6666666667vw, 330px);
    top: 95%;
    right: 0;
  }
}
#sec1 .sec_container .block2 .bl2_ttl {
  width: 9.6vw;
  position: absolute;
  top: -26vw;
  right: 5vw;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  #sec1 .sec_container .block2 .bl2_ttl {
    width: 43px;
    top: -80px;
    right: 25px;
  }
}
#sec1 .sec_container .block3 {
  position: absolute;
  top: 585vw;
  left: 6vw;
  width: 64vw;
}
@media screen and (min-width: 769px) {
  #sec1 .sec_container .block3 {
    width: min(36.9791666667vw, 355px);
    top: 100%;
    left: 0;
  }
}
#sec1 .sec_container .block3 .bl3_ttl {
  width: 38.9333333333vw;
  z-index: 5;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  #sec1 .sec_container .block3 .bl3_ttl {
    width: 176px;
    margin-bottom: 20px;
  }
}
#sec1 .sec_container .block4 {
  position: absolute;
  top: 715vw;
  right: 10vw;
  width: 53.3333333333vw;
}
@media screen and (min-width: 769px) {
  #sec1 .sec_container .block4 {
    width: min(29.1666666667vw, 280px);
    top: 122%;
    right: 15%;
  }
}
#sec1 .sec_container .block4 .bl4_ttl {
  width: 64vw;
  z-index: 5;
  position: absolute;
  right: 0;
  top: -13vw;
}
@media screen and (min-width: 769px) {
  #sec1 .sec_container .block4 .bl4_ttl {
    width: 276px;
    margin-bottom: 20px;
    top: -60px;
  }
}
#sec1 .bg1 {
  width: 26.6666666667vw;
  position: absolute;
  overflow: hidden;
  top: 350vw;
}
@media screen and (min-width: 769px) {
  #sec1 .bg1 {
    width: 180px;
    top: 40%;
    left: 10%;
  }
}
#sec1 .bg2 {
  width: 26.6666666667vw;
  position: absolute;
  overflow: hidden;
  top: 750vw;
  right: 0;
}
@media screen and (min-width: 769px) {
  #sec1 .bg2 {
    width: 260px;
    top: 93%;
    right: -10%;
  }
}
#sec1 .bg3 {
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 360vw;
}
@media screen and (min-width: 769px) {
  #sec1 .bg3 {
    top: 50%;
    left: 0;
  }
}

/* section2
========================================================= */
#sec2 {
  background-color: #f5f4f1;
  position: relative;
  color: #15345e;
  overflow: hidden;
}
#sec2 a {
  color: #15345e;
}
#sec2 .sec_container {
  height: 570vw;
}
@media screen and (min-width: 769px) {
  #sec2 .sec_container {
    height: 2900px;
    position: relative;
  }
}
#sec2 .sec_container .swiper-pagination-bullet {
  border: #959595 0.8px solid;
}
#sec2 .sec_container .swiper-pagination-bullet-active {
  background-color: #959595;
}
#sec2 .sec_container .buy_btn1 {
  background-color: #15345e;
}
#sec2 .sec_container .pickup_ttl {
  width: 26.6666666667vw;
  position: absolute;
  right: 12vw;
  top: -11vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #sec2 .sec_container .pickup_ttl {
    width: min(11.5454545455vw, 127px);
    left: 0;
    top: -55px;
  }
}
#sec2 .sec_container .pickup_flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #sec2 .sec_container .pickup_flex {
    height: 960px;
    flex-direction: row;
  }
}
#sec2 .sec_container .pickup_slide {
  display: block;
  order: 1;
}
@media screen and (min-width: 769px) {
  #sec2 .sec_container .pickup_slide {
    order: 2;
  }
}
#sec2 .sec_container .pickup_txt {
  display: block;
  order: 2;
}
@media screen and (min-width: 769px) {
  #sec2 .sec_container .pickup_txt {
    order: 1;
    margin: 120px auto 0;
  }
}
#sec2 .sec_container .comment_txt_box {
  background-color: #fcfcfb;
  position: relative;
}
#sec2 .sec_container .comment_txt_box::after {
  content: "";
  display: block;
  background-image: url(../images/comment_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8vw;
  height: 5.8666666667vw;
  position: absolute;
  left: 30vw;
  bottom: -4vw;
}
@media screen and (min-width: 769px) {
  #sec2 .sec_container .comment_txt_box::after {
    width: 30px;
    height: 22px;
    left: 140px;
    bottom: -14px;
  }
}
#sec2 .sec_container .comment_ttl {
  color: #959595;
}
#sec2 .sec_container .credit {
  color: #959595;
  word-break: break-all;
}
#sec2 .sec_container .credit a {
  color: inherit;
}
#sec2 .sec_container .block2 {
  position: absolute;
  top: 340vw;
  right: 6vw;
  width: 53.3333333333vw;
}
#sec2 .sec_container .block2 .credit {
  width: 45.3333333333vw;
  letter-spacing: 0;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) {
  #sec2 .sec_container .block2 {
    width: min(46.6666666667vw, 460px);
    top: 85%;
    right: 12%;
  }
  #sec2 .sec_container .block2 .credit {
    width: 60%;
    position: absolute;
    right: 0;
    text-align: right;
  }
}
#sec2 .sec_container .block3 {
  position: absolute;
  top: 390vw;
  left: 6vw;
  width: 40vw;
}
@media screen and (min-width: 769px) {
  #sec2 .sec_container .block3 {
    width: min(38.2291666667vw, 367px);
    top: 110%;
    left: 12%;
  }
}
#sec2 .sec_container .block3 .bl2_ttl {
  width: 40vw;
  position: absolute;
  top: -30vw;
  right: 0;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  #sec2 .sec_container .block3 .bl2_ttl {
    width: 180px;
    top: -160px;
    left: 16%;
  }
}
#sec2 .sec_container .block4 {
  position: absolute;
  top: 470vw;
  left: 50%;
  transform: translateX(-50%);
  width: 53.3333333333vw;
}
@media screen and (min-width: 769px) {
  #sec2 .sec_container .block4 {
    width: min(41.6666666667vw, 400px);
    top: 155%;
  }
}
#sec2 .sec_container .block4 .bl4_ttl {
  width: 10.6666666667vw;
  z-index: 5;
  position: absolute;
  overflow: hidden;
  right: -15vw;
  top: -8vw;
}
@media screen and (min-width: 769px) {
  #sec2 .sec_container .block4 .bl4_ttl {
    width: 50px;
    top: -20px;
    right: -20%;
  }
}
#sec2 .bg1 {
  width: 21.3333333333vw;
  position: absolute;
  overflow: hidden;
  top: 345vw;
  left: 3vw;
}
@media screen and (min-width: 769px) {
  #sec2 .bg1 {
    width: 132px;
    top: 44%;
    left: 15%;
  }
}
#sec2 .bg2 {
  width: 26.6666666667vw;
  position: absolute;
  overflow: hidden;
  top: 430vw;
  right: -14vw;
}
@media screen and (min-width: 769px) {
  #sec2 .bg2 {
    width: 140px;
    top: 66%;
    right: 10%;
  }
}
#sec2 .bg3 {
  width: 53.3333333333vw;
  position: absolute;
  overflow: hidden;
  top: 448vw;
  right: 3vw;
}
@media screen and (min-width: 769px) {
  #sec2 .bg3 {
    width: 400px;
    top: 71%;
    left: 46%;
  }
}
#sec2 .bg4 {
  width: 26.6666666667vw;
  position: absolute;
  overflow: hidden;
  top: 550vw;
  left: -10vw;
}
@media screen and (min-width: 769px) {
  #sec2 .bg4 {
    width: 148px;
    top: 95%;
    left: 10%;
  }
}

/* section3
========================================================= */
#sec3 {
  background-color: #efede9;
  position: relative;
  overflow: hidden;
}
#sec3 .sec_container {
  height: 680vw;
}
@media screen and (min-width: 769px) {
  #sec3 .sec_container {
    height: 2800px;
    position: relative;
  }
}
#sec3 .sec_container .swiper-pagination-bullet {
  border: #c7797f 0.8px solid;
}
#sec3 .sec_container .swiper-pagination-bullet-active {
  background-color: #c7797f;
}
#sec3 .sec_container .buy_btn1 {
  background-color: #2e584d;
}
#sec3 .sec_container .pickup_ttl {
  width: 26.6666666667vw;
  position: absolute;
  right: 12vw;
  top: -11vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #sec3 .sec_container .pickup_ttl {
    width: min(11.5454545455vw, 127px);
    right: 0;
    top: -55px;
  }
}
#sec3 .sec_container .pickup_ttl {
  width: 26.6666666667vw;
  position: absolute;
  right: 12vw;
  top: -11vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #sec3 .sec_container .pickup_ttl {
    width: min(11.5454545455vw, 127px);
    right: 0;
    top: -55px;
  }
}
#sec3 .sec_container .comment_txt_box {
  background-color: #f5f4f1;
}
#sec3 .sec_container .comment_txt_box::after {
  content: "";
  display: block;
  background-image: url(../images/comment_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8vw;
  height: 5.8666666667vw;
  position: absolute;
  right: 30vw;
  bottom: -4vw;
}
@media screen and (min-width: 769px) {
  #sec3 .sec_container .comment_txt_box::after {
    width: 30px;
    height: 22px;
    right: 140px;
    bottom: -14px;
  }
}
#sec3 .sec_container .comment_ttl {
  color: #c7797f;
}
#sec3 .sec_container .credit {
  color: #c7797f;
}
#sec3 .sec_container .credit a {
  color: inherit;
}
#sec3 .sec_container .block1 {
  width: 64vw;
  margin: 0 auto;
  position: absolute;
  top: 530vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  #sec3 .sec_container .block1 {
    width: 378px;
    position: absolute;
    top: 136%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#sec3 .sec_container .block2 {
  position: absolute;
  top: 330vw;
  left: 6vw;
  width: 53.3333333333vw;
}
@media screen and (min-width: 769px) {
  #sec3 .sec_container .block2 {
    width: min(33.3333333333vw, 330px);
    top: 80%;
    left: 5%;
  }
}
#sec3 .sec_container .block2 .bl2_ttl {
  width: 53.3333333333vw;
  margin-bottom: 20px;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  #sec3 .sec_container .block2 .bl2_ttl {
    width: 240px;
  }
}
#sec3 .sec_container .block3 {
  position: absolute;
  top: 420vw;
  right: 8vw;
  width: 64vw;
}
@media screen and (min-width: 769px) {
  #sec3 .sec_container .block3 {
    width: min(36.4583333333vw, 350px);
    right: 10%;
    top: 95%;
  }
}
#sec3 .sec_container .block3 .bl3_ttl {
  width: 9.6vw;
  position: absolute;
  right: 3vw;
  top: -30vw;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  #sec3 .sec_container .block3 .bl3_ttl {
    width: 43px;
    right: -70px;
    top: 0;
  }
}
#sec3 .bg1 {
  width: 96vw;
  position: absolute;
  overflow: hidden;
  right: -15vw;
  top: 340vw;
}
@media screen and (min-width: 769px) {
  #sec3 .bg1 {
    width: 533px;
    top: 46%;
    right: 5%;
  }
}
#sec3 .bg2 {
  width: 26.6666666667vw;
  position: absolute;
  overflow: hidden;
  top: 480vw;
  left: -5vw;
}
@media screen and (min-width: 769px) {
  #sec3 .bg2 {
    width: 153px;
    top: 62%;
    left: 10%;
  }
}
#sec3 .bg3 {
  width: 21.3333333333vw;
  position: absolute;
  overflow: hidden;
  right: -8vw;
  top: 640vw;
}
@media screen and (min-width: 769px) {
  #sec3 .bg3 {
    width: 190px;
    top: 90%;
    right: -5px;
  }
}
#sec3 .bg5 {
  width: 93.3333333333vw;
  position: absolute;
  overflow: hidden;
  top: 460vw;
  left: -15vw;
}
@media screen and (min-width: 769px) {
  #sec3 .bg5 {
    width: 625px;
    top: 50%;
    left: -10%;
  }
}

/* section4
========================================================= */
#sec4 {
  background-color: #f5f4f1;
  position: relative;
  color: #15345e;
  overflow: hidden;
}
#sec4 a {
  color: #15345e;
}
#sec4 .sec_container {
  height: 695vw;
}
@media screen and (min-width: 769px) {
  #sec4 .sec_container {
    height: 2860px;
    position: relative;
  }
}
#sec4 .sec_container .swiper-pagination-bullet {
  border: #959595 0.8px solid;
}
#sec4 .sec_container .swiper-pagination-bullet-active {
  background-color: #959595;
}
#sec4 .sec_container .buy_btn1 {
  background-color: #15345e;
}
#sec4 .sec_container .pickup_ttl {
  width: 26.6666666667vw;
  position: absolute;
  right: 12vw;
  top: -11vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #sec4 .sec_container .pickup_ttl {
    width: min(11.5454545455vw, 127px);
    left: 0;
    top: -55px;
  }
}
#sec4 .sec_container .pickup_flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #sec4 .sec_container .pickup_flex {
    height: 960px;
    flex-direction: row;
  }
}
#sec4 .sec_container .pickup_slide {
  display: block;
  order: 1;
}
@media screen and (min-width: 769px) {
  #sec4 .sec_container .pickup_slide {
    order: 2;
  }
}
#sec4 .sec_container .pickup_txt {
  display: block;
  order: 2;
}
@media screen and (min-width: 769px) {
  #sec4 .sec_container .pickup_txt {
    order: 1;
    margin: 120px auto 0;
  }
}
#sec4 .sec_container .item_category {
  font-size: max(3.2vw, 12px);
  padding-bottom: 6vw;
}
@media screen and (min-width: 769px) {
  #sec4 .sec_container .item_category {
    font-size: 13px;
    padding-bottom: 30px;
  }
}
#sec4 .sec_container .comment_txt_box {
  background-color: #fcfcfb;
  position: relative;
}
#sec4 .sec_container .comment_txt_box::after {
  content: "";
  display: block;
  background-image: url(../images/comment_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8vw;
  height: 5.8666666667vw;
  position: absolute;
  left: 30vw;
  bottom: -4vw;
}
@media screen and (min-width: 769px) {
  #sec4 .sec_container .comment_txt_box::after {
    width: 30px;
    height: 22px;
    left: 140px;
    bottom: -14px;
  }
}
#sec4 .sec_container .comment_ttl {
  color: #959595;
}
#sec4 .sec_container .credit {
  color: #959595;
}
#sec4 .sec_container .credit a {
  color: inherit;
}
#sec4 .sec_container .block1 {
  width: 64vw;
  margin: 0 auto;
  position: absolute;
  top: 550vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  #sec4 .sec_container .block1 {
    width: 378px;
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#sec4 .sec_container .block1 .bl1_ttl {
  width: 3.4666666667vw;
  position: absolute;
  right: -10vw;
  top: -6vw;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  #sec4 .sec_container .block1 .bl1_ttl {
    width: 15px;
    right: -60px;
    top: -40px;
  }
}
#sec4 .sec_container .block2 {
  position: absolute;
  top: 360vw;
  right: 6vw;
  width: 64vw;
}
@media screen and (min-width: 769px) {
  #sec4 .sec_container .block2 {
    width: min(38.8888888889vw, 350px);
    top: 86%;
    right: 0;
  }
}
#sec4 .sec_container .block2 .bl2_ttl {
  width: 37.3333333333vw;
  position: absolute;
  z-index: 5;
  top: -14vw;
  right: 0;
}
@media screen and (min-width: 769px) {
  #sec4 .sec_container .block2 .bl2_ttl {
    width: 174px;
    top: -60px;
  }
}
#sec4 .sec_container .block3 {
  position: absolute;
  top: 465vw;
  left: 8vw;
  width: 53.3333333333vw;
}
@media screen and (min-width: 769px) {
  #sec4 .sec_container .block3 {
    width: min(36.4583333333vw, 350px);
    right: 10%;
    top: 102%;
  }
}
#sec4 .bg1 {
  width: 6.4vw;
  position: absolute;
  overflow: hidden;
  top: 460vw;
  right: 10vw;
}
@media screen and (min-width: 769px) {
  #sec4 .bg1 {
    width: 40px;
    top: 55%;
    right: 5%;
  }
}
#sec4 .bg2 {
  width: 80vw;
  position: absolute;
  overflow: hidden;
  top: 550vw;
  right: -5vw;
}
@media screen and (min-width: 769px) {
  #sec4 .bg2 {
    width: 470px;
    top: 70%;
    right: 10%;
  }
}
#sec4 .bg3 {
  width: 26.6666666667vw;
  position: absolute;
  overflow: hidden;
  top: 595vw;
  left: -6vw;
}
@media screen and (min-width: 769px) {
  #sec4 .bg3 {
    width: 170px;
    top: 75%;
    left: 10%;
  }
}
#sec4 .bg4 {
  width: 26.6666666667vw;
  position: absolute;
  overflow: hidden;
  top: 360vw;
}
@media screen and (min-width: 769px) {
  #sec4 .bg4 {
    width: 170px;
    top: 90%;
    right: 10%;
  }
}
#sec4 .bg5 {
  width: 26.6666666667vw;
  position: absolute;
  overflow: hidden;
  top: 360vw;
  left: 5vw;
}
@media screen and (min-width: 769px) {
  #sec4 .bg5 {
    width: 148px;
    top: 48%;
    left: 10%;
  }
}

/* section5
========================================================= */
#sec5 {
  background-color: #efede9;
  position: relative;
  color: #3E2D28;
  overflow: hidden;
}
#sec5 a {
  color: #3E2D28;
}
#sec5 .sec_container {
  height: 600vw;
}
@media screen and (min-width: 769px) {
  #sec5 .sec_container {
    height: 2360px;
    position: relative;
  }
}
#sec5 .sec_container .swiper-pagination-bullet {
  border: #A25046 0.8px solid;
}
#sec5 .sec_container .swiper-pagination-bullet-active {
  background-color: #A25046;
}
#sec5 .sec_container .buy_btn1 {
  background-color: #3E2D28;
}
#sec5 .sec_container .pickup_ttl {
  width: 26.6666666667vw;
  position: absolute;
  right: 12vw;
  top: -11vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #sec5 .sec_container .pickup_ttl {
    width: min(11.5454545455vw, 127px);
    right: 0;
    top: -55px;
  }
}
#sec5 .sec_container .pickup_ttl {
  width: 26.6666666667vw;
  position: absolute;
  right: 12vw;
  top: -11vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #sec5 .sec_container .pickup_ttl {
    width: min(11.5454545455vw, 127px);
    right: 0;
    top: -55px;
  }
}
#sec5 .sec_container .item_kana {
  padding-left: 0;
}
#sec5 .sec_container .comment_txt_box {
  background-color: #f5f4f1;
}
#sec5 .sec_container .comment_txt_box::after {
  content: "";
  display: block;
  background-image: url(../images/comment_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8vw;
  height: 5.8666666667vw;
  position: absolute;
  right: 30vw;
  bottom: -4vw;
}
@media screen and (min-width: 769px) {
  #sec5 .sec_container .comment_txt_box::after {
    width: 30px;
    height: 22px;
    right: 140px;
    bottom: -14px;
  }
}
#sec5 .sec_container .comment_ttl {
  color: #A25046;
}
#sec5 .sec_container .credit {
  color: #A25046;
}
#sec5 .sec_container .credit a {
  color: inherit;
}
#sec5 .sec_container .block1 {
  position: absolute;
  top: 325vw;
  left: 6vw;
  width: 53.3333333333vw;
}
@media screen and (min-width: 769px) {
  #sec5 .sec_container .block1 {
    width: min(38.8888888889vw, 350px);
    top: 76%;
    left: 5%;
  }
}
#sec5 .sec_container .block1 .bl1_ttl {
  width: 53.3333333333vw;
  margin-bottom: 20px;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  #sec5 .sec_container .block1 .bl1_ttl {
    width: 240px;
  }
}
#sec5 .sec_container .block2 {
  position: absolute;
  top: 414vw;
  right: 6vw;
  width: 66.6666666667vw;
}
@media screen and (min-width: 769px) {
  #sec5 .sec_container .block2 {
    width: min(42.2222222222vw, 380px);
    top: 97%;
    right: 5%;
  }
}
#sec5 .sec_container .block2 .bl2_ttl {
  width: 9.6vw;
  position: absolute;
  right: 4vw;
  top: -50vw;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  #sec5 .sec_container .block2 .bl2_ttl {
    width: 42px;
    right: 50px;
    top: -210px;
  }
}
#sec5 .sec_container .block3 {
  position: absolute;
  top: 510vw;
  left: 14vw;
  width: 48vw;
}
@media screen and (min-width: 769px) {
  #sec5 .sec_container .block3 {
    width: min(35.5555555556vw, 320px);
    top: 126%;
    left: 18%;
  }
}
#sec5 .bg1 {
  width: 26.6666666667vw;
  position: absolute;
  overflow: hidden;
  right: -5vw;
  top: 310vw;
}
@media screen and (min-width: 769px) {
  #sec5 .bg1 {
    width: 160px;
    top: 46%;
    right: -4%;
  }
}
#sec5 .bg2 {
  width: 26.6666666667vw;
  position: absolute;
  overflow: hidden;
  top: 420vw;
  left: -5vw;
}
@media screen and (min-width: 769px) {
  #sec5 .bg2 {
    width: 208px;
    top: 68%;
    left: 5%;
  }
}
#sec5 .bg3 {
  width: 37.3333333333vw;
  position: absolute;
  overflow: hidden;
  right: -9vw;
  top: 560vw;
}
@media screen and (min-width: 769px) {
  #sec5 .bg3 {
    width: 240px;
    top: 94%;
    right: -15px;
  }
}

/* section6
========================================================= */
#sec6 {
  background-color: #F5F4F1;
  padding-bottom: 26vw;
}
@media screen and (min-width: 769px) {
  #sec6 {
    padding-bottom: 160px;
  }
}
#sec6 .sec6_ttl {
  width: 62.9333333333vw;
  margin: 0 auto;
  padding: 26vw 0 16vw;
}
@media screen and (min-width: 769px) {
  #sec6 .sec6_ttl {
    width: min(23.5714285714vw, 330px);
    margin: 0 auto;
    padding: 180px 0 120px;
  }
}
#sec6 .sec6_item_wrap {
  width: 91.4666666667vw;
  margin: 0 auto;
  word-break: break-all;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 3.4666666667vw;
  row-gap: 10vw;
  margin-bottom: 20vw;
}
@media screen and (min-width: 769px) {
  #sec6 .sec6_item_wrap {
    width: min(85.7142857143vw, 1200px);
    column-gap: 2%;
    row-gap: 60px;
    margin-bottom: 100px;
  }
}
#sec6 .sec6_item_wrap li {
  width: 44vw;
}
@media screen and (min-width: 769px) {
  #sec6 .sec6_item_wrap li {
    width: 23.5%;
  }
}
#sec6 .sec6_item_wrap li .slide3 {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  #sec6 .sec6_item_wrap li .slide3 {
    margin-bottom: 20px;
  }
}
#sec6 .sec6_item_wrap li .sec6_item_name {
  font-size: max(3.4666666667vw, 13px);
  letter-spacing: 1px;
  margin-bottom: 3vw;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  #sec6 .sec6_item_wrap li .sec6_item_name {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#sec6 .sec6_item_wrap li .sec6_credit_wrap {
  display: flex;
  justify-content: space-between;
}
#sec6 .sec6_item_wrap li .sec6_price1 {
  font-size: max(3.4666666667vw, 13px);
}
@media screen and (min-width: 769px) {
  #sec6 .sec6_item_wrap li .sec6_price1 {
    font-size: 13px;
  }
}
#sec6 .sec6_item_wrap li .sec6_buy_btn1 {
  font-size: max(2.9333333333vw, 11px);
}
#sec6 .sec6_item_wrap li .sec6_buy_btn1::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background-color: #de90a2;
  transform: scaleY(0.5);
  transform-origin: 0 0;
}
@media screen and (min-width: 769px) {
  #sec6 .sec6_item_wrap li .sec6_buy_btn1 {
    font-size: 12px;
  }
}
#sec6 .sec6_item_wrap li .sec6_item_txt {
  font-size: max(2.8vw, 10.5px);
  line-height: 1.8;
  letter-spacing: 1px;
}
#sec6 .sec6_item_wrap li .sec6_item_txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 4vw auto;
  background-color: #2e584d;
  transform: scaleY(0.5);
  transform-origin: 0 0;
}
@media screen and (min-width: 769px) {
  #sec6 .sec6_item_wrap li .sec6_item_txt::before {
    margin: 16px auto;
  }
}
@media screen and (min-width: 769px) {
  #sec6 .sec6_item_wrap li .sec6_item_txt {
    font-size: 11px;
  }
}
#sec6 .all_item_btn {
  width: 53.3333333333vw;
  margin: 0 auto;
}
#sec6 .all_item_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2e584d;
}
@media screen and (min-width: 769px) {
  #sec6 .all_item_btn {
    width: 220px;
  }
}
#sec6 .all_item_btn .btn_wrap {
  display: flex;
  justify-content: space-between;
}
#sec6 .all_item_btn .btn_wrap .btn_ttl {
  width: 22.6666666667vw;
  padding-left: 10px;
  padding-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  #sec6 .all_item_btn .btn_wrap .btn_ttl {
    width: 94px;
    padding-bottom: 22px;
  }
}
#sec6 .all_item_btn .btn_wrap .btn_arrow {
  width: 8.5333333333vw;
  padding-right: 10px;
  padding-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  #sec6 .all_item_btn .btn_wrap .btn_arrow {
    width: 32px;
    padding-bottom: 22px;
  }
}

/* leeep
========================================================= */
.leeep_container {
  background-color: #fff;
  padding-bottom: 20vw;
}
@media screen and (min-width: 769px) {
  .leeep_container {
    padding-bottom: 140px;
  }
}
.leeep_container .leeep_ttl {
  width: 62.9333333333vw;
  margin: 0 auto;
  padding: 26vw 0 16vw;
}
@media screen and (min-width: 769px) {
  .leeep_container .leeep_ttl {
    width: min(23.5714285714vw, 330px);
    margin: 0 auto;
    padding: 160px 0 120px;
  }
}
.leeep_container .leeep_wrap {
  width: 84vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .leeep_container .leeep_wrap {
    width: min(85.7142857143vw, 1200px);
    margin: 0 auto;
  }
}

/* gallery
========================================================= */
.gallery {
  width: 100%;
}
.gallery .gallery_container {
  position: relative;
}
.gallery .gallery_container .gallery_ttl {
  width: 37.8666666667vw;
  position: absolute;
  top: 45vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .gallery .gallery_container .gallery_ttl {
    width: min(13.9285714286vw, 195px);
    top: 35%;
  }
}
.gallery .gallery_container .view_all_btn {
  width: 32vw;
  position: absolute;
  top: 80vw;
  left: 50%;
  transform: translateX(-50%);
}
.gallery .gallery_container .view_all_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleY(0.5);
  transform-origin: 0 0;
}
@media screen and (min-width: 769px) {
  .gallery .gallery_container .view_all_btn {
    width: min(14.2857142857vw, 200px);
    top: 66%;
  }
}
.gallery .gallery_container .view_all_btn .btn_wrap {
  display: flex;
  justify-content: space-between;
}
.gallery .gallery_container .view_all_btn .btn_wrap .btn_ttl {
  width: 14.9333333333vw;
  padding-left: 5px;
  padding-bottom: 3vw;
}
@media screen and (min-width: 769px) {
  .gallery .gallery_container .view_all_btn .btn_wrap .btn_ttl {
    width: min(5.7142857143vw, 80px);
    padding-bottom: 18px;
  }
}
.gallery .gallery_container .view_all_btn .btn_wrap .btn_arrow {
  width: 5.3333333333vw;
  padding-right: 5px;
  padding-bottom: 3vw;
}
@media screen and (min-width: 769px) {
  .gallery .gallery_container .view_all_btn .btn_wrap .btn_arrow {
    width: min(2.1428571429vw, 30px);
    padding-bottom: 18px;
  }
}

/* SAHIR concept
========================================================= */
.sahir_concept {
  background-color: #E5E5E5;
  color: #019845;
}
.sahir_concept a {
  color: #019845;
}
.sahir_concept .sahir_concept_wrap {
  width: 93.3333333333vw;
  margin: 0 auto;
  text-align: center;
  padding: 26vw 0 20vw;
}
@media screen and (min-width: 769px) {
  .sahir_concept .sahir_concept_wrap {
    width: min(78.5714285714vw, 1100px);
    padding: 130px 0 130px;
  }
}
.sahir_concept .sahir_concept_wrap .sahir_ttl {
  width: 74.6666666667vw;
  margin: 0 auto 14vw;
}
@media screen and (min-width: 769px) {
  .sahir_concept .sahir_concept_wrap .sahir_ttl {
    width: 340px;
    margin: 0 auto 75px;
  }
}
.sahir_concept .sahir_concept_wrap .sahir_txt {
  font-size: max(3.2vw, 12px);
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 12vw;
}
@media screen and (min-width: 769px) {
  .sahir_concept .sahir_concept_wrap .sahir_txt {
    font-size: 13px;
    margin-bottom: 70px;
  }
}
.sahir_concept .sahir_concept_wrap .sahir_txt p {
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .sahir_concept .sahir_concept_wrap .sahir_txt p {
    margin-bottom: 25px;
  }
}
.sahir_concept .sahir_concept_wrap .brand_site_link {
  width: 69.3333333333vw;
  margin: 0 auto 10vw;
}
@media screen and (min-width: 769px) {
  .sahir_concept .sahir_concept_wrap .brand_site_link {
    width: fit-content;
    margin: 0 auto 40px;
  }
}
.sahir_concept .sahir_concept_wrap .brand_site_link a {
  font-size: max(3.7333333333vw, 14px);
  display: block;
  padding: 5vw 0 5.5vw;
  border: #019845 1px solid;
}
@media screen and (min-width: 769px) {
  .sahir_concept .sahir_concept_wrap .brand_site_link a {
    font-size: 16px;
    padding: 20px 80px;
  }
}
.sahir_concept .sahir_concept_wrap .brand_site_link a:hover {
  color: #fff;
  opacity: 1;
  background-color: #019845;
}
.sahir_concept .sahir_concept_wrap .brand_insta {
  width: 5.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sahir_concept .sahir_concept_wrap .brand_insta {
    width: 24px;
  }
}
.sahir_concept .copyright {
  width: 59.7333333333vw;
  margin: 0 auto;
  padding-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .sahir_concept .copyright {
    width: 270px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 970px) {
  .comment_txt_box {
    width: 86%;
    margin: 0 auto;
    position: absolute;
    transition: 0.5s;
    right: 0;
    top: 65%;
  }
  #sec2 .comment_txt_box,
  #sec4 .comment_txt_box {
    width: 220%;
    left: 0;
    transition: 0.5s;
    transform: translateX(0);
  }
}
/* gallery
========================================================= */
.gallery_fv .gallery_ttl {
  position: fixed;
  width: 32%;
  z-index: 10;
  top: 20px;
  left: 16px;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) {
  .gallery_fv .gallery_ttl {
    width: clamp(150px, 12.5%, 180px);
    top: 3%;
    left: 2.3611111111%;
  }
}

.top_btn {
  position: fixed;
  width: 4.2666666667%;
  z-index: 10;
  bottom: 40%;
  left: 7px;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) {
  .top_btn {
    width: clamp(16px, 1.25%, 18px);
    bottom: 40%;
    left: 1.3888888889%;
  }
}

#gallery_page {
  background-color: #EFEDE9;
}
#gallery_page .gallery_wrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
}
#gallery_page .gallery_wrap::before {
  content: "";
  display: block;
  height: auto;
  padding-top: 1673.6%;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap::before {
    padding-top: 708.6111111111%;
  }
}
#gallery_page .gallery_wrap .gallery_logo {
  z-index: 10;
  position: fixed;
  width: 40.5333333333%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_logo {
    width: 13.8888888889%;
  }
}
#gallery_page .gallery_wrap .gallery_item1 {
  position: absolute;
  width: 55.4666666667%;
  top: 0;
  left: 44.5333333333%;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item1 {
    width: 35.4166666667%;
    top: 0;
    left: 64.5833333333%;
  }
}
#gallery_page .gallery_wrap .gallery_item2 {
  position: absolute;
  width: 85.3333333333%;
  top: 4.9235181644%;
  left: 0;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item2 {
    width: 42.3611111111%;
    top: 2.0580164641%;
    left: 6.9444444444%;
  }
}
#gallery_page .gallery_wrap .gallery_item3 {
  position: absolute;
  width: 50.1333333333%;
  top: 11.7112810707%;
  right: 0;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item3 {
    width: 23.2638888889%;
    top: 7.4774598197%;
    left: 59.1666666667%;
  }
}
#gallery_page .gallery_wrap .gallery_item4 {
  position: absolute;
  width: 84%;
  top: 16.029318037%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item4 {
    width: 45.1388888889%;
    top: 11.9266954136%;
  }
}
#gallery_page .gallery_wrap .gallery_item5 {
  position: absolute;
  width: 40%;
  top: 23.9961759082%;
  right: 0;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item5 {
    width: 21.5277777778%;
    top: 22.7655821247%;
    left: 55.5555555556%;
  }
}
#gallery_page .gallery_wrap .gallery_item6 {
  position: absolute;
  width: 50.1333333333%;
  top: 25.6692160612%;
  left: 0;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item6 {
    width: 30.9722222222%;
    top: 25.0392003136%;
    left: 11.9444444444%;
  }
}
#gallery_page .gallery_wrap .gallery_item7 {
  position: absolute;
  width: 68.472%;
  top: 30.0669216061%;
  left: 27.2%;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item7 {
    width: 32.9861111111%;
    top: 28.2438259506%;
    left: 59.3055555556%;
  }
}
#gallery_page .gallery_wrap .gallery_item8 {
  position: absolute;
  width: 84%;
  top: 36.3129381772%;
  left: 8%;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item8 {
    width: 46.9444444444%;
    top: 33.3202665621%;
    left: 0;
  }
}
#gallery_page .gallery_wrap .gallery_item9 {
  position: absolute;
  width: 40.5333333333%;
  top: 41.1249203314%;
  right: 0;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item9 {
    width: 19.4444444444%;
    top: 37.3676989416%;
    left: 61.5972222222%;
  }
}
#gallery_page .gallery_wrap .gallery_item10 {
  position: absolute;
  width: 64%;
  top: 44.8374760994%;
  left: 22.6666666667%;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item10 {
    width: 36.5972222222%;
    top: 41.9443355547%;
    left: 39.7222222222%;
  }
}
#gallery_page .gallery_wrap .gallery_item11 {
  position: absolute;
  width: 40.9066666667%;
  top: 48.8527724665%;
  left: 4.2666666667%;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item11 {
    width: 23.3680555556%;
    top: 47.4578596629%;
    left: 22.0138888889%;
  }
}
#gallery_page .gallery_wrap .gallery_item12 {
  position: absolute;
  width: 52.2666666667%;
  top: 52.8840025494%;
  left: 39.7333333333%;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item12 {
    width: 30.1388888889%;
    top: 52.9498235986%;
    right: 0;
    left: auto;
  }
}
#gallery_page .gallery_wrap .gallery_item13 {
  position: absolute;
  width: 84%;
  top: 56.994901211%;
  left: 8%;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item13 {
    width: 45.1388888889%;
    top: 55.0372402979%;
    left: 0;
  }
}
#gallery_page .gallery_wrap .gallery_item14 {
  position: absolute;
  width: 47.7333333333%;
  top: 65.7903123008%;
  right: 0;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item14 {
    width: 32.3611111111%;
    top: 60.2802822423%;
    left: 57.4305555556%;
  }
}
#gallery_page .gallery_wrap .gallery_item15 {
  position: absolute;
  width: 34.6666666667%;
  top: 68.6583811345%;
  left: 10.9333333333%;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item15 {
    width: 19.375%;
    top: 66.6699333595%;
    left: 25.7638888889%;
  }
}
#gallery_page .gallery_wrap .gallery_item16 {
  position: absolute;
  width: 50.1333333333%;
  top: 71.8929254302%;
  left: 45.3333333333%;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item16 {
    width: 28.6527777778%;
    top: 70.1440611525%;
    left: 60.6736111111%;
  }
}
#gallery_page .gallery_wrap .gallery_item17 {
  position: absolute;
  width: 68.5333333333%;
  top: 74.8725302741%;
  left: 0;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item17 {
    width: 33.3333333333%;
    top: 73.4711877695%;
    left: 14.375%;
  }
}
#gallery_page .gallery_wrap .gallery_item18 {
  position: absolute;
  width: 84%;
  top: 82.1383046526%;
  left: 8%;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item18 {
    width: 43.2638888889%;
    top: 81.5758526068%;
    left: 33.9583333333%;
  }
}
#gallery_page .gallery_wrap .gallery_item19 {
  position: absolute;
  width: 56%;
  top: 90.5831739962%;
  left: 0;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item19 {
    width: 25.6944444444%;
    top: 89.2787142297%;
    left: 12.7083333333%;
  }
}
#gallery_page .gallery_wrap .gallery_item20 {
  position: absolute;
  width: 68.5333333333%;
  top: 95.108349267%;
  left: 23.4666666667%;
}
@media screen and (min-width: 769px) {
  #gallery_page .gallery_wrap .gallery_item20 {
    width: 37.5%;
    top: 93.1595452764%;
    left: 51.3194444444%;
  }
}

.footer_bg {
  position: relative;
  width: 100%;
}
.footer_bg .footer_logo {
  width: 40.2666666667vw;
  height: auto;
  position: absolute;
  top: 36.4%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .footer_bg .footer_logo {
    width: min(16.6666666667%, 240px);
  }
}
.footer_bg .all_item_btn {
  width: 42.6666666667vw;
  margin: 0 auto;
  position: absolute;
  top: 58.4%;
  left: 50%;
  transform: translateX(-50%);
}
.footer_bg .all_item_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .footer_bg .all_item_btn {
    width: min(16.6666666667%, 240px);
  }
}
.footer_bg .all_item_btn .btn_wrap {
  display: flex;
  justify-content: space-between;
}
.footer_bg .all_item_btn .btn_wrap .btn_ttl {
  width: 19.7333333333vw;
  padding-left: 5px;
  padding-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .footer_bg .all_item_btn .btn_wrap .btn_ttl {
    width: min(39.1666666667%, 94px);
    padding-bottom: 16px;
  }
}
.footer_bg .all_item_btn .btn_wrap .btn_arrow {
  width: 6.9333333333vw;
  padding-right: 5px;
  padding-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .footer_bg .all_item_btn .btn_wrap .btn_arrow {
    width: min(15%, 36px);
    padding-bottom: 16px;
  }
}
.footer_bg .copyright {
  position: absolute;
  width: 59.7333333333vw;
  margin: 0 auto;
  bottom: 5vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .footer_bg .copyright {
    width: 270px;
    bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */