@charset "utf-8";

img {
    max-width: 100%;
    width: 100%;
}

body {
    margin: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #221815;
}

header {
    background-color: #f19ec2;
    color: #fff;
    text-align: center;
    padding: 10px 0 5px;
    box-sizing: border-box;
　　　　filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.6));
}

h1 {
    margin: 0;
    font-size: 1.2rem;
}

.description,
.character,
.item_area,
.item_image_1,
.item_image_2 {
    position: relative;
}

.textarea {
    position: absolute;
    width: 50%;
    font-size: .8rem;
    top: 0px;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 130px;
    color: #515252;
    text-align: center;
    line-height: 1.2;
}

.item,
.dakara,
.character .title {
    width: 400px;
    max-width: 40%;
    margin: auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

.price_area {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #999;
    left: 0;
    margin: auto;
    top: 50%;
}

.bihaku {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background: #e75581;
  color: #FFF;
  box-sizing: border-box;
}

.bihaku:before, .bihaku:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.bihaku:before {
  top: 0;
  left: 0;
  border-width: 15px 0px 15px 15px;
  border-color: transparent transparent transparent #f8e7e8;
  border-style: solid;
}

.bihaku:after {
  top: 0;
  right: 0;
  border-width: 15px 15px 15px 0px;
  border-color: transparent #f8e7e8 transparent transparent;
  border-style: solid;
}

img.binomegumi {
    width: 100px;
    margin: auto;
}

.price {
    color: #e62081;
    font-size: 2.6rem;
    margin: 20px 0;
}

.price .text {
    margin-top: 10px;
}

.text {
    color: #221815;
    font-size: .7rem;
}

span.note {
    font-size: 1.6rem;
    color: #e62081;
}

.item-name {
    text-align: left;
    width: 320px;
    margin: 30px auto;
    color: #220022;
}

.work_of_hyaluronic_acid,
.preventive_repair {
    position: absolute;
    right: 100px;
    bottom: 100px;
    width: 500px;
}

.preventive_repair {
    left: 100px;
}

h2 {
    color: #005bac;
    font-size: 1.9rem;
    font-weight: 400;
}

span.bg_yellow {
    background-color: yellow;
}

.cart {
    width: 100%;
    margin: auto;
    background-color: #eab7c1;
    padding: 5px;
    border-radius: 0;
    box-sizing: border-box;
}

form {
    margin: 0;
}

.cart h2 {
    margin: 0 10px;
    color: #e75581;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-shadow: 1px 1px 0 #fff,
                 -1px 1px 0 #fff,
                 1px -1px 0 #fff,
                 -1px -1px 0 #fff;
    -webkit-text-shadow: 1px 1px 0 #fff,
                 -1px 1px 0 #fff,
                 1px -1px 0 #fff,
                 -1px -1px 0 #fff;
}

select {
    width: 60px;
    height: 30px;
    color: #e75581;
    padding-left: 10px;
    background-color: #f8e7ea;
}

input[type="submit"] {
    border: none;
    width: 35%;
    height: 30px;
    font-size: .8rem;
    color: #fff000;
    background-color: #e75581;
}

footer {
    color: #fff;
    background-image: url(../images/footer.png);
    background-size: 100%;
    height: 180px;
    background-repeat: no-repeat;
    padding: 50px 50px;
    box-sizing: border-box;
}

.company_data {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
}

.company_data div {
    margin-right: 30px;
}

.company_name {
    font-size: 1.8rem;
}

.tel_number,
.item_name {
    font-size: 1.8rem;
}

span.title {
    border: 1px solid #fff;
    padding: 5px;
    margin-right: 10px;
    font-size: 1.0rem;
    top: -5px;
    position: relative;
}

.url {
    text-align: center;
    font-size: 1.6rem;
}

.character-1,
.character-2,
.character-3 {
    display: block;
    background: -moz-linear-gradient(left, transparent, #f0a2c5 0%, #f0a2c5 100%, transparent);
    background: -webkit-linear-gradient(left, transparent, #f0a2c5 0%, #f0a2c5 100%, transparent);
    background: linear-gradient(to right, transparent, #f0a2c5 0%, #f0a2c5 100%, transparent);
    margin: 30px auto;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    padding: 25px;
    color: #fff;
    font-size: 1.0rem;
}

.character-1 {
    padding: 20px;
}

.character-2 {
    background: -moz-linear-gradient(left, transparent, #8a80bb 0%, #8a80bb 100%, transparent);
    background: -webkit-linear-gradient(left, transparent, #8a80bb 0%, #8a80bb 100%, transparent);
    background: linear-gradient(to right, transparent, #8a80bb 0%, #8a80bb 100%, transparent);
}

.character-3 {
    background: -moz-linear-gradient(left, transparent, #75c4a9 0%, #75c4a9 100%, transparent);
    background: -webkit-linear-gradient(left, transparent, #75c4a9 0%, #75c4a9 100%, transparent);
    background: linear-gradient(to right, transparent, #75c4a9 0%, #75c4a9 100%, transparent);
}

.character {
    margin-top: 100px;
    padding-top: 50px;
}

.character-1 .chara_title,
.character-2 .chara_title,
.character-3 .chara_title {
    text-align: center;
    background: -moz-radial-gradient(#fff 50%, transparent70%);
    background: -webkit-radial-gradient(#fff 50%, transparent 70%);
    background: radial-gradient(#fff 50%, transparent 70%);
    height: 150px;
    width: 150px;
    padding: 0;
    margin: auto;
    position: static;
    left: 10%;
    top: 0;
    bottom: 0;
}

.character-1 .chara_title h3,
.character-2 .chara_title h3,
.character-3 .chara_title h3 {
    margin: auto;
    padding: 47px 0;
    box-sizing: border-box;
    color: #f1a9c9;
    font-size: 1.2rem;
}

.character-2 .chara_title h3 {
    color: #8a80bb;
    padding: 51px 0px;
}

.character-3 .chara_title h3 {
    color: #75c4a9;
    padding: 63px 0px;
}

.character .title {
    top: 40px;
}

img.binomegumi {
    width: 100px;
    margin: auto;
}

.price .text {
    margin-top: 10px;
}

.work_of_hyaluronic_acid,
.preventive_repair {
    position: absolute;
    right: 100px;
    bottom: 100px;
    width: 500px;
}

.preventive_repair {
    left: 100px;
}

h2 {
    color: #005bac;
    font-size: 0.8rem;
    font-weight: 400;
}

span.bg_yellow {
    background-color: yellow;
}


form {
    margin: 0;
}




footer {
    color: #fff;
    background-image: url(../images/footer.png);
    background-size: 100%;
    height: 180px;
    background-repeat: no-repeat;
    padding: 50px 50px;
    box-sizing: border-box;
}

.company_data {
    display: block;
    color: #fff;
    font-size: 0.8rem;
}

.company_data div {
    margin: 5px auto;
}

.company_name {
    font-size: 1.0rem;
}

.tel_number,
.item_name {
    font-size: 1.0rem;
}

.tel_number a {
    color: #fff;
}

span.title {
    border: 1px solid #fff;
    padding: 5px;
    margin-right: 10px;
    font-size: 1.0rem;
    top: 0;
}

.url {
    text-align: center;
    font-size: 1.0rem;
}

.work_of_hyaluronic_acid, .preventive_repair {
    position: relative;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    margin-bottom: 80px;
}

.preventive_repair {
    left: 0;
}

footer {
    display: block;
    color: #fff;
    height: auto;
    background-color: #f1a0c1;
    padding: 10px 20px;
}

body {
  box-sizing : border-box;
}
