@charset "utf-8";

#nyushi2026 {
    font-family: "Noto Sans JP", serif;
    font-size: 10px;
    overflow: hidden;
    background: #ffe9e9;
    background-image: radial-gradient(#fff 1.8px, transparent 1.8px);
    background-size: 25px 25px;
}
#nyushi2026 img {
    width: 100%;
    vertical-align: bottom;
}
#nyushi2026 a {
    text-decoration: none;
}
#nyushi2026 .pc {
    display: none;
}
#nyushi2026 .sp {
    display: block;
}
#nyushi2026 .header {
    margin: 0 auto;
    width: 100%;
    position: relative;
}
#nyushi2026 .header_date {
   background: #db022a;
   color: #fff;
   width: 100%;
   padding: 0.3rem 0 0.5rem;
   text-align: center;
   font-size: 2rem;
   font-weight: 800;
   position: absolute;
   top: 95%;
   white-space: nowrap;
}
#nyushi2026 .link_btn {
    display: block;
    margin: 3% auto 0;
    width: 70%;
    transition: 0.3s;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
}
#nyushi2026 .link_image {
    width: 53%;
    margin: 4% auto 0;
}
#nyushi2026 .main_container {
    margin: 0 auto;
    /* background-color: #fff8f5; */
    position: relative;
    padding: 8% 0 4%;
    z-index: 0;
}
#nyushi2026 .main_container::before,
#nyushi2026 .main_container::after {
    content: "";
    position: absolute;
    width: 22%;
    height: 16%;
    z-index: -1;
    top: -9px;
}
#nyushi2026 .main_container::before {
     background: url("../images/sakura_02.png") no-repeat;
     top: 1%;
     left: -22px;
     background-size: contain;
}
#nyushi2026 .main_container::after {
    /* background: url("../images/sakura_03.png") no-repeat; */
    right: 0;
    max-width: 220px;
    background-size: contain;
}

#nyushi2026 .main_inner {
    max-width: 960px;
    margin: 0 auto;
}
#nyushi2026 .movie_lead {
    color: #db022a;
    padding: 0.5em;
    background: #fff;
    border-radius: 200px;
    margin-bottom: 7%;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    position: relative;
    box-shadow: 0px 0px 15px -5px #ff8f90;
}
#nyushi2026 .movie_wrap {
    width: 90%;
    margin: 0 auto 8%;
}
#nyushi2026 .ytCont {
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}

#nyushi2026 .ytCont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#nyushi2026 .section {
    margin: 0 auto 8%;
}

#nyushi2026 .section_inner {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}


#nyushi2026 .section_title {
    display: inline-block;
    color: #d22227;
    font-size: 2.1rem;
    font-weight: bold;
    border-bottom: 4px solid #ffb8bc;
    padding-bottom: 5px;
    margin-bottom: 1.5rem;
}
#nyushi2026 .section_text {
    font-size: 1.4rem;
    line-height: 2.1;
    /* text-align: start; */
}
#nyushi2026 .text_left {
    text-align: start;
}

#nyushi2026 .sakura_01,
#nyushi2026 .sakura_02,
#nyushi2026 .sakura_03,
#nyushi2026 .sakura_04 {
    position: absolute;
    z-index: -1;
}
#nyushi2026 .sakura_01 {
    right: -14px;
    top: 39%;
    width: 20%;
}

#nyushi2026 .sakura_02 {
    left: -14px;
    top: 80%;
    width: 18%;
}

#nyushi2026 .sakura_03 {
    right: -14px;
    bottom: -20px;
    width: 28%;
}

#nyushi2026 .sakura_04 {
    left: -50px;
    bottom: -50px;
    width: 20%;
}

.btn_pc { display: block !important; }
.btn_sp { display: none !important; }
 
@media only screen and (max-width: 769px) {
    .btn_pc { display: none !important; }
    .btn_sp { display: block !important; }
}