@charset "utf-8";

#mainimg-area {
  color: #fff;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 30px;
  position: relative;
  text-shadow:1px 1px 2px #333;
}

.mainimg-vol {
  align-items: center;
  display: flex;
  left: 5px;
  line-height: 20px;
  position: absolute;
  top: 5px;
}

.vol-num {
  aspect-ratio: 1/1;
  border: #fff solid 1px;;
  border-radius: 50%;
  font-size: 16px;
  height: auto;
  margin-bottom: 0; /* reset */
  margin-right: 5px;
  text-align: center;
  width: 25px;
}

.vol-num::after {
  border-bottom: #fff solid 1px;
  content: '';
  display: block;
  margin: -2px auto 0;
  width: 15px;
}

.vol-comname {
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 0; /* reset */
  margin-right: 5px;
}

.vol-ver {
  background-color: #e30b22;
  font-size: 16px;
  margin-bottom: 0; /* reset */
  padding: 0 5px ;
}

.mainimg-title {
  left: 5px;
  position: absolute;
  bottom: 5px;
}

.page-title {
  font-size: 16px;
  margin: 0; /* reset */
}

.headline:first-of-type {
  margin-top: 50px;
}

#sp-appendix {
  padding-top: 10px;
}

#sp-cominfo {
  margin-top: 50px;
}

.sp-cominfo-link {
  margin-top: 50px;
}

.sp-cominfo-link {
  color: #e30b22;
  border-bottom: solid 1px #e30b22;
  text-decoration: none;
}

.sp-cominfo-link:hover {
  border-bottom: none;
  text-decoration: none;
}

/*** SP BP ***/
@media (min-width: 400px) {
  .mainimg-vol {
    left: 10px;
    line-height: 20px;
    line-height: 35px;
    line-height: calc(6.25vw - 5px);
    font-size: calc(3vw + 2.67px);
    top: 10px;
  }

  .vol-num {
    font-size: calc(3vw + 2.67px);
    margin-right: 5px;
    width: 25px;
    width: 35px;
    width: calc(4.17vw + 8.33px);
  }

  .vol-num::after {
    margin-top: -2px;
    margin-top: -7px;
    margin-top: calc(-2.08vw + 6.33px);
    width: 15px;
    width: 18px;
    width: calc(1.25vw + 10px);
  }

  .vol-comname {
    font-size: calc(3vw + 2.67px);
  }
  
  .vol-ver {
    font-size: calc(0.8vw + 12.7px);
  }
    
  .mainimg-title {
    left: 10px;
    bottom: 10px;
  }
  .page-title {
    font-size: calc(3vw + 2.67px);
  }
}

/*** SP BP ***/
@media (min-width: 640px) {
  .mainimg-vol {
    left: 10px;
    line-height: 35px;
    line-height: 40px;
    line-height: calc(3.91vw + 10px);
     top: 10px;
  }
  
  .vol-num {
    font-size: 22px;
    font-size: 28px;
    font-size: calc(4.69vw - 8px);
   margin-right: 5px;
    width: 35px;
    width: 45px;
    width: calc(7.81vw - 15px);
  }

  .vol-num::after {
    margin-top: -7px;
    margin-top: -5px;
    margin-top: calc(1.56vw - 17px);
    width: 18px;
    width: 22px;
    width: calc(3.13vw - 2px);
  }
  
  .vol-comname {
    font-size: 22px;
    font-size: 28px;
    font-size: calc(4.69vw - 8px);
  }
  
  .vol-ver {
    font-size: 18px;
    font-size: 22px;
    font-size: calc(3.13vw - 2px);
    line-height: 22px;
    line-height: 28px;
    line-height: calc(4.69vw - 8px);
  }
  
  .mainimg-title {
    left: 10px;
    bottom: 10px;
  }
  
  .page-title {
    font-size: 22px;
    font-size: 28px;
    font-size: calc(4.69vw - 8px);
  }
}

/*** md Tablet ***/
@media (min-width: 768px) {
  .mainimg-vol {
    left: 20px;
    line-height: 40px;
    line-height: 60px;
    line-height: calc(10.4vw - 40px);
    top: 20px;
  }

  .vol-num {
    font-size: 28px;
    font-size: 35px;
    font-size: 3.65vw;
    margin-right: 10px;
    width: 45px;
    width: 65px;
    width: calc(10.4vw - 35px);
  }

  .vol-num::after {
    margin-top: -5px;
    margin-top: -12px;
    margin-top: calc(-3.65vw + 23px);
    width: 22px;
    width: 30px;
    width: calc(4.17vw - 10px);
  }
  
  .vol-comname {
    font-size: 28px;
    font-size: 35px;
    font-size: 3.65vw;
    margin-right: 10px;
    margin-right: 20px;
    margin-right: calc(5.21vw - 30px);
  }
  
  .vol-ver {
    font-size: 22px;
    line-height: 28px;
    line-height: 35px;
    line-height: 3.65vw;
  }
  
  .mainimg-title {
    left: 20px;
    bottom: 20px;
  }

  .page-title {
    font-size: 28px;
    font-size: 30px;
    font-size: calc(1.04vw + 20px);
  }  
}


/*** lg PC ***/
@media (min-width: 960px) {
  #mainimg-area {
    margin-bottom: 30px;
  }
  
  .mainimg-vol {
    left: 40px;
    line-height: 60px;
    top: 40px;
  }
  
  .vol-num {
    font-size: 35px;
    margin-right: 15px;
    width: 65px;
  }
  
  .vol-num::after {
    margin: -12px auto 0;
    width: 30px;
  }
  
  .vol-comname {
    font-size: 35px;
    letter-spacing: 3px;
    margin-bottom: 0; /* reset */
    margin-right: 20px;
  }
  
  .vol-ver {
    background-color: #e30b22;
    font-size: 22px;
    margin-bottom: 0; /* reset */
    line-height: 35px;
    padding: 0 15px ;
  }

  .page-title {
    font-size: 30px;
  }
  
}

