.maindesign img{
    vertical-align: bottom;
}
.maindesign .pre-sale{
    position: relative;
}
.maindesign .pre-sale h1{
    background-color: rgba(91, 155, 213, 0.55);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72%;
    padding: 15px;
}
.maindesign .pre-sale span{
    position: initial;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    transform: none;
}
.maindesign .pre-sale .main-title{
    display: block;
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}
.maindesign .pre-sale .sub-title{
    display: block;
    background-color: #fff;
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    text-shadow: none;
    margin-top: 20px;
    padding: 5px 10px 10px;
}
@media screen and (max-width: 767px){
.maindesign .pre-sale .main-title{
    font-size: 9vw; 
}
.maindesign .pre-sale .sub-title{
    font-size: 3vw;
    padding: 5px 10px 7px;
}
}

.maindesign .merit{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.maindesign .merit--block{
    width: calc(32% - 22px);
    padding: 10px;
    border: 1px solid #000;
}
.maindesign .merit--block__images{
    margin-bottom: 10px;
}
.maindesign .merit--block__text{
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
@media screen and (max-width: 767px){
.maindesign .merit--block{
    width: calc(32% - 4.0vw);
    padding: 2vw;
}

.maindesign .merit--block__text{
    font-size: 2.5vw;
}

}

.maindesign .feature-hdg3::after{
    left: 0;
}
.maindesign .logo-val{
    padding-left: 160px;
    position: relative;
}
.maindesign .logo-val::before{
    content: "";
    display: block;
    width: 148px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("/include_html/koukoku/21_heatstroke/images/260131/mv-logo.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.maindesign .logo-ysgod{
    padding-left: 140px;
    position: relative;
}
.maindesign .logo-ysgod::before{
    content: "";
    display: block;
    width: 125px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 0;
    background-image: url("/include_html/koukoku/21_heatstroke/images/260131/ysgod.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px){
.maindesign .logo-val{
    padding-left: 145px;
}
.maindesign .logo-val::before{
    width: 137px;
    height: 35px;
}
.maindesign .logo-ysgod{
    padding-left: 130px;
}
.maindesign .logo-ysgod::before{
    width: 109px;
    height: 35px;
}
}

.maindesign .period{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    margin-bottom: 10px;
    background: #4472c4;
}
.maindesign .period--reserve{
    font-size: 1.35rem;
    color: #fff;
    margin-right: 20px;
}
.maindesign .period--reserve span{
    color: #000;
    font-weight: bold;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    margin-left: 5px;
}
.maindesign .period--delivery{
    font-size: 1.35rem;
    color: #fff;
}
.maindesign .period--delivery span{
    color: #000;
    font-weight: bold;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    margin-left: 5px;
}
@media screen and (max-width: 767px){
.maindesign .period--reserve,
.maindesign .period--delivery{
    margin: 5px 0;
    font-size: 1.1rem;
}

}

.maindesign .precautions {
    border: 3px solid #4472c4;
    margin: 50px 0 30px;
    box-sizing: border-box;
    padding: 30px 10px 10px;
    position: relative;
}
.maindesign .precautions--title {
    position: absolute;
    top: -25px;
    border: 5px solid #fff;
    color: #fff;
    padding: 10px 30px;
    background: #4472c4;
    box-sizing: border-box;
    font-size: 1.25rem;
}
.maindesign .precautions--block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maindesign .precautions--block__text {
    width: calc(100% - 250px);
    color: #4472c4;
    line-height: 1.3;
}
.maindesign .precautions--block__text p {
    font-size: 1.15rem;
}
.maindesign .precautions--block__text .inside {
    font-size: 0.95rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.maindesign .precautions--block__text .inside::after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    background-image: url("/include_html/koukoku/21_heatstroke/images/260131/wear_02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.maindesign .precautions--block__images {
    width: 200px;
}
@media screen and (max-width: 767px){
.maindesign .precautions--block__text {
    width: 100%;
    order: 2;
}
.maindesign .precautions--block__text p {
    font-size: 0.95rem;
}
.maindesign .precautions--block__images {
    width: 100%;
    order: 1;
    margin-bottom: 10px;
}
.maindesign .precautions--block__text .inside {
    font-size: 0.85rem;
}
.maindesign .precautions--block__text .inside span{
    width: calc(100% - 75px);
}
.maindesign .precautions--block__text .inside::after {
    width: 65px;
    height: 65px;
}

}


.maindesign .kome{
    font-size: 1.0em;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 5px;
}
@media screen and (max-width: 767px){
.maindesign .kome{
    font-size: 0.9em;
}
}

