@charset "UTF-8";
#heading {
  position:absolute;
  top:40vh;
}
#heading > h1 {
  text-align:right;
  color:#535353;
}
.font-y {
  color:#ccaa00;
}
/*----------------------------------------------------
  main-img
----------------------------------------------------*/
main {
  width:100%;
  height:auto;
  position:relative;
}
#main-img {
  width:100%;
  height:45vh;
  overflow:hidden;
  position:relative;
}
#main-img::after {
  display:block;
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  top:0;left:0;
  background:url('../img/access/bg-pattern.png');
  background-repeat:repeat;
  opacity:.05;
}
.main-img {
  width:100%;
  height:100%;
  position:relative;
  z-index:1;
}
.main-img-title {
  width:100%;
  height:auto;
  display:flex;
  flex-direction:column-reverse;
  justify-content:center;
  align-items:center;
  line-height:1.4;
  position:absolute;
  top:55%;left:50%;
  transform:translate(-50%,-50%);
}
.main-img-title > h2 {
  font-size:1rem;
  font-weight:normal;
  text-align:center;
  line-height:1.6;
  color:#ccc;
}
.main-img-title > img {
  height:50px;
  width:auto;
  margin-bottom:8px;
}
/*----------------------------------------------------
  #top-mv
----------------------------------------------------*/
#top-mv {
  width:100%;
  height:auto;
  position:relative;
}
#top-mv::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:40%;
}
.top-mv {
  width:100%;
  height:100%;
  position:absolute;
  top:0;left:0;
}
.top-mv::after {
  display:block;
  content:'';
  width:100%;
  height:100%;
  background:rgba(0,0,0,.2);
  position:absolute;
  top:0;left:0;
}
.top-mv-img {
  width:100%;
  height:100%;
  position:absolute;
  top:0;left:0;
}
.top-mv-img picture,
.top-mv-img img {
  height:100%;
  object-fit:cover;
}
.top-mv-title {
  width:35%;
  height:auto;
  position:absolute;
  top:50%;
  left:52.5%;
  transform:translate(0,-50%);
  z-index:1;
}
.top-mv-title > h2 {
  width:85%;height:auto;
  margin-bottom:40px;
}
.top-mv-title_text {
  width:100%;
  height:auto;
  display:flex;
  align-items: center;
}
.top-mv-title_text > img {
  width:120px;
  margin-right:10px;
}
.top-mv-title_text > p{
   font-size:1.4rem;
}
/*----------------------------------------------------
  #about
----------------------------------------------------*/
#about {
  width:100%;
  height:auto;
  padding:100px 0;
  background: #1a1a1a;
  color: #f2f2f2;
  position:relative;
  box-sizing:border-box;
}
.about {
  width:90%;
  height:auto;
  max-width:1280px;
  margin:0 auto;
  position:relative;
}
.about-title {
  width:100%;
  height:auto;
  display:flex;
  flex-direction:column-reverse;
  justify-content:center;
  align-items:center;
  margin-bottom:30px;
}
.about-title > h2 {
  font-size:1.6rem;
  font-weight:normal;
  text-align:center;
  color:rgba(255,255,255,.6);
}
.about-title > img {
  width:100%;
  max-width:240px;
  height:auto;
  margin:0 auto 10px auto;
}
.about-lead {
  width:80%;
  height:auto;
  margin:0 auto 20px auto;
  padding:30px;
  box-sizing:border-box;
  border:1px solid #fff;
  position:relative;
}
.about-lead > p {
  text-align:center;
  position:relative;z-index:1;
}
.about-lead-tab {
  width:15%;
  height:auto;
  position:absolute;
  left:2.5%;
  top:-15%;
  background: #1a1a1a;
  padding:0 10px;
}
.feature-arrow {
  width:100%;
  height:20px;
  margin:5px 0;
  position:relative;
}
.feature-arrow span {
  position:absolute;
  top:0;
  left:50%;
  transform:translate(-50%, 0);
  width:20px;
  height:20px;
  border-top:20px solid #545454;
  border-right:20px solid transparent;
  border-left:20px solid transparent;
  border-bottom:20px solid transparent;
  animation:blink 2s infinite;
  opacity:0;
  box-sizing:border-box;
}
@keyframes blink {
  0% {opacity:0;}
  50% {opacity:1;}
  100% {opacity:0;
  }
}
.about-cols {
  width:100%;
  height:auto;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-top:50px;
}
.about-category {
  width:24%;
  height:auto;
  display:flex;
  flex-direction:column;
  background: #121111;
  box-shadow: 0.3rem 0.3rem 1.5rem rgba(255,255,255,.05);
}
.about-category > a {
  width:100%;
  height:auto;
  display:flex;
  flex-direction:column;
}
.about-category-inner {
  width:100%;
  height:auto;
  padding:20px 20px 30px 20px;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  line-height:1.5;
  position:relative;
}
.about-category-inner > p {
  font-size:1.6rem;
  font-weight:bold;
}
.about-category-inner > span {
  font-size:1.4rem;
  color:#846E50;
}
.about-category-inner > svg {
  position:absolute;
  top:50%;right:15px;
  transform:translate(0,-50%);
  width:8px;height:auto;
  fill:#fafafa;
}
/*----------------------------------------------------
  #peel
----------------------------------------------------*/
#peel {
  width:100%;
  height:auto;
  padding:100px 0;
  color: #f2f2f2;
  position:relative;
  box-sizing:border-box;
}
.peel {
  width:90%;
  height:auto;
  max-width:1280px;
  margin:0 auto;
  position:relative;
}
.peel_title {
  width:100%;
  height:auto;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:80px;
}
.peel_title > img {
  width:140px;
  margin-right:20px;
}
.peel_title_inner {
  width:auto;
  height:auto;
  line-height:1.2;
}
.peel_title_inner > h2 {
  display:inline-flex;
  flex-direction:column;
  align-items:center;
}
.peel_title_inner_sub {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:1.4rem;
  margin-bottom:8px;
}
.peel_title_inner_main {
  font-size:5rem;
  margin-bottom:5px;
}
.peel_title_inner > p {
  display:flex;
  justify-content:center;
  background:#9D8F56;
  font-size:1.8rem;
  font-weight:bold;
  padding:4px 0;
}
.peel_cols {
  width:100%;
  height:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:100px;
}
.peel_cols_img {
  width:45%;
  height:auto;
}
.peel_cols_inner {
  width:50%;
  height:auto;
}
.peel_tab {
  display:inline-block;
  padding:0 20px;
  font-weight:bold;
  color:#fff;
  background:#846E50;
  margin-bottom:5px;
}
.peel_cols_inner_lead {
  width:100%;
  height:auto;
  margin-bottom:20px;
}
.peel_cols_inner_lead > p {
  font-size:2.4rem;
  font-weight:bold;
}
.peel_cols_inner_text {
  width:100%;
  height:auto;
  margin-bottom:20px;
}
.herb-coupon {
  width:70%;height:auto;
  margin:0 auto 100px auto;
  border:5px solid #846E50;
}
.herb-coupon-img {
  width:100%;
  padding:30px 10%;
  box-sizing:border-box;
}
.problem {
  width:100%;
  height:auto;
  margin-bottom:30px;
}
.problem_lead {
  font-size:1.6rem;
  font-weight:bold;
  display:flex;
  align-items:center;
  margin-bottom:14px;
}
.problem_lead::after {
  display:block;
  content:'';
  border-top:1px solid rgba(255,255,255,.4);
  flex:1;
  margin-left:10px;
}
.problem > ul {
  width:100%;
  height:auto;
  display:flex;
  flex-wrap:wrap;
  list-style:none;
}
.problem > ul > li {
  width:80px;
  height:80px;
  display:flex;
  justify-content:center;
  align-items:center;
  background:rgba(255,255,255,.2);
  border-radius:50vh;
}
.problem > ul > li:not(:last-child) {
  margin-right:14px;
}
.price {
  width:100%;
  height:auto;
  padding:10px 20px 20px 20px;
  box-sizing:border-box;
  background:rgba(255,255,255,.2);
}
.price_lead {
  display:inline-block;
  padding:0 20px;
  font-weight:bold;
  color:#fff;
  background:#846E50;
  margin-bottom:5px;
}
.price > dl {
  width:100%;
  height:auto;
  display:flex;
  justify-content:space-between;
  align-items: flex-end;
}
.price > dl > dt {
  width:calc(100% - 180px);
  font-size:1.6rem;
}
.price > dl > dt > p br {
  display:none;
}
.price > dl > dd {
  width:160px;
  font-size:1.4rem;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
}
.price-time {
  margin-right:8px;
}
.price-main > span {
  font-size:3rem;
  font-weight:bold;
  letter-spacing:0!important;
  line-height:1;
  margin-right:3px;
}
.peel_step {
  width:100%;
  height:auto;
  margin-bottom:100px;
}
.step_title {
  width:100%;
  height:auto;
  display:flex;
  align-items:center;
  margin-bottom:20px;
}
.step_title_img {
  width:80px;
  height:80px;
  margin-right:14px;
  display:flex;
  justify-content:center;
  align-items:center;
  border:1px solid #fafafa;
  box-sizing:border-box;
  border-radius:50vh;
}
.step_title_img > img {
  width:60%;
}
.step_title_inner {
  line-height:1.6;
  flex:1;
}
.step_title_inner > h3 {
  font-size:2rem;
}
.step_title_inner > h3 br {
  display:none;
}
.step_title_inner > p {
  display:flex;
  align-items:center;
}
.step_title_inner > p::after {
  display:block;
  content:'';
  flex:1;
  border-top:1px solid rgba(255,255,255,.4);
  margin-left:14px;
}
.peel_step > ul {
  width:100%;
  height:auto;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  list-style:none;
}
.peel_step > ul > li {
  width:calc(100%/4 - 20px);
  height:auto;
  display:flex;
  flex-direction:column;
  padding-bottom:10px;
  box-sizing:border-box;
  background:#fafafa;
  position:relative;
}
.peel_step > ul > li:not(:last-child)::after {
  display:block;
  content:'';
  width:14px;
  height:14px;
  border-top:14px solid transparent;
  border-right:14px solid transparent;
  border-left:14px solid #545454;
  border-bottom:14px solid transparent;
  animation:blink 2s infinite;
  opacity:0;
  box-sizing:border-box;
  position:absolute;
  top:50%;right:-35px;
  transform:translate(0,-50%);
}
.step_tab {
  width:100%;
  height:auto;
  background:#3F728A;
  font-size:1.8rem;
  text-align:center;
}
.step_lead,
.step_text {
  box-sizing:border-box;
  color:#121212;
}
.step_lead {
  font-size:1.8rem;
  font-weight:bold;
  text-align:center;
  padding:14px 10px;
  border-bottom:1px solid #ccc;
}
.step_text {
  padding:14px 10px 0 10px;
}
.peel_ba_title {
  width:100%;
  height:auto;
  display:flex;
  align-items:center;
  margin-bottom:40px;
}
.peel_ba_title_img {
  width:80px;
  height:80px;
  margin-right:14px;
  display:flex;
  justify-content:center;
  align-items:center;
  border:1px solid #fafafa;
  box-sizing:border-box;
  border-radius:50vh;
}
.peel_ba_title_img > img {
  width:60%;
}
.peel_ba_title_inner {
  display:flex;
  flex-direction:column-reverse;
  line-height:1.6;
  flex:1;
}
.peel_ba_title_inner > h3 {
  display:flex;
  align-items:center;
  font-size:1.4rem;
  font-weight:normal;
}
.peel_ba_title_inner > p {
  font-size:2.4rem;
  font-weight:bold;
}
.peel_ba_title_inner > h3::after {
  display:block;
  content:'';
  flex:1;
  border-top:1px solid rgba(255,255,255,.4);
  margin-left:14px;
}
.peel_ba_cols {
  width:100%;
  height:auto;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.peel_ba_box {
  width:31%;
  height:auto;
  display:flex;flex-direction:column;
  position:relative;
}
.peel_ba_box:nth-of-type(n+4) {
  margin-top:50px;
}
.case {
  position:absolute;
  top:-4.5%;
  left:-5%;
  width:30%;height:auto;
}
.peel_ba_box_img {
  width:100%;
  margin-bottom:20px;
}
.peel_ba_box_inner {
  width:100%;
  padding:14px 20px;
  box-sizing:border-box;
  background:#000;
  flex:1;
  border-radius:10px;
  position:relative;
}
.peel_ba_box_inner::before {
  content: "";
  position: absolute;
  top:-12px;
  left: 50%;
  margin-top: -20px;
  border:20px solid transparent;
  border-bottom:20px solid #000;
  transform:translate(-50%,0);
}
/*----------------------------------------------------
  #menu
----------------------------------------------------*/
#menu {
  width:100%;
  height:auto;
  padding:100px 0;
  color: #f2f2f2;
  position:relative;
  box-sizing:border-box;
}
#menu::after {
  display:block;
  content:'';
  width:100%;
  height:100%;
  background:url('../img/common/bg-gran2.png');
  background-size:cover;
  opacity:.3;
  position:absolute;
  top:0;left:0;
}
.menu {
  width:90%;
  height:auto;
  max-width:1280px;
  margin:0 auto;
  position:relative;
  z-index:1;
}
.menu-title {
  width:100%;
  height:auto;
  line-height:1.4;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:20px;
  display:flex;flex-direction:column-reverse;
  color:#fff;
}
.menu-title h2 {
  font-size:1.2rem;font-weight:normal;
  text-align:center;
  color:rgba(255,255,255,.6);
  line-height:1.8;
}
.menu-title > img {
  width:35%;
  height:auto;
}
.blink-arrow {
  width:100%;
  height:20px;
  margin:5px 0;
  position:relative;
  margin-bottom:20px;
}
.blink-arrow span {
  position:absolute;
  top:0;
  left:50%;
  transform:translate(-50%, 0);
  width:20px;
  height:20px;
  border-top:20px solid #545454;
  border-right:20px solid transparent;
  border-left:20px solid transparent;
  border-bottom:20px solid transparent;
  animation:blink 2s infinite;
  opacity:0;
  box-sizing:border-box;
}
@keyframes blink {
  0% {opacity:0;}
  50% {opacity:1;}
  100% {opacity:0;
  }
}
.menu_lead {
  width:100%;
  height:auto;
  text-align:center;
  margin-bottom:50px;
}
.menu_lead > p > a {
  display:inline-block;
  padding:0 10px;
  margin:0 3px;
  background:#eee;
  color:#121212;
  font-weight:bold;
}
.menu_cols {
  width:100%;
  height:auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-bottom:80px;
}
.menu_category {
  width:48%;
  height:auto;
  display:flex;
  flex-direction:column;
  background:#212121;
}
.menu_category2 {
  width:60%;
  height:auto;
  display:flex;
  flex-direction:column;
  background:#212121;
  padding:50px 80px;
  box-sizing:border-box;
  margin:80px auto 0 auto;
}
.menu_category:nth-of-type(n+3) {
  margin-top:50px;
}
.menu_category_img {
  width:100%;
}
.menu_category_inner {
  width:100%;
  padding:30px 30px 40px 30px;
  box-sizing:border-box;
}
.menu_name {
  width:100%;
  height:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
#wax .menu_name {
  margin-bottom:20px;
}
.menu_name_img {
  width:80px;
  height:80px;
  margin-right:14px;
  border:1px solid #fafafa;
  border-radius:50vh;
  display:flex;justify-content:center;align-items:center;
}
.menu_name_img > img {
  width:65%;
}
.menu_name_inner {
  width:calc(100% - 100px);
}
.menu_name_inner > h3 {
  font-size:2rem;
}
.menu_name_inner > h3 > span {
  font-size:1.2rem;
} 
.menu_name_inner > p {
  width:100%;
  color:#846E50;
  display:flex;
  align-items:center;
}
.menu_name_inner > p::after {
  display:block;
  content:'';
  border-top:1px solid #ccc;
  flex:1;
  margin-left:14px;
}
.menu_category_inner_text {
  width:100%;
  height:auto;
  min-height:150px;
  padding:20px;
  margin-bottom:4px;
  box-sizing:border-box;
}
.menu_flow {
  width:100%;
  height:auto;
  padding:0 20px;
  box-sizing:border-box;
  margin-bottom:24px;
}
.menu_flow_cols {
  width:100%;
  height:auto;
  min-height:60px;
  display:flex;
  align-items:flex-start;
  flex-wrap:wrap;
}
.menu_flow1 {
  display:inline-block;
  padding:2px 12px;
  background:#846E50; 
  font-size:1.1rem;
  position:relative;
  margin-right:20px;
  margin-top:4px;
}
.menu_flow_cols > span:not(:last-child)::after {
  display:inline-block;
  content:'→';
  position:absolute;
  top:50%;right:-15px;
  transform:translate(0,-50%);
}
.menu_price {
  width:100%;
  height:auto;
  padding:0 20px;
  box-sizing:border-box;
}
.menu_price_lead {
  width:100%;
  height:auto;
  font-size:1.4rem;
  margin-bottom:8px;
  font-weight:bold;
}
.menu_price_cols {
  width:100%;
  height:auto;
}
.menu_price_cols > dl {
  width:100%;
  height:auto;
  display:flex;
  flex-wrap:wrap;
  border:1px solid rgba(0,0,0,.5);
  box-sizing:border-box;
  margin-bottom:14px;
}
.menu_price_cols > dl > dt {
  width:72.5%;
  padding:10px;
  box-sizing:border-box;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  font-weight:bold;
  background:#000;
}
.menu_font_s {
  font-size:1.1rem;
  font-weight:normal!important;
}
.kome {
  margin-left:3px;
  color:#C86161;font-size:1.1rem;
  align-self: flex-end;
}
.herb-first-sp,.herb-second-sp {
  display:none;
}
.herb-first-pc,.herb-second-pc {
  display:inline;
  margin-right:5px;
  padding:0 8px;
  background:#545454;
  color:#fff;
  font-size:1.2rem;
}
.herb-first-pc {
  background:#C86161;
}
.menu_price_cols > dl > dd {
  width:27.5%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  font-size:1.1rem;
  padding:10px;
  box-sizing:border-box;
  color:#121212;
  background:#eee;
}
.menu_price_discount {
  font-size:1.2rem;
  background:#3F728A;
  padding:0 10px;
  margin-left:6px;
}
.menu_price_cols > dl > dd > p > span {
  font-size:2rem;
  line-height:1;
  letter-spacing:-.03em;
  margin-left:6px;
  margin-right:3px;
  font-weight:bold;
}
.menu-attention {
  width:100%;
  font-size:1.2rem;
}
.price-link {
  width:90%;
  height:auto;
  margin:0 auto;
  padding:50px 100px;
  box-sizing:border-box;
  background:#1a1a1a;
  position:relative;
}
.price-link-text {
  width:25%;
  height:auto;
  position:absolute;
  top:-10%;
  left:5%;
}
.price-link-title {
  width:100%;
  height:auto;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:30px;
}
.price-link-title > img {
  width:100px;
  margin-right:20px;
}
.price-link-cols {
  width:100%;
  height:auto;
  display:flex;
  justify-content:space-between;
}
.price-link-cols > a {
  width:32.5%;
  height:80px;
  display:flex;
  justify-content:center;
  align-items:center;
  box-sizing:border-box;
  position:relative;
}
.price-link-cols > a::after {
  display:block;
  content:'';
  width:100%;height:100%;
  position:absolute;
  top:0;left:0;
  background:url('../img/common/bg-blk-twill.png');
  background-repeat:repeat;
  opacity:.2;
}
.price-link-cols > a:nth-of-type(1) {
  background:#846E50;
}
.price-link-cols > a:nth-of-type(2) {
  background:#06A5C9;
}
.price-link-cols > a:nth-of-type(3) {
  background:#06c755;
}
.price-link-cols > a > span {
  display:block;
  width:70%;
  height:auto;
  position:relative;z-index:1;
}
/*----------------------------------------------------
  #ba
----------------------------------------------------*/
#ba {
  width:100%;
  height:auto;
  padding:100px 0;
  color: #f2f2f2;
  position:relative;
  box-sizing:border-box;
}
.ba {
  width:90%;
  height:auto;
  max-width:1280px;
  margin:0 auto;
  position:relative;
  overflow:hidden;
}
.ba-title {
  width:100%;
  height:auto;
  display:flex;
  flex-direction:column-reverse;
  justify-content:center;
  align-items:center;
  margin-bottom:50px;
}
.ba-title > h2 {
  font-size:1.4rem;
  font-weight:normal;
  text-align:center;
  color:rgba(255,255,255,.6);
}
.ba-title > img {
  width:100%;
  max-width:240px;
  height:auto;
  margin:0 auto 20px auto;
}
.ba-cols {
  width:100%;
  height:auto;
  margin-bottom:30px;
}
.ba-category {
  width:100%;
  height:auto;
  display:flex;
  justify-content:space-between;
  padding:50px;
  box-sizing:border-box;
  background:#000;
}
.ba-category:nth-of-type(n+2) {
  margin-top:50px;
}
.ba-category-inner {
  width:40%;
  height:auto;
}
.ba-profile {
  width:80%;
  height:auto;
  padding:25px 30px 20px 30px;
  margin-bottom:20px;
  box-sizing:border-box;
  position:relative;
  border:1px solid rgba(255,255,255,.6);
}
.ba-profile-title {
  padding:0 10px;
  font-size:1.6rem;
  font-weight:bold;
  background: #f2f2f2;
  color: #121111;
  position:absolute;
  top:-15px;left:30px;
}
.ba-profile > ul {
  list-style:none;
}
.ba-profile > ul > li > i {
  margin-right:5px;
}
.ba-category-img {
  width:57.5%;
  height:auto;
  display:flex;
  align-items: center;
  justify-content:space-between;
}
.ba-category-img-inner {
  width:47%;
  height:auto;
}
.ba-category-arrow {
  width:5%;
  height:20px;
  margin:5px 0;
  position:relative;
}
.ba-category-arrow span {
  position:absolute;
  top:50%;
  left:70%;
  transform:translate(-50%, -50%);
  width:14px;
  height:14px;
  border-top:14px solid transparent;
  border-right:14px solid transparent;
  border-left:14px solid #545454;
  border-bottom:14px solid transparent;
  animation:blink 2s infinite;
  opacity:0;
  box-sizing:border-box;
}

.ba-container {
  width:100%;
  height:auto;
  margin-bottom:50px;
}
.ba-container-btn {
  width:100%;
  height:auto;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  margin-bottom:30px;
}
.ba-container-btn > p {
  height:48px;
  padding:0 24px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  background:#202020;
  cursor:pointer;
}
.ba-container-btn > p:not(:last-child) {
  margin-right:10px;
}
.ba-container-list {
  width:100%;
  display:flex;
  flex-wrap:wrap;
}
 
.ba-container-list li {
  width:32%;
  box-sizing:border-box;
  list-style:none;
  animation: test .8s;
  margin-bottom:30px;
  position:relative;
}
.ba-container-list li:nth-of-type(3n - 1) {
  margin:0 2%;
}
.ba-before {
  padding:0 10px;
  background:#fafafa;
  color:#121111;
  position:absolute;
  top:10px;
  left:10px;
  z-index:1;
}
.ba-after {
  padding:0 10px;
  background:#fafafa;
  color:#B22222;
  font-weight:bold;
  position:absolute;
  top:10px;
  right:10px;
  z-index:1;
}
@keyframes test {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}
.ba-link {
  width:100%;
  height:auto;
  display:flex;
  justify-content:center;
}
.ba-cols-link {
  width:100%;
  max-width:300px;
  height:auto;
  margin:0 10px;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.ba-cols-link > p {
  display:inline-flex;
  justify-content:center;
  align-items:center;
}
.ba-cols-link > a {
  display:flex;
  flex-direction:column;
  justify-content:center;
  width:100%;height:68px;
  line-height:1.4;
  border:1px solid #545454;
  border-image:linear-gradient(45deg, #846E50 0%, #DBD5CD 50%, #A0522D 100%);
  border-image-slice:1;
  padding:0 30px;
  box-sizing:border-box;
  position:relative;
}
.ba-cols-link:nth-of-type(2) > a {
  background:#fafafa;
}
.ba-cols-link > a > span {
  font-size:1rem;
}
.ba-cols-link > a > svg {
  width:8px;height:auto;
  position:absolute;
  top:50%;right:20px;
  transform:translate(0,-50%);
  fill:#fff;
}
.ba-cols-link:nth-of-type(2) > a > svg {
  fill:#1a1a1a;
}
.ba-cols-link > a > img {
  width:67.5%;
  margin:0 auto;
  padding-right:8px;
  box-sizing:border-box;
}
/*----------------------------------------------------
 parallax
----------------------------------------------------*/
#parallax {
  width:100%;
  height:auto;
  position:relative;
  background:#000;
  color: #f2f2f2;
}
#parallax::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:32.5%;
}
.parallax {
  width:100%;
  height:100%;
  position:absolute;
  top:0;left:0;
}
.parallax > img {
  height:100%;
  object-fit:cover;
  opacity:.4;
}
.parallax-title {
  width:95%;
  max-width:1024px;
  height:auto;
  display:flex;
  justify-content:center;
  flex-direction:column;
  align-items:center;
  position:absolute;
  top:50%;left:50%;
  transform:translate(-50%,-50%);
}
.parallax-title-box {
  padding:20px 40px;
  border:1px solid #fff;
  text-align:center;
  font-size:2rem;
  border:2px solid #fff;
  animation: flicker 3s infinite alternate;
  margin-bottom:20px;
}
:root {
  --neon-text-color: #846E50;
  --neon-border-color: #08f;
}
.parallax-title-box > p::-moz-selection {
  background-color:var(--neon-border-color);
  color: var(--neon-text-color);
}
.parallax-title-box > p::selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}
.parallax-title-box > p:focus {
  outline:none;
}
@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    text-shadow:
    -0.2rem -0.2rem 1rem #545454,
    0.2rem 0.2rem 1rem #545454,
    0 0 2rem var(--neon-text-color),
    0 0 4rem var(--neon-text-color),
    0 0 6rem var(--neon-text-color),
    0 0 8rem var(--neon-text-color),
    0 0 10rem var(--neon-text-color);
    box-shadow:
    0 0 .25rem #545454,
    inset 0 0 .5rem #545454,
    0 0 1rem var(--neon-border-color),
    inset 0 0 1rem var(--neon-border-color),
    0 0 2rem var(--neon-border-color),
    inset 0 0 2rem var(--neon-border-color);
  }
  20%, 24%, 55% {        
    text-shadow: none;
    box-shadow: none;
  }
}
.parallax-title-lead {
  font-size:1.8rem;
}
.parallax-link {
  width:100%;
  height:auto;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
}
.parallax-link > a {
  width:33%;
  height:auto;
}
@media screen and (max-width:1560px) {
  .top-mv-title_text > img {
    width:100px;
  }
}
@media screen and (max-width:1360px) {
  .about-category-inner > p {
    font-size:1.6rem;
  }
}
@media screen and (max-width:1280px) {
  .top-mv-title {
    width:40%;
  }
  .problem > ul > li {
    width:66px;
    height:66px;
  }
  /*--- #about ---*/
  .about-category-inner > svg {
    width:6px;
    right:10px;
  }
  /*--- #menu ---*/
  .menu_price_cols > dl > dt {
    width:70%;
  }
  #herb_peel .menu_price_cols > dl > dt > div {
    display:flex;
    flex-direction:column;
  }
  .menu_price_cols > dl > dd {
    width:30%;
  }
  /*--- #parallax ---*/
  #parallax::after {
    padding-top:45%;
  }
}
@media screen and (max-width:1100px) {
  .price > dl > dt > p br {
    display:block;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-lead {
    font-size:2rem;
  }
  /*--- #about ---*/
  .about {
    width:70%;
  }
  .about-lead {
    width:90%;
  }
  .about-lead > p {
    text-align:left;
  }
  .about-lead > p br {
    display:none;
  }
  .about-category {
    width:48%;
  }
  .about-category:nth-of-type(n+3) {
    margin-top:30px;
  }
  /*--- #peel ---*/
  .peel {
    width:70%;
  }
  .peel_title {
    margin-bottom:40px;
  }
  .peel_cols {
    flex-direction:column;
  }
  .peel_cols_img {
    width:100%;
    margin-bottom:40px;
  }
  .peel_title_inner_main {
    font-size:4.6rem;
  }
  .peel_cols_inner {
    width:100%;
  }
  .problem {
    margin-bottom:0;
  }
  .herb-coupon {
    width:100%;
  }
  .peel_step > ul > li {
    width: calc(100% / 2 - 20px);
  }
  .peel_step > ul > li:nth-of-type(n+3) {
    margin-top:20px;
  }
  .peel_ba_box {
    width:48%;
    margin-right:0!important;
  }
  .peel_ba_box:nth-of-type(n+3) {
    margin-top:30px;
  }
  .peel_ba_cols {
    justify-content:space-between;
  }
  /*--- #menu ---*/
  .menu {
    width:70%;
  }
  .menu_category {
    width:100%;
  }
  .menu_category2 {
    width:100%;
    padding:30px 30px 40px 30px;
    margin-top:50px;
  }
  .menu_category:nth-of-type(n+2) {
    margin-top:50px;
  }
  .menu_category_inner_text {
    min-height:initial;
  }
  .price > dl > dt > p br {
    display:none;
  }
  #herb_peel .menu_price_cols > dl > dt > div {
    display:flex;
    flex-direction:row;
    align-items: center;
  }
  .price-link {
    padding:50px;
  }
  /*--- #parallax ---*/
  #parallax::after {
    padding-top:65%;
  }
}
@media screen and (max-width:896px) {
  #top-mv::after {
    padding-top:50%;
  }
  .top-mv-lead {
    font-size:1.8rem;
  }
  .top-mv-title {
    width:45%;
    left:47.5%;
  }
  .top-mv-title > h2 {
    width:80%;
  }
  .top-mv-title_text > img {
    width:90px;
  }
  .top-mv-title_text > p {
    font-size:1.2rem;
  }
  
   /*--- #feature ---*/
  .feature-title > img {
    max-width:240px;
  }
  .peel_title > img {
    width:120px;
  }
  .peel_title_inner_main {
    font-size:3.6rem;
  }
  /*--- #parallax ---*/
  .parallax-title {
    width:90%;
  }
  .parallax-link {
    width:100%;
  }
}
@media screen and (max-width:786px) {
  .top-mv-title {
    width:50%;
    left:40%;
  }
  /*--- #about ---*/
  .about {
    width:80%;
  }
  .about-title > img {
    max-width:200px;
  }
  /*--- #peel ---*/
  .peel {
    width:80%;
  }
  /*--- #menu ---*/
  .menu {
    width:80%;
  }
  .menu-title > img {
    width:100%;
    max-width:240px;
  }
  /*--- #ba ---*/
  .ba-title > img {
    max-width:200px;
  }
  .ba-container-btn {
    width:90%;
    margin:0 auto 30px auto;
  }
  .ba-container-btn > p:not(:last-child) {
    margin-right:0;
  }
  .ba-container-btn > p:nth-of-type(2) {
    margin:0 1.25%;
  }
  .ba-container-btn > p:nth-of-type(4) {
    margin-right:1.25%;
  }
  .ba-container-btn > p:nth-of-type(n+4) {
    margin-top:8px;
  }
  .ba-container-btn > p {
    width:32.5%;
    height:60px;
    padding:0;
  }
  .ba-container-list {
    justify-content:space-between;
  }
  .ba-container-list li {
    width:49%;
  }
  .ba-container-list li:nth-of-type(3n - 1) {
    margin:0 0 30px 0;
  }
  .ba-container-btn {
    width:95%;
    justify-content:space-between;
  }
  .ba-container-btn > p {
    width:49%;
    margin:0!important;
    font-size:1.2rem;
  }
  .ba-container-btn > p:nth-of-type(1) {
    width:100%;
  }
  .ba-container-btn > p:nth-of-type(n+2) {
    margin-top:7px!important;
  }
  /*--- #parallax ---*/
  #parallax::after {
    padding-top:80%;
  }
}
@media screen and (max-width:680px) {
  .top-mv-title > h2 {
    margin-bottom:30px;
  }
  .top-mv-title_text > img {
    width:75px;
  }
  /*--- #about ---*/
  .about {
    width:85%;
  }
  .about-lead-tab {
    width:22.5%;
  }
  /*--- #peel ---*/
  .peel {
    width:85%;
  }
  /*--- #menu ---*/
  .menu {
    width:85%;
  }
  .price > dl > dt {
    width:calc(100% - 140px);
  }
  .price > dl > dd {
    width:120px;
  }
  #herb_peel .menu_price_cols > dl > dt > div {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
  }
  .price-link-cols {
    flex-wrap:wrap;
  }
  .price-link-cols > a {
    width:100%;
  }
  .price-link-cols > a:nth-of-type(n+2) {
    margin-top:10px;
  }
  .price-link-cols > a > span {
    width:60%;
  }
  .price-link-text {
    width:40%;
    top:-5%
  }
  /*---ba---*/
  .ba-link {
    width:65%;
    flex-direction:column;
    align-items:center;
    margin:0 auto;
  }
  .ba-cols-link {
    width:100%;
    max-width:initial;
    margin:0;
  }
  .ba-cols-link:nth-of-type(n+2) {
    margin-top:14px;
  }
  /*--- #parallax ---*/
  #parallax::after {
    padding-top:120%;
  }
  .parallax-link {
    width:70%;
    flex-direction:column;
  }
  .parallax-link > a {
    width:100%;
  }
  .parallax-link > a:nth-of-type(n+2) {
    margin-top:10px;
  }
}
@media screen and (max-width:480px) {
  #heading {
    top:calc(var(--vh, 1vh) * 30);
  }
  #main-img {
    height:calc(var(--vh, 1vh) * 35);
  }
  .main-img-title > img {
    height:40px;
  }
  .main-img-title > h2 {
    color: #909090;
  }
  #top-mv::after {
    padding-top:120%;
  }
  .top-mv-title {
    width:85%;
    top:40%;
    left:50%;
    transform:translate(-50%,0);
  }
  .top-mv-title > h2 {
    width:75%;
    margin:0 auto 20px auto;
  }
  .top-mv-title_text > img {
    width:70px;
  }
  .top-mv-title_text > p {
    font-size:1.1rem;
  }
  .about-lead {
    width:95%;
  }
  .about-lead > p {
    font-size:1.2rem;
  }
  .about-lead-tab {
    width:22.5%;
    top:-7%;left:3.5%;
  }
  .about-cols {
    margin-top:20px;
  }
  .about-category {
    width:100%;
  }
  .about-category:nth-of-type(n+2) {
    margin-top:30px;
  }
  .about-category-inner > p {
    font-size:1.7rem;
  }

  .peel_title {
    flex-direction:column;
    align-items:center;
  }
  .peel_title > img {
    width:100px;
    margin-right:0;
    margin-bottom:14px;
  }
  .peel_title_inner_sub {
    font-size:1rem;
    font-weight:normal;
  }
  .peel_title_inner_main {
    font-size:2.6rem;
  }
  .peel_title_inner > p {
    font-size:1.2rem;
    font-weight:normal;
  }
  .peel_cols {
    margin-bottom:50px;
  }
  .peel_cols_inner_lead > p {
    font-size:1.6rem;
  }
  .peel_cols_inner_text {
    font-size:1.3rem;
  }
  .problem > ul {
    justify-content:space-around;
  }
  .problem > ul > li {
    width:30%;
    height:auto;
    position:relative;
  }
  .problem > ul > li:nth-of-type(n+4) {
    margin-top:8px;
  }
  .problem > ul > li:not(:last-child) {
    margin-right:0;
}
  .problem > ul > li::after {
    display:block;
    content:'';
    width:100%;
    height:0;
    padding-top:100%;
  }
  .problem > ul > li > span {
    position:absolute;
    width:100%;
    text-align: center;
    top:50%;left:50%;
    transform:translate(-50%,-50%);
  }
  .price {
    padding:10px;
    background:none;
    border:1px solid #545454;
  }
  .price_lead {
    display:none;
  }
  .price > dl {
    flex-wrap:wrap;
  }
  .price > dl > dt {
    width:100%;
    background:#1b1b1b;
    font-size:1.6rem;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:14px 0;
  }
  .price > dl > dt > p br {
    display:block;
  }
  .price > dl > dd {
    width:100%;
    margin-top:14px;
    display:flex;
    justify-content: center;
  }
  .herb-coupon-img {
    padding:30px 10%;
  }
  .step_title_img,
  .peel_ba_title_img {
    width:60px;
    height:60px;
  }
  .step_title_inner > h3 {
    font-size:1.5rem;
  }
  .step_title_inner > h3 br {
    display:block;
  }
  .step_title_inner > p {
    font-size:1.2rem;
  }
  .peel_step > ul > li {
    width:100%;
  }
  .peel_step > ul > li:nth-of-type(n+2) {
    margin-top:30px;
  }
  .peel_step > ul > li:not(:last-child)::after {
    top:calc(100% + 20px);
    right:initial;
    left:calc(50% - 10px);
    transform:translate(0, -50%) rotate(90deg);
  }
  .peel_ba_box {
    width:100%;
  }
  .peel_ba_box:nth-of-type(n+2) {
    margin-top:50px;
  }
  /*--- #menu ---*/
  .menu_category2 {
    padding: 15px 15px 30px 15px 
  }
  .menu_lead {
    width:95%;
    margin:0 auto 50px auto;
    text-align:left;
  }
  .menu_lead br {
    display:none;
  }
  .menu_category_inner {
    padding:15px 15px 30px 15px;
  }
  .menu_name_img {
    width:50px;
    height:50px;
    margin-right:0;
  }
  .menu_name_inner {
    width:calc(100% - 60px);
  }
  .menu_name_inner > h3 {
    font-size:1.8rem;
  }
  #herb_peel .menu_name_inner > h3,
  #eyebrow .menu_name_inner > h3  {
    font-size:1.5rem;
  }
  #herb_peel .menu_name_inner > h3 {
    display:flex;
    flex-direction:column;
    line-height:1.5;
  }
  .menu_name_inner > p {
    font-size:1.2rem;
  }
  .menu_category_inner_text {
    padding:20px 5px;
    font-size:1.3rem;
  }
  .menu_flow,.menu_price {
    padding-left:5px;
    padding-right:5px;
  }
  .menu_flow_cols {
    align-items:stretch;
  }
  .menu_flow1 {
    display:flex;
    align-items:center;
    width:calc(100%/2 - 44px);
    font-size:1rem;
  }
  .menu_price_cols > dl > dt {
    width:100%;
    justify-content:center;
    align-items: baseline;
    font-size:1.3rem;
  }
  .menu_price_discount {
    font-size:1rem;
    font-weight:normal!important;
  }
  .menu_price_cols > dl > dd {
    width:100%;
    justify-content:center;
    font-size:1.3rem;
  }
  .menu_price_cols > dl > dd > p > span {
    font-size:2.4rem;
  }
  .menu-attention > p br {
    display:none;
  }
  .herb-first-pc,.herb-second-pc {
    display:none;
  }
  .herb-first-sp,.herb-second-sp {
    display:inline;
    margin-right:5px;
    padding:0 8px;
    background:#111;
    color:#fff;
  }
  .herb-first-sp {
    background:#C86161;
  }
  .price-link {
    width:100%;
    padding:30px;
  }
  .price-link-title {
    flex-direction:column;
  }
  .price-link-title > img {
    margin-bottom:10px;
  }
  .price-link-title-inner {
    width:100%;
    font-size:1.3rem;
  }
  .price-link-text {
    width:45%;
    top:-3%;
  }
  .price-link-cols > a > span {
    width:72.5%;
  }
  /*--- #ba ---*/
  .menu-title h2,
  .ba-title > h2 {
    font-size:1rem;
  }
  .ba-title {
    margin-bottom:30px;
  }
  .ba-title > img {
    width:50%;
    max-width: initial;
    margin-bottom:10px;
  }
  .ba-cols-link {
    max-width:initial;
    margin:0 auto;
  }
  .ba-container-list li {
    width:100%;
  }
  .ba-link {
    width:90%;
  }
  .ba-cols-link {
    max-width:initial;
    margin:0 auto;
  }
  /*--- #parallax ---*/
  #parallax {
    padding:100px 0;
  }
  #parallax::after {
    display:none;
  }
  .parallax-title {
    width:80%;
    margin:0 auto;
    position:relative;
    top:initial;left:initial;
    transform:initial;
  }
  .parallax-title-box {
    font-size:1.4rem;
  }
  .parallax-title-lead {
    font-size:1.4rem;
  }
  .parallax-link {
    width:100%;
  }
}