/* -----------------------------------
	main
----------------------------------- */

.main {
  margin-top:50px;
}

/* -----------------------------------
	section-01
----------------------------------- */

#section-01 {
  width: 90%;
  margin: 0 auto;
}

.item-name {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto 30px auto;
  text-align:center;
}

.item-name h1 {
  width: 100%;
  max-width: 275px;
  margin-bottom: 2.5em;
}

.item-name h1 img {
  width: 100%;
  height: auto;
}

#section-01 figure {
  width: 90%;
  margin: 0 auto 60px auto;
  text-align:center;
}

#section-01 figure img {
  display:inline-block;
  width: 88%;
  max-width: 373px;
  height:auto;
}

@media screen and (max-width:559px){
#section-01 h1,#section-01 figure { width: 70%;margin: 0 auto 4em auto;}
#section-01 .item-name { margin: 0 auto;}
}

/* -----------------------------------
	section-02
----------------------------------- */

#section-02 {
  width: 100%;
  max-width:3000px;
  margin: 80px auto 0 auto;
  text-align:center;
}

#section-02 figure img {
  display:inline-block;
  width: 100%;
  height:auto;
}

ul.flexbox-set2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

ul.flexbox-set2 li {
  flex-basis: 50%;
  margin-bottom:2%;
}

ul.flexbox-set2 li img {
  width: 100%;
  height:auto;
}

@media screen and (max-width:800px){
#section-02 { margin: 120px auto 100px auto;}
}

@media screen and (max-width:559px){
#section-02 {margin: 50px auto 20px auto;}
ul.flexbox-set2 { flex-direction: column;}
ul.flexbox-set2 li {flex-basis: 1; margin-bottom:8px;}
}

/* -----------------------------------
	section-03
----------------------------------- */

#section-03{
  width: 100%;
  max-width:1500px;
  margin: 0 auto 20px auto;
  text-align:center;
}

.section-03-title{
  width: 100%;
  margin-bottom:40px;
}

.section-03-title h2{
  width: 100%;
  max-width: 1482px;
  margin: 0 auto 20px auto;
  text-align:center;
}

.section-03-title figure img{
  display:inline-block;
  width:100%;
  height:auto;
}

.section-03-cution {
  width:90%;
  max-width:900px;
  margin: 30px auto 60px auto;
  text-align:center;
}

.section-03-cution1 {
  text-align: right;
}

.section-03-cution2 {
  text-align:left;
  display: inline-block;
}

.section-03-cution2 li {
  font-size:12px;
  margin-bottom:2px;
  padding-left:1em;
  text-indent:-1em;
}

hr{
  clear:both;
  border:none;
  border-top:solid 1px #84919E;
  height:1px;
  color:#FFFFFF;
  margin:70px auto;
}

.item-list {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin:0 auto;
  text-align:center;
}
.item {
  width: 47.8%;
  max-width: 430px;
  box-sizing: border-box;
  margin-bottom:50px;
}
.item h3 {
  font-size:20px;
  font-weight:500;
  margin-bottom:16px;
}
.item p {
  font-size:16px;
  line-height:1.6;
  text-align:left;
}
.item-image {
  position: relative;
  margin-bottom: 1.5em;
}
.item-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.item-list_s {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin:0 auto;
  text-align:center;
}
.item-list_s .item {
  width: 48%;
  box-sizing: border-box;
}
.item-list_s .item h3 {
  font-size:20px;
  font-weight:500;
  margin-bottom:16px;
  text-align: center;
}
.item-list_s .item-image {
  position: relative;
  margin: 0 auto 1.5em auto;
  text-align: center;
}
.item-list_s .item-image img {
  display:inline-block;
  width: 100%;
  max-width: 121.5px;
  height: auto;
  vertical-align: bottom;
}

.gradeup {
  position: absolute;
  right: -20px;
  bottom: -47px;
  width: 26% !important;
  max-width: 99px;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width:559px){
#section-03{ margin: 0 auto 30px auto;}
.section-03-title figure { width: 100%; margin-bottom:30px;}
.section-03-text { width: 80%; margin: -20px auto 10px auto;}
.section-03-text p { margin-bottom: 10px; text-align:center;}
.item-list { width:90%; margin: 0 auto;flex-direction: column;}
.item { width: 100%; margin-bottom:30px;}
.item p { font-size:14px;}
}

/* -----------------------------------
	section-05
----------------------------------- */

.gray {
    background: #E0E3E4;
    padding: 110px 0;
}

#section-05 {
  width: 100%;
  margin: 100px auto;
}

.spec {
  width: 90%;
  max-width: 944px;
  margin: 0 auto;
}

.spec figure {
  max-width: 100%;
  margin: 70px auto 50px auto;
  text-align:center;
}

.spec figure img {
  display:inline-block;
  width: 100%;
  max-width: 788px;
  height:auto;
}

.spec figure.ceramic {
  width: 80%;
  margin: 0 0 1.9em 0;
}
.spec figure.ceramic img {
  display:block;
  width: 100%;
  max-width: 332px;
  height:auto;
}

ul.spec-sub{
  width:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom:20px;
}

ul.spec-sub li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}

ul.spec-sub img{
  max-width:100%;
  height:auto;
}
.spec-sub li:first-child{ max-width:313px; margin-right: 4%;}
.spec-sub li:last-child{ max-width:367px; margin-left: auto;}

@media screen and (min-width:560px) and ( max-width:1024px) {
.spec-sub li:first-child{ width:48%; max-width:313px; margin-right: 2%;}
.spec-sub li:last-child{ width:50%; max-width:367px; margin-left: auto;}
}

@media (max-width: 599px) {
.gray { padding: 80px 0;}
}

dl.dl-spec dd {
  width: calc(100% - 10em);
}

dl.dl-spec dd:after{
  display: block;
  content: "";
  clear: both;
  text-align: justify;
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
}

.variation {
  display: grid;
  grid-template-columns: repeat(4, max-content); /* 各列の幅を内容に合わせて調整 */
  gap: 10px;
  justify-content: start;
}

.var1 {
  width: 10.5em;
  text-align: left;
}
.var2 {
  width: 11.5em;
  text-align: left;
}

.var1::after,
.var2::after {
  content: ":";
}

 .jan{
  text-align: left;
}

/* PC用（1行4列） */
@media (min-width: 1024px) {
  .variation {
    grid-template-columns: repeat(4, max-content);}
    .var2 { padding-left:1em;}
}

/* タブレット用（2行2列） */
@media (max-width: 1023px) and (min-width: 600px) {
  .variation {
    grid-template-columns: repeat(2, max-content); 
  }
}

/* スマホ用（4行1列） */
@media (max-width: 599px) {
  .variation {
    grid-template-columns: 1fr;
	gap: 2px;
  }
}

@media screen and (max-width:559px){
.spec figure {width: 100%;margin: 40px auto;}
.spec-sub{flex-direction: column;-webkit-box-pack:center; -webkit-justify-content:center; -ms-flex-pack:center; justify-content:center;}
.spec-sub li { margin: 0 auto;text-align:center;}
.spec-sub li:first-child {margin-right: auto;}
.spec-sub img{display:inline-block;padding-top:20px;}
dl.dl-spec dd { width: calc(100% - 9em);}
}
