*{

}


.uk-button-primary{
  background-color:#00BF7E;
}

.uk-button-primary:hover{
  background-color:#02ab73!important;
}
/*
.uk-button-primary:disabled{
  background-color: transparent;
}
*/



html{
  color: #333!important;
  margin: 0;
  padding: 0;
  background-color: #F2F1F1;
  min-width: 340px;
}

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

}

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

}

body{
  margin: 0;
  padding: 0;
  flex-direction: column;
}

.header{
  height: 80px;
  background-color: #00BF7E;
}

.main-footer{
  background-color: #fefefe;
  border-top: 1px solid #b7b7b7;
  min-height: calc(100vh - 80px);
  display: flex;
  flex-flow: column;
}


.main-footer > *{
  width: 100%;
}


.main{
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.main-footer-home{
  background-image: url(../img/customer_bg.png);
}

.customer-section{
  flex-grow: 1;
}

.page{
  min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
  position: relative;/* ←相対位置 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}

.ec-alert{
  margin: 8px 0 0 0!important;
}

.store-bag-info-flex{
  display: flex;
  align-items: center;
  width: 100%;
}

.store-bag-info-title{
  font-size: 1.2rem;
  font-weight: bold;
  color: #6E3000;
  background-color: #FEE775;
  padding: 15px;
  border-radius: 0 0 27px 27px;
  border-bottom: 3px solid #E2A447B8;
}

.store-bag-info-item-title{
  font-size: 1.1rem;
  color: #6E3000;
}

.store-bag-info-store-name, .store-bag-info-bag-name, .store-bag-info-bag-period{
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  flex: 1;
  color: #6E3000;
  white-space: nomal;
}

.store-bag-info-bag-name{
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}

.store-bag-info-bag-name a{
  color: #333;
}

.store-bag-info-bag-name a:hover{
  text-decoration: none;
  color: #930a0a;
}

.store-bag-info-bag-name span{
  font-size: 1.1rem;
}

.store-bag-info-note{
  font-size: 0.95rem;
  color: #ef2020;
  font-weight: bold;

}


.store-bag-info-news {
  position: relative;
  color: #6E3000;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #FFFBE5;
}

.store-bag-info-news *:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}



.store-bag-info-news-title {
  margin-bottom: -5px;
  color: #6E3000;
  background-color: #FFFBE5;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}


.store-bag-info-news-table{
  background-color: #FFFBE5;
  border-radius: 3px;
  width: 100%;
  margin-top: 15px;
}

.store-bag-info-news-table tr{
}


.store-bag-info-news-table-title{
  padding: 3px 10px;
  max-width: 80px;
  color: #6E3000;
  border-right: 1px solid #483C2F;
  display: inline-block;
}

.store-bag-info-news-table-body{
  padding: 3px 10px;
  color: #6E3000;
  word-break: break-all;
  white-space: normal;
  text-align: left;
  display: inline-block;
}


@media only screen and (max-width: 600px) {
  .store-bag-info-title, .store-bag-info-item-title, .store-bag-info-store-name, .store-bag-info-news-table-body, .store-bag-info-news-table-title, .store-bag-info-bag-period, .store-bag-info-news, .store-bag-info-news-title{
    font-size: 3vw;
  }
  .store-bag-info-note{
    font-size: 2.7vw;
  }
}



.customer-section{
  margin:20px 0 20px 0 !important;
  padding: 0 20px;
}

.customer-container{
  padding: 0 !important;
}

.customer-container-preview{
  margin-top: 20px;
}


@media only screen and (max-width: 699px) {
  .customer-section {
    margin: 15px 0 15px 0 !important;
    padding: 0 15px;
  }
  
  .customer-container-preview{
    margin-top: 15px;
  }
}


.white-background{
  background-color: #fefefe;
  padding: 18px !important;
  border: 1px solid #e7e7e7;
}

.store-bag-info{
  background-color: #FFF1AB;
}

.store-bag-info-body{
  padding:0 15px 15px 15px;
}


.footer {
  position: sticky;
  top: 100vh;
  background: #707070;
  width: 100%;
}

.footer .footer-nav {
  list-style: none;
  margin: 20px 0 20px 0;
  padding: 0 !important;
}

.footer .footer-nav li {
  position: relative;
}


.footer .footer-nav a {
  display: block;
  padding: 0 30px 0 10px;
  color: #333;
  font-size: 0.9rem;
  color: white;
}

.footer .footer-copyright {
  text-align: center;
  font-size: 0.7rem;
  color: white;
  padding: 10px;
  background-color: #333333;
  white-space: normal;
}

 
@media only screen and (min-width: 700px) {

  .footer .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .footer-nav li:before {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.5rem;
    content: "";
    background: #00BF7E;
  }

}

@media only screen and (max-width: 699px) {
  .footer .footer-nav {
    margin: 0;
  }
 
  .footer .footer-nav li {
    border-top: 1px solid #555555;
    text-align: center;
  }
 
  .footer .footer-nav li:last-child {
    border-bottom: 1px solid #555555;
  }
 
  .footer .footer-nav li a {
    padding: 12px 20px;
    text-align: center;
  }
}


@media only screen and (max-width: 500px) {
  .footer .footer-copyright {
    font-size: 0.6rem;
  }
}

.navbar{
  position: relative;
}

.navbar-logo{
  font-size: 0;
  padding: 0;
  padding-left: 15px;
  color: white;
  margin: 0;
}

.navbar-logo:hover{
  color: #333;
}
.navbar-logo img{
  max-width: 400px;
}

@media only screen and (max-width: 639px) {
  .navbar-logo img{
    width: 100%;
  }
}

.navbar-cart-btn-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  height: 80px;
}


.navbar-cart-btn{
  color: white;
  display: block;
  border-radius: 10px;
  max-width: 50px;
  min-width: 50px;
  max-height: 50px;
  min-height: 50px !important;
  margin-right: 15px;
  margin-left: 15px;
  border: 3px solid white;
  padding: 7px !important;
}


@media only screen and (max-width: 550px) {
  .navbar-cart-btn{
    max-width: 45px;
    min-width: 45px;
    max-height: 45px;
    min-height: 45px !important;
  }
}


@media only screen and (max-width: 639px) {
  .navbar-cart-btn{
    margin-right: 15px;
    font-size: 3vw;
  }
}


.navbar-cart-btn span{
  display: block;
  color: white;
}

.navbar-cart-btn-text{
  font-size: 0.7rem;
  color: white;
}

@media only screen and (max-width: 639px) {
  .navbar-cart-btn-text{
    font-size: 0.3vw;
    color: white;
  }  
}

.product * {
  box-sizing: border-box;
}

.product-description h3, .product-description h4{
  font-weight: bold;
}

.product-image-slideshow{
  margin-bottom: 10px;
}

.product-image-card{
  width: 100%;
  height: 100%;
  border: 1px solid #e7e7e7;
}

.product-image-card img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-image-thumbnav{
  margin-left: -7px;
}


.product-image-thumbnav-card{
  width: 55px;
  height: 55px;
  outline: 1px solid #BBBBBB;
  position: relative;
  margin: 7px !important;
}

.product-image-thumbnav-card img{
  max-width: 55px;
  max-height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-image-thumbnav-card .play{
  max-width: 40px;
  max-height: 40px;
  opacity: 0.8;
}

@media only screen and (max-width: 839px) {
  .product-image-thumbnav-card{
    width: 55px;
    height: 55px;
  }

  .product-image-thumbnav-card img{
    max-width: 55px;
    max-height: 55px;
  }
}



.slide-show-icon-button{
  width: 32px;
  height: 32px;
  border: solid 1px #333;
  background: #333;
  border-radius: 5px;
  opacity: 0.3;
}

.slide-show-icon-button-left{
  left: -5px;
}

.slide-show-icon-button-right{
  right: -5px;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.arrow-r:before,
.arrow-b:before,
.arrow-l:before,
.arrow-t:before {
  position: relative;
  display: block;
  margin: auto;
  top: 50%;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-right-color: #fff;
  border-top-color: #fff;
  content: "";
}
.arrow-r:before {
  margin-left: 12%;
  margin-top: -24%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-b:before {
  margin-left: 24%;
  margin-top: -36%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.arrow-l:before {
  margin-left: 36%;
  margin-top: -24%;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.arrow-t:before {
  margin-left: 24%;
  margin-top: -12%;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}


.youtube-image-card {
  width: 100%;
  height: 100%;
  border: 1px solid #e7e7e7;
}

.youtube-image-card img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.youtube-image-card .thumbnail{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.youtube-image-card .play{
  max-width: 100px;
  max-height: 100px;
  opacity: 0.8;
}

.product-image-modal-dialog, .movie-modal-dialog{
  width: 720px;
}


.movie-modal-body{
  padding: 0 !important;
}




.product-hr{
    height: 0;
    margin: 0;
    margin-bottom: 50px;
    padding: 0;
    border: 0;
    border-top: 1px dotted skyblue;
}


.product-name{
  margin-top: 5px;
  margin-bottom: 10px;
  font-size:1.8rem !important;
  word-wrap: break-word;
}

.prodcut-price-text{
  font-size: 1.7rem;
  color:#333333;
}

.prodcut-regular-price-tax-text{
  font-size: 0.9rem;
}

.prodcut-price-tax-text{
  font-size: 0.7rem;
  color: #777;
}


@media only screen and ((max-width: 799px) and (min-width: 700px) ) {
  .product-name{
    font-size:1.5rem !important;
  }
  
  .prodcut-price-text{
    font-size: 1.4rem;
  }
  
  .prodcut-price-tax-text{
    font-size: 0.6rem;
    color: #777;
  }
}


@media only screen and (min-width: 700px) {
  .product-image-info-flex{
    display: flex;
  }
  
  .product-image{
    width: 57%;
    margin-right: 20px;
  }
  
  .product-info{
    width: 43%;
    /*display: flex;
    flex-flow: column;
    justify-content:space-between;*/
    margin-left: 20px;
    margin-bottom: 8px;
  }

  .product-title-sm{
    display: none;
  }

  .product-title{
    margin-bottom: 100px;
  }

  .prodcut-price{
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 699px) {
  .product-image{
    width: 100%;
    margin-bottom: 30px;
  }

  .product-title{
    display: none;
  }

  .product-title-sm{
    margin-bottom: 20px;
  }

  .prodcut-price{
    margin-bottom: 40px;
  }

}

@media only screen and ((max-width: 499px) ) {
  .product-name{
    font-size:1.5rem !important;
  }
  
  .prodcut-price-text{
    font-size: 1.4rem;
  }
  
  .prodcut-price-tax-text{
    font-size: 0.6rem;
    color: #777;
  }
}


.product-quantity-input{
  width: 70px;
}

.alert__message {
  outline: none;
}

.alert {
  position: relative;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.alert-primary {
  background-color: #ebf8ff;
  border: 1px solid #4299e1;
  color: #2b6cb0;
}

.alert-secondary {
  background-color: #f7fafc;
  border: 1px solid #cbd5e0;
  color: #222731;
}

.alert-info {
  background-color: #e6fdff;
  border: 1px solid #4cd4ce;
  color: #00727c;
}

.alert-success {
  background-color: #f0fff4;
  border: 1px solid #68d391;
  color: #2f855a;
}

.alert-warning {
  background-color: #fffaf0;
  border: 1px solid #ed8936;
  color: #c05621;
}

.alert-danger {
  background-color: #fff5f5;
  border: 1px solid #fc8181;
  color: #c53030;
}

.alert-light {
  background-color: #fff;
  border: 1px solid #edf2f7;
  color: #1a202c;
}

.alert-dark {
  background-color: #2d3748;
  border: 1px solid #1a202c;
  color: #d3d3d3;
}

.delimiter {
  line-height: 1.6em;
  width: 100%;
  text-align: center;
  padding: 0.4em 0;
}

.delimiter:before {
  display: inline-block;
  content: "***";
  font-size: 30px;
  line-height: 65px;
  height: 30px;
  letter-spacing: 0.2em;
}

.delimiter:before {
  display: inline-block;
  content: "***";
  font-size: 30px;
  line-height: 65px;
  height: 30px;
  letter-spacing: 0.2em;
}

.product-table, .product-table td, .product-table th {
  border: 1px #ccc solid;
  border-collapse: collapse;
}

.product-table * {
  box-sizing: border-box;
}

.product-table{
  border-collapse: collapse; 
  width: 100%;
  margin: 0 auto;
}

.product-table th{
  padding: 10px;
  width: 30%;
  text-align: left;
}

.product-table td{
  padding: 10px;
  width: auto;  /*余ったスペースを横幅に*/
}

.product-list-container{
  margin-top: 20px;
}

.product-list-container * {
  box-sizing: border-box; 
}

.product-list{
  display:flex;
  flex-wrap: wrap;
  margin-top:1px;
  margin-bottom: -20px;
}

.product-item{
  background-color: #fefefe;
  margin: 0;
  border: 1px solid #efefef;
  border-collapse: collapse;
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px;
  box-shadow:  15px 15px 15px -15px rgba(0, 0, 0, .5);
}

.product-item-hr{
  border:none;
  height:1px;
  border-top: 1px dashed #888;
  margin-bottom: 0px;
}


.product-item a{
  display: block;
  height: 100%;
  padding: 10px;  
}


.product-item a:hover{
  text-decoration: none; 
}


.product-search-select{
  margin-bottom: 30px;
}

.product-search-select select{
  width: 300px;
}


@media screen and (min-width:1060px) {
  .product-item{
    width: calc(((100%) / 4) - 20px );
    margin-left: 20px;
  }
  .product-list{
    margin-left: -20px;
  }

  .product-search-select{
    margin-right:4px;
  }
}

@media screen and (min-width:810px) and ( max-width:1059px) {
  .product-item{
      width: calc(((100%) / 3) - 20px ); 
      margin-left: 20px;
  }
  .product-list{
    margin-left: -20px;
  }

  .product-search-select{
    margin-right:3px;
  }
}

@media screen and (min-width:560px) and ( max-width:809px) {
  .product-item{
      width: calc(((100%) / 2) - 20px ); 
      margin-left: 20px;
  }
  .product-list{
    margin-left: -20px;
  }

  .product-search-select{
    margin-right:2px;
  }
}

@media screen and (max-width:559px) {
  .product-item{
      width: 100%; 
  }

  .product-list{
    margin-left:1px;
  }

  .product-search-select{
    margin-right:1px;
  }

  .product-item:nth-child(n+2) {
    margin-top: 20px;
  }
}



/*
@media screen and (min-width:1000px) {
  .product-item{
    width: calc(((100% - 40px * 3) / 4)); 
  }

  .product-item:nth-child(4n), .product-item:nth-child(4n+2), .product-item:nth-child(4n+3){
    margin-left: 40px;
  }

  .product-item:nth-child(n+5) {
    margin-top: 50px;
  }
}


@media screen and (min-width:700px) and ( max-width:999px) {
  .product-item{
      width: calc(((100% - 40px * 2) / 3)); 
  }

  .product-item:nth-child(3n), .product-item:nth-child(3n+2){
    margin-left: 40px;
  }

  .product-item:nth-child(n+4) {
    margin-top: 50px;
  }
}

@media screen and (min-width:500px) and ( max-width:699px) {
  .product-item{
      width: calc(((100% - 40px) / 2)); 
  }

  .product-item:nth-child(2n){
    margin-left: 40px;
  }

  .product-item:nth-child(n+3) {
    margin-top: 50px;
  }
}

@media screen and (max-width:499px) {
  .product-item{
      width: 100%; 
  }

  .product-item:nth-child(n+2) {
    margin-top: 50px;
  }
}

*/

.product-item-image-card{
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.product-item-image-card img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.product-item-image-card{
  position: relative;
  width: 100%;
  height: 100%;
}

.product-item-image-card img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-item:hover .product-item-image-card{
  opacity: 0.7;
}


.prodcut-item-name{
  padding: 0;
  margin: 5px 0 2px 0;
  color: #333;
  word-wrap: break-word;
}

.prodcut-item-name{
  color: #333333;
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  white-space: normal;
}

.product-item:hover .prodcut-item-name{
    color: #930a0a;  
}

.prodcut-item-price{
  color: #FF4A56;
  font-size: 1.25rem;
  line-height: 1.4rem;
  margin: 0 0 2px 0;
}
.prodcut-item-price .prodcut-price-text,
.prodcut-item-price .prodcut-price-tax-text{
  color: #FF4A56;
}

.prodcut-item-regular-price{
  color: #333;
  font-size: 1.25rem;
  line-height: 1.3rem;
  margin: 0 0 2px 0;
}
.prodcut-item-regular-price .prodcut-price-text,
.prodcut-item-regular-price .prodcut-price-tax-text{
  color: #333;
  line-height: 1.2rem;
}


.paginationWrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.paginationWrap ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: #e5fef0;
  padding: 15px 20px;
  border-radius: 7px;
  border:1px solid #8fdeb4;
}

.paginationWrap ul.pagination li {
display: inline;
margin: 3px;

}

.paginationWrap ul.pagination li a {
  color: #2f3859;
  padding: 8px 14px;
  text-decoration: none;
}

.paginationWrap ul.pagination li a.active {
  background-color: #00BF7E;
  color: white;
  border-radius: 40px;
  width: 38px;
  height: 38px;
}

.paginationWrap ul.pagination li a:hover:not(.active) {
  background-color: #e1e7f0;
  border-radius: 40px;
}

.paginationWrap .not_link:hover{
  cursor: default;
  background-color: transparent !important;
}

.customer-page-title{
  color: #333;
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 0px;
  margin-bottom: 35px;
  display: inline-block;
  position: relative;
  padding: 0.1rem 0.3rem;
}


.customer-page-title::before{
  content:"";
  display:inline-block;
  width:5px;
  height:30px;
  background-color:#00BF7E;
  position:absolute;
  top:2px;
  left:-5px;
}


.cart-table{
  width: 100%;
  position: relative;
}

.cart-empty{
  border: 1px dotted #666;
  padding:40px 10px;
}

.cart-table-wrapper, .order-product-table-wrapper{
  width: 100%;
  position: relative;
}

.cart-table *, .order-product-table *{
  box-sizing: border-box; 
}

.cart-table-image-card img, .order-product-table-image-card img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cart-table-delete-btn{
  font-size: 0.8rem;
  padding-left: 15px;
  padding-right: 15px;
}

.cart-table-quantity-input{
  width: 60px;
}

@media screen and (min-width: 760px){

  .cart-table-head, .order-product-table-head{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    font-size: 0.95rem;
    background-color: #e7e7e7;
    border: solid 1px #d7d7d7;
    padding: 0;
  }

  .cart-table-tr, .order-product-table-tr{
    display: flex;
    border-bottom: solid 1px #d7d7d7;
    width: 100%;
    align-items: center;
  }

  .cart-table-th, .order-product-table-th{
    color: #333;
    font-weight: bold;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.95rem;
  }

  .cart-table-td, .order-product-table-td{
    font-size: 0.95rem;
    padding: 5px;
  }

  .cart-table-name-td, .order-product-table-name-td{
    order:1;
  }

  .cart-table-name-td a, .order-product-table-name-td a{
    color: #0a5f93;
  }

  .cart-table-image-td, .order-product-table-image-td{
    order:0;
  }

  .cart-table-items, .order-product-table-items{
    display: flex;
    align-items: center;
    order: 2;
  }

  .cart-table-delete-td, .order-product-table-delete-td{
    order: 3;
  }

  .cart-table-image-card, .order-product-table-image-card{
    width: 80px;
    height: 80px;
    position: relative;
  }

  .cart-table-image-th, .cart-table-image-td, .order-product-table-image-th, .order-product-table-image-td{
    min-width: 90px;
    max-width: 90px;
  }

  .cart-table-name-th, .cart-table-name-td, .order-product-table-name-th, .order-product-table-name-td{
    word-break: break-word;
    width: 100%;
  }

  .cart-table-price-th, .cart-table-price-td, .order-product-table-price-th, .order-product-table-price-td{
    width: 130px;
  }

  .cart-table-quantity-th, .cart-table-quantity-td, .order-product-table-quantity-th, .order-product-table-quantity-td{
    width: 110px;
  }

  .cart-table-subtotal-th, .cart-table-subtotal-td, .order-product-table-subtotal-th, .order-product-table-subtotal-td{
    width: 110px;
  }


  .cart-table-delete-th, .cart-table-delete-td{
    min-width: 72px;
    max-width: 72px;
  }

  .cart-tax-included{
    display: none;
  }

  .cart-table-items-sub, .order-product-table-items-sub{
    display: flex;
    align-items: center;
  }

}


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

  .cart-tax-included{
    font-size: 0.6rem;
  }

  .cart-table-head, .order-product-table-head{
    display: none;
  }

  .cart-table-tr, .order-product-table-tr{
    display: flex;
    border: solid 1px #d7d7d7;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
  }

  .cart-table-name-td, .order-product-table-name-td{
    order:0;
    width: 100%;
    word-break: break-word;
    background-color: #e7e7e7;
    outline: solid 1px #e7e7e7;
    color: #333;
    margin-bottom: 1px;
    padding:5px;
    font-weight: 600;
  }

  .cart-table-name-td a, .order-product-table-name-td a{
    color: #032156;
  }
  
  .cart-table-image-td, .order-product-table-image-td{
    order:1;
  }
  
  .cart-table-items, .order-product-table-items{
    flex-direction: column;
    order: 2;
  }

  .cart-table-delete-td{
    order: 3;
  }

  .cart-table-image-th, .cart-table-image-td, .order-product-table-image-th, .order-product-table-image-td{
    width: 150px;
  }

  .cart-table-image-card, .order-product-table-image-card{
    width: 145px;
    height: 145px;
    position: relative;
    border-right:1px solid #dedede;
    border-bottom:1px solid #dedede;
    margin-bottom: -1px;
  }

  .cart-table-items, .order-product-table-items{
    display: block;

  }

  .cart-table-items .cart-table-td::before, .order-product-table-items .order-product-table-td::before{
      content: attr(data-label);
      font-size: 0.93rem;
      color: #777;
      display: inline;
  }

  .cart-table-items .cart-table-td, .order-product-table-items .order-product-table-td{
    font-size: 0.93rem;
    margin: 5px;
  }

  .cart-table-items .cart-table-subtotal-td, .order-product-table-items .order-product-table-subtotal-td{
    margin-top: 0px;
    position: relative;
  }

  .cart-table-items, .order-product-table-items{
    height: 120px;
    display: flex;
    flex-flow: column;
    justify-content:space-between;
  }


  .cart-table-delete-td{
    text-align: right;
    margin-left: auto;
    margin-right: 12px;
  }

  .cart-table-quantity-input{
    line-height: 16px !important;
    height: 24px;
    width: 50px;
    padding: 0px;
    padding-left: 3px;
  }
}


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

  .cart-tax-included{
    font-size: 0.5rem;
  }

  .cart-table-image-th, .cart-table-image-td, .order-product-table-image-th, .order-product-table-image-td{
    width: 112px;
  }

  .cart-table-image-card, .order-product-table-image-card{
    width: 112px;
    height: 112px;
  }

  .cart-table-items .cart-table-td::before, .order-product-table-items .order-product-table-td::before{
    font-size: 0.75rem;
  }

  .cart-table-items .cart-table-td, .order-product-table-items .order-product-table-td{
    font-size: 0.8rem;
  }

  .cart-table-quantity-input{
    font-size: 0.8rem;
  }

  

  .cart-table-items, .order-product-table-items{
    height: 100px;
  }

}

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


}

.convenience-fee{
  padding-right: 12px;
}

.convenience-fee-text{
  color : #FE0011;
}


.cart-total-price{
  font-size: 1.2rem;
  padding: 10px;
  background-color: #D5EFE6;
  color: #016744;
}

.cart-total-price-tax-text{
  font-size: 0.9rem;
  color: #016744;
}


.link-back-btn{
  color: white;
  background-color: #01D4BE;
  border: 1px solid #eee;
}

.link-back-btn:hover{
  text-decoration: none;
  color: white;
  background-color: #01beab;
  border: 1px solid #eee;
}


.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  visibility:hidden;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}

.spinner {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border: 10px solid #000;
  border-right: 10px solid transparent;
  border-radius: 50%;
  animation: rotate 1s infinite linear; /*linear = 等速で変化する*/
  margin-bottom: 60px;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.cart-table-update-btn{
  font-size: 0.75rem;
  margin-left: 3px;
  color: #1e87f0;
  display: none;
}

.cart-table-update-btn:hover{
  cursor: pointer;
  text-decoration: underline;
}


.customer-info-table *, .order-info-table *{
  box-sizing: border-box;
}

.customer-info-table, .order-info-table{
  border-collapse: collapse; 
  width: 100%;
}

.customer-info-table th, .order-info-table th {
  background-color: #eee;
  border: solid 1px #ccc;
  padding: 10px;
  width: 25%;
  text-align: center;
}

.customer-info-table td, .order-info-table td{
  border: solid 1px #ccc;
  padding: 10px;
  width: auto;  /*余ったスペースを横幅に*/
}

@media screen and (max-width: 699px) {
  .customer-info-table th, .customer-info-table td, .order-info-table th, .order-info-table td {
      display: block;
      width: 100%;
  }
}

.order-notes{
  margin:30px 0;
}

.order-notes p{
  margin:0 0 14px 0;
}

.order-caution p {
  color: red;
  font-size: 1.2rem;
  text-decoration:underline;
}

input:read-only{
  background-color: #f5f5f5;
}

.order-form, .contact-form{
  border: 1px solid #ddd;
  padding: 20px 16px;
  border-radius: 5px;
  max-width:820px; 
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .order-form, .contact-form{
    padding: 8px;
  }
}

.order-form-table *, .contact-form-table *{
  box-sizing: border-box;
}

.order-form-table, .contact-form-table{
  border-collapse: collapse; 
  width: 100%;
  max-width:800px; 
  margin: 0 auto;
  
}


.order-form-table th, .contact-form-table th{
  padding: 10px;
  width: 30%;
  text-align: left;
}

.order-form-table td, .contact-form-table td{
  padding: 10px;
  width: auto;  /*余ったスペースを横幅に*/
}

@media screen and (max-width: 699px) {
  .order-form-table th, .order-form-table td, .contact-form-table th, .contact-form-table td {
      display: block;
      width: 100%;
  }

  .order-form-table th, .contact-form-table th{
    padding-bottom: 0;
  }

  .order-form-table td, .contact-form-table td{
    padding-top: 0;
  }
}

.order-form-table-class-td, .contact-form-table-class-td{
  display: flex;
  align-items: center;
}

.order-form-table-class-td *, .contact-form-table-class-td *{
  display: block;
}

.order-form-table-td-class span, .contact-form-table-td-class span{
  margin-left: 5px;
}

.order-form-table-width-small, .contact-form-table-width-small{
  width: 140px;
}

.order-form-table-width-medium, .contact-form-table-width-medium{
  width: 270px;
}

.contact-form-textarea{
  resize: vertical;
}

.youtube-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.youtube {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}

/* YouTube埋め込み用のiframe */
.youtube iframe{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

.breadcrumb a{
  color: #3471FF;
}

@media screen and (max-width: 450px) {
  .breadcrumb a, .breadcrumb li{
    font-size: 0.8rem;
  }
}

.category-label{
  background-color: #FF8C34;
}

.print-name-label{
  margin-left: 10px;
}

.product-show-hr{
  border:none;
  height:1px;
  border-top: 1px dashed #888;
}


.product-show-detail-title{
  font-size: 1.2rem;
  padding: 0.1rem 0.3rem;
  position: relative;
  margin-bottom: 24px;
}

.product-show-detail-title::before{
  content:"";
  display:inline-block;
  width:5px;
  height:25px;
  background-color:#00BF7E;
  position:absolute;
  top:3px;
  left:-5px;
}

.product-show-back-button-wrapper{
  margin: 20px 0 3px 0;
  text-align: center;
}


.product-show-back-button{
  font-size: 0.9rem;
  background-color: #01D4BE;
  border-radius: 3px;
  color: white;
  border: 1px solid #dddcdc;
  display: inline-block !important;
  width: 230px;
  padding: 0 5px;
}

.product-show-back-button:hover{
  text-decoration: none;
  color: white;
  background-color: #01beab;
}

.category-select{
  max-width: 210px !important;
}

.customer-page-title-sub-text{
  margin-top: -20px;
}

.customer-page-title-sub-text-inportant{
  color : #FE0011;
}


.required-label{
  position: relative;
}

.required-label::after {
  position: absolute;
  right: -40px;
  top: 1px;
  content: "必須";
  background-color: #FF0011;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 7px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
}

.order-form-hr, .contact-form-hr{
  border:none;
  height:1px;
  border-top: 1px dashed #888;
  margin: 0px;
}

.name-print-form{
  padding: 8px 12px;
}

.order-thanks-title{
  background-color: #FFF1AB;
  padding: 16px 10px;
  text-align: center;
  color: #483C2F;
  font-size: 1.5rem;
}

@media only screen and (max-width: 450px) {
  .order-thanks-title{
    font-size: 1.3rem;
  }
}


.order-notes-important{
  color: blue;
}

.link-back-btn-wrapper{
  text-align: center;
}


.law-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}


/* 見出し欄 */
.law-table th {
  text-align: left;
  font-size: 0.95rem;
  color: #333;
  padding: 0.9rem;
  width: 25%;
  background:#f1f1f1;
  border: solid 1px #d8d8d8;
  box-sizing: border-box;
 }

 /* 通常欄 */
 .law-table td {
  padding: 0.9rem;
  font-size: 0.9rem;
  border: solid 1px #d8d8d8;
  width: auto;
  box-sizing: border-box;
 }
 
 @media screen and (max-width: 700px) {
    .law-table th, .law-table td {
      display:block;
      width: 100%!important;
      border-top: none!important;
    }
    .law-table tr:first-child th {
      border-top: 1px solid #d8d8d8!important;
    }
 }

 
 .order-confirm-title{
  margin-bottom: 10px;
  font-weight: bold;
 }

.order-form-message-box, .contact-form-message-box{
  max-width: 850px;
  margin: 0 auto;
}
 

 @media screen and (min-width: 700px) {
  .order-form--title-email-th{
    padding-top: 18px !important;
    vertical-align:baseline;
   }

   .order-form--title-payment-type-th, .order-form--title-payment-type-td{
    vertical-align:baseline;
   }

   .contact-form--title-email-td{
    padding-top: 18px !important;
    vertical-align:baseline;
   }

   .contact-form--title-contet-th{
    padding-top: 18px !important;
    vertical-align:baseline;
   }
}

.privacy-policy h3{
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 12px;
}


.privacy-policy{
  counter-reset: rank 0;
  font-size: 1.2rem;
}
.privacy-policy h3{
  position: relative;
  padding-left: 32px;
  border: 2px solid darkgreen;
  background-color: #1de6a3;
}
.privacy-policy h3::before{
  counter-increment: rank;
  content: counter(rank);
  display: block;
  position: absolute;
  left: 0; 
  width: 24px;
  text-align: center;
  border-right: 2px solid darkgreen;
}


.privacy-policy p{
  margin: 12px 0;
}

.double-click-prevention{
    /*transition-duration: 0s !important;
    transition-timing-function: step-start !important;
    transition-delay: unset !important;*/
}

.order-form-payment-note{
  color: #ef2020;
  font-weight: bold;
}

.tel-input{
  width: 70px;
}

.out-of-term-text{
  text-align: center;
  font-size: 1.8rem;
  margin: 0;
}

.out-of-term-body {
  margin: 0;
  padding: 20px;
  height: 100vh;
  background-color: #F5FFFA;

}