/*========================================
color
========================================*/
/*========================================
decoration
========================================*/
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

ul {
  list-style: none;
  padding-left: 0;
  padding-top: 0;
}

/*========================================
font
========================================*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  height: 100%;
  font-family: "Noto Serif JP", serif;
}

/*========================================
common
========================================*/
.wrapper {
  max-width: 1064px;
  width: 100%;
  padding-inline: 2rem;
  margin: 0 auto;
}

.site__title img {
  width: 40px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#header {
  position: relative;
}
#header .site__title {
  position: absolute;
  top: 3%;
  right: 5%;
}
#header .header__list {
  position: absolute;
  top: 3.5%;
  right: 26.5%;
  font-size: 1.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 0;
}
#header .header__list li {
  padding-left: 1.6rem;
}
#header .header__list li a {
  color: #ffffff;
}
#header .header__link {
  position: absolute;
  bottom: 3.5%;
  left: 5.3%;
  width: 68px;
  height: 252px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 8px;
}
#header .header__link p {
  border: 1px solid #ffffff;
  padding: 34px 14px;
  position: absolute;
  z-index: 10;
  font-size: 1.5rem;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  #header .mainvisual.-pc {
    display: none;
  }
  #header .mainvisual.-sp {
    height: 90vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  #header .mainvisual.-sp {
    display: none;
  }
  #header .mainvisual.-pc {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #header .site__title {
    top: 10%;
    right: 5.8%;
  }
  #header .header__list {
    top: 10.4%;
    right: 11.3%;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  #header .header__list li {
    padding-left: 1.8rem;
  }
  #header .header__link {
    bottom: 5.1%;
    left: 2.9%;
    padding: 8px;
  }
  #header .header__link p {
    font-size: 1.6rem;
    padding: 28px 12px;
    letter-spacing: 0.01em;
  }
}
#news {
  background-color: #E6E2D7;
  padding-top: 80px;
}
#news .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-right: 1rem;
}
#news .wrapper .news__list {
  padding-right: 1.2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #141414;
  padding-top: 20px;
}
#news .wrapper .news__list .list__item {
  padding: 1.5em 6.5px;
  border-right: 1px solid #000000;
  height: 292px;
}
#news .wrapper .news__list .list__item:nth-child(3) {
  border-left: 1px solid #000000;
}
#news .wrapper .news__list .list__item .date__area {
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}
#news .wrapper .news__list .list__item .text__area {
  font-size: 1.6rem;
  line-height: 1.35em;
}
#news .wrapper .section__title {
  color: #141414;
  font-size: 2.8rem;
  font-weight: lighter;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.01em;
}
#news .wrapper .section__title aside {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  #news .news__list .list__item.-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #news {
    padding-top: 180px;
  }
  #news .wrapper .news__list {
    padding-right: 8.3rem;
    padding-top: 79px;
  }
  #news .wrapper .news__list .list__item {
    height: 300px;
    padding: 1.6em 25.5px;
  }
  #news .wrapper .news__list .list__item:nth-child(3) {
    border-left: none;
  }
  #news .wrapper .news__list .list__item:nth-child(5) {
    border-left: 1px solid #000000;
  }
  #news .wrapper .news__list .list__item .date__area {
    font-size: 1.2rem;
  }
  #news .wrapper .news__list .list__item .text__area {
    font-size: 1.6rem;
    line-height: 1.25em;
  }
  #news .wrapper .section__title {
    font-size: 3.4rem;
    letter-spacing: 0.08em;
    padding-right: 2rem;
  }
  #news .wrapper .section__title aside {
    font-size: 1.3rem;
  }
}
/*========================================
common
========================================*/
.product__title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.4rem;
  font-weight: lighter;
  width: 10%;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .product__title {
    width: 7%;
    font-size: 3.6rem;
    line-height: 2em;
  }
  .product__title span {
    margin-top: 16px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .product__title .-pc {
    display: none;
  }
}

#product {
  background-color: #E6E2D7;
  padding: 1px 0 96px 0;
}
#product .wrapper .product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#product .wrapper .product__container .product__content {
  width: 90%;
  position: relative;
  margin-top: 96px;
}
#product .wrapper .product__container .product__content .product__image {
  max-width: 650px;
  width: 100%;
  height: auto;
}
#product .wrapper .product__container .product__content .product__text {
  position: absolute;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1em;
  padding: 30px 4rem;
}
#product .wrapper .product__container.-value {
  margin-top: 80px;
}
#product .wrapper .product__container.-value .product__text {
  background-color: rgba(249, 233, 6, 0.6);
  left: -5%;
  bottom: -5%;
}
#product .wrapper .product__container.-harmony {
  margin-top: 184px;
}
#product .wrapper .product__container.-harmony .product__title {
  line-height: 1.8em;
}
#product .wrapper .product__container.-harmony .product__text {
  background-color: rgba(149, 42, 38, 0.6);
  right: -6%;
  bottom: -6%;
}

@media screen and (min-width: 768px) {
  #product {
    padding: 95px 0 170px 0;
  }
  #product .wrapper .product__container .product__content {
    width: 63%;
  }
  #product .wrapper .product__container .product__content .product__text {
    padding: 47px 11.8rem;
    font-size: 1.6rem;
  }
  #product .wrapper .product__container.-value {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #product .wrapper .product__container.-value .product__text {
    left: -3%;
    bottom: -2%;
  }
  #product .wrapper .product__container.-harmony {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #product .wrapper .product__container.-harmony .product__text {
    right: -3%;
    bottom: -2%;
  }
}
#address {
  max-width: 100%;
  min-height: 450px;
}
#address iframe {
  vertical-align: bottom;
}

#footer {
  background-color: #000000;
  padding: 35px 20px 30px 20px;
}
#footer .footer__container {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  color: #ffffff;
  font-size: 1.4rem;
  width: 100%;
  margin: 0 0 0 auto;
  display: grid;
  grid-template-rows: auto 3fr auto;
}
#footer .footer__container a {
  color: #ffffff;
}
#footer .footer__container .list__container .footer__address {
  padding-right: 1rem;
  line-height: 1.4em;
}
#footer .footer__container .list__container .footer__list {
  padding-right: 0.5rem;
  line-height: 1.1em;
  letter-spacing: 0.1em;
}
#footer .footer__container .list__container .footer__list li {
  padding-right: 1rem;
}
#footer .footer__container .list__container .footer__list li:nth-child(1) {
  padding-right: 0;
}
#footer .footer__container .list__container .footer__link {
  line-height: 1em;
}
#footer .footer__copy {
  margin-top: 6px;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #footer {
    padding: 78px 20px 30px 20px;
  }
  #footer .footer__container {
    padding-right: 58px;
  }
  #footer .footer__container .list__container .footer__address {
    padding-right: 4.2rem;
    line-height: 1.7em;
  }
  #footer .footer__container .list__container .footer__list {
    padding-right: 3.5rem;
    font-size: 1.6rem;
  }
  #footer .footer__container .list__container .footer__list li {
    padding-right: 2.5rem;
  }
  #footer .footer__container .list__container .footer__list li:nth-child(1) {
    padding-right: 0;
  }
  #footer .footer__container .list__container .footer__list .footer__link {
    line-height: 2.5em;
  }
  #footer .footer__copy {
    margin-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */