@charset "UTF-8";

/* mv */
#top-mv .mv-inner {
    position: relative;
}
#top-mv .mv-box {
    display: grid;
    grid-template-columns: 32% 68%;
}
#top-mv .mv-box .mask {
    height: 100%;
    width: 140%;
    background-color: #fff;
        --mask:
    radial-gradient(103.22px at calc(100% - 144px) 50%,#000 99%,#0000 101%)
    100% calc(50% - 120px)/51% 240px repeat-y,
    radial-gradient(103.22px at calc(100% + 84px) 50%,#0000 99%,#000 101%)
    calc(100% - 60px) 50%/calc(51% - 30px) 240px repeat-y;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    position: relative;
    z-index: 2;
}
#top-mv .mv-img {
    background-image: url(../images/top/top_mv.jpg);
    background-size: cover;
    background-position: 20% center;
    background-repeat: no-repeat;
    height: 800px;
    position: relative;
    z-index: 1;
    animation: mvImgFadeBlur 1.5s ease-out forwards;
    opacity: 0;
}
@keyframes mvImgFadeBlur {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
#top-mv .section-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 130px 20px 50px;
}
#top-mv .content {
    max-width: 360px;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#top-mv .mv-title {
    width: 270px;
    margin-bottom: 150px;
}
#top-mv .mv-subtitle {
    font-size: 38px;
    text-align: center;
    line-height: 1.4;
}
#top-mv .mv-subtitle span{
    font-size: 50px;
    color: #EF0000;
    text-decoration: underline;
    text-underline-offset: -6px;
    text-decoration-thickness: 15px;
    text-decoration-color: #FFEC00;
}
@media screen and (max-width: 1250px) {
    #top-mv .mv-subtitle span {
        font-size: 45px;
    }
}
@media screen and (max-width: 1024px) {
    #top-mv .content {
        max-width: 320px;
    }
    #top-mv .mv-box {
        grid-template-columns: 38% 62%;
    }
    #top-mv .mv-subtitle {
        font-size: 32px;
    }
    #top-mv .mv-subtitle span {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    #top-mv .content {
        flex-direction: row;
        justify-content: center;
        column-gap: 40px;
        max-width: 100%;
        height: auto;
        padding-top: 30px;
    }
    #top-mv .mv-box {
        grid-template-columns: none;
        grid-template-rows: 50% 50%;
        height: 650px;
    }
    #top-mv .mv-img {
        height: 100%;
        grid-row: 2;
        background-position: center 75%;
        background-size: 120%;
    }
    #top-mv .mv-box .mask {
        height: 65%;
        width: 100%;
        background-color: #fff;
        position: absolute; 
        top: 0;
        left: 0;
        z-index: 2;
        --mask:
        radial-gradient(103.22px at 50% calc(100% - 144px),#000 99%,#0000 101%)
        calc(50% - 120px) 100%/240px 51% repeat-x,
        radial-gradient(103.22px at 50% calc(100% + 84px),#0000 99%,#000 101%)
        50% calc(100% - 60px)/240px calc(51% - 30px) repeat-x;
        -webkit-mask: var(--mask);
        mask: var(--mask);
    }
    #top-mv .section-inner {
        padding: 100px 20px 50px;
    }
    #top-mv .mv-title {
        margin-bottom: 0;
        width: auto;
        max-width: 220px;
    }
    #top-mv .mv-subtitle {
        font-size: 28px;
    }
    #top-mv .mv-subtitle span {
        font-size: 34px;
    }
}
@media screen and (max-width: 550px) {
    #top-mv .section-inner {
        padding: 100px 30px 30px;
    }
    #top-mv .content {
        flex-direction: column;
        row-gap: 15px;
        padding-top: 0;
    }
       #top-mv .mv-box {
        grid-template-columns: none;
        grid-template-rows: 58% 42%;
        height: 550px;
    }
    #top-mv .mv-box .mask {
        height: 73%;
    }
    #top-mv .mv-box .mask {
        width: 100%;
        background-color: #fff;
        position: absolute; 
        top: 0;
        left: 0;
        z-index: 2;
        --mask:
        radial-gradient(103.22px at 50% calc(100% - 144px),#000 99%,#0000 101%)
        calc(50% - 190px) 100%/240px 51% repeat-x,
        radial-gradient(103.22px at 50% calc(100% + 84px),#0000 99%,#000 101%)
        calc(50% - 70px) calc(100% - 60px)/240px calc(51% - 30px) repeat-x;
        -webkit-mask: var(--mask);
        mask: var(--mask);
    }
    #top-mv .mv-img {
        background-size: 100%;
    }
    #top-mv .mv-title {
        max-width: 180px;
    }
    #top-mv .mv-subtitle {
        font-size: 22px;
    }
    #top-mv .mv-subtitle span {
        font-size: 26px;
    }
}
@media screen and (max-width: 450px) {
    #top-mv .mv-img {
        background-size: 120%;
    }
}

/* point */
#point {
    background-color: #00A2E9;
    padding-top: 0;
    overflow: hidden;
}
#point .title-area1 {
  position: relative;
}
#point .title-area1::before,#point .title-area1::after {
    content: "";
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
#point .title-area1::before {
    left: -240px;
    width: 376px;
    height: 184px;
    background-image: url(../images/top/po_illust01.png);
}
#point .title-area1::after {
    right: -170px;
    width: 326px;
    height: 200px;
    background-image: url(../images/top/po_illust02.png);
}
#point .sub-title {
    text-align: center;
    height: 80px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 30px;
}
#point .sub-title h3 {
    color: #FFEC00;
}
#point .sub-title h3::before,
#point .sub-title h3::after {
    content: "";
    display: block;
    width: 3px;
    height: 70px;
    background-color: #FFEC00;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#point .sub-title h3::before {
    left: -30px;
    transform: translateY(-50%) rotate(-20deg);
}
#point .sub-title h3::after {
    right: -30px;
    transform: translateY(-50%) rotate(20deg);
}
#point ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 40px;
    padding-top: 30px;
}
#point .img-area {
    margin-bottom: 20px;
}
#point .text-area p {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}
#point .sub-title h3 .br2 {
    display: none;
}
@media screen and (max-width: 1250px) {
    #point .sub-title {
        margin-bottom: 20px;
    }
    #point .sub-title h3 {
        font-size: 26px;
    }
    #point ul {
        column-gap: 3%;
    }
    #point .text-area p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    #point .title-area1::before {
        top: 60%;
        left: 45%;
        transform: translateX(-50%);
        width: 550px;
        height: 160px;
        background-image: url(../images/top/po_illust03.png);
    }
    #point .title-area1::after {
        display: none;
    }
    #point .sub-title h3 {
        font-size: 22px;
    }
    #point .sub-title h3 .br2 {
        display: block;
    }
    #point ul {
        padding-top: 50px;
    }
}
@media screen and (max-width: 850px) {
    #point .sub-title h3 {
        font-size: 19px;
    }
}
@media screen and (max-width: 767px) {
    .title-area1 {
        width: 80vw;
    }
    #point ul {
        display: flex;
        flex-direction: column;
        row-gap: 40px;
        max-width: 400px;
        margin: 0 auto;
    }
    #point .sub-title {
        height: 40px;
    }
    #point .sub-title h3 br,#point .sub-title h3 .br2 {
        display: none;
    }
    #point .sub-title h3::before, #point .sub-title h3::after {
        height: 40px;
    }
    #point .sub-title h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 600px) {
    #point .title-area1 {
        height: 34vw;
        width: 90vw;
        padding-top: 30px;
    }
    #point .title-area1::before {
        width: 90vw;
        top: 55%;
        height: 26vw;
    }
    #point ul {
        padding-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    #point .title-area1 {
        height: 180px;
    }
}
@media screen and (max-width: 450px) {
    #point .sub-title h3 {
        font-size: 20px;
    }
    #point .img-area {
        margin-bottom: 15px;
    }
    #point .text-area p {
        font-size: 14px;
    }
}
@media screen and (max-width: 390px) {
    #point .title-area1 {
        height: 170px;
    }
    #point .title-area1 h2 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    #point ul {
        padding-top: 0px;
    }
}


/* features */
#features .list01 .img-area {
    background-image: url(../images/top/fe_bk01.jpg);
}
#features .list02 .img-area {
    background-image: url(../images/top/fe_bk02.jpg);
    background-position: 30% center;
}
#features .list03 .img-area {
    background-image: url(../images/top/fe_bk03.jpg);
}
#features .list04 .img-area {
    background-image: url(../images/top/fe_bk04.jpg);
}

/* voice */
#voice {
    background-color: #00A2E9;
    padding-top: 0;
    margin-top: 180px;
}
#voice .title-area1 {
  width: 850px;
  height: 330px;
  align-items: end;
  padding: 0 0 60px;
  position: relative;
}
#voice .vo-illust {
    position: absolute;
    width: 500px;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
}
#voice ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 40px;
    margin-bottom: 60px;
}
#voice .img-area {
    margin-bottom: 20px;
}
#voice p {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}
@media screen and (max-width: 1250px) {
    #voice ul {
        column-gap: 30px;
    }
}
@media screen and (max-width: 1024px) {
    #voice {
        margin-top: 100px;
    }
    #voice .title-area1 {
        width: 80vw;
        height: 35vw;
    }
    #voice ul {
        column-gap: 20px;
    }
    #voice .vo-illust {
        width: 50vw;
        top: -140px;
    }
    #voice p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    #voice ul {
        display: flex;
        flex-direction: column;
        row-gap: 40px;
    }
    #voice ul li {
        max-width: 400px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 600px) {
    #voice {
        margin-top: 50px;
    }
    #voice .title-area1 {
        width: 90vw;
        padding: 0 0 40px;
    }
    #voice .vo-illust {
        top: -110px;
    }
    #voice ul li {
        max-width: 330px;
    }
}
@media screen and (max-width: 450px) {
    #voice .title-area1 {
        height: 160px;
        padding: 0 0 45px;
    }
    #voice h2 {
        line-height: 1.1;
    }
    #voice .vo-illust {
        top: -22vw;
    }
    #voice ul {
        row-gap: 30px;
        margin-bottom: 40px;
    }
    #voice ul li {
        max-width: 100%;
    }
}
@media screen and (max-width: 390px) {
    #voice .title-area1 {
        padding: 0 0 50px;
    }
}

/* company */
#company {
    background-color: #FFEC00;
    overflow: hidden;
}
#company .title-area2 {
    text-align: center;
    margin-bottom: 40px;
}
#company .co_illust {
    width: 650px;
    margin-bottom: 20px;
}
#company .title-area2 h2 {
    margin-bottom: 20px;
}
#company .title-area2 p {
    line-height: 1.6;
}
#company .shop-area {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: center;
    column-gap: 40px;
}
#company .shop-area li {
    border: 5px solid #00A2E9;
    border-radius: 20px;
    overflow: hidden;
}
#company .img-area {
    height: 360px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
#company .list01 .img-area {
    background-image: url(../images/top/company_shop01.jpg);
}
#company .list02 .img-area {
    background-image: url(../images/top/company_shop02.jpg);
}
#company .info-area {
    background-color: #fff;
    text-align: center;
    padding: 30px 20px 40px;
}
#company .info-area h3 {
    color: #00A2E9;
    margin-bottom: 20px;
}
#company .info-area .address{
    font-size: 18px;
    font-weight: initial;
    margin-bottom: 10px;
}
#company .info-area .time {
    font-weight: initial;
    margin-bottom: 10px;
}
#company .btn-area {
    margin-top: 30px;
}
#company .btn-area .btn {
    background-color: #00A2E9;
    color: #FFEC00;
    font-size: 38px;
    position: relative;
    padding: 15px 40px 15px 80px;
}
#company .btn-area .btn::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    background-image: url(../images/common/icon_tel.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;  
}
#company .info-area h3 br {
    display: none;
}
#company .info-area .br2 {
    display: none;
} 
@media screen and (max-width: 1024px) {
    #company .shop-area {
        column-gap: 20px;
    }
    #company .img-area {
            height: 300px;
    }
    #company .info-area {
        padding: 20px 10px 35px;
    }
    #company .info-area h3 {
        margin-bottom: 15px;
    }
    #company .info-area .address {
        font-size: 15px;
    }
    #company .info-area .time {
        font-size: 14px;
    }
    #company .btn-area {
        margin-top: 20px;
    }
    #company .btn-area .btn {
        font-size: 30px;
        padding: 10px 30px 10px 50px;
    }
    #company .btn-area .btn::before {
        left: 16px;
    }
}
@media screen and (max-width: 960px) {
    #company .info-area h3 br {
        display: block;
    } 
}
@media screen and (max-width: 767px) {
    #company .co_illust {
        width: 100%;
    }
    #company .shop-area {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        max-width: 400px;
        margin: 0 auto;
    }
    #company .img-area {
        height: 250px;
    }
}
@media screen and (max-width: 600px) {
    #company .title-area2 p br {
        display: none;
    }
}
@media screen and (max-width: 450px) {
    #company .info-area {
        padding: 15px 10px 30px;
    }
    #company .info-area h3 {
        margin-bottom: 10px;
    }
    #company .img-area {
        height: 201px;
    }
    #company .btn-area .btn {
        font-size: 22px;
    }
    #company .btn-area .btn::before {
        width: 25px;
        height: 25px;
    }
    #company .info-area .br2 {
        display: block;
    } 
}

/* message */
#message .content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
#message .text-area {
    padding-right: 50px;
}
#message .text-area h2 {
    font-size: 26px;
    margin-bottom: 20px;
}
#message .text-area h3 {
    color: #00A2E9;
    font-size: 42px;
    margin-bottom: 20px;
}
#message .text-area .text {
    margin-bottom: 30px;
}
#message .text-area .name {
    text-align: right;
    padding-top: 20px;
}
#message .img-area {
    background-image: url(../images/top/message_img.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    height: 420px;
}
@media screen and (max-width: 1250px) {
    #message .text-area {
        padding-right: 30px;
    }
}
@media screen and (max-width: 1024px) {
    #message .text-area h3 {
        font-size: 36px;
    }
}
@media screen and (max-width: 960px) {
    #message .text-area h3 {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    #message .content {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }
}
@media screen and (max-width: 600px) {
    #message .text-area h3 {
        font-size: 30px;
    }
    #message .img-area {
        height: 64vw;
    }
}
@media screen and (max-width: 450px) {
    #message .text-area h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #message .text-area h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}