@charset "UTF-8";
@import url("reset.css");

/*
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

*/

body {
  font-family: 'Noto Sans JP', sans-serif;


}

/* inner */
.inner { margin:0 auto; }
.inner.width-1100 { width:1100px; }


@media screen and (max-width:1100px) {
.inner { margin:0; }
.inner.width-1100 { width:100%; }	
}


.wrapper {
  overflow:  hidden;

}

.linkposition {
  position: relative;
  top: 100px;
  display: block;
}

.linkposition2 {
  position: relative;
  top: -80px;
  display: block;
}

@media screen and (max-width: 768px) {
  .linkposition {
    position: relative;
    top: 50px;
    display: block;
  }
  
  .linkposition2 {
    position: relative;
    top: 0;
    display: block;
  }
}

/*=======================================================
 header
 =======================================================*/

header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 300px;
  width: 100%;
}

header .logo {

 padding-left: 5.7%;
 display: inline-block;
}
header .logo img {
  width: 240px;
  margin-right: 10px;
 }
 
 header .logo .logo_txt {
  font-size: 30px;
  display: inline-block;
  vertical-align: bottom;
 }



 @media screen and (max-width:768px) {
  header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    width: 100%;
  }
  
  header .logo {
  
   padding-left: 10px;
   display: inline-block;
  }
  header .logo img {
    width: 180px;
    margin-right: 10px;
    vertical-align: bottom;
   }
   
   header .logo .logo_txt {
    font-size: 15px;
    display: inline-block;
    vertical-align: bottom;
   }
 }

  
/*_______________________________

トップページ　メインビジュアル
_______________________________*/
.mainvisual {
  width: 100%;
  padding-right: 5.7%;

}

.mainvisual img {
  width: 100%;
}


@media screen and (max-width: 768px) {
  .mainvisual .logo {
    position: absolute;
    left: 10px;
    top: 10px;
  }
  
  .mainvisual .logo img {
    height: 24px;
  }

  .mainvisual .text1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
  
  .mainvisual .text1 img {
  height: 150px;
  }
  
  .mainvisual .text2 {
    position: absolute;
    top: 55%;
    right: 10%;
    transform: translateY(-50%);
  }

  .mainvisual .text2 img {
  height: 180px;
  }
  .mainvisual .maintitle {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -10vh;
  
  }
  .mainvisual .maintitle img {
    width: 100%;
    max-width:550px;
  }
}


/*_______________________________

campaign
_______________________________*/

#campaign {
  background-image: url(../img/stripe.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;

}

.campaign {
  width: 100%;
  padding: 200px 5.7% 100px;
  margin-top: -100px;
  position: relative;
}

.campaign .campaign_ornament {
  position: absolute;
  left: 5.7%;
  top: 12%;
  margin-bottom: -100px;
}
.campaign .campaign_ornament img {
  width: 30vh;
}

.campaign ul.campaign_list {
display: flex;
	width: 100%;
}


.campaign ul.campaign_list li {
width: 48%;
	margin-right: 4%;
}

.campaign ul.campaign_list li:last-child {
	margin-right: 0;
}

.campaign ul.campaign_list img {
	width: 100%;
}


@media screen and (max-width: 768px) {
  .campaign {
    width: 100%;
    padding: 80px 15px 40px;
    margin-top: -40px;
  }

  .campaign .banner {
    text-align: right;
  }
  
  .campaign .banner img {
    width: 100%;
    width: 100%;
    max-width: 1130px;
  }
  .campaign .campaign_ornament img {
    width: 18vh;
  }
  .campaign .campaign_ornament {
    position: absolute;
    left: 0;
    top: 12%;
    margin-bottom: -100px;
}
}

/*_______________________________

problem
_______________________________*/

#problem {
  width: 100%;
  padding: 100px 5.7%;
  margin: 0 auto;
}

.problem {
  width: 100%;

}

.problem .pic {
  width: 100%;
}
.problem .pic img {
  width: 100%;
}
.problem ul.problem_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 100px 0;
  flex-wrap: wrap;
}
.problem ul.problem_box li.picture {
  width: 40%;
  padding-right: 0;
}
.problem ul.problem_box li.picture img {
  width: 100%;

}

.problem ul.problem_box li.detail {
  width: 60%;
  padding-left: 5vw;
}
.problem ul.problemlist {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.problem ul.problemlist li {
  padding-left:1.5em;
  text-indent:-1.5em;
  text-align: left;
  font-size: 2vw;
  margin-bottom: 3vh;
  width: 100%;
  }
  .problem ul.problemlist li:last-child {
    margin-bottom: 0;
  }
  .problem ul.problemlist li img {
    width: auto;
    height: auto;
    margin-right: 0.5em;
  }


  @media screen and (max-width:1360px) {

    .problem ul.problemlist {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
    }
    
    .problem ul.problemlist li {
      padding-left:1.5em;
      text-indent:-1.5em;
      text-align: left;
      font-size: 2vw;
      margin-bottom: 2vh;
      width: 100%;
      }
      .problem ul.problemlist li:last-child {
        margin-bottom: 0;
      }
      .problem ul.problemlist li img {
        width: auto;
        height: 2.5vh;
        margin-right: 0.5em;
        vertical-align:bottom;
      }
    }
    

  @media screen and (max-width:768px) {
    #problem {
      width: 100%;
      padding: 40px 15px;
      margin: 0 auto;
  }
  .problem ul.problem_box {
    padding: 40px 0 0;
    flex-wrap: wrap;
    align-items: self-start;
}
.problem ul.problem_box li.picture {
  width: 30%;
  padding-right: 0;
  margin: 0 auto;
  text-align: center;
}
.problem ul.problem_box li.picture img {
  width: 100%;
  height: auto;

}

.problem ul.problem_box li.detail {
  width: 70%;
  padding-left: 10px;
}

.problem ul.problemlist {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.problem ul.problemlist li {
  padding-left:1.8em;
  text-indent:-1.8em;
  text-align: left;
  font-size: 14px;
  margin-bottom: 3px;
  width: 100%;
  }
  .problem ul.problemlist li:last-child {
    margin-bottom: 0;
  }
  .problem ul.problemlist li img {
    width: auto;
    height: 20px;
    margin-right: 5px;
  }
  }
/*_______________________________

merit
_______________________________*/
#merit {
  background-image: url(../img/stripe.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  font-size: 0;
}

.merit {
  position: relative;
  padding: 100px 2%;
}

.merit .meritbox {
  position: absolute;
  left: 2%;
  top: 100px;
  display: contents;
}
.merit .merit1 img {
 width: 40vw;
}

.merit .merit2 img {
 width: 40vw;
 margin-bottom: 20px;
}

.merit .mayuge img {
  width: 20vw;
  margin-left: 5.7%;
  margin-bottom: 20px;
 }
 .merit .question img {
  width: 20vw;
  margin-left: 5.7%;
  margin-bottom: 20px
 }
 .merit .hyou img {
  width: 18vw;
  margin-left: 5.7%;
 }

.merit .merit3 {
  position: absolute;
  right: 2%;
  bottom: 200px;
  z-index: 1;
}
.merit .merit3 img {
 width: 40vw;

}

.merit .merit4 {
  position: absolute;
  right: 2%;
  bottom: 100px;
  z-index: 1;
}
.merit .merit4 img {
 width: 40vw;

}

.merit .star {
  position: absolute;
  top: 0;
  right: 0;
}
.merit .star img {
  width: 20vw;
}

.merit .mens {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 0;
}
.merit .mens img {
  width: 50vw;

}

@media screen and (max-width:768px) {
.merit {
    position: relative;
    padding: 20px 15px;
}

.merit .meritbox {
  position: absolute;
  left: 2%;
  top: 100px;
  display: contents;
}
.merit .merit1 img {
  width: 100%;
 margin-bottom: 10px;
}

.merit .merit2 img {
  width: 100%;
 margin-bottom: 10px;
}


.merit .mayuge img {
  width: 50vw;
  margin-left: 0;
  margin-bottom:  10px;
 }
 .merit .question img {
  width: 50vw;
  margin-left: 0;
  margin-bottom:  10px;
 }
 .merit .hyou img {
  width: 40vw;
  margin-left: 0;
 }

.merit .merit3 {
  position: static;

}
.merit .merit3 img {
  width: 100%;
 margin-bottom: 10px;

}

.merit .merit4 {
  position: static;

}
.merit .merit4 img {
  width: 100%;
 margin-bottom: 10px;
}

.merit .star {
  position: absolute;
  top: 45%;
  right: 0;
}
.merit .star img {
  width: 40vw;
}

.merit .mens {
  position: absolute;
  right: 0;
  transform: translateX(-20%);
  bottom: 0;
  z-index: 0;
}
.merit .mens img {
  width: 60vw;

}
}



/* ticker */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 200s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: 100%;
  }
  .scroll-infinity__item>img {
    width: auto;
    height: 180px;
  }
  @media screen and (max-width:768px) {
    .scroll-infinity__item>img {
      width: auto;
      height: 60px;
    }
  }

  /*_______________________________

  about
_______________________________*/

#about {
  padding: 100px 0;

}
.about h2 {
  text-align: left;
  margin-left: 5.7%;
  margin-bottom: 80px;
}
.about h2 img {
width: auto;
height: 17vh;
}
.about h3 {
  font-size: 30px;
  margin-left: 5.7%;
  margin-top: 30px;
  margin-bottom: 100px;
}

.about h4 {
  font-size: 3vw;
  font-weight: bold;
  margin-bottom: 20px;
}

.about h5 {
  font-size: 1.5vw;
  margin-bottom: 20px;
}

.about .text {
  font-size: 23px;
  line-height: 36px;
}

.about ul.aboutlist1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 80px;
  width: calc( 100% - 11.4% )
}

.about ul.aboutlist1#first {
margin-right: 0;
width: calc( 100% - 5.7% )
}

.about ul.aboutlist1 li.number {
width: 12%;
}

.about ul.aboutlist1 li.details {
width: 44%;
padding: 0 40px 0 0;
}

.about ul.aboutlist1#first li.details {
  width: 44%;
  padding: 0 40px;
  }


.about ul.aboutlist1 li.picture {
width: 44%;
}

.about ul.aboutlist1 img {
  width: 80%;
}
.about ul.aboutlist1#first img {
  width: 100%;
}



.about ul.aboutlist2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 80px;
  width: calc( 100% - 11.4% )
}


.about ul.aboutlist2 li.number {
width: 12%;
}

.about ul.aboutlist2 li.details {
width: 44%;
padding: 0 40px 0 0;
}


.about ul.aboutlist2 li.picture {
width: 44%;
}

.about ul.aboutlist2 img {
  width: 80%;
}

.about .stylemap {
    width: calc(100% - 36%);
    margin: 0 auto 80px;
}

.about .stylemap .title {
  padding: 1rem 2rem;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
  border-radius: 0;
  background: none;
  color: #000;
}
.about .stylemap img {
  width: 100%;
}

.about .title {
  background: #777;
  color: #fff;
  border-radius: 50px;
  padding: 20px;
  text-align: center;
  font-size: 2vw;
  width: calc( 100% - 23% );
  margin: 0 auto;
  font-weight: bold;
}

.about .subtitle {
  font-size: 2vw;
  font-weight: bold;
  border-bottom: 3px solid #000;
  padding-bottom: 10px;
}

.about ul.half {
  width: 100%;
  display: flex;
  align-items: self-start;
  flex-wrap: wrap;
  width: calc(100% - 30%);
  margin: 50px auto 80px;
}

.about ul.half li {
  width: 49%;
}
.about ul.half li.left {
  margin-right: 2%;
}

.about ul.half li.right {
  margin-left: 0;
}
.about ul.half img {
  width: 100%;
}
.about ul.half li:first-child, .about ul.half li:nth-child(2) {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #about {
    padding: 40px 15px;
  
  }

  .about h2 {
    text-align: left;
    margin-left: 0;
    margin-bottom: 20px;
}


  .about h2 img {
    width: auto;
    height: 12vh;
}
.about h3 {
  font-size: 20px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 30px;
}
.about ul.aboutlist1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 100%;
}

.about ul.aboutlist1#first {
margin-right: 0;
width: 100%;
}

.about ul.aboutlist1 li.number {
width: 12%;
display: none;
}
.about ul.aboutlist1#first li.details .number_sp {
  display: inline;
}

.about h5 {
  font-size: 4vw;
  margin-bottom: 10px;

}
.about h4 {
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 10px;
}
.about .text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

.about ul.aboutlist1#first li.details .number_sp img {
width: 70px;
}
.about ul.aboutlist1 li.details .number_sp img {
  width: 70px;
  }

.about ul.aboutlist1 li.details {
width: 100%;
padding: 0 40px 0 0;
}

.about ul.aboutlist1#first li.details {
  width: 100%;
  padding: 0;
  }


.about ul.aboutlist1 li.picture {
width: 100%;
text-align: center;
}

.about ul.aboutlist1 img {
  width: 80%;
}
.about ul.aboutlist1#first img {
  width: 100%;
}


.about ul.aboutlist2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 100%;
  flex-direction: column-reverse;
}


.about ul.aboutlist2 li.number {
width: 12%;
display: none;
}

.about ul.aboutlist2 li.details {
width: 100%;
padding: 0;
}


.about ul.aboutlist2 li.picture {
width: 100%;
text-align: center;
}
.about ul.aboutlist2 li.details .number_sp img {
  width: 80px;
  }
  
.about ul.aboutlist2 img {
  width: 80%;
}

.about .stylemap {
    width: 100%;
    margin: 0 auto 30px;
}

.about .stylemap .title {
  padding: 1rem 2rem;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
  border-radius: 0;
  background: none;
  color: #000;
}
.about .stylemap img {
  width: 100%;
}

.about .title {
  background: #777;
  color: #fff;
  border-radius: 50px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
}

.about .subtitle {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid #000;
  padding-bottom: 10px;
}

.about ul.half {
  width: 100%;
  display: flex;
  align-items: self-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto 40px;
}

.about ul.half li {
  width: 49%;
}
.about ul.half li.left {
  margin-right: 2%;
}

.about ul.half li.right {
  margin-left: 0;
}
.about ul.half img {
  width: 100%;
}
.about ul.half li:first-child, .about ul.half li:nth-child(2) {
  margin-bottom: 30px;
}

}
  /*_______________________________

check
_______________________________*/

#check {
  background: #F9F9F9;
  width: 100%;
  padding: 100px 0;
}
.check {
  width: calc( 100% - 11.4% );
  margin: 0 auto;
}
.check .check_ornament img {
width: 100%;
max-width: 558px;
}

.check h2 {
  font-size: 3vw;
  text-align: center;
  font-weight: bold;
}
.check h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background: url(../img/ornament_before.svg) no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.check h2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background: url(../img/ornament_after.svg) no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.check h2 img {
  width: 100%;
}

.check h3 {
  color: #FF3100;
  font-size: 2.6vw;
  padding:10px;
  border: 3px solid #FF957C;
  text-align: center;
  margin-bottom: 40px;
}

.check .title {
  font-size: 2.6vw;
  margin-bottom: 20px;
}
.check .text {
  font-size: 1.3vw;
  line-height: 2.2vw;
}
.check .text .red {
  color:#FF3100;
}


.check ul.sliderlist {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin: 100px auto;
}

.check ul.sliderlist li {
width: 32%;
margin-right: 2%;
}


.check ul.sliderlist li:nth-child(3) {
margin-right: 0;
  }
  
.check ul.impression_list {
display: flex;
width: 100%;
justify-content: space-between;

}
.check ul.impression_list li {
  border: 3px solid #000;
  padding: 30px;
  border-radius: 30px;
}
.check ul.impression_list img {
  width: 100%;
  margin-bottom: 10px;;
}

.check ul.impression_list li:nth-child(odd) {
width :34%;
margin-right: 2%;
}
.check ul.impression_list li:nth-child(even) {
width: 64%;
}

.check .design {
  background: #000000;
  border-radius: 100px;
  color: #fff;
  padding: 1.6vh 0;
  text-align: center;
  display: table;
  margin: 100px auto;
  width: 70%;

}
.check .design .design1 {

font-size: 2vw;
}
.check .design .design2 {

  font-size: 3.4vw;
  }


  @media screen and (max-width:768px) {
    #check {
      background: #F9F9F9;
      width: 100%;
      padding: 40px 0;
  }
  .check {
    width: calc(100% - 30px);
    margin: 0 auto;
}
  .check .check_ornament img {
    width: 100%;
    max-width: 200px;
}

.check h2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.check h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../img/ornament_before.svg) no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.check h2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../img/ornament_after.svg) no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.check h2 img {
  width: 100%;
}
.check h3 {
  color: #FF3100;
  font-size: 18px;
  padding: 10px;
  border: 3px solid #FF957C;
  text-align: center;
  margin-bottom: 20px;
}


.check .title {
  font-size: 18px;
  margin-bottom: 20px;
}
.check .text {
  font-size: 16px;
  line-height: 28px;
}
.check .text .red {
  color:#FF3100;
}
.check ul.sliderlist {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin: 30px auto;
  flex-wrap: wrap;
}

.check ul.sliderlist li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
  }
  
  
  .check ul.sliderlist li:nth-child(3) {
  margin-right: 0;
    }
    
  .check ul.impression_list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  }
  .check ul.impression_list li {
    border: 3px solid #000;
    padding: 15px;
    border-radius: 30px;
  }
  .check ul.impression_list img {
    width: 100%;
    margin-bottom: 10px;;
  }
  
  .check ul.impression_list li:nth-child(odd) {
  width :100%;
  margin-right: 0;
  margin-bottom: 20px;
  }
  .check ul.impression_list li:nth-child(even) {
    width :100%;
  }
  
  .check .design {
    background: #000000;
    border-radius: 100px;
    color: #fff;
    padding: 1.6vh 0;
    text-align: center;
    display: table;
    margin: 30px auto;
    width: 100%;
  
  }
  .check .design .design1 {
  
  font-size: 14px;
  }
  .check .design .design2 {
  
    font-size: 20px;
    }
  
}



/* before after */

.before_after_slider {
position: relative;
overflow: hidden;
width: 800px;
max-width: 100%;
margin: 0 auto;
}
.box_before {
position: absolute;
left: 0;
bottom: 0;
width: 50%;
height: 100%;
border-right: 5px solid rgba(0, 0, 0, 0.7);
box-shadow: 10px 0 15px -13px #000;
}
.box_before img {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: left center;
}
.box_before::before {
content: '';
z-index: 1;
position: absolute;
top: 0;
right: -34px;
bottom: 0;
width: 64px;
height: 64px;
margin: auto;



background: url(../img/compare.png) no-repeat
    scroll 0 center transparent;
}
.box_after img {
display: block;
max-width: 100%;
height: auto;
}
.slider_range {
z-index: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
opacity: 0;
cursor: col-resize;
}



  /*_______________________________

flow
_______________________________*/
#flow {
  padding: 100px 0;
  width: 100%;

}
.flow {
  width: calc(100% - 11.4%);
  margin: 0 auto;
  position: relative;
}
.flow h2 {
  text-align: left;
  margin-bottom: 80px;
}
.flow h2 img {
width: auto;
height: 17vh;
}
.flow h3 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 100px;
}

.flow .flow_ornament {
  position: absolute;
  right: 0;
  top: 0;
}

.flow .flow_ornament img {
  height: 30vh;
}
@media screen and (max-width:768px) {
  #flow {
    padding: 40px 0;
    width: 100%;
}
.flow h2 {
  text-align: left;
  margin-left: 0;
  margin-bottom: 20px;
}


.flow h2 img {
  width: auto;
  height: 12vh;
}
.flow h3 {
font-size: 20px;
margin-left: 0;
margin-top: 0;
margin-bottom: 30px;
}
.flow .flow_ornament img {
  height: 160px;
}
}
/* flowlist */


.flowlist {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
}

.flowlist li {
  padding:0 15px;
  flex-basis: 20%;
  max-width: 20%;
  color: #110C53;
  transform: skewX(175deg);
  border-right: 0;
  background-color: red;
}

.flowlist li {
  display: flex;
  width: 100%;
  padding: 10px 0;
  color: #110C53;
  text-decoration: none;
  height: 28vh;
  align-items: center;
  justify-content: center;
}


.flowlist li .title {
  color: #fff;
  font-size: 1.6vw;
  transform: skewX(3deg);
  font-weight: bold;
}


.flowlist li:first-child {
  background: rgba(0, 0, 0, 0.2);
}
.flowlist li:first-child img {
opacity: 0.2;
transform: scale(0.7);
position: absolute;
bottom:0;
right:0;
width: 70%;
}
.flowlist li:nth-child(2) {
  background: rgba(0, 0, 0, 0.4);
}
.flowlist li:nth-child(2) img {
  opacity: 0.2;
  transform: scale(0.7);
  position: absolute;
bottom:0;
right:0;
width: 70%;
}

.flowlist li:nth-child(3) {
  background: rgba(0, 0, 0, 0.6);
}
.flowlist li:nth-child(3) img {
  opacity: 0.15;
  transform: scale(0.7);
  position: absolute;
bottom:0;
right:0;
width: 70%;
}

.flowlist li:nth-child(4) {
  background: rgba(0, 0, 0, 0.8);
}
.flowlist li:nth-child(4) img {
  opacity: 0.10;
  transform: scale(0.7);
  position: absolute;
bottom:0;
right:0;
width: 70%;
}
.flowlist li:nth-child(5) {
  background: rgba(0, 0, 0, 1);
}
.flowlist li:nth-child(5) img {
  opacity: 0.10;
  transform: scale(0.7);
  position: absolute;
bottom:0;
right:0;
width: 70%;
}

@media screen and (max-width:768px) {

.flowlist {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
  flex-wrap: wrap;
}

.flowlist li {
  padding:0 15px;
  flex-basis: unset;
  max-width: 100%;
  width: 100%;
  color: #110C53;
  transform: skewY(180deg);
  border-right: 0;
  background-color: red;
}

.flowlist li {
  display: flex;
  width: 100%;
  padding: 10px 0;
  color: #110C53;
  text-decoration: none;
  height: 100px;
  align-items: center;
  justify-content: center;
}


.flowlist li .title {
  color: #fff;
  font-size: 20px;
  transform: skewX(3deg);
  font-weight: bold;
}


.flowlist li:first-child {
  background: rgba(0, 0, 0, 0.2);
}
.flowlist li:first-child img {
opacity: 0.2;
transform: scale(0.7);
position: absolute;
bottom: 0;
left: 0;
width: 40%;
}
.flowlist li:nth-child(2) {
  background: rgba(0, 0, 0, 0.4);
}
.flowlist li:nth-child(2) img {
  opacity: 0.2;
  transform: scale(0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
}

.flowlist li:nth-child(3) {
  background: rgba(0, 0, 0, 0.6);
}
.flowlist li:nth-child(3) img {
  opacity: 0.15;
  transform: scale(0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
}

.flowlist li:nth-child(4) {
  background: rgba(0, 0, 0, 0.8);
}
.flowlist li:nth-child(4) img {
  opacity: 0.10;
  transform: scale(0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
}
.flowlist li:nth-child(5) {
  background: rgba(0, 0, 0, 1);
}
.flowlist li:nth-child(5) img {
  opacity: 0.10;
  transform: scale(0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
}
}

/* balloon */
.balloon {
  position:relative;
  width: 100%;
  background:#FFFFFF;
  padding:20px;
  text-align:center;
  border:4px solid #777777;
  color:#666666;
  font-size:20px;
  font-weight:bold;
  text-shadow:0px 1px 1px #ADADAD ;
  margin-top: 100px;

}
.balloon:after,.balloon:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  bottom:100%;
  left:70%;
}
.balloon:after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:32px;
  border-bottom-width:32px;
  border-left-width:31px;
  border-right-width:31px;
  margin-left: -31px;
  border-bottom-color:#FFFFFF;
}
.balloon:before{
  border-color: rgba(119, 119, 119, 0);
  border-top-width:35px;
  border-bottom-width:35px;
  border-left-width:34px;
  border-right-width:34px;
  margin-left: -34px;
  margin-bottom: 3px;
  border-bottom-color:#777777;
}

.balloon img {
  width: 100%;
}
@media screen and (max-width:768px) {
  .balloon {
    margin-top: 60px;
}

}


/* ボタン*/
.arrow_btn{ 
  position: relative;
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  background: #000;
  margin: 100px auto;
  width: 50%;
  border-radius: 60px;
  text-align: center;
  font-size: 3vw;
} 
.arrow_btn::before,
.arrow_btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow_01::before{
  /*box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-left: 30px solid #fff;*/
  box-sizing: border-box;
  width: 0.6em;
  height: 0.6em;
  border: 0.6em solid transparent;
  border-left: 1em solid #fff;
}

.arrow_01:hover::before{
  opacity: 0.3;
}

a.arrow_btn:hover {
  opacity: 1;
}

@media screen and (max-width:768px) {
  .arrow_btn{ 
    position: relative;
    display: block;
    padding: 1.6vh 0;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    background: #000;
    margin: 30px auto 0;
    width: 100%;
    border-radius: 30px;
    text-align: center;

  } 
  .arrow_btn::before,
  .arrow_btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2%;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .arrow_01::before{
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 20px solid #fff;
  }
  
  .arrow_01:hover::before{
    opacity: 0.3;
  }
}

  /*_______________________________

トップページ　footer
_______________________________*/



footer {
  padding: 60px 0 10px;
  position:  relative;
  color:  #fff;
  background: #000;
}

footer ul.footer {
      display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px;
}

footer ul.footer li.logoarea {
flex:  1;
}
footer ul.footer li.logoarea .subtitle {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
footer ul.footer li.menuarea {
width: 550px;
padding-right:  20px;
text-align: left;
}

footer .reservation_btn {
  background: #fff;
  color: #000;
  float: right;
  padding: 20px;
  font-size: 2vw;
  font-weight: bold;
  width: 290px;
  text-align: center;
}

footer .logo {
  padding: 0 0 0 20px;
}
footer .logo img {
  height: 47px;
  vertical-align: middle;
  margin-right: 20px;
}

footer .copy {
    font-size: 20px;
    color: #fff;
    text-align: center;
letter-spacing: 0.05em;
}

  


@media screen and (max-width: 768px) {
footer {
  padding: 20px 0 90px;
  font-family: Montserrat,sans-serif ;
  position:  relative;
  color:  #000;
}

footer ul.footer {
display: flex;
justify-content: center;
align-items: start;
margin-bottom: 10px;
}

footer ul.footer li:nth-child(odd) {
width:  100%;
text-align:  center;
}
footer .logo {
    font-family: Montserrat,sans-serif;
    padding: 0 0 0 15px;
    font-size: 20px;
    font-weight: 400;
}

footer .copy {
    font-size: 10px;
    color: #fff;
    position: static;
    margin:  0 auto;
    text-align:  center;
}
}



 /*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:769px){
  .footer_area{
    display: none;
} 



}

/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:768px){
  .footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc( 100% - 20px );
    background: #000;
    z-index: 10000;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    margin: 10px;
  }
  
  .footer_area ul.spnavlist {
    display:  flex;
    width:  100%;
    margin-bottom:  0;
    padding-left:  0;
    /* margin: 10px; */
  }
  
  .footer_area ul.spnavlist li {
  width:  100%;
  position: relative;
  }
  
  
  
  
  
  .footer_area .btn1 {
    background: #fff;
    color:  #000;
    margin-bottom:  0;
  font-weight: 300;
  height: 60px;
  
  }
  
  
  .footer_area .btn1 .jp {
    font-size:20px;
    display: block;
    font-weight: bold;
    padding-top: 15px;
  }
  
  
  
  .footer_area .btn2 {
    background: #9fd7dd;
    color:  #fff;
    
  }
  .footer_area .btn2 img {
    height:  20px;
    margin-right: 0;
    vertical-align: middle;
    margin-top: -15px;
  }
  .footer_area .btn2::before{
    width: calc(100% - 20px);
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    content: "";
  }
  .footer_area .btn2::before{
    border-bottom: solid 20px #9fd7dd;
    border-right: solid 20px transparent;
    bottom: 100%;
    z-index: -1;
  }
  .footer_area .btn2 .en {
    font-size:22px;
    display: block;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .footer_area .btn2 .jp {
    font-size:10px;
    display: block;
    line-height: 10px;
    padding-bottom: 10px;
  }
  
  }
  

/*_______________________________

sticky
_______________________________*/



.reservation {
  width: 290px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;

}

.reservation_wrap {
  background-color: #000;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 30px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  padding: 30px 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.reservation_wrap:hover {
  opacity: .7;
  color: #fff
}


@media (max-width:768px) {
  .reservation {
    width: 100%;
    top: unset;
    bottom: 0;
    right: 0
  }
  .reservation span {
    font-family: inherit
  }
  .reservation_wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 55px;
    font-size: 14px
  }
  .signupHere {
    border: none;
    font-size: 14px;
    margin-top: 0;
    padding: 0
  }
}




.entrymenu {
  width: 694px;
  position: fixed;
  left: 50%;
  top: 75%;
  transform: translateX(-50%)
             translateY(-50%);
  z-index: 1000
}

.entrymenu_wrap {
  background-color: #9fd7dd;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  padding: 30px 0;

}


.entrymenu_wrap img {
  z-index: 1000000000;
}

.entrymenu_wrap:hover {
  opacity: .7;
  color: #fff
}


@media (max-width:768px) {
  .entrymenu {
    width: 100%;
    top: unset;
    bottom: 0;
    right: 0
  }
  .entrymenu span {
    font-family: inherit
  }
  .entrymenu_wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 55px;
    font-size: 14px
  }
  .signupHere {
    border: none;
    font-size: 14px;
    margin-top: 0;
    padding: 0
  }
}

/*_______________________________

totop
_______________________________*/


#t-scroll {
  position:fixed;
  bottom:30px;
  right: 10px;
  z-index: 3000000;


}


#t-scroll a {
content: "";
position: absolute;
background: url(../img/totop.svg) no-repeat;

width: 41px;
height: 103px;
bottom: 0;
  right: 0;
}
#t-scroll a:hover {
text-decoration: none;
opacity: 0.7;
}
@media (max-width:768px) {

#t-scroll {
  position:fixed;
  bottom:10px;
  right:0;
  z-index: 30;

}

#t-scroll a {
content: "";
position: absolute;
background: url(../img/totop.svg) no-repeat;
  display: block;
bottom: 60px;
right: 7px;
width: 20px;
}
}


/*_______________________________

8 points
_______________________________*/

#point8 {
  /*background-image: url(../img/bg_pink.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;*/
  width: 100%;
  font-size: 0;
  background: linear-gradient(180deg, #fff 0%, #fff 10%, #F0EAEA 10%,#F0EAEA 70%, #F0EAEA 100%);

}

.point8 {
  position: relative;
  padding: 0 2% 100px;
  text-align: center;
}

.point8 h2 {margin: 0 auto -30px;font-size: 0;}
.point8 h2 img {
  width: calc(100% - 11.4%);
  }
  @media screen and (max-width:768px) {
    .point8 {
      position: relative;
      padding: 0 2% 0;
      text-align: center;
  }
.point8 h2 img {
  width: 100%;
  }
  }
  /* slider */
  .test__container {
    padding-top: 0;
    padding-bottom: 30px;
  }
  
  .test-slick {
    width: calc(100% - 22%);
      margin: 15px auto;

  }
  
  .test-slick__item {
      margin-right: 5px;
      margin-left: 5px;
  }
  
  .test-slick__item img {
      height: auto;
      width: 100%;
  }
  
  .test-slick button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: none;
      padding: 0;
      border: none;
      background-color: transparent;
  }
  
  .test-slick button:focus {
      outline: none;
  }
  
  
  .test-slick button.arrow-common {
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      z-index: 5;
  }
  .test-slick button.arrow-prev {
    left: -5%;
    border-width: 25px 25px 25px 0;
    border-color: transparent #B98532 transparent transparent;
}
.test-slick button.arrow-next {
    right: -5%;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #B98532;
}

@media screen and (max-width:768px) {
  .test-slick {
    width: calc(100% - 10%);
      margin: 15px auto;

  }
  .test-slick button.arrow-prev {
    left: -5%;
    border-width: 15px 15px 15px 0;
    border-color: transparent #B98532 transparent transparent;
}
.test-slick button.arrow-next {
    right: -5%;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #B98532;
}
}


.error-404 {
    min-height: calc(100vh - 645px);
}
.error-404 {
    width: calc(100% - 11.4%);
	margin: 80px auto 0;
}

.error-404 h1 {
	font-size: 3vw;
	margin-bottom: 30px;
}
.error-404 p {
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	
.error-404 {
	  min-height:  calc( 100vh - 300px );
}

.error-404 h1 {
	font-size: 24px;
	margin-bottom: 30px;
}
.error-404 p {
	margin-bottom: 30px;
}

}


/*_______________________________

location
_______________________________*/


.location {
	margin: 0 auto 200px;
	width: 100%;
	max-width: 1300px;
}

.location img {
	width: 100%;
}

.location ul.half {
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.location ul.half li {
	width: 50%;
}

.location ul.half li.text {
	padding: 0 0 0 30px;
}

.location .salonname {
	font-size: 30px;
	margin-bottom:20px;
}

.location ul.half ul.locationlist {
		display: flex;
	flex-wrap:wrap;
	width: 100%;
	font-size: 24px;
	line-height: 42px;
	margin-left:0;
}


.location ul.half ul.locationlist li.title {
width: 150px;	
text-align: left;
}



.location ul.half ul.locationlist li.details {
	width: calc( 100% - 150px );
	text-align: left;
}


/* ボタン*/
.small_btn{ 
  position: relative;
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  background: #000;
  margin: 20px auto 0;
  width: 400px;
  border-radius: 40px;
  text-align: center;
  font-size: 24px;
} 
.small_btn::before,
.small_btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.small_01::before{
  /*box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-left: 30px solid #fff;*/
  box-sizing: border-box;
  width: 0.6em;
  height: 0.6em;
  border: 0.6em solid transparent;
  border-left: 1em solid #fff;
}

.small_01:hover::before{
  opacity: 0.3;
}

a.small_btn:hover {
  opacity: 1;
}



@media screen and (max-width:1360px) {
.location {
	margin: 0 auto 200px;
	width: 100%;
	max-width: 1300px;
	padding: 0 30px;
}}


@media screen and (max-width:768px) {
	
	.location {
	margin: 0 auto 60px;
	width: 100%;
	padding: 0 15px;
}
	
	


.location ul.half li {
	width: 100%;
	
}

.location ul.half li.text {
	padding: 0;
	margin-top: 20px;
}

.location .salonname {
	font-size: 20px;
	margin-bottom:10px;
}

.location ul.half ul.locationlist {
		display: flex;
	flex-wrap:wrap;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	margin-left:0;
}


.location ul.half ul.locationlist li.title {
width: 120px;	
text-align: left;
}



.location ul.half ul.locationlist li.details {
	width: calc( 100% - 120px );
	text-align: left;
}

	
  .small_btn{ 
    position: relative;
    display: block;
    padding: 1.6vh 0;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    background: #000;
    margin: 30px auto 0;
    width: 100%;
    border-radius: 30px;
    text-align: center;

  } 
  .small_btn::before,
  .small_btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2%;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .small_01::before{
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 20px solid #fff;
  }
  
  .small_01:hover::before{
    opacity: 0.3;
  }
}