@charset "UTF-8";
header .secHeader .secHeaderIn .wrap {
  justify-content: right;
}

@media screen and (max-width: 767px) {
  header {
    background: none;
  }
  header.active .secHeader {
    background: #fff;
  }
  header .secHeader {
    border-bottom: none;
    background: none;
    padding-bottom: 8px;
  }
  header .secHeader .secHeaderIn {
    top: 0;
  }
  header .secHeader .secHeaderIn .wrap .headerNav a {
    margin-right: 84px;
    letter-spacing: 0;
    display: block !important;
    position: relative;
    top: -4px;
  }
}
footer {
  position: relative;
  z-index: 100;
  background: #fff;
}

section {
  background: #fff;
}

.secAbout .wrap .linkTx {
  font-size: 1.25vw;
  /* original font-size: 16px */
  text-decoration: underline;
  text-underline-offset: 5px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.commonWidth {
  max-width: initial;
  width: initial;
  padding: 0 clamp(3.125rem, -8.036rem + 17.86vw, 6.25rem);
}

@media screen and (max-width: 1280px) {
  .secAbout .wrap .linkTx {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .commonWidth {
    padding: 0 clamp(1.25rem, -1.091rem + 7.49vw, 2.5rem);
  }
}
.commonTitle {
  font-size: 5.625vw;
  /* original font-size: 72px */
}

@media screen and (max-width: 767px) {
  .commonTitle {
    font-size: 40px;
  }
}
section {
  position: relative;
  z-index: 100;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.secFv {
  opacity: 0;
  transition: opacity 1s ease;
}

.secFv.active {
  opacity: 1;
}

.secFv {
  transition: 1s;
  height: 100vh;
  height: 100svh;
  width: 100%;
  position: relative;
}
.secFv.white {
  opacity: 0 !important;
}
.secFv .innerWrap {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  --after-opacity: 0;
}
.secFv .innerWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  inset: 0;
  background: #000;
  opacity: var(--after-opacity);
  pointer-events: none;
  transition: opacity 0s; /* GSAP制御なので不要 */
}
.secFv .gridArea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
  height: 100svh;
  width: 100%;
}
.secFv .gridArea .tl {
  color: #fff;
  position: absolute;
  bottom: 4.6875vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  white-space: nowrap;
  z-index: 3;
}
.secFv .gridArea .leftArea, .secFv .gridArea .rightArea {
  width: 50vw;
  height: auto;
  position: relative;
}
.secFv .gridArea .leftArea .image1, .secFv .gridArea .leftArea .image2, .secFv .gridArea .rightArea .image1, .secFv .gridArea .rightArea .image2 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .secFv .gridArea .tl {
    text-align: center;
    width: 90%;
    max-width: 330px;
    bottom: 30px;
  }
  .secFv .gridArea .spArea {
    width: 100%;
    height: 100%;
  }
  .secFv .gridArea .spArea img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.secAbout .wrap {
  padding: 10.9375vw 0 12.5vw;
}
.secAbout .wrap * {
  font-weight: bold;
}
.secAbout .wrap h2 {
  line-height: 130%;
}
.secAbout .wrap h2 span {
  font-size: inherit;
  font-weight: inherit;
}
.secAbout .wrap h2 span:last-of-type {
  margin-left: -1.5625vw;
  /* original: 20px */
}
.secAbout .wrap .tx {
  padding: 2.5vw 0 3.5vw;
  /* original: 32px 0 45px*/
  font-size: 1.484375vw;
  /* original font-size: 19px */
  line-height: 203%;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1279px) {
  .secAbout .wrap {
    padding: 140px 0 160px;
  }
  .secAbout .wrap .tx {
    padding: 32px 0 45px;
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .secAbout .topTitle {
    font-size: clamp(28px, 11.79vw, 46px);
  }
  .secAbout .wrap {
    padding: 140px 0;
  }
  .secAbout .wrap h2 span {
    letter-spacing: 0.1em;
  }
  .secAbout .wrap .tx {
    padding: 30px 0;
    letter-spacing: 0.07em;
    line-height: 200%;
    font-size: 17px;
    white-space: nowrap;
  }
}
.secItem {
  width: 100%;
  overflow: hidden;
}
.secItem * {
  font-weight: bold;
}
.secItem .swiper1 {
  margin-bottom: 6.25vw;
}
.secItem .swiper2 {
  margin-bottom: 9.375vw;
}
.secItem .content {
  -webkit-touch-callout: none;
}
.secItem .content .img {
  aspect-ratio: 340/454;
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.secItem .content .img:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(112, 112, 112, 0);
  box-sizing: border-box;
  z-index: 111;
}
.secItem .content .img img {
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.secItem .content:hover .img:after {
  border: 1px solid #707070;
}
.secItem .content .txArea .colorWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 10px 0px 0px;
}
.secItem .content .txArea .colorWrap .colorOption {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.secItem .content .txArea .tl, .secItem .content .txArea .sub, .secItem .content .txArea .price, .secItem .content .txArea .colorWrap {
  font-size: 1.0938vw;
  padding: 0 30px;
}
.secItem .content .txArea .price {
  padding-top: 0.15625vw;
  color: #707070;
}
.secItem .content .txArea .sub {
  width: 90%;
  letter-spacing: 0.1em;
  color: #707070;
}
.secItem .content .txArea .tl {
  pointer-events: none;
  transition: all 0.5s;
  margin: 1.7969vw 15px 1.09375vw 0;
}
.secItem .content .txArea .tl span {
  font-size: 1.4844vw;
  /* original: 19px */
  padding-left: 0.8594vw;
  padding-right: 0.8594vw;
  line-height: 1;
}
.secItem .content .txArea .tl span:last-of-type {
  padding: 0.625vw 0.8594vw 1.0156vw;
  /* original: 8px 11px 13px */
}
.secItem .content .txArea .tl span:first-of-type {
  padding: 1.1719vw 0.8594vw 0.5469vw;
  /* original: 15px 11px 7px */
}
.secItem .content .txArea .tl.itemTl .single-row {
  padding: 1.1719vw 0.8594vw 1.1719vw;
}

@media screen and (max-width: 1279px) {
  .secItem .swiper1 {
    margin-bottom: 80px;
  }
  .secItem .swiper2 {
    margin-bottom: 120px;
  }
  .secItem .content .txArea .tl, .secItem .content .txArea .sub, .secItem .content .txArea .price {
    font-size: 14px;
  }
  .secItem .content .txArea .price {
    padding-top: 2px;
  }
  .secItem .content .txArea .tl span {
    font-size: 19px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .secItem .content .txArea .tl span:last-of-type {
    padding-top: 8px;
    padding-bottom: 13px;
  }
  .secItem .content .txArea .tl span:first-of-type {
    padding-top: 15px;
    padding-bottom: 7px;
  }
  .secItem .content .txArea .tl.itemTl .single-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .secItem .content .tl, .secItem .content .sub, .secItem .content .price {
    font-size: 1.8vw;
  }
  .secItem .content .tl span {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .secItem .swiper1 {
    margin-bottom: 50px;
  }
  .secItem .swiper2 {
    margin-bottom: 60px;
  }
  .secItem .content .txArea .tl, .secItem .content .txArea .sub, .secItem .content .txArea .price, .secItem .content .txArea .colorWrap {
    padding: 0 0px;
    font-size: 12px;
  }
  .secItem .content .txArea .tl {
    margin: 20px 0px 10px;
  }
  .secItem .content .txArea .tl span {
    font-size: 15px;
  }
  .secItem .content .txArea .colorWrap .colorOption {
    width: clamp(0.375rem, 0.142rem + 1.01vw, 0.625rem);
    height: clamp(0.375rem, 0.142rem + 1.01vw, 0.625rem);
  }
  .secItem .content .itemTl {
    margin: 0;
    padding: 20px 20px 0;
  }
  .secItem .content .itemTl span {
    font-size: clamp(14px, 3.85vw, 15px);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .secItem .content .itemTl span:first-of-type {
    padding-top: 5px;
    padding-bottom: 6px;
  }
  .secItem .content .itemTl span:last-of-type {
    padding-top: 5px;
    padding-bottom: 9px;
  }
  .secItem .content .itemTl .single-row {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.secSimulator {
  padding: 18.3594vw 0 18.5938vw;
}
.secSimulator * {
  font-weight: bold;
}
.secSimulator h2 {
  line-height: 100%;
}
.secSimulator .wrap {
  position: relative;
  margin: 0 auto;
  width: 46.875vw;
}
.secSimulator .wrap .tl {
  background: #fff;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.3438vw;
  /* original font-size: 30px */
  border: 1px solid #707070;
  padding: 1.7188vw 1.5625vw 1.7188vw 1.0938vw;
  /* original: 22px 20px 22px 14px */
  line-height: 100%;
  letter-spacing: 0.03em;
}
.secSimulator .wrap .content {
  margin: -15px auto 0;
  border: 1px solid #707070;
}
.secSimulator .wrap .content .imgArea {
  padding: 2.1094vw;
}
.secSimulator .wrap p {
  padding-top: 2.1094vw;
  font-size: 1.4844vw;
  /* original font-size: 19px */
  letter-spacing: 0.03em;
  line-height: 160%;
}
.secSimulator .wrap .btn {
  position: absolute;
  right: -100px;
  bottom: -40px;
  display: block;
}
.secSimulator .wrap .btn svg {
  width: 270px;
  height: 238px;
}

@media screen and (max-width: 1279px) {
  .secSimulator .wrap {
    width: 600px;
  }
  .secSimulator .wrap .tl {
    font-size: 30px;
    padding: 22px 20px 22px 14px;
  }
  .secSimulator .wrap .content .imgArea {
    padding: 27px;
  }
  .secSimulator .wrap p {
    padding-top: 27px;
    font-size: 19px;
  }
}
@media screen and (max-width: 1000px) {
  .secSimulator .commonTitle {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .secSimulator {
    padding: 164px 0 80px;
  }
  .secSimulator .wrap {
    padding: 0;
    width: 100%;
  }
  .secSimulator .wrap .img-pc {
    display: none;
  }
  .secSimulator .wrap .img-sp {
    display: block;
  }
  .secSimulator .wrap .content {
    margin: -11px auto 0;
  }
  .secSimulator .wrap .content .imgArea {
    padding: 5px 11px 20px;
  }
  .secSimulator .wrap .content .imgArea img {
    padding: 0 10px;
  }
  .secSimulator .wrap .content .imgArea p {
    padding-bottom: 22px;
    padding-top: 25px;
    font-size: 14px;
  }
  .secSimulator .wrap .tl {
    font-size: clamp(14px, 5.64vw, 22px);
    padding: 16px 17px 15px 11px;
    letter-spacing: 0.01em;
  }
  .secSimulator .wrap .btn {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .secSimulator .wrap .btn svg {
    width: 182px;
    height: 160px;
  }
}
.secNews {
  padding-bottom: 19.5312vw;
}
.secNews * {
  font-weight: bold;
}
.secNews .wrap {
  display: grid;
  gap: 5.4688vw;
  margin-top: 2.3438vw;
  margin-bottom: 7.0312vw;
}
.secNews .wrap .img-pc {
  display: block;
}
.secNews .wrap .img-sp {
  display: none;
}
.secNews .wrap .content:nth-child(2) .txArea {
  margin-left: auto;
}
.secNews .wrap .content:hover .imgArea {
  border: 1px solid #707070;
}
.secNews .wrap .content:hover .txArea {
  border: 1px solid #707070;
}
.secNews .wrap .content .imgArea {
  border: 1px solid rgba(112, 112, 112, 0);
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 500/190;
}
.secNews .wrap .content .imgArea img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.secNews .wrap .content .txArea {
  border: 1px solid rgba(112, 112, 112, 0);
  padding: 1.5625vw;
  min-width: 41.4062vw;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  margin-top: -100px;
  position: relative;
}
.secNews .wrap .content .txArea .txAreaInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.0156vw;
}
.secNews .wrap .content .txArea .txAreaInner .cat {
  font-size: 1.25vw;
  /* original font-size: 16px */
  border: 1px solid #707070;
  line-height: 1;
  padding: 0.5469vw 0.9375vw 0.5469vw 0.5469vw;
  /* original: 7px 12px 7px 7px */
  letter-spacing: 0;
}
.secNews .wrap .content .txArea .txAreaInner .sub {
  letter-spacing: 0px;
  color: #BEBEBE;
  font-size: 1.0938vw;
  /* original font-size: 14px */
}
.secNews .wrap .content .txArea .txAreaTl, .secNews .wrap .content .txArea .txAreaInner {
  transition: all 0.5s;
  opacity: 1;
}
.secNews .wrap .content .txArea .txAreaTl {
  font-size: 1.5625vw;
  /* original font-size: 20px */
  line-height: 163%;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1279px) {
  .secNews {
    padding-bottom: 249px;
  }
  .secNews .wrap {
    margin-top: 30px;
    margin-bottom: 90px;
    gap: 70px;
  }
  .secNews .wrap .content .txArea {
    padding: 20px;
    min-width: 530px;
  }
  .secNews .wrap .content .txArea .txAreaInner {
    padding-bottom: 13px;
  }
  .secNews .wrap .content .txArea .txAreaInner .cat {
    font-size: 16px;
    padding: 7px 12px 7px 7px;
  }
  .secNews .wrap .content .txArea .txAreaInner .sub {
    font-size: 14px;
  }
  .secNews .wrap .content .txArea .txAreaTl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .secNews {
    padding-bottom: 180px;
  }
  .secNews .commonTitle {
    padding-bottom: 14px;
  }
  .secNews .wrap {
    gap: 55px;
    margin-top: 0px;
    margin-bottom: 70px;
  }
  .secNews .wrap .content .txArea {
    padding: 16px 0 0;
    width: 100%;
    margin-top: initial;
    min-width: initial;
  }
  .secNews .wrap .content .txArea .txAreaInner {
    padding-bottom: 8px;
  }
  .secNews .wrap .content .txArea .txAreaInner .cat {
    padding: 6px;
    font-size: 12px;
  }
  .secNews .wrap .content .txArea .txAreaInner .sub {
    font-size: 10px;
  }
  .secNews .wrap .content .txArea .txAreaTl {
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  .secNews .wrap .content .imgArea {
    aspect-ratio: 350/180;
  }
  .secNews .wrap .content .imgArea img {
    width: 100%;
    height: 100%;
  }
  .secNews .wrap .content:hover .imgArea {
    border: 1px solid #707070;
  }
  .secNews .wrap .content:hover .txArea {
    border: 1px solid rgba(112, 112, 112, 0);
  }
}/*# sourceMappingURL=style.css.map */