/*-------------------
   common
-------------------*/
.wrapper {
	font: 1.0em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
#container a:hover {
    opacity: 1;
}
.wrapper img {
	height: auto;
	max-width: 100%;
}
#container .flex {
    align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

/*----------
 mainvisual
----------*/

#container .mainvisual {
    background: url(/contents/shop/sevenbeauty/img/freepage/stylingchair-series/voice_fv.jpg) 50% 50% no-repeat;
    background-size: 250%;
    background-color: #fff;
}

#container .maebara-bg {
    background: url(/contents/shop/sevenbeauty/img/freepage/stylingchair-series/voice_fv.jpg) 50% 50% no-repeat;
}
#container .maebara-bg {
    background: url(/contents/shop/sevenbeauty/img/freepage/stylingchair-series/voice_fv.jpg) top 0px left 0px no-repeat;
}

#container .maebara-bg {
    background: url(/contents/shop/sevenbeauty/img/freepage/stylingchair-series/voice_fv.jpg) top 0px left 0px no-repeat;
}

#container .maebara-bg {
    background: url(/contents/shop/sevenbeauty/img/freepage/stylingchair-series/voice_fv.jpg) top 0px left 0px no-repeat;
}

#container a img:hover {
    opacity: 1;
}

#container h1 {
	color: #fff;
    font: bold 2rem/1.2 "Hannari", serif;
    text-align: center;
    padding-top: 50px;
}

#container .mainvisual p {
	color: #fff;
    font: bold 0.8rem "Hannari", serif;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 50px;
}


/*メンバーインタビュー*/

#container .interview {
    background: url(/contents/shop/sevenbeauty/img/freepage/stylingchair-series/216435203.jpeg) top 0px left 0px no-repeat;
    background-size: 330%;
}


#container .interview h2 {
    text-align: center;
    font: bold 2rem/1.2 "Hannari", serif;
    padding-top: 40px;
    position: relative;
}
#container h2:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -10px; /*下線の上下の位置*/
    width: 30px; /*下線の幅*/
    height: 1px; /*下線の太さ*/
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置の調整*/
    background-color: #333; /*下線の色*/
}
#container h2:before {
    left: 50%;
}
#container h2:after {
    right: 50%;
}
#container .interview img {
    filter: grayscale(100%);
    transition: all 0.3s ease-in;
}

#container .interview img:hover {
  filter: grayscale(0%);
}
#container .interview img a:hover {
  filter: grayscale(0%);
}
#container .interview h2 span {
    text-align: center;
    font: bold 1rem/1.2 "Hannari", serif;
}
#container .member ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding-top: 30px;
}
#container .member li {
    width: calc(90% /2);
    margin: 5px;
}
#container .member p {
    font: 0.8rem/1.2 "Hannari", serif;
    padding: 10px;
}

#container .icon {
  position: relative;
}

#container .member p span {
    font: bold 1.1rem/1.2 "Hannari", serif;
}

/*ユーザーボイス01*/
/*ななめ背景CSS*/

#container .voice.bg-green {
  padding: 30px 30px 125px;  
  background-color: #374337;
  position: relative;
}

#container .voice.bg-green span:before {
    display: inline-block;
    position: absolute;
    content: '';
    top: 12%;
    width: 30px; /*下線の幅*/
    height: 1px; /*下線の太さ*/
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置の調整*/
    background-color: #fff; /*下線の色*/ 
}



#container .voice.bg-green::before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /* 三角形のサイズ(必ず幅100vw) */
  border-width: 0 0 150px 100vw ;
  border-color: transparent transparent #4b7a7c transparent;
}

#container .white {
    color: #fff;
}

#container .voice h2 {
    font: 2rem/1.2 "Hannari", serif;
    text-align: center;
    padding: 40px;
}


#container .voice h2 span {
    font: 1rem/1.2 "Hannari", serif;
}

#container .voice h3 {
    font: bold 1.5rem/1.2 "Hannari", serif;
    margin-bottom: 20px;
}

#container .voice h3 span {
    font: 2rem/1.2 "Hannari", serif;
}

#container .voice .title {
  padding: 10px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  margin: 20px 0;
  font-size: 1.2rem;
}

#container .voice .padding {
   padding: 0 0 100px;
   line-height: 1.6;
   color: #fff;
}

#container .voice .padding span { 
    line-height: 3;
    font-weight: 600;
    font-size: 1.2rem;
}

#container .margin-top {
    margin-top: -70px;
}


/*ユーザーボイス02*/

#container .voice.bg-emerald {
  padding: 30px 30px 125px; 
  background-color: #4b7a7c;
  position: relative;
}
#container .voice.bg-emerald::before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /* 三角形のサイズ(必ず幅100vw) */
  border-width: 0 0 150px 100vw ;
  border-color: transparent transparent #374337 transparent;
}


/*ユーザーボイス03*/

#container .voice.bg-green-bottom {
  padding: 30px;  
  background-color: #374337;
  position: relative;
}

#container .pc-flex-wrapper-direction {
    margin-top: -60px;
}
#container .padding-top {
    margin-top: 30px;
}
#container .bnr {
    margin-top: 20px;
    text-align: center;
}


/* 481px以上に適用されるCSS（タブレット用） */
@media screen and (min-width: 481px) {

#container .voice.bg-green span:before {
    display: inline-block;
    position: absolute;
    content: '';
    top: 9%;
    width: 30px; /*下線の幅*/
    height: 1px; /*下線の太さ*/
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置の調整*/
    background-color: #fff; /*下線の色*/ 
}


#container h1 {
	color: #fff;
    font: 4rem/1.2 "Hannari", serif;
    margin: 0 auto;
    padding: 65px 0 0;
    position: relative;
    text-align: center;
}

#container .mainvisual p {
    color: #fff;
    font-size: 1.5rem;
     text-shadow: #4c4c4c 1px 1px 10px, #4c4c4c -1px 1px 10px, #4c4c4c 1px -1px 10px, #4c4c4c -1px -1px 10px;
}

#container .interview h2 {
    font-size: 3rem;
}

#container .member p {
    font-size: 1.4rem;
}

#container .voice h3 {
    font-size: 2rem;
}
#container .voice .title {
    font-size: 1.3rem;
}

#container .voice p {
     font-size: 1.3rem;
}

#container .voice h3 {
    font-size: 2rem;
}

#container .voice .title {
 font-size: 1.3rem;
}

#container .voice p {
 font-size: 1.3rem; 
}

#container .voice h3 {
    font-size: 2rem;
}

#container .voice h3 span {
    font-size: 3rem;
}

#container .voice h3 span {
    font-size: 3rem;
}

#container .voice h3 span {
    font-size: 3rem;
}
#container .voice .title {
     font-size: 1.3rem;  
}

#container .voice p {
     font-size: 1.3rem;  
}
}

@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
    #container .mainvisual {
    background-size: cover;
    background-color: #fff;
    padding: 0 0 4%;
}
#container h1 {
    font-size: 4rem;
    padding: 120px 0 0;
     text-shadow: #343434 1px 1px 10px, #343434 -1px 1px 10px, #343434 1px -1px 10px, #343434 -1px -1px 10px;
}
 #container h1 span {
     font-size: 2rem;
 }

 #container .interview h2 {
     padding-top: 80px;
 }

 #container .member li {
    margin: 0 15px 15px;
    text-align: center;
    width: calc(60% /4);
 }
 #container .member p {
     font: 1.2rem/1.2 "Hannari", serif;
     margin: 0 auto;
     padding: 10px 0 0px; 
 }
 #container .member p span {
    font-size: 1.6rem;
    letter-spacing: -0.1px;
 }
 #container .white {
     margin: 0 auto;
     width: 1120px;
 }


 #container .pc-flex-wrapper {
     display: flex;
     align-items: start;
     margin-top: 30px;
 }
 #container .pc-flex-wrapper img {
     object-fit: contain;
}
#container .pc-flex-wrapper-direction img {
     object-fit: contain;
}
 #container .pc-flex-inner {
     padding-left: 40px;
 }

#container .voice {
    padding: 50px 0 200px;
}

#container .pc-flex-wrapper .img-small {
    width: 45%;
    height: auto;
}

#container .pc-flex-wrapper-direction .img-small {
    width: 45%;
    height: auto;
}

#container .voice h2 {
    font-size: 3rem;
}

#container .voice.bg-green span:before {
    display: inline-block;
    position: absolute;
    content: '';
    top: 16%;
    width: 30px; /*下線の幅*/
    height: 1px; /*下線の太さ*/
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置の調整*/
    background-color: #fff; /*下線の色*/ 
}

#container .voice h3 {
    margin: 0;
    text-align: center;
}

#container .voice h3 span {
    font-size: 4rem;
}

#container .voice .title {
    font-size: 1.5rem;

}
#container .voice p {
    font-size: 1.2rem;
    line-height: 1.5;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    flex-wrap: wrap;
}
#container .voice p span {
   font-size: 2rem;
   font-weight: 600;
   line-height: 2;
   font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#container .voice .padding span {
    font-size: 1.5rem;
}

#container .voice .padding2 {
    margin-right: 50px;
}



#container .voice {
   padding: 50px 0 200px;
}

#container .voice .title {
 font-size: 1.5rem;
}

#container .voice h3 {
    text-align: center;
}

#container .voice h3 span {
    font-size: 4rem;
}


#container .voice p {
    font-size: 1.2rem;
    line-height: 1.7;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

#container .voice p span {
    font-size: 1.5rem;
    }


#container .voice {
    padding: 50px 0 200px;
}

#container .voice .title {
    font-size: 1.5rem;
}


#container .voice h3 {
    text-align: center;
}

#container .voice p span {
    font-size: 1.5rem;
}

#container .voice h3 span {
    font-size: 4rem;
}

#container .pc-flex-inner p {
    font-size: 1.2rem; 
}

#container .pc-flex-wrapper-direction {
    display: flex;
	flex-direction: row-reverse;
    margin: 40px 0;
}
#container .bnr {
    text-align: center;
}
}
