@charset "utf-8";
/* common
-------------------------------------------------------------- */


/* mv
-------------------------------------------------------------- */
#mv {
  position: relative;
  z-index: 1;
}
#mv img {
  width: 100%;
}

/* news
-------------------------------------------------------------- */
#news {
  position: relative;
  margin-top: -60px;
  padding: 40px 50px;
  background: var(--white);
}
#news .ttlArea {
  width: 120px;
}
#news .ttlArea h2 {
  writing-mode: vertical-rl;
}
#news .ttlArea h2 .noto {
  display: block;
  margin-left: 15px;
  color: var(--darkgray);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
#news .ttlArea h2 .mincho {
  display: block;
  color: var(--blue);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
}
#news .postArea {
  width: calc(100% - 260px);
  border-right: 1px solid var(--black);
}
#news .postArea li {
  justify-content: flex-start;
}
#news .postArea li:first-child .txtArea {
  border-bottom: 1px solid #d8d8d8;
}
#news .postArea li:first-child {
  padding-bottom: 30px;
}
#news .postArea li .date {
  width: 140px;
  text-align: center;
  font-size: 1.5rem;
  color: var(--gray);
  font-weight: 700;
  line-height: 1.4;
}
#news .postArea li .txtArea {
  width: calc(100% - 180px);
}
#news .postArea li .txtArea .cat {
  position: relative;
  justify-content: flex-start;
}
#news .postArea li .txtArea .cat::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 1px;
  background: var(--blue);
  content: "";
}
#news .postArea li .txtArea .cat li {
  position: relative;
  padding-bottom: 5px;
  color: var(--blue);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
#news .postArea li .txtArea .cat li::after {
  display: inline-block;
  margin-right: 5px;
  content: ",";
}
#news .postArea li .txtArea .cat li:last-child::after {
  content: none;
}
#news .postArea li .txtArea .ttl {
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#news .postArea li.none {
  text-align: center;
}
#news .btnMore {
  align-items: center;
  width: 120px;
}
#news .btnMore a {
  justify-content: flex-end;
  gap: 10px;
}
#news .btnMore a span {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 700;
}
#news .btnMore a img {
  transition: all 0.5s;
}
#news .btnMore a:hover img {
  transform: translateX(10px);
}
@media (max-width: 767px) {
  #news {
    margin-top: -30px;
    padding: 30px 20px;
  }
  #news > .flex {
    justify-content: flex-end;
  }
  #news .ttlArea {
    width: 90px;
  }
  #news .ttlArea h2 .noto {
    margin-left: 10px;
    font-size: 1.2rem;
  }
  #news .ttlArea h2 .mincho {
    font-size: 3.6rem;
  }
  #news .postArea {
    width: calc(100% - 90px);
    border-bottom: 1px solid var(--black);
    border-right: 0;
  }
  #news .postArea li {
    justify-content: flex-start;
  }
  #news .postArea li:first-child {
    padding-bottom: 20px;
  }
  #news .postArea li .date {
    width: 100%;
    font-size: 1.3rem;
    text-align: left;
  }
  #news .postArea li .txtArea {
    width: 100%;
  }
  #news .postArea li .txtArea .cat {
    padding: 10px 0 5px;
  }
  #news .postArea li .txtArea .cat::after {
    width: 100px;
  }
  #news .postArea li .txtArea .cat li {
    font-size: 1.2rem;
  }
  #news .postArea li .txtArea .ttl {
    margin: 10px 0;
    -webkit-line-clamp: 2;
    font-size: 1.3rem;
  }
  #news .postArea li.none {
    text-align: center;
  }
  #news .btnMore {
    padding-top: 20px;
    justify-content: flex-end;
    width: calc(100% - 80px);
  }
  #news .btnMore a {
    justify-content: flex-end;
    gap: 10px;
  }
  #news .btnMore a span {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 1.5rem;
    font-weight: 700;
  }
  #news .btnMore a img {
    transition: all 0.5s;
  }
  #news .btnMore a:hover img {
    transform: translateX(10px);
  }
}
/* catch
-------------------------------------------------------------- */
#catch {
  margin-top: 30px;
  padding: 130px 0;
  text-align: center;
}
#catch h2 {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 70px;
  color: var(--blue);
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 8px;
}
#catch h2::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: var(--black);
  width: 200px;
  height: 1px;
  content: "";
}
#catch p {
  margin: auto;
  max-width: 550px;
}
@media (max-width: 767px) {
  #catch {
    margin-top: 10px;
    padding: 60px 0;
  }
  #catch h2 {
    padding-bottom: 30px;
    margin-bottom: 40px;
    font-size: 4rem;
    letter-spacing: 4px;
  }
  #catch h2::after {
    width: 100px;
  }
  #catch p {
    text-align: left;
  }
}

/* about
-------------------------------------------------------------- */
#about {
  position: relative;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
#about figure {
  margin-bottom: 0;
  width: 50%;
}
#about .txtArea {
  padding: 80px;
  padding-right: calc((100% - 1110px) / 2);
  width: 50%;
}
#about .btn {
  border-top: 1px solid var(--black);
  margin-top: 40px;
  padding: 15px 10px;
  justify-content: flex-end;
}
@media (max-width: 1300px) {
  #about .txtArea {
    padding: 40px;
  }
}
@media (max-width: 1000px) {
  #about {
    position: relative;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  #about figure {
    width: 100%;
  }
  #about .txtArea {
    padding: 40px;
    width: 100%;
  }
  #about .btn {
    margin-top: 20px;
  }
}
/* products
-------------------------------------------------------------- */
#products .productsBox {
  width: 16.66%;
}
#products .productsBox a {
  display: block;
  position: relative;
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  aspect-ratio: 227 / 300;
}
#products .productsBox.s01 a {
  background: url(../img/index/products_img01.jpg) no-repeat center / cover;
}
#products .productsBox.s02 a {
  background: url(../img/index/products_img02.jpg) no-repeat center / cover;
}
#products .productsBox.s03 a {
  background: url(../img/index/products_img03.jpg) no-repeat center / cover;
}
#products .productsBox.s04 a {
  background: url(../img/index/products_img04.jpg) no-repeat center / cover;
}
#products .productsBox.s05 a {
  background: url(../img/index/products_img05.jpg) no-repeat center / cover;
}
#products .productsBox.s06 a {
  background: url(../img/index/products_img06.jpg) no-repeat center / cover;
}
#products .productsBox .txtArea {
  position: relative;
  z-index: 2;
}
#products .productsBox .txtArea h2 {
  line-height: 1;
}
#products .productsBox .txtArea .noto {
  display: block;
  margin-bottom: 10px;
  color: #b9b9b9;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
#products .productsBox .txtArea .mincho {
  display: block;
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 3px;
  word-break: break-all;
}
#products .productsBox .arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
#products .productsBox .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #727272;
  mix-blend-mode: multiply;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
#products .productsBox a:hover {
  opacity: 1;
}
#products .productsBox a:hover .txtArea .noto {
  color: var(--white);
}
#products .productsBox a:hover .overlay {
  opacity: .3;
}
#products .productsBox a:hover .arrow {
  right: 10px;
}
@media (max-width: 1400px) {
  #products .productsBox .txtArea .mincho {
    font-size: 1.7rem;
  }
}
@media (max-width: 1200px) {
  #products .productsBox {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  #products .productsBox {
    width: 50%;
  }
  #products .productsBox a {
    padding: 40px 20px;
  }
  #products .productsBox .txtArea h2 {
    line-height: 1;
  }
  #products .productsBox .txtArea .noto {
    font-size: 1.2rem;
  }
  #products .productsBox .txtArea .mincho {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}
/* column
-------------------------------------------------------------- */
#column {
  position: relative;
  padding: 150px 0;
}
#column > .flex {
  padding: 40px 50px;
  background: var(--white);
}
#column .ttlArea {
  width: 120px;
}
#column .ttlArea h2 {
  writing-mode: vertical-rl;
}
#column .ttlArea h2 .noto {
  display: block;
  margin-left: 15px;
  color: var(--darkgray);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
#column .ttlArea h2 .mincho {
  display: block;
  color: var(--blue);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
}
#column .postArea {
  justify-content: flex-start;
  gap: 30px;
  padding-right: 40px;
  width: calc(100% - 260px);
  border-right: 1px solid var(--black);
}
#column .postArea li {
  width: calc((100% - 60px) / 3);
}
#column .postArea li a {
  display: block;
}
#column .postArea li .eyecatch {
  background-color: var(--lightgray);
  background-size: cover;
  aspect-ratio: 223 / 150;
}
#column .postArea li .date {
  margin-top: 15px;
  font-weight: 700;
  line-height: 1.4;
}
#column .postArea li .ttl {
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#column .postArea li .arrow {
  text-align: right;
  transition: all 0.5s;
}
#column .postArea li a:hover .arrow {
  transform: translateX(10px);
}
#column .postArea li.none {
  text-align: center;
}
#column .btnMore {
  align-items: center;
  width: 120px;
}
#column .btnMore a {
  justify-content: flex-end;
  gap: 10px;
}
#column .btnMore a span {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 700;
}
#column .btnMore a img {
  transition: all 0.5s;
}
#column .btnMore a:hover img {
  transform: translateX(10px);
}
@media (max-width: 767px) {
  #column {
    padding: 50px 0;
  }
  #column > .flex {
    padding: 30px 20px;
    justify-content: flex-end;
  }
  #column .ttlArea {
    width: 90px;
  }
  #column .ttlArea h2 .noto {
    margin-left: 10px;
    font-size: 1.2rem;
  }
  #column .ttlArea h2 .mincho {
    font-size: 3.6rem;
  }
  #column .postArea {
    padding: 0 0 30px;
    width: calc(100% - 90px);
    border-bottom: 1px solid var(--black);
    border-right: 0;
  }
  #column .postArea li {
    width: 100%;
  }
  #column .postArea li .txtArea .ttl {
    margin: 10px 0;
    font-size: 1.3rem;
  }
  #column .btnMore {
    padding-top: 20px;
    justify-content: flex-end;
    width: calc(100% - 80px);
  }
  #column .btnMore a {
    justify-content: flex-end;
    gap: 10px;
  }
  #column .btnMore a span {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 1.5rem;
    font-weight: 700;
  }
  #column .btnMore a img {
    transition: all 0.5s;
  }
  #column .btnMore a:hover img {
    transform: translateX(10px);
  }
}
/* igArea
-------------------------------------------------------------- */
.igArea {
  padding: 140px 0;
}
@media (max-width: 767px) {
  .igArea {
    padding: 70px 0;
  }
}