@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

input, button, textarea, select {
  font: inherit;
}

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

#root, #__next {
  isolation: isolate;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 640px) {
  br:not(.sp-br) {
    display: none;
  }
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
  color: #5f9e28;
  display: inline-block;
}

@media screen and (min-width: 641px) {
  a:hover {
    opacity: 0.7;
  }
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
  font-style: normal;
}

.red {
  color: #f40915;
}

body {
  font-family: "Shuei MaruGo B", YuGothic, "Yu Gothic", sans-serif;
  color: #736357;
  font-size: 16px;
  line-height: 2;
  display: none;
}
body::before {
  position: fixed;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  content: "";
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
    line-height: 1.875;
  }
}

#wrap {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}
#wrap::before {
  content: "";
  display: block;
  background: url(../images/line_l.png) repeat-y;
  background-size: 25px 1012px;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 10;
}
#wrap::after {
  content: "";
  display: block;
  background: url(../images/line_r.png) repeat-y;
  background-size: 25px 1012px;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  #wrap::before {
    background-size: 10px auto;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 10;
  }
  #wrap::after {
    background-size: 10px auto;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 10;
  }
}

#mv {
  background-color: #dcffba;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #mv {
    padding-top: 10px;
  }
}
#mv h1 {
  background: url(../images/main_title.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  #mv h1 {
    width: 662px;
    height: 156px;
  }
}
@media screen and (max-width: 640px) {
  #mv h1 {
    width: 64.531vw;
    height: 0;
    padding-top: 15.8886%;
  }
}
#mv .swiper {
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 35px;
}
@media screen and (max-width: 640px) {
  #mv .swiper {
    width: 95%;
    padding-top: 20px;
  }
}
#mv .swiper .swiper-wrapper {
  line-height: 0;
}
#mv .swiper-pagination {
  position: relative;
}
#mv .swiper-pagination-bullets {
  padding-top: 15px;
  line-height: 0;
}
@media screen and (max-width: 640px) {
  #mv .swiper-pagination-bullets {
    padding-top: 10px;
  }
}
#mv .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 7px;
  background: initial;
  border: #e1c102 1px solid;
  border-radius: 50%;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  #mv .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
}
#mv .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #e1c102;
}

#section_yodogawa {
  background-color: #dcffba;
  padding: 40px 0;
  margin-top: -1px;
}
@media screen and (max-width: 640px) {
  #section_yodogawa {
    padding: 20px 0;
  }
}
#section_yodogawa .inner {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  #section_yodogawa .inner {
    display: flex;
    justify-content: space-between;
  }
}
#section_yodogawa .banner {
  line-height: 0;
}
@media screen and (min-width: 641px) {
  #section_yodogawa .banner {
    width: 260px;
  }
}
@media screen and (max-width: 640px) {
  #section_yodogawa .banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 641px) {
  #section_yodogawa .banner a:nth-of-type(n + 2) {
    padding-top: 20px;
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  #section_yodogawa .banner a {
    width: calc((100% - 10px) / 2);
  }
}
#section_yodogawa .banner a img {
  border-radius: 10px;
}

#section_pickup {
  background-color: #fcfae5;
  padding: 25px 0 45px;
}
@media screen and (max-width: 640px) {
  #section_pickup {
    padding: 10px 0 25px;
  }
}
#section_pickup .inner {
  max-width: 1020px;
  width: 90%;
  margin: 0 auto;
}
#section_pickup .inner h2 {
  background: url(../images/pickup_title2.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  #section_pickup .inner h2 {
    width: 551px;
    height: 109px;
  }
}
@media screen and (max-width: 640px) {
  #section_pickup .inner h2 {
    width: 80.156vw;
    height: 0;
    padding-top: 19%;
  }
}
#section_pickup .inner .desc {
  padding: 10px 0 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #section_pickup .inner .desc {
    padding: 5px 0 25px;
    text-align: left;
    line-height: 1.625;
  }
}
@media screen and (min-width: 641px) {
  #section_pickup .inner .desc span {
    font-size: 14px;
  }
}
#section_pickup .inner .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 1180px) {
  #section_pickup .inner .list ul {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  #section_pickup .inner .list ul {
    gap: 15px;
  }
}
#section_pickup .inner .list ul li {
  text-align: center;
  width: 300px;
}
@media screen and (max-width: 1180px) {
  #section_pickup .inner .list ul li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 640px) {
  #section_pickup .inner .list ul li {
    width: calc((100% - 15px) / 2);
  }
}
#section_pickup .inner .list ul li a {
  display: block;
}
#section_pickup .inner .list ul li dl h3 {
  line-height: 1.33;
}
#section_pickup .inner .list ul li dl h3 span.brand {
  display: block;
  padding: 1em 0 0.3em;
}
#section_pickup .inner .list ul li dl h3 span.name1 {
  display: block;
  padding: 0.3em 0;
}
@media screen and (min-width: 641px) {
  #section_pickup .inner .list ul li dl h3 {
    font-size: 18px;
  }
  #section_pickup .inner .list ul li dl h3 span.brand,
  #section_pickup .inner .list ul li dl h3 span.name2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  #section_pickup .inner .list ul li dl h3 {
    font-size: 14px;
  }
  #section_pickup .inner .list ul li dl h3 span.brand,
  #section_pickup .inner .list ul li dl h3 span.name2 {
    font-size: 10px;
    font-feature-settings: "palt";
  }
}
#section_pickup .inner .list ul li dl p {
  font-size: 14px;
}
#section_pickup .inner .list ul li dl p .price {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  #section_pickup .inner .list ul li dl p {
    font-size: 10px;
  }
  #section_pickup .inner .list ul li dl p .price {
    font-size: 14px;
  }
}
#section_pickup .inner .list ul dd {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section_pickup .inner .list ul dd img {
  max-height: 100%;
}
#section_pickup .inner .list ul .sold dd {
  position: relative;
}
#section_pickup .inner .list ul .sold dd::after {
  content: "";
  display: block;
  background: url(../images/sold-img.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#section_pickup .inner .list .more {
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  #section_pickup .inner .list .more {
    padding-top: 20px;
    width: 35vw;
    margin: 0 auto;
  }
}

#section_select {
  background-color: #dcffba;
  padding: 25px 0 45px;
}
@media screen and (max-width: 640px) {
  #section_select {
    padding: 10px 0 25px;
  }
}
#section_select .inner {
  max-width: 920px;
  width: 90%;
  margin: 0 auto;
}
#section_select .inner h2 {
  background: url(../images/select_title2.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  #section_select .inner h2 {
    width: 452px;
    height: 126px;
  }
}
@media screen and (max-width: 640px) {
  #section_select .inner h2 {
    width: 67.343vw;
    height: 0;
    padding-top: 22.563%;
  }
}
#section_select .inner .desc {
  padding: 10px 0 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #section_select .inner .desc {
    padding: 5px 0 0;
    text-align: left;
    line-height: 1.625;
  }
}
#section_select .inner h3 {
  font-size: 20px;
  color: #5f9e28;
  padding-top: 1em;
  padding-left: 0.5em;
}
@media screen and (max-width: 640px) {
  #section_select .inner h3 {
    font-size: 14px;
    padding-left: 0;
  }
}
#section_select .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
#section_select .inner ul.banner {
  line-height: 0;
}
#section_select .inner ul.banner li {
  width: calc((100% - 40px) / 2);
}
#section_select .inner ul.banner li img {
  border-radius: 12px;
}
@media screen and (max-width: 640px) {
  #section_select .inner ul:not(.value) {
    gap: 12px;
  }
  #section_select .inner ul:not(.value) li {
    width: calc((100% - 12px) / 2);
  }
}
#section_select .inner ul.value {
  flex-wrap: nowrap;
}
#section_select .inner ul.value li img {
  border-radius: 9px;
}
@media screen and (max-width: 640px) {
  #section_select .inner ul.value {
    gap: 12px;
  }
  #section_select .inner ul.value li {
    width: calc((100% - 36px) / 4);
  }
}
#section_select .inner .textlive {
  max-width: 634px;
  margin: 0 auto 60px;
  padding: 70px 0 50px;
  position: relative;
}
#section_select .inner .textlive::before {
  content: "";
  display: block;
  background: url(../images/textlive_linetop.png) no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 641px) {
  #section_select .inner .textlive::before {
    width: 634px;
    height: 119px;
    top: 20px;
  }
}
@media screen and (max-width: 640px) {
  #section_select .inner .textlive {
    padding: 10px 0 30px;
    margin: 0 auto 30px;
  }
  #section_select .inner .textlive::before {
    width: 86.562vw;
    height: 0;
    padding-top: 20.772%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#section_select .inner .textlive::after {
  content: "";
  display: block;
  background: url(../images/textlive_linebottom.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  #section_select .inner .textlive::after {
    width: 100%;
    height: 40px;
  }
}
@media screen and (max-width: 640px) {
  #section_select .inner .textlive::after {
    width: 80.625vw;
    height: 0;
    padding-top: 6.046%;
  }
}
#section_select .inner .textlive h3 {
  color: #736357;
  font-size: 26px;
  text-align: center;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  #section_select .inner .textlive h3 {
    font-size: 18px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 641px) {
  #section_select .inner .textlive .t_inner {
    display: flex;
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  #section_select .inner .textlive .t_inner {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  #section_select .inner .textlive .t_inner .col_l {
    width: calc(100% - 290px);
  }
}
#section_select .inner .textlive .t_inner .col_l .title {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 640px) {
  #section_select .inner .textlive .t_inner .col_l .title {
    gap: 20px;
  }
}
#section_select .inner .textlive .t_inner .col_l .title .face {
  width: 60px;
}
#section_select .inner .textlive .t_inner .col_l .title h4 {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: left;
  max-width: calc(100% - 90px);
  border-radius: 12px;
  font-size: 20px;
  line-height: 1.2;
  border: 1px solid #736357;
  padding: 15px;
  background-color: #fbf9e4;
  position: relative;
}
@media screen and (max-width: 640px) {
  #section_select .inner .textlive .t_inner .col_l .title h4 {
    font-size: 14px;
    padding: 12px;
  }
}
#section_select .inner .textlive .t_inner .col_l .title h4::after {
  content: "";
  display: block;
  background: url(../images/textlive_parts.png) no-repeat;
  background-size: contain;
  width: 19px;
  height: 15px;
  position: absolute;
  bottom: 25px;
  left: -19px;
}
@media screen and (max-width: 640px) {
  #section_select .inner .textlive .t_inner .col_l .title h4::after {
    bottom: 10px;
    left: -18px;
  }
}
#section_select .inner .textlive .t_inner .col_l .desc {
  min-height: 5.5em;
  max-height: 5.5em;
  overflow: hidden;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: left;
  line-height: 1.5;
  padding-top: 1em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 640px) {
  #section_select .inner .textlive .t_inner .col_l .desc {
    font-size: 12px;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 641px) {
  #section_select .inner .textlive .t_inner .col_r {
    max-width: 260px;
  }
}
#section_select .inner .textlive .btn {
  text-align: right;
  padding-top: 1em;
}
@media screen and (max-width: 640px) {
  #section_select .inner .textlive .btn {
    text-align: center;
  }
}
#section_select .inner .textlive .btn .btn_more {
  color: #ffffff;
  background-color: #5f9e28;
  padding: 0 1em;
  border-radius: 16px;
  display: inline-block;
}
#section_select .inner .banner {
  text-align: center;
}

#section_archive {
  background-color: #fcfae5;
  padding: 40px 0;
}
@media screen and (max-width: 640px) {
  #section_archive {
    padding: 20px 0;
  }
}
#section_archive .inner {
  max-width: 1098px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#section_archive .inner h2 {
  color: #736357;
  font-size: 27px;
  padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #section_archive .inner h2 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
#section_archive .inner ul {
  display: flex;
  gap: 20px;
  padding-bottom: 40px;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  #section_archive .inner ul {
    gap: 10px;
    padding-bottom: 20px;
    font-size: 10px;
  }
}
@media screen and (min-width: 641px) {
  #section_archive .inner ul li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 640px) {
  #section_archive .inner ul li:nth-of-type(n + 3) {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #section_archive .inner .more {
    width: 35vw;
    margin: 0 auto;
  }
}

#list #section_archive .inner ul {
  flex-wrap: wrap;
  gap: 70px 20px;
}
#list #section_archive .inner ul li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 640px) {
  #list #section_archive .inner ul li:nth-of-type(n + 3) {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #list #section_archive .inner ul {
    gap: 20px 10px;
  }
  #list #section_archive .inner ul li {
    width: calc((100% - 10px) / 2);
  }
}

.btn_index {
  text-align: center;
  padding-top: 70px;
}
.btn_index img {
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .btn_index {
    padding-top: 35px;
  }
  .btn_index img {
    width: 62.5vw;
    margin: 0 auto;
  }
}

#section_info {
  background-color: #fcfae5;
  padding: 40px 0;
}
@media screen and (max-width: 640px) {
  #section_info {
    padding: 10px 0;
  }
}
#section_info .inner {
  max-width: 1098px;
  width: 94%;
  margin: 0 auto;
  text-align: center;
}
#section_info .inner h2 {
  padding-bottom: 85px;
}
#section_info .inner h2 img {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
}
@media screen and (max-width: 640px) {
  #section_info .inner h2 img {
    border-radius: 12px;
  }
}
@media screen and (max-width: 640px) {
  #section_info .inner h2 {
    padding-bottom: 25px;
  }
}
#section_info .inner .container {
  text-align: left;
}
#section_info .inner .container h3 {
  max-width: 480px;
  width: 94%;
  margin: 0 auto 30px;
}
#section_info .inner .container h3 span {
  font-size: 24px;
  background: linear-gradient(transparent 60%, #ffd205 40%);
  line-height: 1.2;
  padding: 0 2px 2px;
}
@media screen and (min-width: 641px) {
  #section_info .inner .container h3 span {
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  #section_info .inner .container h3 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #section_info .inner .container h3 {
    margin: 0 auto 10px;
  }
}
#section_info .inner .container .text {
  max-width: 480px;
  width: 94%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 640px) {
  #section_info .inner .container .text {
    margin: 0 auto 20px;
    line-height: 1.68;
  }
}
#section_info .inner .container .text + h3 {
  padding-top: 20px;
}
#section_info .inner .container .image img {
  margin: 0 auto 40px;
}
@media screen and (max-width: 640px) {
  #section_info .inner .container .image img {
    margin: 0 auto 20px;
  }
}
#section_info .inner .container .image + .image {
  margin-top: -20px;
}
@media screen and (max-width: 640px) {
  #section_info .inner .container .image + .image {
    margin-top: -10px;
  }
}

#info #section_info {
  padding: 55px 0;
}
@media screen and (max-width: 640px) {
  #info #section_info {
    padding: 10px 0;
  }
}

#info .btn_index {
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  #info .btn_index {
    padding-top: 15px;
  }
}

#info .qa .btn_index {
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  #info .qa .btn_index {
    padding-top: 30px;
  }
}

#info .qa h2 {
  padding-bottom: 150px;
}
@media screen and (max-width: 640px) {
  #info .qa h2 {
    padding-bottom: 30px;
  }
}
#info .qa div.text {
  max-width: 690px !important;
  position: relative;
  padding-top: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 640px) {
  #info .qa div.text {
    padding-top: 20px;
    padding-left: 0;
  }
}
#info .qa div.text:first-of-type::before {
  content: "";
  display: block;
  background: url(../images/qa_line-top.png) no-repeat;
  background-size: contain;
  width: 687px;
  height: 42px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  #info .qa div.text:first-of-type::before {
    width: 100%;
    height: 0;
    padding-top: 7%;
    top: -3vw;
  }
}
#info .qa div.text::after {
  content: "";
  display: block;
  background: url(../images/qa_line-bottom.png) no-repeat;
  background-size: contain;
  width: 687px;
  height: 42px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  #info .qa div.text::after {
    width: 100%;
    height: 0;
    padding-top: 7%;
    bottom: -5vw;
  }
}
#info .qa div.text > div {
  display: flex;
  align-items: start;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #info .qa div.text > div {
    gap: 2vw;
    padding-bottom: 20px;
  }
}
#info .qa div.text > div p:first-of-type {
  width: 77px;
  font-size: 22px;
  line-height: 1.45;
}
#info .qa div.text > div p:first-of-type img {
  width: 61px;
}
@media screen and (max-width: 640px) {
  #info .qa div.text > div p:first-of-type {
    width: 10vw;
  }
}
#info .qa div.text > div p:last-of-type span {
  font-size: 22px;
  line-height: 1.45;
  color: #f50915;
  display: block;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  #info .qa div.text > div p:last-of-type span {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #info .qa div.text > div p:last-of-type {
    font-size: 14px;
    width: 88vw;
  }
}
#info .qa div.text > div.q {
  font-size: 22px;
  line-height: 1.45;
  color: #4e9cd8;
  padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #info .qa div.text > div.q {
    padding-bottom: 20px;
  }
  #info .qa div.text > div.q p:last-of-type {
    font-size: 16px;
  }
}

#index #section_pickup .inner .list ul {
  max-width: 970px;
  margin: 0 auto;
  gap: 50px;
}
@media screen and (max-width: 1180px) {
  #index #section_pickup .inner .list ul {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  #index #section_pickup .inner .list ul {
    gap: 6px;
  }
}
#index #section_pickup .inner .list ul li {
  max-width: 460px;
  width: calc((100% - 50px) / 2);
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: left;
}
@media screen and (max-width: 1180px) {
  #index #section_pickup .inner .list ul li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #index #section_pickup .inner .list ul li {
    width: calc((100% - 6px) / 2);
    border-radius: 6px;
    padding: 10px;
  }
}
#index #section_pickup .inner .list ul li dl h3 {
  min-height: 4em;
  line-height: 1.33;
}
#index #section_pickup .inner .list ul li dl .text {
  line-height: 1.625;
  color: #736357;
  white-space: pre-wrap;
}
@media screen and (max-width: 640px) {
  #index #section_pickup .inner .list ul li dl .text {
    font-size: 13px;
  }
}

#list .header {
  position: fixed;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  background-color: #fcfae5;
  z-index: 9;
  line-height: 1.44;
}
#list .header > p {
  text-align: right;
  font-size: 12px;
  padding-right: 50px;
}
@media screen and (max-width: 640px) {
  #list .header > p {
    font-size: 10px;
    padding-right: 4%;
  }
}
#list h2 {
  color: #5f9f28;
  padding: 1em 50px 0;
}
@media screen and (max-width: 640px) {
  #list h2 {
    font-size: 4vw;
    padding: 0.6em 5% 0;
  }
}
#list .filter {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  padding: 0 50px 20px;
}
@media screen and (max-width: 640px) {
  #list .filter {
    flex-wrap: wrap;
    gap: 5px 10px;
    padding: 0 5% 10px;
  }
}
#list .filter li {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  #list .filter li {
    width: calc((100% - 15px) / 2);
  }
}
#list .filter li:hover {
  opacity: 1;
}
#list .filter li.active {
  opacity: 1;
}
#list .filter li.active:hover {
  opacity: 1;
}
#list .filter li a {
  cursor: pointer;
}
#list .filter li a img {
  zoom: 0.5;
}
@media screen and (max-width: 640px) {
  #list .filter li a img {
    zoom: initial;
  }
}
#list .filter li a:hover {
  opacity: 1;
}
#list #section_pickup {
  padding: 280px 0 45px;
}
@media screen and (max-width: 820px) {
  #list #section_pickup {
    padding: 220px 0 45px;
  }
}
@media screen and (max-width: 640px) {
  #list #section_pickup {
    padding: 58vw 0 45px;
  }
}/*# sourceMappingURL=style3.css.map */