body {
    font-family: "Yu Mincho", serif;
  }
  
  h1 {
    font-size: 40px;
    color: #FFFFFF;
    margin: 0;
  }
  
  h2 {
    font-size: 36px;
    margin: 0;
  }
  
  h3 {
    font-size: 24px;
    color: #FFFFFF;
    margin: 0;
  }
  
  p {
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
  }
  
  a {
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
    margin: 0;
  }
  a:hover {
    cursor: pointer;
    color: #CCCCCC;
  }
  
  ul {
    list-style: none;
  }
  
  li {
    list-style: none;
  }
  
  section {
    width: calc(100% - 80px);
    margin: 0 auto;
    max-width: 1024px;
  }
  
  iframe {
    width: 100%;
    height: 450px;
  }
  
  @media (max-width: 768px) {
    h2 {
      font-size: 28px;
    }
    section {
      width: calc(100% - 40px);
    }
  }
  .l-header {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url("./images/mainvisual-pc.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 60px 80px 30px 40px;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  
  @media (max-width: 768px) {
    .l-header {
      background-image: url("./images/mainvisual-sp.jpg");
      padding: 20px 15px 20px 20px;
    }
  }
  .l-main {
    width: 100%;
    background-color: #E6E2D7;
    padding-top: 180px;
  }
  
  @media (max-width: 768px) {
    .l-main {
      padding-top: 80px;
    }
  }
  .l-footer {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #000000;
    padding: 80px 80px 0 30px;
  }
  
  @media (max-width: 768px) {
    .l-footer {
      padding: 40px 15px 0 20px;
    }
  }
  .p-first-view {
    width: 100%;
    height: 100%;
  }
  
  .p-first-view__left {
    position: absolute;
    bottom: 30px;
    left: 40px;
    width: 68px;
  }
  .p-first-view__left .p-first-view__btn {
    position: relative;
    display: block;
    width: 100%;
    height: 257px;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    line-height: 68px;
  }
  .p-first-view__left .p-first-view__btn::before {
    position: absolute;
    top: 8px;
    left: 8px;
    content: "";
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid #FFFFFF;
  }
  .p-first-view__left .p-first-view__btn:hover::before {
    border: 1px solid #CCCCCC;
  }
  
  .p-first-view__right .c-site__title {
    margin-left: 60px;
  }
  .p-first-view__right .c-site__nav {
    padding: 0;
  }
  .p-first-view__right .c-site__nav .c-site__nav-item {
    margin-left: 25px;
  }
  
  .p-news {
    writing-mode: vertical-rl;
    padding-bottom: 180px;
  }
  
  .p-news__title .p-news__title-jp {
    display: block;
    margin-left: 100px;
  }
  .p-news__title .p-news__title-en {
    display: block;
    font-size: 10px;
    font-weight: normal;
  }
  
  .p-news__container {
    padding-top: 76px;
  }
  .p-news__container .p-news__item {
    padding: 16px 30px;
    border-left: 1px solid #000000;
  }
  .p-news__container .p-news__item:first-child {
    border-right: 1px solid #000000;
  }
  .p-news__container .p-news__item .p-news__item-date {
    font-size: 10px;
  }
  .p-news__container .p-news__item .p-news__item-title {
    font-size: 16px;
    margin: 0;
  }
  
  @media (max-width: 768px) {
    .p-news__title .p-news__title-jp {
      margin-left: 30px;
    }
    .p-news__container .p-news__item {
      padding: 10px 12px;
    }
    .p-news__container .p-news__item:nth-child(4) {
      display: none;
    }
    .p-news__container .p-news__item:nth-child(5) {
      display: none;
    }
  }
  .p-value {
    writing-mode: vertical-rl;
    padding-bottom: 180px;
  }
  
  .p-value__title {
    margin-left: 25px;
  }
  .p-value__title .p-value__title-jp {
    padding-bottom: 25px;
  }
  .p-value__title .p-value__title-en {
    font-size: 10px;
    font-weight: normal;
  }
  
  .p-value__container {
    position: relative;
    width: 60%;
    aspect-ratio: 3/2;
    background-image: url("./images/products1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 96px;
  }
  .p-value__container .p-value__description {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -20px;
    left: -20px;
    background: rgba(249, 233, 6, 0.6) 0% 0% no-repeat padding-box;
    width: 358px;
    height: 137px;
  }
  .p-value__container .p-value__description .p-value__description-text {
    writing-mode: horizontal-tb;
  }
  
  @media (max-width: 768px) {
    .p-value__title {
      margin-left: 10px;
    }
    .p-value__container {
      width: calc(100% - 52px);
    }
    .p-value__container .p-value__description {
      width: 192px;
      height: 120px;
    }
  }
  .p-harmony {
    writing-mode: vertical-lr;
    padding-bottom: 180px;
  }
  
  .p-harmony__title {
    margin-right: 25px;
  }
  .p-harmony__title .p-harmony__title-jp {
    padding-bottom: 25px;
  }
  .p-harmony__title .p-harmony__title-en {
    font-size: 10px;
    font-weight: normal;
  }
  
  .p-harmony__container {
    position: relative;
    width: 60%;
    aspect-ratio: 3/2;
    background-image: url("./images/products2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 96px;
  }
  .p-harmony__container .p-harmony__description {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -20px;
    right: -20px;
    background: rgba(149, 42, 38, 0.6) 0% 0% no-repeat padding-box;
    width: 358px;
    height: 137px;
  }
  .p-harmony__container .p-harmony__description .p-harmony__description-text {
    writing-mode: horizontal-tb;
  }
  
  @media (max-width: 768px) {
    .p-harmony__title {
      margin-right: 10px;
    }
    .p-harmony__container {
      width: calc(100% - 52px);
    }
    .p-harmony__container .p-harmony__description {
      width: 192px;
      height: 120px;
    }
  }
  .p-footer__body {
    position: relative;
    width: 100%;
    writing-mode: vertical-rl;
  }
  
  .p-footer__left {
    position: absolute;
    left: 0;
  }
  .p-footer__left .p-footer__cta {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 5px;
  }
  .p-footer__left .p-footer__contact {
    padding-top: 10px;
  }
  
  .p-footer__right .c-site__title {
    margin-left: 60px;
  }
  .p-footer__right .p-number {
    text-orientation: upright;
  }
  .p-footer__right .c-site__nav {
    padding: 0;
    margin-right: 60px;
  }
  .p-footer__right .c-site__nav .c-site__nav-item {
    margin-left: 25px;
  }
  
  .p-footer__copyright {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    writing-mode: horizontal-tb;
    font-size: 10px;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .p-footer__right .c-site__title {
      margin-left: 20px;
    }
    .p-footer__right .c-site__nav {
      margin-right: 25px;
    }
    .p-footer__right .c-site__nav .c-site__nav-item {
      margin-left: 10px;
    }
  }/*# sourceMappingURL=main.css.map */