@charset "UTF-8";

.main_inner {
  overflow-x: hidden;
}
.p-contents {
  margin: 0 auto 450px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  font-weight: 400;
}
.p-firstView {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-firstView__leadText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
  font-family: var(--font-f37-ginger);
  text-align: center;
}
.p-firstView__lead_sub_Text{
  text-align: center;
  letter-spacing: 0.05em;
}

.p-firstView__heading {
  font-size: 20px;
  font-weight: 600;
}
.p-section {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.p-productBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 40px;
}

.bold{
  font-weight: bold;
}
.p-button {
  display: grid;
  place-items: center;
  width: var(--button-width, 210px);
  height: var(--button-width, 33px);
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  background:var(--color-basis) ;
  color: #fff;
}
.p-linkArea {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 5px;
}

.p-productBlock__txtBox p:first-child{
  margin-bottom: 30px;
}

.video__cont{
  width: 100%;
}
/* --- for small viewport --- */
@media screen and (max-width: 767px) {
  .p-firstView__leadText{
    font-size: 18px;
  }
  .p-firstView__lead_sub_Text{
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 30px;
  }
  .p-firstView_txt{
    width: 91%;
    margin: 28px auto 56px;
    line-height: 2;
    font-size: 14px;
  }
  .p-section p{
    font-size: 14px;
    width: 92%;
    margin: 0 auto;
    line-height: 2;
  }
  .p-contents{
    margin-bottom: 294px;
  }
  .p-productBlock{
    row-gap: 27px;
  }
  .p-productBlock__txtBox p:first-child{
    margin-bottom: 24px;
  }
  .p-linkArea{
    padding: 0 20px;
  }
  .video__cont{
    width: 92%;
    margin: 0 auto;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 768px) {

  .p-contents {
    width: 112rem;
  }
  .p-productBlock__image-02{
    --imageBox-col: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .p-button:hover,
  .p-linkArea > a:hover {
    opacity: 0.6;
  }
  .p-firstView__leadText{
    font-size: 30px;
  }
  .p-firstView__lead_sub_Text{
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 41px;
  }

  .p-firstView_txt {
    text-align: center;
    width: 656px;
    margin: 42px auto 0;
    font-size: 20px;
  }
  .p-productBlock p{
    width: 640px;
    margin: 0 auto;
    text-align: left;
    font-size: 20px;
    line-height: 1.7;
  }

  .p-section{
    margin-top: 76px;
  }
}

.p-section .p-productBlock:nth-of-type(6){
  margin-top: 80px;
}