@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Damion&display=swap');
/*-------------------------------------
　基本設定
---------------------------------------*/
body {
    margin: 0;
}
#container {
  width: 100%;
  margin-bottom: 60px;
}
#lp_page {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
  margin-bottom: 90px;
}
#lp_page * {
  box-sizing: border-box;
}
img {
    width: auto;
    max-width: 100%;
}
.breadCrumb {
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    text-align: left;
    padding: 12px 0;
}
.breadCrumb li {
	display: inline;
    padding: 0 0 0 10px;
    background: url(../../5img/bcBg_999.gif) no-repeat scroll left center!important;
}
.breadCrumb li:first-child {
    padding-left: 0;
    background: 0 0!important;
}
.breadCrumb a {
    color: #0062b0;
    text-decoration: underline;
}
.breadCrumb a:hover {
    text-decoration: none;
}
.sidebannerLeft, .sidebannerRight {
  display: none;
}
h1 {
    margin: 0;
    padding: 0;
}
.cont_wap {
  /* background: #1A242D; */
}
.cont_inner {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.center_img {
    margin: 0 auto;
    display: block;
}
.only_pc {
  display: block;
}
.only_sp {
  display: none;
}
#pagetop {
    display: none;
    position: fixed;
    bottom: 115px;
    right: -60px;
    z-index: 2;
}
@media screen and (max-width: 1280px) {
    .bnr_link_win11_wrap {
      width: 100%;
      margin: 10px auto;
    }
    .bnr_link_win11 {
      float: none;
      width: 100%;
      margin-top: 0;
      text-align: center;
    }
  }
@media screen and (max-width: 767px) {
  #lp_page {
    width: 100%;
    font-size: 14px;
    position: relative;
    margin-top: 0!important;
  }
  .cont_section {
    padding: 60px 0
  }
  .cont_inner {
    width: 94%;
    max-width: 305px;
  }
  .breadCrumb {
      display: none;
  }
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
  /* /* #pagetop {
    width: 50%;
} */
  #pagetop {
    right: -80px;
  }
}

.effect_top {
    animation-name: anime-fadeTop;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}
@keyframes anime-fadeTop {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.fadeDownUp {
    opacity: 0;
    transition: all 1.2s;
    transform: translatey(20px);
}

.downUp {
    opacity: 1;
    transform: translate(0,0);
}

.fadeDownUpPlus {
    opacity: 0;
    transition: all 1.5s;
    transform: translatey(10px)
}

.downUpPlus {
    opacity: 1;
    transform: translate(0,0)
}

.fadeRightLeft {
    opacity: 0;
    transition: all 1.2s;
    transform: translatex(20px)
}

.rightLeft {
    opacity: 1;
    transform: translate(0,0)
}

.fadeZoomOut {
    opacity: 0;
    transition: all 1.2s;
    transform: scale(1.02)
}
.zoomOut {
    opacity: 1;
    transform: scale(1);
}
@keyframes lineSquare {
    0% {
        background-size: 0 2px,2px 0,0 2px,2px 0
    }

    25% {
        background-size: 100% 2px,2px 0,0 2px,2px 0
    }

    50% {
        background-size: 100% 2px,2px 100%,0 2px,2px 0
    }

    75% {
        background-size: 100% 2px,2px 100%,100% 2px,2px 0
    }

    100% {
        background-size: 100% 2px,2px 100%,100% 2px,2px 100%
    }
}
h2.h2_ttl {
    position: relative;
    text-align: center;
    margin-top: 0;
	margin-bottom: 40px;
}
.features_ttl {
    width: 232px;
}
.h2_jp {
    color: #5B5B5B;
    font-size: min(3.2vw, 17px);
    display: block;
    margin-top: 0.5em;
}
p.note {
    font-size: 12px;
	margin-top: 1em;
}
@media screen and (max-width: 767px) {
span.h2_ttl_inner {
    font-size: 24px;
}
.h2_jp {
    font-size: 15px;
    margin-top: 0;
}
h3.h3_ttl {
    font-size: 18px;
}
.cont_wap h4 {
    font-size: 14px;
}
p.note {
    font-size: 10px;
}
}

/*-------------------------------------
　キービジュアル
---------------------------------------*/
.section_mainTitle img {
    width: 100%;
    margin: 0 auto;
}

/*-------------------------------------
　About
---------------------------------------*/
.section_about {
    background: #F6F6F6;
    text-align: center;
    padding: 60px 0 0;
    position: relative;
    z-index: 1;
}
.about_ttl {
    width: 162px;
}
.section_about h3.h3_ttl {
    font-family: "Noto Sans JP", sans-serif;
}
.txt_davinchi_resolve {
    width: 100%;
    max-width: 1038px;
    margin: 40px auto 0;
}
.about_txt {
    color: #5B5B5B;
    font-size: min(2.1vw, 18px);
    font-weight: 700;
    line-height: 1.7;
	margin-top: 1em;
}
.about_item {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 55px;
    overflow: hidden;
}
.about_item .cont_inner {
    position: relative;
}
.about_item .cont_inner .desk_image {
    width: 55%;
    max-width: 706px;
    position: absolute;
    top: 0;
    left: -5vw;
    margin: 0;
}
.about_item .cont_inner .txt_block {
    width: 47%;
    padding-top: 15vw;
    padding-bottom: 10vw;
    margin-left: auto;
}
.about_item .cont_inner .about_h3_ttl {
    color: #2D2D2D;
    font-size: 27px;
    font-weight: 700;
    text-align: right;
}
.about_item .cont_inner .about_txt {
    text-align: right;
    margin-top: 10px;
}
.about_item .cont_inner::before {
    content: "";
    background: url(../../create/img/davinchi-resolve/desk_image.webp) no-repeat left top;
    width: 60%;
    display: block;
    width: 706px;
    height: 100%;
    z-index: 1;   
}
.about_item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -6vw;
    left: 0;
    z-index: -1;
    background: #F1EFEF;
    clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
}
@media screen and (max-width: 767px){
.section_about {
    padding: 50px 0 0;
}
.about_ttl {
    width: 145px;
}
h3.about_h3_ttl {
    font-size: 18px;
}
.about_txt {
    font-size: min(5.2vw, 17px);
    text-align: left;
}
.about_item::after {
    bottom: inherit;
    top: 0;
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 100px), 0 100%);
}
.about_item {
    margin-top: 0;
    padding-top: 40px;
}
.about_item .cont_inner .txt_block {
    padding-bottom: 85vw;
}
.about_item .cont_inner .about_h3_ttl {
    margin-top: 0;
    text-align: center;
}
.about_item .cont_inner .about_txt {
    text-align: left;
}
.about_item .cont_inner .desk_image {
    width: 305px;
    left: 50%;
    top: 100vw;
    transform: translate(-50%, 0%);
}
.about_item .cont_inner .txt_block {
    width: 100%;
}
}

/*-------------------------------------
　おすすめモデル
---------------------------------------*/
.section_lineup {
    clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 0px), 0 100%);
    background: #161617;
    padding: 200px 0 120px;
    margin-top: -101px;
    position: relative;
    z-index: 2;
}
.lineup_ttl {
    width: 171px;
}
.h2_jp {
    color: #808080;
}
h3.h3_ttl {
    text-align: center;
	margin-top: 60px;
}
h3.h3_ttl span {
    color: #000000;
    border: 6px solid #FFFFFF;
    border-radius: 6px;
    padding: 0.5em 1.5em;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    background: #b6fcc0;
	display: inline-block;
}
h3.h3_ttl:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 6px;
    content: '';
    background: #fff;
}
.rec_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.rec_inner + .rec_inner {
    margin-top: 30px;
}
.rec_wap {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    max-width: 635px;
    padding: 35px 45px;
    text-align: left;
    border-radius: 15px;
    background: #000;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.model_catchcopy {
    color: #BDD734;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-block: 0;
}
.model_detail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 45px;
    margin-top: 15px;
}
.detail_right {
    min-width: 263px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.model_parent {
    text-align: center;
}
.model_img {
    width: 347px;
    display: flex;
    justify-content: center;
    margin-block-start: 20px;
}
.model_name {
    color: #FFF;
    font-size: 21px;
    font-weight: 800;
    text-align: left;
    line-height: 1.4;
    text-align: center;
    margin: 10px 0 0;
}
.model_name span {
    font-size: 32px;
}
.model_namesub {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}
.model_spec {
    width: 100%;
    font-weight: 500;
    text-align: left;
    color: #8C8C8C;
}
.model_spec th {
    font-size: 12px;
}
.model_spec td {
    font-size: 13px;
    padding-left: 20px;
}
.model_price {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #FFF;
    margin: 0;
}
span.main_price {
    font-size: 23px;
}
.bottom_area {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.gradient1 {
    display: inline-block;
    color: #000;
	font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 16px 60px;
    border-radius: 30px;
    text-decoration: none;
    outline: none;
    background: #BDD734;
    background-position: 1% 50%;
    background-size: 200% auto;
	position: relative;
	width: 100%;
    max-width: 263px;
	cursor: pointer;
    margin-top: 15px;
    transition: all 0.4s;
}
.gradient1:hover {
    filter: brightness(1.3);
    transition: all 0.4s;
}
.gradient1::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 25px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    content: '';
}
@media screen and (max-width: 767px){
.section_lineup {
    padding: 100px 0 50px;
    clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 0px), 0 100%);
}
.section_lineup .cont_inner {
    max-width: 335px;
}
.section_lineup .h2_ttl {
    margin-bottom: 20px;
} 
.about_ttl {
    width: 160px;
}
.subttlWrap h3 {
    font-size: min(5vw, 18px);
}
h3.h3_ttl span {
    font-size: 18px;
}
.rec_wap {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 22px;
}
.rec_inner {
    width: 100%;
    flex-direction: column;
    gap: 20px;
}
.rec_inner + .rec_inner {
    margin-top: 20px;
}
.model_img img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
}
span.main_price {
	font-size: 24px;
}
.model_catchcopy {
    font-size: min(5vw, 18px);
}
.model_img {
    width: 280px;
}
.model_name {
    font-size: 20px !important;
}
.model_detail {
    width: 100%;
    flex-direction: column;
    gap: 0;
    margin-top: 10px;
}
.detail_left,
.detail_right {
    width: 100%;
}
.detail_right {
    margin-top: 5px;
}
.model_spec {
    font-size: 14px;
}
.model_spec th {
    display: none;
}
.model_spec td {
    padding-left: 0;
    text-align: center;
}
.model_name span {
    font-size: 22px;
}
.model_price {
    font-size: 16px;
}
.gradient1 {
    font-size: 14px;
	padding: 18px 30px;
}
}

/*-------------------------------------
　Features
---------------------------------------*/
.section_features {
    background: #000;
    padding: 120px 0 0;
    position: relative;
    z-index: 2;
}
.section_features .cont_inner {
    border-bottom: 1px solid #4D4D4D;
    padding-bottom: 80px;
}
.features_ttl {
    width: 232px;
}
.features_txt_l {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
}
.features_txt_m {
    color: #D2D2D2;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 0;
}
.features_txt_s {
    color: #D2D2D2;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 5px 0 0;
}
.feaure_item_list {
    width: 100%;
    max-width: 1169px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 23px;
    margin: 25px auto 0;
}
.feaure_item {
    color: #D2D2D2;
    font-size: 14px;
    font-weight: 700;
    width: 275px;
    height: 110px;
    background: #161617;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .section_features {
        padding: 50px 0 0;
    }
    .section_features .cont_inner {
        padding-bottom: 50px;
    }
    .section_features .h2_ttl {
        margin-bottom: 20px !important;
    }
    .features_ttl {
        width: 218px;
    }
    .features_txt_l {
        font-size: 23px;
        margin-top: 20px;
    }
    .features_txt_m {
        text-align: left;
    }
    .features_txt_s {
        text-align: left;
        margin: 0;
    }
    .feaure_item_list {
        gap: 13px;
    }
    .feaure_item {
        font-size: 13px;
        text-align: center;
        width: 146px;
        height: 58px;
    }
}

/*-------------------------------------
　MAKER’S VOICE メーカー担当者様の声
---------------------------------------*/
.section_voice {
	padding: 80px 0;
	background: #000000;
}
.voice_warp {
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 120px;
}
.voice_ttl {
    width: 354px;
    margin: 0 auto;
}
.makers_logo {
    width: 100%;
    max-width: 350px;
}
.makers_item {
    margin-bottom: 60px;
}
.makers_txt {
    color: #D2D2D2;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    text-align: left;
    margin: 0;
}
.makers_item_txt {
    color: #D2D2D2;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
    margin: 20px 0 0;
}
.rollOver {
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: #BDD734;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
    transform: rotate(90deg);
    transition: all 0.4s;
}
.rollOver::before {
    content: "";
    width: 90px;
    height: 1px;
    background: #BDD734;
    display: block;
}
.rollOver:hover {
    filter: brightness(1.3);
    transition: all 0.4s;
}
@media screen and (max-width: 767px){
    .section_voice {
        padding: 50px 0;
    }
    .section_voice .cont_inner {
        max-width: 318px;
    }
    .voice_ttl {
        width: 318px;
    }
    .makers_logo {
        width: 304px;
    }
    .voice_warp {
        flex-direction: column;
        gap: 0;
    }
    .makers_item {
        margin-bottom: 0;
    }
    .makers_txt {
        font-size: 16px;
    }
    .makers_item_txt {
        font-size: 13px;
        text-align: right;
    }
}
.p-create-pc__purpose {
    background: #161617 !important;
}
.p-create-headline .c-headline__h2 {
    color: #1d1d1d !important;
}
.p-create-pc__purpose__card__text h4 {
    color: #1d1d1d !important;
}
.c-panel-arrow::before {
    border-color: #1d1d1d !important;
}
.p-create-pc__purpose__card__text p {
    color: #484848 !important;
}