@charset "UTF-8";

/*******************************
LB240305lingeriemake
*******************************/
#LB240305lingeriemake {
  display: block;
  width: 100%;
  padding: 4rem 0 4rem;
  margin-bottom: 15rem;
  background: #f4f1ef;
  color: #282420;
  box-sizing: border-box;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}

#LB240305lingeriemake * {
  box-sizing: border-box;
}


#LB240305lingeriemake .lpWrapSection {
  display: block;
  max-width: 100rem;
  margin: 0 auto;
  padding-top: 3.8rem;
  padding-bottom: 12rem;
  background: #FFFFFF;
}

/*******************************
fadeInSetting
*******************************/
#LB240305lingeriemake .fadeInBlock:not(.fadeSP),
#LB240305lingeriemake .fadeInList:not(.fadeSP)>* {
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 0);
  transition: opacity 1s ease, transform 1s ease;
  pointer-events: none;
}


#LB240305lingeriemake .fadeInBlock:not(.fadeSP).leftIn,
#LB240305lingeriemake .fadeInList:not(.fadeSP).leftIn>* {
  transform: translateX(-20%);
}

#LB240305lingeriemake .fadeInBlock:not(.fadeSP).rightIn,
#LB240305lingeriemake .fadeInList.rightIn>* {
  transform: translateX(20%);
}

#LB240305lingeriemake .fadeInBlock:not(.fadeSP).upIn,
#LB240305lingeriemake .fadeInList:not(.fadeSP).upIn>* {
  transform: translateY(10rem);
}

#LB240305lingeriemake .fadeInBlock:not(.fadeSP).downIn,
#LB240305lingeriemake .fadeInList:not(.fadeSP).downIn>* {
  transform: translateY(-20%);
}

#LB240305lingeriemake .fadeInBlock:not(.fadeSP).view,
#LB240305lingeriemake .fadeInList:not(.fadeSP)>*.view {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: inherit;
}

#LB240305lingeriemake a.fadeInBlock.view:hover {
  opacity: .7;
}



/*******************************
mv
*******************************/
#LB240305lingeriemake .mv {
  display: block;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 6rem;
  position: relative;
}

#LB240305lingeriemake .mv>a {
  display: block;
}

#LB240305lingeriemake .mv picture {
  display: block;
  width: 100%;
  height: auto;
}

#LB240305lingeriemake .mv img {
  display: block;
  width: 100%;
  height: auto;
}

/*******************************
firstLede
*******************************/
#LB240305lingeriemake .firstLede {
  display: block;
  width: 100%;
}

#LB240305lingeriemake .firstLede>p {
  margin-top: calc((-1em * 2.5 + 1em) / 2);
  margin-bottom: calc((-1em * 2.5 + 1em) / 2);
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.08em;
  text-align: center;
}

/*******************************
mainTTL
*******************************/

#LB240305lingeriemake .mainTTL {
  display: block;
  width: 100%;
  margin: 0 auto 6rem auto;
  padding-top: 3.7rem;
}

#LB240305lingeriemake .mainTTL>img {
  display: block;
  width: 41.44707rem;
  height: auto;
  margin: 0 auto 1.6rem;
}

#LB240305lingeriemake .mainTTL>span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  padding-left: 0.6rem;
}



/*******************************
img01
*******************************/
#LB240305lingeriemake .img01 {
  display: block;
  width: 34rem;
  margin: 0 auto 9rem;
  position: relative;
  z-index: 1;
}

#LB240305lingeriemake .img01::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #f4f1ef;
  position: absolute;
  z-index: -1;
  right: -3rem;
  top: 3rem;
}

#LB240305lingeriemake .img01>.imgOuter {
  background: #FFFFFF;
}

#LB240305lingeriemake .img01 a,
#LB240305lingeriemake .img01 img {
  display: block;
  width: 100%;
  height: auto;
}


/*******************************
img02
*******************************/
#LB240305lingeriemake .img02 {
  display: block;
  width: 28rem;
  margin: 0 auto 7.3rem 12rem;
}

#LB240305lingeriemake .img02>a,
#LB240305lingeriemake .img02 img {
  display: block;
  width: 100%;
  height: auto;
}


/*******************************
pointText01
*******************************/
#LB240305lingeriemake .pointText01 {
  display: block;
  width: 55.4rem;
  margin: 0 auto 10.2rem 25.5rem;
  padding: 5.1rem 0 4.5rem 5.4rem;
  border: 1px solid #282420;
  position: relative;
  z-index: 1;
}

#LB240305lingeriemake .pointText01::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #282420;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  z-index: -1;
}

#LB240305lingeriemake .pointText01 p {
  margin-top: calc((-1em * 2 + 1em) / 2);
  margin-bottom: calc((-1em * 2 + 1em) / 2);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

#LB240305lingeriemake .pointText01>.img {
  display: block;
  width: 25rem;
  height: 25rem;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: -21rem;
  right: -8.1rem;
}

#LB240305lingeriemake .pointText01>.img a,
#LB240305lingeriemake .pointText01>.img img,
#LB240305lingeriemake .pointText01>.img figure {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

#LB240305lingeriemake .pointText01>.img figure>span {
  display: block;
  width: 9.6514rem;
  height: auto;
  position: absolute;
  right: -2.2rem;
  top: -2.7rem;
}


/*******************************
secondLede
*******************************/
#LB240305lingeriemake .secondLede {
  display: block;
  width: 100%;
}

#LB240305lingeriemake .secondLede>p {
  margin-top: calc((-1em * 2.5 + 1em) / 2);
  margin-bottom: calc((-1em * 2.5 + 1em) / 2);
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.08em;
  text-align: center;
}


/*******************************
img03_04Box
*******************************/
#LB240305lingeriemake .img03_04Box {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto 17.9rem;
  padding-top: 10rem;
}


#LB240305lingeriemake .img03 {
  display: block;
  width: 35rem;
  padding-left: 3rem;
  position: relative;
  z-index: 1;
}

#LB240305lingeriemake .img03>.imgOuter {
  background: #FFFFFF;
}

#LB240305lingeriemake .img03::after {
  content: '';
  display: block;
  width: calc(100% - 3rem);
  height: 100%;
  background: #f4f1ef;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 3rem;
}

#LB240305lingeriemake .img04 {
  display: block;
  width: 35rem;
  padding-top: 10rem;
}

#LB240305lingeriemake .img04>.imgOuter {
  background: #FFFFFF;
}

#LB240305lingeriemake .img03 a,
#LB240305lingeriemake .img03 img,
#LB240305lingeriemake .img04 a,
#LB240305lingeriemake .img04 img {
  display: block;
  width: 100%;
  height: auto;
}


/*******************************
pointText02
*******************************/
#LB240305lingeriemake .pointText02 {
  display: block;
  width: 38.4rem;
  margin: 0 auto 10.2rem 42.7rem;
  padding: 5rem 5.5rem 4.8rem;
  border: 1px solid #282420;
  position: relative;
  z-index: 1;
}

#LB240305lingeriemake .pointText02::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #282420;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  z-index: -1;
}

#LB240305lingeriemake .pointText02 p {
  margin-top: calc((-1em * 2 + 1em) / 2);
  margin-bottom: calc((-1em * 2 + 1em) / 2);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

#LB240305lingeriemake .pointText02>.img {
  display: block;
  width: 25rem;
  height: 25rem;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: -11.4rem;
  left: -22.1rem;
}

#LB240305lingeriemake .pointText02>.img a,
#LB240305lingeriemake .pointText02>.img img,
#LB240305lingeriemake .pointText02>.img figure {
  display: block;
  width: 100%;
  height: auto;
}

#LB240305lingeriemake .pointText02>.img figure>span {
  display: block;
  width: 9.6514rem;
  height: auto;
  position: absolute;
  left: -2.2rem;
  top: -2.6rem;
}



/*******************************
lpItemList
*******************************/
#LB240305lingeriemake .lpItemList {
  display: block;
  width: 48rem;
  margin: 0 auto;
}

#LB240305lingeriemake .lpItemList>ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 2rem;
  padding: 2rem 4rem 2.7rem;
  background: rgba(244, 241, 239, 0.3);
}

#LB240305lingeriemake .lpItemList>ul>li {
  display: block;
  width: 100%;
  flex-shrink: 1;
}

#LB240305lingeriemake .lpItemList>ul>li>a,
#LB240305lingeriemake .lpItemList>ul>li img {
  display: block;
  width: 100%;
  height: auto;
}

#LB240305lingeriemake .lpItemList>ul>li>a>figure {
  display: block;
  width: 100%;
  margin-bottom: 0.3rem;
}

#LB240305lingeriemake .lpItemList>ul>li>a>span {
  display: block;
  margin: 0 auto;
}

#LB240305lingeriemake .lpItemList>ul>li:nth-of-type(1)>a>span {
  width: 3.10732rem;
}

#LB240305lingeriemake .lpItemList>ul>li:nth-of-type(2)>a>span {
  width: 6.3458rem;
}


#LB240305lingeriemake .lpItemList .creditText {
  display: block;
  padding-top: 2.2rem;
  text-align: center;
}

#LB240305lingeriemake .lpItemList .creditText>a,
#LB240305lingeriemake .lpItemList .creditText span {
  margin-top: calc((-1em * 1.5 + 1em) / 2);
  margin-bottom: calc((-1em * 1.5 + 1em) / 2);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
  color: #282420;
}

#LB240305lingeriemake .lpItemList .creditText>a {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

#LB240305lingeriemake .lpItemList .creditText span {
  text-decoration: underline;
  padding-top: calc((1em * 1.5 - 1em) / 2);
}

/*******************************
img05
*******************************/
#LB240305lingeriemake .img05 {
  display: block;
  width: 70rem;
  padding-top: 12.3rem;
  margin: 0 auto 6.1rem auto;
}

#LB240305lingeriemake .img05>a,
#LB240305lingeriemake .img05 img {
  display: block;
  width: 100%;
  height: auto;
}


/*******************************
thirdLede
*******************************/
#LB240305lingeriemake .thirdLede {
  display: block;
  width: 100%;
}

#LB240305lingeriemake .thirdLede>p {
  margin-top: calc((-1em * 2.5 + 1em) / 2);
  margin-bottom: calc((-1em * 2.5 + 1em) / 2);
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.08em;
  text-align: center;
}


/*******************************
#innerSec01
*******************************/
#LB240305lingeriemake #innerSec01 {
  display: block;
  width: 90rem;
  margin: 0 auto;
  padding: 11.8rem 0 0;
  position: relative;
}

#LB240305lingeriemake #innerSec01 .ttlInnerSec {
  display: block;
  width: 29.46279rem;
  position: absolute;
  top: 7.9rem;
  right: 12rem;
  z-index: 1;
}

#LB240305lingeriemake #innerSec01 .ttlInnerSec img {
  display: block;
  width: 100%;
  height: auto;
}


#LB240305lingeriemake #innerSec01 .secImg {
  display: block;
  width: 23rem;
  position: absolute;
  right: 0;
  top: 9.8rem;
  z-index: 1;
}

#LB240305lingeriemake #innerSec01 .secImg a,
#LB240305lingeriemake #innerSec01 .secImg img {
  display: block;
  width: 100%;
  height: auto;
}


#LB240305lingeriemake #innerSec01 .lpItemList {
  display: block;
  width: 42rem;
  margin: 0 auto 0 0;
}

#LB240305lingeriemake #innerSec01 .lpItemList>ul {
  gap: 0 2rem;
  padding: 2rem 4rem 2.7rem;
}

#LB240305lingeriemake #innerSec01 .lpItemList .creditText {
  display: block;
  padding-top: 2rem;
  text-align: center;
}

/*******************************
#innerSec02
*******************************/
#LB240305lingeriemake #innerSec02 {
  display: block;
  width: 84rem;
  margin: 0 auto;
  padding: 10.3rem 0 0;
  position: relative;
}

#LB240305lingeriemake #innerSec02 .ttlInnerSec {
  display: block;
  width: 20.38374rem;
  position: absolute;
  top: 26.5rem;
  left: 12.5rem;
  z-index: 1;
}

#LB240305lingeriemake #innerSec02 .ttlInnerSec img {
  display: block;
  width: 100%;
  height: auto;
}


#LB240305lingeriemake #innerSec02 .secImg {
  display: block;
  width: 23rem;
  position: absolute;
  left: 0;
  top: 6.3rem;
  z-index: 1;
}

#LB240305lingeriemake #innerSec02 .secImg a,
#LB240305lingeriemake #innerSec02 .secImg img {
  display: block;
  width: 100%;
  height: auto;
}


#LB240305lingeriemake #innerSec02 .lpItemList {
  display: block;
  width: 42rem;
  margin: 0 0 0 auto;
}

#LB240305lingeriemake #innerSec02 .lpItemList>ul {
  gap: 0 2rem;
  padding: 2rem 4rem 2.7rem;
}

#LB240305lingeriemake #innerSec02 .lpItemList .creditText {
  display: block;
  padding-top: 2rem;
  text-align: center;
}

/*******************************
allItemBtn
*******************************/
#LB240305lingeriemake .allItemBtn {
  display: block;
  width: 24rem;
  margin: 0 auto;
  padding: 12.5rem 0 0;
  position: relative;
}

#LB240305lingeriemake .allItemBtn>a {
  display: block;
  width: 100%;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #282420;
}

#LB240305lingeriemake .allItemBtn>a>img {
  display: block;
  width: 100%;
  height: auto;
}


/*******************************
overRide
*******************************/
#LB240305lingeriemake .spView {
  display: none;
}