

/* 基本設定 */
* {
    margin: 0;
    padding: 0;
}

.capsule-lp li {
    list-style: none;
}

.capsule-lp .btn {
    transition: all 0.5s;
    cursor: pointer;
}

.capsule-lp .btn:hover {
    opacity: 0.7;
    transform: scale(1.08);         /* 1.0 = 元のサイズ、1.08 = 8%拡大 */
}

.capsule-lp img{
    width: 100%;

}

html,body {
    overflow-x: hidden;
  }

/* フォント設定 */

.capsule-lp a,.capsule-lp p,.capsule-lp li{
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1.0px;
}/* 日本語 */

.capsule-lp a{
    font-size: 2.8rem;
    text-decoration: none;
    color : inherit;
    font-family: "Noto Sans JP", sans-serif !important;
    font-optical-sizing: auto;
    font-weight:600;
    font-style: normal;
    letter-spacing: 1.5px;
    break-inside:avoid-page;/* 改ページ禁止 */
}

@media screen and (min-width: 752px) {
    .capsule-lp  p{
        font-size: 1.5rem;
        line-height: 1.4;
    }
}

@media screen and (max-width: 751px) {
    .capsule-lp p,.capsule-lp li{
        font-size: 2.6rem;
        line-height: 1.5;
        letter-spacing: 2px;
    }

}

.capsule-lp li{
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}/* 日本語 */

.capsule-lp h1,.capsule-lp h2{
    font-family: "Noto Sans JP", sans-serif !important;
    font-optical-sizing: auto;
    font-weight:700;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1.3;
    color: #CC0000;
    margin: 0;
}/* 日本語 */



@media screen and (min-width: 752px) {
    .capsule-lp h1{
        font-size: 3.2rem;
        letter-spacing: 2.2px;
    }

    .capsule-lp h2{
        font-size: 2.6rem;
        letter-spacing: 2.0px;
    }
}

@media screen and (max-width: 751px) {
    .capsule-lp h1{
        font-size: 4rem;
    }

    .capsule-lp h2{
        font-size: 6rem!important;
    }

    .capsule-lp h3{
        font-size: 3rem!important;
    }
}


/*  アニメーション設定 */
.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:1.7s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    } 

    .padding-non {
        padding: 0%!important;
    }

/* PC/sp分岐・共通設定 */

@media screen and (min-width: 752px) {
    .pc{
        display: inline-block;
    }

    .sp{
        display: none!important;
    }

    .container {
        width: 80%;
        margin: 0px auto;
        padding: 80px 0 20px;
        max-width: 1200px;
    }    

    .area1 {
        padding-top: 80px;
    }

}

@media screen and (max-width: 751px) {
    .pc{
        display: none!important;
    }

    .sp{
        display: inline-block
    }

    .container {
        width: 85%;
        margin: 0px auto;
        padding:60px 0px;
    }

    .area1 {
        padding-top: 60px;
    }

}

.mv {
    width: 100%;
}

/* area1 */
.page-link ul{
    display: flex;
    justify-content:center;
}

.page-link ul li{
    width: 210px;
    height: 210px;
    margin: 0 20px;
    text-align: center;
    position: relative;
}

.number {
    font-weight: 700!important;
    color: #CB002C;
    font-size: 32px!important;
    padding-top:59px;
}

.page-link ul li:hover{
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    border-radius: 200px;
    background-color: #F4ABBB;
    opacity: 1.0;
}

.link-title {
    font-size: 19px!important;
    font-weight: 700!important;
    color: black;
}

.arrow-under{
    position: absolute;
    width: 16px!important;
    bottom: 24px;
    left: 99px;
}

.page-link1{
    background-image: url(../img/link1.webp);
    background-size: cover;
}

.page-link2{
    background-image: url(../img/link2.webp);
    background-size: cover;
}

.page-link3{
    background-image: url(../img/link3.webp);
    background-size: cover;
}

.page-link4{
    background-image: url(../img/link4.webp);
    background-size: cover;
}

@media screen and (min-width: 752px) and (max-width: 1025px) {

.page-link ul li{
    width: 160px;
    height: 160px;
    margin: 0 10px;    
}

.number {
    font-size: 26px !important;
    padding-top: 37px;
}

.link-title {
    font-size: 16px !important;
    letter-spacing: 0.5px;
}

.arrow-under {
    bottom: 17px;
    left: 72px;
}
}

@media screen and (max-width: 751px) {

.page-link ul{
    flex-wrap: wrap;
}

.page-link1,.page-link2 {
    margin-bottom: 20px!important;
}

.page-link ul li{
    width: 260px;
    height: 260px;
}

.arrow-under{
    left: 122px;
}

.number {
    padding-top: 75px;
}

.link-title {
    font-size: 24px !important;
}

}

/* area-title */

.area-title {
    display: flex;
    margin-bottom: 40px;
}

.area-title-tag {
    width: 50px;
    margin-right: 10px;
}

.area-title h2{
    font-size: 28px!important;
    color: black;
    padding-top: 5px;
}

/* area2 */

.area2-contents {
    display: flex;
    justify-content:center;
    padding-bottom: 20px;
}

.area2-contents li{
    width: 30%;
}

.area2-contents2 {
    margin: 0 30px 0 15px;
}

.area2-text {
    background-color: #CB002C;
    width: 100%;
    border-radius: 50px;
    text-align: center;
}

.area2-text p{
    padding: 10px 20px;
    color: white;
    font-weight: 600;
}

/* area3 */

.area3-contents2 {
    margin: 0 1%;
}

.area3-contents li{
    width: 32%;
}


@media screen and (max-width: 751px) {

.area2-contents {
    display: block;
    padding-bottom: 40px;
}

.area-title h2{
    font-size: 36px!important;
    padding-top: 0px;
}

.area2-contents li,.area3-contents li{
    width: 80%!important;
    margin: 0 auto;
}

.area2-contents2 {
    margin: 40px auto!important;
}

.area3-contents2 {
    margin: 60px auto!important;
}

.area2-text {
    border-radius: 20px;
    text-align: left;
}

}


/* area4 */

.area4-contents {
    display: flex;
}

.area4-box {
    width: 30%;
}

.area4-box2 {
    margin: 0 5%;
}

.ab4-wrapper {
    display: flex;
    justify-content: center;
    width: auto;
}

.title-img {
    width: 190px;
    margin-right: 10px;
}

.title-right {
    width: 100px;
}

.qr {
    width: 100%;
    margin-bottom: 10px;
}

.title-right a{
    width: 100%;
}

.ab4-bottom {
    width: 100%;
    margin: 24px auto 0;
}

.comment {
    width: 80%;
    margin: 5px auto 0;
}

@media screen and (max-width: 751px) {

.area4-contents {
    display: block;
}

.area4-box {
    width: 80%;
    margin: 0 auto;
}
.ab4-wrapper {
    justify-content: center;
}

.area4-box2 {
    margin: 100px auto;
}
t
.comment {
    margin: 0px auto 0;
}

.title-img {
    width: 65%;
    margin-right: 15px;
    
}

.title-right{
     width: 34%;
}

.sp-pagelink ul {
    display: flex;
    justify-content:space-between;
    margin-bottom: 100px;
}

.sp-pagelink ul li{
    width: 33%;
    text-align: center;
}

.sp-pagelink ul li a img {
    width: 90%;
    margin: 0 auto 5px;
}

.sp-pagelink ul li a p{
    font-size: 2.4rem;
    padding-bottom: 5px;
    font-weight: 600;
}

.arrow-under2 {
    width: 15px!important;
    display: block;
    margin: 0 auto;
}

.side-line{
    border-left: 2px dashed #CB002C;
    border-right: 2px dashed #CB002C;
}

}

/* area5 */

.ac4-list {
    padding-left: 60px;
}

.ac4-list li{
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 1.5;
}

.ac4-list li::marker {
    content: "●";
    color: #CB002C;
    font-size: 0.8em;
    letter-spacing: 10px;
}

.area5-text {
    width: auto;
    background-color: #CB002C;
    color: white;
    padding: 15px 50px;
    margin-top: 20px;
    border-radius: 10px;
}

@media screen and (max-width: 751px) {

    .area5-text h3{
        padding-bottom: 10px;
    }

}

/* area6 */

.area6-container {
    background: transparent linear-gradient(0deg, #F1F1F1 0%, #C2C2C2 100%);
    border-radius: 10px;
    width: 86%;
    margin: 80px auto;
    padding: 40px 3% 40px;
    display: flex;
    justify-content: space-between;
}

.shop-bnr{
    width: 300px;
}

.area6 p{
    margin-bottom: 40px;
}

.bold {
    font-weight: 700!important;
    padding-left: 10px;
}

.area6-text {
    border-left: 2px solid #ffffff;
    padding-left: 5px;
    font-weight: 700!important;
    font-size: 20px!important;
}

.area6-btn {
    background: #CB002C;
    border-radius: 28px;
    color: #ffffff!important;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.area6-btn:hover{
    background-color: #000;
}

.area6-btn p{
    font-weight: 700!important;
    margin-bottom: 0px!important;
}

.area6-btn-arrow {
    width: 14px;
    padding-top: 2px;
}

.area6-2 {
    width: 50%;
}

.area6-btn img{
    display: block;
}

@media screen and (max-width: 1000px) and (min-width: 751px) {

.area6-container {
    display: block;
}

.area6-2 {
    margin: 40px 0 0;
    width: 100%;
}

}

@media screen and (max-width: 751px) {

.area6-container {
    width: 90%;
    display: block;
}

.shop-bnr{
    width: 400px;
}

.area6-2 {
    margin: 40px 0 0;
    width: 100%;
}

.area6-text {
    font-size: 32px !important;
    border-left: 4px solid #ffffff;
    padding-left: 10px;
}

.area6-btn-arrow {
    width: 18px;
    padding-top: 9px;
}

.area6-btn {
    border-radius: 50px;
    padding: 20px 30px;
}

}