.cartjs_product_table table{
	width: 320px!important;
}
.top-title-wrap{
    width: 1000px;
    margin: auto;
    text-align: center;
    padding: 20px;
}
.top-title{
    font-size: 2em;
    text-align: center;
}
.top-title-circle{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.top-title-circle p{
    background-color: #dc00ba;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin: 5px;
    font-size: 1.2em;
}
.itemlist{
    width: 1000px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 50px;
    justify-content: space-between;
}
.itemlist-box{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 480px;
    color: #fff;
    margin-bottom: 50px;
}
.itemlist-box p{
    margin: 10px;
    text-align: center;
}
.itemlist-box img{
    width: 100%;
    height: fit-content;
}
.item1{
    background-color: #011439;
}
.item2{
    background-color: #6d0000;
}
.item3{
    background-color: #011b00;
}

.mv{
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	height: 400px;
	width: 100vw;
	background-position: center;
}


.wrap{
    width: 1000px;
    margin: auto;
}

.h1{
    display: flex;
    width: 700px;
    text-align: center;
    margin: auto;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid;
    border-radius: 20px;
    /* margin: 50px 0px 50px 0px; */
    /* margin-bottom: 100px; */
    margin-top: 40px;
    margin-bottom: 40px;
}

.h1-p{
	 display: flex;
	 width: 700px;
	 text-align: center;
	 margin: auto;
	 height: 80px;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 border: 3px solid;
	 border-radius: 20px;
	 /* margin: 50px 0px 50px 0px; */
	 margin-bottom: 20px;
	 margin-top: 40px;
	 background-color: #dc00ba;
	 color: #fff;
}
.img-txt{
	display: flex;
	margin: auto;
	width: 800px;
	justify-content: center;
}
.img-txt img{
    margin: 30px;
    width: auto;
    height: fit-content;
}
.img-txt p{
    width: 330px;
    text-align: justify;
    padding: 20px;
}


.img-txt-row{
    margin-top: 30px;
}
.img-txt-row img{}
.img-txt-row p{
    width: 660px;
    margin: auto;
    /* text-align: justify; */
    margin-top: 30px;
    margin-bottom: 30px;
}

.title-red{
    font-size: 3.5em;
    color: red;
    text-align: center;
    margin-bottom: 30px;
}
.title-red-s{
    font-size: 2.2em;
    color: red;
    margin-bottom: 30px;
    text-align: center;
    text-align: center;
    text-decoration: underline;
}
.w100{
    width: 100vw;
}
.w100 img{
    width: 100%;
    height: fit-content;
}
.underline{
	border-bottom: 2px solid;
}
.txt-center{
	text-align: center;
}
.item-box-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px;
}
.item-box{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-bottom: 50px;
    /* min-height: 1620px; */
}
.item-box-inner{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #ddd;
}
.item-box-inner p{
	text-align: justify;
	width: width;
	padding: 10px;
}
.item-box-inner img{
    width: 100%;
    height: fit-content;
}
.item-box-kosu{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.4em;
}
.item-box-kosu p{}
.item-box-kosu img{}
.item-title{
	font-size: 1.4em;
	margin-bottom: 20px;
}
.price{
    color: red;
    font-size: 1.5em;
}

input[type="number"] {
  width: 100px;
  border:1px solid;
  margin: 0px 10px;
  text-align: right;
  padding-right: 3px;
}

input[type="text"] {
  width: 100px;
  border:1px solid;
  margin: 0px 10px;
  text-align: right;
  padding-right: 3px;
}


input[type="submit"] {
  width: 100px;
  border:1px solid;
  margin: 0px 10px;
  text-align: right;
  padding-right: 3px;
  background-image: url(../images/cart.png);
  width: 360px!important;
  background-color: #fff!important;
  background-repeat: no-repeat;
  font-size: 0!important;
}

.cartjs_product_img{
	width: 100%!important;
}
.cartjs_cart_in{
	width: 100%!important;
}

.cartjs_product_explain{
	width: 100%!important;

}

@media screen and (max-width: 1000px) {
.top-title-wrap{
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 20px;
}
.top-title-wrap img{
	width: 90%;
}
.top-title{
    font-size: 1.2em;
    text-align: center;
}
.top-title-circle{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.top-title-circle p{
    background-color: #dc00ba;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin: 5px;
    font-size: 1.2em;
}
.itemlist{
    width: 1000px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 50px;
    justify-content: space-between;
}
.itemlist-box{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 480px;
    color: #fff;
    margin-bottom: 50px;
}
.itemlist-box p{
    margin: 10px;
    text-align: center;
}
.itemlist-box img{
    width: 100%;
    height: fit-content;
}
.item1{
    background-color: #011439;
}
.item2{
    background-color: #6d0000;
}
.item3{
    background-color: #011b00;
}

.mv{
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 100vw;
	background-position: center;
	background-size: 210vw;
	background-position: top;
}

.wrap{
    width: 100vw;
    margin: auto;
}

.h1{
    display: flex;
    width: 95%;
    text-align: center;
    margin: auto;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid;
    border-radius: 20px;
    /* margin: 50px 0px 50px 0px; */
    /* margin-bottom: 100px; */
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 1.2em;
}

.h1-p{
	 display: flex;
	 width: 95%;
	 text-align: center;
	 margin: auto;
	 height: 80px;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 border: 3px solid;
	 border-radius: 20px;
	 /* margin: 50px 0px 50px 0px; */
	 margin-bottom: 20px;
	 margin-top: 40px;
	 background-color: #dc00ba;
	 color: #fff;
	 font-size: 1.2em;
}
.img-txt{
	display: flex;
	margin: auto;
	width: 100%;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
}
.img-txt img{
    margin: 0;
    width: 100%;
    height: fit-content;
}
.img-txt p{
    width: 100%;
    text-align: justify;
    padding: 0;
    margin-top: 30px;
}


.img-txt-row{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.img-txt-row img{
    width: 100%;
}
.img-txt-row p{
    width: 100%;
    margin: auto;
    /* text-align: justify; */
    margin-top: 30px;
    margin-bottom: 30px;
}

.title-red{
    font-size: 1.8em;
    color: red;
    text-align: center;
    margin-bottom: 30px;
}
.title-red-s{
    font-size: 1.9em;
    color: red;
    margin-bottom: 30px;
    text-align: center;
    text-align: center;
    /* border-bottom: 1px solid; */
    text-decoration-line: underline;
}
.w100{
    width: 100vw;
}
.w100 img{
    width: 100%;
    height: auto;
}
.underline{
	border-bottom: 2px solid;
}
.txt-center{
	text-align: center;
}
.item-box-wrap{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 10px;
}
.item-box{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    width: 100%;
}
.item-box img{}
.item-box-inner{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #ddd;
}
.item-box-inner p{
	text-align: justify;
	width: width;
	padding: 10px;
}
.item-box-inner img{
    width: 100%;
    height: fit-content;
}
.item-box-kosu{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.4em;
}
.item-box-kosu p{}
.item-box-kosu img{}
.item-title{
	font-size: 1.4em;
	margin-bottom: 20px;
}
.price{
    color: red;
    font-size: 1.5em;
}

input[type="number"] {
  width: 100px;
  border:1px solid;
  margin: 0px 10px;
  text-align: right;
  padding-right: 3px;
}

input[type="text"] {
  width: 100px;
  border:1px solid;
  margin: 0px 10px;
  text-align: right;
  padding-right: 3px;
}


input[type="submit"] {
  width: 100px;
  border:1px solid;
  margin: 0px 10px;
  text-align: right;
  padding-right: 3px;
  background-image: url(../images/cart.png);
  width: 320px!important;
  background-color: #fff!important;
  background-repeat: no-repeat;
  font-size: 0!important;
  margin: auto;
  background-size: contain;
}

.cartjs_product_img{
	width: 100%!important;
}
.cartjs_cart_in{width: 320px!important;margin: o auto;}

.cartjs_product_explain{
	width: 100%!important;

}
	
	
	
}
