/* Base Css */
html {
    font-size: 16px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
}
body {
}
main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.sp {
    display: none;
}
br {
    line-height: 1;
}
img {
    width: 100%;
}
p {
    font-size: 1.3rem;
    line-height: 1.5;
}
a {
    transition: all .3s;
}
@media screen and (max-width: 769px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    p {
        font-size: 1rem;
    }
    main {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
}


/* Layout Css */
header {
    position: absolute;
    top: 3%;
    left: 0;
    box-sizing: border-box;
    padding: 20px 50px;
    z-index: 999;
}
header img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    header {
        top: 0;
        left: 0;
        padding: 10px 20px;
    }
    header img {
        width: 50%;
    }
}
/* main style */
.kv_area {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding: 30px 30px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.kv_area::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #e2a285;
    background-image: url("../img/main_bg__img.png");
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    z-index: 0;
}
.ribbon {
    position: absolute;
    width: 100%;
    height: 500px;
    pointer-events: none;
    z-index: 2;
}
.ribbon_top {
    top: 0;
    left: 0;
    background: url("../img/ribbon_top__img.png") no-repeat;
    background-size: contain;
}
.ribbon_bottom {
    bottom: -5%;
    right: -10%;
    background: url("../img/ribbon_bottom__img.png") no-repeat right bottom;
    background-size: contain;
}
.kawamura_img {
    position: relative;
    height: 100vh;
    width: auto;
    z-index: 1;
}
.main_title {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    z-index: 2;
}
.sub_title {
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    z-index: 2;
}

@media screen and (max-width: 769px) {
    .kv_area {
        height: 80vh;
        padding: 50px 20px 0;
    }
    .ribbon {
        height: 300px;
    }
    .ribbon_top {
        top: -8%;
        left: -5%;
    }
    .ribbon_bottom {
        bottom: -10%;
        right: -15%;
    }
    .kawamura_img {
        height: 100%;
    }
    .main_title {
        top: 40%;
        width: 100%;
    }
    .sub_title {
        bottom: 17%;
        width: 90%;
    }
}

.campaign {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.campaign h3 {
    font-size: 1.8rem;
    background: #e2a285;
    box-sizing: border-box;
    padding: 5px 20px;
    color: #fff;
    margin-bottom: 10px;
}
.period,
.target_products,
.deadline,
.present {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 50px;
}
.period_data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.period_data p:first-child {
    margin-bottom: 5px;
}
.deadline_data p:first-child {
    margin-bottom: 5px;
}
.present .main_text {
    font-size: 1.5rem;
    position: relative;
    padding: 0 50px;
    margin-bottom: 15px;
}
.present .main_text::before,
.present .main_text::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
}
.present .main_text::before {
    content: "＼";
    left: 0;
}
.present .main_text::after {
    content: "／";
    right: 0;
}
.present_data {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.present_data p {
    text-align: center;
}
.present_data p:nth-child(2) {
    font-size: 1rem;
    color: #da3f27;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .campaign h3 {
        font-size: 1.3rem;
    }
    .period,
    .target_products,
    .deadline,
    .present {
        max-width: 700px;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .present .main_text {
        font-size: 1.3rem;
        padding: 0 40px;
        margin-bottom: 20px;
    }
    .present_data p:nth-child(2) {
        font-size: 0.8rem;
    }
}


.present_area {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}
.present_area h2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 2rem;
    font-weight: bold;
}
.present_area h2 span {
    background: linear-gradient(transparent 60%, rgba(218, 63, 39, 0.3) 60%);
}
.present_area h2::before,
.present_area h2::after {
    content: "";
    display: block;
    width: 35%;
    height: 1px;
    background: #da3f27;
}
.present_list {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2%;
    flex-wrap: wrap;
}
.present_list li {
    width: 23%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.present_list li > span {
    font-size: 1.2rem;
    border: 1px solid #da3f27;
    box-sizing: border-box;
    padding: 10px 30px;
    color: #da3f27;
}
.present_list li h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    font-size: 0.8rem;
}
.present_list li h4 span {
    display: block;
    font-size: 1rem;
    margin: 5px 0;
    text-align: center;
}
.present_list li img {
    display: block;
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.shop_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.shop_list h3 {
    font-size: 1.8rem;
    background: #e2a285;
    box-sizing: border-box;
    padding: 5px 20px;
    color: #fff;
    margin-bottom: 20px;
}
.shop_list a {
    width: 300px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2a285;
    border-radius: 30px;
}
.shop_list span {
    font-size: 1.2rem;
    color: #e2a285;
}
/* 父の日エリア */
.present_area.titinohi h2 span {
    background: linear-gradient(transparent 60%, rgba(148, 208, 190, 0.3) 60%);
}
.present_area.titinohi h2::before,
.present_area.titinohi h2::after {
    background: #94d0be;
}
.titinohi .present_list li > span {
    border: 1px solid #94d0be;
    color: #94d0be;
}
@media screen and (max-width: 768px) {
    .present_area {
        max-width: 700px;
        margin-top: 0px;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .present_area h2 {
        font-size: 1.5rem;
    }
    .present_area h2::before,
    .present_area h2::after {
        width: 23%;
    }
    .present_list li {
        width: 47.5%;
        height: 300px;
    }
    .present_list li:nth-child(n + 3) {
        margin-top: 50px;
    }
    .present_list li > span {
        font-size: 1rem;
        padding: 5px 20px;
    }
    .present_list li h4 {
        font-size: 0.7rem;
    }
    .present_list li h4 span {
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .shop_list {
        margin-top: 80px;
    }
    .shop_list h3 {
        font-size: 1.5rem;
    }
    .shop_list a {
        width: 200px;
        height: 50px;
    }
    .shop_list span {
        font-size: 1rem;
    }
    /* 父の日エリア */
    .present_area.titinohi {
        margin-top: 50px;
    }
}

.caution {
    background: #fff;
    box-sizing: border-box;
    padding: 0 30px 30px;
    margin-top: 50px;
}
.caution .sub p {
    font-size: 0.8rem;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .caution {
        padding: 0 10px 20px;
    }
    .caution .sub p {
        font-size: 0.7rem;
    }
}


/* footer style */
footer {
    position: absolute;
    right: 0;
    bottom: 3%;
    padding: 20px 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 30px 0 10px;
}
footer img {
    width: 80%;
}
@media screen and (max-width: 769px) {
    footer {
        width: 30%;
        right: 3%;
        top: 2%;
        bottom: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 0;
        z-index: 999;
    }
    footer img {
        width: 100%;
    }
}