@charset "utf-8";
.fixed-balloon {
  display: none;
}
.tp-cart__product__container select {
  width: 30px;
  background: #fff;
  color: #000;
}
select + span {
  vertical-align: bottom;
}
.fixed-line {
  display: none;
}
button.btn-cart {
  background-color: var(--MAIN_BLUE);
  width: clamp(180px, 14vw, 250px);
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--MAIN_WHITE);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  position: fixed;
  right: 5%;
  border: none;
  display: none;
  z-index: 10;
  box-shadow: 2px 2px 3px #767676;
}
button.btn-cart img {
  display: block;
  margin: 0 auto;
}
.tp-cart__product__container {
  text-align: center;
}
.tp-cart__product__price {
  margin-bottom: 20px;
}
.tp-cart__product__list article.active {
  border: 5px solid var(--MAIN_BLUE);
}
/* チェックボックス */
/*
input[type=checkbox] {
    display: none;
}
.checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: auto;
    vertical-align: bottom;
}
.checkbox::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
}
.checkbox::after {
    border-right: 8px solid var(--MAIN_BLUE);
    border-bottom: 4px solid var(--MAIN_BLUE);
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(.7, .7, 1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + .checkbox::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1,1,1);
}
*/
label.checkbox{
  background-color: var(--MAIN_BLUE);
  color: var(--MAIN_WHITE);
  width: 100%;
  border-radius: 40px;
  aspect-ratio: 350 / 61;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font_gothic);
  font-weight: 500;
  font-size: clamp(14px,2vw,20px);
  border: 1px solid var(--MAIN_BLUE);
  transition: .8s;
  cursor: pointer;
}
label.checkbox:hover{
	opacity: .7;
}
label.checkbox.selected{
	opacity:.6;
}
input{
  display: none;
}
/* その他 */
.tp-cart__product__list.tp-cart__other__product__list {
    grid-template-columns: repeat(1, 1fr);
}
.tp-cart__product__list.tp-cart__other__product__list article {
  display: flex;
  align-items: center;
}
.tp-cart__other__product__list .tp-cart__product__thumb {
  width: 30%;
}
.tp-cart__product__list article {
	border: 3px solid var(--MAIN_BEIGE);
}

@media screen and (min-width: 768px) {
	button.btn-cart {
	  font-size: 22px;
    bottom: 10%;
    padding-top: 20px;
	}
	button.btn-cart img {
    width: 50px;
	}
  button.btn-cart:hover {
    opacity: 0.7;
    text-decoration: none;
  }
	.tp-cart__product__list {
    margin-bottom: 100px;
	}
/*
	.checkbox {
	  padding: 0 30px;
	  margin-left: 1em;
	}
	.checkbox::before {
	  height: 25px;
	  left: 0px;
	  margin-top: -16px;
	  width: 25px;
	}
	.checkbox::after {
	  height: 28px;
	  left: 4px;
	  margin-top: -29px;
	  width: 15px;
	}
*/
	.tp-cart__other__product__list .tp-cart__product__thumb {
	  max-width: 280px;
	  margin-right: 30px;
	}
	.tp-cart__other__product__list .other__product__wrap {
	  flex: 1;
	}
	.tp-cart__other__product__list .tp-cart__product__container {
	  width: 25%;
	}
	.tp-cart__product__list article {
	  padding: 20px 20px ;
	  margin:10px 0;
	}
	.tp-cart__product__list article.active {
	  border-radius: 50px;
	}
	.tp-cart__other__product__list label.checkbox{
	  aspect-ratio: 350 / 80;
	  margin-top: 10px;
	}
}
@media screen and (max-width: 767px){
	button.btn-cart {
	  font-size: 15px;
    bottom: 140px;
    padding-top: 15px;
    width: clamp(125px, 14vw, 250px);
	}
	
	.tp-cart__product__ttl {
    font-size: 18px;
    margin-block: .5em;
    line-height: 1.4;
	}
	.tp-cart__product__list {
    margin-bottom: 80px;
	}
    .tp-cart__product__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 0;
  }
  tp-cart__product__ttl {
    font-size: 18px;
    margin-block: .5em;
	}
	.tp-cart__product__price {
    flex-direction: column;
    gap: 5px;
	}
	p.tp-cart__product__price--arrow {
    transform: rotate(90deg);
    margin-right: 1.5em;
	}
	.tp-cart__product__price--big {
    font-size: clamp(24px,3.8vw,38px);
	}
	[class*="tp-cart__product__price"] > span.tax {
    font-size: .4em;
	}
/*
	.checkbox {
	  padding: 0 0 0 30px;
	  margin-left: 1em;
	}
	.checkbox::before {
	  height: 25px;
	  left: 0px;
	  margin-top: -16px;
	  width: 25px;
	}
	.checkbox::after {
	  height: 25px;
	  left: 4px;
	  margin-top: -24px;
	  width: 12px;
	}
*/
	label.checkbox {
    aspect-ratio: 350 / 100;
	}
	.tp-cart__other__product__list .tp-cart__product__thumb {
	  max-width: 100px;
    margin-right: 20px;
	}
	.tp-cart__other__product__list .other__product__wrap {
	  flex: 1;
	}
	.tp-cart__other__product__list .tp-cart__product__container {
	  width: 27%;
	  max-width: 150px;
	}
	.tp-cart__other__product__list span.cartin-check {
    display: block;
	}
	.tp-cart__other__product__list .tp-cart__product__ttl {
    font-size: 16px;
    margin-block: 0;
    line-height: 1.4;
	}
	.tp-cart__other__product__list .tp-cart__product__list {
    gap: 40px;
	}
	.tp-cart__other__product__list .tp-cart__product__price{
    flex-direction: unset;
    margin: 0;
	}
	.tp-cart__other__product__list label.checkbox{
    border-radius: 15px;
    aspect-ratio: 350 / 250;
	}
	.tp-cart__product__list article {
    padding: 7px 10px;
	}
	.tp-cart__product__list article.active {
	  border-radius: 20px;
	}
	button.btn-cart img {
    width: 30px;
	}
}

.tp-cart__product__list.tp-cart__other__product__list{
	gap: 0px 30px;
}
.tp-completion__ttl.g-ttl{
	font-size:clamp(24px, 3vw, 36px);
	margin-bottom: 40px;
}