/*
Theme Name: a
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  font-family: "Noto Sans JP","Zen Kaku Gothic New","Noto Sans JP","Poppins","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
input {
  font-family:"Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
  --scrollbar-width: 15px;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.dg{
  display: grid;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
header {
    padding-top: 76px;
    position: relative;
    background: url(/wp-content/themes/a/img/shop/headBg.svg)0 0;
    background-size: 9.1% 73px;
    background-repeat: repeat-x;
}
.headWrap {
    padding-top: 57px;
    position: relative;
    width: calc(100% - 132px);
    margin: 0 auto;
}
.headWrap > div {
    width: 33.3333%;
}
.headWrap .left ul {
    flex-wrap: wrap;
}
.headWrap .left ul li {
    width: 30%;
}
.headWrap .left ul li:nth-child(even) {
    width: 70%;
}
.headWrap .left ul li a {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.headWrap .left ul li a img {
    margin-right: 8px;
}
.headWrap .cnt img {
    display: block;
    margin: 0 auto;
}
.headWrap .right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
header .cart {
    width: 120px;
    position: relative;
    margin-left: 10px;
}
header .cart img{
    width: 36px;
}
header .cart .countBox {
    position: absolute;
    background: #505050;
    padding: 4px 16px;
    border-radius: 4px;
    left: 55px;
}
header .cart .countBox:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 16px solid #505050;
    border-left: 0;
    left: -14px;
    top: 0;
    bottom: 0;
    margin: auto;
}
header .cart .countNumber{
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.userBtnBox a {
    background: #E60012;
    display: block;
    text-align: center;
    padding: 10px;
    width: 160px;
    color: #fff;
    border-radius: 6px;
}
.userBtnBox a:nth-child(2) {
    background: #187FC4;
    margin-top: 10px;
}
.userBtnBox a:hover {
  background: #505050;
}
.fvBlock {
    margin-top: 90px;
    padding-bottom: 50px;
    position: relative;
}
.shopFvSlide .swiper-slide {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    transition: 2s;
    overflow: hidden;
    border-radius: 10px;
}
.shopFvSlide .swiper-slide img {
    width: 100%;
}
.shopFvSlide .swiper-slide-prev,
.shopFvSlide .swiper-slide-duplicate-prev {
    clip-path: polygon(
        0% 20%,
        100% 0%,
        100% 100%,
        0% 80%
    ) !important;
    overflow: hidden;
}
.shopFvSlide .swiper-slide-next,
.shopFvSlide .swiper-slide-duplicate-next {
    clip-path: polygon(
        0% 0%,
        100% 20%,
        100% 80%,
        0% 100%
    ) !important;
}
.fvBlock .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}
.shopFvSlide .swiper-slide a:hover img{
  transform:scale(1.05,1.05);
}
.swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    border-radius: 20px;
}
.swiper-pagination-bullet-active {
    background: #187fc4;
}
.shopLineup {
    margin: 150px auto 150px;
    width: min(1200px, 90%);
    padding: 70px 0;
}
.shopLineup h2 {
    font-size: 42px;
    text-align: center;
    font-family: "BIZ UDGothic";
    font-weight: 700;
    margin-bottom: 40px;
}
.shopLineup h2 img {
    display: block;
    margin: 0 auto 12px;
}
.shopLineup h2 span{
  color: red;
}
.shopLineup ul {
    grid-column: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 90px 70px;
    margin-bottom: 130px;
}
.shopLineup ul li {
    position: relative;
}
.shopLineup ul .imgbox {
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    position: relative;
}
.shopLineup ul .imgbox img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.shopLineup ul .imgbox .label {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/wp-content/themes/a/img/shop/itemBg1.svg)0 0 no-repeat;
    background-size: 100% 140%;
    font-size: 16px;
    font-weight: 500;
    padding: 60px 120px 0 0;
    color: #187FC4;
    font-weight: 500;
    margin-left: -1px;
}
.shopLineup ul li a:hover .imgbox img {
  transform:scale(1.1,1.1);
}
.shopLineup ul li h3 {
    margin-top: 8px;
    font-size: 22px;
}
.shopLineup ul li .price {
    font-size: 25px;
    text-align: right;
    margin-top: 16px;
}
.shopLineup ul li .price span {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
}
.linkBtn1 {
    width: 100%;
    display: block;
    background: linear-gradient(to right,
        #187FC4 0%,
        #187FC4 20%,
        #A96268 50%,
        #E60012 80%,
        #E60012 100%
    );
    padding: 2px 2px 8px;
    border-radius: 20px;
    position: relative;
    top: 0;
    margin-top: 0;
    transition: .3s ease;
}
.linkBtn1:hover {
    top: 2px;
    margin-top: 6px;
    padding: 2px 2px 2px;
}
.linkBtn1 span {
    background: #fff;
    text-align: center;
    display: block;
    height: calc(100% - 2px);
    padding: 32px 0;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
}
.linkBtn1 span b {
    margin-left: 22px;
    color: #E60012;
    font-size: 12px;
}
.shopAbout {
    width: 100%;
    background: #E4EDF4;
    padding: 70px 0 8%;
    overflow: hidden;
}
.shopAbout .wrap1 {
    width: min(1420px,90%);
    margin: 0 auto;
}
.shopAbout h2 {
    font-size: 42px;
    text-align: center;
    font-family: "BIZ UDGothic";
    font-weight: 700;
    margin-bottom: 40px;
}
.shopAbout h2 span{
  color: red;
    font-family: "BIZ UDGothic";
    font-weight: 700;
}
.shopAbout h2 img {
    display: block;
    margin: 0 auto -26px;
}
.shopAbout .box1 {
  margin-top: 70px;
  position: relative;
}
.shopAbout .box1 .left {
    width: 45%;
    margin-right: 5%;
}
.shopAbout .box1 .right {
    width: 65%;
}
.shopAbout .box1:after {
    content: "";
    background: url(/wp-content/themes/a/img/shop/topAbout1.png)0 0 no-repeat;
    display: block;
    width: 65%;
    aspect-ratio: 1987/1798;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.shopAbout .box1 .left h3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.shopAbout .box1 .left h3 .inline {
    margin-bottom: 10px;
    font-family: "BIZ UDGothic";
    background: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 8px 4px;
    letter-spacing: 0.08em;
}
.shopAbout .box1 .left h3 .inline span{
    font-size: 28px;
    font-weight: 700;
    color: #E60012;
}
.shopAbout .box1 .left .txt1 {
    margin: 50px 0 120px;
    font-size: 17px;
    font-weight: 500;
    line-height: 2.8;
}
.shopEventBlock {
    margin: 120px auto 160px;
}
.shopEventBlock h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    font-family: "BIZ UDGothic";
}
.shopEventBlock h2 span{
    font-size: 26px;
    font-weight: 700;
    color:#E60113;
    font-family: "BIZ UDGothic";
}
.shopEventBlock .box1 {
    width: min(1360px,90%);
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
}
.shopEventBlock .box1 a {
    width: 32%;
    margin: 0 1%;
    overflow: hidden;
    border-radius: 10px;
}
.shopEventBlock .box1 a:hover img {
  transform:scale(1.1,1.1);
}
.shopEventBlock .box2 {
    display: flex;
    justify-content: center;
}
.shopEventBlock .box2 li {
    width: 32%;
    margin: 0 1%;
    padding: 2px;
    background: linear-gradient(to right,
        #187FC4 0%,
        #187FC4 20%,
        #A96268 50%,
        #E60012 80%,
        #E60012 100%
    );
    border-radius: 10px;
}
.shopEventBlock .box2 {
    display: flex;
    justify-content: center;
    width: min(1460px, 95%);
    margin: 130px auto 0;
    align-items: center;
}
.shopEventBlock .box2 li a {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    font-size: 20px;
    font-weight: 700;
}
.shopEventBlock .box2 li:nth-child(2) a {
    padding: 23px 0;
    text-align: left;
}
.shopEventBlock .box2 li a span {
    color: #E60012;
    margin-left: 20px;
    font-size: 12px;
}
.shopEventBlock .box2 li a img {
    margin-right: 20px;
}
.linkBtn1.ver2 {
    border-radius: 50px;
    width: fit-content;
    padding: 2px;
}
.linkBtn1.ver2 span {
    border-radius: 50px;
    padding: 14px 20px;
    width: fit-content;
}
.linkBtn1.ver2 span b {
    margin-left: 42px;
    color: #E60012;
    font-size: 12px;
}
header.header2 {
    padding-top: 30px;
    background: no-repeat;
}
.headWrap2 {
    position: relative;
    width: calc(100% - 132px);
    margin: 0 auto;
    align-items: center;
}
.headWrap2 h1 {
    width: min(300px,30%);
}
.headWrap2 .menuBlock{
    display: flex;
}
.headWrap2 .right ul {
    align-items: center;
}
.headWrap2 ul li a {
    font-size: 16px;
    font-weight: 500;
    margin-right: 38px;
}
.headWrap2 ul li a span {
    color: #187FC4;
    font-size: 12px;
    position: relative;
    bottom: 2px;
    margin-right: 6px;
}
.headWrap2 ul li:nth-child(even) a span {
    color: #E60012;
}
.headWrap2 .userBtnBox {
    align-items: center;
}
.headWrap2 .userBtnBox a:nth-child(2) {
    margin: 0 0 0 8px;
}
.itemWrap {
    background: #E8E8E8;
    width: 90%;
    margin: 130px auto;
    box-sizing: border-box;
    padding: 5%;
    border-radius: 12px;
    position: relative;
}
.itemWrap .left{
    width: 48%;
}
.itemWrap .pankuzu {
    position: absolute;
    top: 28px;
    left: 45px;
}
.itemWrap .pankuzu > * {
    font-size: 14px;
    font-weight: 500;
}
.itemWrap .pankuzu span {
    margin: 0 10px 0;
    display: inline-block;
    transform: scale(0.4, 1);
}
.itemBlock1 .mainImg img {
    width: 100%;
}
.fadeImage {
    transition: opacity 0.3s ease;
}
.fadeImage.isFading {
    opacity: 0;
}
.itemBlock1 .thumblist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.itemBlock1 .thumblist img {
    margin-top: 2%;
    width: 49%;
    object-fit: cover;
}
.itemWrap .right {
    width: 48%;
    background: #fff;
    box-sizing: border-box;
    padding: 5%;
    border-radius: 10px;
}
.producerLink img {
    margin-right: 12px;
}
.producerLink {
    border: 1px solid #D2D2D2;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 13px;
    font-weight: 500;
}
.itemWrap .right .itemInfo h1 {
    font-size: 26px;
    margin: 16px 0 22px;
}
.itemWrap .right .itemInfo .price {
    font-size: 29px;
}
.itemWrap .right .itemInfo .price span{
    font-size: 12px;
}
.itemWrap .right .itemInfo .conts {
    margin: 40px 0 24px;
    font-size: 14px;
    line-height: 2.3;
}
.itemWrap .right .itemInfo .postage {
    color: #187FC4;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 6px;
}
.itemBlock1 .carInfo .count {
    margin: 70px 0 30px;
    display: flex;
    align-items: center;
}
.itemBlock1 .carInfo .count p {
    font-size: 14px;
}
.itemBlock1 .carInfo .count p {
    font-size: 14px;
    margin-right: 20px;
}
.qtyWrap {
    border: 1px solid #C6C6C6;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    width: 150px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.qtyWrap .qtyInput {
    width: 70px;
    text-align: center;
    font-size: 18px;
}
.qtyWrap button {
    background: none;
    border: none;
    cursor: pointer;
}
.qtyWrap button img{
    width: 30px;
    height: 30px;
}
.qtyWrap button.qtyPlus {
    transform: rotate(180deg);
}
.addCart {
    position: relative;
    width: 99%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 100px;
    background: linear-gradient(to right,
        #187FC4 0%,
        #187FC4 20%,
        #A96268 50%,
        #E60012 80%,
        #E60012 100%
    );
}
.addCart .to_cart_button {
    width: 99%;
    height: 93%;
    margin: 0 auto;
    padding: 2%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 100px;
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
}
.addCart {
    position: relative;
    width: 99%;
    height: 60px;
    margin-bottom: 100px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 100px;
    background: linear-gradient(to right,
        #187FC4 0%,
        #187FC4 20%,
        #A96268 50%,
        #E60012 80%,
        #E60012 100%
    );
    box-shadow: 10px 10px 0 #ddd;
}
.addCart .iconCart2 {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}
.addCart > span {
    color: #E60012;
    position: absolute;
    top: -3px;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    font-size: 14px;
}
.itemWrap .right .itemTxt .box1 {
    margin-top: 50px;
    position: relative;
    padding-top: 4px;
}
.itemWrap .right .itemTxt .box1::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #E2E2E2;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
}
.itemWrap .right .itemTxt .box1::after {
    content: "";
    display: block;
    width: 20%;
    height: 3px;
    background: linear-gradient(to right,
        #187FC4 0%,
        #187FC4 20%,
        #A96268 50%,
        #E60012 80%,
        #E60012 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
}
.itemWrap .right .itemTxt .box1 h2 {
    font-size: 23px;
    margin: 10px 0 12px;
}
.itemWrap .right .itemTxt .box1 p {
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 20px;
}
.itemWrap .right .itemTxt .box1 h2 span {
    font-size: 15px;
    margin-left: 20px;
}
.itemWrap .right .itemTxt .box1 p a {
    color: #187FC4;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.shareBtn {
    margin-top: 70px;
    display: block;
    width: fit-content;
    background: #363636;
    padding: 14px;
    border-radius: 10px;
    color: #fff;
}
.shareBtn .iconShare {
    margin-right: 14px;
}
.otoiawaseBox {
    width: 77%;
    margin: 0 0 36px auto;
    background-color: #EDEDED;
    padding: 42px 8%;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    border-radius: 40px 0 0 40px;
    position: relative;
    border-right: 0;
}
.otoiawaseBox:after{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #187FC4 4%, #187FC4 32%, #A96268 51%, #E60012 66%, #E60012 95%);
  position: absolute;
  left: 0;
  bottom: -8px;
  border-radius: 40px 0 0 40px;
  z-index: -1;
}
.otoiawaseBox .titleBox{
  align-items: center;
}
.otoiawaseBox .titleBox h2 {
    font-size: clamp(2.1vw,2.1vw,35px);
    font-weight: 700;
    margin-right: 51px;
    font-family: "BIZ UDGothic", sans-serif;
}
.otoiawaseBox .titleBox h2 span {
    color: #F00;
}
.otoiawaseBox .titleBox p{
  font-size: 20px;
  font-weight: 700;
  font-family: "BIZ UDGothic", sans-serif;
}
.otoiawaseBox .linkBtn1Wrap{
  margin: 0;
  width: 426px;
  height: 88px;
  border-radius: 44px;
  position: relative;
  box-shadow: 6pX 6px 1px rgba(166,166,166,0.25);
}
.otoiawaseBox .linkBtn1Wrap .footLink {
    position: relative;
    z-index: 2;
    background-color: #fff;
    width: calc(100% - 4px);
    height: calc(100% - 5px);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 50px;
    margin: 2px auto 0;
}
.otoiawaseBox .linkBtn1Wrap .footLink .icon{
  display: block;
  margin-right: 28px;
}
.linkBtn1Wrap .footLink .dot {
    margin-left: 60px;
    background-color: #E60012;
    transition: .3s;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
}
.otoiawaseBox .linkBtn1Wrap:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #187FC4 4%, #187FC4 32%, #A96268 51%, #E60012 66%, #E60012 95%);
    opacity: 1;
    transition: opacity .4s ease;
    z-index: 1;
    border-radius: 50px;
}
.footerContent{
  background-color: #EDEDED;
  padding: 103px 0 55px;
  position: relative;
}
.footerContent .footerMask{
    display: block;
    width: 23%;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.footerContent .footerText{
  width: 159px;
  position: absolute;
  top: -57px;
  left: 5%;
}
.footerContent .footerContentBox1Wrap {
    width: calc(90% - 160px);
    margin: 0 0 0 auto;
}
.footerContentBox1{
  width: 50%;
}
.footerContentBox1 .navList.no1{
  margin-bottom: 24px;
}
.footerContentBox1 .navList.no2{
  margin-bottom: 38px;
}
.footerContentBox1 .navList li{
  margin-right: 27px;
}
.footerContentBox1 .navList li:last-child{
  margin-right: 0;
}
.footerContentBox1 .navList li a{
  align-items: center;
  font-weight: 400;
}
.footerContentBox1 .navList li a:after {
    content: "●";
    font-size: 12px;
    margin-left: 2px;
    color: #187FC4;
}
.footerContentBox1 .navList li:nth-child(even) a:after {
    color: #E60012;
}
.footerContentBox1 .navList li a .dot{
  margin-left: 5px;
  transition: .3s;
}
.footerContentBox1 .navList li:hover a .dot{
  transform: scale(2);
}
.footerContentBox1 .contactBtnWrap {
    margin: 68px 0 34px;
    align-items: center;
}
.footerContentBox1 .contactBtnWrap .contactBtn {
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 8px 30px;
}
.footerContentBox1 .contactBtn.contact {
    background: #187FC4;
    color: #fff;
    margin-right: 6px;
}
.footerContentBox1 .contactBtn.login{
    background: #E60012;
    color: #fff;
    margin-right: 6px;
}
.footerContentBox1 .contactBtn img {
    margin-right: 10px;
}
.footerContentBox1 .pickupList{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 16px;
  margin-bottom: 93px;
}
.footerContentBox1 .pickupList li{
  box-shadow: 3px 4px 4px rgba(0,0,0,0.25);
  border-radius: 9px;
  overflow: hidden;
}
.footerContentBox1 .pickupList li a{
  display: block;
  aspect-ratio: 204 / 120;
}
.footerContentBox1 .pickupList li a img{
  height: 100%;
  object-fit: cover;
}
.footerContentBox1 .copy{
  font-size: 11px;
  font-weight: 500;
}
.footerContentBox1 .copy a {
    margin: 0 20px;
}
.footerRight{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerRight img {
    width: 50%;
}
.cart_page_title {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}
.cartWrap {
    width: min(1200px,90%);
    margin: 120px auto;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
}
.member-page {
    margin: 120px auto;
}
.member-page .member_page_title {
    text-align: center;
    margin: 0 0 2.22222em;
    font-size: 1.285714em;
    line-height: 1.285714em;
    font-weight: 700;
}
.cartWrap table tr > * {
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px;
    vertical-align: middle;
}
.cartWrap table tr .quantity input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}
#inside-cart .send {
    padding: 65px 0;
    border-top-width: 0;
    border-top-style: 0;
    border-top-color: 0;
}
.cartCustomer #inside-cart .send {
    flex-wrap: wrap;
    padding: 20px 0 0;
    display: flex;
    width: min(800px,90%);
    margin: 0 auto;
}
.updateCart {
    margin-bottom: 18px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#inside-cart p {
    padding: 0;
}
.updateCart .update_cart_button {
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #187fc4;
    padding: 5px 20px;
    border-radius: 4px;
    background: #187fc4;
}
.cartWrap table tr td input.delButton {
    background: #187fc4;
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px;
    border: 1px solid #187fc4;
}
table#total_box_table tr > * {
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0;
    border-top: 0;
}
.cartWrap .to_customerinfo_button,
input.nextBtn {
    background: #e60013;
    color: #fff;
    padding: 16px 0;
    border-radius: 4px;
    border: 1px solid #e60013;
    font-size: 18px;
    width: min(250px, 90%);
    margin-bottom: 20px;
}
input.nextBtn {
    margin: 0 auto 20px;
}
.cartWrap .continue_shopping_button {
    background: #187fc4;
    color: #fff;
    padding: 16px 0;
    border-radius: 4px;
    border: 1px solid #187fc4;
    font-size: 18px;
    width: min(250px, 90%);
    display: block;
    margin: 0 auto;
}
.carFlow {
    width: 100%;
    margin: 80px 0 60px;
    padding: 0;
    list-style: none;
    counter-reset: step-count;
}
.carFlow li {
    position: relative;
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 10px;
    border-bottom: 2px solid #e2e2e2;
    color: #999;
    letter-spacing: 0.03em;
}
.carFlow li::before {
    counter-increment: step-count;
    content: counter(step-count);
    display: inline-block;
    margin-right: 6px;
    background: #ddd;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
}
.carFlow li.active {
    border-bottom: 2px solid #2c76d2;
    color: #2c76d2;
    font-weight: 700;
}
.carFlow li.active::before {
    background: #2c76d2;
}
.cartCustomer #inside-cart h5 {
    text-align: left;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.cartCustomer .customer_form td {
    text-align: left;
    margin: 2px 0;
}
.cartCustomer .customer_form input,
.cartCustomer .customer_form select,
.pageMemberNew .customer_form input,
.pageMemberNew .customer_form select {
    border: 1px solid #ddd;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    margin: 12px 0;
    width: calc(100% - 10px);
}
.lostpassword {
    display: block;
    width: fit-content;
    margin: 10px auto 0;
    border-bottom: 1px solid #187fc4;
    padding-bottom: 2px;
    color: #187fc4;
    font-weight: 700;
}
.customerLoginform {
    border-bottom: 1px solid #ddd;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.sendCustomer input,
.cartConfirm .send input,
.member_submenu a,
#memberpages .header_explanation .gotoedit a,
.member-page #memberedit .send input.top,
.member-page .send input,
.member-page #memberedit .send input.deletemember,
.back_to_top_button{
    background: #e60013;
    color: #fff;
    padding: 16px 0;
    border-radius: 4px;
    border: 1px solid #e60013;
    font-size: 18px;
    width: min(250px, 90%);
    margin: 0 auto  -16px;
}
.sendCustomer input:nth-child(1),
.cartConfirm .send input:nth-child(1) ,
.member-page #memberedit .send input.deletemember{
    background: #545454;
    border:none;
}
.sendCustomer input:nth-child(2),
.member_submenu a.usces_logout_a,
.member-page #memberedit .send input.top {
    background: #187fc4;
    border: 1px solid #187fc4;
    background-color: #187fc4 !important;
}
.back_to_top_button{
    display: block;
}
.error_message {
    display: block;
    margin: 0 auto 60px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 14px;
    line-height: 2;
    font-weight: 700;
    color: #e60013;
    text-align: left;
}
.cartDelivery .customer_form td {
    text-align: left;
}
.cartDelivery .customer_form td select {
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}
#delivery_time_limit_message {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #2c76d2;
    letter-spacing: 0.04em;
    margin-left: 10px;
}
.cartDelivery tr td input[type="text"],
.cartDelivery tr td textarea,
.cartDelivery tr td select,
.customer_form input[type="text"],
.customer_form select,
.customer_form input[type="password"]{
    border: 1px solid #ddd;
    padding: 10px;
    width: 60%;
    box-sizing: border-box;
    margin: 10px 0;
}
.customer_form tr.inp1 input {
    margin-left: 0;
}
.cartDelivery .customer_form input#zipcode {
    margin-right: 10px;
}
.cartDelivery .customer_form input[type="radio"]{
    margin-left: 10px;
}
.cartDelivery tr td textarea{
    width: calc(100% - 20px);
}
.pageMember{
    margin: 120px auto;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
}
.tit1 {
    text-align: center;
    margin: 0 0 2.22222em;
    font-size: 1.285714em;
    line-height: 1.285714em;
    font-weight: 700;
}
#wc_login .loginbox input[type="text"],
#wc_login .loginbox input[type="password"] {
    padding: 10px;
    box-sizing: border-box;
    margin-top: 4px;
}
.forgetmenot {
    text-align: center;
}
article#wc_login .loginbox #member_login {
    background: #e60013;
    color: #fff;
    padding: 16px 0;
    border-radius: 4px;
    font-size: 18px;
    width: min(250px, 90%);
    display: block;
    margin: 20px auto 0;
}
article#wc_login .loginbox .new-entry {
    margin-top: 10px;
    background-color: transparent;
}
article#wc_login .loginbox .new-entry #nav a {
    width: 250px;
    padding: 16px 0;
    background: #2c76d2;
}
.memberWrap,
.wc_member {
    width: min(1200px, 90%);
    margin: 120px auto;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
}
.pageMemberNew .customer_form td{
    text-align: left;
}
.headBlock1 {
    width: min(1722px, 90%);
    margin: 0 auto;
    background: #F0F0F0 url(/shop/wp-content/themes/welcart_basic/img/underHeadBg.png)0 0 no-repeat;
    background-size: cover;
    border-radius: 50px;
}
.pageItemlist,
.pageGuide,
.pageLaw {
    margin-top: 50px;
}
.headBlock1 h1 {
    padding: 100px 0;
    text-align: center;
    font-size: 42px;
}
.headBlock1 h1 span {
    color: #FF0000;
}
.pageItemlist .shopLineup {
    margin: 50px auto 0;
    padding-bottom: 0;
}
.shopFilter {
    margin: 0 1%;
    padding: 2px;
    background: linear-gradient(to right, #187FC4 0%, #187FC4 20%, #A96268 50%, #E60012 80%, #E60012 100%);
    border-radius: 10px;
    width: 70%;
    margin-right: 5%;
}
.shopFilter .bgW {
    background: #fff;
    border-radius: 10px;
    padding: 12px 18px;
}
.filterBox .filterHeader {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    color: #187FC4;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px dashed #C5C5C5;
    padding-bottom: 14px;
    position: relative;
    cursor: pointer;
}
.filterBox {
    transition: .3s;
    height: 318px;
}
.filterBox *{
    transition: .3s;
}
.filterBox.close {
    height: 50px;
    overflow: hidden;
}
.filterBox.close .filterHeader,
.filterBox.close .filterSection .filterLabel,
.filterBox.close .filterCats .catBtn span{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none;
    transition: .3s;
}
.filterBox .filterHeader img {
    margin-right: 14px;
}
.filterBox .filterHeader:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 12px;
    background: url(/shop/wp-content/themes/welcart_basic/img/arrow1.svg)0 0 no-repeat;
    background-size: 100%;
    display: block;
    right: 0;
    transform: scale(1, 1);
    transition: .3s;
}
.filterBox.close .filterHeader:after {
    transform: scale(1, -1);
}
.filterSection .filterLabel {
    margin: 18px 0 10px;
    font-size: 17px;
    font-weight: 700;
}
.filterCats .catBtn {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.filterCats .catBtn input[type="checkbox"] {
    display: none;
}
.filterCats .catBtn span {
    font-size: 14px;
    border: 1px solid #c8c8c8;
    color: #c8c8c8;
    width: 120px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 6px 0;
    margin-right: 10px;
    font-weight: 700;
    pointer-events: none;
}
.filterCats .catBtn input[type="checkbox"]:checked + span {
    border: 1px solid #000;
    color: #000;
}
.ui-widget.ui-widget-content {
    border: none !important;
    margin-top: 20px;
    position: relative;
}
.ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 50%;
    background: #000;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    height: 1px;
    box-shadow: none;
    margin: 6px;
    background: #000;
}
.ui-slider-horizontal {
    height: 0px !important;
}
div#priceSliderContainer {
    width: 98%;
    margin: 0 auto;
    position: relative;
}
div#priceSliderContainer:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #d3d3d3;
    top: 6px;
    position: absolute;
}
.priceInputs {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
}
.priceInputs .priceInputBox:nth-child(2),
input#maxPriceDisplay {
    text-align: right;
}
.priceInputBox {
    display: flex;
    align-items: center;
}
input#minPriceDisplay,
input#maxPriceDisplay {
    border: 1px solid #A2A2A2;
    padding: 0 32px;
    width: fit-content;
    border-radius: 50px;
    width: 80px;
    text-align: center;
    margin-left: 10px;
}
.priceInputBox p {
    font-size: 13px;
    font-weight: 500;
}
.sortBlock {
    display: flex;
    align-items: flex-start;
}
.sortBox {
    border: 1px solid #B5B5B5;
    padding: 10px;
}
.sortBox label {
    align-items: center;
    font-size: 14px;
}
.sortBox label .iconSort {
    margin-right: 10px;
}
.privacyBlock1 {
    width: min(1200px,90%);
    margin: 150px auto;
}
.privacyBlock1 .box1 {
    margin-bottom: 86px;
    position: relative;
    display: flex;
    padding-top: 20px;
}
.privacyBlock1 .box1::before {
    display: block;
    content: "";
    height: 3px;
    width: 100%;
    background-color: #E2E2E2;
    position: absolute;
    top: 0;
    left: 0;
}
.privacyBlock1 .box1::after {
    display: block;
    content: "";
    height: 3px;
    width: 125px;
    background: linear-gradient(90deg, #187FC4 4%, #187FC4 32%, #A96268 51%, #E60012 66%, #E60012 95%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.privacyBlock1 .box1 h2 {
    width: 45%;
    font-size: 20px;
    font-weight: 700;
}
.privacyBlock1 .box1 .inner1 {
    width: 55%;
}
.privacyBlock1 .box1 .inner1 .txt1 {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 24px;
}
.privacyBlock1 .box1 .inner1 .txt1 a{
    text-decoration: underline;
}
.privacyBlock1 .box1 .inner1 ul {
    margin:24px 0;
}
.privacyBlock1 .box1 .inner1 ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}
.privacyBlock1 .box1 .inner1 h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.privacyBlock1 .box1 .inner1 h4 {
    font-weight: 600;
    margin: 20px 0 5px;
}
.privacyBlock1 .box1 .inner1 .txt2 {
    font-size: 14px;
    margin-left: 28px;
    line-height: 2;
}
.pageLaw .privacyBlock1 .box1 {
    margin: 0;
    padding: 22px 0;
}
.pageLaw .privacyBlock1 .box1 .inner1 .txt1{
    margin-bottom: 0;
}
.sp{
    display: none;
}
.pagepPreparation{
    padding-top: 76px;
    position: relative;
    background: url(/wp-content/themes/a/img/shop/headBg.svg)0 0;
    background-size: 9.1% 73px;
    background-repeat: repeat-x;
}
.pagepPreparation > a{
    width: 90%;
    max-width: 378px;
    display: block;
    margin: 57px auto 0;
}
.pagepPreparation .mainTxt{
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pagepPreparation .mainTxt p{
    font-size: 20px;
    font-weight: 700;
    width: 90%;
    margin: 0 auto 80px;
    text-align: center;
}
@media screen and (max-width: 1710px){
.headWrap2 h1 {
    width: min(200px,30%);
}
.headWrap2 ul li a {
    font-size: 14px;
    margin-right: 18px;
}
.userBtnBox a {
    width: fit-content;
    padding: 4px 16px;
}
header .cart .countBox {
    padding: 0 16px;
}
}
@media screen and (max-width: 1530px){
.headWrap .left ul li {
    width: 100%;
}
.shopAbout .box1 {
    padding-bottom: 100px;
}
.shopAbout .box1:after {
    top: unset;
    bottom: 0;
}
.shopAbout {
    padding: 70px 0 0;
}
.otoiawaseBox {
    padding: 42px 3%;
}
.headWrap2 {
    width: 96%;
}
.footerContent .footerContentBox1Wrap {
    flex-wrap: wrap;
}
.footerContentBox1 {
    width: 94%;
    order: 2;
    margin-top: 50px;
}
.footerRight {
    width: 34%;
    display: block;
    margin: 0 auto 50px;
}
}
@media (width < 1290px){
.headWrap .left ul li a {
    font-size: 14px;
}
.shopLineup {
    margin: 30px auto 150px;
}
.headWrap2 .userBtnBox{
    display: none;
}
}
@media (width < 1440px){
    .shopAbout .box1 .left h3 .inline{
        font-size: 26px;
    }
}
@media (width < 900px){
header {
    padding-top: 5vw;
    background: url(/wp-content/themes/a/img/shop/headBg.svg)0 0;
    background-size: 9vw 4vw;
    background-repeat: repeat-x;
}
header.header2 {
    padding: 20px;
    background: no-repeat;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 40;
    background: #fff;
    box-sizing: border-box;
}
.headWrap {
    padding-top: 20px;
    width: 92%;
    flex-wrap: wrap;
}
header .cart {
    width: 102px;
    display: block;
    margin: 0 0 10px;
}
.userBtnBox {
    width: fit-content;
}
.headWrap .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.headWrap > div.left {
    width: 100%;
}
.headWrap > div.left ul li,
.headWrap .left ul li:nth-child(even) {
    width: fit-content;
}
.headWrap .left ul li a{
    font-size: 12px;
}
.headWrap .left ul li a img {
    width: 16px;
    height: 12px;
}
.headWrap > div.cnt {
    margin-top: 30px;
}
.headWrap .right {
    margin-top: 20px;
}
.fvBlock {
    margin-top: 40px;
}
.shopLineup {
    margin: 10px auto 30px;
}
.shopLineup h2 img {
    width: 12%;
}
.shopLineup h2,
.shopAbout h2 {
    font-size: 26px;
}
.shopLineup ul {
    gap: 80px 20px;
    margin-bottom: 80px;
}
.shopLineup ul .imgbox .label {
    width: 90%;
    padding: 5% 5% 2%;
    background-position: -25vw 0;
    background-size: 100% 100%;
    font-size: 12px;
    margin-left: -2px;
    margin-bottom: -2px;
}
.shopLineup ul li h3 {
    font-size: 15px;
}
.shopLineup ul li .price {
    font-size: 18px;
    margin-top: 10px;
}
.shopAbout h2 img {
    width: 22%;
}
.shopAbout .box1 .left {
    width: 100%;
    position: relative;
    z-index: 2;
}
.shopAbout .box1:after {
    top: unset;
    bottom: 0;
    width: 50%;
}
.shopEventBlock {
    margin: 80px auto;
}
.shopEventBlock .box2 {
    flex-wrap: wrap;
}
.shopEventBlock .box2 {
    flex-wrap: wrap;
    margin-top: 50px;
}
.shopEventBlock .box2 li {
    width: 100%;
    margin: 10px 1%;
}
.otoiawaseBox {
    padding: 6% 8%;
    flex-wrap: wrap;
}
.otoiawaseBox .titleBox h2 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-left: 40px;
}
.footerContent .footerText {
    width: 18%;
    top: 3%;
    left: 10%;
}
.footerContentBox1 .navList {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.footerContentBox1 .navList.no1 {
    margin-bottom: 0;
}
.footerContentBox1 .navList li {
    margin: 0 0 10px;
}
.footerRight {
    width: 50%;
    margin: 0 auto 20px;
}
.footerRight img {
    width: 100%;
}
.footerContentBox1 .contactBtnWrap .contactBtn {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.footerContentBox1 .copy a {
    display: block;
    margin: 10px 0;
}
.userBtnBox a {
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
}
.headWrap2 .userBtnBox a:nth-child(2) {
    margin: 6px 0 0;
}
.btn {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 30;
}
.btn span {
    width: 24px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 2px 0;
}
.headWrap2 .menuBlock{
    width: 100vw;
    position: fixed;
    height: calc(100vh - 96px);
    background: #E6E9F0;
    top: 96px;
    right: -100vw;
    z-index: 10;
    box-sizing: border-box;
    padding: 10vh 5% 5%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    transition: .3s;
}
.menuWrap.on .menuBlock{
    right: 0;
}
.headWrap2 .right ul {
    flex-wrap: wrap;
}
.headWrap2 .right ul li {
    width: 100%;
    margin-bottom: 10px;
}
.headWrap2 ul li a {
    font-size: 16px;
}
.headWrap2 .userBtnBox {
    display: block;
}
.sp{
    display: block;
}
.headWrap2 .userBtnBox {
    display: block;
    margin: 20px 0;
}
.headWrap2 .cart {
    margin-bottom: 80px;
}
.filterBox {
    height: 348px;
}
.itemWrap .pankuzu > * {
    font-size: 12px;
    font-weight: 500;
}
.itemWrap .pankuzu {
    position: absolute;
    top: 11px;
    left: 5%;
}
.itemBlock1 {
    flex-wrap: wrap;
}
.itemWrap .left {
    width: 100%;
}
.itemBlock1 .thumblist {
    flex-wrap: nowrap;
    overflow: auto;
}
.itemBlock1 .thumblist img {
    width: 40%;
    margin-right: 2%;
}
.itemWrap .right {
    width: 100%;
    margin-top: 5%;
}
.headBlock1 {
    border-radius: 10px;
}
.headBlock1 h1 {
    padding: 40px 0;
    font-size: 28px;
}
.pageItemlist, .pageGuide, .pageLaw {
    margin-top: 120px;
}
.sortBlock {
    flex-wrap: wrap;
}
.shopFilter {
    margin: 0 auto 20px;
    width: 100%;
}
.pageItemlist .shopLineup {
    margin: 50px auto 0;
    padding: 0;
}
.filterCats .catBtn span {
    margin-bottom: 10px;
}
#memberinfo td {
    word-break: break-word;
}
}
@media (width < 600px){
header .cart .countNumber {
    font-size: 15px;
}
header .cart .countBox {
    padding: 0 8px;
}
header .cart .countBox:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #505050;
    left: -5px;
}
header .cart .countBox {
    padding: 0 8px;
    left: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 27px;
}
header .cart img {
    width: 25px;
}
.headWrap > div.cnt {
    width: 58%;
}
.shopLineup {
    margin: 10px auto 30px;
    padding-bottom: 50px;
}
.shopLineup ul {
    grid-template-columns: 1fr;
    gap: 40px 20px;
    margin-bottom: 30px;
}
.linkBtn1 span {
    padding: 16px 0;
}
.shopAbout h2 img {
    margin-bottom: 0;
}
.shopLineup h2, .shopAbout h2,.shopEventBlock h2,.shopEventBlock h2 span {
    font-size: 22px;
}
.shopAbout .box1 {
    margin-top: 20px;
}
.shopAbout .box1 .left h3 .inline,
.shopAbout .box1 .left h3 .inline span {
    font-size: 16px;
}
.shopAbout .box1 .left .txt1 {
    margin: 10px 0 30px;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}
.linkBtn1.ver2 {
    width: 100%;
}
.linkBtn1.ver2 span {
    width:100%;
    box-sizing: border-box;
}
.shopAbout .box1 {
    margin-top: 20px;
    padding-bottom: 330px;
}
.shopAbout .box1:after {
    width: 96%;
}
.shopEventBlock .box1 {
    flex-wrap: wrap;
}
.shopEventBlock .box1 a {
    width: 100%;
    margin: 10px 0;
}
.otoiawaseBox .titleBox h2 {
    font-size: 15px;
    margin: 0;
    text-align: center;
    width: 100%;
}
.otoiawaseBox .linkBtn1Wrap .footLink .icon {
    width: 19px;
    margin-left: 20px;
}
.linkBtn1Wrap .footLink .dot {
    margin-left: 0;
}
.otoiawaseBox .linkBtn1Wrap {
    margin: 10px 0 0;
    width: 100%;
    height: 48px;
    border-radius: 44px;
}
.otoiawaseBox .linkBtn1Wrap .footLink .icon {
    width: 19px;
    margin: 0 10px 0 0;
}
.linkBtn1Wrap .footLink .dot {
    margin-left: 14px;
}
.otoiawaseBox .linkBtn1Wrap .footLink {
    font-size: 14px;
}
.footerContent {
    padding: 0;
}
.footerContent .footerContentBox1Wrap {
    flex-wrap: wrap;
    width: 70%;
    margin-top: 24%;
}
.footerContentBox1 .contactBtnWrap {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}
.footerContentBox1 .contactBtnWrap .contactBtn {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.footerContentBox1 .pickupList {
    grid-template-columns: 1fr;
    width: 97%;
    gap: 16px 0;
}
.footerContent {
    padding: 0 0 50px;
    display: flex;
}
.shopEventBlock .box2 li a {
    font-size: 16px;
}
.shopEventBlock .box2 li a img {
    width: 40px;
    height: 30px;
    margin-right: 16px;
}
.filterBox {
    height: 208px;
}
.btn {
    top: 13px;
    right: 20px;
}
.headWrap2 .menuBlock {
    width: 100%;
    top: 68px;
    box-sizing: border-box;
    padding: 10% 10% 20vh;
    height: 100vh;
    overflow: auto;
}
.filterCats {
    display: flex;
    flex-wrap: wrap;
}
.filterCats .catBtn {
    width: 33%;
}
.filterCats .catBtn span {
    width: 100%;
}
.filterCtrl{
    display: none;
}
.priceInputBox {
    flex-wrap: wrap;
}
input#minPriceDisplay, input#maxPriceDisplay {
    margin: 6px 0 0 0;
    width: 45%;
}
.itemWrap {
    padding: 10% 5% 5%;
}
.carFlow {
    display: block;
}
.carFlow li {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 8px 0;
}
.carFlow li::before{
    text-align: center;
}
#inside-cart p {
    font-size: 12px;
}
.updateCart .update_cart_button {
    font-size: 12px;
}
.cartWrap table tr td input.delButton {
    writing-mode: vertical-rl;
    padding: 12px 6px 7px;
    letter-spacing: 6px;
}
.cartWrap table tr > *{
    border: none;
}
.customer_form input[type="password"] {
    width: 100%;
}
.cartCustomer .customer_form td {
    text-align: left;
    margin: 0 0 2px;
    padding-top: 0;
}
.customer_form th {
    margin-bottom: -10px;
}
.customer_form tr.inp1 td {
    display: inline-block;
    width: 50%;
    padding: 1%;
}
.sendCustomer input, .cartConfirm .send input, .member_submenu a, #memberpages .header_explanation .gotoedit a, .member-page #memberedit .send input.top, .member-page .send input, .member-page #memberedit .send input.deletemember, .back_to_top_button {
    margin-bottom: 10px;
}
.sendCustomer input.back_cart_button {
    order: 2;
}
.sendCustomer input.to_deliveryinfo_button {
    order: 1;
}
.cartCustomer #inside-cart .send {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cartDelivery .send.sendCustomer,
.cartConfirm #inside-cart .send {
    display: flex;
    flex-wrap: wrap;
}
.cartDelivery .sendCustomer input.back_to_customer_button,
.cartConfirm #inside-cart .send input#back_button {
    order: 2;
}
.cartDelivery .sendCustomer input.to_confirm_button,
.cartConfirm #inside-cart .send input#purchase_button{
    order: 1;
}
#confirm_table td {
    word-break: break-word;
}
#cart_table td, #confirm_table td, #cart_table th, #confirm_table th {
    font-size: 14px !important;
    padding: 10px !important;
    border-bottom: 1px solid #ddd;
}
.pageItemlist, .pageGuide, .pageLaw {
    margin-top: 80px;
}
.headBlock1 h1 {
    padding: 20px 0;
    font-size: 22px;
}
.privacyBlock1 {
    margin: 50px auto;
}
.privacyBlock1 .box1 {
    flex-wrap: wrap;
}
.privacyBlock1 .box1 h2 {
    width: 100%;
    font-size: 18px;
}
.privacyBlock1 .box1 .inner1 {
    width: 100%;
}
.pageGuide .privacyBlock1 .box1 {
    margin-bottom: 0;
    padding: 40px 0;
}
.privacyBlock1 .box1 .inner1 > *:last-child {
    margin-bottom: 0;
}
.pagepPreparation > a{
    width: 58%;
    max-width: 58%;
}
















}