/*
  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;
}

#root, #__next {
  isolation: isolate;
}

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

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

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

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

small {
  font-size: 100%;
}

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

.ff-b {
  font-family: "Aoto Gothic Bold", YuGothic, "Yu Gothic", sans-serif;
}

.more {
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  .more {
    padding-top: 30px;
  }
}
.more a {
  font-family: "Futura", "futura-pt-bold", sans-serif;
  font-weight: bold;
  color: #666666;
  border: 1px dashed;
}
@media screen and (min-width: 641px) {
  .more a {
    font-size: 1.8rem;
    width: 300px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 640px) {
  .more a {
    width: 62.666vw;
    line-height: 2.5;
    font-size: 1.6rem;
  }
}

body {
  font-family: "Aoto Gothic Regular", YuGothic, "Yu Gothic", sans-serif;
  color: #1a1a1a;
  font-size: 1.5rem;
  line-height: 2;
  display: none;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
    line-height: 1.875;
  }
}

#wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
}

#mv {
  padding-top: 95px;
}
@media screen and (max-width: 820px) {
  #mv {
    padding-top: 3.55vw;
  }
}
#mv > div {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  #mv > div {
    width: 100%;
  }
}
#mv h1 {
  background: url(../images/title_5dw.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#mv h2 {
  background: url(../images/title_ishikawa.svg) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 821px) {
  #mv h1 {
    width: 348px;
    height: 423px;
    position: absolute;
    top: -80px;
    left: -75px;
  }
  #mv h2 {
    width: 190px;
    height: 22px;
    position: absolute;
    right: 0;
    top: -40px;
  }
}
@media screen and (max-width: 820px) {
  #mv h1 {
    width: 27.222vw;
    height: 0;
    padding-top: 38%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
  }
  #mv picture {
    margin-top: -12.222vw;
    padding: 0 2.77vw;
  }
  #mv h2 {
    width: 27.307vw;
    height: 0;
    padding-top: 4%;
    margin: 3.472vw auto 0;
  }
}
@media screen and (max-width: 640px) {
  #mv h1 {
    width: 50vw;
    padding-top: 61%;
  }
  #mv picture {
    margin-top: -14.222vw;
    padding: 0 2.77vw;
  }
  #mv h2 {
    width: 33.307vw;
  }
}

#section_yodogawa {
  padding: 30px 0 80px;
}
@media screen and (max-width: 820px) {
  #section_yodogawa {
    padding: 7.416vw 0 0;
  }
}
#section_yodogawa .inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  #section_yodogawa .inner {
    width: 88.888%;
  }
}
#section_yodogawa .desc {
  font-family: "Aoto Gothic DemiBold", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.866;
}
@media screen and (max-width: 820px) {
  #section_yodogawa .desc {
    font-size: 1.6rem;
  }
}
#section_yodogawa .news {
  background-color: #ffffff;
  border: 1px solid #BA1F1E;
  border-radius: 4px;
  position: relative;
}
@media screen and (min-width: 821px) {
  #section_yodogawa .news {
    width: 260px;
    position: absolute;
    bottom: 0;
    right: 20px;
  }
}
@media screen and (max-width: 1180px) {
  #section_yodogawa .news {
    bottom: 80px;
  }
}
@media screen and (max-width: 820px) {
  #section_yodogawa .news {
    width: 50vw;
    bottom: initial;
    margin: 8vw auto 2vw;
  }
}
@media screen and (max-width: 640px) {
  #section_yodogawa .news {
    width: 69.444vw;
    margin: 15.75vw auto 0;
  }
}
#section_yodogawa .news a {
  color: #ffffff;
  width: 100%;
}
#section_yodogawa .news h3 {
  background: url(../images/title_new.svg) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  z-index: 1;
}
#section_yodogawa .news .img {
  padding: 7.692%;
}
#section_yodogawa .news .title {
  background-color: #BA1F1E;
  font-size: 1.2rem;
  line-height: 1.46;
  padding: 1em 1.2em 2.5em 1.2em;
  position: relative;
}
#section_yodogawa .news .title span {
  font-size: 1.5rem;
  display: block;
}
#section_yodogawa .news .title::after {
  content: "";
  display: block;
  background: url(../images/arrow-right1.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#section_yodogawa .menu {
  padding-top: 35px;
}
@media screen and (max-width: 820px) {
  #section_yodogawa .menu {
    padding-top: 4.944vw;
  }
}
@media screen and (min-width: 641px) {
  #section_yodogawa .menu ul {
    display: flex;
    gap: 35px;
  }
}
#section_yodogawa .menu ul li {
  width: 200px;
  border: 1px solid;
  font-weight: bold;
  text-align: center;
  font-family: "Futura", "futura-pt-bold", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  #section_yodogawa .menu ul li {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
@media screen and (max-width: 1180px) {
  #section_yodogawa .menu ul li {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #section_yodogawa .menu ul li {
    font-size: 1.4rem;
    line-height: 2.1;
  }
  #section_yodogawa .menu ul li:nth-of-type(n + 2) {
    margin-top: 4vw;
  }
}
#section_yodogawa .menu ul li a {
  display: block;
}

#section_item {
  padding: 25px 0 45px;
  margin-top: -60px;
}
@media screen and (max-width: 640px) {
  #section_item {
    padding: 13.194vw 0 0;
    margin-top: -40px;
  }
}
#section_item .header {
  background: url(../images/header_item.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  #section_item .header {
    padding: 3.472vw 0;
  }
}
#section_item h2 {
  background: url(../images/title_item.svg) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  #section_item h2 {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 640px) {
  #section_item h2 {
    width: 20.833vw;
    height: 0;
    padding-top: 20.833%;
  }
}
#section_item .inner {
  max-width: 1000px;
  width: 94.722%;
  margin: 0 auto;
  padding: 70px 0 0;
}
@media screen and (max-width: 640px) {
  #section_item .inner {
    padding: 40px 0;
  }
}
#section_item .inner .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 640px) {
  #section_item .inner .list ul {
    gap: 5.555vw 1.84vw;
  }
}
#section_item .inner .list ul li {
  width: 23.5%;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #section_item .inner .list ul li {
    width: calc((100% - 15px) / 2);
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 641px) {
  #section_item .inner .list ul li.large {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  #section_item .inner .list ul li.large {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#section_item .inner .list ul li.journal {
  border-radius: 4px;
}
#section_item .inner .list ul li.journal h3 span.name2 {
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  #section_item .inner .list ul li.journal h3 span.name2 {
    font-size: 1.44rem;
  }
}
#section_item .inner .list ul li.journal a {
  color: #ffffff;
  position: relative;
}
#section_item .inner .list ul li.journal a::before {
  content: "";
  display: block;
  background: url(../images/icon_journal.svg) no-repeat;
  background-size: contain;
  width: 140px;
  height: 35px;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media screen and (max-width: 640px) {
  #section_item .inner .list ul li.journal a::before {
    width: 25.925vw;
    height: 6.481vw;
    top: 10px;
    left: 10px;
  }
}
#section_item .inner .list ul li.journal a::after {
  content: "";
  display: block;
  background: url(../images/arrow-right2.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 640px) {
  #section_item .inner .list ul li.journal h3 {
    font-size: 1.5rem;
    line-height: 1.66;
  }
  #section_item .inner .list ul li.journal h3 span.name3 {
    font-size: 1.2rem;
  }
}
#section_item .inner .list ul li dl h3 {
  line-height: 1.33;
  font-weight: normal;
}
#section_item .inner .list ul li dl h3 span {
  display: block;
}
#section_item .inner .list ul li dl h3 span.name1 {
  padding: 1em 0 0.3em;
}
#section_item .inner .list ul li dl h3 span.name2 {
  font-family: "Aoto Gothic Bold", YuGothic, "Yu Gothic", sans-serif;
}
#section_item .inner .list ul li dl h3 span.name3 {
  font-family: "Aoto Gothic Bold", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.4rem;
}
@media screen and (min-width: 641px) {
  #section_item .inner .list ul li dl h3 {
    font-size: 1.5rem;
    /* padding-bottom: 2.5em; */
  }
  #section_item .inner .list ul li dl h3 span.name1 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  #section_item .inner .list ul li dl h3 {
    font-size: 1.2rem;
    /* padding-bottom: 2em; */
  }
  #section_item .inner .list ul li dl h3 span.name1 {
    font-size: 1rem;
    font-feature-settings: "palt";
  }
}
#section_item .inner .list ul li dl p {
  font-size: 1.5rem;
  /* position: absolute;
  bottom: 10px; */
}
#section_item .inner .list ul li dl div {
  color: #727171;
  font-size: 1.3rem;
  line-height: 1.61;
}
@media screen and (max-width: 640px) {
  #section_item .inner .list ul li dl p {
    font-size: 1.1rem;
  }
  #section_item .inner .list ul li dl div {
    font-feature-settings: "palt";
    font-size: 1.1rem;
  }  
}
#section_item .inner .list ul .soldout::after {
  content: "";
  display: block;
  background: url(../images/soldout-img.png) no-repeat;
  background-size: contain;
  width: 91.666%;
  height: 100%;
  position: absolute;
  top: 10px;
  margin: 0 auto;
}
#section_item .inner .list ul .soldout:hover {
  opacity: 1;
}
#section_item .inner .list ul .soldout dl {
  opacity: 0.6;
}
#section_item .inner .list ul dd {
  position: relative;
}
#section_item .inner .list ul .new dd::after {
  content: "";
  display: block;
  background: url(../images/icon_new.svg) no-repeat;
  background-size: contain;
  width: 54px;
  height: 26px;
  position: absolute;
  top: 15px;
  left: 15px
}
#section_item .inner .list ul .restock dd::after {
  content: "";
  display: block;
  background: url(../images/icon_restock.svg) no-repeat;
  background-size: contain;
  width: 84px;
  height: 26px;
  position: absolute;
  top: 15px;
  left: 15px
}

@media screen and (min-width: 641px) {
  #section_item .list-journal {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 640px) {
  #section_item .list-journal {
    padding: 70px 0 40px;
  }
  #section_item .inner .list ul .new dd::after {
    width: 46px;
    height: 22px;
    top: 10px;
    left: 10px;
  }
  #section_item .inner .list ul .restock dd::after {
    width: 70px;
    height: 22px;
    top: 10px;
    left: 10px;
  }
}
#section_item .list-journal h4 {
  background: url(../images/title_journal.svg) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 641px) {
  #section_item .list-journal h4 {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 640px) {
  #section_item .list-journal h4 {
    width: 25vw;
    height: 25vw;
  }
}
#section_item .list-journal ul {
  margin-top: -10px;
}
@media screen and (min-width: 641px) {
  #section_item .list-journal ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  #section_item .list-journal ul {
    padding: 0 2.77vw;
  }
}
@media screen and (min-width: 641px) {
  #section_item .list-journal ul li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #section_item .list-journal ul li:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
#section_item .list-journal ul li a {
  display: block;
}
#section_item .list-journal ul li dl {
  display: flex;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  border-radius: 0 4px 0 0;
  position: relative;
}
@media screen and (min-width: 641px) {
  #section_item .list-journal ul li dl {
    gap: 40px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  #section_item .list-journal ul li dl {
    gap: 5%;
    padding-top: 15px;
  }
}
@media screen and (min-width: 641px) {
  #section_item .list-journal ul li dl dd {
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  #section_item .list-journal ul li dl dd {
    width: 25%;
  }
}
@media screen and (min-width: 641px) {
  #section_item .list-journal ul li dl dt {
    width: calc(100% - 120px);
    padding: 10px 0;
  }
}
@media screen and (max-width: 640px) {
  #section_item .list-journal ul li dl dt {
    width: 66%;
  }
}
#section_item .list-journal ul li dl dt h3 {
  font-weight: normal;
}
#section_item .list-journal ul li dl dt h3 span {
  display: block;
}
#section_item .list-journal ul li dl dt h3 span.name1 {
  font-size: 1.2rem;
}
@media screen and (max-width: 820px) {
  #section_item .list-journal ul li dl dt h3 span.name1 {
    font-size: 1rem;
  }
}
#section_item .list-journal ul li dl dt h3 span.name2 {
  font-size: 1.6rem;
  line-height: 1.44;
  font-family: "Aoto Gothic Bold", YuGothic, "Yu Gothic", sans-serif;
}
@media screen and (max-width: 820px) {
  #section_item .list-journal ul li dl dt h3 span.name2 {
    font-size: 1.45rem;
  }
}
#section_item .list-journal ul li dl dt h3 span.name3 {
  font-size: 1.4rem;
  line-height: 1.44;
  font-family: "Aoto Gothic Bold", YuGothic, "Yu Gothic", sans-serif;
  position: absolute;
  bottom: 5px;
}
@media screen and (max-width: 820px) {
  #section_item .list-journal ul li dl dt h3 span.name3 {
    font-size: 1.1rem;
    bottom: 0;
    width: 86%;
    position: relative;
    padding-top: 0.5em;
  }
}
#section_item .list-journal ul li dl::after {
  content: "";
  display: block;
  background: url(../images/arrow-right3.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 640px) {
  #section_item .list-journal ul li dl::after {
    width: 14px;
    height: 14px;
    right: 5px;
    bottom: 5px;
  }
}

#section_pickup {
  background-color: #c8c9c9;
  padding: 0 0 40px;
}
@media screen and (max-width: 640px) {
  #section_pickup {
    padding: 0 0 20px;
  }
}
#section_pickup .header {
  background: url(../images/header_pickup.jpg) no-repeat;
  background-size: cover;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  #section_pickup .header {
    padding: 3.472vw 0;
  }
}
#section_pickup h2 {
  background: url(../images/title_pickup.svg) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  #section_pickup h2 {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 640px) {
  #section_pickup h2 {
    width: 20.833vw;
    height: 0;
    padding-top: 20.833%;
  }
}
#section_pickup .swiper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 70px;
}
@media screen and (max-width: 640px) {
  #section_pickup .swiper {
    padding-top: 20px;
  }
}
#section_pickup .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
#section_pickup .swiper .swiper-slide {
  height: auto;
}
#section_pickup .swiper .soldout::after {
  content: "";
  display: block;
  background: url(../images/soldout-img.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  margin: 0 auto;
}
#section_pickup .swiper .soldout:hover {
  opacity: 1;
}
#section_pickup .swiper .soldout dl {
  opacity: 0.6;
}
#section_pickup .swiper dl h3 {
  line-height: 1.33;
  font-weight: normal;
}
#section_pickup .swiper dl h3 span {
  display: block;
}
#section_pickup .swiper dl h3 span.name1 {
  padding: 1em 0 0.3em;
}
#section_pickup .swiper dl h3 span.name2 {
  font-family: "Aoto Gothic Bold", YuGothic, "Yu Gothic", sans-serif;
}
#section_pickup .swiper dl h3 span.name3 {
  font-family: "Aoto Gothic Bold", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.4rem;
}
@media screen and (min-width: 641px) {
  #section_pickup .swiper dl h3 {
    font-size: 1.5rem;
    padding-bottom: 2.5em;
  }
  #section_pickup .swiper dl h3 span.name1 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  #section_pickup .swiper dl h3 {
    font-size: 1.2rem;
    padding-bottom: 2em;
  }
  #section_pickup .swiper dl h3 span.name1 {
    font-size: 1rem;
    font-feature-settings: "palt";
  }
}
#section_pickup .swiper dl p {
  font-size: 1.4rem;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 640px) {
  #section_pickup .swiper dl p {
    font-size: 1.1rem;
    bottom: 0;
  }
}

#list #section_pickup .inner ul {
  flex-wrap: wrap;
  gap: 70px 20px;
}
#list #section_pickup .inner ul li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 640px) {
  #list #section_pickup .inner ul {
    gap: 20px 10px;
  }
  #list #section_pickup .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;
  }
}

body#index::before {
  content: "";
  display: block;
  background: url(../images/bg_3.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
}

body#list {
  background-color: #ffffff;
}

#list .header_list div {
    position: relative;
  }
  @media screen and (max-width: 640px) {
    #list .header_list div > img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 35vw;
    }
  }
  #list .header_list div h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  @media screen and (max-width: 640px) {
    #list .header_list div h2 img {
      height: 20px;
    }
  }
@media screen and (max-width: 640px) {
  #list #section_item {
    padding: 0;
  }
}
#list #section_item .inner {
  padding: 25px 0;
}
#list #section_item .inner .list ul li.journal a::before {
  display: none;
}/*# sourceMappingURL=style.css.map */