.keyword-search,
.original-search{
    display:none;
}

@media screen and (min-width:768px) {
/* PC */

/* ヘッダー関係 */
.header_PC {
    background-color: rgba(252, 227, 220, 0.4);
    width: 100%;
    text-align: center;
    position: fixed;
    justify-content: space-between;
    padding: 0 1%;
    display: flex;
    align-items: center;
    z-index: 100;
    top: 0;
}

.header_PC .header_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: 94%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
}

.header_PC .shop-name {
    width: 30%;
    display: inline-block;
}

.header_smart {
    display: none;
}

.header_PC .shop-name .logo {
    width: 75%;
}

.header_PC .shop-name .logo img {
    padding: 1%;
    width: 100%;
    max-width: 230px;

}

.header_PC .menu-icon {
    width: 100%;
    background-color: #c69ea6;
    height: 75px;
    text-align: center;
    align-self: flex-end;
    cursor: pointer;
    padding-top: 7%;
    padding-bottom: 2%;
}

.header_PC .top-text {
    font-family: a-otf-ryumin-pr6n, serif;
    font-style: normal;
    color: #000;
    padding-left: 30%;
}

.header_PC .top-text p {
  font-size: 1.1rem;
  max-width: 100%;
  transition: .5s;
}

.header_PC .menu-icon .menu-text {
    color: #ffffff;
    font-size: 0.9rem;
    padding-top: 17%;
}

.header_PC .menu-icon div {
  width: 48px;
  height: 5px;
  background: #ffffff;
  margin-top: 12px;
  margin-right: 15px;
  margin-left: 15px;
  transition: all 0.35s;
  border-radius: 2px;
}

.header_PC .cart{
    position:relative;
}

.header_PC .cart-count{
    position: absolute;
    background: #c69ea6;
    border-radius: 200px;
    width: 18px;
    font-size: 15px;
    color: white;
    top: -7px;
    right: -9px;
}



#he_icon {
    width: 40%;
    position: absolute;
    right: 12em;
    max-width: 617px;
}

#he {
    align-items: center;
    justify-content: space-between;
}

/* ヘッダー検索ボックス */

/* 最初の検索ボックス */
.header_PC .box-search-header{
  display:block ;
  position: absolute;
  right: 41%;
}

.header_PC .box-search-header img{
  width: 36px;
  margin-top:12px;
}



.header_PC .custom{
    background: transparent;
    padding: 15px;
    width: 255px;
    border: none;
    border-bottom: 1px solid;
    font-size: 25px;
    padding-bottom: 1px;
    padding-right: 40px;
    color: #010101;
    font-family: a-otf-ryumin-pr6n, serif;
    font-style: normal;
}

.header_PC .custom::placeholder {
  font-size:15px;
}
.header_PC .custom:focus{
    outline: none;
}



/* 最初の検索ボックス */

.header_PC .header_main #he_icon #he .search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
    display: none;
}

.header_PC .header_main #he_icon #he .search-box img {
    width: 70%;
}

  /* インプットエリア */

.input-search {
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 30px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: rgba(198, 158, 166, 0.5);
    padding-right: 40px;
    color: rgb(0, 0, 0);
}

.input-search::placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 100;
}

.btn-search {
    width: 50px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: #ffffff;
    background-color: transparent;
    pointer-events: painted;
}

.search_active{
  width: 300px;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(198, 158, 166, 0.5);
}

/* インプットエリア */

/* ヘッダー関係 */




}

@media screen and (max-width:767px) {
/* SP */

/* ヘッダー関係 */

.header_PC {
    display: none;
}

.header_smart {
    display: block;
}

.header_smart .constainer1 .smart_top-text{
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  background-color: rgba(252, 227, 220, 0.2);
  color: #000;
  width: 100%;
  top: 60px;
  z-index: 99;
  position: absolute;
  text-align: center;
}

.header_smart .constainer1 .smart_1 .smart-shop-name .logo{
  width: 100%;
}
.header_smart .constainer1 .smart_1 .smart-shop-name .logo img{
  max-width: 180px;
  width: 40vw;
  padding: 0;
  height: calc(3.3vw * (276 / 79));
}

.header_smart .constainer1 .smart_top-text p{
  font-size: 3.5em;
  max-width: 100%;
  transition: .5s;
  padding: 2%;
}


/* クラス名が違うｗ */
/* .header_smart .container1 {
    display: block;
} */

.header_smart .smart_1 {
  justify-content: space-between;
  align-items: center;
  background-color: rgba(252, 227, 220);
  width: 100%;
  height: auto;
  display: flex;
  z-index: 100;
  top: 0;
  position: fixed;
  transition: .5s;
}

.header_smart .smart_1 .smart-shop-name {
  margin-left: 2%;
  width: 100%;
  display: block;
}


.header_smart .smart_1 .smart_hamburger {
    width: fit-content;
    height: fit-content;
    transition: .5s;
}

.header_smart .smart_1 .smart_hamburger .menu-icon {
  max-width: 60px;
  width: 13vw;
  background-color: #c69ea6;
  padding: 13%;
  padding-top: 15%;
  max-height: 60px;
  height: 14vw;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.header_smart .smart_1 .smart_hamburger .menu-icon .menu-text {
    color: #ffffff;
    font-size: 13px;
    padding: 0;
}

.header_smart .smart_1 .smart_hamburger .menu-icon div {
  width: 100%;
  height: 5px;
  background: #ffffff;
  margin: 15%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.35s;
  border-radius: 2px;
}


.header_smart #smart_he_icon {
    width: 100%;
    padding-left: 1%;
}

.header_smart #smart_he_icon #he {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_smart .smart_hamburger {
    width: auto;
}

.header_smart #he .cart_1 {
    cursor: pointer;
    margin-right: 1%;
    transition: .5s;
    justify-content: flex-start;
}

.header_smart #he .cart_1 .cart-count{
  position: absolute;
  background: #c69ea6;
  border-radius: 200px;
  width: 15px;
  text-align: center;
  font-size: 10px;
  color: white;
  top: 0;
  right: -6px;
  transform: translate(-50%, -50%);
}

.cart_1 img {
    width: 80%;
}

.heart_1 {
    cursor: pointer;
    justify-content: flex-end;
    display: block;
    margin-right: 5%;
    transition: .5s;
}
.heart_1 img {
    width: 90%;
}
.register {
    display: block;
}
.register img {
    margin-top: 5%;
    width: 90%;
}



/* ヘッダー関係 */

/* ヘッダー検索関係 */
.search-keyword {
    margin: 2%;
    padding-left: 2%;
    padding-right: 11%;
    margin-top: 5%;
    margin-bottom: 5%;
    height: 10vw;
    border: none;
    font-size: 3.5em;
    width: 95%;
    border: none;
    border-bottom: 1px solid #c69ea6;
}
textarea:focus,
input:focus {
    outline: none;
}
.search-keyword::placeholder {
    font-size: 0.6em;
    color: #c69ea6
}
.menu-search-btn i {
    position: absolute;
    color: #c69ea6;
    top: 26%;
    right: 3%;
}

.material-icons {
    font-size: 6em !important;
}

.menu-search-wrap {
    position: relative;
}

.menu-search-wrap_top{
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 53px;
}
.menu-search-wrap_top .search-keyword{
  margin: 0;
  padding: 0 0% 0 5%;
  font-size: 4.5em;
  width: 100%;
}

.menu-search-wrap_top .material-icons{
  position: absolute;
  color: #c69ea6;
  top: 16%;
  right: 3%;
  font-size: 8em !important;
}
/* ヘッダー検索関係 */

/* ヘッダーアイコン関係 */
/* .cart {
    cursor: pointer;
    margin-right: 1%;
    transition: .5s;
} */



/* .cart img {
    width: 90%;
} */

.heart {
    cursor: pointer;
    display: none;
    margin-right: 2%;
    transition: .5s;
}
.register {
    cursor: pointer;
     display: block;
}

.register img {
    margin-top: 5%;
    width: 90%;
}


/* ヘッダーアイコン関係 */



}
