@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*----------------------------
- base
- color
- MV ~ lead_sec
- kamru_area
----------------------------*/
/*============================
base
============================*/
body {
  text-align: left;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 65px;
  }
}

main {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
main.loaded {
  opacity: 1;
}

.inner, .kamru_area .coord, .kamru_area .feature {
  width: 90%;
  max-width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner, .kamru_area .coord, .kamru_area .feature {
    width: 92%;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

main a {
  will-change: transform, translate;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
main a:hover {
  opacity: 1;
}

main img,
main picture {
  display: block;
  width: 100%;
}

main sup {
  font-size: 60%;
}

.font_base, .kamru_area .intro .text {
  color: #ccc;
  font-size: 20px;
  line-height: 1.9;
}

.font12, .kamru_area .spec .size_info .text .price span {
  font-size: 12px;
}

.oswald, .kamru_area .spec h2, .kamru_area .feature .point .box .num, .kamru_area .feature h2 {
  font-family: "Oswald", sans-serif;
}

.js-fade-up {
  will-change: transform, opacity;
}

/*============================
color
============================*/
:root {
  --main: #333;
  --white: #fff;
  --green: #35B26B;
  --light_green: #7BB924;
  --blue: #177FAF;
  --yellow: #FFF033;
  --gray: #cccccc;
  --gray2: #A6A6A6;
  --black: #000;
  --red: #FF0000;
}

/*============================
MV ~ lead_sec
============================*/
.mv {
  aspect-ratio: 1366/671;
  background: #4B4B4B;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    aspect-ratio: 375/604;
    padding-bottom: 74.2666666667vw;
    margin-bottom: -23.8666666667vw;
  }
}
.mv .mv_txt_area {
  width: 55.6368960469vw;
  height: 100%;
  position: relative;
  padding-top: 4.0732064422vw;
  padding-left: 14.1288433382vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv .mv_txt_area {
    width: 100%;
    max-height: 86.8vw;
    padding-top: 11.4666666667vw;
    padding-left: 0;
  }
}
.mv .mv_txt_area::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #4B4B4B;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 65% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 65% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv .mv_txt_area::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 81%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 81%);
  }
}
.mv .mv_txt_area .mv_catch {
  width: 35.065885798vw;
}
@media screen and (max-width: 768px) {
  .mv .mv_txt_area .mv_catch {
    width: 91.7333333333vw;
    margin-inline: auto;
    margin-bottom: 11.7333333333vw;
  }
}
.mv .mv_txt_area > img {
  width: 22.1083455344vw;
  margin-left: 2.635431918vw;
  margin-bottom: -2.5622254758vw;
}
@media screen and (max-width: 768px) {
  .mv .mv_txt_area > img {
    width: 45.6vw;
    position: absolute;
    top: 37.6vw;
    right: 4.2666666667vw;
    z-index: 10;
  }
}
.mv .mv_txt_area .ttl {
  width: 20.9370424597vw;
  margin-left: 1.9765739385vw;
  margin-bottom: 2.668374817vw;
}
@media screen and (max-width: 768px) {
  .mv .mv_txt_area .ttl {
    width: 44vw;
    margin-left: 8.2666666667vw;
    margin-bottom: 25.424vw;
  }
}
.mv .mv_txt_area .sg_mark {
  width: 22.8469985359vw;
}
.mv .mv_img {
  width: 65.8857979502vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .mv .mv_img {
    width: 100%;
    top: auto;
    bottom: 0;
  }
}

/*============================
kamru_area
============================*/
.kamru_area {
  background-color: var(--black);
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kamru_area {
    padding-top: 110px;
    -webkit-clip-path: polygon(0% 16.2666666667vw, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0% 16.2666666667vw, 100% 0, 100% 100%, 0% 100%);
  }
}
.kamru_area::before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
  width: 35.8711566618vw;
  aspect-ratio: 974/1039;
  background: url(../images/kamru_bg01.png) left/contain no-repeat;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .kamru_area::before {
    display: none;
  }
}
.kamru_area::after {
  content: "";
  display: block;
  position: absolute;
  top: 43%;
  right: 0;
  width: 30.2108345534%;
  height: 561px;
  background: url(../images/kamru_bg02.png) right/contain no-repeat;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .kamru_area::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .kamru_area .inner, .kamru_area .coord, .kamru_area .feature {
    width: 100%;
  }
}
.kamru_area .intro {
  margin-bottom: 130px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kamru_area .intro {
    margin-bottom: 0;
  }
}
.kamru_area .intro .text {
  text-align: center;
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .kamru_area .intro .text {
    font-size: 18px;
    line-height: 2.2222222222;
    margin-bottom: 20px;
  }
}
.kamru_area .intro .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .kamru_area .intro .img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.kamru_area .intro .sgmark_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .kamru_area .intro .sgmark_sp {
    display: block;
    max-width: 310px;
    margin: 0 auto 50px;
  }
}
.kamru_area .feature {
  margin-bottom: 152px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kamru_area .feature {
    padding-top: 247px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .kamru_area .feature::before {
    content: "";
    display: block;
    position: absolute;
    top: -72px;
    left: 0;
    width: 308px;
    height: 358px;
    background: url(../images/kamru_bg01_sp.png) center bottom/cover no-repeat;
    z-index: 0;
  }
}
.kamru_area .feature h2 {
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: var(--white);
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kamru_area .feature h2 {
    font-size: 50px;
    line-height: 0.8;
    position: relative;
    z-index: 1;
    margin-bottom: 65px;
  }
}
.kamru_area .feature .point {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 54px 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kamru_area .feature .point {
    width: 82.9333333333%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
.kamru_area .feature .point .box .num {
  color: #828282;
  font-size: 65px;
  line-height: 1;
  font-weight: 200;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .kamru_area .feature .point .box .num {
    margin-bottom: 15px;
  }
}
.kamru_area .feature .point .box .img {
  margin-bottom: 26px;
}
.kamru_area .feature .point .box p {
  color: var(--gray);
  font-size: 14px;
  line-height: 1.857;
}
@media screen and (max-width: 768px) {
  .kamru_area .feature .point .box p {
    text-align: center;
  }
}
.kamru_area .feature .point .box h3 {
  color: var(--gray);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .kamru_area .feature .point .box h3 {
    text-align: center;
    white-space: nowrap;
  }
}
.kamru_area .coord {
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kamru_area .coord {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .kamru_area .coord::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 295px;
    height: 439px;
    background: url(../images/kamru_bg02_sp.png) left top/cover no-repeat;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .kamru_area .coord {
    padding-top: 198px;
  }
}
.kamru_area .coord .catch {
  color: var(--white);
  font-size: 26px;
  line-height: 1.538;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kamru_area .coord .catch {
    width: 91.7333333333%;
    margin: 0 auto 30px;
  }
}
.kamru_area .coord .img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kamru_area .coord .img {
    width: 91.7333333333%;
    margin: 0 auto;
  }
}
.kamru_area .image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kamru_area .image {
    grid-template-columns: 1fr;
  }
}
.kamru_area .spec {
  background-color: var(--gray2);
}
.kamru_area .spec .inner, .kamru_area .spec .feature, .kamru_area .spec .coord {
  max-width: 954px;
  padding: 108px 0 120px;
}
@media screen and (max-width: 768px) {
  .kamru_area .spec .inner, .kamru_area .spec .feature, .kamru_area .spec .coord {
    padding: 90px 0 80px;
  }
}
.kamru_area .spec h2 {
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: var(--white);
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kamru_area .spec h2 {
    font-size: 50px;
    line-height: 0.8;
    margin-bottom: 65px;
  }
}
.kamru_area .spec .lineup {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .kamru_area .spec .lineup {
    max-width: 248px;
    margin: 0 auto 29px;
  }
}
.kamru_area .spec .lineup .catch {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .kamru_area .spec .lineup .catch {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 30px;
  }
}
.kamru_area .spec .size_info {
  max-width: 808.09px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 81px;
}
@media screen and (max-width: 768px) {
  .kamru_area .spec .size_info {
    width: 86.7333333333%;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.kamru_area .spec .size_info .text {
  color: var(--white);
  display: block flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kamru_area .spec .size_info .text {
    max-width: 245px;
    margin: 0 auto;
    gap: 20px;
  }
}
.kamru_area .spec .size_info .text .price {
  font-size: 16px;
}
.kamru_area .spec .size_info .text .cont {
  font-size: 16px;
  line-height: 1.75;
}
.kamru_area .spec .link_btn_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .kamru_area .spec .link_btn_area {
    width: 92%;
    grid-template-columns: 1fr;
    gap: 50px;
    margin-inline: auto;
  }
}
.kamru_area .spec .link_btn_area .link_btn {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: block;
  position: relative;
  border-radius: 12px;
  background: var(--black);
  -webkit-box-shadow: -3px -3px 8px rgba(235, 235, 235, 0.4), 5px 5px 10px rgba(51, 51, 51, 0.3);
          box-shadow: -3px -3px 8px rgba(235, 235, 235, 0.4), 5px 5px 10px rgba(51, 51, 51, 0.3);
  padding-block: 19px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.kamru_area .spec .link_btn_area .link_btn::after {
  content: "";
  display: block;
  width: 7px;
  height: 11.8px;
  background: center/100% 100% url(../images/arrow-right2.svg) no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.9765739385vw;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .kamru_area .spec .link_btn_area .link_btn:hover {
    opacity: 0.7;
  }
  .kamru_area .spec .link_btn_area .link_btn:hover::after {
    -webkit-transform: translateY(-50%) translateX(8px);
        -ms-transform: translateY(-50%) translateX(8px);
            transform: translateY(-50%) translateX(8px);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .kamru_area .spec .link_btn_area .link_btn:hover {
    opacity: 0.7;
  }
  .kamru_area .spec .link_btn_area .link_btn:hover::after {
    -webkit-transform: translateY(-50%) translateX(8px);
        -ms-transform: translateY(-50%) translateX(8px);
            transform: translateY(-50%) translateX(8px);
  }
}/*# sourceMappingURL=style.css.map */