/*============================
    firstview
============================*/
.main{
    position: relative;
  }
  .top-mv{
    width: 100%;
    background:#f8f5f3;
    margin:160px auto 0;
    position: relative;
    z-index: 1;
  }
  .top-mv__img img{
    width: 1000px;
    margin:0 auto;
    display:block;
  }
  .top-mv,.top-mv__img{
  }
  .mv_copy{
    position: absolute;
    top: 25%;
    left: 0px;
    z-index: 3;
    width: 15%;
  }
  .mv_btn{
    position: absolute;
    bottom: 10%;
    right: 0%;
    z-index: 3;
    column-gap: 8%;
    width:500px;
  }
  .mvbtn img{
      width:100%;
  }
  /* slider 高さ調整 */
  .slider__mv,
  .slider__mv .slick-list,
  .slider__mv .slick-track,
  .slick-slide img{
    height: inherit;
  }
  .top-slider__mv {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    height: auto;
    aspect-ratio: 1000 / 500;
    object-fit: cover;
  }
  .slick-slide img{
   object-fit:cover; 
  }
  @media screen and (max-width: 1400px) {
  
  .mv_btn{
    width:400px;
    bottom:5%;
  }
  }
  @media screen and (max-width: 1280px) {
  .top-mv,.top-mv__img{
    height:650px;
    margin-top:100px;
  }
  }
  @media screen and (max-width: 1024px) {
  .mvbtn{
  width:100px;  
  }
  .mvbtn:not(:last-child){
      margin-right:0px
  }
  .mv_btn{
    width:300px;
  }
  }
  @media screen and (max-width: 768px) {
  .top-mv,.top-mv__img{
    height:500px;
    margin-top:60px;
  }
  }
  @media screen and (max-width: 414px) {
  .top-mv,.top-mv__img{
    height:280px;
  }
  .mv_copy{
    width: 40%;
    top:190px;
    left:0;
    right:0;
    margin:0 auto;
  }
  .mvbtn{
  width:60px; 
  }
  .mv_btn{
    width:150px;
    bottom:0%;
  }
  }
  
  
  /*============================
      message
  ============================*/
  .top-message .inner{
      margin: 100px auto 0;
  }
  .message_text::before{
  position: absolute;
  content: "";
  background: url(../images/message.png)  no-repeat center center / contain ;
  max-width:504px;
  width:100%;
  height:100%;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index:-1;
  }
  @media screen and (max-width: 1400px) {
    .top-message .inner{
      margin: 100px auto 0;
  }
  }
  @media screen and (max-width: 1200px) {
    .top-message .inner{
      margin: 0px auto 0;
  }
  }
  @media screen and (max-width:1024px) {
  .message_text::before{
  position: absolute;
  content: "";
  background: url(../images/message.png)  no-repeat center center / contain ;
  max-width:504px;
  width:50%;
  height:50%;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index:-1;
  }
  }
  
  /*============================
      commitment
  ============================*/
  .top-commitment .inner__large{
    margin: 100px auto 100px;
  }
  .commitment_back{
      background: #f8f5f3;
      height:450px;
      padding:100px 30px;
  }
  .top-commitment .inner__large::before{
  position: absolute;
  content: "";
  background: url(../images/circle.png)  no-repeat center center / contain ;
  max-width:132px;
  width:80%;
  height:80%;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
  }
  .top-commitment .inner__large::after{
  position: absolute;
  content: "";
  background: url(../images/commitment.png)  no-repeat center center / contain ;
  max-width:347px;
  width:100%;
  height:60%;
  top:0%;
  left:20%;
  z-index: 1;
  }
  .top-commitment::before{
      position: absolute;
    content: "";
    background: url(../images/illust01.png)  no-repeat center center / contain ;
    max-width:316px;
    width:80%;
    height:80%;
    top:-40%;
    left:10%;
    z-index: 1;
  }
  .top-commitment::after{
      position: absolute;
    content: "";
    background: url(../images/illust02.png)  no-repeat center center / contain ;
    max-width:319px;
    width:80%;
    height:80%;
    top:-40%;
    right:10%;
    z-index: 1;
  }
  .hd_commitment_ttl{
      font-size:30px;
      letter-spacing: 0;
      text-align: center;
      letter-spacing: .2rem;
      font-weight: 500;
  }
  .comm_box{
      column-gap: 3%;
    row-gap: 20px;
  }
  .comm_box01{
      max-width:360px;
      width:30%;
  }
  
  @media screen and (max-width:1280px) {
  .top-commitment .inner__large::after{
  width:100%;
  height:60%;
  top:0%;
  left:10%;
  }
  }
  @media screen and (max-width:1024px) {
  .top-commitment .inner__large{
    margin: 50px auto 0px;
  }
  .top-commitment::before{
    width:50%;
    height:50%;
    top:-20%;
    left:0%;
  }
  .top-commitment::after{
    width:50%;
    height:50%;
    top:-20%;
    right:0%;
  }
  .top-commitment .inner__large::before{
    width:50%;
    height:50%;
       top: -5%;
  }
  .top-commitment .inner__large::after{
  width:20%;
  height:20%;
  top:20%;
  left:20%;
  }
  .hd_commitment_ttl{
      font-size:24px;
  }
  }
  @media screen and (max-width: 768px) {
  .top-commitment .inner__large{
    margin: 0px auto 300px;
  }
  .hd_commitment_ttl{
      font-size:20px;
  }
  .top-commitment::before{
    width:30%;
    height:30%;
    top:-10%;
    left:0%;
  }
  .top-commitment::after{
    width:30%;
    height:30%;
    top:-10%;
    right:0%;
  }
  .top-commitment .inner__large::before{
    width:20%;
    height:20%;
       top: 3%;
  }
  .top-commitment .inner__large::after{
  width:20%;
  height:20%;
  top:10%;
  left:20%;
  }
  .comm_box01{
      max-width:360px;
      width:48%;
  }
  }
  
  @media screen and (max-width: 414px) {
  .commitment_back{
      background: #f8f5f3;
      height:450px;
      padding:50px 30px;
  }
  .top-commitment .inner__large{
    margin: 0px auto 350px;
  }
  .top-commitment .inner__large::before{
    width:20%;
    height:20%;
       top: -4%;
  }
  .top-commitment .inner__large::after{
  width:20%;
  height:20%;
  top:0%;
  left:20%;
  }
  .hd_commitment_ttl{
      font-size:18px;
  }
  .comm_box01{
      max-width:360px;
      width:80%;
  }
  }
  /*============================
      eyebrow
  ============================*/
  .top-eyebrow .inner{
    padding-top:100px;
    padding-bottom: 100px;
  }
  .top-eyebrow::after{
    content: "";
    max-width: 206px;
    width: 80%;
    height: 80%;
    background: url(../images/bg_eyebrow.png) no-repeat center top / contain;
    position: absolute;
    top: 0%;
    right:0%;
    z-index: -1;
  }
  .hd_eyebrow_ttl{
        font-size:30px;
      letter-spacing: 0;
      letter-spacing: .2rem;
      font-weight: 500;
    position: relative;
  }
  .hd_eyebrow_ttl::before{
   content: "";
    max-width: 106px;
    width: 80%;
    height: 80%;
    background: url(../images/for_facial.png) no-repeat center top / contain;
    position: absolute;
    top: -50%;
    right:50%;
    z-index: -1;
  }
  /* flexbox */
  .eyebrow_textBox{
    position: relative;
    align-items: center;
  }
  .eyebrow_textBox .textarea_img {
    text-align: justify;
   margin-left: calc(50% - 47vw);
    flex:1;
    margin-right: 8%;
  } 
  .eyebrow_textBox .textarea {
      text-align: justify;
    width:42%;
  }
  @media screen and (max-width: 1400px) {
  .top-eyebrow::after{
    width: 150px;
    height: 250px;
  }
  }
  @media screen and (max-width: 1024px) {
  .hd_eyebrow_ttl{
        font-size:24px;
  }
  .hd_eyebrow_ttl::before{
    width: 80%;
    height: 80%;
    top: -50%;
    left:10%;
  }
  .eyebrow_textBox{
    display: block;
  }
  .eyebrow_textBox .textarea_img {
    text-align: justify;
   margin:0 0 50px;
  } 
  .eyebrow_textBox .textarea {
      text-align: justify;
    width:100%;
  }
  }
  @media screen and (max-width: 768px) {
   .top-eyebrow .inner{
    padding-top:150px;
    padding-bottom: 50px;
  }
  .hd_eyebrow_ttl{
        font-size:22px;
  }
  .eyebrow_textBox .textarea_img {
    text-align: justify;
   margin:0 0 20px;
  } 
  .top-eyebrow::after{
    content: "";
    max-width: 206px;
    width: 30%;
    height: 30%;
    background: url(../images/bg_eyebrow.png) no-repeat center top / contain;
    position: absolute;
    top: 0%;
    right:0%;
    z-index: -1;
  }
  }
  
  /*============================
      design
  ============================*/
  .top-design{
      padding-top:100px;
    padding-bottom:150px;
  }
  .design_img_li {
      max-width: 998px;
      width: 35%;
      height: auto;
      margin: 0 30px;
  }
  @media screen and (max-width: 1024px) {
  .top-design{
      padding-top:0px;
    padding-bottom:150px;
  }
  .design_img_li {
      max-width: 998px;
      width: 50%;
      height: auto;
      margin: 0 25px;
  }
  }
  @media screen and (max-width: 768px) {
  .top-design{
      padding-top:0px;
    padding-bottom:250px;
  }
  .design_img_li {
      max-width: 998px;
      width: 90%;
      height: auto;
      margin: 0 25px;
  }
  }
  @media screen and (max-width: 414px) {
  .top-design{
      padding-top:0px;
    padding-bottom:200px;
  }
  .design_img_li {
      margin: 0 15px;
  }
  }
  
  /*============================
      facial
  ============================*/
  .top-facial::before{
      content: "";
    max-width: 316px;
    width: 50%;
    height: 50%;
    background: url(../images/illust01.png) no-repeat center top / contain;
    position: absolute;
    top: -20%;
    right:0%;
    z-index: 1;
  }
  .facial_img{
    width:90%;
   margin-left: calc(50% - 50vw);
    position: relative;
  } 
  .facial_text{
    margin-right: calc(50% - 47vw);
    position: absolute;
    background: #fff;
      top: 0%;
    right:0%;
    padding:50px 100px;
  }
  .facial_text::before{
      content: "";
    max-width: 366px;
    width: 50%;
    height: 50%;
    background: url(../images/facial.png) no-repeat center top / contain;
    position: absolute;
    bottom: -20%;
    right:0%;
    z-index: 1;
  }
  .facial_text::after{
      content: "";
    border: 1px solid #bda791;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -4%;
    right:-2%;
    z-index: 1;
  }
  .hd_facial_ttl {
        font-size:30px;
      letter-spacing: 0;
      letter-spacing: .2rem;
      font-weight: 500;
    position: relative;
  }
  .hd_facial_ttl::before {
  border: 1px solid #bda791;
  position: absolute;
  content: "";
  top: 50%;
  left: -7%;
  transform: translateY(-50%);
  width:50px;
  }
  @media screen and (max-width: 1300px) {
  .top-facial .inner{
      padding-top:250px; 
  }
  .top-facial::before{
    width: 30%;
    height: 30%;
    top: -20%;
    right:0%;
  }
  .facial_img{
    width:60%;
   margin-left: calc(50% - 50vw);
    position: relative;
  } 
  .facial_text{
    margin-right: calc(50% - 47vw);
    position: absolute;
    background: #fff;
      top: 0%;
    right:0%;
    padding:30px 50px;
  }
  .facial_text::before{
    width: 30%;
    height: 30%;
    bottom: -5%;
    right:0%;
  }
  .facial_text::after{
      content: "";
    border: 1px solid #bda791;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -4%;
    right:-2%;
    z-index: 1;
  }
  .hd_facial_ttl {
        font-size:30px;
      letter-spacing: 0;
      letter-spacing: .2rem;
      font-weight: 500;
    position: relative;
  }
  .hd_facial_ttl::before {
  border: 1px solid #bda791;
  position: absolute;
  content: "";
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
  width:30px;
  }
  }
  @media screen and (max-width: 1024px) {
  .hd_facial_ttl{
        font-size:24px;
  }
  .fassial_contents{
    font-size:14px;
  }
  .top-facial .inner{
      padding-top:250px; 
  }
  .top-facial::before{
    width: 30%;
    height: 30%;
    top: -20%;
    right:0%;
  }
  .facial_img{
    width:60%;
   margin-left: calc(50% - 50vw);
    position: relative;
  } 
  .facial_text{
    margin-right: calc(50% - 47vw);
    position: absolute;
    background: #fff;
      top: -10%;
    right:0%;
    padding:20px 30px 20px 80px;
  }
  .facial_text::before{
    width: 20%;
    height: 20%;
    bottom: 0%;
    right:0%;
  }
  .facial_text::after{
      content: "";
    border: 1px solid #bda791;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -4%;
    right:-2%;
    z-index: 1;
  }
  .hd_facial_ttl::before {
  border: 1px solid #bda791;
  position: absolute;
  content: "";
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
  width:30px;
  }
  }
  @media screen and (max-width: 768px) {
  .hd_facial_ttl{
        font-size:20px;
  }
  .top-facial .inner{
      padding-top:250px; 
  }
  .top-facial::before{
    width: 30%;
    height: 30%;
    top: -30%;
    right:0%;
  }
  .facial_img{
    width:100%;
   margin:0;
    position: relative;
  } 
  .facial_text{
    margin:0;
    position: absolute;
    background: #fff;
      top: -15%;
    right:0%;
     padding:10px 25px 10px 50px;
  }
  .facial_text::before{
    width: 30%;
    height: 30%;
    bottom: -5%;
    right:0%;
  }
  .facial_text::after{
      content: "";
    border: 1px solid #bda791;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -4%;
    right:-2%;
    z-index: 1;
  }
  .hd_facial_ttl::before {
  border: 1px solid #bda791;
  position: absolute;
  content: "";
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
  width:20px;
  }
  }
  @media screen and (max-width: 515px) {
  .top-facial .inner{
      padding-top:300px; 
  }
  .top-facial::before{
    width: 30%;
    height: 30%;
    top: -35%;
    right:0%;
  }
  .facial_img{
    width:100%;
   margin:0;
    position: relative;
  } 
  .facial_text{
    margin:0;
    position: absolute;
    background: #fff;
      top: -15%;
    right:0%;
     padding:10px 30px 10px 50px;
  }
  .facial_text::before{
    width: 30%;
    height: 30%;
    bottom: -15%;
    right:0%;
  }
  .facial_text::after{
      content: "";
    border: 1px solid #bda791;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -4%;
    right:-2%;
    z-index: 1;
  }
  .hd_facial_ttl::before {
  border: 1px solid #bda791;
  position: absolute;
  content: "";
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
  width:20px;
  }
  }
  @media screen and (max-width: 430px) {
    .facial_text{
    margin:0;
    position: absolute;
    background: #fff;
      top: -25%;
    right:0%;
     padding:10px 30px 10px 50px;
  }
  }
  @media screen and (max-width: 414px) {
  .top-facial .inner{
      padding-top:300px; 
  }
  .facial_img{
    width:100%;
    margin-top:20px;
    position: relative;
  } 
  .facial_text{
    margin:0;
    position: absolute;
    background: #fff;
      top: -20%;
    right:0%;
     padding:10px 20px;
  }
  .facial_text::before{
    width: 30%;
    height: 30%;
    bottom: -20%;
    right:0%;
  }
  .facial_text::after{
      content: "";
    border: 1px solid #bda791;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2%;
    right:-2%;
    z-index: 1;
  }
  .hd_facial_ttl::before {
  border: 0px solid #bda791;
  position: absolute;
  content: "";
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
  width:20px;
  }
  }
  @media screen and (max-width: 375px) {
  .facial_text{
      top: -30%;
  }
  }
  /*============================
      setmenu
  ============================*/
  .top-setmenu::before{
      content: "";
    max-width: 146px;
    width: 100%;
    height: 100%;
    background: url(../images/setmenu.png) no-repeat center top / contain;
    position: absolute;
    top: -5%;
    left:0%;
    z-index: 1;
  }
  .setmenu_img{
    width: 90%;
    margin: 0 0 0 auto; 
   margin-right: calc(50% - 50vw);
    position: relative;
  } 
  .setmenu_text{
    margin-left: calc(50% - 50vw);
    position: absolute;
    background: #fff;
      bottom: 0%;
    right:0%;
    padding:50px 100px 50px 120px;
  }
  .setmenu_text::before{
  content: "";
    max-width: 92px;
    width: 100%;
    height: 100%;
    background: url(../images/set.png) no-repeat center top / contain;
    position: absolute;
    bottom: -50%;
    right:2%;
    z-index: 1;
  }
  .setmenu_text::after{
      content: "";
    border: 1px solid #bda791;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -4%;
    left:-2%;
    z-index: 1;
  }
  @media screen and (max-width: 1300px) {
  .top-setmenu .inner{
      padding-top:0px;
      padding-bottom:350px;
  }
  .top-setmenu::before{
    width: 30%;
    height: 30%;
    top: 20%;
    left:-3%;
  }
  .setmenu_img{
    width: 60%;
    margin: 0 0 0 auto; 
   margin-right: calc(50% - 50vw);
    position: relative;
  } 
  .setmenu_text{
    margin-left: calc(50% - 50vw);
    position: absolute;
    background: #fff;
      bottom: 0%;
    right:0%;
    padding:50px 100px 50px 120px;
  }
  .setmenu_text::before{
    width: 100%;
    height: 100%;
    bottom: -50%;
    right:2%;
  }
  .setmenu_text::after{
      content: "";
    border: 1px solid #bda791;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -4%;
    left:-2%;
    z-index: 1;
  }
  }
  @media screen and (max-width: 1024px) {
  .top-setmenu .inner{
      padding-top:0px;
      padding-bottom:250px;
  }
  .top-setmenu::before{
    width: 30%;
    height: 30%;
    top: 15%;
    left:-3%;
  }
  .setmenu_img{
    width: 60%;
    margin: 0 0 0 auto; 
   margin-right: calc(50% - 50vw);
    position: relative;
  } 
  .setmenu_text{
    margin-left: calc(50% - 50vw);
    position: absolute;
    background: #fff;
      bottom: 0%;
    right:0%;
    padding:20px 50px;
  }
  .setmenu_text::before{
    width: 30%;
    height: 30%;
    bottom: 4%;
    right:1%;
  }
  .setmenu_text::after{
      content: "";
    border: 1px solid #bda791;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -4%;
    left:-2%;
    z-index: 1;
  }
  }
  @media screen and (max-width: 768px) {
  .top-setmenu .inner{
      padding-top:0px;
      padding-bottom:250px;
  }
  .top-setmenu::before{
    width: 30%;
    height: 30%;
    top: 15%;
    left:-3%;
  }
  .setmenu_img{
    width: 100%;
    margin: 0; 
    position: relative;
  } 
  .setmenu_text{
     margin: 0; 
    position: absolute;
    background: #fff;
      bottom: 0%;
    right:0%;
    padding:20px 50px;
  }
  .setmenu_text::before{
    width: 20%;
    height: 20%;
    bottom: 4%;
    right:1%;
  }
  .setmenu_text::after{
      content: "";
    border: 1px solid #bda791;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -4%;
    left:-2%;
    z-index: 1;
  }
  }
  @media screen and (max-width: 515px) {
  .top-setmenu .inner{
      padding-top:0px;
      padding-bottom:300px;
  }
  .top-setmenu::before{
    width: 30%;
    height: 30%;
    top: 15%;
    left:-3%;
  }
  .setmenu_img{
    width: 100%;
    margin: 0; 
    position: relative;
  } 
  .setmenu_text{
     margin: 0; 
    position: absolute;
    background: #fff;
      bottom: -10%;
    right:0%;
    padding:20px 50px;
  }
  .setmenu_text::before{
    width: 20%;
    height: 20%;
    bottom: 4%;
    right:1%;
  }
  .setmenu_text::after{
      content: "";
    border: 1px solid #bda791;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -4%;
    left:-2%;
    z-index: 1;
  }
  }
  @media screen and (max-width: 414px) {
  .top-setmenu .inner{
      padding-top:0px;
      padding-bottom:300px;
  }
  .top-setmenu::before{
    width: 30%;
    height: 30%;
    top: -10%;
    left:-5%;
  }
  .setmenu_img{
    width: 100%;
    margin: 0; 
    position: relative;
  } 
  .setmenu_text{
     margin: 0; 
    position: absolute;
    background: #fff;
      bottom: -10%;
    right:0%;
    padding:10px 20px;
  }
  .setmenu_text::before{
    width: 20%;
    height: 20%;
    bottom: 4%;
    right:1%;
  }
  .setmenu_text::after{
      content: "";
    border: 1px solid #bda791;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -4%;
    left:-2%;
    z-index: 1;
  }
  }
  
  /*============================
      gallery
  ============================*/
  .top-gallery{
      padding-top:50px;
    padding-bottom:150px;
  }
  .top-gallery::before{
  content: "";
    max-width: 225px;
    width: 100%;
    height: 100%;
    background: url(../images/gallery_illust.png) no-repeat center top / contain;
    position: absolute;
    top: 0%;
    left:-5%;
    z-index: 1;
  }
  .top-gallery::after{
  content: "";
    max-width: 225px;
    width: 100%;
    height: 100%;
    background: url(../images/gallery_illust.png) no-repeat center top / contain;
    position: absolute;
    top: 50%;
    right:10%;
    z-index: -1;
  }
  .gallery_img_li {
      max-width: 320px;
      width: 35%;
      height: auto;
      margin: 0 20px;
  }
  .gallery_ttl{
  max-width:260px;
    margin: 0 auto 50px;
  }
  .top-gallery .btn_cmn_ga{
   margin: 0 auto;
  }
  @media screen and (max-width: 1024px) {
  .top-gallery::before{
    width: 50%;
    height: 50%;
    top: 0%;
    left:-10%;
  }
  .top-gallery::after{
    width: 50%;
    height: 50%;
    top: 50%;
    right:5%;
  }
  }
  @media screen and (max-width: 768px) {
  .top-gallery{
      padding-top:20px;
    padding-bottom:100px;
  }
  .top-gallery::before{
    width: 20%;
    height: 20%;
    top: 0%;
    left:-10%;
  }
  .top-gallery::after{
    width: 20%;
    height: 20%;
    top: 60%;
    right:0%;
  }
  .gallery_img_li {
      max-width: 320px;
      width: 35%;
      height: auto;
      margin: 0 10px;
  }
  .gallery_ttl{
  max-width:260px;
  width:30%;
  margin-inline: auto;
  margin-bottom: 20px;
  }
  }
  @media screen and (max-width: 414px) {
  .top-gallery::before{
    width: 20%;
    height: 20%;
    top: 10%;
    left:-10%;
  }
  .top-gallery::after{
    width: 20%;
    height: 20%;
    top: 55%;
    right:0%;
  }
  }
  /*============================
      guide
  ============================*/
  .top-guide{
    background:linear-gradient(0deg, rgb(125, 94, 64), rgb(160, 136, 113));
    color:#fff;
    position: relative;
  }
  .top-guide::before{
      content: "";
    max-width: 180px;
    width: 100%;
    height: 100%;
    background: url(../images/img_guide.png) no-repeat center top / contain;
    position: absolute;
    top: 0%;
    left:0%;
    z-index: 1;
    transform:rotate(45deg);
  }
  .guide_area{
      align-items: center;
  }
  .top-guide .header{
      width:20%;
      border-right: 1px solid #a58d74;
      height:200px;
  }
  .top-guide .guide_txt{
      width:70%;
  }
  .hd_guide_ttl{
        font-size:30px;
      letter-spacing: 0;
      letter-spacing: .2rem;
      font-weight: 500;
    position: relative;
  }
  @media screen and (max-width: 1024px) {
  .hd_guide_ttl{
        font-size:24px;
  }
  }
  @media screen and (max-width: 768px) {
  .top-guide::before{
    width: 50%;
    height: 50%;
  }
  .guide_area{
      display: block;
  }
  .top-guide .header{
      width:100%;
      border-right: 0px solid #a58d74;
      height:auto;
  }
  .top-guide .guide_txt{
      width:100%;
  }
  .hd_guide_ttl{
        font-size:18px;
  }
  }
  /*============================
      faq,voice
  ============================*/
  .other_area{
  align-items: center;
  } 
  .other_list{
      background: #fff;
      border-radius: 10px;
      padding:50px 30px;
      width:48%;  
  }
  
  .other_list .img{
  margin-right:50px;
  }
  .other_right .header{
  text-align: center;
  }
  .hd_other_ttl{
  font-size:30px;
      letter-spacing: 0;
      letter-spacing: .2rem;
      font-weight: 500;
    position: relative;
  } 
  .other_right{
      width:60%;
  }
  .other_right .btn_cmn {
    display:block;
    margin: 0 0 0 auto;
  }
  @media screen and (max-width: 1024px) {
  .hd_other_ttl{
  font-size:24px;
  } 
  .other_list{
      background: #fff;
      border-radius: 10px;
      padding:30px;
      width:48%;  
  }
  .other_list .img{
    width:20%;
  margin-right:0px;
  }
  }
  @media screen and (max-width: 768px) {
  .hd_other_ttl{
  font-size:18px;
  } 
  .other_list{
      background: #fff;
      border-radius: 10px;
      padding:30px;
      width:80%;  
    margin-inline: auto;
  }
  .other_list:first-child{
    margin-bottom: 10px;
  }
  .other_list .img{
    width:15%;
  margin-right:0px;
  }
  }
  @media screen and (max-width: 414px) {
  .other_list{
      background: #fff;
      border-radius: 10px;
      padding:30px;
      width:100%;  
  }
  .other_list .img{
    width:20%;
  margin-right:0px;
  }
  }

.korean_cosmetics_re{
  flex-direction: row-reverse;
}
.korean_cosmetics_re .textarea{
  display: flex;
}
.korean_cosmetics_re .btn_cmn{
  max-width: 270px;
}
  