body {
  background: #FFFFFF;
}
.c-button {
  background: #000;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #fff;
}
.c-button:hover {
  background: #dfe5e8;
}
.c-button--primary {
  background: #feedeb;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #86251e;
}
.c-button--primary:hover {
  background: #fdd9d7;
}
.c-button--danger {
  background: <{$button3_bgcolor}>;
}
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: <{$button3_font_color}>;
}
.c-button--danger:hover {
  background: <{$button3_bgcolor_hover}>;
}
.c-input--text {
  border-color: #d7dee2;
}
.c-input--text:focus {
  border-color: #607d8b;
}

/***add**/
.view_pc .base01{
max-width:894px;
}

.view_pc .p-page__container{
  max-width:894px;
}

.p-page__body-inner{
  border:none
}
.c-alert{
    background : #dbdbdb;
    font-size:14px;
    color : #4d4d4d;
     padding : 30px;
}
.c-input--text{
 border-color : #9f9f9f; 
  border-width : 1px ;
}
.c-button{
width : 170px;
  height : 45px;
  color: #4d4d4d;
  box-sizing : border-box;
  text-align : center;
  padding : 17px;
}

.c-button--primary{
  text-align : center;
  
  width : 213px;
  height : 64px;
}
.p-page__wrap .p-shop__header{
height : 140px;
background : url(https://zer0beta.jp/growith/css/growith_logo.svg) 50% 50% no-repeat;
  background-size : 270px auto;
}

.p-shop__title{
  display : none;
}

.p-shop__header a:link, .p-shop__header a:visited{
display:block;
  width:100%;
  height:100%;
}
