@charset "UTF-8";
#sut,#sut_contents {
}

#tadaima{
    overflow: hidden;
}

/*投稿ページ*/
#tadaima_theme .container {
    max-width: 1140px;
}

#tadaima_theme .present_box {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 4rem 2rem 4.3rem;
    position: relative;
    z-index: 0;
    margin-bottom: 80px;
}

#tadaima_theme .present_box::after {
    content: '';
    position: absolute;
    background: url("../../images/post_bg_triangle.png") no-repeat;
    width: 41%;
    padding-top: 21%;
    bottom: -5.6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-size: contain;
    filter: brightness(0) invert(1);
}

#tadaima_theme .present_box h2{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    text-align: center;
    background: var(--bg_gradient);
    -webkit-text-stroke: 1.5px #532F06;
    line-height: 1.5;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

#tadaima_theme .present_box_inner {
    max-width: 960px;
    margin: 0 auto;
}

#tadaima_theme h2 {
    width: 100%;
    margin: 0 auto 40px;
}

#tadaima_theme .text_detail {
    margin-bottom: 40px;
}

#tadaima_theme .lead_text {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8em;
}

#tadaima_theme .text_orange {
    color: var(--sub_orange);
}
#tadaima_theme .form {
    position: relative;
    margin-bottom: 40px;
}

#tadaima_theme .form::before{
    position: absolute;
    content: "";
    background: linear-gradient(0deg,rgba(174, 255, 70, 1) 0%, rgba(242, 255, 122, 0.5) 81%, rgba(255, 255, 255, 0) 100%);
    width: 100vw;
    height: 150%;
    z-index: -10;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

#tadaima_theme .form_inner-wrap{
    border-radius: 30px;
    padding: 6rem 4rem;
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    backdrop-filter: blur(10px);
}

#tadaima_theme .section_title {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    border-radius: 20px 5px 20px 5px;
    background-color: var(--main_green);
}

#tadaima_theme .btn_area_inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}

#tadaima_theme .btn_box {
    background-color: #fff;
    border-radius: 30px;
    padding: 3.5rem 2rem;
    width: 100%;
}

#tadaima_theme .btn_text_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}
#tadaima_theme .icon_wrap {
    width: 36px;
}

#tadaima_theme .btn_text {
    font-size: 1.6rem;
}

#tadaima_theme .btn_link {
    display: block;
    background-color: var(--main_blue);
    color: var(--text_sub);
    text-align: center;
    border-radius: 50px;
    font-size: var(--font_m);
    font-weight: bold;
    padding: 1.2rem;
    margin: 0 auto;
    width: min(85%, 370px);
}

#tadaima_theme .mail {
    background-color: var(--main_green);
}

#tadaima_theme .movie {
    background-color: #FFD203;
}
#tadaima_theme .btn_link:hover {
    transform: scale(1.1);
}

#tadaima_theme .container .inner{
    padding-bottom: 80px;
}

#tadaima_theme .sp_none{
    display: none;
}