@charset "utf-8";
/* CSS Document */
html{
  font-size: 62.5%;
}
img{
  width: 100%;
  height: auto;
}
body{
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  overflow: visible;
}
.wf-gothic{
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
}
.wf-mincho{
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
}
.wf-mincho__staff{
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
}
.wf-mincho__catchcopy{
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 400;
}
.wf-italic{
  font-family: 'Playfair Display', serif;
  color: #ffffff;
}
.wf-crimson{
  font-family: 'Crimson Text', serif;
  color: #f9dc79;
}
.wf-notosuns{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.wf-notosunsregualy{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.wf-notosunsbold{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.pc-only{
  display: block;
}
.sp-only{
  display: none;
}
.pc-890only{
  display: none;
}
.pc-855only{
  display: none;
}
.pc-product__895only{
  display: none;
}
.inner{
  max-width: 1160px;
  /*width: 100%;*/
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.box, .box5 {
 visibility: hidden;
 opacity: 0;
 /* transform: translateY(50px); */
 transition: opacity .5s,transform .5s,visibility .5s;
}
.box3{
 visibility: hidden;
 opacity: 0;
 /* transform: translateY(80px); */
 transition: opacity .5s,transform .5s,visibility .5s;
}
.box4{
 visibility: hidden;
 opacity: 0;
 transition: opacity .5s, visibility .5s;
}
.box2{
 visibility: hidden;
 opacity: 0;
 transition: opacity .5s, visibility .5s;
}
.box.fadein, .box3.fadein, .box5.fadein {
 visibility: visible;
 opacity: 1;
 /* transform: translateY(0); */
}
.box2.fadein{
 visibility: visible;
 opacity: 1;
}

.box4.fadein{
 visibility: visible;
 opacity: 1;
}
/*toppage*/
/*titles*/

.concept-title{
  font-size: 4rem;
  text-transform: uppercase;
  text-align: center;
  width: 700px;
  margin: auto;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 35px;
  margin-bottom: 50px;
}
.menu-title{
  font-size: 4rem;
  text-transform: uppercase;
  text-align: center;
  max-width: 700px;
  margin: auto;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 35px;
  margin-bottom: 110px;
}
.access-title{
  font-size: 4rem;
  text-transform: uppercase;
  text-align: center;
  width: 700px;
  margin: auto;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 35px;
  margin-bottom: 80px;
}
.cut-title{
  font-size: 4rem;
  text-transform: uppercase;
  text-align: center;
  width: 700px;
  margin: auto;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 35px;
  margin-bottom: 110px;
}
/*titles*/
/*header*/
.header{
  background-image: url("../img/top/salon-pc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  background-position: center;
 position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {

.header{
  background-image: url("../img/top/salon-pc@2x.jpg");
}
}
.saron-catchcopy{
 position: absolute;
 top: 40%;
 right: 6.5%;
 color: #ffffff;
 font-size: 5rem;
 text-align: center;
 line-height: 2;
  text-shadow: 0 0 10px rgba(255 255 100 / 80%),0 0 10px rgba(255 255 100 / 50%);
}
.header-wrapper{
  background-color: #5e2c1c;
  opacity: 0.9;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
 z-index: 9999;
}

.header-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.header-wrapper__product{
  align-items: center;
}
.storename{
  font-size: 3.6rem;
  margin-top: -9px;
}
.nav{
  font-size: 2.5rem;
  text-transform: uppercase;
}
.nav-list{
  display: flex;
  padding-left: 20px;
}
.nav-list__item{
 margin-right: 70px;
}
.nav-list__item a:hover{
  opacity: 0.8;
}
.nav-list__item:last-of-type{
  margin-right: 0px;
}
/*header*/

/*footer*/
.footer{
  background-color: #222222;
  padding-top: 30px;
  padding-bottom: 30px;
}
.copyright{
  color: #ffffff;
  text-align: center;
}
/*footer*/


/*main*/

/*concept*/
.concept{
  background-color: #9f3c4b;
  padding-top: 100px;
  padding-bottom: 150px;
}
.concept-text{
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  line-height: 3;
}
/*.banner{
  width: 523px;
  height: auto;
}*/
.inner-banner{
  display: block;
  max-width: 523px;
  margin: 0 auto;
  margin-top: 70px;
}
.inner-banner__sp{
 display: none;
}
.inner-banner{
  width: 100%;
  height: 100%;
}
.inner-banner img{
  display: block;
  transition-duration: 0.5s;
}
.inner-banner img:hover{
  transform: scale(1.1,1.1);
  transition-duration: 0.5s;
}
.pc-logo{
  width: 150px;
}
.pc-logo img{
  width: 100%;
}
/*concept*/

/*menu*/
.menu{
  background-image: url("../img/top/menutexture-pc.jpg");
  background-repeat: repeat;
  padding-top: 100px;
  padding-bottom: 150px;
}
/* @media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx){

.menu{
  background-image: url("../img/top/menutexture-pc@2x.jpg");
}
} */
.menu-list__inner{
  color: #ffffff;
}
.menu-inner{
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.menu-list__wrapper{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.menusex-inner{
  font-size: 3rem;
}
.menu-list__item{
  font-size: 2.5rem;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.menu-list__item:last-of-type{
  margin-bottom: 0px;
}
.menu-list__item__ttl{
  font-weight: 300;
}
.menusex-wrapper{
  text-align: center;
  width: 310px;
  border-bottom: 1px #ffffff solid;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.prisecategory-wrapper{
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  margin-top: 30px;
}
/*menu*/
/*staff*/

.staff{
  background-image: url("../img/top/staffbackground-pc.jpg");
  background-size: contain;
  padding: 100px 0 150px;
  background-repeat: repeat;
  position: relative;
}
/* @media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx){

.staff{
  background-image: url("../img/top/staffbackground-pc@2x.jpg");
}
} */
/* .staff::before{
  content: "";
  width: 30%;
  height: 10vw;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/top/tutaleft-pc.png");
  background-size: contain;
  background-repeat: no-repeat;

}
.staff::after{
  content: "";
  width: 30%;
  height: 10vw;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/top/tutaright-pc.png");
  background-size: contain;
  background-repeat: no-repeat;
} */
.staff-inner{
  max-width: 780px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.stylist-wrapper{
  display: flex;
  justify-content: space-between;
}
.stylist{
  width: 42.85%;
}
.stylist-inner{
  width: 100%;
}
.stylistname-list{
  text-align: center;
  position: relative;
  padding: 1em 0;
}
.stylistname-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5e2c1c;
  mix-blend-mode: multiply;
  opacity: .4;
}
.stylistname-list__item{
  font-size: 2.5rem;
  color: #ffffff;
  position: relative;
}
.stylistname-list__item2{
  font-size: 1.7rem;
  color: #ffffff;
  line-height: 2;
  position: relative;
}
.tutaleft-pc{
  position: absolute;
  top: 0;
  left: 0;
  width: 25.83%;
}
.tutaright-pc{
  position: absolute;
  top: 0;
  right: 0;
  width: 25.83%;
}
/*staff*/
/*access*/
.access{
  background-color: #753235;
  padding-top: 100px;
  padding-bottom: 80px;
}
.maps{
  margin-bottom: 70px;
}
.shop{
  display: flex;
  justify-content: space-between;
}
.shopimg-inner{
  max-width: 500px;
}
.access-list__item{
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 300;
  display: flex;
  margin-bottom: 30px;
}
.access-list__item__category{
  margin-left: 20px;
}
.access-list{
   flex-shrink: 0;
  padding-left: 20px;
  }
.reservation{
  font-size: 2rem;
  color: #ffffff;
}
/*access*/

/*toppage*/

/*productpage*/

/*productpage-header*/
.main-product .backgroundbrown {
 padding-top: 18vw;
}
.main-product .backgroundbrown::before {
 content: "";
 display: block;
 width: 100%;
 height: 22vw;
 position: absolute;
 top: 0;
 left: 0;
 background-image: url("../img/product/truee.svg");
 background-size: contain;
 background-position: top;
 background-repeat: no-repeat;
 }
.main-product .backgroundbrown > * {
 position: relative;
}
.header-product{
  background-image:url("../img/product/product-pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 18% center;
  width: 100%;
  height: 400px;
  position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {

.header-product{
  background-image: url("../img/product/product-pc@2x.jpg");
}
}
.header-wrapper__product{
  background-color: #5e2c1c;
  opacity: 0.9;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
/*productpage-header*/ 
/*pattunsuitintroduction*/
.backgroundbrown{
  background-image: url("../img/product/backgroundbrwon.png");
  padding-top: 90px;
  padding-bottom: 140px;
  position: relative;
}
.pattunsuit-heading1{
  color: #ffffff;
  font-size: 4.5rem;
  margin-bottom: 45px;
  text-align: center;
  width: 500px;
}
.pattunsuit-heading2{
    background-image: url("../img/product/frame-pattun.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 9px;
    text-align: center;
}
.pattunsuit-heading2__inner{
  color: #ffffff;
  font-size: 2.5rem;
}
.color1{
 color: #9f3c4b;
}
.color2{
 color: #f9dc79;
}
.color3{
 color: #5e2c1c;
}
.pattunsuitimg{
  width: 100%;
  max-width: 1460px;
  height: 45vw;
  max-height: 550px;
  margin: 0 auto;
  margin-top: 50px;
  /*position: absolute;
  left: calc(50% - 226px);*/
}
.pattunsuitimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pattunsuit-explanation{
  color: #ffffff;
  font-size: 2.2rem;
  text-align: center;
  line-height: 2;
  margin-top: 50px;
  margin-bottom: 80px;
}
/*pattunsuitintroduction*/

/*button*/
.linkbutton-list{
  display: flex;
  justify-content: space-between;
  text-align: center;
}
/*.linkbutton-list__item{
  font-size: 2.5rem;
  color: #ffffff;
  background-color: #ccc112;
  width: 320px;
  height: 60px;
  line-height: 60px;
}*/
.linkbutton-list__item{
  box-shadow: 6px 6px 0px 0 rgba(0,0,0, .4);
  width: 30%;
}
.linkbutton-list__item a{
  display: block;
  font-size: 2.5rem;
  color: #ffffff;
  /*width: 320px;*/
  width: 100%;
  height: 60px;
  line-height: 57px;
}
.amazon{
  background-color: #f79605;
}
.merukari{
  background-color: #ff0211;
}.rakuma{
  background-color: #ff008c;
}
.linkbutton-list__item a:hover{
  opacity: 0.8;
}
/*button*/
/*star*/

.main-product .backgroundbrown > .main-product-star {
  position: absolute;
}


.star1-left{
 top: 29%;
 left: 7%;
 width: 7.01%;
}
.star2-left{
  top: 35%;
  left: 14%;
  width: 10.55%;
 }
 .star3-left{
  top: 46%;
  left: 9%;
  width: 7.29%;
 }
 .star4-left{
  top: 53%;
  left: 18%;
  width: 5.13%;
 }
 .star1-right{
  top: 29%;
  right: 7%;
  width: 7.01%;
 }
 .star2-right{
  top: 35%;
  right: 14%;
  width: 10.55%;
 }
 .star3-right{
  top: 46%;
  right: 9%;
  width: 7.29%;
 }
 .star4-right{
  top: 53%;
  right: 18%;
  width: 5.13%;
 }
/*star*/
/*backgroundcolor*/
.backgroundyellow{
  background-image: url("../img/product/baclkgroundyellow18.png");
  padding-top: 280px;
  padding-bottom: 300px;
  position: relative;
  overflow: hidden;
}
/*backgroundcolor*/
/*.patanpapul{
  background-image: url("../img/product/papul.png");
  padding-top: 50px;
  padding-bottom: 50px;
}*/
/*pattunsuitcontens1*/
.pattunsuit-contents1 {
 position: relative;
}
.pattunsuit-contentstitle1{
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 60px;
}
.pattunsuit-contentstitle1__inner {
  display: inline-block;
  padding: 20px;
  background-image: url("../img/product/burasi4.svg");
  background-size: 100% 100%;
  mix-blend-mode: multiply;
  line-height: 1.2;
  position: relative;
}
/*.backgroundyellow::before{
 background-image: url("../img/product/kamifubukikakou5.svg");
 content: "";
 display: block;
 width: 100%;
 height: 340px;
 position: absolute;
 top: 0px;
 left: 0px;
 opacity: 0.6;
 background-size: 1610px;
 background-position: center;
 background-repeat: no-repeat;
 mix-blend-mode: multiply;
}*/
.backgroundyellow::before{
 background-image: url("../img/product/kamifubuki30.svg");
 content: "";
 display: block;
 width: 100%;
 height: 99%;
 position: absolute;
 top: 0px;
 left: 0px;
 background-size: 1000px;
 background-position: center;
 background-repeat: repeat;
}
.backgroundyellow::after{
  background-image: url("../img/product/curtain-pc.svg");
  content: "";
  display: block;
  width: 100%;
  height: 85vh;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: contain;
  background-repeat: no-repeat;
 }
.text-hilight {
  background: linear-gradient(transparent 50%, rgba(255,255,0,.5) 0%);
}
.pattunsuit-contentstitle1__detail{
  position: relative;
  display: flex;
  background-image: url("../img/product/pororaido-pc.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /*padding: 45px 60px;*/
  padding: 7% 5%;
  filter: drop-shadow(10px 10px 10px rgba(0,0,0, .4));
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {

.pattunsuit-contentstitle1__detail{
  background-image: url("../img/product/pororaido-pc@2x.png");
}
}
.pattunsuit-gail{
  width: 55%;
  flex: 1 1 auto;
}
.pattunsuit-gail > img{
  width: 100%;
}
.pattunsuit-sentence1{
  font-size: 2.43rem;
  color: #9d2f27;
  line-height: 2.6;
  padding-top: 50px;
  padding-left: 20px;
  /*position: absolute;*/
  /*top: 50px;
  right: 10%;
  padding-left: 15px;*/
  width: 45%;
  flex: 1 1 auto;
}
.pin1{
  width: 30px;
  position: absolute;
  top: -6px;
  left: -0.5%;
}
.pin2{
  width: 30px;
  position: absolute;
  top: -6px;
  right: -3px;
}
.pin3{
  width: 30px;
  position: absolute;
  bottom: -6px;
  left: -0.5%;
}
.pin4{
  width: 30px;
  position: absolute;
  bottom: -6px;
  right: 0;
}
/*pattunsuitcontens1*/


/*pattunsuitcontens2*/


.pattunsuit-contentstitle2{
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 60px;
}
.pattunsuit-contentstitle2__inner{
  display: inline-block;
  background-image: url("../img/product/burasi4.svg");
  background-size: 100% 100%;
  mix-blend-mode: multiply;
  padding: 22px;
}
.pattunsuit-contents2{
  margin-top: 115px;
}
.pattunsuit-sentence2__video1{
  display: flex;
  justify-content: center;
}
.pattunsuit-sentence2__children{
  font-size: 2.43rem;
  line-height: 2;
  padding-right: 20px;
  flex: 1 1 auto;
  width: 50%;
}
.pattunsuit-video1{
  flex: 1 1 auto;
  width: 50%;
}
.pattunsuit-video1 > iframe{
  width: 100%;
  height: 297px;
}
.pattunsuit-sentence2__video2{
  margin-top: 55px;
  display: flex;
  justify-content: center;
}
.pattunsuit-sentence2__grownup{
  font-size: 2.5rem;
  flex: 1 1 auto;
  width: 50%;
  line-height: 2;
  padding-left: 20px;
}
.pattunsuit-video2{
  flex: 1 1 auto;
  width: 50%;
}
.pattunsuit-video2 > iframe{
  width: 100%;
  height: 425px;
}
.pattunsuit-sentence2__video__group{
  background-image: url("../img/product/oldpeaper-pc.jpg");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 110px 60px;
  position: relative;
  z-index: 100;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {

.pattunsuit-sentence2__video__group{
  background-image: url("../img/product/oldpeaper-pc@2x.jpg");
}
}
/*hasami*/
.hasami{
  position: absolute;
  top: 6%;
  right: -2%;
  width: 17.15%;
}

/*hasami*/
/*hige*/
.hige{
  position: absolute;
  top: 39%;
  left: 0%;
  width: 22.91%;
}


/*hige*/
/*cracker-left*/
.cracker-left{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36.59%;
}

/*cracker-left*/
/*cracker-right*/
.cracker-right{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36.59%;
}


/*cracker-right*/
/*pattunsuitcontens2*/
/*pattunsuitmodel*/
.pattunmodel{
  padding-top: 65px;
  padding-bottom: 80px;
}
.backgroundpurple{
  /* position: relative; */
  /* padding-top: 150px;
  padding-bottom: 170px; */
  background-image: url("../img/product/brownstripe-pc.jpg");
}
.backgroundpurple::before{
  content: "";
  display: block;
  /* position: absolute;
  top: 0;
  left: 0; */
  background-image: url("../img/product/negativefilm-up-pc.svg");
  width: 100%;
  height: 81px;
  background-repeat: repeat-x;
}
.backgroundpurple::after{
  content: "";
  display: block;
  /* position: absolute;
  bottom: 0;
  left: 0; */
  background-image: url("../img/product/negativefilm-under-pc.svg");
  width: 100%;
  height: 81px;
  background-repeat: repeat-x;
}
/*.pattunmodel{
  padding-top: 115px;
  padding-bottom: 60px;
  background-color: #753235;
  padding-left: 40px;
  padding-right: 40px;
}*/
.pattunmodel-title{
  position: relative;
  font-size: 3.6rem;
  text-align: center;
  color: #EFCE73;
}
.pattunmodel-title__inner{
  display: inline-block;
  background-image: url("../img/product/brownheading-pc.svg");
  background-size: 100% 100%;
  padding: 42px;
}
.pattunmodelimage__sentence{
  /*position: relative;*/
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  background-image: url("../img/product/pororaido-pc.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 60px;
  position: relative;
  filter: drop-shadow(-10px 10px 10px rgba(0,0,0, .4));
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {

.pattunmodelimage__sentence{
  background-image: url("../img/product/pororaido-pc@2x.png");
}
}
.pattunmodelimage__inner{
  width: 1160px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 100px;
}
.pattunmodelimage{
  width: 50%;
  flex: 1 1 auto;
}
.pattunmodelimage > img{
  width: 100%;
}
.pattunmodel-sentence{
  font-size: 2.43rem;
  width: 50%;
  line-height: 1.7;
  /*position: absolute;*/
  color: #851515;
  padding-right: 20px;
}
.pattunmodel-sentence__category{
  font-size: 2rem;
}
/*pattunsuitmodel*/

/*productpage*/

/*gallerypage*/
.header-gallery{
  background-image: url(../img/gallery/gallery.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  position: relative;
}
.head-title{
  font-size: 4rem;
  text-transform: uppercase;
  position: absolute;
  top: 56%;
  /*right: 17.8%;*/
  /*transform: translate(-50%, -50%);*/
  color: #ffffff;
  width: 100%;
}
.head-title__wrapper{
  max-width: 1160px;
  padding-right: 40px;
  padding-left: 40px;
  margin: 0 auto;
  text-align: right;
}
.header-wrapper__gallery{
  background-color: #5e2c1c;
  opacity: 0.9;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  /*height: 100px;*/
}

.backgroundcolorbrown{
  background-color: #753235;
  padding-top: 100px;
  padding-bottom: 50px;
}
.haircut-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3.5%;
}
.haircut-list-sp{
  display: none;
}
.haircut-list__item{
  width: 33.33%;
  padding: 3.3%;
}
.haircut-list__item img{
  background-color: #ffffff;
  padding: 10px;
  /*border: 5px solid;
  border-color: #ffffff;*/
}
.modal-open01 img:hover{
  opacity: 0.8;
}
.modaal-wrapper{
  padding-top: 110px;
}
.modaal-inner-wrapper{
  padding: 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.modaal-outer-wrapper{
  width: 540px;
  height: 740px;
  margin: 0 auto;
}
.modaal-content-container{
  background-color: #ffffff;
  padding: 20px;
  /*border: 10px solid;
  border-color: #ffffff;*/
}
.modal-wrap01{
  display: none;
}
.modaal-noscroll{
  overflow: visible;
}
/*gallerypage*/
@media screen and (max-width:1100px){
.star4-right{
   top: 50%;
 }
 .star4-left{
  top: 50%;
}
}
@media screen and (max-width:1130px){
  .backgroundyellow{
    padding-bottom: 210px;
  }
}
@media screen and (max-width:1100px) and (min-width:751px){
 .saron-catchcopy{
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 100%;
 }
}
@media screen and (max-width:450px) and (min-width:380px){
  .menu-list__item{
    width: 251px;
    margin: 0 auto;
    margin-bottom: 30px; 
  }
}
@media screen and (max-width:970px) and (min-width:768px){
  .concept{
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .concept-title{
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
  .menu{
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .menu-title{
    padding-bottom: 35px;
    margin-bottom: 80px;
  }
  .staff{
    padding: 80px 0 100px;
  }
  .access{
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .access-list__item{
    font-size: 2rem;
    margin-bottom: 20px;
  }
 .reservation{
  font-size: 1.8rem;
 }
}
@media screen and (max-width:950px){
  .pattunsuit-contentstitle1{
    font-size: 3rem;
  }
  .pattunsuit-contentstitle2{
    font-size: 3rem;
  }
  .pattunmodel-title{
    font-size: 3rem;
  }
  .pattunsuit-heading1{
    font-size: 3.5rem;
  }
  .pattunsuit-contentstitle1__detail{
    padding: 50 40px;
  }
  .pattunsuit-sentence1{
    font-size: 2.1rem;
  }
  .pattunsuit-sentence2__children{
    font-size: 2.1rem;
  }
  .pattunsuit-sentence2__grownup{
    font-size: 2.1rem;
  }
  .pattunsuit-sentence2__video__group{
    padding: 9% 4%;
  }
  .pattunmodelimage__sentence{
    padding: 7% 5%;
  }
  .pattunmodel-sentence{
    font-size: 2.1rem;
  }
  .pattunsuit-sentence1{
    padding-top: 20px;
    line-height: 2.6;
  }
}
@media screen and (max-width:900px){
  .linkbutton-list__item a{
    font-size: 2.1rem;
  }
}
@media screen and (max-width:895px){
  .pc-product__895only{
  display: block;
}
}

@media screen and (max-width:890px){
  .pc-890only{
    display: block;
  }
}
@media screen and (max-width:860px){
  .pattunsuit-sentence1{
    padding-top: 20px;
  }
}
@media screen and (max-width:855px){
  .pc-855only{
    display: block;
  }
}
@media screen and (max-width:850px){
  .maps{
    margin-bottom: 40px;
  }
  .maps iframe{
    height: 300px;
  }
  .access-title{
    margin-bottom: 70px;
  }
  .access-list__item{
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:840px){
  .pattunmodel-sentence{
    font-size: 2rem;
  }
  .pattunmodel-sentence__category{
  font-size: 1.8rem;
}
}
/*main*/
@media screen and (max-width:750px){
  body{
    font-weight: 300;
  }
   .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
 .pc-product__895only{
  display: none;
 }
 .pc-855only{
  display: none;
 }
 .pc-890only{
  display: none;
 }
 .sp-only__paragraph{
  padding-bottom: 1.3em;
 }
  .inner{
    max-width: 475px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-top{
    height: 60px;
  }
  .hamburger {
		width: 35px;
		height: 20px;
		position: absolute;
		top: 18px;
		right: 30px;
		z-index: 999;
	}
	.hamburger span {
		display: block;
		background-color: #f9dc79;
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		transition: all 0.4s;
	}
	.hamburger span:first-of-type {
		top: 0;
	}
	.hamburger span:nth-of-type(2) {
		top: 9px;
	}
	.hamburger span:last-of-type {
		bottom: 0;
	}
  .hamburger.active span:first-of-type{
		transform: rotate(45deg);
		opacity: 0;
	}
	.hamburger.active span:nth-of-type(2){
		transform: rotate(45deg);
		/*opacity: 0;*/
	}
	.hamburger.active span:last-of-type{
		transform: rotate(-45deg);
		bottom: 9px;
	}
  .header{
    background-image: url("../img/top/salon-sp.jpg");
    background-size: cover;
    background-position: left;
    height: 100vh;
    position: relative;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {
  .header{
    background-image: url("../img/top/salon-sp@2x.jpg");
  }
}
  .storename{
    font-size: 3rem;
    margin-top: -15px;
  }
  .tel{
    width: 30px;
    margin-right: 70px;
    margin-top: -2px;
  }
  .nav{
    text-align: center;
    position: fixed;
		top: 0;
    right: 0;
    height: auto;
    background-color: #5e2c1c;
    /*z-index: 100;*/
    transition: transform 0.4s;
    transform: translateX(100%);
    padding: 15vh 0 8vh;
    width: 100%;
    font-size: 2.5rem;
  }
  .nav.active {
		transform: translateX(45%);
    transition: transform 0.4s;
	}
  .nav-list{
    flex-direction: column;
    padding-left: 30px;
    text-align: left;
  }
  .nav-list__item{
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .nav-list__item:last-of-type{
    margin-bottom: 0px;
  }
  .saron-catchcopy{
    font-size: 3rem;
    width: 100%;
    top: 48%;
    right: 50%;
    transform: translate(50%,-50%);
    color: #ffffff;
    line-height: 2;  
   }
  .concept{
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .concept-title{
    font-size: 2.8rem;
    width: 250px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .concept-text{
   line-height: 1.8;
   font-size: 1.7rem;
   text-align: left;
  }
  .inner-banner__sp{
    width: 100%;
    /*position: absolute;*/
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 999;
  }
  .cut-title{
    margin-bottom: 50px;
  }
  .sp-logo{
    width: 100px;
  }
  .sp-logo img{
    width: 100%;
  }
  .menu{
    padding-top: 40px;
    padding-bottom: 50px;
    background-image: url("../img/top/menutexture-pc.jpg");
    background-size: contain;
  }
  /* @media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {
  .menu{
    background-image: url("../img/top/menutexture-pc.jpg");
  }
} */
  .menu-title{
    font-size: 2.8rem;
    width: 250px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .menu-inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .staff{
    padding: 85px 0 50px;
    background-image: url("../img/top/staffbackground-sp@2x.jpg");
  }
  .tutaleft-sp{
   contain: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 38.4%;
  }
  .tutaright-sp{
    contain: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38.4%;
   }
  .stylist-wrapper{
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
  }
  .stylist {
    width: 100%;
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .staff-inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .stylist__woman{
    margin-top: 25px;
  }
  .prisecategory-wrapper{
    margin-top: 25px;
  }
  .stylistname-list__item{
    font-size: 2.2rem;
  }
  .stylistname-list__item2{
    font-size: 1.4rem;
  }
  .access{
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .access-title{
    font-size: 2.8rem;
    width: 250px;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }
 .access-list{
  padding-left: 0px;
 }
  .menusex-inner{
    font-size: 2.3rem;
  }
  .menu-list__wrapper{
    flex-direction: column;
  }
  .menu-list__item{
    font-size: 2rem;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .menusex-wrapper{
    width: 130px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .menu-list__wouman{
    margin-top: 40px;
  }
  .shop{
    flex-direction: column;
  }
  .access-list{
    margin-top: 30px;
  }
  .access-list__item{
    flex-direction: column;
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .access-list__item__detail{
    margin-bottom: 10px;
  }
  .access-list__item__category{
    font-size: 1.8rem;
    margin-left: 0px;
  }
 .reservation{
  font-size: 1.6rem;
 }
  .maps{
    margin-bottom: 30px;
  }
  .maps iframe{
    height: 210px;
  }
 .top-sp__footer{
  padding-bottom: 115px;
 }
  /*productpage*/
  .head-title{
    font-size: 2.7rem;
  }
  .pattunsuit-heading1{
    font-size: 2.5rem;
    width: 250px;
  }
  .pattunsuit-heading2{
    /*margin: 0 auto;*/
    /*width: 61%;*/
    background-image: url("../img/product/framepattun-sp@2x.png");
    line-height: 1.8;
    padding: 4px;
  }
  .pattunsuit-heading2__inner{
    font-size: 1.8rem;
  }
  .header-product{
    background-image: url("../img/product/product-sp.jpg");
    height: 250px;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {

.header-product{
    background-image: url("../img/product/product-sp@2x.jpg");
  }
}
  .backgroundbrown{
    padding-top: 50px;
    padding-bottom: 70px;
  }
 .main-product .backgroundbrown{
  padding-top: 35vw;
 }
 .main-product .backgroundbrown::before {
   content: "";
   display: block;
   width: 100%;
   height: 56vw;
   position: absolute;
   top: 0;
   left: 0;
   background-image: url("../img/product/truee.svg");
   background-size: cover;
   background-position: top;
   background-repeat: no-repeat;
  }
 .pattunsuit-heading1{
    margin-bottom: 25px;
  }
  .backgroundyellow{
    padding-top: 25vw;
    padding-bottom: 80px;
  }
 .backgroundyellow::before{
   background-size: 320px;
  }
  .backgroundyellow::after{
    height: 64vw;
    background-size: cover;
  }
  .pattunsuitimg{
   width: 100%;
   height: 220px;
   margin: 0 auto;
   margin-top: 33px;
   position: static;
  }
  .pattunsuitimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pattunsuit-explanation{
    font-size: 1.6rem;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .linkbutton-list{
    flex-direction: column; 
  }
  /*.linkbutton-list__item{
    font-size: 1.8rem;
    height: 43px;
    line-height: 43px;
    margin: 0 auto;
    margin-top: 30px;
  }*/
  .linkbutton-list__item{
    width: 320px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .linkbutton-list__item:first-of-type{
    margin-top: 0px;
  }
  .linkbutton-list__item a{
    /*font-size: 1.8rem;
    height: 43px;
    line-height: 43px;*/
    font-size: 1.9rem;
    height: 60px;
    line-height: 57px;
  }
  .star1-left{
    top: 36%;
    left: 7%;
    width: 7.01%;
   }
   .star2-left{
     top: 39%;
     left: 12%;
     width: 10.55%;
    }
    .star3-left{
     top: 43%;
     left: 8%;
     width: 7.29%;
    }
    .star4-left{
     top: 46%;
     left: 17%;
     width: 5.13%;
    }
    .star1-right{
     top: 36%;
     right: 7%;
     width: 7.01%;
    }
    .star2-right{
     top: 39%;
     right: 12%;
     width: 10.55%;
    }
    .star3-right{
     top: 43%;
     right: 8%;
     width: 7.29%;
    }
    .star4-right{
     top: 46%;
     right: 17%;
     width: 5.13%;
    } 
  .pattunsuit-contentstitle1{
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .pattunsuit-contentstitle1__inner{
    background-image: url("../img/product/burasi5.svg");
    
  }
  .pattunsuit-contentstitle2__inner{
    background-image: url("../img/product/burasi5.svg");
    padding: 10px;
  }
  .pattunsuit-contentstitle1__detail{
    background-image: url("../img/product/pororaido1-sp.png");
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {

  .pattunsuit-contentstitle1__detail{
    background-image: url("../img/product/pororaido1-sp@2x.png");
  }
}
  .pattunsuit-contentstitle1__detail{
    flex-direction: column;
    padding: 10% 7%;
    filter: drop-shadow(0px 10px 10px rgba(0,0,0, .4));
  }
  .pattunsuit-gail{
    width: 100%;
  }
  .pattunsuit-sentence1{
    width: 100%;
    /*font-size: 2rem;*/
    font-size: 1.7rem;
    line-height: 1.9;
    padding-left: 0px;
    padding-top: 10px;
    text-align: center;
  }
  .pattunsuit-contentstitle1{
    margin-bottom: 0px;
  }
  .pattunsuit-sentence2__video__group{
    background-image: url("../img/product/pattuncontents2-sp.jpg");
    padding: 10% 7%;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {
   .pattunsuit-sentence2__video__group{
    background-image: url("../img/product/pattuncontents2-sp@2x.jpg");
  }
}
  .pattunsuit-sentence2__video1{
    flex-direction: column-reverse;
  }
  .pattunsuit-video1{
    width: 100%;
  }
  .pattunsuit-video1 > iframe{
    height: 170px;
  }
  .pattunsuit-contents2{
    margin-top: 45px;
  }
  .pattunsuit-contentstitle2{
    font-size: 2.2rem;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .pattunsuit-sentence2__children{
    font-size: 1.7rem;
    text-align: center;
    margin-top: 20px;
    padding-right: 0px;
    width: 100%;
  }
  .pattunsuit-sentence2__video2{
    flex-direction: column;
    margin-top: 50px;
  }
  .pattunsuit-video2{
    width: 100%;
  }
  .pattunsuit-video2 > iframe{
    height: 170px;
  }
  .pattunsuit-sentence2__grownup{
    font-size: 1.7rem;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    margin-top: 20px;
  }
  .hasami{
    top: 5%;
    right: 2%;
  }
  .hige{
    top: 35%;
  }
  .pattunmodelimage__sentence{
    background-image: url("../img/product/poraroido3-sp.png");
    flex-direction: column-reverse;
    margin-top: 10px;
    padding: 10% 7%;
    margin-bottom: 35px;
    filter: drop-shadow(0px 10px 10px rgba(0,0,0, .4));
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {
  .pattunmodelimage__sentence{
    background-image: url("../img/product/poraroido3-sp@2x.png");
  }
}
.backgroundpurple::after{
  background-position: bottom;
}
  .pattunmodel{
    padding-top: 30px;
    padding-bottom: 55px;
  }
  .backgroundpurple::before{
    background-size: contain;
    height: 37px;
  }
  .backgroundpurple::after{
    background-size: contain;
    height: 37px;
  }
  .pattunmodel-title{
    font-size: 2.2rem;
  }
  .pattunmodelimage{
    width: 100%;
  }
  /* .backgroundpurple{
     padding-top: 50px;
    padding-bottom: 60px; 
  }  */
  .pattunmodel-sentence{
    margin-top: 15px;
    /*font-size: 2rem;*/
    font-size: 1.7rem;
    line-height: 1.8;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 0px;
  }
  .pattunmodel-sentence__category{
    font-size: 1.5rem;
  }
  /*productpage*/
  
  /*gallerypage*/
  .header-gallery{
    height: 250px;
  }
  .cut-title{
    width: 300px;
    font-size: 3rem;
  }
  .backgroundcolorbrown{
    padding-top: 50px;
  }
  .haircut-list-sp{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3.5%;
  }
  .haircut-list__item{
    width: 50%;
  }
 .haircut-list__item img{
  padding: 5px;
 }
 .backgroundpurple{
  position: relative;
  /* padding-top: 80px;
  padding-bottom: 105px; */
  background-image: url("../img/product/brownstripe-sp@2x.jpg");
}
  .modaal-wrapper{
   padding-top: 0px;
   display: flex;
   justify-content: center;
   align-items: center; 
  }
 .modaal-inner-wrapper{
  padding: 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
 }
 .modaal-outer-wrapper{
  width: 280px;
   height: 450px;
  height: auto;
  margin: 0 auto;
 }
 .modaal-content-container{
  background-color: #ffffff;
  padding: 10px;
  /*border:  5px solid;
  border-color: #ffffff;*/
 }
 .modal-wrap01__sp{
  display: none;
 }
 .modaal-noscroll{
  overflow: visible;
 }
 .modaal-close:after, .modaal-close:before{
    height: 43px;
 }
 .modaal-close:hover:before{
  background: #ffffff;
 }
 .modaal-close:hover:after{
  background: #ffffff;
 }
  .modaal-close:hover{
    background-color: #000000;
    opacity: 0;
  }
  /*gallerypage*/
}



.img-retina {
  background-image: url("img/example-img.jpg");
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
       only screen and (                min-resolution: 2dppx) {

.img-retina {
  background-image: url("img/example-img@2x.jpg");
}
}