@charset "utf-8";/*------------------------------------------------------------
共通
------------------------------------------------------------*/

#gHeader {
  position: fixed !important;
  transform: none !important;
}

.lp-img > img {
  width: 100%;
  height: auto;
}
.lp-headline01 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
}
.lp-text {
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 1.6px;
}
.lp-textSmall {
  font-family: "Garamond Premier Pro regular", serif;
  font-size: 12px;
  letter-spacing: 1.6px;
}

.lp-textLink {
  text-decoration: underline;
}

.main_txt {
    margin: 0 auto 148px;
    padding: 94px 0 0;
    height: 100vh;
    box-sizing: border-box;
    position: relative;
	margin-left: calc(190/1280*100%);
}


.firstView{
	width: 1000px;
    margin: 0 auto;
}

.firstView > h2 {
  color: #fff;
  font-size: 60px;
  font-weight: normal;
  line-height: 0.8;
  letter-spacing: 0.0em;
  z-index: 2;
	max-width: 800px;
	top: 50%;
position: absolute;
  margin-top: 67%;
	margin-left: -10%;
}

.firstView > h2 p {
	margin-bottom: -12px;
	line-height: inherit;
}

.firstView > h2 span {
	font-size: 15px;
	position: relative;
	display: inline-block;
	letter-spacing: 0.1em;
	font-weight: 500;
}

@media screen and (max-width: 599px) {
  .lp-headline01 {
    font-size: 32px;
  }
  .lp-text {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 28px;
  }
  .lp-textSmall {
    font-size: 12px;
  }
	
.firstView{
	width: 100%;
    margin: 0 auto;
}

.firstView > h2 {
  color: #fff;
    font-size: 35px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.1em;
    z-index: 2;
    max-width: 800px;
    top: 50%;
    position: absolute;
    margin-top: 95%;
    margin-left: 5%;
}

.firstView > h2 p {
	margin-bottom: -12px;
	line-height: 2;
}

.firstView > h2 span {
	font-size: 12px;
	position: relative;
	display: inline-block;
	letter-spacing: 0.1em;
	font-weight: 500;
}
	
}

/*------------------------------------------------------------
lp-firstView
------------------------------------------------------------*/

.lp-firstView{
  position: relative;
  background-image: url("/photo/page/20250218/comfort/com_2025mv_pc.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  /* padding: 10% 0 14%; */
  height: 800px;
  margin-top: 90px;
}
.lp-firstView .lp-textbox {
  max-width: 36%;
  margin: 0 0 0 auto;
  padding: 8% 0 0;
}
.lp-firstView .lp-textbox > h2 {
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 5.6px;
}

@media screen and (max-width: 1440px) {
  .lp-firstView .lp-textbox > h2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 599px) {
  .lp-firstView{
    height: 129.6vw;
    background-image: url("/photo/page/20250218/comfort/com_2025mv_sp.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    /* background-size: contain; */
    padding: 0;
    margin-top: 24vw;
  }
  .lp-firstView .lp-textbox {
    max-width: 100%;
    margin: 0;
    padding: 0 6vw;
    position: absolute;
    left: 0;
    bottom: 14vw;
  }
  .lp-firstView .lp-textbox > h2 {
    margin-bottom: 6vw;
    font-size: 30px;
  }
  .lp-firstView .lp-textbox > p {
    line-height: 28px;
  }
}

/*------------------------------------------------------------
lp-scene
------------------------------------------------------------*/

.lp-scene {
  padding: 125px 0 0;
}
.lp-scene .lp-headline01 {
  margin-bottom: 75px;
}
.lp-scene .lp-clmnList {
  display: flex;
}
.lp-scene .lp-clmnList:not(:last-of-type) {
  margin: 0 0 80px;
}
.lp-scene .lp-clmnList:nth-of-type(even) {
  flex-direction: row-reverse;
}
.lp-scene .lp-clmnList .lp-pho {
  position: relative;
  width: 50%;
}
.lp-scene .lp-clmnList .lp-textbox {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 13%;
}
.lp-scene .lp-clmnList .lp-textbox.lp-right {
  padding-left: 0 !important;
}
.lp-scene .lp-clmnList .lp-textbox.lp-left {
  padding-right: 0 !important;
}
.lp-scene .lp-clmnList .lp-textbox .lp-textRight {
  text-align: right;
}
.lp-textLeft {
  text-align: left !important;
}
.textInner {
  text-align:justify !important;
  max-width:440px;
}
.lp-scene .lp-clmnList .lp-textbox .lp-textboxTitle {
  margin-bottom: 42px;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2px;
}
.lp-scene .lp-clmnList .lp-textbox .lp-text {
  margin-bottom: 26px;
}
.lp-scene .lp-clmnList .lp-textbox .lp-textboxLink:not(:last-of-type) {
  margin-bottom: 8px;
}

@media screen and (max-width: 1440px) {
  .lp-scene .lp-clmnList .lp-textbox {
    padding: 0 5%;
  }
  .lp-scene .lp-clmnList .lp-textbox .lp-textboxTitle {
    margin-bottom: 24px;
  }
  .lp-scene .lp-clmnList .lp-textbox .lp-text {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 599px) {
  .lp-scene {
    padding: 20vw 0 0;
  }
  .lp-scene .lp-headline01 {
    margin-bottom: 10vw;
  }
  .lp-scene .lp-clmnList {
    display: block;
    padding: 0 6.67vw;
  }
  .lp-scene .lp-clmnList:not(:last-of-type) {
    margin: 0 0 21vw;
  }
  .lp-scene .lp-clmnList .lp-pho{
    width: 100%;
    margin: 0 0 8vw;
  }
  .lp-scene .lp-clmnList .lp-textbox {
    width: 100%;
    display: block;
    padding: 0;
  }
  .lp-scene .lp-clmnList .lp-textbox .lp-textRight {
    text-align: left;
  }
  .lp-scene .lp-clmnList .lp-textbox .lp-textboxTitle {
    margin-bottom: 4vw;
    font-size: 20px;
  }
  .lp-scene .lp-clmnList .lp-textbox .lp-text {
    margin-bottom: 3vw;
    line-height: 2;
  }
  .lp-scene .lp-clmnList .lp-textbox .lp-textboxLink:not(:last-of-type) {
    margin-bottom: 1vw;
  }
}

/*------------------------------------------------------------
lp-concept
------------------------------------------------------------*/

.lp-concept {
  position: relative;
  width: 100%;
  height: 100%;
  /*background-image: url("/assets/front/bellesiora/img/square/sec02_bg-pc4_2023.jpg");*/
  margin-top: 80px;
}
.lp-concept img {
  width: 100%;
  height: 100%;
}
.lp-concept .lp-conceptInner {
  position: absolute;
  top: 20%;
  left: 13%;
  color: #FFFFFF;
}
.lp-concept .lp-headline01 {
  margin-bottom: 80px;
  line-height: 1;
  color: #FFFFFF;
  font-size: 36px;
}
.lp-conceptInner .sub-heading {
  font-size: 22px;
  letter-spacing: 5px;
}
.lp-concept .lp-text {
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .lp-concept {
  }
}

@media screen and (max-width: 599px) {
  .lp-concept .lp-conceptInner {
    position: initial;
    padding: 0 6vw;
    color: #6d7a86;
    margin-bottom: 50px;
  }
  .lp-conceptInner .lp-text {
    text-align: center !important;
  }
  .lp-concept .lp-headline01 {
    margin-bottom: 9vw;
    color: #6d7a86;
    text-align: center !important;
    margin-top: 120px;
  }
  .lp-concept .lp-text {
    text-align: justify;
    word-break: break-all;
  }
}

/*------------------------------------------------------------
lp-collection
------------------------------------------------------------*/

.lp-collection {
  position: relative;
  padding: 195px 0 0;
}
.lp-collection .lp-headline01 {
  margin-bottom: 80px;
}
.lp-collection .lp-collectionInner {
  max-width: 1720px;
  margin: 0 auto;
}
.lp-collection .lp-clmnList {
  display: flex;
  align-items: flex-end;
}
.lp-collection .lp-clmnList:nth-of-type(1) {
  margin-bottom: 80px;
}
.lp-collection .lp-clmnList:nth-of-type(2) {
  flex-direction: row-reverse;
}
.lp-collection .lp-clmnList .lp-pho{
  width: 50%;
}
.lp-collection .lp-clmnList .lp-textbox {
  width: 50%;
  box-sizing: border-box;
}
.lp-collection .lp-clmnList:nth-of-type(1) .lp-textbox {
  padding: 0 0 0 5%;
}
.lp-collection .lp-clmnList:nth-of-type(2) .lp-textbox {
  display: block;
  max-width: 440px;
  margin: 0 0 0 auto;
}
.lp-collection .lp-clmnList .lp-textbox .lp-textboxLink {
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 2.667;
}
.lp-collection .lp-clmnList .lp-textbox .lp-textboxLink:not(:last-of-type) {
  margin-bottom: 8px;
}
.lp-collection .lp-clmnList .lp-textbox .lp-textboxLink .lp-gutter {
  margin: 0 4px 0 0;
  font-size: 12px;
  color: #846b16;
  font-style: normal;
}

@media screen and (max-width: 1440px) {
  .lp-concept .lp-conceptInner {
    left: 5%
  }
  .lp-collection .lp-clmnList:nth-of-type(2) .lp-textbox {
    max-width: 340px;
  }
  .lp-collection .lp-clmnList .lp-textbox .lp-textboxLink {
    line-height: 2;
  }
}

@media screen and (max-width: 599px) {
  .lp-collection {
    padding: 38vw 0 0;
  }
  .lp-collection .lp-headline01 {
    margin-bottom: 9vw;
  }
  .lp-collection .lp-collectionInner {
    max-width: 100%;
    margin: 0;
    padding: 0 4vw;
  }
  .lp-collection .lp-clmnList {
    display: block;
  }
  .lp-collection .lp-clmnList:nth-of-type(1) {
    margin-bottom: 20vw;
  }
  .lp-collection .lp-clmnList .lp-pho{
    width: 100%;
    margin-bottom: 5vw;
  }
  .lp-collection .lp-clmnList .lp-textbox {
    width: 100%;
  }
  .lp-collection .lp-clmnList:nth-of-type(1) .lp-textbox {
    padding: 0 0 0 5%;
  }
  .lp-collection .lp-clmnList:nth-of-type(2) .lp-textbox {
    max-width: 100%;
    padding: 0 0 0 5%;
  }
  .lp-collection .lp-clmnList .lp-textbox .lp-textboxLink {
    line-height: 1.667;
  }
  .lp-collection .lp-clmnList .lp-textbox .lp-textboxLink:not(:last-of-type) {
    margin-bottom: 4vw;
  }
  .lp-collection .lp-clmnList .lp-textbox .lp-textboxLink .lp-textLink {
    letter-spacing: normal;
  }
  .lp-collection .lp-clmnList .lp-textbox .lp-textboxLink .lp-gutter {
    font-size: 12px;
  }
}

/*------------------------------------------------------------
lp-craftmanship
------------------------------------------------------------*/

.lp-craftmanship {
  padding: 195px 0 0;
}
.lp-craftmanship .lp-clmnList {
  display: flex;
  align-items: center;
}
.lp-craftmanship .lp-clmnList .lp-pho{
  position: relative;
  width: 50%;
}
.lp-craftmanship .lp-clmnList .lp-textbox {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10%;
}
.lp-craftmanship .lp-clmnList .lp-textbox .lp-headline01 {
  margin-bottom: 40px;
  text-align: left;
}

@media screen and (max-width: 1440px) {
  .lp-craftmanship .lp-clmnList .lp-textbox {
    padding: 0 4%;
  }
  .lp-craftmanship .lp-clmnList .lp-textbox .lp-headline01 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

@media screen and (max-width: 599px) {
  .lp-craftmanship {
    position: relative;
    padding: 56vw 0 0;
  }
  .lp-craftmanship .lp-clmnList {
    display: block;
    padding: 0 4vw;
  }
  .lp-craftmanship .lp-clmnList .lp-pho{
    width: 100%;
    margin: 0 0 9vw;
  }
  .lp-craftmanship .lp-clmnList .lp-textbox {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  .lp-craftmanship .lp-clmnList .lp-textbox .lp-headline01 {
    margin-bottom: 0;
    position: absolute;
    top: 40vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .lp-craftmanship .lp-clmnList .lp-textbox .lp-text {
    display: block;
    padding: 0 2.6vw;
    line-height: 2;
  }
}

/*------------------------------------------------------------
lp-grading
------------------------------------------------------------*/

.lp-grading {
  padding: 195px 0;
}
.lp-grading .lp-clmnList {
  display: flex;
  align-items: center;
  max-width: 1720px;
  margin: 0 auto;
}
.lp-grading .lp-clmnList .lp-pho{
  position: relative;
  width: 50%;
}
.lp-grading .lp-clmnList .lp-textbox {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10% 0 0;
}
.lp-grading .lp-clmnList .lp-textbox .lp-headline01 {
  margin-bottom: 40px;
  text-align: left;
}

@media screen and (max-width: 1440px) {
  .lp-grading .lp-clmnList .lp-textbox {
    padding: 0 4%;
  }
  .lp-grading .lp-clmnList .lp-textbox .lp-headline01 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .lp-grading .lp-clmnList .lp-pho{
    box-sizing: border-box;
    padding: 0 3% 0 0;
  }
}

@media screen and (max-width: 599px) {
  .lp-grading {
    padding: 36vw 0 40vw;
  }
  .lp-grading .lp-clmnList {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0 6vw;
  }
  .lp-grading .lp-clmnList .lp-pho {
    width: 100%;
    padding: 0 4.5vw;
  }
  .lp-grading .lp-clmnList .lp-textbox {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .lp-grading .lp-clmnList .lp-textbox .lp-headline01 {
    margin-bottom: 9vw;
    text-align: center;
  }
  .lp-grading .lp-clmnList .lp-textbox .lp-text {
    margin-bottom: 13vw;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
}

.others-link-wrap {
  padding: 195px 0;
}
.others-link-wrap-inr {
  max-width: 1280px;
  margin: 0 auto;
}
.others-link-list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 0 10px;
  padding-top: 50px;
}
.others-link-list img {
  width: 100%;
  height: auto;
}
.others-link-list-item-name {
  font-size: 18px;
  text-align: left;
  padding-top: 0.5em;
}

@media screen and (max-width:768px) {
  .others-link-wrap {
    padding: 10vw 6vw 40vw 6vw;
  }
  .others-link-list {
    padding-top: 25px;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px 20px;
  }
  .others-link-list-item-name {
    font-size: 13px;
  }
}

.quality-link-btn {
  padding: 195px 20px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.quality-link-btn a {
  max-width: 510px;
  width: 100%;
}
.quality-link-btn a span {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #6D7A86;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0;
}

@media screen and (max-width:768px) {
  .quality-link-btn {
    padding-top: 36vw;
  }
}
