@charset "utf-8";
/* CSS Document */

a{text-decoration: none;}
img{max-width: 100%;}



.rms_body{
  line-height: 1.5;
  padding-bottom: 56px;
  border: 1px solid rgba(0, 0, 0, 0);

  background-color: #ffe0b2;

  background-image: 
    linear-gradient(to right, 
        rgba(255, 243, 56, 0.6) 0%, 
        rgba(255, 243, 56, 0.6) 49.99%,
        rgba(255, 156, 157, 0.6) 50%,
        rgba(255, 156, 157, 0.6) 100%
    ), 
    radial-gradient(#fcb751 35%, transparent 39%), /* ドットの色を #fcb751 に変更 */
    radial-gradient(#fcb751 35%, transparent 39%); /* ドットの色を #fcb751 に変更 */

  background-size: 
    100% 101%,
    20px 20px,
    20px 20px;

  background-position: 
    0 0,
    0 0,
    10px 10px;
  
  background-repeat: no-repeat, repeat, repeat;
}

.rms_body::before{
  content: "";
  display: block;
  height: 10px;
  background: url(../img/il_uzu.svg) center top repeat-x;
}



.rms_keyvisual{
  position: relative;
  padding-top: 48px;
  text-align: center;
}
.rms_keyvisual h1{
  position: relative;
  max-width: 1280px;
  aspect-ratio: 32/27;
  margin: auto;
  z-index: 100;
}
.rms_linkbutton p{
  position: absolute;
  top: 790px;
  z-index: 200;
}
.rms_linkbutton .rms_linkact1{left: calc(50% - 424px);}
.rms_linkbutton .rms_linkact2{right: calc(50% - 414px);}
.rms_linkbutton a{display: block;}

.rms_bgslide{
  position: absolute;
  bottom: min(4vw, 100px);
  padding: 10px 0;
  background-image: url(../img/il_uzu.svg), url(../img/il_uzu.svg);
  background-position: center top, center bottom;
  background-repeat: repeat-x, repeat-x;
}
.rms_bgslide picture{
  display: block;
  width: 320px;
  aspect-ratio: 32/19;
}


.rms_pamphlet{
  margin-bottom: 40px;
  margin-top: -16px;
}
.rms_pamphlet a{
  display: flex;
  width: 472px;
  height: 80px;
  margin: auto;
  padding: 3px 4px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #160505;
  border-radius: 50px;
  background-color: #FFFFFF;
}
.rms_pamphlet a::before,
.rms_pamphlet a::after{
  content: "";
  display: block;
  width: 28px;
  height: 100%;
}
.rms_pamphlet a::before{
  background: url(../img/il_buttonbg_left.svg) center left no-repeat;
}
.rms_pamphlet a::after{
  background: url(../img/il_buttonbg_right.svg) center right no-repeat;
}
.rms_pamphlet a p{
  width: calc(100% - 56px);
  height: 100%;
  padding-top: 25px;
  background-image: url(../img/il_buttonbg_center.svg), url(../img/il_buttonbg_center.svg);
  background-position: center top, center bottom;
  background-repeat: repeat-x, repeat-x;
}



.rms_noteswrap{padding: 0 16px;}
.rms_notes{
  max-width: 824px;
  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;
}




.tss_footer{background-color: #E62C22;}








@media screen and (min-width:821px){
  .rms_linkbutton p a:hover{opacity: 0.5;}
  .rms_pamphlet a:hover *,
  .rms_pamphlet a:hover::before,
  .rms_pamphlet a:hover::after{opacity: 0.5;}
}





@media screen and (max-width:1300px){
  .rms_keyvisual{padding-top: 3.69vw;}
  .rms_linkbutton p{
    top: 61.25vw;
    width: 24.61vw;
  }
  .rms_linkbutton .rms_linkact1{left: calc(50% - 32.5vw);}
  .rms_linkbutton .rms_linkact2{right: calc(50% - 31.69vw);}
}
@media screen and (max-width:820px){
  .rms_body{padding-bottom: calc(17.5vw + 120px);}


  .rms_bgslide picture{width: 39vw;}


  .rms_pamphlet a{width: max(57.56vw, 320px);}
}

@media screen and (max-width:640px){
  .rms_pamphlet{margin-top: 12px;}
}

@media screen and (max-width:430px){
  .rms_keyvisual h1{aspect-ratio: 75/68;}
  .rms_linkbutton{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 1.5%;
    z-index: 150;
  }
  .rms_linkbutton p{
    position: static;
    width: 48.5%;
  }
  .rms_bgslide{position: static;}
}