@charset "UTF-8";

.bg-controller {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}

/*----------------------------------------------------
  #fv
----------------------------------------------------*/
.fv {
  width: 100%;
  height: auto;
  padding: 200px 0 0 0;
  position: relative;
}

.bg-blue {
  position: absolute;
  top: -20%;
  right: -20%;
  width: 60%;
}

.fv-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0 5%;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
}

.fv-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.fv-ttl__wrap {
  width: 95%;
  display: flex;
  align-items: baseline;
  margin: 0 auto 20px auto;
}

.fv-ttl {
  width: 27.5%;
  min-width: 380px;
}

.fv-lead {
  width: auto;
  margin-left: 20px;
  font-size: 1.4rem;
  font-size: clamp(1.8rem, 0.75vw, 1rem);
  font-weight: 700;
  color: #fff;
}

.fv-imgWrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.fv-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}


.fv-img::before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 35%;
}

.fv-img>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-img>span {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

/*----------------------------------------------------
  #about
----------------------------------------------------*/
.about {
  width: 100%;
  height: auto;
  position: relative;
}

.about .container {
  width: 80%;
}

.about .bg-blue {
  left: -5%;
  top: 0;
  right: initial;
  opacity: .5;
}

.about-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
}

.about-ttl {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.about-ttl>h2 {
  width: 100%;
}

.about-inner {
  width: 60%;
}

.about-txt {
  font-size: 1.8rem;
}

.about-linkWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.about-link-btn {
  width: 24%;
  max-width: initial;
}

.link-btn__mainB {
  font-size: 2rem;
}

/*----------------------------------------------------
  #shop / list
----------------------------------------------------*/
.shop {
  width: 100%;
  height: auto;
  position: relative;
}

.list {
  width: 100%;
  height: auto;
  position: relative;
}

.list-ttl {
  width: 100%;
  margin: 0 auto 50px auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.list-ttl>h2 {
  font-size: 4rem;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.list-ttl>span {
  display: flex;
  align-items: center;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}

.list-ttl>span::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 14px;
}

.list-ttl__bg {
  width: 80%;
  position: absolute;
  bottom: 30px;
  right: 0;
  mix-blend-mode: difference;
}

.list-lead {
  width: 100%;
  margin: 0 auto 60px auto;
}

.shop-filter {
  width: 96%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 30px auto;
}

.filter-ui {
  width: auto;
  display: flex;
  align-items: center;
}

.filter-ui>p {
  font-size: 2rem;
  font-weight: 700;
  margin-right: 20px;
}

.filter-select {
  padding: 0.6em 1em;
  font-size: 2.2rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin-right: 1rem;
  min-width: 200px;
}

.filter-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}

.shop-count {
  font-size: 2.4rem;
  line-height: 1.2;
  display: flex;
  align-items: baseline;
  margin-top: 15px;
}

.count-num {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 3px;
}


.list-cardWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.list-card {
  width: 31%;
  margin-bottom: 40px;
  margin-left: calc(7%/6);
  margin-right: calc(7%/6);
  display: flex;
  flex-direction: column;
}

#list2 .list-card,
#list3 .list-card {
  width: 24%;
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.list-card__img {
  width: 100%;
  height: auto;
  position: relative;
  background: #eee;
  clip-path: inset(0 0 round 8px 8px 8px 8px);
}

.list-card__img>span {
  background: rgba(0, 0, 0, .6);
  font-size: 1.2rem;
  font-weight: 700;
  backdrop-filter: blur(5px);
  color: #fff;
  padding: 0 10px;
  position: absolute;
  top: 5%;
  right: 5%;
  border-radius: 2px;
}

.list-card__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 65%;
}

.list-card__img>img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.list-card__inner {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.list-storeName {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

#list2 .list-card .list-storeName,
#list3 .list-card .list-storeName {
  font-size: 1.5rem;
}

.list-storeName>span {
  font-size: 1.2rem;
  border: 1px solid #545454;
  padding: 0 10px;
  margin-left: 5px;
}

#list2 .list-card .list-storeName>span,
#list3 .list-card .list-storeName>span {
  font-size: 1rem;
  padding: 0 6px;
}

.list-card__inner>ul {
  width: 100%;
  list-style: none;
  box-sizing: border-box;
  padding: 14px 0;
}

.list-card__inner>ul>li {
  line-height: 1.6;
}

#list2 .list-card .list-card__inner>ul>li,
#list3 .list-card .list-card__inner>ul>li {
  font-size: 1.4rem;
}

.list-card-link-btn {
  margin-top: auto;
}

.more-btn {
  display: block;
  margin: 20px auto;
  padding: 10px 30px;
  background-color: #444;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.more-btn:hover {
  background-color: #666;
}

@media screen and (max-width:1440px) {
  .about-linkWrap {
    width: 85%;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .about-link-btn {
    width: 48%;
  }

  .about-link-btn:nth-of-type(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width:1024px) {

  /*---fv---*/
  .fv-ttl {
    width: 35%;
    min-width: initial;
  }

  /*---about---*/
  .about-txt {
    font-size: 1.4rem;
  }

  .about-linkWrap {
    width: 95%;
  }

  /*---list---*/

  .list {
    padding-top: 0;
  }

  .link-btn__mainB {
    font-size: 1.6rem;
  }

  .list-ttl__bg {
    width: 75%;
  }

  .list-cardWrap {
    justify-content: space-between;
  }

  .list-card {
    width: 48%;
    margin: 0 0 40px 0;
  }

  #list2 .list-card,
  #list3 .list-card {
    width: 48%;
    margin: 0 0 40px 0;
  }

  .list-card:nth-of-type(n+3) {
    margin-top: 60px;
  }
}

@media screen and (max-width:896px) {

  /*---fv---*/


  /*---about---*/
  .about .container {
    width: 80%;
  }

  .about-col {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-ttl {
    width: 50%;
    margin-bottom: 40px;
  }

  .about-inner {
    width: 100%;
  }

  /*---list---*/
  .shop-filter {
    flex-direction: column-reverse;
  }

  .shop-count {
    width: 100%;
    margin-bottom: 30px;
  }

  .shop-count::before {
    display: block;
    content: '';
    flex: 1;
    border-top: 1px solid #ccc;
    margin-right: 10px;
  }

  .list-card:nth-of-type(n+3) {
    margin-top: 40px;
  }

}

@media screen and (max-width:786px) {
  .about-linkWrap {
    width: 100%;
  }

  /*---list---*/
  .list .container {
    width: 90%;
  }
}

@media screen and (max-width:680px) {
  .link-btn>a {
    padding: 0 20px;
  }

  .link-btn-arrow {
    width: 40px;
    height: 30px;
  }

  .link-btn-arrow>svg {
    width: 10px;
    height: 10px;
  }

  /*---about---*/
  .about-link-btn:nth-of-type(n+3) {
    margin-top: 14px;
  }

  /*---list---*/
  #list1 .list-card {
    width: 85%;
    margin: 0 auto 40px auto;
  }

  .list-ttl__bg {
    width: 60%;
  }

  .filter-ui {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .filter-ui>p {
    width: 100%;
  }

  .filter-select {
    width: 49%;
    min-width: initial;
    box-sizing: border-box;
    margin-right: initial;
  }

  .list-card__inner {
    padding: 10px 5px;
  }

  .list-storeName {
    font-size: 1.8rem;
  }

  #list1 .list-storeName {
    font-size: 2.2rem;
  }

  .list-storeName>span {
    font-size: 1rem;
  }

  .list-card__inner>ul {
    padding-bottom: 0;
  }

  #list1 .list-card__inner>ul>li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:480px) {
  .bg-blue {
    position: absolute;
    top: -15%;
    right: -15%;
    width: 90%;
  }

  .fv {
    padding-top: 150px;
  }

  .fv-img::before {
    padding-top: 85%;
  }

  .fv-ttl__wrap {
    width: 100%;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .fv-ttl {
    width: 60%;
    margin-bottom: 8px;
  }

  .fv-lead {
    font-size: 1.2rem;
    padding-left: 0;
  }

  /*---about---*/

  .about .container {
    width: 85%;
  }

  .about-col {
    margin-bottom: 40px;
  }

  .about-ttl {
    width: 80%;
    margin: 0 auto 20px auto;
  }

  .about-txt {
    font-size: 1.4rem;
  }

  .about-linkWrap {
    width: 95%;
  }

  .about-link-btn {
    width: 100%;
  }

  .about-link-btn:nth-of-type(n+2) {
    margin-top: 0;
  }


  /*---vision---*/
  .list-ttl>h2 {
    font-size: 2.6rem;
  }

  .list-ttl>span {
    font-size: 1.6rem;
  }

  .list-ttl__bg {
    bottom: 20px;
  }

  .filter-ui {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .filter-ui>p {
    width: 100%;
  }

  .filter-select {
    width: 100%;
    min-height: 60px;
    min-width: initial;
    box-sizing: border-box;
    margin-right: initial;
    margin-top: 5px;
  }

  .shop-count {
    font-size: 1.8rem;
  }

  .count-num {
    font-size: 3rem;
  }

  .list-storeName {
    flex-direction: column;
  }

  .list-storeName>p {
    line-height: 1.4;
    margin-bottom: 3px;
  }

  #list1 .list-storeName {
    font-size: 1.8rem;
  }

  #list2 .list-card .list-storeName,
  #list3 .list-card .list-storeName,
  #list4 .list-card .list-storeName {
    font-size: 1.4rem;
  }

  .list-card__inner>ul {
    flex: 1;
  }

  #list1 .list-card__inner>ul>li {
    font-size: 1.4rem;
  }

  #list2 .list-card .list-card__inner>ul>li,
  #list3 .list-card .list-card__inner>ul>li,
  #list4 .list-card .list-card__inner>ul>li {
    font-size: 1.3rem;
  }

  .list-card__inner>ul>li br {
    display: none;
  }

  #list1 .list-card__inner>ul>li br {
    display: block;
  }

  .list .link-btn {
    height: 56px;
  }

  .list .link-btn>a {
    padding-left: 8px;
  }

  .list .link-btn__main {
    font-size: 1.4rem;
  }

  .list .link-btn__sub {
    font-size: 1.1rem;
  }

  .list .link-btn-arrow {
    width: 24px;
    height: 20px;
  }

  .list .link-btn-arrow>svg {
    width: 8px;
    height: 8px;
  }
}