/* 共通パーツ

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

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
  }
  /* 2021-11-24 */
  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;
  }
  .button {
    background-image: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
  
    font-weight: 700;
    padding: 16px;
    font-size: 1.3rem;
    box-sizing: border-box;
    vertical-align: middle;
    font-weight: 700;
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 15%), 0 2px 4px 0 rgb(0 0 0 / 15%);
    border-radius: 4px;
    width: 100%;
    text-align: center;
  }
  .button.blue-button a {
    color: #fff;
  }
  .blue-button {
    background: #0066c8;
    border: 1px solid #0066c8;
  }
  .grey {
    color: #979797;
  }
  
  /* ヘッダー
  
  ====================================================*/
  
  .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;
  }
  /* 2021-11-24 */
  /* .header #cart_list {
    min-width: fit-content;
  } */
  .icon-envelop {
    margin-right: 8px;
    font-size: 2.5rem;
  }
  /* 2021-11-24 */
  .icon-mail{
    margin-right: 8px;
    font-size: 2rem;
  }
  .navi li:hover {
    background: #fff;
    color: #034277;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
  }
  .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;
  }
  /* 2021-11-24 */
  /* span#cart_icon {
    height: 10px;
  } */
  /* 2021-11-24 */
  .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;
  }
  #cart-text {
    padding: 1px 6px;
    font-size: 1.3rem;
    width: 40px !important;
    height: 21px;
  }
  .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;
  }
  
  .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;
  }
  /* 2021-11-24 */
  .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;
  }
  /* 2021-11-24 */
  .header #logined_logo::before {
    color: #fff;
    font-size: 2.6rem;
  }
  /*
  .header-row-1 ul.social-media li{
  
  margin-right: 5px;
  
  }
  
  .header-row-1 ul.social-media li img{
    height: 16px;
    width: auto;
  } */
  /* 2021-11-24 */
  .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;
  }
  /* 2021-11-24 */
  .input-search {
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    padding: 1px 10px;
    font-size: 15px;
  }
  
  /* .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;
  }
  
  /* ---  ヘッダー　下段--- */
  /*
  .header-row-2 {
  width: 100%;
   max-width: 1832px;
  margin: 0 auto;
  padding: 10px 300px 10px 0;
  box-sizing: border-box;
  } */
  /* 2021-11-24 */
  .menu-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 calc(1em + 5px + 20px) ;
  }
  /* 2021-11-24 */
  .hlj-logo {
    position: relative;
    width: 48px;
    margin-right: 8px;
    padding: 4px 0;
    box-sizing: content-box;
  }
  /* 2021-11-24 */
  .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;
  } */
  /* 2021-11-24 */
  .search-bar {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #034277;
  }
  .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;
  }
  /* 2021-11-24 */
  .cart_list_wrapper{
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  /* 2021-11-24 */
  .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;
  }
  /* 2021-11-24 */
  .icon-shopping-cart{
    position: relative;
  }
  /* 2021-11-24 */
  .cart_list > div {
    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;
    cursor: pointer;
  }
  /* 2021-11-24 */
  .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;
  }
  /* 2021-11-24 */
  .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 {
    background: #fff;
    color: #4d4d4d;
    padding: 20px;
    width: 460px;
    border-radius: 10px;
    right: 10px;
    top: 60px;
    position: absolute;
    z-index: 2;
    border: solid;
  }
  #cart img {
    width: 100px;
  }
  
  #home-category-menu-dropdown {
    background: #000;
    position: fixed;
    z-index: 102;
    width: 100%;
  }
  
  .scroller {
    background: #fff;
    border: none;
    height: 300px;
  
    /* 追加 start */
    margin: 5px;
    overflow-y: scroll;
    /* 追加 end */
  }
  .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 .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;
  }
  .cart-item {
    border: 1px solid #f0f0f0;
    padding: 20px;
    display: flex;
    /* 追加 start */
    margin: 3px;
    /* 追加 end */
  }
  .cart-item .left {
    border: none;
    /* 追加 start */
    display: inline-block;
    width: 40%;
    vertical-align: top;
    /* 追加 end */
  }
  .right {
    width: 100%;
    /* 追加 start */
    display: inline-block;
    /* 追加 end */
  }
  /* 2021-11-24 */
  .icon-person_outline{
    margin-right: 8px;
    font-size: 2.6rem;
  }
  .right p {
    white-space: initial;
    margin-left: 15px;
  }
  
  .header-content:nth-child(-n + 3) {
    background: #034277;
  }
  
  .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 {
    cursor: pointer;
    margin-left: -5px;
  }
  .red {
    color: rgb(233, 28, 36);
  }
  /* 2021-11-24 */
  .navi-menu ul{
    display: flex;
    align-items: center;
    padding: 6px 0 6px 24px;
  }
  /* 2021-11-24 */
  .navi-menu ul li{
    display: flex;
    align-items: center;
    margin-right: 24px;
  }
  /* 2021-11-24 */
  .icon-person_outline{
    margin-right: 8px;
    font-size: 2.6rem;
  }
  
  /* コンテンツ
  
  ====================================================*/
  
  .contents {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* min-width: 1046px; */
    /* max-width: 1832px; */
    margin: 0 auto;
  }
  .content-block {
    margin-bottom: 20px;
    background: #f0f0f0;
  }
  
  .content-block-item {
    margin-bottom: 5px;
  }
  
  /* ---  メインコンテンツ  --- */
  
  .category-menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 10px 5px !important;*/
  }
  .main-contents {
    width: calc(100% - 526px);
    margin-top: 10px;
  }
  .main-row-1 {
    text-align: center;
  }
  
  .carousel img {
    margin: 0 auto;
  }
  
  .main-row-2,
  .main-row-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    margin-bottom: 20px;
  }
  .main-row-2,
  .main-row-3 {
    margin: 10px auto;
  }
  .main-row-2 img {
    display: block;
  }
  
  .button-bg {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
  }
  .button-bg a {
    display: flex;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .bg-blue,
  .bg-green {
    /* transform: skewX(-15deg); */
  
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    /* background: linear-gradient(135deg, #03a9f8, #0f6bd0 20% 100%); */
  
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
  
    /*アニメーションの指定*/
    transition: background 0.2s ease-out;
  }
  .bg-blue.hover,
  .bg-green.hover {
    background: #fff;
  }
  /* 2021-11-24 */
  /* #accountorlogin {
    min-width: 60px;
  } */
  
  .bg-blue {
    background: linear-gradient(
      135deg,
      #0f6bd0 36%,
      #03a9f8 48%,
      #03a9f9 53%,
      #0f6bd0 69%
    );
    background-position: 1% 50%;
    background-size: 200% auto;
    transform: scale(-1, -1);
  }
  .bg-green {
    background: linear-gradient(
      135deg,
      #038916 36%,
      #00b50e 48%,
      #00b50e 53%,
      #038916 69%
    );
    background-position: 1% 50%;
    background-size: 200% auto;
    transform: scale(-1, -1);
  }
  .bg-blue.hover,
  .bg-green.hover {
    position: absolute;
    top: 0;
    left: 0;
  }
  /*hoverした際の、背景の場所とテキスト色の変更*/
  .button-bg:hover .bg-blue,
  .button-bg:hover .bg-green {
    color: #fff;
    background-position: 99% 50%;
  }
  .icomoon {
    margin-left: 8px;
  }
  
  /* ---  ランキング --- */
  /* .ranking-title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-auto-rows: 50px;
  }
  .ranking-title h3{
    margin-bottom: 0;
    display: flex;
  align-items: center;
  }
  .ranking-title img {
    display: block;
    margin: 0 auto;
    height: 100%;
    width: auto;
  }
  .ranking-blocks {
    display: flex;
    flex-wrap: wrap;
  }
  .ranking-block {
    width: calc(16.66% - 4px);
    background: #fff;
    text-align: center;
    padding: 4px;
    margin-right: 4px;
  }
  .ranking-block:nth-of-type(6n) {
    margin-right: 0;
  }
  .ranking-block a {
    margin-bottom: 5px;
  }
  .ranking-block img {
    height: 50px;
    width: auto;
    margin: 0 auto;
  }
  .ranking-block a img{
      width: 100%;
      height: auto;
      margin-bottom: 10px;
  }
  .ranking-navi {
    text-align: center;
  }
   */
  /* ---  アイテムウィジェット--- */
  
  .widget h3 {
    text-align: center;
  }
  .widget-blocks {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
  }
  .widget-block {
    /* width: calc(16.66% - 4px); */
    width: 160px;
    background: #fff;
    margin-right: 4px;
    margin-bottom: 4px;
    /* padding: 4px; */
    box-sizing: border-box;
  }
  .widget-block a,
  .widget-block img,
  .widget-block p,
  .widget-block div {
    margin-bottom: 5px;
  }
  
  /* .widget-block:nth-of-type(6n) {
    margin-right: 0;
  } */
  .release {
    color: #fff;
    height: 24px;
    border-radius: 2px;
    width: 105px;
    background-color: #0066c8;
    margin: 6px 6px 6px 4px;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
  }
  .product-item-name {
    -webkit-hyphens: auto;
    display: block;
    hyphens: auto;
    margin: 8px 0 0 4px;
    word-wrap: break-word;
    height: 35px;
    overflow: hidden;
  
    font-style: normal;
    font-weight: 700;
    line-height: 1.42857143;
    font-size: 1.3rem;
  }
  
  .product-item-name a {
    color: #4d4d4d;
  }
  /* ---  サイドバー   --- */
  
  .left-bar {
    max-width: 263px;
    min-width: 263px;
    padding: 0 26px 20px;
    margin-top: 10px;
  }
  .right-bar {
    max-width: 263px;
    min-width: 263px;
    padding: 0 26px 20px;
    margin-top: 10px;
    right: 0;
  }
  
  /* ---  左サイドバー   --- */
  
  .calendar {
    margin: 0 auto;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .calendar.content-block img {
    margin-bottom: 8px;
  }
  /*
  .calendar p {
  text-align: center;
  }
  .calendar p:nth-of-type(1) {
  margin-bottom: 10px;
  font-size: 1.6rem;
  }
  .calendar p:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 40px;
  }
  .calendar p:nth-of-type(3) {
  text-align: left;
  background: #fff;
  padding: 10px;
  }
  .weekdays {
  display: flex;
  }
  .weekdays li {
  width: 14.2857142857%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: #fff solid 1px;
  box-sizing: border-box;
  border-bottom: none;
  }
  .weekdays li {
  background: #808080;
  color: #fff;
  }
  .weekdays li:nth-of-type(1) {
  background: #bc3633;
  }
  .weekdays li:nth-of-type(7) {
  background: #3a70ca;
  }
  .days {
  display: flex;
  flex-wrap: wrap;
  }
  .days li {
  width: 14.2857142857%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  outline: #4d4d4d solid 1px;
  box-sizing: border-box;
  }
  .days li:nth-of-type(1),
  .days li:nth-of-type(7n + 1) {
  background: #f6cece;
  color: #bc3633;
  } */
  
  /* .ui-menu-item{
  box-sizing: border-box;
  border: none;
  }
  .ui-state-active, .ui-widget-content .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
  background: none;
  color: #979797;
  border: none;
  
  } */
  .ui-menu .ui-menu {
    width: 300px;
  }
  
  .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 !important;
    color: #000;
    background: initial;
    font-weight: normal;
    width: 100%;
  }
  .ui-menu-item-wrapper .ui-state-active span {
    display: block;
    border-bottom: 2px solid #4d4d4d;
  }
  .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 !important;
    background: initial;
    font-weight: normal;
    width: 100%;
  }
  .ui-state-active a,
  .ui-state-active a:link,
  .ui-state-active a:visited {
    color: white !important;
    text-decoration: none;
  }
  
  /* 追加 start */
  .contents .left-bar #menu {
    background-color: #f0f0f0;
    border: none;
  }
  
  .ui-menu a.ui-menu-item-wrapper {
    position: relative;
    /*padding: 3px 1em 3px 0.4em;*/
    padding: 10px 5px !important;
    width: 100%;
  }
  
  .ui-menu-item .ui-state-active {
      background: #000;
      color: #fff!important;
  }
  
  .mark {
    position: absolute;
    right: 8px;
  }
  .ui-widget.ui-widget-content {
    border: none;
  }
  /* 追加 end */
  
  .ui-button.ui-state-active:hover span {
    border-bottom: 2px solid #4d4d4d;
  }
  
  .ui-menu-item {
    cursor: default !important;
  }
  
  .ui-state-active {
    color: #979797 !important;
  }
  
  .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;
  }
  
  .ui-icon,
  .ui-widget-content .ui-icon {
    background-image: initial;
  }
  
  .social-media-left p {
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  
  .follow-us {
    background: #fff;
    padding: 16px 24px;
  }
  .follow-us .icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
    margin-top: 12px;
  }
  /* ---  右サイドバー   --- */
  .right-bar {
    background: #f0f0f0;
  }
  .right-bar a {
    display: block;
  }
  
  /* フッター
  
  ====================================================*/
  
  .footer {
    background: #093958;
  }
  .footer p {
    margin-bottom: 1.6rem;
  }
  .footer a,
  .footer span,
  .footer p {
    color: #fff;
  }
  
  .footer.main {
    display: flex;
    justify-content: center;
    padding: 20px;
  }
  
  .footer-block {
    position: relative;
    padding: 0 56px 0 0;
    margin-right: 56px;
    border-right: 1px solid #979797;
    outline: none;
  }
  
  .footer-block-nohover {
    position: relative;
    padding: 0 56px 0 0;
    margin-right: 56px;
    border-right: 1px solid #979797;
    outline: none;
  }
  
  .footer-block:nth-of-type(3) {
    border-right: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-block-nohover:nth-of-type(3) {
    border-right: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-block ul li {
    margin: 0 0 16px;
  }
  
  .footer-block-nohover ul li {
    margin: 0 0 16px;
  }
  .footer-title {
    padding: 0 0 16px;
    display: block;
    font-weight: 700;
  }
  
  .footer .social-media {
    display: flex;
    justify-content: center;
    width: initial;
  }
  .footer .social-media li a img {
    height: 16px;
    width: auto;
    max-height: 30px;
  }
  .footer .social-media li {
    padding: 2px 5px;
    margin-right: 5px;
    margin-top: 10px;
  }
  
  .footer.bottom {
    background: #fff;
    padding: 10px;
  }
  .icons.wrapper {
    display: flex;
    justify-content: center;
  }
  .icons.wrapper img {
    height: 40px;
    width: auto;
  }
  
  .footer .copyrights span,
  .footer .copyrights {
    color: rgb(77, 77, 77);
  }
  .copyrights {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 32px auto 16px;
  }
 .action.primary {
  background-image: none;
  background: #0066c8;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-family: 'Montserrat-Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  padding: 16px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 700;
  box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 15%), 0 2px 4px 0 rgb(0 0 0 / 15%);
  border-radius: 4px;
  width: 100%;
 }

 /* logos */
  .logos{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .logos a{
  width:80%;
  height: 100%;
  max-width: 360px;
  margin-bottom: 16px;
  }
  .logos a:nth-of-type(1){
  
  }
  
  .newsletter {
    padding: 16px 0;
    border-bottom: #979797 1px solid;
  }
  .release.green {
    background: #267536;
  }
  .release.orange {
    background: #f53d19;
  }
  .release.sale {
    background: rgb(233, 28, 36);
  }
  .release.blue {
    background: #1075bc;
  }
  .copyrights p {
    color: #4d4d4d;
    text-align: center;
  }
  @font-face {
    font-family: "icomoon";
    src: url("../eot/icomoon380d.eot");
    src: url("../eot/icomoon380d.eot#iefix")
        format("embedded-opentype"),
      url("../ttf/icomoon380d.ttf") format("truetype"),
      url("../woff/icomoon380d.woff") format("woff"),
      url("../svg/icomoon380d.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"],
  [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-keyboard_arrow_down:before {
    content: "\e905";
  }
  /* 2021-11-24 */
  .icon-shopping-cart:before {
    font-size: 2rem;
    content: "\e900";
  }
  .icon-heart:before {
    content: "\e902";
  }
  .icon-user:before {
    content: "\e901";
  }
  .icon-heart1:before {
    content: "\e904";
  }
  .icon-search1:before {
    content: "\e903";
  }
  .icon-envelop:before {
    content: "\e945";
  }
  .icon-mail:before {
    content: "\e90a";
  }
  .icon-star-full:before {
    content: "\e9d9";
  }
  .icon-share:before {
    content: "\ea82";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-facebook2:before {
    content: "\ea91";
  }
  .icon-instagram:before {
    content: "\ea92";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
  .icon-youtube2:before {
    content: "\ea9e";
  }
  .icon-tumblr:before {
    content: "\eab9";
  }
  .icon-pinterest2:before {
    content: "\ead2";
  }

  .my-slider div.content-block-item:not(:first-child) {
    display: none;
  }
  
  .my-slider.slick-slider div.content-block-item{
    display: block;
  }
  
  .slick-slide {
    margin-right: 8px;
    margin-left: 8px;
  }
  /* 2021-11-24 */
  .title_mobile {
    margin: 0 auto 0 0;
  }
  
  /* モバイル
  
  ====================================================*/
  /* @media only screen and (min-width: 768px){
  .ranking-block, .widget-block{
    width: calc(33.3333333% - 4px);
  }
  
  }
  @media only screen and (min-width: 1232px){
  .ranking-block, .widget-block{
    width: calc(25% - 4px);
  }
  
  }
  
  
  @media only screen and (min-width: 1400px){
  .ranking-block, .widget-block{
    width: calc(20% - 4px);
  }
  
  }
  @media only screen and (min-width: 1600px){
  .ranking-block, .widget-block{
    width: calc(16.66% - 4px);
  }
  
  }
  
  
  @media only screen and (min-width: 1832px){
  .ranking-block, .widget-block{
    width: calc(14.2857142857% - 4px) ;
  }
  }
  
  
  @media only screen and (min-width: 2300px){
  .ranking-block, .widget-block{
    width: calc(12.5% - 4px);
  }
  } */
  
  #home-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;
  }
  
  .footer-block a span:last-child {
    display: none;
  }
  
  @media only screen and (max-width: 1846px) {
    .carousel img,
    .main-row-2,
    .main-row-3 {
      width: 100%;
    }
  
    @media only screen and (max-width: 1172px) {
      .widget-blocks {
        display: grid;
        grid-template-columns: auto auto;
      }
    }
  
    @media only screen and (max-width: 768px) {
      .widget-blocks {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        justify-content: center;
      }
      .main-contents {
        width: 100%;
        margin-top: 10px;
      }
    }
  
    @media only screen and (min-width: 768px) and (max-width: 1046px) {
      .main-contents {
        margin-top: 10px;
      }
      .right-bar {
        position: absolute;
        right: 0;
      }
    }
  }
  /* 2021-11-24 */
  /* @media only screen and (max-width: 1700px) {
    .navi {
      min-width: min-content;
      padding-left: 20px;
    }
    .header-panel-right {
      min-width: min-content;
      padding-right: 20px !important;
      flex: 1 1 20%;
    }
    #accountorlogin {
      min-width: 60px;
    }
  } */
  @media only screen and (max-width: 1520px) {
    /* 2021-11-24 */
    /* .navi {
      padding-left: 20px;
      width: 36%;
    } */
    /* 2021-11-24 */
    .navi-menu ul{
      display: flex;
      align-items: center;
    }
    /* 2021-11-24 */
    .navi-menu ul li{
      display: flex;
      align-items: center;
    }
    /* 2021-11-24 */
    .search-bar{
      position: relative;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    /* 2021-11-24 */
    /* .cart_list {
      padding-right: 10px;
    } */
    .cart_list > div {
      padding: 0;
    }
    /* 2021-11-24 */
    .right-bar, .left-bar{
      padding:0 26px;
    }
  }
  @media only screen and (max-width: 1400px) {
    .contents {
      margin: 0;
      justify-content: flex-start;
    }
    .button-bg a {
      font-size: 1.4vw;
    }
    .icomoon {
      margin-left: 4px;
    }
  }
  @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%;
  } */
  }
  /* 2021-11-24 */
  @media only screen and (min-width: 1294px){
    /* 2021-11-24 */
    .info{
      display: grid;
      grid-template-columns: 200px 1fr;
      position: relative;
    }
    /* 2021-11-24 */
    .icon-keyboard_arrow_down{
      display: none;
    }
    /* 2021-11-24 */
    .info ul{
      padding: 0 24px;
    }
    /* 2021-11-24 */
  .info-title{
    padding: 8px;
    justify-content: center;
    margin: 8px;
    text-align: center;
  }
  /* 2021-11-24 */
  .info li.mobile-hidden{
    padding:4px 0 ;
    height: auto;
    opacity: 1;
  }
  /* 2021-11-24 */
  .info li.PC-hidden{
    padding: 0;
    height: 0;
    opacity: 0;
  }
  /* 2021-11-24 */
  .info input:checked ~ ul li.PC-hidden{
    padding: 0;
    height: 0;
    opacity: 0;
  }
  /* 2021-11-24 */
  .info li:last-of-type{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 8px  4px 0;
  }
  /* 2021-11-24 */
  .info li:nth-of-type(2){
    border: none;
  }
  }
  @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) {
    .contents {
      min-width: 100%;
    }
    #recently-added {
      font-size: 16px;
    }
    #cart-text {
      font-weight: 100;
      padding-right: 2px;
      display: none;
    }
    /* 2021-11-24 */
    .cart-title {
      font-size: 16px;
    }
    /* 2021-11-24 */
    #cart-sum-price {
      display: none;
    }
    /* 2021-11-24 */
    .cart_list_button {
      font-size: 16px;
      font-weight: bold;
    }
    /* 2021-11-24 */
    #social-media_search_bar {
      background: #000;
    }
    .page-wrapper,
    .header {
      min-width: 0;
    }
    /* 2021-11-24 */
    .navi-menu{
      display: none;
    }
    .header-row-1 {
      padding: 4px 40px;
      min-width: 0;
      flex-wrap: wrap;
      justify-content: center;
    }
    .header-row-2 {
      flex-direction: column;
      padding: 10px 0;
    }
    .cart-item .icon-close {
      display: inline-block;
      margin-left:10px;
    }
    .field.status {
      width: 110px;
    }
    .header #cart_list {
      min-width: 50px;
    }
    .icon-shopping-cart:before {
      font-size: 33px;
    }
    /* .badge {
      width: 18px;
      height: 18px !important;
    } */
    /* 2021-11-24 */
    .cart_list span:nth-child(2) {
      padding: 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;
    }
    /* 2021-11-24 */
    .hlj-logo {
      width: 48px;
    }
    .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;
    }
  
    #cart {
      background: #fff;
      padding: 20px;
      max-width: 300px;
      border-radius: 10px;
      right: 10px;
      top: 99px;
    }
    .menu-title {
      order: 2;
    }
    .carousel img,
    .main-row-2,
    .main-row-3 {
      width: 100%;
    }
  
    /* ---  バナーサイズ --- */
    img.carousel-PC {
      display: none;
    }
    img.carousel-mobile {
      display: block;
    }
    img.banner-PC {
      display: none;
    }
    img.banner-mobile {
      display: block;
    }
    .main-row-2,
    .main-row-3 {
      display: block;
    }
  
    .main-row-2 a,
    .main-row-3 a {
      display: block;
      margin-bottom: 10px;
    }
  
    .right-bar,
    .left-bar {
      display: none;
    }
    .main-contents {
      min-width: 0;
    }
    .ranking-block {
      width: calc(50% - 4px);
    }
    .widget-block {
      width: calc(50% - 4px);
    }
    .footer.main {
      flex-direction: column;
      justify-content: center;
      flex-wrap: wrap;
    }
    .footer-block {
      width: 100%;
      border: none;
      margin: 0;
      padding: 0;
      border-top: 3px solid white;
      outline: none;
    }
    .footer-block-nohover {
      width: 100%;
      border: none;
      margin: 0;
      padding: 0;
      border-top: 3px solid white;
      outline: none;
    }
    .footer-block a {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
    }
    .footer-block ul {
      display: none;
    }
    .footer-block a span:last-child {
      display: block;
    }
  
    .footer-block:focus-within {
      pointer-events: none;
    }
  
    .footer-block ul {
      pointer-events: auto;
    }
  
    .footer-block:focus-within ul {
      display: block;
      outline: none;
    }
    .footer-block:focus-within a span:last-child {
      transform: rotate(180deg);
    }
    .icons.wrapper {
      display: flex;
      flex-wrap: wrap;
    }
    .icons.wrapper img {
      max-height: 70px;
      height: initial;
      width: auto;
    }
    .copyrights {
      flex-direction: column;
      text-align: center;
    }
  /* 2021-11-24 */
    /* .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;
    } */
    /* 2021-11-24 */
    .header .social-media {
      order: 5;
      width: calc(100% - 150px);
      justify-content: center;
      padding-right: 10px;
      padding-left: 40px;
      box-sizing: border-box;
      background: #000;
    }
    /* 2021-11-24 */
    /* .header-panel-right li span .icon-person_outlined {
      display: none;
    } */
    /* 2021-11-24 */
    .header-panel-right {
      width: calc(100% - 240px);
      justify-content: flex-end;
      padding-left: 10px;
    }
  
    .header #logined_logo::before {
      color: #fff;
      font-size: 3.5rem;
    }
    /* 2021-11-24 */
    .cart_list {
      padding: 5px 5px 5px 0;
      box-shadow: none;
    }
    /* 2021-11-24 */
    /* .social-media {
      width: 380px;
      padding-right: 30px;
      flex-grow: 1;
    } */
    /* 2021-11-24 */
    /* .social-media {
      width: calc(100% - 100px) !important;
    } */
    /* 2021-11-24 */
    /* .social-media li img {
      height: 22px;
      width: auto;
      padding: 0 8px 2 8px;
    } */
    /* 2021-11-24 */
    .hlj-logo {
      background: #034277;
      position: relative;
      padding: 8px 0;
    }
    /* 2021-11-24 */
    .hlj-logo img {
      position: relative;
      top: initial;
      right: initial;
      transform: initial;
      max-height: 50px;
    }
    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;
    }
  
    .title_mobile {
      display: block;
      font-weight: 700;
    }
  
    .header-login {
      display: none;
    }
  /* 2021-11-24 */
    .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;
    } */
    /* 2021-11-24 */
    .search-bar {
      min-width: 0;
      position: initial;
      /* margin: 0 10px 0 auto; */
      width: 100%;
      position: relative;
    }
    /* 2021-11-24 */
    .icon-search1:before{
      right: 24px;
    }
    /* 2021-11-24 */
    .menu-title {
      order: 3;
      padding: 10px;
      /* width: initial; */
      align-items: center;
      width: 150px;
    }
    .menu-title p {
      margin-bottom: 0;
    }
    /* 2021-11-24 */
    .cart_list_wrapper{
      width: 100px;
      order: 3;
      background-color: #034277;
      padding-right: 2px;
      }
      /* 2021-11-24 */
    .cart_list > div {
      box-shadow:none;
      padding: 5px 5px 5px 0;
    }
    /* 2021-11-24 */
    /* .cart_list>div {
      width: auto;
    } */
    .contents .left-bar #menu {
      background-color: #f0f0f0;
    }
    #home-category-menu-dropdown {
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 102;
      max-width: none;
    }
  
    .left-bar {
      border: none !important;
      border-radius: 0;
      margin-top: 0;
      padding: 0;
      min-width: 0;
    }
  
    .nav {
      width: 260px;
    }
  
    .mark {
      left: 220px;
    }
    #home-category-menu-dropdown .content-block {
      margin-bottom: 0;
      background: #000;
    }
    .ui-menu-item:not(:last-child) {
      border-bottom: 3px solid #d2d2d2;
    }
    .button-bg a {
      font-size: 4vw;
      display: flex;
    }
    .button-bg {
      margin-bottom: 10px;
    }
    /* 2021-11-24 */
    .header-panel-right li span.no_mobile{
      display: none;
    }
    /* 2021-11-24 */
    .cart_list span:nth-child(2) {
      /* font-weight: bold; */
      font-size: 16px;
    }
    /* 2021-11-24 */
    .cart_list span {
      white-space: nowrap;
    }
    /* 2021-11-24 */
    .cart_list_wrapper{
      width: 80px;
      padding-right: 16px;
    }
    .right p {
      font-size: 1.2rem;
    }
    #cart img {
      width: 100%;
    }
    .cart-item {
      padding: 10px;
    }
    .cart_list .item-sum {
      margin: 10px 0 15px 0;
    }
    /* 2021-11-24 */
    .cart_list span:nth-child(1) {
      font-size: 16px;
      height: initial;
    }
    /* 2021-11-24 */
    .cart_list{
      border: none;
      width: 50px;
      height: initial;
    }
    /* 2021-11-24 */
    /* span#cart_icon {
      height: auto;
    } */
    /* 2021-11-24 */
    #cart-badge {
      font-size: 1rem;
    }
    /* 2021-11-24 */
    .badge{
      left: 30px;
    }
    /* 2021-11-24 */
    .header-panel-right{
      padding-right: 0;
    }
  }
  .button.blue-button a {
    border: initial;
  }
  /* 2021-11-24 */
  /* @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) {
    /* 2021-11-24 */
    .header-panel-right {
      width: calc(100% - 220px);
    } 
    .cart_list_wrapper {
      padding-right: 2px;
    }
    .cart_list_wrapper {
      width: 68px;
    }
    /* 2021-11-24 */
    /* .cart_list {
      padding: 5px 10px 5px 0;
    } */
    /* 2021-11-24 */
    .cart_list .item-sum {
      margin: 10px 0 15px 0;
    }
    /* 2021-11-24 */
    .navi{
      width: 220px;
      font-size: 1.1rem;
    }
    /* 2021-11-24 */
    .hlj-logo {
      width: 40px;
    }
    /* 2021-11-24 */
    .hlj-logo img {
      width: 40px;
      padding: 0px;
      max-height: 30px;
    }
    /* 2021-11-24 */
    .header .social-media{
      padding: 10px 0;
    }
    /* 2021-11-24 */
    /* .search-bar {
      width: 45%;
    } */
    .button-bg {
      height: 40px;
    }
    /* 2021-11-24 */
    .menu-title {
      font-size: 1.1rem;
    }
    #logined_logo::before {
      padding-right: 0;
    }
  }
  
  /* galaxy fold */
  @media only screen and (max-width: 374px) {
    .header .social-media li {
      margin-right: 0;
      padding: 8px;
    }
    /* 2021-11-24 */
    .header .menu-title {
      font-size: 1.1rem;
    }
  }
  /* 2021-11-24 */
  /* @media only screen and (max-width: 435px) {
    .header-panel-right {
      flex: 1 1 40%;
    }
  } */
  @media only screen and (max-width: 366px) {
    .header #menu-arrow {
      display: none;
    }
    #cart {
      max-width: 90vw;
      right: 15px;
    }
  }
  @media only screen and (max-width: 322px) {
    /* 2021-11-24 */
    /* .header-panel-right {
      min-width: 144px;
    } */
    /* 2021-11-24 */
    .header-content {
      flex: 1 1 40%;
    }
    #search {
      min-width: calc(100vw - 150px);
    }
    .title_mobile {
      white-space: nowrap;
    }
    .navi {
      padding-right: 0;
    }
  }
  /* 2021-11-24 */
  /* @media only screen and (max-width: 240px) {
    .header-content {
      flex: 1 1 20%;
    }
  } */
/* ---  ハンバーガーメニュー --- */

.menu-btn {
  position: fixed;
  top: 60px;
  left: 0px;
  display: flex;
  height: 60px;
  width: 60px;
  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;
}

#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: 0px 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;
}

@media only screen and (max-width: 768px){
.menu-title .PC-hidden{
  display: block;
}

.menu-btn {
  padding-right: 70px;
}

.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: 0px 10px 0;
  margin-top: 120px;
}

.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;
  }
}