@charset "utf-8";

/* --------------------------------------------


index


---------------------------------------------- */
#main {
    padding-top: 65px;
}
/*--- Responsive ---*/
@media screen and (max-width: 1023px) {
    #main {
        padding-top: 5rem;
    }
}
/* --------------------------------------------
mv
mv__bk
---------------------------------------------- */
.mv {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
}

.mv__bk {
    width: 100%;
    /* height: 100vh; */
    min-height: 760px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 968px) {
    .mv__bk {
        margin-bottom: 5em;
        height: 73vh;
    }
    .mv__bk img.bkImg {
        width: 100%;
        height: 64vh;
        min-height: auto;
        object-fit: cover;
        object-position: 47% 100%;
    }
}

/* --------------------------------------------
mv__copy
---------------------------------------------- */
.mv__copy {
    position: absolute;
    top: 51%;
    left: 6%;
}
.mvCopy__main {
    font-size: var(--fz-xxl);
    font-weight: var(--fw-bold);
    line-height: 1.5;
    letter-spacing: 3px;
}

@media screen and (max-width: 1214px) {
    .mv__copy {
        top: 48%;
    }
    .mvCopy__main {
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 640px) {
        .mv__copy {
        position: absolute;
        top: 60%;
    }
    .mvCopy__main {
        font-size: 2.3rem;
    }
}
/* --------------------------------------------
mvItem
---------------------------------------------- */
.mvItem {
    position: absolute;
    opacity: 0;
    transform: translateY(-100%);
    animation: none;
}

@keyframes fallBounce {
    0% {
        transform: translateY(-100%) scale(0.9);
        opacity: 0;
    }
    40% {
        transform: translateY(5%) scale(1);
        opacity: 1;
    }
    60% {
        transform: translateY(-2%) scale(1);
    }
    80% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.mvItem.show {
    animation: fallBounce 1s ease-out forwards;
    opacity: 1;
    transform: translateY(0);
}
.mvItem img {
    width: 100%;
    height: auto;
}
.mvItem._01 {
    top: 9%;
    left: 8%;
    width: 130px;
}
.mvItem._02 {
    top: 3%;
    left: 35%;
    width: 48px;
}
.mvItem._03 {
    top: 3%;
    right: 27%;
    width: 52px;
}
.mvItem._04 {
    top: 6%;
    right: 7%;
    width: 55px;
}
.mvItem._05 {
    top: 27%;
    left: 21%;
    width: 105px;
}
.mvItem._06 {
    top: 25%;
    left: 47%;
    width: 58px;
}
.mvItem._07 {
    top: 31%;
    right: 30%;
    width: 85px;
}
.mvItem._08 {
    top: 38%;
    right: 9%;
    width: 115px;
}
.mvItem._09 {
    top: 64%;
    right: 42%;
    width: 60px;
}
.mvItem._10 {
    top: 63%;
    right: 23%;
    width: 60px;
}
.mvItem._11 {
    top: 65%;
    right: 6%;
    width: 110px;
}

@media screen and (max-width: 908px) {
    .mv__visual .showPc {
        display: none !important;
    }
    .mvItem._06 {
        top: 8%;
        left: 19%;
        width: 58px;
    }
    .mvItem._07 {
        top: 23%;
        right: 42%;
        width: 85px;
    }
    .mvItem._08 {
        top: 8%;
        right: 10%;
        width: 115px;
    }
    .mvItem._10 {
        top: 31%;
        left: 13%;
        width: 60px;
    }
    .mvItem._11 {
        top: 39%;
        right: 15%;
        width: 110px;
    }
}

/* --------------------------------------------
page__link
---------------------------------------------- */
.page__link {
    width: 90%;
    margin: 0 auto;
}
@media screen and (min-width:1024px) {
    .page__link {
        width: 90%;
        max-width: 980px;
    }
}
@media screen and (max-width: 1023px) {
    .page__link {
        padding-top: 10em;
    }
}
@media screen and (max-width: 840px) {
    .page__link {
        width: 100%;
        padding-top: 4em;
    }
}
/* --------------------------------------------
pageLink__item
---------------------------------------------- */
.pageLink__item {
    position: relative;
    width: 70%;
    max-width: 650px;
    padding: 1.5em 2em;
    border-radius: 18px;
    color: var(--c-white);
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    transition: .3s;
}
.pageLink__item:hover {
    transform: scale(1.02);
}
.pageLink__item.newspaper {
    background-color: var(--c-green);
}
.pageLink__item.sales-promotion {
    margin: 6em 0 6em auto;
    background-color: var(--c-orange);
}
.pageLink__item.company-profile {
    margin-bottom: 12em;
    background-color: var(--c-blue);
}
.pageLink__item::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
.pageLink__item.newspaper::before {
    top: -218px;
    left: 350px;
    width: 78px;
    height: 220px;
    background-image: url('../_image/index/newspaper01.png');
}
.pageLink__item.sales-promotion::before {
    top: -200px;
    right: 120px;
    width: 100px;
    height: 203px;
    background-image: url('../_image/index/sales_promotion01.png');
}
.pageLink__item.company-profile::before {
    top: -184px;
    left: 65px;
    width: 83px;
    height: 185px;
    background-image: url('../_image/index/company-profile01.png');
}
.pageLink__title {
    grid-area: 2 / 1 / 3 / 2;
    font-weight: var(--fw-bold);
    letter-spacing: 1rem;
    line-height: 1.5;
}
.pageLink__title.sales-promotion {
    letter-spacing: .3rem;
    line-height: 1.5;
}
.pageLink__subTitle {
    grid-area: 1 / 1 / 2 / 3;
    font-weight: var(--fw-medium);
    line-height: 1;
}
.pageLink__more {
    grid-area: 2 / 2 / 3 / 3;
    font-weight: var(--fw-medium);
    text-align: right;
    letter-spacing: .2rem;
}
.round_arrow {
    position: relative;
    top: 1px;
    padding-left: 30px;
    border-bottom: none !important;
}
.round_arrow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1;
}
.round_arrow::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    z-index: 2;
    transition: none;
}
.round_arrow.newspaper::after {
    border-top: 3px solid var(--c-green);
    border-right: 3px solid var(--c-green);
}
.round_arrow.sales-promotion::after {
    border-top: 3px solid var(--c-orange);
    border-right: 3px solid var(--c-orange);
}
.round_arrow.company-profile::after {
    border-top: 3px solid var(--c-blue);
    border-right: 3px solid var(--c-blue);
}
.pageLink__item:hover .round_arrow::after {
    animation: arrowSlide 0.6s ease-in-out;
}

.pageLink__text {
    grid-area: 3 / 1 / 4 / 3;
    font-weight: var(--fw-medium);
    letter-spacing: .18rem;
}

@keyframes arrowSlide {
    0% {
        left: 8px;
        opacity: 1;
    }
    40% {
        left: 30px;
        opacity: 0;
    }
    41% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: 8px;
        opacity: 1;
    }
}

@media screen and (min-width:1024px) {
    .pageLink__title {
        font-size: 5rem;
    }
    .pageLink__title.sales-promotion {
        padding: 1rem 0;
        font-size: 4rem;
    }
    .pageLink__subTitle {
        font-size: var(--fz-l);
    }
    .pageLink__more {
        padding: 3rem 0;
    }
    .round_arrow {
        position: relative;
        top: 1px;
        padding-left: 30px;
        border-bottom: none !important;
    }
    .pageLink__text {
        padding-top: 1rem;
        font-size: var(--fz-l);
        border-top: 2px solid var(--c-white);
    }
}
@media screen and (max-width: 1023px) {
    .pageLink__item {
        justify-content: space-around;
        width: 65%;
        min-width: 528px;
        padding: 1.5em 1.5em 2em;
    }
    .pageLink__title {
        padding: 2rem 0 0;
        font-size: 2em;
        font-weight: var(--fw-bold);
        letter-spacing: 1rem;
        line-height: 1.3;
    }
    .pageLink__title.sales-promotion {
        font-size: 2em;
        letter-spacing: .3rem;
        line-height: 1.3;
    }
    .pageLink__subTitle {
        font-size: var(--fz-s);
    }
    .pageLink__text {
        padding-top: 1em;
    }
}
@media screen and (max-width: 840px) {
    .pageLink__item {
        grid-template-columns: 90%;
        width: 76%;
        max-width: none;
        margin: 0 auto;
        padding: 2em 1.5em;
        border-radius: 30px;
        text-align: center;
    }
    .pageLink__item:hover {
        transform: none;
    }
    .pageLink__item p,
    .pageLink__item span {
        font-weight: var(--fw-bold);
    }
    .pageLink__item.sales-promotion {
        margin: 2em auto;
    }
    .pageLink__item.company-profile {
        margin-bottom: 10em;
    }
    .pageLink__item.newspaper::before {
        top: -180px;
        left: 51%;
        transform: translate(-51%, -51%);
    }
    .pageLink__item.sales-promotion::before,
    .pageLink__item.company-profile::before {
        display: none;
    }
    .pageLink__title {
        grid-area: 2 / 1 / 3 / 2;
        padding: .3rem 0;
        text-align: center;
    }
    .pageLink__title.sales-promotion {
        font-size: 1.5em;
        letter-spacing: .1rem;
        line-height: 2;
    }
    .pageLink__subTitle {
        grid-area: 1 / 1 / 2 / 2;
        font-size: var(--fz-s);
    }
    .pageLink__more {
        grid-area: 4 / 1 / 5 / 2;
        text-align: center;
    }
    .round_arrow {
        top: 3px;
        padding-left: 48px;
        border-bottom: none !important;
    }
    .round_arrow::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 13px;
        margin: auto;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #ffffff;
        z-index: 1;
    }
    .round_arrow::after {
        content: "";
        position: absolute;
        top: 1px;
        bottom: 0;
        left: 23px;
        margin: auto;
        width: 15px;
        height: 15px;
        transform: rotate(45deg);
        z-index: 2;
        transition: none;
    }
    .round_arrow.newspaper::after {
        border-top: 5px solid var(--c-green);
        border-right: 5px solid var(--c-green);
    }
    .round_arrow.sales-promotion::after {
        border-top: 5px solid var(--c-orange);
        border-right: 5px solid var(--c-orange);
    }
    .round_arrow.company-profile::after {
        border-top: 5px solid var(--c-blue);
        border-right: 5px solid var(--c-blue);
    }
    .pageLink__item:hover .round_arrow::after {
        animation: none;
    }
    .pageLink__text {
        grid-area: 3 / 1 / 4 / 2;
        margin-bottom: 1rem;
        padding: .3rem 0 1rem;
        text-align: center;
        border-bottom: 3px solid var(--c-white);
    }
}

/* --------------------------------------------
adWrap
---------------------------------------------- */
#newspaper,
#sales-promotion {
    scroll-margin-top: 80px;
}
.adWrap {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    width: 65%;
    min-width: 1024px;
    padding: 5em 2em 8em;
    letter-spacing: .2rem;
    margin: 0 auto;
}
.adWrap.newspaper {
    margin-top: 8em;
}
.adWrap.sales-promotion {
    margin-top: 8em;
    padding-bottom: 13em;
}
.adWrap .subTitle {
    grid-area: 1 / 1 / 2 / 3;
    text-align: left;
    letter-spacing: .1rem;
}
.adWrap .subTitle.newspaper {
    color: var(--c-green);
}
.adWrap .subTitle.sales-promotion {
    color: var(--c-orange);
}
.adWrap .title {
    grid-area: 2 / 1 / 3 / 3;
    font-size: var(--fz-4xl);
    letter-spacing: 2rem;
}
.adWrap .title.sales-promotion {
    letter-spacing: 0;
}
.adWrap .text {
    grid-area: 3 / 1 / 4 / 3;
    padding: 3rem 0 0 .5rem;
    line-height: 1.8;
    letter-spacing: .2rem;
    font-size: var(--fz-l);
    font-weight: var(--fw-bold);
}

.ad__block {
    grid-area: 4 / 1 / 6 / 2;
    display: flex;
    gap: 3em;
    margin-top: 3em;
}
.ad__list {
    padding-left: 1em;
}
.ad__list .ad__item {
    position: relative;
    padding-bottom: 1rem;
    padding-left: 1.6em;
    font-size: var(--fz-l);
    font-weight: var(--fw-bold);
}
.ad__list.newspaper .ad__item.-bl {
        padding-bottom: 0;
}
.ad__list .ad__item::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50px;
}
.ad__list.newspaper .ad__item::before {
    background-color: var(--c-green);
}
.ad__list.newspaper .ad__item.-bl::before {
    background-color: var(--c-blue);
}
.ad__list.sales-promotion .ad__item::before {
    background-color: var(--c-orange);
}
.ad__list.newspaper .ad__item.-bl span {
    display: block;
}
.ad__illust {
    grid-area: 4 / 2 / 6 / 3;
    margin-top: auto;
}
.ad__illust.newspaper,
.ad__illust.sales-promotion {
    padding-top: 2em;
}
.ad__illust.newspaper img {
    width: 75%;
    min-width: 150px;
    margin: 0 auto;
}
.ad__illust.sales-promotion img {
    width: 53%;
    min-width: 100px;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .adWrap .subTitle {
        text-align: left;
    }
}
@media screen and (max-width: 1023px) {
    .adWrap {
        width: 96%;
        min-width: 820px;
    }
    .adWrap.sales-promotion {
        margin-top: 5em;
        padding-bottom: 10em;
    }
    .adWrap .title.sales-promotion {
        font-size: var(--fz-3xl);
    }
}
@media screen and (max-width: 989px) {
    .adWrap {
        grid-template-columns: 100%;
        grid-template-rows: auto;
        width: 90%;
        min-width: auto;
        padding: 2rem;
    }
    .adWrap .showSp {
        display: block !important;
    }
    .adWrap.sales-promotion {
        margin-top: 5em;
        padding-bottom: 5em;
    }

    .adWrap .title {
        grid-area: 2 / 1 / 3 / 2;
        text-align: center;
        font-size: var(--fz-4xl);
        letter-spacing: 1rem;
    }
    .adWrap .title.sales-promotion {
        font-size: var(--fz-4xl);
        line-height: 1;
    }
    .adWrap .subTitle {
        grid-area: 1 / 1 / 2 / 3;
        text-align: center;
        font-size: var(--fz-l);
        line-height: 2;
    }
    .adWrap .text {
        grid-area: 4 / 1 / 5 / 2;
        margin-bottom: 2em;
        font-size: var(--fz-m);
        line-height: 2;
    }
    .ad__block {
        grid-area: 5 / 1 / 6 / 2;
        justify-content: space-evenly;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        gap: 0;
        padding: 2.3em 0 1.8em;
        border-radius: 20px;
        background-color: var(--c-yellow-pale);
    }
    .ad__list .ad__item::before {
        top: 6px;
        left: 0;
        width: 15px;
        height: 15px;
    }
    .ad__list.sales-promotion:nth-child(2) {
        width: 26%;
    }
    .ad__illust {
        grid-area: 3 / 1 / 4 / 2;
        justify-content: center;
        padding-top: 2em;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
    .ad__block {
        display: block;
        max-width: none;
        padding: 2em 0 2em .8em;
        border-radius: 40px;
    }
    .ad__list .ad__item::before {
        top: 12px;
        left: 0;
        width: 25px;
        height: 25px;
    }
    .ad__list.sales-promotion:nth-child(2) {
        width: 100%;
    }
}