/* 共通パーツ

====================================================*/

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
  }
  
  body {
    color: #4d4d4d;
    font-size: 1.3rem;
    font-family: 'Montserrat-Regular','Helvetica Neue',Helvetica,Arial,sans-serif !important; 
    background: #f0f0f0;
  }
  
  textarea {
    border-radius: 5px;
  }
  html,
  body,
  ul,
  li,
  p {
    padding: 0;
    margin: 0;
  }
  li {
    list-style: none;
  }
  div {
    box-sizing: border-box;
  }
  img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
  }
  a {
    color: #0066c8;
    text-decoration: none;
  }
  
  /* ヘッダー
  
  ====================================================*/
  
  .header {
    display: flex;
  
    background: #000;
    color: #fff;
    flex-wrap: wrap;
  }
  .header-row-1,
  .header-row-1 ul,
  .header-row-2,
  .header-row-2 ul {
    display: flex;
    flex-direction: row;
  }
  
  /* ---  ヘッダー　上段 --- */
  .header-row-1-wrapper {
    background: #034277;
    width: 100%;
  }
  
  .header-row-1 {
    max-width: 1232px;
  
    display: flex;
    margin: 0 auto;
    padding: 0px 300px;
    justify-content: space-between;
    box-sizing: content-box;
  }
  .header-row-1 ul {
    box-sizing: border-box;
  }
  .header-row-1 ul li {
    margin-right: 20px;
    padding: 2px 5px;
  }
  
  /* .header #cart_list {
    min-width: fit-content;
  } */
  .navi li:hover {
    background: #fff;
    color: #034277 !important;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
  }
  .icon-envelop {
    margin-right: 8px;
    font-size: 2.5rem;
  }
  .navi.header-content li:nth-of-type(1) {
    display: flex;
    align-items: center;
  }
  .navi.header-content li {
    align-self: center;
    min-width: max-content;
  }
  .navi li:hover > a {
    color: #034277 !important;
  }
  
  
  .navi {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1.4rem;
      display: flex;
      padding:0 8px;
      align-items: center;
      box-sizing: border-box;
      width:240px; 
    }
  
  .navi li {
    margin-right: 9px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    min-width: fit-content;
  }
  .navi a {
    color: #ffffff;
  }
  .navi a:hover {
    color: #034277;
  }
  
  .navi li:last-of-type {
    margin-right: 0;
  }
  
  .navi-shop {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    padding-left: 300px;
    box-sizing: border-box;
    background: #fff;
    color: #034277;
    border-radius: 5px;
    margin-right: 16px;
    padding-right: 3px;
    padding-top: 2px;
  }
  .navi-shop a {
    color: #034277;
  }
  .navi-shop a:hover {
    color: #034277;
  }
  #cart-text {
    font-size: 1.3rem;
    padding: 1px 6px;
    width: 40px !important;
    height: 21px;
  }
  
  .header-row-1 ul {
    padding: 6px 0;
  }
  
  .header-row-1 ul:nth-of-type(3) {
    padding: 0;
    display: flex;
  }
  .header-row-1 ul:nth-of-type(3) li {
    display: flex;
    align-items: center;
  }
  
  .social-media{
    display: flex;
    width: calc(100% - 360px - 240px);
    justify-content: center;
    align-items: center;
    padding: 6px 0;
  }
  .social-media li {
    width: auto;
    margin-right: 16px;
  }
  .header .social-media li:last-of-type {
    margin: 0;
  }
  .social-media li img {
    height: 16px;
    width: auto;
  }
  /*
    .header-row-1 ul.social-media li{
  
  margin-right: 5px;
  
  }
  
  .header-row-1 ul.social-media li img{
      height: 16px;
      width: auto;
  } */
  
  .header-panel-right {
    display: flex;
    width: 360px;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
  }
  
  .header-panel-right li,
  .header-panel-right li span {
    display: flex;
    align-items: center;
  }
  
  .header-login {
    color: #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 18px;
  }
  
  .header #logined_logo::before {
    color: #fff;
    font-size: 2.6rem;
  }
  
  .input-search {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
    padding: 1px 10px;
    font-size: 15px;
    cursor: pointer;
  }
  
  /* .header-panel-right li:nth-of-type(1):after{
      content: '';
      display: block;
      position: absolute;
      top: 16px;
      right: -13px;
      height: 5px;
      width: 5px;
      border: solid #fff;
      border-width: 0 1px 1px 0;
      transform: rotate(
  45deg
  );
  }*/
  ul.header-panel-right li:nth-of-type(1) {
    border-right: 1px solid #093958;
    border-left: 1px solid #093958;
  }
  .header-panel-right li:nth-of-type(2) {
    border-right: 1px solid #979797;
    padding: 10px 20px;
  }
  .header-panel-right li:nth-of-type(3) {
    margin-right: 0;
    margin-left: 20px;
  }
  
  /* ---  ヘッダー　下段--- */
  
  .menu-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 calc(1em + 5px + 20px);
    cursor: pointer;
  }
  
  .hlj-logo {
    position: relative;
    width: 48px;
    margin-right: 8px;
    padding: 4px 0;
    box-sizing: content-box;
  }
  
  .hlj-logo img{ 
    z-index: 100;
    max-height: 100px;
    }
  /* .header-row-2-middle {
      width: 100%;
  
      max-width: 1232px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      padding: 0 5px 0 20px;
    }
    .header-row-2-middle p{
      white-space: nowrap;
    } */
  /* .header-row-2-middle textarea {
      width: 90%;
      height: 33px;
      padding: 0;
    } */
    
  .search-bar{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .cart_list_wrapper{
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .search-bar textarea {
    width: 100%;
  }
  .search-bar > form {
    width: 100%;
  }
  .icon-search1:before {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background: #4d4d4d;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .cart_list {
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #fff;
    box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
    border-radius: 20px;
  }
  
  .badge {
    width: 14px;
    height: 14px !important;
    position: absolute;
    background: rgb(233, 28, 36);
    color: white;
    border-radius: 20px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center !important;
    top: 2px;
    right: 54px;
    margin-right: 4px;
    padding: 0 !important;
  }
  .cart_list > div {
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* border: 1px solid #fff; */
    border-radius: 20px;
    cursor: pointer;
  }
  
  .cart_list span:nth-child(1) {
    padding-top: 1px;
    padding-right: 2px;
    align-items: center;
  }
  
  .cart_list span:nth-child(2) {
    height: 13px;
    /* padding: 2.5px; */
    align-items: center;
  }
  
  #cart {
    background: #fff;
    color: #4d4d4d;
    padding: 20px;
    width: 460px;
    border-radius: 10px;
    right: 10px;
    top: 60px;
    position: absolute;
    z-index: 2;
    border: solid;
    font-family: 'Montserrat-Regular','Helvetica Neue',Helvetica,Arial,sans-serif !important;
  }
  
  #cart img {
    width: 100px;
  }
  
  #category-menu-dropdown {
    background: #f0f0f0;
    top: 88px;
    left: 0px;
    position: absolute;
    z-index: 102;
  }
  #cart .blue-button-cart {
    width: 100%;
  }
  /* .content-block {
    margin-bottom: 20px;
  } */
  
  .category-menu {
    border-radius: 0 10px 10px 0;
    border: solid #4d4d4d;
  }
  
  .category-menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
  }
  
  .header .menu-title#category-menu p {
    margin: 0;
    white-space: nowrap;
  }
  
  .cart-title {
    font-weight: 700;
    text-align: center;
  }
  .item-sum {
    display: flex;
    justify-content: space-between;
  }
  .recetly-added {
    margin-top: 4px;
  }
  .prc-qty {
    margin-top: 8px;
  }
  .prc-qty p span {
    margin-right: 8px;
  }
  .icon-close {
    /* position: absolute; */
    cursor: pointer;
    /* top: 8px;
    right: 8px; */
  }
  .red {
    color: rgb(233, 28, 36);
  }
  
  .navi-menu ul{
    display: flex;
    align-items: center;
    padding: 6px 0 6px 24px;
  }
  
  .navi-menu ul li{
    display: flex;
    align-items: center;
    margin-right: 24px;
  }
  .item-delete {
    margin-left: -5px;
  }
  
  .left-bar {
    background: #f0f0f0;
    border-radius: 0 10px 10px 0;
    border: solid #4d4d4d;
  }
  .ui-widget .ui-widget-content {
    background: #f0f0f0;
    width: 210px;
  }
  .nav {
    width: 210px;
    background: #f0f0f0;
  }
  .mark {
    position: absolute;
    left: 180px;
  }
  .ui-icon,
  .ui-widget-content .ui-icon {
    background-image: initial;
  }
  .ui-widget.ui-widget-content {
    border: none;
  }
  
  .icon-shopping-cart:before {
    font-size: 2.0rem;
  }
  
  .icon-shopping-cart {
    position: relative;
  }
  .sub.ui-menu.ui-widget.ui-widget-content.ui-front {
    border: 1px solid #c5c5c5;
  }
  
  .icon-mail{
    margin-right: 8px;
    font-size: 2rem;
  }
  
  .ui-menu-item:hover {
    background-color: #0066C7;
    color: #ffffff;
    font-size: medium;
  }
  
  .icon-person_outline{
    margin-right: 8px;
    font-size: 2.6rem;
  }
  
  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active,
  a.ui-button:active,
  .ui-button:active,
  .ui-button.ui-state-active:hover {
    border: none;
    background: initial;
    font-weight: normal;
    color: #979797;
    width: 100%;
  }
  
  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active,
  a.ui-button:active,
  .ui-button:active,
  .ui-button.ui-state-active:hover a {
    border: none;
    background: initial;
    font-weight: normal;
    color: #979797;
    width: 100%;
  }
  .ui-state-active a,
  .ui-state-active a:link,
  .ui-state-active a:visited {
    color: #979797;
    text-decoration: none;
  }
  .ui-menu-item:not(:last-child) {
    border-bottom: 3px solid #d2d2d2;
  }
  
  .ui-menu-item li {
    transition: 0.2s;
    background: #ffffff;
  }
  .ui-menu-item li:hover {
    color: #ffffff;
    background: #0066C7;
  }
  .ul-menu-item li a {
    border: none;
  }
  .ui-menu-item li:hover a {
    border: none;
    color: #fff;
  }
  
  .scroller {
    background: #fff;
    border: none;
    height: 300px;
    /* 追加 start */
    margin: 5px;
    overflow-y: scroll;
    /* 追加 end */
  }
  /* .item{
      border: 1px solid #f0f0f0;
      padding: 20px;
      display: flex;
    } */
  .cart-item {
    border: 1px solid #f0f0f0;
    padding: 20px;
    display: flex;
    /* 追加 start */
    margin: 3px;
    /* 追加 end */
  }
  .item .left {
    border: none;
    /* 追加 start */
    display: inline-block;
    width: 40%;
    vertical-align: top;
    /* 追加 end */
  }
  .cart-item .left {
    border: none;
    /* 追加 start */
    display: inline-block;
    width: 40%;
    vertical-align: top;
    /* 追加 end */
  }
  .right {
    width: 100%;
    /* 追加 start */
    display: inline-block;
    /* 追加 end */
  }
  .right p {
    white-space: initial;
    margin-left: 15px;
  }
  
  .header-content:nth-child(-n + 3) {
    background: #034277;
  }
  
  .title_mobile {
    margin: 0 auto 0 0;
  }
  
  #category-menu-point-back-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.5;
    z-index: 101;
    display: none;
  }
  .cart-item .icon-close:before {
    display: inline-block;
    margin: 0 0 0 auto;
  }
  .cart-item .icon-close {
    display: inline-block;
    margin-left:60px;
  }
  .field.status {
    margin-left: 10px;
    margin-bottom: 5px;
    display: inline-block;
    width: 140px;
  }
/* #accountorlogin {
    min-width: 60px;
  } */
  
  @media only screen and (max-width: 1846px) {
    .carousel img,
    .main-row-2,
    .main-row-3 {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 1700px) {
    /* .navi {
      min-width: min-content;
      padding-left: 20px;
    } */
    /* #accountorlogin {
      min-width: 60px;
    } */
  }
  
  @media only screen and (max-width: 1520px) {
    /* .navi {
      padding-left: 20px;
      width: 36%;
    } */
    /* .header-panel-right {
      padding-right: 20px;
      flex: 1 1 0;
    } */
    /* .social-media {
      position: relative;
      z-index: 100;
    } */
    /* .cart_list {
      padding-right: 10px;
    } */
    .cart_list > div {
      padding: 0;
    }
    
    .navi-menu ul{
      display: flex;
      align-items: center;
    }
  }
  @media only screen and (max-width: 1400px) {
    .contents {
      margin: 0;
      justify-content: flex-start;
    }
  }
  @media only screen and (max-width: 1400px) {
    .header-row-1 {
      padding: 0 10px;
    }
    .header-row-2 {
      padding: 10px 10px;
    }
    .header-row-2-middle p {
      margin-left: 10px;
      display: flex;
    }
    /* .search-bar {
        width: 100%;
      } */
  }
  @media only screen and (min-width: 768px) {
    img.carousel-PC {
      display: block;
    }
    img.carousel-mobile {
      display: none;
    }
    img.banner-PC {
      display: block;
    }
    img.banner-mobile {
      display: none;
    }
  }
  @media only screen and (max-width: 768px) {
    .header {
      min-width: 0;
    }
    #recently-added {
      font-size: 16px;
    }
    #cart-text {
      font-weight: 100;
      padding-right: 2px;
      display: none;
    }
    
    #cart-sum-price {
      display: none;
    }
    #social-media_search_bar {
      background: #000;
    }
    .cart_list_button {
      font-size: 16px;
      font-weight: bold;
    }
    .cart_list_wrapper{
      width: 100px;
      order: 3;
      background-color: #034277;
      padding-right: 2px;
    }
    .cart_list_wrapper{
      width: 80px;
      padding-right: 16px;
    }
    .navi-menu{
      display: none;
    }
    .cart_list span {
      white-space: nowrap;
    }
  
    .header-row-1 {
      padding: 4px 40px;
      min-width: 0;
      flex-wrap: wrap;
      justify-content: center;
    }
    .header-row-2 {
      flex-direction: column;
      padding: 10px 0;
    }
    /* .search-bar{
            order: 1;
            width: 90%;
    min-width: 0;
    position: initial;
  
  
        } */
  
    .header-row-1 ul {
      margin-bottom: 10px;
    }
    .header-row-1 ul:nth-of-type(3) {
      margin-bottom: 0;
    }
    .header-row-1 ul li {
      margin: 0;
    }
    .cart_list > div {
      border: none;
      width: 50px;
      height: initial;
    }
    .header-row-2-middle {
      position: initial;
      min-width: initial;
      max-width: initial;
    }
    .header-row-2-middle textarea {
      width: 100%;
    }
    .header-row-2-middle p {
      order: 2;
      margin-left: 10px;
    }
    .search-bar {
      position: relative;
      order: 1;
    }
    .icon-search1:before {
      position: absolute;
    }
    
    .icon-search1:before{
      right: 24px;
    }
    #cart {
      background: #fff;
      padding: 20px;
      max-width: 300px;
      border-radius: 10px;
      right: 10px;
      top: 99px;
    }
    .menu-title {
      order: 2;
    }
  
    .icons.wrapper {
      display: flex;
      flex-wrap: wrap;
    }
    .icons.wrapper img {
      max-height: 70px;
      height: initial;
      width: auto;
    }
    .copyrights {
      flex-direction: column;
      text-align: center;
    }
  
    /* .navi {
      display: none;
    } */
  
    /* .header-row-1 ul{
    margin-bottom: 10px;
    }
    .header-row-1 ul:nth-of-type(3){
    margin-bottom: 0;
    }
    .header-row-1 ul li{
      margin: 0;
    } */
  
    .header .social-media {
     order: 5;
      width: calc(100% - 150px);
      justify-content: center;
      padding-right: 10px;
      padding-left: 40px;
      box-sizing: border-box;
      background: #000;
    }
    .header-panel-right li span .icon-person_outlined {
      display: none;
    }
    
    .header-panel-right {
      padding-right: 0;
      width: calc(100% - 240px);
      justify-content: flex-end;
      padding-left: 10px;
    }
    .title_mobile {
      display: block;
      font-weight: 700;
    }
    
    #cart-badge {
      font-size: 1rem;
    }
    /* .cart_list {
      order: 4;
      background-color: #034277;
      padding: 5px 5px 5px 0;
      justify-content: center;
    } */
    .header-login {
      display: none;
    }
    
    /* .social-media {
      width: 380px;
      padding-right: 30px;
      flex-grow: 1;
    } */
    /* .social-media {
      width: calc(100% - 100px) !important;
    } */
    .social-media li img {
      height: 22px;
      width: auto;
      padding: 0 8px 2 8px;
    }
    
    .hlj-logo {
      background: #034277;
      position: relative;
      padding: 8px 0;
      max-height: 50px;
    }
    
    .hlj-logo img {
      position: relative;
      top: initial;
      right: initial;
      transform: initial;
    }
  
    ul.header-panel-right li:nth-of-type(1),
    ul.header-panel-right li:nth-of-type(2) {
      padding: 0;
    }
    ul.header-panel-right li:nth-of-type(1) {
      border: none;
    }
    .header-panel-right li:nth-of-type(2) {
      border-right: none;
    }
  
    .search-bar {
      min-width: 0;
      position: initial;
      /* margin: 0 10px 0 auto; */
      width: 100%;
      position: relative;
    }
    
    .menu-title {
      order: 3;
      padding: 10px;
      /* width: initial; */
      align-items: center;
      width: 150px;
    }
    .menu-title p {
      margin-bottom: 0;
    }
    
    .cart_list {
      box-shadow: none;
      width: 50px;
      padding: 5px 5px 5px 0;
    }
    .cart_list input {
      background-color: #ffffff;
      width: 50px;
    }
    
    .cart-item .icon-close {
      display: inline-block;
      margin-left:10px;
    }
    .field.status {
      width: 110px;
    }
    #category-menu-dropdown {
      top: 114px;
    }
    
    .header #cart_list {
      border: none;
      min-width: 50px;
      height: initial;
    }
    
    /* .cart_list span:nth-child(2) {
      top: 0;
    } */
    .right p {
      font-size: 1.2rem;
    }
    #cart img {
      width: 100%;
    }
    .cart-item {
      padding: 10px;
    }
    .cart_list .item-sum {
      margin: 10px 0 15px 0;
    }
    
    .cart_list span:nth-child(1) {
      font-size: 16px;
      height: initial;
    }
    .cart-title {
      font-size: 16px;
    }
    .header #logined_logo::before {
      color: #fff;
      font-size: 3.5rem;
    }
    .icon-shopping-cart:before {
      font-size: 33px;
    }
    
    .badge{
      left: 30px;
    }
    /* .badge {
      width: 18px;
      height: 18px !important;
    } */
    
    .cart_list > div {
      box-shadow:none;
      padding: 5px 5px 5px 0;
    }

    .ui-menu-item:hover a {
      color: #fff !important;
    } 

    .ui-menu-item a:hover {
      /* border: 1px solid #f0f0f0 !important; */
      background: #000 !important;
      font-size: medium;
      color: #979797 !important;
    }

  }
  @media only screen and (max-width: 500px) {
    
    /* .social-media {
      display: none;
    } */
    /* .header-panel-right {
      flex: 1 1 40%; 
      min-width: 240px; */
  }
  
  @media only screen and (max-width: 480px) {
  
    .header-panel-right {
      width: calc(100% - 220px);
    }
    .badge {
      left: 31px;
    }
    #cart-text {
      padding-right: 4px;
    }
    .cart_list_wrapper {
      width: 68px;
    }
    
    .hlj-logo {
      width: 40px;
    }
    .hlj-logo img {
      width: 40px;
      padding: 0;
      max-height: 30px;
    }
    
    .header .social-media{
      padding: 10px 0;
    }
    .menu-title {
      font-size: 1.2rem;
    }
    
    .menu-title p {
      font-size: 1.1rem;
    }
  
    #category-menu-dropdown {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 102;
    }
  
    .left-bar {
      border: none !important;
      border-radius: 0;
    }
  
    .navi {
      width: 220px;
      font-size: 1.1rem;
    }
    .nav {
      width: 260px;
    }
  
    .mark {
      left: 220px;
    }
  
    #cart img {
      width: 100%;
    }
    .cart-item .right {
      font-size: 1.2rem;
    }
    .cart_list > div {
      padding-left: 2px;
    }
    .cart_list_wrapper{
      padding-right: 3px;
    }
    #logined_logo::before {
      padding-right: 0;
    }
    .icon-shopping-cart:before {
      padding-left: 0;
    }
  }
  
  /* galaxy fold */
  @media only screen and (max-width: 373px) {
    .social-media li {
      margin-right: 0;
      padding: 8px;
    }
  
    .menu-title {
      font-size: 1rem;
    }
  }
  @media only screen and (max-width: 322px) {
    
    .header-content {
      flex: 1 1 40%;
    }
    
    /* .header-panel-right {
      min-width: 144px;
    } */
    #search {
      min-width: calc(100vw - 150px);
    }
  }
  @media only screen and (max-width: 366px) {
    #menu-arrow {
      display: none;
    }
    #cart {
      max-width: 90vw;
      position: absolute;
      top: 99px;
      right: 15px;
    }
    #cart {
      max-width: 90vw;
    }
  }
  @media only screen and (max-width: 366px) {
    .title_mobile {
      white-space: nowrap;
    }
    .navi {
      padding-right: 0;
    }
  
  }
  @media only screen and (max-width: 215px) {
    #cart {
        top: 133px;
  }
}
/* ---  ハンバーガーメニュー --- */

.menu-btn {
  position: fixed;
  top: 62px;
  left: 15px;
  display: flex;
  height: 20px;
  width: 20px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  transition: 1s;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 15px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: 0.4s;
}

.menu-btn span:before {
  bottom: 6px;
}

.menu-btn span:after {
  top: 6px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

@media only screen and (max-width: 768px){
.menu-btn {
  position: fixed;
  top: 60px;
  left: 0px;
  display: flex;
  height: 60px;
  width: 60px;
  padding-right: 70px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  transition: 1s;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: 0.4s;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#category-menu-dropdown {
  background: #000;
  position: initial;
}

.header .menu-title#category-menu p {
  margin-left: 50px;
}
.mark {
  left: 220px;
}

.left-bar {
  border: none;
}

#menu {
  border: none;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
background: #000;
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #000;
  transition: all 0.5s;/*アニメーション設定*/
}



#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

.menu-title .mobile-hidden{
  display: inline-block;
}

.menu-title .PC-hidden{
  display: none;
}

.menu-title .PC-hidden{
  display: block;
}

.menu-title .mobile-hidden{
  margin-left: 50px;
}

.hidden-part{
  display: none;
}

.nav{
   width:initial; 
   color: #fff;
   background: #000;
}

.menu-content ul li{
  border-color: #fff;
}

.menu-content ul{
    padding: 120px 10px 0;
}

.header .social-media{
  padding-left: 0;
}
}

@media only screen and (max-width: 480px){

  .menu-btn{
      top: 54px;
    }
}

#onSearchRecommendation {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    background: white;
    color: black;
    z-index: 101;
    padding: 5px;
    border-radius: 5px;
    filter: drop-shadow(0 0 0.75rem #00000050);
}

#onSearchRecommendation a {
    color: inherit;
    margin: 0 0 5px 0;
    font-size: 16px;
}

#onSearchRecommendation li {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
}

#onSearchRecommendation li:hover {
    background: lightgray;
}

#onSearchRecommendationBackground {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.5;
    z-index: 100;
    display: none;
}

@media screen and (max-width: 600) {
    #onSearchRecommendation a {
        font-size: 20px;
    }
}