
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Noto+Sans+JP:wght@700&display=swap');



.bl_aboutFV {
  width: 100%;
  height: 100%;

  picture{
    width:100%;
    height:100%;
  }
}


.bl_aboutFV img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center 75%;
}

.bl_aboutFeature {
  position:relative;
  padding-inline: 30px;
  margin-top: 48px;
  display:flex;
  flex-direction:column;
}
.bl_aboutFeature::before{
    position:absolute;
    content:"";
    background:#F2E3D9;
    right:0;
    top:0;
    width:95%;
    height:11%;
    border-radius:35px 0 0 35px;
    z-index:-1;

  }

.bl_aboutFeature_subTtl {
  padding-left:1.5em;
  color:#A4706F;
  margin-top: 24px;
  font-size: clamp(1.75rem, 1.398rem + 1.5vw, 2.75rem);
  position:relative;
}
.bl_aboutFeature_subTtl::before{
  position:absolute;
  content:"";
  left:0.75em;
  top:0;
  width:2em;
  height:2em;
  z-index:-1;
  background:url('../../img/pages/about/bg_heading.svg') center center/cover;

}


.bl_aboutFeature_text {
  margin-top: 40px;

}
.bl_aboutFeature_text p{
  font-size: 18px;
  line-height: 2;
}
.bl_aboutFeature_text p+p{
  margin-top:1.5em;
}

.bl_aboutFeature_text em{
  background: linear-gradient(transparent 60%, rgba(165,112,111,.3) 60%);
  font-weight:700;
  font-style:normal;
}

.bl_aboutFeature_copy{
  margin-top:1.5em;
  font-size: clamp(1.25rem, 1.074rem + 0.75vw, 1.75rem);
}
.bl_aboutFeature_copy em{
  color:#A4706F;
  font-style:normal;
  font-size: clamp(1.25rem, 0.986rem + 1.13vw, 2rem);
}
.bl_aboutFeature_copy strong{
  color:#fff;
  background:rgba(165,112,111,.65);
  border-radius:7px;
  font-style:normal;
  font-size: clamp(1.25rem, 0.986rem + 1.13vw, 2rem);
}

.bl_aboutFeatureImg {
  margin-top: 60px;
  /* width: calc(100% + 30px); */
  aspect-ratio: 3/2;

}
.bl_aboutFeatureImg picture{
  width:100%;
  height:100%;
}

.bl_aboutFeatureImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ly_aboutDiff {
  padding-inline: 30px;
  margin-top: 100px;
}

.bl_aboutDiff_item {
  margin-bottom: 80px;
}



.bl_aboutDiff_itemHeader {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  font-family: 'NotoSerifJp', serif;
  font-size: 28px;
  font-weight: 500;
}
.bl_aboutDiff_itemPoint_swiper{
  display:grid;
  grid-template-columns:1fr;
  gap:30px;
}
.bl_aboutDiff_itemPoint_swiper_slide {

}

.bl_aboutDiff_itemBottle {
  margin-top: 32px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bl_aboutDiff_itemBottleItem {
  width: 38.7vw;
}

.bl_aboutDiff_itemBottleBg {
  position: absolute;
  width: 40vw;
  height: 40vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.bl_aboutDiff_itemPoint {
  margin-top: 32px;
}

.bl_aboutDiff_itemPoint_heading {
  display: flex;
  gap: 12px;
  flex-direction: row;
  align-items: center;
  justify-content:center;
  border-radius:33px;
  border:1px solid var(--text_main);
  width:fit-content;
  padding:0 1.5em;
  margin-inline:auto;
}

.bl_aboutDiff_itemPoint_heading span {
  display: block;
  width: 24px;
  height: 1px;
  background-color: var(--text_main);
}

.bl_aboutDiff_itemPoint_heading h5 {
  font-size: 20px;
  font-weight: 400;

}

.bl_aboutDiff_itemPoint_swiper {

  padding-top: 24px;
}

.bl_aboutDiff_itemPoint_swiper_slide {
display:flex;
align-items:center;
gap:1em;
  /* align-self: flex-start; */
}
.bl_aboutDiff_itemPoint_swiper_slide {
    position:relative;
  }
  .bl_aboutDiff_itemPoint_swiper_slide::before{
    position:absolute;
    content:"";
    left:14%;
    top:104%;
    background:url('../../img/pages/about/bg_arrow-sp.svg');
    width:55px;
    height:17px;
  }

  .bl_aboutDiff_itemPoint_swiper_slide:nth-child(5)::before{
    display:none;
  }



.bl_aboutDiff_itemPoint_swiper_slide_img {
  width:40%;
  flex-shrink:0;
  overflow: hidden;

}
.bl_aboutDiff_itemPoint_swiper_slide_img.-dif {
  margin-top:-1.5em;

}
.bl_aboutDiff_itemPoint_swiper_slide_img .hp_txtEng{
  font-size:33px;
font-family: "Cormorant Garamond", serif;
  color:#fff;
  position:relative;
  padding-left:.075em;
}
.bl_aboutDiff_itemPoint_swiper_slide_img .hp_txtEng::before{
  position:absolute;
  content:"";
  top:.125em;
  left:0;
  z-index:-1;
  background:url('../../img/pages/about/bg_number.svg') center center/cover;
  width:1.25em;
  height:1.25em;
}

.bl_aboutDiff_itemPoint_swiper_slide_img svg {
  width: 100%;
  margin-top:-.5em;
  /* height: 100%; */
}

.bl_aboutDiff_itemPoint_swiper_slide_text {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}

.bl_aboutDiff_itemPoint_swiper_slide_text .-title{
  font-size: 18px;
  color:#A5706F;
  border-bottom:1px solid #A5706F;
}
.bl_aboutDiff_itemPoint_swiper_slide_text .-text{
  font-size: 16px;
  margin-top:.5em;
  line-height: 1.84;
}

.bl_aboutDiff_itemArrow {
  margin-block: 40px;
  width: 100%;
  border-top: 1px solid #e6ddd3;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.bl_aboutDiff_itemPoint_circles {
  padding-top: 40px;
  display: flex;
  flex-direction:column;
  justify-content: center;
}
.bl_aboutDiff_itemPoint_circles .bl_aboutDiff_itemPoint_swiper_slide::before{
  display:none;
}

.bl_aboutDiff_itemPoint_arrow{
  width:60vw;
  margin:1em auto;

}


.bl_aboutDiff_itemText {
  padding-top: 48px;
}

.bl_aboutDiff_itemText_heading {
  font-family: 'NotoSansJp', sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 24px;
}
.bl_aboutDiff_itemText_heading h5{
  font-size: 22px;
  font-weight: 500;
  background:linear-gradient(to right,#E2C8C8 0%,rgba(251,247,244,0) 100%);
  width:fit-content;
  padding:0.5em .5em;
}
.bl_aboutDiff_itemText_heading .-title{
  border-left:8px solid #AB8B8B;
  padding-left:.5em;
  font-size: clamp(1.125rem, 1.081rem + 0.19vw, 1.25rem)!important;
  font-weight:500;
}
.bl_aboutDiff_itemText_heading em{
  font-size: 27px;
  font-style:normal;
  color:#A4706F;
}

.bl_aboutDiff_itemText_heading span:first-child {
  font-size: 16px;
}

.bl_aboutDiff_itemText_heading span:last-child {
  font-size: 14px;
}

.bl_aboutDiff_itemText_heading span:first-child {
    font-size: 18px;
  }

  .bl_aboutDiff_itemText_heading span:last-child,
  .bl_aboutDiff_itemText p {
    font-size: 16px;
  }

  .bl_aboutDiff_itemText_list li+li{
margin-top:1.5em;

  }



  .bl_aboutDiff_itemText_list span:first-child{
    font-size: clamp(1.125rem, 1.081rem + 0.19vw, 1.25rem);
    position:relative;
    padding-left:1.5em;
  }
  .bl_aboutDiff_itemText_list span:first-child::before{
    position:absolute;
    content:"";
    left:0;
    top:.25em;
    background:url('../../img/pages/about/deco_list.svg' )center center/cover;
    width:1em;
    height:1em;
  }
  .bl_aboutDiff_itemText_list span:last-child{
    display:block;
    font-size:16px;
    margin-top:.75em;

  }
  .bl_aboutDiff_itemText_list em{
  color: #A5706F;
    font-style: normal;
    font-size: 1.5em;
}

  .bl_aboutDiff_itemText_list span:last-child::before{
    content:"→";
  }

.bl_aboutDiff_itemText p {
  font-size: 16px;
  line-height: 1.7;
}






.bl_aboutDiff_itemList {
  padding-inline: 15px;
  padding-block-start: 32px;
  display: flex;
  flex-direction: column;
  position:relative;
  gap: 47px;

  margin-top:2em;
  margin-right:calc(50% - 50vw);
}


.bl_aboutDiff_itemList::before{
  position:absolute;
  content:"";
  right:0;
  top:0;
  width:90%;
  background:rgba(255,250,244,.29);
  height:100%;
  box-shadow:0 10px 29px rgba(0,0,0,.16);
  border-radius:100px 0 0 100px;
  z-index:-1;
}


.bl_aboutDiff_itemList_item{
  display:flex;
  padding-right: calc(50vw - 50%);
}

.bl_aboutDiff_itemList_itemImg {
  border-radius: 0 122px 122px 0 ;
  overflow: hidden;
  aspect-ratio:180/157;
  width:100vw;
  max-width:46%;
  margin-left: calc(50% - 50vw);

}
.bl_aboutDiff_itemList_itemImg img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.bl_aboutDiff_itemList_item span {
  font-size: 32px;
  color: var(--text_heading);
  padding-bottom: 4px;
  position:relative;
  display:block;
  line-height: 1.3;
}

.bl_aboutDiff_itemList_item span::after{
  position:absolute;
  content:"";
  right:0;
  bottom:0;
  width:110%;
  background:#AAAAAA;
  height:1px;
  z-index:-1;
}

.bl_aboutDiff_itemList_itemBody{
    flex-grow:1;
  }

.bl_aboutDiff_itemList_item p {
  font-size: clamp(1.125rem, 1.093rem + 0.13vw, 1.25rem);
  font-weight: 500;
  padding-top:1em;
  padding-left:1em;
}

.bl_aboutProccess{
  margin-top:186px;
  background:#EFE5DB;
  padding:2em;
  border-radius:58px;

}

.bl_aboutProccess .bl_aboutDiff_itemHeader{
  justify-content:center;
}



.bl_aboutProccessList {

  padding-top: 24px;
  padding-bottom: 80px;
  padding-inline: 15px;
  display: flex;
  flex-direction: column;
  gap: 84px;
}

.bl_aboutProccessList_item {
  position: relative;
  padding-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bl_aboutProccessList_item::after{
  position:absolute;
  content:"";
  background:url('../../img/pages/about/ico_flow-sp.webp') center center/cover;
  width:61px;
  height:67px;
  top:100%;
  left:50%;
  transform:translateX(-50%);

}
.bl_aboutProccessList_item:nth-child(5)::after{
  display:none;
}


.bl_aboutProccessList_itemNum {
  font-size: 43px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.16;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform:translateX(-50%);
  color:#fff;
  display:block;
  z-index:1;

}
.bl_aboutProccessList_itemNum::before{
  position: absolute;
  content:"";
  top:60%;
  width:59px;
  height:59px;
  left:50%;
  transform:translate(-50%,-50%);
  border-radius:50%;
background-color: var(--text_heading);
aspect-ratio:1;
z-index:-1;
}

.bl_aboutProccessList_itemBox{
  background:#fff;
  border-radius:70px;
  padding:1.5em 2.5em;
  padding-top:2.5em;
  display:flex;
  flex-direction:column;
  align-items:center;
  box-shadow:0 3px 6px rgba(0,0,0,.16);
}

.bl_aboutProccessList_itemImg img {
  width: 100%;
  height: 100%;
}

.bl_aboutProccessList_itemText {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 1.7;
  font-family: 'NotoSansJp', sans-serif;
}
.bl_aboutProccessList_itemText p:first-child{
  margin-top:.5em;
  font-size:14px;
  text-align:center;
  color:#4D4D4D;
}

.bl_aboutProccessList_fukidashi{
  background:#A59274;
  color:#fff;
  padding:.75em;
  position:relative;
  z-index:1;
  border-radius:10px;
  margin-top:1em;
}
.bl_aboutProccessList_fukidashi::before{
  position:absolute;
  z-index:-1;
  content:"";
  bottom:70%;
  left:50%;
  transform:translateX(-50%);
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 48px solid #A59274;

}

.ly_lineup {
  background: var(--bg_bright);
  padding-top: 64px;
}

.ly_message {
  padding-top: 60px;
  padding-bottom: 100px;
  background: #f6efe7;
}

.bl_message {
  display: flex;
  flex-direction:column;
  position: relative;
  padding-top: 30px;
  padding-inline: 30px;
  gap:51px;
}


.bl_message_headingEng {
  position: absolute;
  top: 0;
  width: 50%;
  transform: translateY(-20%);
  left: 8px;
  z-index: 0;
}

.bl_messageTtl {
  padding-bottom: 32px;
}

.bl_messageTtl .el_subpTtl {
  position: relative;
  z-index: 2;
  font-size: clamp(2.25rem, 1.74rem + 2.09vw, 4.25rem);
}
.bl_message_headingEng
{
  width:clamp(15rem, 10.077rem + 20.2vw, 34.313rem);
}

.bl_message_copy p{

  font-size: clamp(1.25rem, 1.123rem + 0.52vw, 1.75rem)!important;

}
.bl_message_copy em{
  color:#A5706F;
  font-style:normal;
  font-size:clamp(1.5rem, 1.309rem + 0.78vw, 2.25rem);
}

.bl_messageProfile section{
margin-top:2.5em;
}
.bl_messageProfile section+section{
margin-top:3em;
}
.bl_messageProfile h3{
  border-left: 8px solid #AB8B8B;
  color:#4D4D4D;
  font-family:'NotoSansJp', sans-serif;
    padding-left: .5em;
    font-size: clamp(1.125rem, 1.081rem + 0.19vw, 1.25rem);
    font-weight:500;

}
.bl_messageProfile p{

font-size: 16px;
margin-top:1.5em;
}

.bl_messageProfileImg {

  order:1;
}
.bl_messageProfileImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl_messageProfileName{
  display:flex;
  flex-direction:column;
  margin-top:3em;
}

.bl_messageProfileName p{
 margin-top:0;
}
.bl_messageProfileName p:first-child{
  font-size:clamp(1rem, 0.968rem + 0.13vw, 1.125rem) ;
}
.bl_messageProfileName p:last-child{
font-size: clamp(1.5rem, 1.436rem + 0.26vw, 1.75rem);
}



.bl_messageMainItem {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  padding-bottom: 40px;
  max-height: 30vh;
  overflow: hidden;
}

.bl_messageMainItem.isOpen {
  max-height: fit-content;
}

.bl_messageMainItem.isOpen .bl_messageMainItem_open::before {
  display: none;
}

.bl_messageMainItem.isOpen .bl_messageMainItem_open svg {
  transform: rotate(180deg);
}

.bl_messageMainItem_open {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.bl_messageMainItem_open p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  text-decoration: underline;
}

.bl_messageMainItem .bl_messageMainItem_open p span {
  font-family: 'NotoSerifJp', serif;
  font-size: 14px;
}

.bl_messageMainItem_open::before {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 200px;
  width: 100%;
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(246, 239, 231, 1) 80%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(246, 239, 231, 1) 80%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(246, 239, 231, 1) 80%
  );
}

.bl_messageMainItem p {
  line-break: normal;
  line-height: 2.2;
}

.bl_messageMainItem p span {
  display: block;
  font-family: 'NotoSansJP', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.ly_faq {
  background: transparent;
  border-top: 1px solid #e6ddd3;
}

@media screen and (width > 768px) {
  .bl_aboutDiff_itemHeader {
    font-size: 40px;
  }

  .ly_aboutFeature {
    position: relative;

  }

  .ly_aboutFeature::after{
    position:absolute;
    content:"";
    width:40vw;
    height:100%;
    background:url('../../img/pages/about/page-about1.webp') center center/cover;
    right:0;
    top:0;
  }

  .bl_aboutFeature {
    position:relative;
    width:100vw;
  margin-right: calc(50% - 50vw);
    margin-top: 142px;
    padding-inline: 0;
    padding-left:3em;
    flex-direction:row;
    justify-content: space-between;

    gap:2em;

  }
  .bl_aboutFeature::before{
    position:absolute;
    content:"";
    background:#F2E3D9;
    right:0;
    top:0;
    width:100%;
    height:100%;
    border-radius:94px 0 0 94px;
    z-index:-1;

  }

  .bl_aboutFeature_subTtl {
    margin-top: 60px;

  }
  .bl_aboutFeature_subTtl::before{
    left:0;
  }

  .bl_aboutFeatureCont {
    flex-shrink:0;
    padding-bottom: 5vw;
    width:39%;
  }

  .bl_aboutFeatureImg {
    margin-top: 0;
    width: 52vw;
    height: 100%;
    flex-shrink:0;
    aspect-ratio:auto;
  }

  .ly_aboutDiff {
    padding-inline: 0;
  }

  .bl_aboutDiff {
    display: flex;
    flex-direction: row;
    gap: 4.3vw;
  }


  .bl_aboutDiff_Bottle {
    width: 18vw;
    max-width: 280px;
    flex-shrink: 0;
  }

  .bl_aboutDiff_Bottle img {
    position: sticky;
    top: 20px;
  }



  .bl_aboutDiff_item:first-child {
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    margin-bottom: 10.4vw;
  }

  .bl_aboutDiff_itemBottleItem,
  .bl_aboutDiff_itemBottleBg {
    width: 14.5vw;
    height: 39.1vw;
    padding-inline-end: 0.7vw;
  }

  .bl_aboutDiff_itemBottle {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 3vw;
    transition: position 0.3s ease;
  }

  .bl_aboutDiff_itemBottle_wrapper {
    position: sticky;
    top: 20px;
  }

  .bl_aboutDiff_itemPoint {
    width: 100%;
    margin-top: 60px;
  }

  .bl_aboutDiff_itemPoint_swiper {
    width: 100%;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:clamp(1rem, 0.472rem + 2.25vw, 2.5rem);
  }

  .bl_aboutDiff_itemPoint_circles{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:2em;

  }
  .bl_aboutDiff_itemPoint_circles .bl_aboutDiff_itemPoint_swiper_slide{
    max-width:241px;
  }
  .bl_aboutDiff_itemPoint_circles img{
  padding-left:1em;
}
  .bl_aboutDiff_itemPoint_arrow{
    width:310px;
    flex-shrink: 1;
    margin:0;
    /* margin-left:1em; */
  }

  .bl_aboutDiff_itemPoint_heading h5 {
    font-size: 28px;
  }


  .bl_aboutDiff_itemPoint_swiper_slide{
    flex-direction:column;
    gap:0;
  }


  .bl_aboutDiff_itemPoint_swiper_slide::before{
    position:absolute;
    content:"";
    top:26%;
    left:108%;
    background:url('../../img/pages/about/bg_arrow.svg') no-repeat center center/cover;
    width:7px;
    height:19px;
  }



  .bl_aboutDiff_itemPoint_swiper_slide_text .-title{
  font-size: 14px;
}
.bl_aboutDiff_itemPoint_swiper_slide_text .-text{
  font-size: 13px;
}



  .bl_aboutDiff_itemArrow {
    margin-top: 64px;
    margin-bottom: 20px;
  }

  .bl_aboutDiff_itemText_heading h5{
  padding:0.125em 1em;
}



  .bl_aboutDiff_itemList {
    padding-top: 64px;
    gap: 64px;
    padding-inline: 0;
    padding-bottom:3em;
  }


  .bl_aboutDiff_itemList_item {
    display: flex;
    gap: 32px;
    align-items: center;

  }

  .bl_aboutDiff_itemList_item div:last-child {
    transform: translateY(-1vw);
  }

  .bl_aboutDiff_itemList_itemImg {
    width: 19.7vw;
    flex-shrink: 0;
    border-radius:122px;
    max-width:none;
    margin-left:0;
    aspect-ratio:auto;
  }

  .bl_aboutDiff_itemList_item span {
    font-size: 48px;
    font-weight: 400;
  }
  .bl_aboutDiff_itemList_item span::after{
    width:100%;
  }

  .bl_aboutDiff_itemList_itemBody{
    flex-grow:1;
  }
  .bl_aboutDiff_itemList_item p{
    padding-left:0;
  }


  .bl_aboutProccess{
  margin-top:280px;
  padding:3em;
}



  .bl_aboutProccessList {
    position:relative;
    display:grid;
    grid-template-columns: repeat(5,1fr);
    padding-top: 40px;
    padding-inline: 0;
    gap: clamp(1rem, 0.825rem + 0.72vw, 1.688rem);
    padding-bottom: 100px;
  }

  .bl_aboutProccessList_item::after{
  position:absolute;
  content:"";
  background:url('../../img/pages/about/ico_flow.webp') center center/cover;
  width:70px;
  height:78px;
  top:50%;
  left:95%;
  transform:none;
  z-index:1;

}

  .bl_aboutProccessList_itemImg {
    aspect-ratio: 1/1;
  }

  .bl_aboutProccessList_itemComment {
    position: absolute;
    bottom: 0;
    width: 31vw;
    max-width: 100vw;
  }

  .bl_aboutProccessList_itemText p:first-child {
    font-weight: 500;
    width:80%;
    margin-inline:auto;
  }

  .bl_aboutProccessList_fukidashi{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:0;
  margin-top:0;
}
.bl_aboutProccessList_fukidashi::before{
  bottom:70%;

}

  .ly_lineup {
    margin-top: 0;
    background: #f6efe7;
  }

  .bl_lineup_collection {
    padding-bottom: 16.6vh;
  }

  .ly_message {
    padding-top: 14.8vh;
    padding-bottom: 24vh;
  }

  .bl_message {
    position: static;
            align-items: flex-start;


    flex-direction: row;
    gap: 3.8vw;
    padding: 0;
  }

  .bl_messageTtl {
    padding-top: 65px;
    padding-bottom: 38px;
  }

  .bl_messageCont {
    position: relative;
    padding-inline-start: 47px;
    overflow: visible;
    height: auto;
    order:0;
  }

  .bl_messageProfileImg {
    width: 33.8vw;
    flex-shrink: 0;
    padding: 0;
     padding-top:10em;
     order:0;
  }

  .bl_messageProfileName{
    flex-direction:row;
    align-items:center;
    gap:1em;
    justify-content:flex-end;
  }

  .bl_messageMainItem {
    max-height: fit-content;
    overflow: visible;
  }

  .bl_message .bl_aboutDiff_itemPoint_heading h5 {
    padding-top: 24px;
    font-size: 40px;
  }

  .bl_message .bl_aboutDiff_itemText {
    padding-top: 32px;
    padding-bottom: 60px;
  }

  .bl_message_headingEng {
    transform: none;
    opacity: 1;
  }

  .ly_faq {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}

@media screen and (width > 768px) and (width < 1115px) {
  .bl_aboutDiff_item:first-child {
    margin-inline-start: 0;
  }



  .bl_aboutDiff_itemPoint_swiper_slide_img {
    width: auto;
    /* height: 100%; */
  }

  .bl_aboutDiff {
    margin-inline: 0;
  }
}

@media screen and (width > 960px) {
  .bl_aboutDiff_Bottle {
    margin-inline-start: 70px;
  }
}

@media screen and (width > 1115px) {
  .bl_aboutDiff_itemPoint_swiper .swiper-wrapper {
    width: 100%;
    display: flex;
    gap: 1vw;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .bl_aboutDiff_itemPoint_swiper_slide{
    flex-direction:column;
  }

  .bl_aboutDiff_itemPoint_swiper_slide_img {
    width: auto;
    height: auto;
  }

  .bl_aboutProccessList_itemText {
    font-size: 16px;
  }
  .bl_aboutProccessList_itemBox{
    padding:1.5em .5em;
    border-radius:157px;
    height:100%;
  }
}
