@charset "UTF-8";
/* フォント */
/* ============================================ */
@font-face {
  font-family: 'D-DIN-Bold';
  src: url('../font/D-DIN-Bold.woff') format('woff'),
    url('../font/din-bold.otf') format('opentype');
}


.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width: 770px) {
.pc { display: none !important; }
.sp { display: block!important; }
}


/* 共通 */
/* ============================================ */

.taC {
  text-align: center;
}
body {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
a {
  color: #000;
}
#header {
  position: fixed;
  padding: 1.85em 0;
  border-bottom: 2px solid #f1f1f1;
}
body #main {
  padding: 0;
}
#footer {
  margin: auto 0 0;
}
body .catbox .post .entry {
  padding-top: 0;
  padding-bottom: 0;
}
#wrap {
  max-width: 950px;
}
small {
  font-size: 85%;
}
#wrap h1.pagetitle {
  display: none;
}
.page-template-uscesmember #wrap h1.pagetitle,
.page-template-inquiry #wrap h1.pagetitle,
.page-template-uscescart #wrap h1.pagetitle,
.search-no-results #wrap h1.pagetitle,
.error404 #wrap h1.pagetitle,
.page-template-page_blog #wrap h1.pagetitle,
.single #wrap h1.pagetitle,
.archive #wrap h1.pagetitle,
.page-id-27 #wrap h1.pagetitle {
  display: block;
}
body.page-template-uscesmember #main,
body.page-template-inquiry #main,
body.page-template-uscescart #main,
body.search-no-results #main,
body.error404 #main,
body.page-template-page_blog #main,
body.single #main,
body.archive #main,
body.page-id-27 #main {
  padding: 40px 0;
}

@media only screen and (min-width: 480px) {
  html:not(:target) body {
    font-size: 14px;
  }
}

@media only screen and (max-width: 980px) {
  #header {
    padding: 1em 0;
  }
}

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




/* メインビジュアル */
/* ============================================ */

.p-mv {
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  margin: auto;
}
.content {
  padding-top: 47.5vw;
  padding-bottom: 6em;
}

@media only screen and (max-width: 479px) {
  body #content .p-mv img {
    height: 61vw;
    object-fit: cover;
  }
  .content {
    padding-top: 62.5vw;
    padding-bottom: 0rem;
  }
}



/* ヘッター */
/* ============================================ */

@media only screen and (min-width: 1101px) {
  #header .padder {
    width: 1100px;
    max-width: 95%;
  }
}



/* フッター・ヘッター */
/* ============================================ */

.navi,
.footernavi {
  color: #000;
  font-family: 'D-DIN-Bold';
  font-weight: bold;
  padding: 0.35em 0 0;
}
.footernavi ul {
  justify-content: center;
  padding: 0 0 1em;
}
.navi ul,
.footernavi ul {
  display: flex;
  align-items: center;
}
.navi > ul > li,
.footernavi > ul > li {
  position: relative;
  padding: 0 1.4em;
}
.navi > ul > li:not(:last-of-type)::before,
.footernavi > ul > li:not(:last-of-type)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 55%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #000;
  transform: skewX(-16deg);
}
#fourClm.sidebar .widget_title {
  font-family: 'D-DIN-Bold';
  font-size: 1.2em;
  color: #000;
  border: none;
  margin: 0 0 10px 0;
  padding-top: 0;
}

.mainnavi > ul {
  top: 0;
  right: 0;
  left: unset;
  border: none;
}
.mainnavi {
  margin: 0 0 0px 0;
}
.animenu label {
  margin: 1.5em 0 0 0;
  background-color: rgb(197 197 197 / 80%);
  color: #fff;
}
.animenu input[type=checkbox]:checked ~ label, .animenu input[type=checkbox] ~ label:hover {
  color: #fff;
}
.animenu label:before {
  color: #fff;
  text-shadow: none;
}
.navi a,
.footernavi a {
  position: relative;
  display: block;
}
.navi span,
.footernavi span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 0;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
  font-size: 77%;
  opacity: 0;
  line-height: 1.3;
  transition: all 0.3s ease-out;
  transition-property: opacity, bottom;
}
.navi a:hover span,
.footernavi a:hover span {
  opacity: 1;
  bottom: -1.15em;
}
body .sub-menu {
  display: none;
  position: absolute;
  width: max-content;
  left: 0;
  top: 3em;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
  padding: 0.5em 0;
  background-color: #fff;
  transition: all 0.3s ease-out;
  transition-property: opacity, z-index;
}
.sub-menu.active {
  min-height: 180px;
}
body .sub-menu a {
  padding: 0.5em 1em;
}
body .sub-menu a:hover {
  background: #ececec;
}
body .mainnavi ul a {
  padding: 0.7em 1em;
}
body .mainnavi .sub-menu {
  position: unset;
  margin: 0;
  width: 100%;
  border: none;
  padding: 0.4em 0;
  background: #e9e9e9;
}
.mainnavi ul a span {
  padding-left: 0.8em;
  font-size: 85%;
}
.mainnavi > ul {
  box-shadow: 0 0 10em #959595;
}
.mainnavi > ul > li:first-child {
  margin-top: 85px;
}
.animenu label {
  z-index: 10000;
}
.sidebar .widget_welcart_featured .thumtitle a, .sidebar .widget_ucart_featured .thumtitle a {
  line-height: 1.6;
}
body .animenu input[type=checkbox]:checked ~ div ul ul {
  display: block;
}
.animenu div > ul {
  display: block;
}
.mainnavi > ul {
  display: block;
  position: fixed;
  height: 100vh !important;
  z-index: 1000 !important;
  width: 21em;
  min-width: 41vw;
  transform: translateX(140%);
  transition: all 0.5s ease-out;
  transition-property: transform;
  overflow: scroll;
}
.mainnavi.is-show > ul {
  transform: translateY(0);
}

@media only screen and (min-width: 481px) {
  .mainnavi ul a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 981px) {
  .animenu div > ul {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  #header .padder, #wrap {
      width: 94%;
  }
}

@media only screen and (max-width: 980px) {
  .navi, .footernavi {
    padding: 4em 0 0;
    margin: 0 -1.4em;
  }
  .navi {
    display: none;
  }
  .animenu label {
    display: block;
  }
  .animenu label {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    text-align: left;
    border-radius: 3px;
    text-transform: uppercase;
    color: #ddd;
    letter-spacing: 2px;
    font-size: 12px;
    text-shadow: none;
    position: relative;
    line-height: 1;
    padding: 12px 40px 10px 35px;
  }
  body .animenu label:before {
    display: none;
  }
  .animenu {
    position: relative;
  }
  .animenu::before {
    position: absolute;
    content: "\2261";
    left: 3%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 58px;
    color: #797979;
    line-height: 0.5;
    transform: scale(0.8);
    z-index: 10001;
    pointer-events: none;
  }
  .is-open .animenu::before {
    content: "\254b";
    font-size: 27px;
    transform: rotate(225deg) translate(7px, 13px);
  }
  h1#site-title, div#site-title {
    float: none;
    padding: 0;
  }
  h1#site-title a, div#site-title a {
    display: grid;
    padding: 0.3em 0 0;
  }
  .animenu {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0.8em 0 0.5em;
  }
  .animenu label {
    margin: 3.4em 0 0 0;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 0;
  }
  .animenu input[type=checkbox]:checked ~ div > ul {
    display: block;
    padding-top: calc(6vw + 20px);
    overflow-y:scroll;
    padding-bottom: 26vw;
  }
  body .mainnavi ul a {
    text-align: left;
  }
  .animenu::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 110px;
    top: -60px;
    right: -3vw;
    background: #fff;
    width: 21em;
    min-width: 41vw;
    z-index: 9000;
    transition: all 0.5s ease-out;
    transition-property: transform;
    transform: translateX(160%);
  }
  .is-open .animenu::after {
    transform: translateX(0);
  }
  .utilities {
    display: none;
  }
  #header .padder {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .navi {
    padding: 1.6em 0 0;
    width: 110%;
    margin: 0 -5%;
  }
  .navi li> ul > , .footernavi > ul > li {
    padding: 0 1.2em;
  }
  .animenu::after {
    right: -5vw;
  }
}

@media only screen and (max-width: 500px) {
  .footernavi ul {
    font-size: 3.4vw;
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .animenu {
    margin: 0.5em 0 0em;
  }
  .mainnavi > ul > li:first-child {
    padding-top: calc(6vw + 20px);
    overflow-y:scroll;
    margin-top: 0;
  }
  .animenu input[type=checkbox]:checked ~ div ul {
    width: 17em;
  }
  .animenu::after {
    width: 17em;
  }
}

@media only screen and (max-width: 400px) {
  .utilities {
    max-width: 36vw;
    text-align: right;
  }
  h1#site-title a img, div#site-title a img {
    max-width: 46vw;
  }
  .animenu label {
    margin: 3.4em 0 0 0;
  }
  .animenu input[type=checkbox]:checked ~ div ul {
    width: 79vw;
  }
  .animenu::after {
    width: 79vw;
  }
}



/* フッター */
/* ============================================ */

#footer li {
  font-size: 1em;
}
.icon {
  padding: 1em 0 1.8em;
}
.icon a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.3em 0 0;
}
.icon a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.2em;
  background-color: #6f6f6f;
}
.icon p {
  color: #424242;
}
.icon img {
  padding: 0 0.85em 0.35em 0;
}
.icon small {
  padding-left: 0.2em;
}

@media only screen and (max-width: 479px) {
  .icon img {
    width: 25px;
  }
}



/* トップ */
/* ============================================ */

.rcmnd {
  padding: 0 0 8em;
}
.flexslider {
  margin-top: 85px;
}
.home #wrap {
  margin-top: 0;
}
#news {
  padding: 0 0 4em;
}

@media only screen and (max-width: 980px) {
  .flexslider {
    margin-top: 88px;
  }
}

@media only screen and (max-width: 768px) {
  .rcmnd {
    padding: 0 0 3em;
  }
}

@media only screen and (max-width: 479px) {
  .flexslider {
    margin-top: calc(7vw + 50px);
  }
  .flex-control-paging li a {
    width: 0.55em;
    height: 0.55em;
  }
  .flex-control-nav li {
    margin: 0 0.35em;
  }
  body .flexslider .slides img {
    height: 61vw;
    object-fit: cover;
  }
}



/* 下層 */
/* ============================================ */

#wrap {
  margin-top: 85px;
}

@media only screen and (max-width: 980px) {
  #wrap {
    margin-top: 88px;
  }
}

@media only screen and (max-width: 479px) {
  #wrap {
    margin-top: calc(7vw + 50px);
  }
}




/* company */
/* ============================================ */

.inner {
  margin: 0 auto;
  max-width: 980px;
}
.box {
  margin: 0 auto;
  padding: 4em 0 0;
  clear: both;
}
.box:last-of-type {
  padding-bottom: 4rem;
}
time {
  padding-right: 1.1em;
}
dl {
  display: flex;
  border-bottom: 2px solid #ddddde;
  margin: 0;
  padding: 1em 0.5em;
}
dl:first-of-type {
  border-top: 2px solid #ddddde;
}
.blog dt {
  width: 13em;
  display: flex;
  align-items: center;
}
.blog dd {
  width: calc(100% - 13em);
  padding: 0 0 0 1.4em;
  margin: 0;
}
.box h3 {
  font-weight: 500;
  color: #444446;
  font-size: 1.6em;
  border-bottom: 2px solid #ddddde;
  padding: 0 0 0.6em;
  line-height: 1.5;
}
table {
  border-collapse: collapse;
  border: 1px solid #383838;
  text-align: left;
}
th {
  border-right: 1px solid #383838;
  background-color: #f0f0f1;
  padding: 0.43em 1em;
  vertical-align: top;
}
tr:not(:last-of-type) {
  border-bottom: 1px solid #383838;
}
td {
  padding: 0.43em 1em;
  background-color: #fff;
}
td:nth-of-type(n+2) {
  border-left: 1px solid #383838;
}

@media only screen and (min-width: 480px) {
  th {
    width: 12em;
  }
}

@media only screen and (max-width: 479px) {
  .box {
    padding: 3em 0 0;
  }
  .box:last-of-type {
    padding-bottom: 3rem;
  }
}


/* セキュリティ */
/* ============================================ */

.list {
  padding: 2em 2em;
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.15em;
}
.list li {
  position: relative;
  margin: 1.5em 0;
  padding-left: 1em;
}
.list li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
body #content .storycontent .link,
body #content .link {
  color: #0f75d2;
  text-decoration: underline;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .list {
    padding: 1em;
  }
}


/* 特定商取引に関する法律に基づく表示 */
/* ============================================ */

#law img {
  margin: 0 1.23em 1.23em 0;
}

@media only screen and (min-width: 820px) {
  #law dt {
    width: 21em;
  }
  #law dd {
    width: calc(100% - 23em);
  }
}

@media only screen and (max-width: 821px) {
  #law img {
    width: 14vw;
    margin: 0 0.8em 0.8em 0;
  }
  #law dt {
    width: 8em;
  }
  #law dd {
    width: calc(100% - 7em);
    margin: 0 0 0 1em;
  }
}





/* ハーキンドインプレッションディスク */
/* ============================================ */

.bg {
  background-color: #383838;
  color: #fff;
  padding: 0.1em 1em;
  min-height: 2.2em;
  display: grid;
  align-items: center;
  border-radius: 3px;
}
.skumultibox dl dd,
.stockstatus dl dd {
  position: unset;
  font-size: 1.2em;
}
.btn {
  display: inline-block;
  padding: 13px 30px;
  background-color: #383838;
  font-weight: bold;
  border: none;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  margin: 0 0 0 10px;
  width: 170px;
  text-align: center;
}
a.btn:hover {
  color: #fff;
}
.addtocart {
  text-align: center;
}
.beta th {
  min-width: 10em;
  width: auto;
  padding: 0.7em;
}
.beta td {
  padding: 0.7em;
}
.skumultibox dl dt,
.stockstatus dl dt {
  font-size: 1.3em;
  font-weight: bold;
  width: 7em;
}
.beta h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 0.7em;
}
.addtocart {
  margin: 1.5em auto 0 0;
  max-width: 330px;
  width: auto;
}
.box h4 {
  font-size: 1.3em;
}
.box h3,
.box h4,
.box h5 {
  line-height: 1.5;
}
strong {
  font-size: 1.2em;
}
.skumultibox dl,
.stockstatus dl {
  padding: 1.25em 0;
}
.beta p {
  font-size: 1.2em;
}
.beta {
  line-height: 1.5;
}
html body {
  line-height: 1.8;
}
ol {
  margin: 0 0 3em;
  font-size: 1.1em;
  padding: 0 2em;
}
.pikachoose {
  margin: 0 0 1em 0;
}
.price dl {
  border-top: none;
}
.skumultibox .price dl dd,
.stockstatus dl dd.field_price {
  font-size: 1.5em;
  font-weight: 600;
}
#content {
  padding: 0 0 8em;
}
#content .storycontent a:hover {
  text-decoration: none;
}
.single .btn {
  width: 11em;
}

@media only screen and (min-width: 769px) {
  #content.two-column.itemsingle .beta {
    width: 475px;
  }
  #content.two-column.itemsingle .alpha {
    width: 435px;
  }
  .pikachoose {
    width: 435px;
  }
}

@media only screen and (max-width: 479px) {
  .btn {
    width: 140px;
  }
  .single .btn {
    width: 12em;
  }
  #content {
    padding: 0;
  }
  html:not(:target) body {
    font-size: 3.7vw;
  }
}

@media only screen and (max-width: 364px) {
  .addtocart input[type=submit] {
    margin: 10px 0 0 10px;
  }
}





/* カタログ */
/* ============================================ */

.flex {
  display: flex;
  flex-wrap: wrap;
}
.item {
  width: 220px;
  padding: 2em 0.5em;
  max-width: 100%;
  display: inline-block;
}
body #content .item p {
  /* transform: translateX(0.5em); */
  padding: 0.5em 0 0;
}

@media only screen and (max-width: 530px) {
  #catalog_manual .item img {
    width: 40%;
    display: block;
    margin: 0 auto;
  }
  .item {
    width: 41vw;
  }
}



/* スキャンボディ */
/* ============================================ */

#scan_body .item,
.postid-247 .item {
  width: auto;
  padding: 1em 0.5em;
}
#scan_body .item img,
.postid-247 .item img {
  width: 100%;
}
#scan_body .flex,
.postid-247 .flex {
  flex-wrap: nowrap;
}

@media only screen and (max-width: 740px) {
  #scan_body .flex,
  .postid-247 .flex {
    flex-wrap: wrap;
  }
}




/* 商品詳細 */
/* ============================================ */

.field {
  clear: both;
}
.relatedbox h4 {
  font-size: 1.3em;
}
#itempage section.orderitem .actionform {
  padding: 0;
}
.skumultibox + div.skumultibox {
  padding: 0 0 2em;
}
#content .post .skumultibox h3 {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1em 1em;
}
#content .post .skumultibox h3 span {
  font-size: 90%;
}
#content .storycontent a {
  color: #fff;
  padding: 13px 30px;
  text-decoration: none;
}
img {
  max-width: 100%;
}
#content .post .skumultibox h3 {
  background: #7b7b7b;
  color: #fff;
}
#itempage section.orderitem {
  margin: 2.5em 0 0;
}
.item_custom_field td:nth-of-type(1) {
  background-color: #f0f0f1;
  font-weight: bold;
}

@media only screen and (min-width: 480px) {
  .item_custom_field td:nth-of-type(1) {
    width: 12em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  #content.two-column.itemsingle .beta {
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  #itempage .exp {
    font-size: 90%;
  }
}



/* ログインページ */
/* ============================================ */

#memberpages div.loginbox {
  background-color: unset;
  border: none;
}
#memberpages div.loginbox {
  width: 100%;
  max-width: 400px;
  border: none;
  padding: 0 0 30px;
}
#memberpages input.loginmail,
#memberpages input.loginpass {
  width: 100%;
}
#memberpages div.loginbox form {
  margin: 0px auto 1em auto;
}
.page-template-uscesmember .widget_welcart_post,
.page-id-27 .widget_welcart_post {
  display: none;
}
.sidebar .widget_welcart_login form input[type="text"],
.sidebar .widget_welcart_login form input[type="password"],
.sidebar .widget_welcart_login form input[type="esc_htmlpassword"] {
  width: calc(100% - 1em);
  padding: 6px 0.5em;
  text-align: left;
  border: none;
  border-radius: 3px;
}
.sidebar .widget_welcart_login form input[type="esc_htmlpassword"] {
  margin-bottom: 7px;
}
.sidebar .widget.widget_welcart_login .loginbox label {
  display: block;
}



/* その他 */
/* ============================================ */

#content.itemsingle {
  padding: 0 0 1em;
}
#main > #content {
  padding: 0 0 4em;
}
.postid-247 .item img {
  width: 100%;
}
.sidebar .widget_welcart_featured .thumtitle a:hover, .sidebar .widget_ucart_featured .thumtitle a:hover {
  font-weight: normal;
}
#pick_up_device .flex {
  flex-wrap: nowrap;
}
.widget_welcart_bestseller ul li a:before {
  line-height: 1.4;
}

@media only screen and (max-width: 830px) {
  #pick_up_device .flex {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 530px) {
  .flex .item img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .item {
    width: 41vw;
  }
}

@media only screen and (max-width: 479px) {
  #content.itemsingle {
    padding: 0;
  }
  div.header_explanation {
    padding: 0;
    margin: 0;
  }
}




/* ブログ（お知らせ） */
/* ============================================ */

.widget_welcart_post a {
  color: #666;
}
.blog dl {
  align-items: center;
}
body.blog #wrap dl h3,
.blog dl h3 {
  color: #666;
  font-size: 1.1em;
  margin: 0.4em 0;
  border: none;
  padding: 0;
  font-weight: 600;
}
.metabox {
  margin: 0 0 2em;
}
.single_wrap h1 {
  font-size: 1.5em;
  color: #666;
}
.blog .btn {
  margin-top: 4em;
}
.category .tag {
  color: #fff;
  background-color: #ababab;
  padding: 0 0.4em;
  font-size: 85%;
  margin: 0.5em auto;
  display: inline-block;
}
#company dt {
  width: 9em;
}
#company dd {
  width: calc(100% - 9em);
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .blog .alpha,
  .blog .beta {
    padding-bottom: 9em;
  }
  .page-template-page_blog .alpha,
  .page-template-page_blog .beta {
    padding-bottom: 7em;
  }
}

@media only screen and (max-width: 768px) {
  .blog dl {
    align-items: flex-start;
    flex-direction: column;
  }
  .blog dt {
    width: 100%;
  }
  .blog dd {
    padding: 0;
    width: 100%;
  }
  .single_wrap h1 {
    font-size: 1.2em;
  }
  #company dt {
    width: 7em;
  }
  #company dd {
    width: calc(100% - 7em);
  }
}



/* 新規入会フォーム */
/* ============================================ */

#newmember .customer_form input[type="checkbox"] {
  width: auto;
  transform: translateY(0.15em);
  margin-right: 0.5em!important;
}
#search_zipcode {
  color: #fff;
}
#newmember .at_check_area, #customer-info .at_check_area {
  font-size: 1.1em;
}
label.iopt_label {
  display: flex;
  align-items: center;
}
#newmember .at_cont_text, #customer-info .at_cont_text {
  box-sizing: border-box;
}

@media only screen and (max-width: 479px) {
  #customer-info th, #customer-info td, #delivery-info table.customer_form th, #delivery-info table.customer_form td, #newmember table.customer_form th, #newmember table.customer_form td {
    box-sizing: border-box;
  }
  #customer-info th, #delivery-info table.customer_form th, #newmember table.customer_form th {
    width: 100%;
    padding: 1em 0.7em;
    text-align: left;
    border-bottom: 1px solid #dedede;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  .customer_form tr {
    border: none;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #customer-info td, #delivery-info td, #newmember table.customer_form td {
    width: 100%;
    border: none;
  }
  #newmember .customer_form .name_td .member_name, #memberinfo .customer_form .name_td .member_name {
    padding-right: 1em;
  }
  td.name_td {
    display: flex;
  }
  #furikana_row td {
    display: flex;
  }
  #furikana_row .member_furigana {
    padding-right: 1em;
  }
  #zipcode_row #search_zipcode {
    margin: 0 0.7em  !important;
    display: block;
  }
  #newmember .at_cont_text, #customer-info .at_cont_text {
    height: 120px;
    width: 100%;
  }
}



/* ログイン時 */
/* ============================================ */

#memberinfo .customer_form input {
  width: auto;
}
#memberinfo th {
  font-size: 1em;
}
#cart_table th, #cart_table td, #memberinfo th, #memberinfo td {
  box-sizing: border-box;
}
#zipcode_row td {
  display: flex;
  align-items: center;
}
#memberinfo .customer_form input {
  margin: 0.5em 0.5em;
}
#memberinfo .history-area {
  height: 200px;
}
#memberpages #memberinfo ul {
  padding-top: 0.5em;
}
input[type="submit"].delButton, .upbutton input[type="submit"] {
  display: block;
}
#delivery-info .customer_form dl {
  margin: 1em 0;
  padding: 1em 0 0;
  display: flex;
  flex-direction: column;
}
#delivery-info .customer_form dd {
  padding-top: 1em;
  padding-bottom: 1.5em;
  padding-left: 0;
}
div.usccart_navi ol.ucart {
  height: auto;
}
select {
  padding: 0.2em;
}
#newmember .customer_form input {
  width: auto;
}
input[name="custom_member[_]"] {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .send button, .send input[type="button"], .send input[type="reset"], .send input[type="submit"] {
      margin: 0.5em 0;
  }
  #memberinfo .history-area {
    height: 150px;
  }
  #memberdetail tr {
    display: block;
  }
  #memberdetail th {
    width: 100%;
    display: block;
  }
  #memberpages #memberinfo ul {
    padding-left: 0;
  }
  #memberinfo th {
    width: 100%;
    text-align-last: left;
  }
  #memberinfo td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #cart table#cart_table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
  }
  table#cart_table > * {
    width: 190%;
    display: table;
  }
}

@media only screen and (max-width: 480px) {
  .customkey__ th {
    display: none;
  }
  .customkey__ td {
    padding: 0px 15px 16px !important;
  }
}





/* ポップアップ */
/* ============================================ */

.popup {
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  position:fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: .4s ease;
}
.popup.ok {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.popup-inner {
  max-width: 90%;
  width: 85%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 914px;
}
.popup-inner p {
  padding-bottom: 20px;
}
.popup h3 {
  font-size: 2.15em;
  letter-spacing: 0.1em;
}
.popup p {
  font-size: 1.15em;
  letter-spacing: 0.08em;
}
.popup button {
  background-color: #006cd7;
  color: #fff;
}
.popup button,
.popup input {
  border: 1px solid #333333;
  border-radius: 0;
  width: 156px;
  max-width: 45%;
  font-size: 1.3em;
}
.popup input {
  background-color: #e5e5e5;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 0;
  width: 156px;
  max-width: 45%;
  font-size: 1.3em;
}
.nowrap {
  flex-wrap: nowrap;
}
.between {
  justify-content: space-between;
}
.popup .flex {
  margin: 3.5em 0 4em;
  max-width: 416px;
  width: 100%;
}
.popup p:nth-of-type(2) {
  padding: 2em 0 0;
  font-size: 118%;
  font-weight: 600;
}
.inline {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .popup h3 {
    letter-spacing: 0.07em;
    font-size: 1.5em;
  }
  .popup p {
    font-size: 1em;
    letter-spacing: 0.06em;
  }
  .popup .flex {
    margin: 2.5em 0 2em;
  }
  .popup p:nth-of-type(2) {
    padding: 1em 0 0;
  }
}

@media only screen and (max-width: 479px) {
  body #content .p-mv.p-refit__apaceram__mv img {
    height: 56vw;
    object-fit: cover;
  }
}



@media only screen and (max-width: 640px) {
.page-id-427 .box table,
.page-id-427 .box table *,
.single-post .box table,
.single-post .box table * {
box-sizing: border-box;
}
.page-id-427 .box table th,
.page-id-427 .box table td,
.single-post .box table th,
.single-post .box table td  {
padding: 4px;
font-size: 10px;
}
}

.page-id-427 .box table.center th,
.page-id-427 .box table.center td,
.single-post .box table.center th,
.single-post .box table.center td {
text-align:  center;
}