@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
#shoplist {
  position: relative;
  padding: 35px 0 132px;
  background: url("../img/shoplist/bg.png") repeat-y center -20px #fbfcbf;
  background-size: 100%;
}
@media only screen and (max-width: 768px) {
  #shoplist {
    padding: 3.90625vw 0 10.625vw;
    background: url("../img/shoplist/bg-sp.png") repeat-y center -9.375vw #fbfcbf;
    background-size: 100%;
  }
}
#shoplist::after {
  content: "";
  position: absolute;
  bottom: -56px;
  left: 0;
  width: 100%;
  height: 56px;
  background: url("../img/shoplist/bg_bottom.png") no-repeat top center;
  background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #shoplist::after {
    bottom: -5.625vw;
    left: 0;
    height: 5.625vw;
    background: url("../img/shoplist/bg_bottom-sp.png") no-repeat top center;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  #shoplist img {
    width: 100%;
  }
}
#shoplist h1 {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #shoplist h1 {
    margin-bottom: 2.8125vw;
  }
}
#shoplist p {
  text-align: center;
}
#shoplist p.text {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  #shoplist p.text {
    font-size: 27px;
    font-size: 4.21875vw;
    margin-bottom: 3.90625vw;
  }
}
#shoplist .list {
  margin-bottom: 54px;
}
@media only screen and (max-width: 768px) {
  #shoplist .list {
    margin-bottom: 15.15625vw;
  }
}
#shoplist .list h2 {
  line-height: 1;
  margin-bottom: 22px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #shoplist .list h2 {
    margin-bottom: 3.4375vw;
  }
}
#shoplist .list h2:not(:first-of-type) {
  margin: 40px 0 20px;
}
@media only screen and (max-width: 768px) {
  #shoplist .list h2:not(:first-of-type) {
    margin: 4.6875vw 0 3.4375vw;
  }
}
#shoplist .list h3 {
  position: relative;
  padding: 32px 38px;
  font-size: 24px;
  line-height: 1;
  background-color: #fff;
  border: 2px solid #000;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #shoplist .list h3 {
    padding: 4.6875vw 5.46875vw;
    font-size: 24px;
    font-size: 3.75vw;
  }
}
#shoplist .list h3.open::after {
  content: "";
  display: block;
  background: url("../img/shoplist/btn_close.png") no-repeat top center;
  background-size: contain;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  right: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #shoplist .list h3.open::after {
    width: 8.75vw;
    height: 8.75vw;
    right: 6.875vw;
  }
}
#shoplist .list h3::after {
  content: "";
  display: block;
  background: url("../img/shoplist/btn_open.png") no-repeat top center;
  background-size: contain;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  right: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #shoplist .list h3::after {
    width: 8.75vw;
    height: 8.75vw;
    right: 6.875vw;
  }
}
#shoplist .list p.note {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: -15px 0 22px;
}
@media only screen and (max-width: 768px) {
  #shoplist .list p.note {
    font-size: 15px;
    font-size: 2.34375vw;
    margin: -2.34375vw 0 3.4375vw;
  }
}
#shoplist .list table {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#shoplist .list table.active {
  display: block;
}
#shoplist .list table tbody {
  display: block;
}
#shoplist .list table tbody tr {
  display: block;
  padding: 32px 38px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #shoplist .list table tbody tr {
    padding: 4.6875vw 5.46875vw;
  }
}
#shoplist .list table tbody tr:nth-of-type(odd) {
  background: url("../img/shoplist/2021/bg_dot.png") repeat;
}
#shoplist .list table tbody tr td {
  line-height: 1;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  #shoplist .list table tbody tr td {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
#shoplist .list ul li {
  position: relative;
  padding: 32px 38px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
  border: 2px solid #000;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #shoplist .list ul li {
    padding: 4.6875vw 5.46875vw;
    font-size: 24px;
    font-size: 3.75vw;
  }
}
#shoplist .list ul li::after {
  content: "";
  display: block;
  background: url("../img/shoplist/btn_link.png") no-repeat top center;
  background-size: contain;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  right: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #shoplist .list ul li::after {
    width: 8.75vw;
    height: 8.75vw;
    right: 6.875vw;
  }
}
#shoplist .list ul li a {
  color: #000;
}
#shoplist .list .btn-bw {
  margin-bottom: -2px;
}
@media only screen and (max-width: 768px) {
  #shoplist .list .btn-bw {
    margin-bottom: -0.3125vw;
  }
}
#shoplist.shoplist2021 .detail {
  padding: 45px 40px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2021 .detail {
    padding: 4.21875vw 3.75vw 4.6875vw;
  }
}
#shoplist.shoplist2021 .detail .txt1 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2021 .detail .txt1 {
    margin-bottom: 1.5625vw;
  }
}
#shoplist.shoplist2021 .detail .box {
  background: url("../img/shoplist/2021/bg_dot.png") repeat top center;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2021 .detail .box {
    padding: 3.125vw 4.6875vw;
  }
}
#shoplist.shoplist2021 .detail .box .image1 {
  margin-bottom: 44px;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2021 .detail .box .image1 {
    margin-bottom: 5vw;
  }
}
#shoplist.shoplist2021 .detail .box .note {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  padding: 10px 38px 0 0;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2021 .detail .box .note {
    font-size: 15px;
    font-size: 2.34375vw;
    padding: 1.25vw 1.25vw 0 0;
  }
}
#shoplist.shoplist2022 .detail {
  padding: 40px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2022 .detail {
    padding: 4.21875vw 3.75vw 4.6875vw;
  }
}
#shoplist.shoplist2022 .detail .box {
  background: url("../img/shoplist/2022/bg_card.png") no-repeat center 72px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2022 .detail .box {
    padding: 3.125vw 4.6875vw;
    background: #e8437e;
  }
}
#shoplist.shoplist2022 .detail .box p.head {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2022 .detail .box p.head {
    width: 88.4375vw;
    margin-bottom: 2.1875vw;
    margin-left: -4.53125vw;
  }
}
#shoplist.shoplist2022 .detail .box p.head img {
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2022 .detail .box p.head img {
    margin-top: -4.375vw;
  }
}
#shoplist.shoplist2022 .detail .box .image1 {
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2022 .detail .box .image1 {
    width: 79.53125vw;
    margin-bottom: 2.5vw;
  }
}
#shoplist.shoplist2022 .detail .box .note {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  padding: 18px 38px 0 0;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2022 .detail .box .note {
    font-size: 15px;
    font-size: 2.34375vw;
    padding: 2.8125vw 0 0;
  }
}
#shoplist.shoplist2023 .detail {
  padding: 40px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2023 .detail {
    padding: 4.21875vw 3.75vw 4.6875vw;
  }
}
#shoplist.shoplist2023 .detail .box {
  background: url("../img/shoplist/2023/bg_card.png") no-repeat center 72px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2023 .detail .box {
    padding: 3.125vw 4.6875vw;
    background: #e8437e;
  }
}
#shoplist.shoplist2023 .detail .box p.head {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2023 .detail .box p.head {
    width: 88.4375vw;
    margin-bottom: 2.1875vw;
    margin-left: -4.53125vw;
  }
}
#shoplist.shoplist2023 .detail .box p.head img {
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2023 .detail .box p.head img {
    margin-top: -4.375vw;
  }
}
#shoplist.shoplist2023 .detail .box .image1 {
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2023 .detail .box .image1 {
    width: 79.53125vw;
    margin-bottom: 2.5vw;
  }
}
#shoplist.shoplist2023 .detail .box .note {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  padding: 10px 38px 0 0;
}
@media only screen and (max-width: 768px) {
  #shoplist.shoplist2023 .detail .box .note {
    font-size: 15px;
    font-size: 2.34375vw;
    padding: 1.5625vw 0 0;
  }
}
#shoplist .btn-top {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #shoplist .btn-top {
    width: 26.09375vw;
    margin: 0 auto;
  }
}

#pagetop {
  position: absolute;
  bottom: -55px;
  right: -58px;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    bottom: -24.21875vw;
    right: -4.375vw;
    z-index: 2;
  }
}

#content .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #content .inner {
    width: 93.75vw;
  }
}