body{
    font-family: "Shippori Antique B1", sans-serif;
    font-weight: 400;
    font-style: normal;
}
main{
    display: flex;
}
#leftside {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: calc(50% - 300px);
    background-size: cover;
    z-index: 1;
    background-color: #ddd;
    background-image: url(/m/cmn_files/img/harvia/left-bg.jpg);
    background-size: cover;
    background-position: center;
}
#rightside {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: calc(50% - 300px);
    background-size: cover;
    z-index: 1;
    background-image: url(/m/cmn_files/img/harvia/right-bg.jpg);
    background-size: cover;
    background-position: center;
}
#center {
    width: 600px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(37, 30, 28, 0.8);
    z-index: 2;
    margin: auto;
}
.logo-box{
    width: 55%;
    margin: auto;
}
.head{
    position: relative;
}
.head:before {
    position: absolute;
    top: 5px;
    bottom: 0;
    margin: auto;
    content: "";
    background-color: #abe4c78a;
    height: 330px;
    width: 100%;
    z-index: -1;
}

h1{
    font-size: 2.5rem;
    color: #393939;
    text-align: center;
    width: 90%;
    margin: auto;
    line-height: 45px;
    font-weight: normal;
}
h2{
    font-size: 2rem;
    color: #393939;
    text-align: center;
    width: fit-content;
    margin: auto;
    line-height: 45px;
    font-weight: normal;
}
h3{
    font-size: 2rem;
    color: #393939;
    text-align: center;
    width: fit-content;
    margin: auto;
    line-height: 45px;
    font-weight: normal;
}
h2 {
  padding: 0.5em;/*文字周りの余白*/
  display: block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #abe4c7;/*背景色*/
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

h2:before {
  content: '●';
  color: white;
  margin-right: 8px;
}
p{
    font-size: 1.5rem;
    line-height: 30px;
    margin: 30px auto;
    width: 90%;
    text-align: center;
    color: #393939;
}
a{
    background-color: #e02323;
    color: #fff;
    padding: 20px;
    display: block;
    margin: 20px auto 30px;
    font-size: large;
    width: 70%;
}
.sub-title{
display: block;
    width: 100%;
    text-align: center;
    background: #e12323;
    color: #fff;
    padding: 10px;
    margin: 30px auto 0;
    font-family: sans-serif;
}
.image img{
    width: 90%;
    margin: auto;
    display: block;
    padding: 30px 0;
}
.BARREL,.LUXURY,.SOPO{
    position: relative;
}
.BARREL::before{
    position: absolute;
    content: "\0042\0041\0052\0052\0045\004c";
    right: 50px;
    top: 50px;
}
.LUXURY::before{
    position: absolute;
    content: "\004c\0055\0058\0055\0052\0059";
    left: 50px;
    top: 50px;
}
.SOPO::before{
    position: absolute;
    content: "\0053\004f\0050\004f";
    right: 50px;
    top: 50px;
}
.sp-br{
    display: none;
}
@media screen and (max-width:767px) {
    html{
        font-size: 50%;
    }
    .sp-br{
        display: block;
    }
}