@charset "UTF-8";
/* WSYS-11251 【フロント】タレント広告起のCM用動画LP新規作成_2024 20240801 M.Shimizu */
html {
    font-size: 62.5%;
}
body {
    font-size: 1.5em;
}
.mv {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}
.mv img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.concept {
    padding: 80px 20% 60px;
    background: url(/common/images/contents/specialcontents2024_lp/concept_bg.png) no-repeat center center/ cover;
}
.concept .concept_white {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin-inline: auto;
    padding: 50px 8% 40px;
    background: rgba(255, 255, 255, .9);
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.79;
}
.concept ._title {
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
}
.concept p {
    margin-bottom: 36px;
}
.concept ._logo {
    height: 46px;
    object-fit: contain;
}
.movie {
    background: url(/common/images/contents/specialcontents2024_lp/movie_bg_pc.png) no-repeat center center/ cover;
}
.movie ._inner {
    width: 100%;
    max-width: 750px;
    margin-inline: auto;
    padding-bottom: 100px;
}
.movie_area {
    margin-bottom: 50px;
    text-align: center;
}
.movie_area iframe {
    border-radius: 10px;
}
.movie .movie_area ._title {
    height: 35px;
    margin: 36px auto 24px;
}
.movie .movie_cast {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 0 20px 26px;
    background: #ebddff;
}
.movie .movie_text {
    position: relative;
    width: calc(100% - 300px);
}
.movie .movie_text ._title {
    height: 36px;
    object-fit: contain;
    position: absolute;
    top: 0px;
    transform: translateY(-50%);
}
.movie .movie_text ._name {
    margin: 40px 0 20px;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.2;
}
.movie .movie_text ._name span {
    font-size: 80%;
}
.movie .movie_text ._text {
    font-size: 1.3rem;
    line-height: 1.77;
}
.movie .movie_cast ._cast {
    width: calc(100% - 46%);
    position: absolute;
    right: 20px;
    bottom: -100px;
    width: 300px;
    height: auto;
}
.special {
    background: #c2d7f7;
}
.special ._inner {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 4% 60px;
}
.special h2 {
    margin-bottom: 50px;
    text-align: center;
}
.special h2 img {
    height: 65px;
    object-fit: contain;
}
.special .special_map, .special .special_country {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.special .special_map img {
    width: 58%;
}
.special .special_map ._text {
    width: 34%;
    font-weight: 600;
}
.special .special_map ._text h3, .special ._definition h3 {
    margin-bottom: 20px;
    color: #004f9b;
    font-size: 3.0rem;
}
.special .special_map ._text p {
    font-size: 1.2rem;
    line-height: 1.67;
}
.special .special_country ._img {
    width: 45%;
    padding-top: 60px;
}
.special .special_country ._img figure {
    padding: 30px 7% 0;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.67;
}
.special .special_country ._img figure img {
    margin-bottom: 14px;
}
.special .special_country ._definition {
    width: 55%;
}
.special ._definition dl {
    margin-bottom: 10px;
    padding: 20px;
    background: #fff;
    font-weight: 600;
}
.special ._definition dl dt {
    margin-bottom: 10px;
    color: #0071bc;
    font-size: 1.6rem;
}
.special ._definition dl dd {
    font-size: 1.2rem;
    line-height: 1.67;
}
.special ._definition dl dd ._figure {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    margin-inline: auto;
    padding-top: 30px;
    font-size: 1.0rem;
    text-align: center;
}
.special ._definition dl dd figure {
    width: 48%;
}
.special ._definition dl dd figure img {
    margin-bottom: 10px;
}
.about {
    position: relative;
    z-index: 1;
    padding-top: 60px;
    background: #fff;
}
.about::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
    height: 300px;
    background: url(/common/images/contents/specialcontents2024_lp/about_bg.png) no-repeat center bottom/ contain;
    content: "";
}
.about h2 {
    margin-bottom: 60px;
    text-align: center;
}
.about h2 img {
    height: 36px;
    object-fit: contain;
}
.about ._inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.about .about_explanation {
    display: flex;
    position: relative;
    width: 100%;
}
.about .about_explanation_inner {
    width: 80%;
}
.about .about_explanation_service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.about .about_explanation_service .terminai_img {
    width: 33%;
}
.about .about_rental {
    width: 63%;
    text-align: center;
}
.about .about_rental h3 {
    margin-bottom: 24px;
    color: #004f9b;
    font-size: 2.2rem;
    line-height: 1.36;
}
.about .about_rental ._badge {
    display: flex;
}
.about .about_rental ._badge img {
    width: 50%;
}
.about_explanation p._notice {
    margin-bottom: 36px;
    font-size: 1.0rem;
    line-height: 1.3;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.about_explanation .howto {
    position: relative;
    padding: 22px;
    border: solid 1px #1b1464;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}
.about_explanation .howto h4 {
    position: absolute;
    top: -1.7rem;
    left: 50%;
    transform: translateX(-50%);
    color: #1b1464;
    font-size: 2.2rem;
    text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0-3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;

}
.about_explanation .howto p {
    font-size: 1.6rem;
    font-weight: 600;
}
.about_explanation .about_coordinate {
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 20%;
    object-fit: contain;
}
.reason {
    background: repeating-linear-gradient( -45deg, #e5f5fe, #e5f5fe 2px, #fff 0, #fff 6px );
}
.reason ._inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 4%;
}
.reason_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.reason_title p {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 25px;
    border-radius: 50px;
    background: #3071b8;
    color: #fff;
    font-size: 1.8rem;
}
.reason_title h2 {
    display: inline-block;
    position: relative;
    font-size: 3.6rem;
    background: linear-gradient(transparent 70%, #fff844 70%);
}
.reason_title h2::after {
    position: absolute;
    left: -150.5px;
    top: -76px;
    z-index: 10;
    width: 140.5px;
    height: 132px;
    background: url(/common/images/contents/specialcontents2024_lp/reason_tabifly.png) no-repeat center center/ cover;
    content: "";
}
.reason ol {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.reason ol li {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: calc((100% - 20px) / 2);
    padding: 20px 10px;
    border-radius: 15px;
    background: #fff;
    text-align: center;
}
.reason ol li::after {
    position: absolute;
    top: 0px;
    left: 12px;
    width: 0;
    height: 0;
    color: #fff;
    font-size: 4rem;
    font-family: serif;
}
.reason ol li:nth-child(1)::after {
    content: "1";
}
.reason ol li:nth-child(2)::after {
    content: "2";
}
.reason ol li:nth-child(3)::after {
    content: "3";
}
.reason ol li:nth-child(4)::after {
    content: "4";
}
.reason ol li:nth-child(1), .reason ol li:nth-child(4) {
    border: 2px solid #008ae1;
}
.reason ol li:nth-child(2), .reason ol li:nth-child(3) {
    border: 2px solid #00b8bf;
}
.reason ol li::before {
    position: absolute;
    top: 0;
    left: -2px;
    width: 0;
    height: 0;
    border-radius: 15px 0;
    content: "";
}
.reason ol li:nth-child(1)::before, .reason ol li:nth-child(4)::before {
    border-top: 90px solid #008ae1;
    border-right: 90px solid transparent;
}
.reason ol li:nth-child(2)::before, .reason ol li:nth-child(3)::before {
    border-top: 90px solid #00b8bf;
    border-right: 90px solid transparent;
}
.reason ol li img {
    width: 40%;
    margin-bottom: 20px;
}
.reason ol li h3 {
    margin-bottom: 16px;
    font-size: 2.2rem;
}
.reason ol li:nth-child(1) h3, .reason ol li:nth-child(4) h3 {
    color: #008ae1;
}
.reason ol li:nth-child(2) h3, .reason ol li:nth-child(3) h3 {
    color: #00b8bf;
}
.reason ol li p {
    font-size: 1.4rem;
}
.reason ol li p span {
    color: #ee2b6c;
    font-weight: 700;
}
.white_area {
    background: #fff;
}
.button_area {
    text-align: center;
    padding: 50px;
}
.copyright {
    padding-bottom: 50px;
    text-align: center;
}