
#photostore .event_name h4{
  font-size: clamp(15px,2vw,20px);
  font-weight: 400;
  margin:1% auto;
  color:var(--subColor);
}
#photostore .gold{
  font-size:clamp(15px,2vw,18px);
  color:#807B40;
  font-weight: 700;
}
#photostore p .mini{
  font-size:.7em;
}
#photostore .navigation{
  position: relative;
  border:1px solid var(--subColor);
  padding:min(30px,3%);
}
#photostore .navigation .subtitle{
  position: absolute;
  top:0;
  left:50%;
  color:var(--subColor);
  background:white;
  padding:0 2em;
  translate:-50% -100%;
}
#photostore .navigation ul{
  display: flex;
  flex-wrap: wrap;
  gap:1% ;
  list-style: none;
}
#photostore .navigation ul li {
  flex: 1 1 auto;
}
#photostore .navigation ul li a{
  display: block;
  background:#646231;
  border-radius:5px;
  text-align: center;
  padding:.7em 0;
  font-size:clamp(13px,1.8vw,20px);
  color:white;
  font-weight: 600;
}
#photostore .navigation ul li a:hover{
  background:var(--mainColor);
}
#photostore .schooltitle{
  padding: 0 min(4%,20px);
  font-size:clamp(23px,3vw,30px);
  color:#807B40;
  font-weight: 600;
  text-align: center;
  position: relative;
  width: max-content;
  margin:auto;
  line-height: 1.6;
}
#photostore .schooltitle h3{
    font-weight: 600;
}
#photostore .schooltitle:before{
  content: "";
  display: block;
  width: clamp(40px,10vw,86px);
  height: 120%;
  background: url(img/kazari_left@2x.png) no-repeat right center;
    background-size: auto;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%,0);
}
#photostore .schooltitle:after{
  content: "";
  display: block;
  width: clamp(40px,10vw,86px);
  height: 120%;
  background: url(img/kazari_right@2x.png) no-repeat left center;
    background-size: auto;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%,0);
}
#photostore .schooltitle .floor{
  color:#B99813;
  font-size:.8em;
  position: relative;
  display: block;
  width: max-content;
  margin:0 auto .1em;
  padding:0 .3em;
  text-align: center;
}
#photostore .schooltitle .floor:before{
  content:"";
  display: block;
  width: 10px;
  height: 1px;
  background:#B99813;
  position: absolute;
  left:0;
  top:50%;
  translate:-100% -50%;
}
#photostore .schooltitle .floor:after{
  content:"";
  display: block;
  width: 10px;
  height: 1px;
  background:#B99813;
  position: absolute;
  right:0;
  top:50%;
  translate:100% -50%;
}
#photostore .schooltitle .mini{
  font-size:min(12px,.7em);
  font-family: 'Marcellus SC', serif;
  color:#807B40;
  font-weight: 400;
  display: block;
}
#photostore.detail .schooltitle{
  font-size:2em;
  margin:min(60px,8%) auto;
}
#photostore .photostore_index ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}
#photostore .photostore_index ul li{
 flex: 1 1 calc(50% - 10px);
}
#photostore .photostore_index .content {
  gap:20px;
}
#photostore .photostore_index .content .thumb{
  flex: 0 1 200px;
  /* width: auto; */
}
#photostore .photostore_index .content .thumb img{
  height: auto;
}
#photostore .photostore_index .content .text{
  flex: 1 1 auto;
}
#photostore .photostore_index .content .text p{
  font-size:clamp(13px,1.5vw,15px);
}
#photostore .photostore_index .schooltitle{
 font-size:calc(clamp(23px,3vw,30px)* 0.7);
 margin-bottom: 25px;
}

#photostore .btn{
  font-size:18px;
  border-radius:100px;
  margin-top:1em;
}
#photostore .bg{
  margin-bottom: min(40px,6%);
}

#photostore .workstitle {
  font-size:clamp(18px,8vw,23px);
    color:var(--subColor);
  font-weight: 600;
    margin:min(40px,6%) auto;
}
#photostore .workstitle .mini{
  font-size:min(14px,.7em);
  line-height: 1.4;
}
[class*="photo_Slider"] .swiper-wrapper{
  align-items: center;
}
[class*="photo_Slider"],
[class*="thumb_Slider"]{
  overflow: hidden;
  padding:10px 0;
  position: relative;
}
[class*="thumb_Slider"]{
  margin:clamp(15px,3vw,30px);
}
[class*="photo_Slider"] {
  counter-reset: num;
}

[class*="photo_Slider"] .swiper-slide a{
  display:block;
  width: fit-content;
  position: relative;
  counter-increment: num;
  margin:auto;
}
[class*="photo_Slider"] .swiper-slide a:after{
  content:counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width:20px;
  height: 20px;
  background:var(--darkColor);
  font-size:13px;
  font-family: 'Marcellus SC', serif;
  line-height: 1;
  color:white;
  text-align: center;
  position: absolute;
  right:0;
  top:0;
  z-index: 5;
}
[class*="photo_Slider"] .swiper-slide a:before{
  content:"購入する";
  display: block;
  min-width: 80px;
  background:var(--mainColor);
  border-radius:100px;
  padding:.3em 1em;
  font-size:16px;
  font-weight: bold;
  color:white;
  position: absolute;
  top:50%;
  left:50%;
  translate:-50% -50%;
  box-shadow:0 0 10px white;
  z-index: 10;
  opacity:0;
  cursor: pointer;
}
[class*="photo_Slider"] .swiper-slide a:hover:before {
 opacity:1;
}

[class*="photo_Slider"] .swiper-slide:hover a img{
  filter: brightness(0.6);  
}
.swiper-slide {
  width:auto;
}
.swiper-slide img{
  width: auto;
  height: 100%;
  object-fit: cover;
}
.control_btn{
  display: contents;
  /* position: absolute;
  top:50%;
  left:0;
  width:100%;
  translate:0 -50%;
  display: flex;
  justify-content: space-between;
  z-index: 50; */
}
.button-prev,.button-next{
  width:40px;
  height:40px;
  position: absolute;
  top:50%;
  z-index: 50;
}
.button-prev{
    left:5px;
  translate:0% -50% ;
}
.button-next{
    right:5px;
  translate:0% -50% ;
}
.button-prev[aria-disabled="false"],
.button-next[aria-disabled="false"]{
    cursor: pointer;
}
.button-prev:before,.button-next:before{
  content: "\e953";
  display: flex;
  letter-spacing: 1;
  justify-content: center;
  align-items: center;
  font-family: 'icomoon',serif;
  color: white;
  font-size:25px;
  width:100%;
  height:100%;
   position: absolute;
  top:0%;
  left:0%;
  z-index: 4;
}
.button-prev:before{
  scale:-1 1;
}
.button-prev:after,.button-next:after{
  content:"";
  width:100%;
  height:100%;
  background:#807B40;
  border-radius:50px;
  display: block;
  position: absolute;
  top:0%;
  left:0%;
  z-index: 3;
}
.scrollbar{
  height: 5px;
  background:var(--mainColor);
  margin:20px 0 0 0;
}
[class*="photo_Slider"] .swiper-slide-active img{
  box-shadow:0 0 10px var(--mainColor);
}
[class*="thumb_Slider"] .swiper-slide{
  filter:brightness(0.8);
  cursor: pointer;
}
[class*="thumb_Slider"] .swiper-slide-thumb-active{
  filter:brightness(1.2);
}
#photostore .quantity{
  background:#39251F;
  font-size:20px;
  font-weight: 600;
  width:max-content;
  padding:.3em 1em;
  margin:auto;
  color:white;
  text-align: center;
}
#photostore .quantity .mini{
  font-size:0.8em;
}
#photostore .whitebox{
  width:95%;
  margin:auto;
}

/*------------media query----------*/
@media screen and (max-width:843px) {
  #photostore .navigation ul li {
  flex: 1 1 49%;
  margin:1% 0;
}
  
}