body {
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Heiti SC", tahoma, arial, "Hiragino Sans GB", "\5B8B\4F53", sans-serif;
  margin: 0;
  height: 100vh;
  /* font-family: 'Noto Sans SC', sans-serif; */
  color: #3f4750;
  font-size: 0.9rem;
  overflow-x: hidden;
  background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}

a {
  text-decoration: none;
  color: #336CB0;
}

a:hover,
.hoverPhoto img:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* -- content---------------------------- */

.top-banner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.flex-container-order {
  position: fixed;
  right: 2%;
  margin-right: 15px;
  top: 90px;
  background: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.05);

}

.flex-container-order .flex-item {
  width: 100%;
  display: flex;
  line-height: 25px;
  flex-wrap: wrap;
  margin: 2px;
  height: 35px;

}

.flex-container-order .flex-item:hover,
.order-area:hover,
.flex-item-left:hover,
.flex-item-right a:hover,
.contactbg a:hover {
  opacity: 0.8;
}

.flex-container-order .flex-item i {
  color: #414141;
  font-size: 20px;
  margin-right: 5px;
}

.flex-container-order .flex-item .numOrder {
  color: #ff0202;
  font-size: 20px;
}

.accordion {
  z-index: 99;
}

.accordion-header {
  width: 170px;
  background: #000000;
  padding: 10px 5px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.accordion-header:hover {
  opacity: 0.8;
  ;
}

.accordion-content {
  display: none;
  padding: 10px;
}

/* デスクトップ向けメディアクエリ */
@media (min-width: 768px) {

  /* デスクトップではコンテンツを表示 */
  .accordion-content {
    display: block;
  }
}

/* イベントクエリ */


/* .eventAreaPhoto{
  width: 23%;
}
@media (max-width: 1200px) {
  .eventAreaPhoto{
    width: 48%;
  }
}
@media (max-width: 600px) {
  .eventAreaPhoto{
    width: 100%;
  }
} */

/* 人気商品クエリ */

.tagPhoto {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 2;
}

.tagPhoto img {
  width: 80px;
}

.productBlock {
  display: block;
  margin-bottom: 40px;
  position: relative;

}


@media (max-width: 450px) {
  .productBlock {
    width: 100%;
  }
}

.productPhoto img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  background: #fff;
}

.brandBlock {
  width: 16%;
  display: block;
  position: relative;
  margin-bottom: 30px;
  text-align: center;

}

@media (max-width: 1100px) {
  .brandBlock {
    width: 23%;

  }
}

@media (max-width: 600px) {
  .brandBlock {
    width: 30%;

  }
}

@media (max-width: 456px) {
  .brandBlock {
    width: 47%;

  }
}

.brandName {
  font-size: 12px;
  color: #7D7D7D;
}

.productCd {
  font-size: 12px;
  color: #7D7D7D;
}

.productTitle {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 42px;
  color: #000;
}

.subTitle {
  width: 95px;
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 10px;
  color: #fff;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
}

.brandPhoto img {
  background: #fff;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  object-fit: contain;
}

.brandShort {
  color: #414141;
  font-size: 12px;
  font-weight: 600;
  padding: 0 15px;
}


.order-area {
  background: #D0EAFC;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  margin: 10px;
  display: flex;
  width: 50%;
}

.order-area-left {
  width: 70%;
  margin-right: 5%;
}

.order-area-left span {
  margin-left: -55px;
}

.order-area-right {
  width: 30%;
}

.order-area-right img {
  margin-bottom: -60px;
  z-index: 99;
}

.order-area .top-title-left i {
  font-size: 60px;
}

.order-area .top-title-left {
  margin-top: 5px;
  width: 70px;
}

.top-title-right h1 {
  margin-top: -15px;
}

.top-title-right-content {
  padding: 10px 20px;
  background: #fff;
  margin-left: -65px;
  margin-top: -20px;
  font-size: 14px;
}

.flex-container-menu {
  margin-top: 20px;
  display: flex;
  width: 81%;
}

.flex-container-menu .flex-item-left {
  width: 50%;
}

.flex-container-menu .banner {
  padding: 10px;
  background: url(img/conect.png) right top / 20% no-repeat rgb(255, 255, 255);
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 3px 0px, rgba(0, 0, 0, 0.05) 0px 5px 15px 0px;
  margin: 10px auto;
  width: 100%;
}

.flex-container-menu .flex-item-right {
  width: 50%;
  margin-bottom: 10px;
}

.flex-container-menu .banner-float .top-title {
  background: #fff;
  margin-bottom: 5px;
  border-radius: 15px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  padding: 5px 15px 0px 15px;
}

.top-title-content {
  /* margin-top: -20px; */
  font-size: 14px;
}

.noshow {
  opacity: 0.2;
  pointer-events: none;
}

.news-area::-webkit-scrollbar {
  display: none;
}

.news-area {
  scrollbar-width: none;
  /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none;
  /*Internet Explore対応のスクロールバー非表示コード*/
  border: none;
  overflow: hidden;
  pointer-events: none;
}

.contactbg {
  position: relative;
  background: #F2E3D3;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  margin-bottom: 50px;
}

.contactbg img {
  margin-top: -20px;
  margin-bottom: -30px;
}

.banner-float {
  width: 100%;
}

@media screen and (max-width:1250px) {
  .flex-container-menu {
    width: 100%;
    flex-direction: column;
  }

  .flex-container-menu>.order-area {
    width: 100%;
    margin: 0;
    margin-top: 2rem;
  }
}

@media screen and (max-width:1000px) {
  .flex-container-menu {
    display: block;
  }

  .flex-container-menu .flex-item-left,
  .flex-container-menu .flex-item-right {
    width: 100%;
  }

  .flex-item-right {
    display: flex;
    margin-top: 20px;
  }

  .banner-float {
    width: 100%;
  }

}

@media screen and (max-width:745px) {
  .top-right {
    display: block;
  }

  .newsbg,
  .contactbg {
    margin: 10px;
    width: 95%;
  }

  .top-layout .top-right {
    margin-left: 0px;
  }

}

@media screen and (max-width:512px) {
  .flex-container-order {
    justify-content: center;
  }

  .order-area {
    display: block;
  }

  .order-area-left,
  .order-area-right {
    width: 100%;
  }

  .flex-item-right {
    display: block;
  }

  .banner-float {
    width: 100%;
  }
}







/* order-layout*/

.order-layout {
  width: 100%;
}

.search-header {
  background: #ffffff;
  text-align: right;
  font-size: 14px;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;

}

.search-header::hover {
  opacity: 0.8;
}

.search-menu li {
  width: 20%;
}

@media screen and (max-width:900px) {
  .search-menu li {
    width: 50%;
  }
}


.search-menu {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}

.search-menu input[type="checkbox"] {
  display: none;
}

/* 閉じた状態のサブメニュー */
.search-menu ul {
  list-style: none;
  margin: 0;
  margin: 10px;
  padding-inline-start: 0px;
}

.search-menu li {
  margin-top: 10px;
}

/* 親項目の装飾 */
.search-menu label {
  display: block;
  margin: 0;
  padding: 0.5rem 1.0rem;
  background: #C7EFFF;
  cursor: pointer;
}

.menu label:hover {
  background: #ccc;
}


.search-menu input,
.search-menu textarea {
  background-color: #eee;
  border: none !important;
  width: calc(100% - 10px);
  height: 35px;
}


.search-title {
  font-size: 14px;
  width: 150px;
  font-weight: 600;
}

.search-footer {
  width: 100%;
  align-items: center;
  justify-content: end;
  padding: 10px;
}

.search-footer a {
  font-size: 12px;
}

.s-btn {
  width: 80px;
  background: #336CB1;
  margin: 0 auto;
  border-radius: 25px;
  padding: 5px;
  font-size: 14px;
  color: #fff;
}

.s-btn:hover,
.order-btn:hover {
  opacity: 0.6;
}

.order-layout-list {
  margin-top: 20px;

}

.tab-menu {
  border-radius: 10px;
  background: #ffffff;
}

.tab-003 {
  display: flex;
  flex-wrap: wrap;
}

.tab-003>label input {
  display: none;
}

.tab-003>label i {
  display: block;
  font-size: 24px;
  color: #7D7D7D;
  margin-bottom: 5px;
}

.tab-003>label {
  flex: 1 1;
  order: -1;
  width: 20%;
  padding: 10px 5px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-bottom: 4px solid #F1F1F1;
}

@media screen and (max-width:600px) {
  .tab-003>label {
    font-size: 11px;
    padding: 10px 1px;
  }
}

.tab-003>label:hover {
  opacity: .8;
}


.tab-003>label span {
  padding: 0;
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  top: 0;
  z-index: 9;
  text-align: center;
  background: #e74c3c;
  border-radius: 100%;
  line-height: 20px;
  width: 20px;
}

.tab-003 {
  display: "";
}

.tab-003>div {
  display: none;
  width: -webkit-fill-available;
  padding: 50px 0;
}

.tab-content-header {
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  font-size: 13px;
}

.tab-content-list {
  margin: 20px 0;
  background-color: #fff;
}

.blue {
  background: #336CB1;
}

.gray {
  background: #888888;
}


.tab-003 label:has(:checked) {
  border-bottom: 4px solid #008009;
  background: #fdfdfd;
}


.tab-003 label:has(:checked)+div {
  display: block;
  min-height: 600px;
}

.order-header {
  background: #7D7D7D;
  display: flex;
  justify-content: center;
  color: #fff;
  flex-wrap: wrap;
  padding: 2px;
  margin-top: 70px;
  align-items: center;
}

.profile-header {
  background: #7D7D7D;
  display: flex;
  justify-content: center;
  color: #ffffff;
  flex-wrap: wrap;
  padding: 2px;
  margin-top: 70px;
  align-items: center;
}

table.statu1 {
  border: 1px solid #868686;
  border-collapse: collapse;
  table-layout: fixed;
  width: -webkit-fill-available;
}

table.statu1 caption {
  font-size: 1em;
  text-align: left;
  margin-top: 10px;
}

table.statu1 caption span {
  font-size: 1.5em;
  color: red;
}

table.statu1 tr {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: .35em;
}

table.statu1 tr:nth-child(2n+1) {
  background-color: #F1F1F1;
}

table.statu1 th,
table.statu1 td {
  font-weight: 600;
  padding: 14px;
  text-align: left;
}

table.statu1 th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: #C7EFFF;
}

table.statu1 th:nth-child(1) {
  width: 80%;
}

table.statu1 th:nth-child(3) {
  background: #EC1E79;
  color: #fff;
}

table.statu1 .p-code,
table.statu1 .p-money,
table.statu1 .p-money span {
  font-size: 12px;
  color: #9c9c9c;
}

table.statu1 td span {
  font-size: 18px;
}






.statu2 {
  width: 600px;
  max-width: 95%;
  margin:20px auto;
  table-layout: fixed;
  border-collapse:  collapse; 
}

table.statu2 caption {
  font-size: 1em;
  text-align: left;
}

table.statu2 caption span {
  font-size: 1.5em;
  color: red;
}

table.statu2 tr {
  background-color: #fff;
  /* border: 1px solid #ddd; */
  padding: .35em;
}

table.statu2 td {
  padding: .625em;
  text-align: left;
  border: 1px solid #C7EFFF;
}



table.statu2 th {
  padding: .625em;
  text-align: center;
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: #C7EFFF;
}

table.statu2 th:nth-child(2) {
  width: 50%;
}

table.statu2 .p-code,
table.statu2 .p-money,
table.statu2 .p-money span {
  font-size: 12px;
  color: #6F6F6F;
}

table.statu2 td span {
  font-size: 18px;
}

table.statu3 {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 20px;
  table-layout: fixed;
  width: -webkit-fill-available;
}

table.statu3 caption {
  font-size: 1em;
  text-align: left;
}

table.statu3 caption span {
  font-size: 1.5em;
  color: red;
}

table.statu3 tr {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: .35em;
}

/* table.statu3 tr:nth-child(2n+1) {
  background-color: #F1F1F1;
} */

table.statu3 th,
table.statu3 td {
  padding: .625em;
  text-align: left;
}

table.statu3 th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: #C7EFFF;
}

/* table.statu3 th:nth-child(2) {
  width: 50%;
} */

table.statu3 .p-code,
table.statu3 .p-money,
table.statu3 .p-money span {
  font-size: 12px;
  color: #6F6F6F;
}

table.statu3 td span {
  font-size: 18px;
}



.visually-hidden {
  white-space: nowrap;
  border: 0;
  display: none;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.order-statu {
  width: 100%;
  margin-bottom: 20px;
}

.order-seikyu,
.order-time,
.order-number {
  width: 20%;
  margin-bottom: 20px;
}

.order-last {
  width: 40%;
  direction: rtl;
}


.order-statu span {
  color: #fff;
  background: #EC1E79;
  padding: 2px 5px;
  font-size: 22px;
  font-weight: 600;

}

.order-seikyu,
.order-number,
.order-time,
.order-last,
.order-statu {
  color: #fff;
  padding: 2px 5px;
}

.order-title {
  font-size: 10px;
  /* margin-bottom: -5px; */
  margin-bottom: 0px;
  opacity: 0.8;
}

.order-btn {
  cursor: pointer;
  background: #ffffff;
  color: #EC1E79;
  font-size: 14px;
  font-weight: 600;
  width: 200px;
  text-align: center;
  padding: 6px;
  margin-bottom: 10px;
  border-radius: 25px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}

.kari-order {
  display: flex;
  flex-wrap: wrap;

  border: 1px solid #ddd;
}

.kari-order h4 {
  font-size: 10px;
  color: #336CB1;
  margin-bottom: 0px;
}

.kari-order-layout-1 {
  flex-basis: 100%;
  padding: 15px;
}

.kari-order-layout {
  flex-basis: 50%;
  padding: 15px;
}

.blingBtn {
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  background-color: #000;
  color: #ffffff;
  padding: 2px 20px;
  font-size: 18px;
  width: 200px;
  animation: blink 2s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}


@media screen and (max-width: 600px) {
  table.statu1 {
    border: 0;
  }


  table.statu1 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.statu1 tr {
    margin-bottom: .625em;
  }

  table.statu1 td {
    width: 60%;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
  }

  table.statu1 td:nth-child(2) {
    width: 50px;
    border: none;
    font-size: 20px;
  }

  table.statu1 td::before {
    content: attr(data-label);
    font-weight: bold;
    display: none;
    font-size: 12px;
    color: #8b3dff;
    text-transform: uppercase;
  }

  table.statu1 tr:nth-child(1)>td::before {
    display: inherit !important;
  }

  table.statu1 td:last-child {
    width: 50px;
    border-bottom: 0;
  }
}

@media screen and (max-width:1200px) {

  .order-number,
  .order-time {
    width: 30%;
  }

  .order-seikyu {
    width: 40%;
  }

  .order-last {
    width: 100%;
  }

}

@media screen and (max-width:860px) {
  .kari-order-layout-1 {
    flex-basis: 100%;
  }

  .kari-order-layout {
    flex-basis: 48%;
  }

  .tab-content-header {
    flex-wrap: wrap;
  }


  .order-seikyu {
    flex-basis: 100%;
  }

  .order-number,
  .order-time {
    flex-basis: 50%;
  }

  .order-btn {
    flex-basis: 100%;
  }
}










.popup-content-header {
  text-align: center;
  border-radius: 25px 25px 0 0;
  color: #fff;
  padding: 5px;
}

.popup {
  width: 800px;
}

.p-note {
  font-size: 14px;
  color: red;
}

.popup table.statu1 th:nth-child(2) {
  background: #EC1E79 !important;
  color: #fff;
}

.p-number {
  font-size: 12px;

}

.p-number span {
  color: red;
}

.popup-recipt {
  display: flex;
  margin: 10px;
  flex-wrap: wrap;
}

.popup-recipt-layout {
  flex-basis: 45%;
  margin: 10px;
}

@media screen and (max-width: 600px) {
  .popup-recipt-layout {
    flex-basis: 100%;
  }
}

input[type="number"] {
  width: 80px;
  height: 25px;
}

select {
  width: 150px;
  /* height: 25px;	 */
}

.popup-footer {
  margin: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-btn {
  cursor: pointer;
  background: #336CB1;
  width: 200px;
  padding: 10px;
  color: #fff;
  border-radius: 25px;

}

.popup-btn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 600px) {
  .popup table.statu1 td:nth-child(2) {
    width: 96% !important;
    float: none !important;
    border: none;
  }
}

@media screen and (max-width:900px) {
  .popup {
    width: 100%;
  }
}

/* slick slide show */
ul#topSlideShow {
  width: 100%;
  padding: 0;
  height: 600px;
}

@media(max-width:600px) {
  ul#topSlideShow {
    /* height: 480px; */
    height: 200px;
  }
}

ul#topSlideShow>div,
ul#topSlideShow>div>div {
  height: 100%;
}

#topSlideShow>div>div>li>img {
  width: 100%;
  height: 100%;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.value {
  padding: 0 30px;
  line-height: 24px;
}

/*about*/
.Img {
  width: 100%;
  height: auto;
}

.layout-wrap {
  flex-wrap: wrap;
}

.col2 {
  width: 48%;
}

.icon {
  width: 100px;
  height: auto;
  max-height: 100px;
  margin-top: 15px;
}

.mt-0 {
  margin-top: 0;
}

.fvBlock {
  height: 600px;
  position: relative;
  padding: 20px;
  width: 100%;
}

.fvBlock Img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.fvBG {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

.fvCatch {
  line-height: 200%;
}

.fvCatch .f6 {
  font-size: 30px;
}

.fvCatch h2 {
  letter-spacing: 1px;
  line-height: 40px;
  font-weight: 600;
  color: #002F29;
}

.fvCatch h3 {
  margin: 20px 0 0;
  color: #002F29;
}

.ourArea {
  background: linear-gradient(135deg, #5de0e6, #006B9C);
  padding: 100px 0;
}

.ourBlock {
  display: flex;
  margin-top: 50px;
}

.ourBlock .col30 {
  width: 30%;
}

.ourBlock .Img {
  width: 75%;
}

.ourBlockCatch .margin-t30 {
  margin-top: 50px;
}

.ourBlockCatch h3,
.ourBlockCatch h4 {
  width: 70%;
  line-height: 180%;
}

.adBlock {
  background-color: #ECCF5E;
  width: 100%;
  height: auto;
  position: relative;
  color: #16627D;
  z-index: 0;
  padding-bottom: 50px;
}

.adContent {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}

.adBG {
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 0;
  z-index: 5;
}

.adBox {
  background: #fff;
  margin-top: 30px;
}

.adBox h4 {
  font-weight: 700;
}

.adBox h3 {
  margin-block-end: 0em;
}

.adCatch h2 {
  line-height: 180%;
}

.adsubCatch {
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (max-width: 860px) {
  .fvCatch .f6 {
    font-size: 24px;
  }

  .fvCatch .f4 {
    font-size: 16px;
  }

  .ourArea {
    padding-left: 0;
  }

  .ourBlock {
    padding-left: 0;
  }

  .ourBlockCatch h3,
  .ourBlockCatch h4 {
    width: 75%;
  }

  .ourBlockCatch .f5 {
    font-size: 20px;
  }

  .ourBlockCatch .f4 {
    font-size: 16px;
  }

  .adContent h2 {
    font-size: 16px;
  }

  .adBox h3 {
    font-size: 16px;
  }

  .adBox h4 {
    font-size: 12px;
  }

}

@media (max-width: 600px) {
  .fvCatch {
    position: relative;
    width: 100%;
  }

  .fvCatch .f6 {
    font-size: 16px;
    line-height: 22px;
  }

  .fvCatch .f4 {
    font-size: 14px;
  }

  .adContent {
    width: 100%;
  }

  .ourArea {
    padding: 10px;

  }

  .ourBlock {
    padding: 10px;
    margin-top: 30px;
  }

  .ourBlock .col30 {
    width: 75%;
  }

  .ourBlock .ourBlockCatch {
    width: 90%;
    margin: 20px auto;
  }

  .ourBlockCatch h3,
  .ourBlockCatch h4 {
    width: 100%;
  }

  .adBox {
    margin: 10px auto;
    padding: 15px;
  }

  .adBG {
    position: relative;
  }


}

/*about end*/
/*address*/
.manageBG {
  background-color: #F1F4F6;
}

.qrBlock {
  width: 20%;
  margin-right: 3%;
  font-weight: 700;
}

.addressIcon {
  width: 50px;
  font-size: 24px;
  line-height: 36px;
}

.addressInfo {
  font-weight: 700;
  line-height: 180%;
  margin-top: 5px;
}

.addressRow {
  margin-left: 40px;
  margin-top: 20px;
}

@media (max-width: 860px) {
  .qrBlock {
    width: 20%;
    margin-right: 5%;
  }

  .addressIcon {
    width: 10%;
  }
}

@media (max-width: 445px) {
  .qrBlock {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }

  .addressIcon {
    width: 15%;
    font-size: 32px;
  }

  .addressInfo {
    font-size: 14px;
  }

  .adBox {
    width: 100%;
  }

  .addressRow {
    margin-left: 10px;
    margin-top: 20px;
  }
}

/*address end*/
/*search*/

.checkLabel1 label,
.checkLabel2 label,
.checkLabel3 label {
  margin: 0px 5px 15px 0px;
  /* ボタン同士の間隔 */
  display: inline-block;
  cursor: pointer;
}

.checkLabel1 label input,
.checkLabel2 label input,
.checkLabel3 label input {
  display: none;
}

.checkLabel1 label span,
.checkLabel2 label span,
.checkLabel3 label span {
  color: #333;
  font-size: 14px;
  /* 文字サイズを14pxに */
  border: 1px solid #333;
  /* 淵の線を指定 */
  border-radius: 20px;
  /* 角丸を入れて、左右が丸いボタンにする */
  padding: 2px 10px;
  /* 上下左右に余白をトル */
}

@media (max-width: 860px) {

  .checkLabel1 label span,
  .checkLabel2 label span,
  .checkLabel3 label span {
    font-size: 12px;
  }
}

.checkLabel1 label input:checked+span {
  color: #FFF;
  /* 文字色を白に */
  background: #8b3dff;
  /* 背景色を薄い赤に */
  border: 1px solid #8b3dff;
  /* 淵の線を薄い赤に */
}

.checkLabel2 label input:checked+span {
  background: #fffb00;
  /* 背景色を薄い赤に */
  border: 1px solid #fffb00;
  /* 淵の線を薄い赤に */
}

.checkLabel3 label input:checked+span {
  color: #FFF;
  /* 文字色を白に */
  background: #336CB0;
  /* 背景色を薄い赤に */
  border: 1px solid #336CB0;
  /* 淵の線を薄い赤に */
}

.labelName {
  width: 20%;
}

.labelContent {
  width: 80%;
}

.searchResult {
  margin-top: 20px;
}

.logoArea {
  position: relative;
  padding: 5px 5px 0 5px;
}

.logoLabel {
  position: absolute;
  right: 0;
  top: 0;
}

.logoLabel span {
  color: #737373;
  border: 2px solid #737373;
  font-weight: bold;
  font-size: 10px;
  padding: 4px 6px;
  background: #fff;
  margin-left: 10px;
}

.srBox .textArea {
  position: relative;
}


.srBox {
  padding: 10px 0 40px 0;
  margin: 10px;
  width: calc(100% / 4 - 20px);
}

.logoArea .logoImg {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .srBox {
    width: calc(100% / 3 - 20px);
  }
}



.srBox .logoArea .imgLabel img {
  position: absolute;
  left: 20px;
  bottom: -10px;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  object-fit: contain;
  border-radius: 100%;
}

.srBill {
  border-radius: 20px;
  padding: 0px 6px;
  background-color: #DDBB8D;
  width: 80px;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  margin-right: 10px;
}

.prContent {
  padding-top: 10px;
  text-align: center;
  color: #3f3f3f;
}


.prContentRow {
  align-items: center;
  justify-content: center;
}

@media (max-width: 860px) {
  .genreLabel {
    margin-top: 20px;
  }

  .srBox .logoArea .imgLabel img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 600px) {
  .srBox {
    width: calc(100% / 2 - 20px);
  }
}

@media (max-width: 445px) {
  .order .f6 {
    font-size: 20px;
  }

  .labelName {
    width: 100%;
    margin-bottom: 10px;
  }

  .logoArea .logoImg {
    height: 150px;
  }

  .labelContent {
    width: 100%;
  }

  .srBill {
    margin-right: 10px;
  }
}

/*Brand*/
.brandLayout1,
.brandLayout2 {
  width: 50%;
  min-height: 100vh;
}

.brand .flexLayout {
  align-items: flex-start;
}

.brandLabel {
  text-shadow: 1px 1px 3px #333;
}

.brandImg {
  position: sticky;
  top: 0;
}

.brandIntro {
  font-size: 14px;
}

.brandImg .Img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.brandContent {
  position: absolute;
  top: 5%;
  left: 30px;
  width: 250px;
}

.brandLogo {
  margin-top: 30px;
}

.brandCatch {
  margin-bottom: 40px;
  margin-block-end: 0;
}

.brandText {
  padding: 20px 15%;
  font-weight: 400;
  line-height: 200%;
}

.brandResult {
  margin-bottom: 250px;
}

.brandTag {
  border-radius: 20px;
  padding: 3px 6px;
  background-color: #FFF;
  width: 90px;
  height: 30px;
  font-size: 12px;
  line-height: 24px;
  color: #737373;
  text-align: center;
  margin-top: 10px;
  margin-right: 6px;
}

.bold {
  font-weight: bold;
}

@media (max-width: 1100px) {
  .brandText {
    padding: 0;
  }

  .brandLogo {
    margin-top: 10px;
  }

  .brandCatch {
    margin-bottom: 20px;
  }

  .brandLayout1,
  .brandLayout2 {
    width: 100%;
  }

  .brandLayout2 {
    margin-left: 280px;
    z-index: 2;
    margin-top: -100px;
    height: auto;
  }

  .brandImg .Img {
    width: 100%;
    height: 800px;
    object-fit: cover;
  }

}

@media (max-width: 600px) {
  .brandLayout2 {
    margin-left: 30px;
  }

  .brandContent {
    width: 150px;
  }
}

.orderBtn {
  background-color: #ec1e79;
  padding: 30px 10px;
  border-radius: 20px;
  width: 100%;
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.moreItemBtn {
  background-color: #000;
  width: 25%;
  margin: 0 auto;
  margin-top: 5rem;
  border-radius: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 22px;
}

@media (max-width: 600px) {
  .moreItemBtn {
    width: 90%;
  }
}


/*Event*/
#eventAreaPhotoList {
  list-style: none;
  display: flex;
  width: 100%;
}

#eventAreaPhotoList>li {
  margin: 0.5rem;
  width: 25%;
  height: auto;
}

@media (max-width: 600px) {
  ul#eventAreaPhotoList {
    flex-direction: column;
    padding: 0;
  }

  #eventAreaPhotoList>li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.eventSpan {
  background: #cccccc;
  border-radius: 5px;
  font-size: 10px;
  padding: 1px 5px;
  width: 30%;
}

.eventSpan2 {
  width: 70%;
}

.endEvent {
  opacity: 0.7;
}

/* hotProduct */
#hotProductAreaList,
#archive_content_products {
  list-style: none;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

#hotProductAreaList>li,
#archive_content_products>li {
  margin: 10px;
  width: calc(20% - 20px);
  height: auto;
}

@media (max-width: 1300px) {
  #hotProductAreaList>li,
  #archive_content_products>li {
    width: calc(25% - 20px);
  }
}

@media (max-width: 1080px) {
  #hotProductAreaList>li,
  #archive_content_products>li {
    width: calc(33.3% - 20px);
  }
}


@media (max-width: 600px) {
  #hotProductAreaList>li,
  #archive_content_products>li {
    width: calc(50% - 20px);
  }
}


  #hotProductAreaList,
  #archive_content_products {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
  }


/* archive-content */
.archive_content_wrapper {
  margin: 0 auto;
  width: 100%;
}

.product_brand_tab_wrapper {
  flex-direction: row;
  border: var(--chakra-borders-none);
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
  width: 100%;
  margin: 3rem auto;
  border-bottom: 1px solid #ddd;
}

.product_brand_tab_wrapper a {
  width: 25%;
  line-height: 20px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}

.product_brand_tab_wrapper a[aria-selected=true] {
  color: #212729;
}

.product_brand_tab_wrapper a[aria-selected=false] {
  color: #CED4DA;
}

.product_brand_tab_wrapper a[aria-selected=true]:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  bottom: -2px;
  border-radius: 100px;
  z-index: 10;
  background: #212729;
}

@media (max-width: 600px) {
  .product_brand_tab_wrapper a {
    width: 45%;
    font-size: 1.2rem;
  }
}

.product_search_wrapper {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 0px 10px;
  border-radius: 20px;
  height: 2em;
  width: 260px;
  overflow: hidden;
}

.product_search_wrapper input[type="text"] {
  border: none;
  height: 2.0em;
}

.product_search_wrapper input[type="text"]:focus {
  outline: 0;
}

.product_search_wrapper input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline: none;
}

.product_sort_wrapper {
  border-radius: 5px;
  /* border: solid 1px #999999; */
  box-sizing: border-box;
  width: 260px;
  border: 1px solid #999;
  height: 2em;
  border-radius: 20px;
  position: relative;
}

.product_sort_wrapper select {
  border-radius: 5px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  /* background: #fff url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%23666%22%2F%3E%3C%2Fsvg%3E) right 15px center no-repeat; */
  padding: 0px 10px;
  margin: 5px;
  color: #000;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

/* IE10 hide arrow */
.product_sort_wrapper select::-ms-expand {
  display: none;
}

.product_sort_wrapper::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  transform: translate(-50%, -50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
  top: 40%;
  right: 2%;
}

/* カートボタン */
.cartButtonArea {
  margin-right: 1rem;
}

.cartButtonAreaSp {
  display: none;
}

.cartButton,
.cartButtonSp {
  min-height: 58px;
  display: block;
  position: relative;
  font-size: 14px;
  background-color: #7C31EA;
  text-decoration: none;
  color: #FFF;
  padding: 10px 60px;
  text-align: right;
  border-radius: 10px;
}

.cartButton:before,
.cartButtonSp:before {
  content: "";
  background-image: url(../img/cart-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 15px;
  top: 15px;
}

.cartButton::after {
  content: "查看\a 购物车";
  position: absolute;
  right: 15px;
  top: 10px;
  width: 40px;
  height: 40px;
  padding-top: 7px;
  white-space-collapse: preserve;
  text-wrap: nowrap;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  background-color: rgb(255, 255, 255);
  color: rgb(124, 49, 234);
  box-sizing: border-box;
  font-weight: 700;
  border-radius: 50%;
}

.cartButton_cn::after {
  content: "查看\a 购物车";
}

.cartButton_jp::after {
  content: "cart\a 確認";
}

.cartButton_en::after {
  content: "check\a cart";
}

@media screen and (max-width: 860px) {
  .cartButtonArea {
    display: none;
  }

  .cartButtonAreaSp {
    display: initial;
    position: fixed;
    bottom: 180px;
    right: 25px;
  }

  #cart_content_sp {
    padding: 45px 20px 20px 20px;
    font-size: 14px;
    line-height: 16px;
    width: 50px;
  }

  .cartButtonSp:before {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
  }
}

/* パンくずリスト */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
  /* 記号の左右の余白 */
  color: #777;
  /* 記号の色 */
}

.brandSerach {
  min-height: 150px;
}

.messageNote{
  background: #f7fbff;
padding: 10px;
border: 1px solid #336CB0;
font-size: 14px;
}


.NoteList{
display: flex;
align-items:baseline;
margin-bottom: 5px;
flex-wrap: nowrap;
}
.NoteList i{
color:#336CB0;
font-size: 20px;
margin-right: 10px;
}

.formList{
	margin: 15px 0;
}

.formTitle{
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: baseline;
	justify-content:space-between;
}

.formTitle span{
	min-width: 18px;
	margin-left: 5px;
	font-size: 10px;
    color: #fff;
    background: #ff0000;
    border-radius: 4px;
	line-height: 20px;
    padding: 2px 10px 3px;
    display: inline-block;
}

.inputForm{
    width: 100%!important;
    text-align: left!important;
    background-color: #fff;
    padding: 14px 10px;
    border: #D8D8D8 solid 1px;
    border-radius: 8px;
    display: block;
    height: auto!important;
    transition: 0.3s ease;
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
}

.inputNo{
  width:100%;
  padding: 14px 10px;
  border-radius: 8px;
  background-color:#f4f1f1; 
  border: 1px solid gray;
}

.formList select{
    width: 100%;
    background-color: #fff;
    padding: 14px 10px;
    border: #D8D8D8 solid 1px;
    border-radius: 8px;
    display: block;
    transition: 0.3s ease;
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
}



.radioHalf{
  background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    cursor: pointer;
    width: calc(50% - 5px);
    padding: 10px;
    border: #D8D8D8 solid 1px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.radioThird{
  background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    cursor: pointer;
    width: calc(33.3% - 5px);
    padding: 10px;
    border: #D8D8D8 solid 1px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.formProduct{
  padding: 10px;
  border-left: 5px solid #336CB0;
  font-weight: 600;
  background: #f7fbff;
}

#outbox {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: auto;
}

#dropbox {
  width: 100%;
  height: 200px;
  cursor: pointer;
  text-align: center;
  border: 2px dashed #414141;
  border-radius: 5px;
  background: #fff;
  color: #666;
  font-size: 20px;
  margin: 10px auto 10px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#fileUpload {
  position: absolute;
  left: 0px;
  font-size: 60px;
  opacity: 0;
  cursor: pointer;
}

#dropbox:hover {
  background: rgb(242, 251, 255);
}



@media screen and (max-width: 700px) {
  
.janCodeFrame{
width: 100%;
overflow-x: scroll;
}

.janCodeForm{
  width: 600px;
}
}

.maru {
 /* height:50px;
 width:50px; */
 border-radius:50%;
 line-height:50px;
 text-align:center;
 padding: 10px 5px; 
 background-color: red; 
 color:white;
 position: relative;
 top:-10px;
}