.hoverLayer {
  --btn-size: 280px;
  --mask-color: var(--blue-hover-color);
  will-change: transform;
  overflow: hidden;
}

.hoverLayer * {
  transition: all 0.32s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media only screen and (min-width: 768px) {
  .hoverLayer::before {
    --size: calc(var(--btn-size) * 1.2);
    content: "";
    position: absolute;
    top: calc(50% - max(var(--size)) / 2);
    left: calc(50% - max(var(--size)) / 2);
    width: max(var(--size));
    height: max(var(--size));
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    background-color: var(--mask-color);
    transform: scale(0);
    transition: transform 0.32s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  .hoverLayer:hover::before {
    transform: scale(1);
  }
}

body#hinshitsu main {
  background-color: #101116;
}

body#hinshitsu main p,
body#hinshitsu main h2,
body#hinshitsu main h3,
body#hinshitsu main h4,
body#hinshitsu main h5,
body#hinshitsu main h6,
body#hinshitsu main ul,
body#hinshitsu main li,
body#hinshitsu main th {
  color: var(--color-white);
}

body#hinshitsu main .mainHeader {
  /* background-image: url("../img/hinshitsu/header-bg.jpg"); */
  /* background-color: var(--primary-color); */
  display: block!important;
  background: #f5f5f5;
}
/* body#hinshitsu main .mainHeader.aaa {
  background-image: url("../img/hinshitsu/header-bg.jpg");
} */




body#hinshitsu main .headerContext {
  /* background-color: var(--primary-color); */
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  padding-top: 0;
}

body#hinshitsu main .headerContext article {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 0;
}

body#hinshitsu main .headerContext article h5 {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 2em;
  font-family: var(--shippori-mincho);
  font-weight: 500;
  line-height: 2.722;
  letter-spacing: 0.1em;
    color: var(--color-text);
}



body#hinshitsu main section {
  margin-bottom: 0;
  padding-bottom: 0;
}

body#hinshitsu main section article .d-title {
  padding: 0;
}

body#hinshitsu main section article .d-title span {
  color: var(--color-white);
}

body#hinshitsu main section article.tomb-create .d-title span {
  color: #000;
}

body#hinshitsu main section article .d-title h2 {
  opacity: 0.45;
}


body#hinshitsu main section article .d-title span {
  font-family: var(--shippori-mincho);
  letter-spacing: 0.1em;
  margin-top: 10px;
}

body#hinshitsu main section article h3 {
  font-family: var(--shippori-mincho);
  padding: var(--padding) 0;
  font-weight: 500;
}

body#hinshitsu main section article h3 {
  font-size: 32px;
}

@media screen and (min-width: 320px) {
  body#hinshitsu main section article h3 {
    font-size: calc(32px + 6 * ((100vw - 320px) / 980));
  }
}

@media screen and (min-width: 1300px) {
  body#hinshitsu main section article h3 {
    font-size: 38px;
  }
}

body#hinshitsu main section article .content .head h3,
body#hinshitsu main section article .content .head p {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

body#hinshitsu main section article .content .head h3 {
  padding-top: 125px;
  padding-bottom: 60px;
  font-size: 2em;
  letter-spacing: 0.1em;
}

body#hinshitsu main section.stonePit article .content .head h3 {
  max-width: 371px;
}

body#hinshitsu main section article .content .head p {
  font-weight: 500;
  line-height: 2;
}

body#hinshitsu main section article .content .head p {
  font-size: 15px;
}

@media screen and (min-width: 320px) {
  body#hinshitsu main section article .content .head p {
    font-size: calc(15px + 2 * ((100vw - 320px) / 980));
  }
}

@media screen and (min-width: 1300px) {
  body#hinshitsu main section article .content .head p {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  body#hinshitsu main section article .content .head p {
    text-align: left;
  }

  /* body#hinshitsu main section article .content .head p br {
    display: none;
  } */
}

body#hinshitsu main section article .content .head p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 3.722;
  max-width: 100%;
}

body#hinshitsu main section article ul li {
  display: flex;
  flex-direction: row;
  align-items: end;
}

body#hinshitsu main section article ul li .cl,
body#hinshitsu main section article ul li .cr {
  flex: 1;
}

body#hinshitsu main section article.grade {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 180px;
}

body#hinshitsu main .bgImage article.grade ul li .cl div h3 {
  font-family: var(--zen);
  font-size: 24px;
  letter-spacing: 0.1em;
}

body#hinshitsu main .bgImage article.grade ul li .cl div p {
  font-size: 16px;
  line-height: 2.722;
  letter-spacing: 0.1em;
  margin-top: 60px;
}

body#hinshitsu main section article.grade ul {
  padding: 0 20px;
}

body#hinshitsu main section article.grade ul li {
  display: block;
}

body#hinshitsu main section article .acr {
  text-align: center;
}

body#hinshitsu main section article p.acr {
  font-weight: 500;
  line-height: 2;
  font-size: 18px;
}

body#hinshitsu main section article .aAziishi {
  margin-bottom: 100px;
}

@media screen and (max-width: 500px) {
  body#hinshitsu main section article.aAziishi-wrap {
    padding: 0 20px;
  }

  body#hinshitsu main section article p.acr br {
    display: none;
  }
}

body#hinshitsu main .bgImage {
  max-width: 100%;
  padding: 0;
}

body#hinshitsu main .bgImage.stonePit {
  padding-bottom: 250px;
}

body#hinshitsu main .bgImage article:first-child {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  /* padding: 100px 20px 500px 20px; */
  padding: 100px 20px 200px 20px;
}

body#hinshitsu main .bgImage article:nth-of-type(2) {
  max-width: 1200px;
  margin: 0 auto;
}

body#hinshitsu main .bgImage article:nth-of-type(2) ul li .cl div h3 {
  line-height: 1.3;
  font-family: var(--zen);
  font-size: 24px;
  letter-spacing: 0.1em;
}

body#hinshitsu main .bgImage article:nth-of-type(2) ul li .cl div h3 span {
  /* display: inline-block;
  color: #00488c;
  font-weight: 500;
  font-family: "Helvetica", var(--roboto);
  vertical-align: 4px;
  line-height: 1; */
}

/* body#hinshitsu main .bgImage article:nth-of-type(2) ul li .cl div h3 span {
  font-size: 22px;
} */

/* @media screen and (min-width: 320px) {
  body#hinshitsu main .bgImage article:nth-of-type(2) ul li .cl div h3 span {
    font-size: calc(22px + 2 * ((100vw - 320px) / 980));
  }
}

@media screen and (min-width: 1300px) {
  body#hinshitsu main .bgImage article:nth-of-type(2) ul li .cl div h3 span {
    font-size: 24px;
  }
} */

body#hinshitsu main .bgImage article:nth-of-type(2) ul li .cl div p {
  font-weight: 500;
  line-height: 2;
}

body#hinshitsu main .bgImage article:nth-of-type(2) ul li .cl div p {
  font-size: 15px;
}

@media screen and (min-width: 320px) {
  body#hinshitsu main .bgImage article:nth-of-type(2) ul li .cl div p {
    font-size: calc(15px + 2 * ((100vw - 320px) / 980));
  }

  body#hinshitsu main section article p.acr {
    font-size: calc(15px + 2 * ((100vw - 320px) / 980));
  }
}

@media screen and (min-width: 1300px) {
  body#hinshitsu main .bgImage article:nth-of-type(2) ul li .cl div p {
    font-size: 17px;
  }
}

body#hinshitsu main .bgImage article:nth-of-type(2) ul li .cr img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  body#hinshitsu main .bgImage article:nth-of-type(2) ul li {
    flex-direction: column;
  }

  body#hinshitsu main .bgImage article:nth-of-type(2) ul li .cl h3 {
    text-align: center;
    padding: 0;
  }

  body#hinshitsu main .bgImage article:nth-of-type(2) ul li .cr {
    margin-top: var(--padding);
  }
}

body#hinshitsu main .bgImage article:nth-of-type(2) ul li {
  transform: translate(0, 100px);
}

body#hinshitsu main .bgImage article:nth-of-type(2) ul li .text,
body#hinshitsu main .bgImage article:nth-of-type(2) ul li .image {
  transition-delay: 0s;
}

body#hinshitsu main .bgImage article:nth-of-type(2) ul li.fadeIn {
  transform: translate(0, 0);
}

body#hinshitsu main .bgImage.stonePit article:nth-of-type(2),
body#hinshitsu main .bgImage.process article:nth-of-type(2) {
  max-width: 100%;
  /* padding: 6em 0; */
  /* margin-top: -200px; */
}

@media only screen and (max-width: 500px) {

  body#hinshitsu main .bgImage.stonePit article:nth-of-type(2),
  body#hinshitsu main .bgImage.process article:nth-of-type(2) {
    padding: 0 20px;
    padding-top: 6em;
    margin-top: 0;
  }
}

body#hinshitsu main .bgImage.stonePit article:nth-of-type(2)>h2,
body#hinshitsu main .bgImage.process article:nth-of-type(2)>h2 {
  text-align: center;
  font-family: var(--shippori-mincho);
  font-weight: 400;
  font-size: calc(32px + 6 * ((100vw - 320px) / 980));
  margin-bottom: 60px;
}

@media only screen and (max-width: 500px) {

  body#hinshitsu main .bgImage.stonePit article:nth-of-type(2)>h2,
  body#hinshitsu main .bgImage.process article:nth-of-type(2)>h2 {
    margin-bottom: 30px;
  }
}

body#hinshitsu main .bgImage.stonePit article:nth-of-type(2) ul,
body#hinshitsu main .bgImage.process article:nth-of-type(2) ul {
  max-width: 1200px;
  margin: 0 auto;
}

body#hinshitsu main .bgImage.stonePit article:nth-of-type(2) ul li,
body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li {
  padding: var(--padding);
}

@media only screen and (max-width: 500px) {

  body#hinshitsu main .bgImage.stonePit article:nth-of-type(2) ul li,
  body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li {
    padding: 0;
  }
}

body#hinshitsu main .bgImage.stonePit article:nth-of-type(2) ul li .cl p,
body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li .cl p {
  margin-top: 1em;
}

body#hinshitsu main .bgImage.stonePit article:nth-of-type(2) ul li .cl p {
  font-size: 16px;
  line-height: 2.722;
  letter-spacing: 0.1em;
  margin-top: 60px;
}

body#hinshitsu main .bgImage.stonePit article:nth-of-type(2) ul li .cr {
  padding-left: calc(2 * var(--padding));
  max-width: 550px;
  display: flex;
  justify-content: end;
}

body#hinshitsu main .bgImage.stonePit article:nth-of-type(2) ul li .cr .image img {
  max-width: 380px;
}

@media only screen and (max-width: 768px) {
  body#hinshitsu main .bgImage.stonePit article:nth-of-type(2) ul li .cr {
    padding: 0;
  }
}

body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li {
  padding: var(--padding);
  /* margin-bottom: 2em; */
  padding-bottom: 70px;
  padding-top: 0;
}

/* body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li:nth-of-type(odd) {
  flex-direction: row-reverse;
} */

body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li:nth-of-type(odd) .cl {
  padding-left: var(--padding);
  padding-right: 0;
}

body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li:nth-of-type(odd) .cl div {
  padding-left: var(--padding);
}

body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li:nth-of-type(even) .cl div {
  padding-right: var(--padding);
}

body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li .cl {
  padding: 0;
  padding-right: var(--padding);
}

body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li .cl p {
  margin-top: 1em;
}

@media only screen and (max-width: 768px) {
  body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li {
    flex-direction: column;
    margin-bottom: 2em;
  }

  body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li:nth-of-type(odd) {
    flex-direction: column;
  }

  body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li:nth-of-type(odd) .cl {
    padding: 0;
  }

  body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li:nth-of-type(odd) .cl div {
    padding: 0;
  }

  body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li:nth-of-type(even) .cl div {
    padding-right: 0;
  }

  body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li .cl {
    padding: 0;
  }

  body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li .cr {
    margin-top: var(--padding);
  }
}

@media only screen and (max-width: 500px) {
  body#hinshitsu main .bgImage.process article:nth-of-type(2) ul li {
    padding: 0;
    padding-bottom: 50px;
  }
}

body#hinshitsu main .bgImage.stonePit article,
body#hinshitsu main .bgImage.process article,
body#hinshitsu main .bgImage.sale article {
  --shadow-color: #101116;
}

/* body#hinshitsu main .bgImage.stonePit article:nth-of-type(1),
body#hinshitsu main .bgImage.process article:nth-of-type(1),
body#hinshitsu main .bgImage.sale article:nth-of-type(1) {
  box-shadow: inset 0px -50px 50px 5px var(--shadow-color);
} */

body#hinshitsu main .bgImage.stonePit article:first-child {
  background-image: url("../img/hinshitsu/bg-stone-pit.png");
}

body#hinshitsu main .bgImage.process article:first-child {
  background-image: url("../img/hinshitsu/bg-process.png");
  display: none;
}

body#hinshitsu main .bgImage.sale article:first-child {
  background-image: url("../img/hinshitsu/bg-sale.png");
  background-position: top;
}

@media only screen and (max-width: 500px) {
    body#hinshitsu main .bgImage.stonePit article:first-child {
        background-image: url("../img/hinshitsu/bg-stone-pit_sp.jpg");
    }
    body#hinshitsu main .bgImage.sale article:first-child {
        background-image: url("../img/hinshitsu/bg-sale_sp.jpg");
    }
}

body#hinshitsu main .after {
  background-color: var(--color-white);
}

body#hinshitsu main .after .d-title span,
body#hinshitsu main .after .d-title h2 {
  color: var(--primary-color);
}

body#hinshitsu footer .footerBody {
  margin-top: 0;
}

.timeline-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 70px auto;
}

.line-indicator {
  position: absolute;
  left: 45px; 
  top: 30px;
  width: 1px; 
  height: 0;
  max-height: 95%;
  background: #797979;
  transition: height 0.3s ease-in-out; 
}

@media only screen and (max-width: 500px) {
  .line-indicator {
    max-height: 97%;
  }
}


.timeline {
  max-width: 1200px;
  width: 100%;
  margin: 70px auto;
  padding: 0 30px;
}


.timeline>span {
  color: #fff;
  display: inline-block;
  transform: translateX(-40%);
}

.timeline>span:first-child {
  margin-bottom: 15px;
}

.timeline>span:last-child {
  margin-top: 10px;
}

.timeline li {
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
  padding: 35px 0 35px 0;
}

/* body#hinshitsu main section article ul li:last-child {
  padding-bottom: 0;
}

ul.timeline li:last-child {
  padding-bottom: 0;
} */


.timeline li:first-child::before {
  padding-bottom: 0;
  content: '高級';
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -100%);
}

.timeline li:last-child::before {
  padding-bottom: 0;
  content: 'リーズナブル';
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 100%);
}

.timeline dl {
  margin: 0 0 0 3em;
  display: flex;
}

.timeline dl .img img {
  width: 156px;
  height: 156px;
  object-fit: cover;

}

.timeline .txt {
  margin-left: 30px;
}

.timeline .txt dt {
  font-family: var(--zen);
  font-weight: 500;
  font-size: 21px;
  margin-top: 10px;
  letter-spacing: 0.1em;
}

.timeline .txt dd {
  line-height: 2.722;
  letter-spacing: 0.1em;
}

.timeline dd strong {
  display: block;
  padding: 10px 0;
}

/*絶対配置で線を設定*/
.border-line {
  /*線の位置*/
  position: absolute;
  left: 0.2em;
  top: 0;
  width: 1px;
  /*線の太さ*/
  height: 0;
  /*はじめは高さを0に*/
  background: #797979;
}

/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::after {
  /* content:'';
  position: absolute;
  top:0;
  left:0;
  width:10px;
  height: 10px;
  background:#666;
  border-radius: 50%; */
}

article.tomb-create {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 250px !important;
}

article.tomb-create h2 {
  color: #000;
  max-width: 397px;
  margin: 0 auto;
  margin-top: 120px;
}

article.tomb-create h2 img {
  max-width: 360px;
  margin: 0 auto;
}

article.tomb-create dl {
  color: #000;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

article.tomb-create dl .txt {
  width: 100%;
  max-width: 508px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

article.tomb-create dl .img {
  width: 50%;
}

article.tomb-create dt {
  color: #000;
  font-size: 24px;
}

article.tomb-create dd {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.722;
  margin-top: 30px;
}

.timeline02 {
  max-width: 1200px;
  width: 100%;
  margin: 100px auto;
  padding: 0 30px;
}

.timeline02>span {
  color: #fff;
  display: inline-block;
  transform: translateX(-40%);
}

.timeline02>span:first-child {
  margin-bottom: 10px;
}

.timeline02>span:last-child {
  margin-top: 10px;
}

.timeline02 li {
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
  padding: 0 0 20px 0;
}

.timeline02 li:last-child {
  padding-bottom: 0;
}

.timeline02 li:first-child::before {
  padding-bottom: 0;
  content: '高級';
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -100%);
}

.timeline02 li:last-child::before {
  padding-bottom: 0;
  content: 'リーズナブル';
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 100%);
}

.timeline02 dl {
  display: flex;
}

.timeline02 .txt {
  margin-left: 100px;
}

.timeline02 .txt dt {
  font-size: 21px;
  margin-top: 10px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 20px;
}

.timeline02 li:last-child .txt dt::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 50px;
  bottom: -40px;
  left: -23px;
  background-color: #fff;
}

.timeline02 .txt dd {
  line-height: 2.722;
  letter-spacing: 0.1em;
  padding-left: 20px;
}

.timeline02 dd strong {
  display: block;
  padding: 10px 0;
}

/*絶対配置で線を設定*/
.timeline02 .border-line {
  /*線の位置*/
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  /*線の太さ*/
  height: 0;
  /*はじめは高さを0に*/
  background: #c2c2c2;
  transform: translateX(20px);
}

/*絶対配置で線を設定*/
.timeline02 .border-under {
  /*線の位置*/
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  /*線の太さ*/
  height: 120%;
  /*はじめは高さを0に*/
  background: #e4e4e4;
  transform: translateX(20px);
}

.timeline02 li:first-child .txt dt::after {
  position: absolute;
  content: '';
  top: -60px;
  left: -25px;
  width: 10px;
  height: 70px;
  background-color: #fff;
}

.timeline02 li:last-child .txt dd::after {
  position: absolute;
  content: '';
  top: -0;
  left: -25px;
  width: 10px;
  height: 100%;
  background-color: #fff;
}

.timeline02 li:first-child .txt dt::before {
  position: absolute;
  content: '01';
  top: 3px;
  left: -36px;
  font-size: 20px;
  font-family: var(--zen);
  font-weight: 500;
  color: #5d7392;
  background-color: #fff;
}

.timeline02 li:nth-child(2) .txt dt::before {
  position: absolute;
  content: '02';
  top: 3px;
  left: -36px;
  font-size: 20px;
  font-family: var(--zen);
  font-weight: 500;
  color: #5d7392;
  background-color: #fff;
}

.timeline02 li:nth-child(3) .txt dt::before {
  position: absolute;
  content: '03';
  top: 3px;
  left: -36px;
  font-size: 20px;
  font-family: var(--zen);
  font-weight: 500;
  color: #5d7392;
  background-color: #fff;
}

.timeline02 li:nth-child(4) .txt dt::before {
  position: absolute;
  content: '04';
  top: 3px;
  left: -36px;
  font-size: 20px;
  font-family: var(--zen);
  font-weight: 500;
  color: #5d7392;
  background-color: #fff;
}

.timeline02 li:nth-child(5) .txt dt::before {
  position: absolute;
  content: '05';
  top: 3px;
  left: -36px;
  font-size: 20px;
  font-family: var(--zen);
  font-weight: 500;
  color: #5d7392;
  background-color: #fff;
}

.tomb-create h2 {
  color: #000 !important;
  margin-top: 120px;
  letter-spacing: 0.1em;
}


.fadein00.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fadein00 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

body#hinshitsu main .headerContext article h2 {
  max-width: 1050px;
  margin-top: 134px;
  margin-bottom: 104px;
}

body#hinshitsu main .headerContext article h5 {
  margin-top: 0;
  margin-bottom: 147px;
}

@media screen and (max-width:1200px) {

  article.tomb-create dl {
    flex-direction: column;
  }

  .timeline02 .txt {
    margin-left: 0;
  }

  .timeline02 .border-line {
    left: -20px;
  }

  .timeline02 .border-under {
    left: -20px;
  }

  article.tomb-create dl .img {
    width: 100%;
    max-width: 490px;
  }

  article.tomb-create dl .txt {
    margin-top: 0;
  }

  article.tomb-create dd {
    margin-top: 0;
  }

  .timeline02 li:first-child .txt dt::after {
    height: 0;
  }

  article.tomb-create dl .txt {
    max-width: 100%;
    width: 100%;
  }
}

body#hinshitsu main .headerContext article h2 .sp-img {
  display: none;
}

body#hinshitsu main section.sale article .content .head h3 {
  max-width: 493px;
}

@media screen and (max-width:500px) {
  body#hinshitsu main .bgImage article:first-child {
    padding: 100px 20px 100px 20px;
  }

  body#hinshitsu main section.stonePit article .content .head h3 {
    max-width: 250px;
  }

  body#hinshitsu main .bgImage.process article:nth-of-type(2)>h2 {
    max-width: 250px;
    margin-top: 50px;
  }

  body#hinshitsu main .bgImage.process article:nth-of-type(2) ul {
    margin-top: -50px;
  }

  body#hinshitsu main section article .content .head h3 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  body#hinshitsu main section article.grade {
    margin-top: 150px;
  }

  .timeline dl {
    flex-direction: column;
  }

  .timeline dl {
    margin: 0 0 0 2em;
  }

  .timeline .txt {
    margin-left: 0;
    text-align: justify;
  }

  .timeline li {
    padding-bottom: 50px;
  }

  .timeline>span {
    transform: translateX(0);
  }

  .tomb-create h2 {
    font-size: 21px !important;
    margin-top: 60px;
  }

  .timeline02 .border-line {
    left: -40px;
  }

  .timeline02 .border-under {
    left: -40px;
  }

  body#hinshitsu main section article .content .head h3 {
    font-size: 21px;
    padding-bottom: 50px;
  }

  body#hinshitsu main .bgImage {
    /* margin-bottom: 100px; */
  }

  /* body#hinshitsu main section.showroom {
    margin-top: 100px;
  } */

  body#hinshitsu main section article .content .head p {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 2;
    font-weight: 500;
    text-align: justify;
    text-align: center;
  }

  body#hinshitsu main section article .store .store-panel {
    flex-direction: column;
    padding: 20px;
    padding-bottom: 0;
    padding-top: 0;
  }

  body main .showroom article .content .imageList {
    margin-top: 0;
    padding-left: 0;
    margin-top: 20px;
  }

  body main .showroom article .content {
    margin: 0 20px;
  }

  body#hinshitsu main .bgImage article:nth-of-type(2) ul li .cl div h3 {
    font-size: 21px;
    text-align: left;
  }

  body#hinshitsu main .bgImage article.grade ul li .cl div h3 {
    font-size: 21px;
    text-align: left;
  }

  .timeline02 .txt dt {
    font-size: 21px;
  }

  /* body#hinshitsu main .headerContext article {
    padding-top: 50px;
    padding-bottom: 70px;
  } */

  body#hinshitsu main .headerContext article h5 {
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    text-align: center;
  }

  body#hinshitsu main .bgImage.stonePit article:nth-of-type(2) ul li .cl p {
    font-weight: 500;
    line-height: 2;
    font-size: 15px;
  }

  body#hinshitsu main .bgImage article.grade ul li .cl div h3 {
    text-align: left;
  }

  body#hinshitsu main .bgImage article.grade ul li .cl div p {
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
  }

  body#hinshitsu main .bgImage.process article:nth-of-type(2) ul {
    padding-right: 0;
  }

  .timeline02 .txt dd {
    line-height: 2;
    font-size: 15px;
  }

  .timeline02 li:nth-child(1) .txt dt::before,
  .timeline02 li:nth-child(2) .txt dt::before,
  .timeline02 li:nth-child(3) .txt dt::before,
  .timeline02 li:nth-child(4) .txt dt::before,
  .timeline02 li:nth-child(5) .txt dt::before {
    top: 0;
  }

  article.tomb-create {
    padding-bottom: 100px !important;
  }

  body#hinshitsu main section.sale article .content .head h3 {
    letter-spacing: .1em;
  }


  body#hinshitsu main section article .store:last-child {
    margin-bottom: 0;
  }

  body main .showroom article .content {
    padding-bottom: 30px;
  }

  body#hinshitsu main section article .store .store-panel>p {
    /* font-size: 15px; */
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .timeline .txt dd {
    line-height: 2;
    font-size: 15px;
  }

  .timeline .txt dd br {
    display: none;
  }

  body#hinshitsu main .headerContext article h2 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  body#hinshitsu main .headerContext article h5 {
    margin-bottom: 70px;
    width: fit-content;
    letter-spacing: .06em;
  }

  body#hinshitsu main .headerContext article h2 .pc-img {
    display: none;
  }

  body#hinshitsu main .headerContext article h2 .sp-img {
    display: block;
    width: 100%;
  }

  body#hinshitsu main section.sale article .content .head h3 {
    max-width: 300px;
  }
}

.headerBody #headerNav.active nav .logo a img {
  filter: invert(1) !important;
}

.headerBody #headerNav.actives nav .logo a img {
  filter: invert(0) !important;
}


ul.timeline li:first-child {
  padding-top: 0;
}

ul.timeline li:last-child {
  padding-bottom: 0;
}

body#hinshitsu main .headerContext article h2 img {
  max-width: 990px;
  margin: 0 auto;
}

body#hinshitsu main section.stonePit article .content .head h3 {
  max-width: 430px;
  margin: 0 auto;
}

@media screen and (max-width:500px) {
  body#hinshitsu main section.stonePit article .content .head h3 {
    max-width: 300px;
  }
}


@media only screen and (max-width: 500px) {
  body#hinshitsu main .bgImage.stonePit article:nth-of-type(2) ul li .cl p {
    margin-top: 30px;
    letter-spacing: 0.2em;
  }

  body#hinshitsu main .bgImage article.grade ul li .cl div p {
    margin-top: 0;
  }

  article.tomb-create h2 img {
    max-width: 240px;
    margin: 0 auto;
  }
  body#hinshitsu main .bgImage.stonePit {
    padding-bottom: 50px;
  }
}

.hinshitsu-pc-block{
  display: block;
}

.hinshitsu-sp-block{
  display: none;
}

@media only screen and (max-width: 500px) {

  .hinshitsu-pc-block{
    display: none;
  }
  
  .hinshitsu-sp-block{
    display: block;
  }
}

.hinshitsu-pc02-block{
  display: block;
}

.hinshitsu-sp02-block{
  display: none;
}

@media only screen and (max-width: 500px) {

  .hinshitsu-pc02-block{
    display: none;
  }
  
  .hinshitsu-sp02-block{
    display: block;
  }
}

body#hinshitsu main section.showroom {
  background-color: #fff;
  padding-top: 100px;
}

body#hinshitsu main section article .store {
  margin-bottom: 80px;
}

body#hinshitsu main section article .store h3 {
  font-size: 21px;
  padding: 0;
  margin: 0;
  transform: translateY(-50%);
  display: inline-block;
  margin-left: -1px;
  /* background-color: #101116; */
  background-color: #fff;
  color: #101116;
  position: relative;
  z-index: 4;
  letter-spacing: 0.1em;
  padding-left: 10px;
  padding-right: 10px;
}

body#hinshitsu main section article .store .store-panel {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  padding-top: 10px;
}

body#hinshitsu main section article .store .store-panel>p {
  max-width: 415px;
  font-size: 15px !important;
  letter-spacing: 0.1em;
  color: #101116;
}

body#hinshitsu main section article .store .imageItem {
  max-width: 320px;
}

body#hinshitsu main section article .store .imageItem img {
  width: 100%;
}
