@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
form,
input,
button,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  font-size: 1em;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background: #62c6ee;
}

body::-webkit-scrollbar-track {
  background: #F1F8FF;
}

.w800p {
  width: 800px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.img_center {
  margin-left: -560px;
}

.w1920p {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.op0 {
  opacity: 0;
}

.c {
  text-align: center !important;
}

.cm {
  margin-left: auto;
  margin-right: auto;
}

.b {
  font-weight: bold;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mt200 {
  margin-top: 200px;
}

.pb100 {
  padding-bottom: 100px;
}

.relative {
  position: relative;
}

.z1 {
  z-index: +1;
}

.z2 {
  z-index: +2;
}

.z3 {
  z-index: +3;
}

.z99 {
  z-index: +9999;
}

.w100 {
  width: 100%;
}

.w95 {
  width: 95%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.span span {
  display: inline-block;
}

.inline_b {
  display: inline-block;
}

.pointer_evNone {
  pointer-events: none;
}

main,
article,
aside,
nav,
header,
footer,
img,
button,
picture,
picture source {
  display: block;
}

body {
  /*iphone用*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.back_gray {
  background-color: #e6e6e6;
}

.top_border {
  border-top: 1px solid #4d69f4;
}

/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/
.mer_area {
  background-color: rgba(117, 203, 237,0.45);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.material_title {
  font-size: 35px;
}

.material_price {
  font-size: 30px;
}

.hr_line {
  border: 1px solid #000;
}

.material_txt {
  font-size: 16px;
}

.wi_ec_item {
  width: 90%;
}

.wi_ec_btn {
  width: 100%;
}

.cart_area {
  background-color: rgba(117, 203, 237,0.45);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
}

.cart_box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.cart_box>div {
  width: 55%;
}

.product_tilte {
  font-size: 30px;
}

.product_txt1 {
  font-size: 20px;
  border-bottom: 2px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}

.product_txt1>span:nth-of-type(1) {
  font-size: 30px;
}

.product_txt1>span:nth-of-type(2) {
  display: flex;
  align-items: center;
}

.product_txt1 label {
  margin-top: -7px;
}

.product_txt2 {
  font-size: 20px;
  border-bottom: 2px solid #000;
  text-align: right;
  padding: 15px 0;
}

.product_txt3 {
  font-size: 20px;
  text-align: right;
  padding: 15px 0;
}

input[type="number"] {
  padding: 1%;
  width: 70px;
  text-align: center;
  height: 22px;
}

.form_tilte {
  font-size: 35px;
}

.form_area {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.form_area form>div:nth-of-type(1) {
  width: 60%;
}

.title {
  font-size: 25px;
  margin-top: 4%;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select {
  width: 100%;
  border: 2px solid #003592;
  font-size: 1.3em;
  padding: 0.3em 0.6em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 0 !important;
  color: #000 !important;
}

.product_txt4 {
  font-size: 20px;
  text-align: right;
  padding: 5px 0;
}

.subtotal_box div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.subtotal_box hr {
  width: 400px;
  border: solid 1px #000;
}

input::placeholder {
  color: #808080;
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}


input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

select {
  cursor: pointer;
}

.wrap {
  position: relative;
  z-index: +2;
}

.wrap::after {
  content: "\025bc";
  display: block;
  position: absolute;
  top: 3px;
  z-index: 3;
  font-size: 1.3em;
  right: -10px;
  height: 2em;
  color: #000;
  margin: auto;
  width: 2em;
  pointer-events: none;
}

button {
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  font-size: 1em;
}

button:focus,
input:focus,
select:focus,
textarea:focus,
section:focus,
main:focus,
article:focus,
nav:focus,
header:focus,
footer:focus,
div:focus,
a:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

.err_msg {
  font-size: 1.2em;
  color: #ee0000;
}

footer {
  padding: 20px 0;
  background-color: #62c6ee
}

footer p {
  font-size: 14px;
  text-align: center;
  width: 100%;
  color: #fff;
}