@charset "utf-8";
/* CSS Document */

a{text-decoration: none;}
img{max-width: 100%;}




.rms_body{
  line-height: 1.5;
  padding-bottom: 56px;
}
.rms_body::before{
  content: "";
  display: block;
  height: 10px;
  margin-bottom: 16px;
  background: url(../img/il_uzu.svg) center top repeat-x;
}
.rms_body.rms_act1{
  /*背景色変更分
  background-image: linear-gradient(#900000 0%, #910000 46.36%, #980001 63.12%, #a40004 75.07%, #b50007 84.75%, #cb000c 92.94%, #e50012 100%);
  background-size: 100% 1080px;
  background-repeat: no-repeat;
  background-color: #E20011;
  */
  
  background-color: #fff338;
  background-image: radial-gradient(#ffe114 29%, transparent 33%), radial-gradient(#ffe114 29%, transparent 33%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}
.rms_body.rms_act2{
  /*背景色変更分background-color: #221816;*/
  
  
  background-color: #ff9c9d;
  background-image: radial-gradient(#ff8587 35%, transparent 39%), radial-gradient(#ff8587 35%, transparent 39%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}


.rms_c-white{
  /*color: #FFFFFF;*/
}
.rms_t-center{
  text-align: center;
}
.rms_mgb8{
  margin-bottom: 8px;
}
.rms_fw-bold{
  font-weight: bold;
}


.rms_keyvisual h1{
  max-width: 1230px;
  margin: 0 auto 8px;
}
.rms_keyvisual h1 a{
  display: block;
  aspect-ratio: 640/221;
}


.rms_wrap{
  max-width: 1220px;
  margin: auto;
  padding: 0 16px;
}


.rms_storelist{
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  margin-bottom: 48px;
}
.rms_storebox{width: calc((100% - 90px)/3);}
.rms_storebox .rms_photo img{width: 100%;}
.rms_storebox div:nth-of-type(2){
  height: calc(100% - 262px);
  padding: 14px 14px 24px;
  background-color: #FFFFFF;
}
.rms_storebox dl{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 0;
  margin-bottom: 14px;
}
.rms_storebox dl dt{
  width: 5em;
  text-align: right;
  font-size: clamp(0.688rem, 0.619rem + 0.26vw, 0.75rem);/*11-12 430-820*/
  font-weight: bold;
}
.rms_storebox dl dd{
  width: calc(100% - 5em);
  font-size: clamp(0.688rem, 0.619rem + 0.26vw, 0.75rem);/*11-12 430-820*/
  font-weight: bold;
}
.rms_storebox dl dd ul{
  display: flex;
  gap: 0 2px;
}
.rms_storebox dl dd ul li{
  width: 64px;
  height: 20px;
  padding-top: 2px;
  font-size: clamp(0.688rem, 0.619rem + 0.26vw, 0.75rem);/*11-12 430-820*/
  font-weight: bold;
  color: #9E9E9E;
  text-align: center;
  background-color: #DCDCDC;
}
.rms_storebox dl dd ul.rms_easy li:nth-of-type(1),
.rms_storebox dl dd ul.rms_usually li:nth-of-type(2),
.rms_storebox dl dd ul.rms_rich li:nth-of-type(3),
.rms_storebox dl dd ul.rms_thick li:nth-of-type(1),
.rms_storebox dl dd ul.rms_middle li:nth-of-type(2),
.rms_storebox dl dd ul.rms_thin li:nth-of-type(3){
  color: #FFFFFF;
  background-color: #E20011;
}
.rms_storebox p{font-size: clamp(0.75rem, 0.612rem + 0.51vw, 0.875rem);}/*12-14 430-820*/



.rms_boothblock{
  margin-bottom: 40px;
  text-align: center;
}
.rms_boothblock h2{
  text-align: center;
  background-color: #FFFFFF;
}
.rms_boothblock .rms_picturebox{display: flex;}
.rms_boothblock .rms_picturebox div:nth-of-type(1){aspect-ratio: 65/49;}
.rms_boothblock .rms_picturebox div:nth-of-type(2){aspect-ratio: 58/49;}

.rms_gyozablock{
  width:80%;
  margin:0 auto 24px;
  max-width:740px;
}


/* .rms_noteswrap{padding: 0 16px;} */
.rms_notes{
  max-width: 840px;
  margin: auto;
}
.rms_notes div:first-of-type{
  padding: 18px 18px 24px;
  background-color: #FFFFFF;
}
.rms_notes div h2{
  margin-bottom: 4px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
}
.rms_notes div ul li{
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(0.625rem, 0.349rem + 1.03vw, 0.875rem);/*10-14 430-820*/
}
.rms_notes div:nth-of-type(2){
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8px 16px;
  font-size: clamp(0.625rem, 0.349rem + 1.03vw, 0.875rem);/*10-14 430-820*/
  color: #FFFFFF;
  background-color: #160505;
  border: 1px solid #FFFFFF;
}


.rms_qalist{
  max-width: 840px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 24px clamp(16px,2vw,32px);
  margin-bottom: 16px;
  max-height: 250px;
  position: relative;
  overflow: hidden;
}
.rms_qalist::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.js-toggle.isOpen {
  max-height: 2700px;
}
.js-toggle.isOpen::after {
  opacity: 0;
}
.rms_qalist dt{
  background-image: url(../img/mark_q.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 24px;
  padding-bottom: 12px;
  padding-left: 32px;
  font-weight: bold;
  font-size: clamp(0.75rem,2vw,0.875rem) ;
}
.rms_qalist dd:nth-last-of-type(n + 2){
  padding-bottom: 24px;
}
.rms_qalist dd{
  background-image: url(../img/mark_a.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 24px;
  padding-left: 32px;
  padding-bottom: 4px;
  font-size: clamp(0.75rem,2vw,0.875rem) ;
}
.rms_btn{
  margin-bottom: 32px;
}
.js-open {
  width: 400px;
  max-width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  padding: 16px 0;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 30px;
  background-color: #FFFFFF;
  border: 1px solid #6B6B6B;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.js-open img{
  width: 24px;
  height: 24px;
}

.rms_otherlink{
  position: fixed;
  right: max(calc(50% - 825px), 0px);
  bottom: 0;
  transition: bottom 0.2s ease;
}
.rms_otherlink.fix{bottom: 48px;}
.rms_otherlink a{display: block;}



.rms_act1 .tss_footer{background-color: #221816;}
.rms_act2 .tss_footer{background-color: #E62C22;}





@media screen and (min-width:821px){
  .rms_otherlink a:hover{opacity: 0.5;}
}





@media screen and (max-width:1280px){
  .rms_storebox div:nth-of-type(2){height: calc(100% - 20.46vw);}
}
@media screen and (max-width:820px){
  .rms_body{padding-bottom: calc(17.5vw + 120px);}


  .rms_storebox{width: calc((100% - 45px) / 2);}
  .rms_storebox div:nth-of-type(2){height: calc(100% - 31.22vw);}


  .rms_otherlink{
    bottom: 21.16vw;
    width:70%;
  }
}
@media screen and (max-width:430px){
  .rms_storelist{gap: 24px;}
  .rms_storebox{width: 100%;}
  .rms_storebox div:nth-of-type(2){
    height: auto;
    padding: 12px 14px 16px;
  }


  .rms_boothblock h2{padding: 8px;}
  .rms_boothblock .rms_picturebox{flex-wrap: wrap;}

}