@charset "UTF-8";
/*
"源泉丸ゴシック" licensed under the SIL Open Font License 1.1
https://github.com/ButTaiwan/gensen-font
*/
/* GenSenRounded-R */
@font-face {
  font-family: "GenSenRounded";
  src: url("../font/GenSenRounded-R.woff") format("woff"), url("../font/GenSenRounded-R.ttf") format("truetype"), url("../font/GenSenRounded-R.ttc") format("truetype"), url("../font/GenSenRounded-R.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
/* GenSenRounded-M */
@font-face {
  font-family: "GenSenRounded";
  src: url("../font/GenSenRounded-M.woff") format("woff"), url("../font/GenSenRounded-M.ttf") format("truetype"), url("../font/GenSenRounded-M.ttc") format("truetype"), url("../font/GenSenRounded-M.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}
/* GenSenRounded-B */
@font-face {
  font-family: "GenSenRounded";
  src: url("../font/GenSenRounded-B.woff") format("woff"), url("../font/GenSenRounded-B.ttf") format("truetype"), url("../font/GenSenRounded-B.ttc") format("truetype"), url("../font/GenSenRounded-B.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}


/*共通*/

/*共通ここまで*/
h1{
    padding-top: 80px;
    color: #524B3D;
    font-size: 30px;
    text-align: center;
    text-shadow: none;
}
#sec-spec .inner{
    width: 822px;
    margin: 0 auto;
}
#sec-spec .inner p{
    padding: 24px 0 43px;
    font-size: 16px;
    text-align: center;
}
/* #sec-spec .video-container{
    margin: 0 auto;
    padding-top: 48px;

} */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9アスペクト比 */
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.section-keep-precious {
    margin-top: 80px;
    padding-bottom: 38px;
    background-color: #F8F6F0;
    border-radius: 8px;
}
.section-keep-precious ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px
}
.section-keep-precious ul li{
    width: 346px;
    padding-bottom: 10px;
}
.section-keep-precious h2{
    padding: 48px 0;
    font-size: 22px!important;
    text-align: center;
}
.section-keep-precious h3{
    padding-top: 16px;
    font-size: 16px;
    text-align: center;
}

.product-specs {
    margin: 40px 0 33px 0;
}
.product-specs h2 {
    padding: 40px 0 ;
    font-size: 22px!important;
}
.info-table {
  border: 2px solid #A8A399;
  border-radius: 8px;
  overflow: hidden;
  max-width: 725px;
  margin: 0 auto;
}
.info-row {
  display: flex;
  border-top: 2px solid #A8A399;
}
.info-row:first-child {
  border-top: none;
}
.info-label,
.info-value {
  padding: 16px;
  box-sizing: border-box;
  background-color: #f9f8f3;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-label {
  width: 222px;
  text-align: center;
  font-weight: 500;
  border-right: 2px solid #A8A399;
  color: #524B3D;
}
.info-value {
  width: calc(100% - 222px);
  background-color: #fff;
  color: #6A9FEE; /* 青字 */
  font-weight: bold;
}
.price {
  font-weight: bold;
  font-size: 1.1em;
}
.note {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #777;
  margin-left: 8px;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) and (min-width: 1px) { 
#sec-spec .inner{
    width: 92%;
    margin: 0 auto;
}
h1{
    padding-top: calc(70px + 5vw);
    font-size: 6.4vw;
}
#sec-spec .inner p{
    padding-top: 5.33vw;
    padding-bottom: 8vw;
    font-size: 3.9vw;
    text-align: center;
    line-height: 1.6;
}
.section-keep-precious {
    margin-top: 11.2vw;
    padding-bottom: 11.2vw;
    background-color: #F8F6F0;
    border-radius: 8px;
}
.section-keep-precious h2{
    padding: 8.53vw 0 8vw;
    font-size: 5.33vw!important;
    text-align: center;
    line-height: 1.3;
}
.section-keep-precious ul{
    gap: 8vw;
}
.section-keep-precious ul li{
    width: 76vw;
}
.section-keep-precious h3{
    padding-top: 4vw;
    font-size: 4vw;
    line-height: 1.6;
}
.product-specs {
    margin: 0px 0 33px 0;
}
.product-specs h2 {
    padding: 11.2vw 0 8vw;
    font-size: 5.33vw!important;
}
.info-label,
.info-value {
  padding: 16px;
  box-sizing: border-box;
  background-color: #f9f8f3;
  font-size: 4vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* .info-label {
  width: 222px;
  text-align: center;
  font-weight: bold;
  border-right: 2px solid #A8A399;
  color: #524B3D;
} */

.price {
  font-weight: bold;
  font-size: 1.1em;
}
.note {
  font-size: 3.2vw;
}
.info-row {
    flex-direction: row;
    flex-wrap: nowrap;
}
.info-label {
    width: 40%;
    padding: 12px;
}
.info-value {
    width: 60%;
    padding: 12px;
    font-size: 4vw;
    background-color: #fff;
  }
}