@charset "UTF-8";
@font-face {
  font-family: "zen-kaku-gothic-new";
  src: url("path-to-font.woff2") format("woff2");
  unicode-range: U+0000-FFFF;
}
/* color
===================================================== */
/* 共通
===================================================== */
html,
body {
  font-family: YakuHanJPs, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  transition: all 1s ease 1s;
  background-color: #fff;
  color: #d61d1d;
  overflow-x: hidden;
}

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;
  }
}
/* vw計算(pc用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* a
===================================================== */
a.item_info,
a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a.item_info img,
a img {
  transition: all 0.3s;
}

a.item_info:hover,
a:hover {
  transition: all 0.3s;
  cursor: pointer;
}
a.item_info:hover img,
a:hover img {
  transform: scale(1.05);
  transition: all 0.3s;
}

a[href=""] {
  pointer-events: none;
}

/* font
===================================================== */
.ja_1 {
  font-family: YakuHanJPs, zen-kaku-gothic-new, sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

/* 共通 ===================================================== */
.bg_1 {
  background: repeating-linear-gradient(135deg, #d61d1d, #d61d1d 1.0666666667vw, #fff 1.0666666667vw, #fff 2.1333333333vw);
}
@media screen and (min-width: 769px) {
  .bg_1 {
    background: repeating-linear-gradient(135deg, #d61d1d, #d61d1d min(0.46875vw, 6px), #fff min(0.46875vw, 6px), #fff min(0.9375vw, 12px));
  }
}

.section-break1 .bg_1 {
  width: 100%;
  height: 8vw;
}
@media screen and (min-width: 769px) {
  .section-break1 .bg_1 {
    height: 3.4722222222vw;
  }
}

.section-break2 .bg_1 {
  width: 100%;
  height: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .section-break2 .bg_1 {
    height: 4.1666666667vw;
  }
}

.section-break4 .bg_1 {
  width: 100%;
  height: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .section-break4 .bg_1 {
    height: 4.1666666667vw;
  }
}

.line1 {
  width: 90.6666666667vw;
  margin: 0 auto;
  height: 1px;
  background-color: #d61d1d;
}
@media screen and (min-width: 769px) {
  .line1 {
    width: 80.5555555556vw;
  }
}

/* 流れる文字 ========================================================= */
.loop_txt {
  width: 100%;
  overflow: hidden;
}
@keyframes loop_left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.loop_txt .loop_wrap {
  display: flex;
  margin: 0;
}
.loop_txt .loop_wrap .loop_left {
  animation: loop_left 40s infinite linear 1s both;
  display: flex;
  margin: 0;
  padding: 0;
}

.section-break1 .loop_wrap {
  background-color: #d61d1d;
  padding: 7px 0 5px;
}
.section-break1 .loop_txt_img {
  width: 672px;
}
@media screen and (min-width: 769px) {
  .section-break1 .loop_txt_img {
    width: 720px;
  }
}

.section-break3 {
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 769px) {
  .section-break3 {
    margin-top: 0.5555555556vw;
  }
}
.section-break3 .loop_wrap {
  background-color: #ffffff;
  border-top: #d61d1d solid 2px;
  border-bottom: #d61d1d solid 2px;
  box-sizing: border-box;
  padding: 4.5px 0 3.5px;
}
.section-break3 .loop_txt_img {
  width: 626px;
}
@media screen and (min-width: 769px) {
  .section-break3 .loop_txt_img {
    width: 670px;
  }
}

/* loading ===================================================== */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: #EAE4DB;
}
.loading .bg_1 {
  width: 42.6666666667vw;
  height: 26.4vw;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) {
  .loading .bg_1 {
    width: 25vw;
    height: 12.5vw;
  }
}
.loading .bg_1:nth-child(1) {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
.loading .bg_1:nth-child(2) {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
}
.loading img.pcNone {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}
.loading img.spNone {
  width: 61.8055555556vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}

.speed1,
.speed2,
.speed3 {
  opacity: 0;
  visibility: hidden;
}

/* h1 ===================================================== */
h1 {
  position: absolute;
  left: -9999px;
}

/* header ===================================================== */
header {
  position: relative;
}
header .fv.pcNone {
  position: relative;
}
header .fv.pcNone img:nth-child(2) {
  position: absolute;
  width: 100vw;
  top: 8vw;
}
header .fv.pcNone img:nth-child(3) {
  position: absolute;
  width: 100vw;
  top: 26.9333333333vw;
  mix-blend-mode: multiply;
}
header .fv.pcNone img:nth-child(4) {
  position: absolute;
  width: 100vw;
  top: 26.9333333333vw;
}
header .fv.spNone {
  position: relative;
}
header .fv.spNone img:nth-child(2) {
  position: absolute;
  width: 45.6944444444%;
  top: 8.3333333333%;
  right: 6.9444444444%;
}
header .fv.spNone img:nth-child(3) {
  position: absolute;
  width: 45.6944444444%;
  top: 8.3333333333%;
  right: 6.9444444444%;
  mix-blend-mode: multiply;
}
header .fv.spNone img:nth-child(4) {
  position: absolute;
  width: 45.6944444444%;
  top: 8.3333333333%;
  right: 6.9444444444%;
}
header .lead {
  padding: 16vw 0;
  background-color: #d61d1d;
  color: #ffffff;
  text-align: center;
  font-size: 3.7333333333vw;
  letter-spacing: 0;
  line-height: 2.1428571429;
}
@media screen and (min-width: 769px) {
  header .lead {
    padding: min(9.375vw, 120px) 0;
    font-size: min(1.25vw, 16px);
    line-height: 2.875;
    letter-spacing: 0.04em;
  }
}
header .lead p + p {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  header .lead p + p {
    margin-top: 0;
  }
}
header .bg_1 {
  width: 100%;
  height: 16vw;
}
@media screen and (min-width: 769px) {
  header .bg_1 {
    height: 4.1666666667vw;
  }
}

/* 共通 ===================================================== */
/* 自動取得中身 ===================================================== */
.item_list.swiper-wrapper {
  font-size: 2.4vw;
  letter-spacing: 0.06em;
  padding-bottom: 1.3333333333vw;
  color: #222222;
}
@media screen and (min-width: 769px) {
  .item_list.swiper-wrapper {
    font-size: 0.8333333333vw;
    padding-bottom: 0.3472222222vw;
  }
}
.item_list.swiper-wrapper a {
  position: relative;
  color: inherit;
}
.item_list.swiper-wrapper a::after {
  content: "BUY";
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 0.5px;
}
.item_list.swiper-wrapper img {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .item_list.swiper-wrapper img {
    margin-bottom: 0.6944444444vw;
  }
}
.item_list.swiper-wrapper li a p:first-child {
  position: relative;
}
.item_list.swiper-wrapper p.photo {
  position: relative;
}
.item_list.swiper-wrapper .price.salecolor {
  display: inline;
  color: #d61d1d !important;
}
.item_list.swiper-wrapper .text-red {
  display: inline;
  color: #d61d1d;
  font-size: 0.8em;
}
.item_list.swiper-wrapper .price .tt02 {
  display: inline;
  color: #d61d1d !important;
  font-size: 0.8em;
  letter-spacing: 0.04em;
}
.item_list.swiper-wrapper .salecolor + .price {
  display: inline;
  color: #d61d1d;
}
.item_list.swiper-wrapper li a p:first-child img + span {
  background-color: #d61d1d;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.9em;
  padding: 2px 4px;
}
@media screen and (min-width: 769px) {
  .item_list.swiper-wrapper li a p:first-child img + span {
    padding: 4px 8px 5px 10px;
  }
}
.item_list.swiper-wrapper p.photo span {
  background-color: #d61d1d;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.9em;
  padding: 2px 4px;
}
.item_list.swiper-wrapper .new_ico {
  display: none;
}
.item_list.swiper-wrapper .ico_box + p {
  display: none;
}
.item_list.swiper-wrapper .textOverflow,
.item_list.swiper-wrapper .label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 1.3333333333vw;
  line-height: 1.4444444444;
}
@media screen and (min-width: 769px) {
  .item_list.swiper-wrapper .textOverflow,
  .item_list.swiper-wrapper .label {
    margin-bottom: 8px;
  }
}

#sec_6 .item_list.swiper-wrapper a::after {
  color: #ffffff;
}

.swiper-wrapper {
  padding-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .swiper-wrapper {
    padding-top: 0.6944444444vw;
  }
}

/* main ===================================================== */
main {
  position: relative;
  /* sec1
  ===================================================== */
  /* sec2
  ===================================================== */
  /* sec3
  ===================================================== */
  /* sec4
  ===================================================== */
  /* sec5
  ===================================================== */
  /* sec6
  ===================================================== */
  /* sec7
  ===================================================== */
  /* sec8
  ===================================================== */
}
main .ttl_wrap {
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main .ttl_wrap {
    width: 80.5555555556vw;
  }
}
main .ttl_wrap p {
  font-size: 3.4666666667vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .ttl_wrap p {
    font-size: 1.1111111111vw;
    margin-bottom: 1.0416666667vw;
  }
}
main .ttl_wrap > div h2 img {
  display: block;
  height: 9.504vw;
  width: auto;
}
@media screen and (min-width: 769px) {
  main .ttl_wrap > div h2 img {
    height: 3.8194444444vw;
  }
}
main .ttl_wrap > div h3 img {
  display: block;
  width: auto;
}
main .ttl_wrap > div a {
  width: 16vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  main .ttl_wrap > div a {
    width: 6.0923611111vw;
  }
}
main .ttl_wrap > div a img:nth-child(1) {
  width: 10.9333333333vw;
}
@media screen and (min-width: 769px) {
  main .ttl_wrap > div a img:nth-child(1) {
    width: 3.9930555556vw;
  }
}
main .ttl_wrap > div a img:nth-child(2) {
  width: 1.7066666667vw;
  transition: all 0.6s;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  main .ttl_wrap > div a img:nth-child(2) {
    width: 0.625vw;
  }
}
main .ttl_wrap > div a:hover {
  opacity: 1 !important;
}
main .ttl_wrap > div a:hover img:nth-child(2) {
  transform: translateX(50%);
  transition: all 0.6s;
}
main .ttl_wrap > div a:hover img {
  transform: scale(1);
}
main .item_wrap .item_list {
  width: 100%;
}
@media screen and (min-width: 769px) {
  main .item_wrap .item_list {
    padding-left: 9.0277777778vw;
  }
}
main .item_wrap .column,
main .item_wrap .tag {
  width: 100%;
}
@media screen and (min-width: 769px) {
  main .item_wrap .column,
  main .item_wrap .tag {
    padding-left: 9.0277777778vw;
  }
}
main .item_wrap .mania {
  width: 100%;
}
@media screen and (min-width: 769px) {
  main .item_wrap .mania {
    padding-left: 8.3333333333vw;
  }
}
main #sec_1 {
  padding: 16vw 0;
}
@media screen and (min-width: 769px) {
  main #sec_1 {
    padding: 8.3333333333vw 0;
  }
}
main #sec_1 .ttl_wrap {
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .ttl_wrap {
    margin-bottom: 2.2222222222vw;
  }
}
main #sec_1 .ttl_wrap > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main #sec_1 .item_list.swiper-wrapper > div,
main #sec_1 .item_list.swiper-wrapper > li {
  position: relative;
}
main #sec_1 .item_list.swiper-wrapper > div::after,
main #sec_1 .item_list.swiper-wrapper > li::after {
  content: "";
  display: block;
  width: 8.96vw;
  height: 8.96vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 59.5238095238%;
  border-radius: 100vw;
  position: absolute;
  top: 1.3333333333vw;
  left: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_1 .item_list.swiper-wrapper > div::after,
  main #sec_1 .item_list.swiper-wrapper > li::after {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    top: 0.5555555556vw;
    left: 0.5555555556vw;
  }
}
main #sec_1 .item_list.swiper-wrapper > div:nth-child(1)::after,
main #sec_1 .item_list.swiper-wrapper > li:nth-child(1)::after {
  background-image: url(../images/r_no1.svg);
  background-color: #d3b05e;
}
main #sec_1 .item_list.swiper-wrapper > div:nth-child(2)::after,
main #sec_1 .item_list.swiper-wrapper > li:nth-child(2)::after {
  background-image: url(../images/r_no2.svg);
  background-color: #afadad;
}
main #sec_1 .item_list.swiper-wrapper > div:nth-child(3)::after,
main #sec_1 .item_list.swiper-wrapper > li:nth-child(3)::after {
  background-image: url(../images/r_no3.svg);
  background-color: #a46c57;
}
main #sec_1 .item_list.swiper-wrapper > div:nth-child(4)::after,
main #sec_1 .item_list.swiper-wrapper > li:nth-child(4)::after {
  background-image: url(../images/r_no4.svg);
  background-color: #fff;
}
main #sec_1 .item_list.swiper-wrapper > div:nth-child(5)::after,
main #sec_1 .item_list.swiper-wrapper > li:nth-child(5)::after {
  background-image: url(../images/r_no5.svg);
  background-color: #fff;
}
main #sec_1 .item_list.swiper-wrapper > div:nth-child(6)::after,
main #sec_1 .item_list.swiper-wrapper > li:nth-child(6)::after {
  background-image: url(../images/r_no6.svg);
  background-color: #fff;
}
main #sec_1 .item_list.swiper-wrapper > div:nth-child(7)::after,
main #sec_1 .item_list.swiper-wrapper > li:nth-child(7)::after {
  background-image: url(../images/r_no7.svg);
  background-color: #fff;
}
main #sec_1 .item_list.swiper-wrapper > div:nth-child(8)::after,
main #sec_1 .item_list.swiper-wrapper > li:nth-child(8)::after {
  background-image: url(../images/r_no8.svg);
  background-color: #fff;
}
main #sec_1 .item_list.swiper-wrapper > div:nth-child(9)::after,
main #sec_1 .item_list.swiper-wrapper > li:nth-child(9)::after {
  background-image: url(../images/r_no9.svg);
  background-color: #fff;
}
main #sec_1 .item_list.swiper-wrapper > div:nth-child(10)::after,
main #sec_1 .item_list.swiper-wrapper > li:nth-child(10)::after {
  background-image: url(../images/r_no10.svg);
  background-color: #fff;
}
main #sec_2 {
  padding: 16vw 0;
}
@media screen and (min-width: 769px) {
  main #sec_2 {
    padding: 8.3333333333vw 0 4.1666666667vw;
  }
}
main #sec_2 .ttl_wrap {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .ttl_wrap {
    margin-bottom: 2.7777777778vw;
  }
}
main #sec_2 .cate_nav {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .cate_nav {
    margin-bottom: 2.0833333333vw;
  }
}
main #sec_2 .cate_nav ul {
  width: 96vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  main #sec_2 .cate_nav ul {
    width: 82.5vw;
    box-sizing: border-box;
    justify-content: space-between;
  }
}
main #sec_2 .cate_nav ul li {
  position: relative;
  width: 28.8vw;
  padding: 2.6666666667vw 1.6vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .cate_nav ul li {
    width: 13.75vw;
    padding: 1.7361111111vw 1.25vw;
    box-sizing: border-box;
  }
}
main #sec_2 .cate_nav ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7%;
  width: 86%;
  border-top: 1px solid #d61d1d;
}
main #sec_2 .cate_nav ul li:nth-child(4)::after,
main #sec_2 .cate_nav ul li:nth-child(5)::after,
main #sec_2 .cate_nav ul li:nth-child(6)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7%;
  width: 86%;
  border-bottom: 1px solid #d61d1d;
}
@media screen and (min-width: 769px) {
  main #sec_2 .cate_nav ul li:nth-child(1)::after,
  main #sec_2 .cate_nav ul li:nth-child(2)::after,
  main #sec_2 .cate_nav ul li:nth-child(3)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 7%;
    width: 86%;
    border-bottom: 1px solid #d61d1d;
  }
}
main #sec_2 .cate_nav ul li .sides {
  position: absolute;
  top: 7%;
  height: 86%;
  left: 0;
  right: 0;
}
main #sec_2 .cate_nav ul li:nth-child(1) .sides::before,
main #sec_2 .cate_nav ul li:nth-child(2) .sides::before,
main #sec_2 .cate_nav ul li:nth-child(4) .sides::before,
main #sec_2 .cate_nav ul li:nth-child(5) .sides::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid #d61d1d;
}
@media screen and (min-width: 769px) {
  main #sec_2 .cate_nav ul li:nth-child(3) .sides::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-left: 1px solid #d61d1d;
  }
}
main #sec_2 .cate_nav ul a {
  position: relative;
}
main #sec_2 .cate_nav ul a img:nth-child(2) {
  width: 2.6666666667vw;
  position: absolute;
  bottom: 0.8vw;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
}
@media screen and (min-width: 769px) {
  main #sec_2 .cate_nav ul a img:nth-child(2) {
    width: 1.25vw;
    bottom: 0;
  }
}
main #sec_2 .cate_nav ul a:hover {
  opacity: 1 !important;
}
main #sec_2 .cate_nav ul a:hover img:nth-child(2) {
  transform: translate(-50%, 60%);
  transition: all 0.6s;
}
main #sec_2 .cate_nav ul a:hover img {
  transform: scale(1);
}
main #sec_2 .cate_wrap {
  padding: 9.3333333333vw 0 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .cate_wrap {
    padding: 5.5555555556vw 0 4.1666666667vw;
  }
}
main #sec_2 .cate_wrap .ttl_wrap {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .cate_wrap .ttl_wrap {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 769px) {
  main #sec_2 .cate_wrap .ttl_wrap > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.6944444444vw;
  }
}
main #sec_2 .cate_wrap .ttl_wrap p {
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .cate_wrap .ttl_wrap p {
    margin-bottom: 0.6944444444vw;
  }
}
main #sec_2 .cate_wrap .ttl_wrap h3 {
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 .cate_wrap .ttl_wrap h3 {
    margin-bottom: 0;
  }
}
main #sec_2 .cate_wrap .ttl_wrap h3 img {
  display: block;
  width: auto;
}
main #sec_2 #cate_1 h3 img {
  height: 12.2053333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 #cate_1 h3 img {
    height: 4.8944444444vw;
  }
}
main #sec_2 #cate_2 h3 img {
  height: 13.7013333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 #cate_2 h3 img {
    height: 5.4944444444vw;
  }
}
main #sec_2 #cate_3 .ttl_wrap > p {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  main #sec_2 #cate_3 .ttl_wrap > p {
    letter-spacing: 0.1em;
  }
}
main #sec_2 #cate_3 h3 img {
  height: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 #cate_3 h3 img {
    height: 5.3472222222vw;
  }
}
main #sec_2 #cate_4 h3 img {
  height: 11.5626666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 #cate_4 h3 img {
    height: 4.6368055556vw;
  }
}
main #sec_2 #cate_5 h3 img {
  height: 12.5413333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 #cate_5 h3 img {
    height: 5.0291666667vw;
  }
}
main #sec_2 #cate_6 h3 img {
  height: 12.8vw;
}
@media screen and (min-width: 769px) {
  main #sec_2 #cate_6 h3 img {
    height: 5.1333333333vw;
  }
}
main #sec_3 {
  background-color: #efefef;
  padding: 16vw 0;
}
@media screen and (min-width: 769px) {
  main #sec_3 {
    padding: 8.3333333333vw 0;
  }
}
main #sec_3 .ttl_wrap {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_3 .ttl_wrap {
    margin-bottom: 2.0833333333vw;
  }
}
main #sec_3 .ttl_wrap > div {
  display: flex;
  justify-content: space-between;
}
main #sec_3 .tag {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_3 .tag {
    margin-bottom: 1.3888888889vw;
  }
}
main #sec_3 .tag .swiper-wrapper a {
  font-size: 3.2vw;
  color: #222222;
  background-color: #ffffff;
  width: fit-content;
  padding: 1.8666666667vw 3.2vw 2.4vw;
  border-radius: 100vw;
}
@media screen and (min-width: 769px) {
  main #sec_3 .tag .swiper-wrapper a {
    font-size: 1.0416666667vw;
    padding: 0.5555555556vw 1.3888888889vw 0.625vw 1.25vw;
  }
}
main #sec_3 .column {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_3 .column {
    font-size: 1.0069444444vw;
  }
}
main #sec_3 .column img {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_3 .column img {
    margin-bottom: 1.25vw;
  }
}
main #sec_3 .column .date {
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 769px) {
  main #sec_3 .column .date {
    margin-bottom: 0.5555555556vw;
  }
}
main #sec_3 .column .ttl {
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #222222;
}
main #sec_4 {
  background-color: #d61d1d;
  padding: 16vw 0;
}
@media screen and (min-width: 769px) {
  main #sec_4 {
    padding: 8.3333333333vw 0;
  }
}
main #sec_4 .ttl_wrap {
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_4 .ttl_wrap {
    margin-bottom: 2.0833333333vw;
  }
}
main #sec_4 p {
  color: #ffffff;
}
main #sec_4 .mania img {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_4 .mania img {
    margin-bottom: 1.3888888889vw;
  }
}
main #sec_4 .mania .ttl {
  text-align: center;
  font-size: 3.4666666667vw;
  line-height: 1.3846153846;
}
@media screen and (min-width: 769px) {
  main #sec_4 .mania .ttl {
    font-size: 1.0416666667vw;
  }
}
main #sec_5 {
  padding: 16vw 0;
  position: relative;
  /* スライド設定
          ===================================================== */
}
@media screen and (min-width: 769px) {
  main #sec_5 {
    padding: 6.9444444444vw 0;
  }
}
main #sec_5 .bg_1:nth-child(1) {
  width: 57.0666666667vw;
  height: 62.4vw;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  main #sec_5 .bg_1:nth-child(1) {
    width: 47.9166666667vw;
    height: 25vw;
  }
}
main #sec_5 .bg_1:nth-child(2) {
  width: 57.0666666667vw;
  height: 62.4vw;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  main #sec_5 .bg_1:nth-child(2) {
    width: 47.9166666667vw;
    height: 25vw;
  }
}
main #sec_5 .gift_wrap {
  width: 89.3333333333vw;
  margin: 0 auto;
  background-color: #fff;
  border: #d61d1d 1px solid;
  border-radius: 2.6666666667vw;
  padding: 11.7333333333vw 0 10.6666666667vw;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  main #sec_5 .gift_wrap {
    width: 80.5555555556vw;
    border-radius: 0.6944444444vw;
    padding: 6.25vw 0 6.5972222222vw;
  }
}
main #sec_5 .ttl_wrap {
  text-align: center;
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_5 .ttl_wrap {
    margin-bottom: 2.3611111111vw;
  }
}
main #sec_5 .ttl_wrap > p {
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_5 .ttl_wrap > p {
    margin-bottom: 1.3888888889vw;
  }
}
main #sec_5 .ttl_wrap > div h2 img {
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_5 .ttl_wrap > div h2 img {
    margin: 0 auto 1.8055555556vw;
  }
}
main #sec_5 .ttl_wrap > div a {
  margin: 0 auto;
}
main #sec_5 .swiper.giftset {
  position: relative;
  width: 89.3333333333vw;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec_5 .swiper.giftset {
    width: 66.6666666667vw;
  }
}
main #sec_5 .swiper.giftset ul {
  text-align: left;
  /* 価格
  ===================================================== */
}
main #sec_5 .swiper.giftset ul .creditAjax_img1500 {
  position: relative;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_5 .swiper.giftset ul .creditAjax_img1500 {
    margin-bottom: 1.3888888889vw;
  }
}
main #sec_5 .swiper.giftset ul .item_info {
  font-size: 3.7333333333vw;
  letter-spacing: 0.08em;
  line-height: 1.5714285714;
}
@media screen and (min-width: 769px) {
  main #sec_5 .swiper.giftset ul .item_info {
    font-size: 1.1111111111vw;
  }
}
main #sec_5 .swiper.giftset ul .item_info > p:first-child {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_5 .swiper.giftset ul .item_info > p:first-child {
    margin-bottom: 1.1111111111vw;
  }
}
main #sec_5 .swiper.giftset ul .price_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: center;
  flex-wrap: wrap;
  row-gap: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_5 .swiper.giftset ul .price_box {
    row-gap: 0.5555555556vw;
  }
}
main #sec_5 .swiper.giftset ul .price_box p:last-child {
  background-color: #d61d1d;
  color: #ffffff;
  width: 16vw;
  line-height: 6.1333333333vw;
  padding-bottom: 0.4vw;
  text-align: center;
  border-radius: 100vw;
}
@media screen and (min-width: 769px) {
  main #sec_5 .swiper.giftset ul .price_box p:last-child {
    padding-bottom: 0.1388888889vw;
    width: 4.8611111111vw;
    line-height: 2.0833333333vw;
  }
}
main #sec_5 .swiper.giftset ul .creditAjax_price__proper::before,
main #sec_5 .swiper.giftset ul .creditAjax_price__sale::before {
  content: "¥";
}
main #sec_5 .swiper.giftset ul .creditAjax_price__sale {
  margin-left: 5px;
}
main #sec_5 .swiper.giftset ul .creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}
main #sec_5 .swiper.giftset .swiper-slide {
  position: relative;
  transform: scale(0.75);
  transition: 0.7s;
}
@media screen and (min-width: 769px) {
  main #sec_5 .swiper.giftset .swiper-slide {
    transform: scale(0.7);
  }
}
main #sec_5 .swiper.giftset .swiper-slide .item_info {
  display: none;
}
main #sec_5 .swiper.giftset .swiper-slide img {
  position: relative;
  height: auto;
  width: 100%;
}
main #sec_5 .swiper.giftset .swiper-slide-active {
  opacity: 1;
  /* 中央のスライドは薄くしない */
  transform: scale(1);
  /* 中央のスライドは小さくしない */
  z-index: 1;
  /* 中央のスライドを一番上にする */
}
main #sec_5 .swiper.giftset .swiper-slide-active .item_info {
  display: block;
}
main #sec_5 .swiper.giftset .swiper-button-next,
main #sec_5 .swiper.giftset .swiper-button-prev {
  padding: 0;
  position: absolute;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: #d61d1d;
  background-repeat: no-repeat;
  background-size: 28%;
  border-radius: 100vw;
}
@media screen and (min-width: 769px) {
  main #sec_5 .swiper.giftset .swiper-button-next,
  main #sec_5 .swiper.giftset .swiper-button-prev {
    width: 3.1944444444vw;
    height: 3.1944444444vw;
  }
}
main #sec_5 .swiper.giftset .swiper-button-next::after,
main #sec_5 .swiper.giftset .swiper-button-prev::after {
  display: none;
}
main #sec_5 .swiper.giftset .swiper-button-next {
  background-image: url(../images/arrow_r2.svg);
  background-position: 55% center;
  right: 11.4666666667vw;
  top: 34.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_5 .swiper.giftset .swiper-button-next {
    right: 20.8333333333vw;
    top: 13.8888888889vw;
  }
}
main #sec_5 .swiper.giftset .swiper-button-prev {
  background-image: url(../images/arrow_l.svg);
  background-position: 45% center;
  left: 11.4666666667vw;
  top: 34.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_5 .swiper.giftset .swiper-button-prev {
    left: 20.8333333333vw;
    top: 13.8888888889vw;
  }
}
main #sec_6 {
  background-color: #d61d1d;
  padding: 16vw 0;
}
@media screen and (min-width: 769px) {
  main #sec_6 {
    padding: 8.3333333333vw 0;
  }
}
main #sec_6 p {
  color: #ffffff;
}
main #sec_6 .ttl_wrap {
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_6 .ttl_wrap {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  main #sec_6 .ttl_wrap > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
main #sec_6 .ttl_wrap h2 {
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 769px) {
  main #sec_6 .ttl_wrap h2 {
    margin-bottom: 0;
  }
}
main #sec_6 .ttl_wrap h2 img {
  height: 8.6453333333vw;
  width: auto;
}
@media screen and (min-width: 769px) {
  main #sec_6 .ttl_wrap h2 img {
    height: 3.8138888889vw;
  }
}
main #sec_6 .price.salecolor {
  display: inline;
  color: #fff !important;
}
main #sec_6 .text-red {
  display: inline;
  color: #fff;
  font-size: 0.8em;
}
main #sec_6 .price .tt02 {
  display: inline;
  color: #fff !important;
  font-size: 0.8em;
  letter-spacing: 0.04em;
}
main #sec_6 .salecolor + .price {
  display: inline;
  color: #fff;
}
main #sec_6 li a p:first-child img + span {
  background-color: #fff;
  color: #d61d1d;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.9em;
  padding: 2px 4px 3px 5px;
}
@media screen and (min-width: 769px) {
  main #sec_6 li a p:first-child img + span {
    padding: 4px 8px 5px 10px;
  }
}
main #sec_6 p.photo span {
  background-color: #fff;
  color: #d61d1d;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.9em;
  padding: 2px 4px 3px 5px;
}
main #sec_7 {
  padding: 16vw 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  main #sec_7 {
    padding: 8.3333333333vw 0 6.9444444444vw;
  }
}
main #sec_7 .ttl_wrap {
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_7 .ttl_wrap {
    margin-bottom: 3.4722222222vw;
  }
}
main #sec_7 .ttl_wrap > p {
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 769px) {
  main #sec_7 .ttl_wrap > p {
    margin-bottom: 1.3888888889vw;
  }
}
main #sec_7 .ttl_wrap h2 img {
  margin: 0 auto;
}
main #sec_7 .cam_wrap_cs {
  margin-bottom: 12.2666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_7 .cam_wrap_cs {
    margin-bottom: 4.1666666667vw;
  }
}
main #sec_7 .cam_wrap_cs > img:nth-child(1) {
  width: 76.6853333333vw;
  margin: 0 auto 0vw 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_7 .cam_wrap_cs > img:nth-child(1) {
    width: 27.7777777778vw;
    padding-right: 3.4722222222vw;
    margin: 0 auto;
  }
}
main #sec_7 .cam_wrap_cs > p:nth-child(2) {
  font-size: 3.2vw;
  line-height: 2.1666666667;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main #sec_7 .cam_wrap_cs > p:nth-child(2) {
    font-size: 0.9722222222vw;
  }
}
main #sec_7 .insta_btn {
  width: 69.3333333333vw;
  height: 13.8666666667vw;
  box-sizing: border-box;
  background-color: #d61d1d;
  color: #ffffff;
  font-size: 3.4666666667vw;
  line-height: 13.8666666667vw;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  border-radius: 100vw;
  padding-right: 2.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec_7 .insta_btn {
    width: 19.8611111111vw;
    height: 3.8888888889vw;
    font-size: 0.9930555556vw;
    line-height: 3.8888888889vw;
    padding-right: 1.3888888889vw;
  }
}
main #sec_7 .insta_btn img {
  width: 4.2666666667vw;
  position: absolute;
  right: 8vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  main #sec_7 .insta_btn img {
    width: 1.2222222222vw;
    right: 2.2916666667vw;
  }
}
main #sec_7 .insta_btn:hover {
  transform: scale(1.05);
}
main #sec_8 {
  background-color: #efefef;
  padding: 16vw 0;
}
@media screen and (min-width: 769px) {
  main #sec_8 {
    padding: 6.9444444444vw 0;
  }
}
main #sec_8 .ttl_wrap {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_8 .ttl_wrap {
    text-align: center;
    margin-bottom: 4.4444444444vw;
  }
}
main #sec_8 .ttl_wrap > p {
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 769px) {
  main #sec_8 .ttl_wrap > p {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 769px) {
  main #sec_8 .ttl_wrap h2 img {
    margin: 0 auto;
  }
}
main #sec_8 .service_wrap {
  width: 89.3333333333vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  main #sec_8 .service_wrap {
    width: 48.6111111111vw;
  }
}
main #sec_8 .service_wrap .block {
  width: 42.6666666667vw;
  background-color: #ffffff;
  padding: 4vw 0 3.2vw;
  border-radius: 2.1333333333vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main #sec_8 .service_wrap .block {
    width: 23.6111111111vw;
    padding: 2.2916666667vw 0 1.7361111111vw;
    border-radius: 0.8958333333vw;
  }
}
main #sec_8 .service_wrap .block:hover {
  transform: scale(1.05) !important;
}
main #sec_8 .service_wrap .block .ttl > img {
  height: 4.6933333333vw;
  width: auto;
  margin: 0 auto 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  main #sec_8 .service_wrap .block .ttl > img {
    height: 2.2736111111vw;
    margin: 0 auto 0.8333333333vw;
  }
}
main #sec_8 .service_wrap .block .ttl > p {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_8 .service_wrap .block .ttl > p {
    font-size: 1.1111111111vw;
  }
}
main #sec_8 .service_wrap .wrapping .icon {
  width: 9.0666666667vw;
  margin: 3.4666666667vw auto 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  main #sec_8 .service_wrap .wrapping .icon {
    width: 4.0277777778vw;
    margin: 1.3888888889vw auto 1.6666666667vw;
  }
}
main #sec_8 .service_wrap .delivery .icon {
  width: 11.7333333333vw;
  margin: 5.8666666667vw auto 4.8vw;
}
@media screen and (min-width: 769px) {
  main #sec_8 .service_wrap .delivery .icon {
    width: 5vw;
    margin: 2.5694444444vw auto 2.2916666667vw;
  }
}
main #sec_8 .service_wrap .more p {
  width: 16vw;
  position: relative;
  font-size: 2.6666666667vw;
  padding-right: 5.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  main #sec_8 .service_wrap .more p {
    font-size: 1.1111111111vw;
    padding-right: min(2.03125vw, 26px);
    width: 7.6388888889vw;
  }
}
main #sec_8 .service_wrap .more p img {
  position: absolute;
  width: 3.7333333333vw;
  right: 0;
  top: 50%;
  transform: translateY(-45%);
}
@media screen and (min-width: 769px) {
  main #sec_8 .service_wrap .more p img {
    width: 1.3888888889vw;
  }
}
main #sec_8 a:hover img {
  transform: scale(1);
}

/* footer ===================================================== */
footer {
  position: relative;
  z-index: 5;
  padding: 17.6vw 0 16vw;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 118px 0 100px;
  }
}
footer .footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.6666666667vw;
  margin: 0 auto 14.9333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns {
    gap: 40px;
    margin: 0 auto 60px;
  }
}
footer .footer_sns li:nth-child(1) {
  width: 6.1333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(1) {
    width: 28px;
  }
}
footer .footer_sns li:nth-child(2) {
  width: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(2) {
    width: 24px;
  }
}
footer .footer_sns li:nth-child(3) {
  width: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  footer .footer_sns li:nth-child(3) {
    width: 36px;
  }
}
footer .footer_logo {
  width: 49.8666666667vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  footer .footer_logo {
    width: 210px;
    margin: 0 auto 50px;
  }
}
footer .copyright {
  color: #222222;
  font-size: 2.1333333333vw;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  footer .copyright {
    font-size: 10px;
    margin: 0 auto;
  }
}

/* totop
 ===================================================== */
.togift {
  width: 19.2vw;
  height: auto;
  position: fixed;
  z-index: 100;
  bottom: 24.2666666667vw;
  right: 2.6666666667vw;
  transition: all 0.6s;
}
@media screen and (min-width: 769px) {
  .togift {
    width: 6.25vw;
    bottom: 8.6805555556vw;
    right: 1.3888888889vw;
  }
}
.togift img {
  opacity: 1;
  transition: all 0.6s;
  cursor: pointer;
}
.togift img:hover {
  transition: all 0.6s;
  cursor: pointer;
  transform: scale(1.05);
}

.totop {
  width: 19.2vw;
  height: auto;
  position: fixed;
  z-index: 100;
  bottom: 4vw;
  right: 2.6666666667vw;
  transition: all 0.6s;
}
@media screen and (min-width: 769px) {
  .totop {
    width: 6.25vw;
    bottom: 1.7361111111vw;
    right: 1.3888888889vw;
  }
}
.totop img {
  opacity: 1;
  transition: all 0.6s;
  cursor: pointer;
}
.totop img:hover {
  transition: all 0.6s;
  cursor: pointer;
  transform: scale(1.05);
}

/* アーカイブページ ===================================================== */
#archive header {
  background-color: #d61d1d;
  padding: 6.6666666667vw 0;
}
@media screen and (min-width: 769px) {
  #archive header {
    padding: min(2.34375vw, 30px) 0;
  }
}
#archive header a {
  display: block;
  width: 32vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #archive header a {
    width: min(9.375vw, 120px);
  }
}
#archive header a:hover img {
  transform: scale(1);
}
#archive main .section-break5 .bg_1 {
  height: 8vw;
}
@media screen and (min-width: 769px) {
  #archive main .section-break5 .bg_1 {
    height: min(3.90625vw, 50px);
  }
}
#archive main .archive_wrap {
  background-color: #EFEFEF;
  padding: 18.6666666667vw 0;
}
@media screen and (min-width: 769px) {
  #archive main .archive_wrap {
    padding: min(10.15625vw, 130px) 0 min(10.15625vw, 130px);
  }
}
#archive main .archive_wrap .ttl_wrap2 {
  width: 89.3333333333vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  #archive main .archive_wrap .ttl_wrap2 {
    width: min(90.625vw, 1160px);
    margin: 0 auto min(4.6875vw, 60px);
  }
}
#archive main .archive_wrap .ttl_wrap2 p {
  font-size: 3.4666666667vw;
  margin-bottom: 4vw;
  padding-left: 1.0666666667vw;
}
@media screen and (min-width: 769px) {
  #archive main .archive_wrap .ttl_wrap2 p {
    font-size: min(1.25vw, 16px);
    margin-bottom: min(1.5625vw, 20px);
    padding-left: 0;
  }
}
#archive main .archive_wrap .ttl_wrap2 h2 img {
  width: 85.3333333333vw;
}
@media screen and (min-width: 769px) {
  #archive main .archive_wrap .ttl_wrap2 h2 img {
    height: min(4.375vw, 56px);
    width: auto;
    margin-left: max(-0.390625vw, -5px);
  }
}
#archive main .archive_wrap .column {
  font-size: 2.6666666667vw;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #archive main .archive_wrap .column {
    font-size: min(1.015625vw, 13px);
  }
}
#archive main .archive_wrap .column .column_list {
  width: 89.3333333333vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 8vw;
}
@media screen and (min-width: 769px) {
  #archive main .archive_wrap .column .column_list {
    width: min(90.625vw, 1160px);
    row-gap: min(3.125vw, 40px);
    justify-content: flex-start;
    column-gap: min(1.5625vw, 20px);
  }
}
#archive main .archive_wrap .column .column_list a {
  width: 42.6666666667vw;
}
@media screen and (min-width: 769px) {
  #archive main .archive_wrap .column .column_list a {
    width: min(21.484375vw, 275px);
  }
}
#archive main .archive_wrap .column img {
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 769px) {
  #archive main .archive_wrap .column img {
    margin-bottom: min(0.9375vw, 12px);
  }
}
#archive main .archive_wrap .column .date {
  margin-bottom: 0.5333333333vw;
}
@media screen and (min-width: 769px) {
  #archive main .archive_wrap .column .date {
    margin-bottom: 0.1388888889vw;
  }
}
#archive main .archive_wrap .column .ttl {
  letter-spacing: 0.08em;
  color: #222222;
}
#archive main .page_back {
  padding: 12vw 0 0;
}
@media screen and (min-width: 769px) {
  #archive main .page_back {
    padding: min(6.25vw, 80px) 0 0;
  }
}
#archive main .page_back a {
  display: block;
  width: 32vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #archive main .page_back a {
    width: 160px;
  }
}
@media screen and (min-width: 769px) {
  #archive footer {
    padding: 80px 0;
  }
}/*# sourceMappingURL=style.css.map */