@charset "UTF-8";

/*アニメイベント用LP*/


/* メインコンテンツ： ヒーローイメージ */
.products .anime-conA {
    text-align: center;
}
.products .anime-conA .container {
    width: 100%;
/*    max-width: 1080px;*/
    padding: 65px 0 0;
    margin: 0 auto;
}
.products .anime-conA .container img {
    width: 100%;
    /*max-width: 420px;*/
    margin: 0 auto;
    display: block;
}

/* メインコンテンツ： ヒーローイメージ  large*/
@media (min-width: 600px) {
.products .anime-conA {
/*    height: 40vh;*/
    }
.products .anime-conA .container img.main_img_02 {
    width: 70%;
    max-width: 830px;
    margin: 0 auto;
    display: block;
    }
}

/* メインコンテンツ：B*/
.products .anime-conB .container {
    width: 100%;
    max-width: 1080px;
    padding: 30px 20px;
    margin: 0 auto;
    text-align: center;
}
.products .anime-conB h1 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 5px;
    color: #e52054;
}
.products .anime-conB h2 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 20px;
    color: #3e2100;
}
.products .anime-conB h3 {
    font-size: 20px;
    font-weight: bold!important;
    margin-bottom: 40px;
    color: #3e2100;
    display: inline-block;
    border: 3px solid #3e2100;
    border-radius: 60px;
    padding: 8px;
    width: 100%;
    position: relative;
    line-height: 1.3;
}
.products .anime-conB h3::before {
    position: absolute;
    content: "";
    left: -1%;
    top: -10%;
    background-color: rgb(187 225 232);
    width: 100%;
    height: 70px;
    z-index: -1;
    border-radius: 70px;
}
.conB_flex_3con_box {
    padding: 15px;
    border: 12px solid #fde5a4;
    margin-bottom: 20px;
}
.conB_flex_2con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.conB_flex_img {
    width: 100px;
    margin: 0 auto;
}
.conB_flex_img img {
    width: 100%;
    max-width: 70px;
}
.conB_flex_ttl {
    width: calc(100% - 100px);
    margin-left: 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: #3e2100;
}
.conB_flex_txt {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    color: #231815;
}

/*メインコンテンツ：B large*/
@media (min-width: 700px) {
.products .anime-conB .container {
    padding-top: 60px;
}
.products .anime-conB h1 {
    font-size: 44px;
    margin-bottom: 10px;
    }
.products .anime-conB h2 {
    font-size: 30px;
    margin-bottom: 40px;
    }
.products .anime-conB h3 {
    font-size: 30px;
    margin-bottom: 40px;
    width: 90%;
    }
.products .anime-conB h3::before {
    left: -2%;
    top: -20%;
    width: 100%;
    height: 58px;
    border-radius: 70px;
    }
.conB_flex_3con {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 60px;
    }
.conB_flex_3con_box {
    border: 14px solid #fde5a4;
    width: 32%;
    margin-bottom: 0;
}
.conB_flex_img {
    width: 80px;
    margin: 0 auto;
}
.conB_flex_img img {
    width: 100%;
    max-width: 70px;
}
.conB_flex_ttl {
    width: calc(100% - 80px);
    margin-left: 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: #3e2100;
}
.conB_flex_txt {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    }
}
/*メインコンテンツ：B large end*/


/* メインコンテンツ：C*/
.products .anime-conC .container {
    width: 100%;
    max-width: 1080px;
    padding: 30px 20px 60px;
    margin: 0 auto;
    text-align: center;
}
.products .anime-conC h3 {
    font-size: 20px;
    font-weight: bold!important;
    margin-bottom: 40px;
    color: #3e2100;
    display: inline-block;
    border: 3px solid #3e2100;
    border-radius: 60px;
    padding: 8px;
    width: 100%;
    position: relative;
    line-height: 1.3;
}
.products .anime-conC h3::before {
    position: absolute;
    content: "";
    left: -2%;
    top: -15%;
    background-color: rgb(187 225 232);
    width: 100%;
    height: 45px;
    z-index: -1;
    border-radius: 70px;
}
.conC_flex_2con_box {
    margin-bottom: 40px;
}
.conC_flex_img {
    width: 80%;
    margin: 0 auto 20px;
}
.conC_flex_img img {
    width: 100%;
}
.conC_flex_ttl {
    position:relative;
    font-size: 18px;
    color: #3e2100;
    font-weight: bold;
    background: #ffe8a9;
    padding: 10px;
    border-radius: 8px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.conC_flex_ttl::after {
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 232, 169, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    border-bottom-color:#FFE8A9;
    bottom:100%;
    left:26%;
}
.conC_flex_txt {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    color: #231815;
}
/*メインコンテンツ：C large*/
@media (min-width: 600px) {
.products .anime-conC .container {
    padding-top: 60px;
    }
.products .anime-conC h3 {
    font-size: 30px;
    margin-bottom: 40px;
    width: 90%;
    }
.products .anime-conC h3::before {
    left: -2%;
    top: -20%;
    width: 100%;
    height: 58px;
    border-radius: 70px;
    }
.conC_flex_2con {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    }
.conC_flex_2con_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.conC_flex_2con_box:first-child {
    padding-right: 20px;
    border-right: 4px dotted #f8c170;
    }
.conC_flex_2con_box:last-child {
    padding-left: 20px;
    }
.conC_flex_img {
    width: 40%;
    margin-bottom: 0;
    }
.conC_flex_right_box {
    width: calc(100% - 35%);
    margin-left: 5%;
    }
.conC_flex_ttl {
    font-size: 20px;
    text-align: left;
    padding: 15px;
}
.conC_flex_ttl::after {
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 232, 169, 0);
    border-top-width:18px;
    border-bottom-width:18px;
    border-left-width:22px;
    border-right-width:22px;
    margin-top: -5px;
    border-right-color:#FFE8A9;
    left: -10%;
    top:31%;
}
}
/*メインコンテンツ：C large end*/

/* メインコンテンツ：D*/
.products .anime-conD {
    background: #f3eddd;
}
.products .anime-conD .container {
    width: 100%;
    max-width: 1080px;
    padding: 30px 20px 60px;
    margin: 0 auto;
    text-align: center;
}
.products .anime-conD h3 {
    font-size: 20px;
    font-weight: bold!important;
    margin-bottom: 20px;
    color: #3e2100;
}
.products .anime-conD .products_btn a {
    font-size: 20px;
}
/*メインコンテンツ：D large*/
@media (min-width: 600px) {
.products .anime-conD .container {
    padding-top: 60px;
    }
.products .anime-conD h3 {
    font-size: 30px;
    }
.products .anime-conD .products_btn a {
    font-size: 24px;
    }
}
/*メインコンテンツ：D large end*/



/*ボタンデザイン*/
.products_btn_area {
    text-align: center;
    margin-bottom: 60px;
}
.products_btn {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 400px;
}
.products_btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    height: 80px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    background: #e52054;
    border-radius: 8px;
    border-bottom: solid 5px #480a35;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: .2em;
}
.products_btn a:hover {
    border-bottom: solid 2px #480a35;
    transform: translateY(3px);
}
.products_btn a img {
    margin-right: 10px;
    height: 20px;
}
.products_btn a i {
    margin-left: 10px;
}
.products .products_headB .headB_btn a {
    background: #e52054;
    border: none;
    border-bottom: solid 5px #480a35;
}
.products .products_headB .headB_btn a:hover {
    background: #e52054;
    border-bottom: solid 3px #480a35;
    transform: translateY(3px);
    color: #fff;
}
.products .products_headB a span {
    color: #e52054;
}
.products .products_headB a:hover {
    color: #e52054;
}
/*ボタンデザイン large*/
@media (min-width: 600px) {
.products_btn_area {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    }
/*.products_btn {
    margin: 20px;
    }*/
.products_btn a {
    font-size: 20px;
    }
.products_btn a img {
    height: 24px;
    }
}
/*ボタンデザイン large end*/



