@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html { font-size: 62.5%; }
body{
    font-size: 1.6rem;
    font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin:0;
    font-display: swap;
}
h2 , h3 , h4 , h5{line-height: 1.8;}
p  { font-size: 1.6rem; line-height:1.8;}
li { font-size: 1.6rem; }
li p { font-size: 1.6rem; line-height:1.8;}
section{
    overflow:hidden;
}
a{
    color:#F84D82;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration:none;
    font-weight:400;
}
a:visited{
    color:#F84D82;
}
a:hover {
    color:#F84D82;
    text-decoration:underline;
}
i{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
b{
    font-weight: 700;
}
img{
    max-width:100%;
}
.font_ym{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    font-display: swap;
}
.font_pa{
    font-family:parisplus-clair,sans-serif;
    font-weight:700;
    font-style:normal;
    font-display: swap;
}
.txt_center{
    text-align:center;
}
.fc_pink{
    color: #F84D82;
}
.fc_blue{
    color: #536FFF;
}
.fc_yellow{
    color: #FFF460;
}
.fc_white{
    color: #FFF;
}


.sp_offer{
    background: transparent linear-gradient(180deg, #0390c5 0%, #aee2fc 100%);
    text-align: center;
    padding: 10px 0 15px;
}
.sp_offer .txt_strong, .cta_sp .txt_strong{
    margin-bottom: 10px;
}
@media screen and (max-width:768px){
.sp_offer .txt_strong{
    font-size: 1.5rem;
}
.cta_sp .txt_strong{
    font-size: 1.6rem;
}
.cta_sp iframe{
    margin-left: -1.5rem !important;
}
}

/*****HEADER*****/
.header{
    width: 90%;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.header h1{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .logo_mark span{
    display: block;
}
.btn_entry_header a{
    background: transparent linear-gradient(90deg, #F84D82 0%, #536FFF 100%);
    border-radius: 4px;
    color: #FFF;
    display: inline-block;
}
@media screen and (min-width:769px){
.header{
    padding: 10px 0 15px;
}
.header .logo_mark span{
    margin:10px;
}
.btn_entry_header{
    margin-left: auto;
    width: 20%;
}
.btn_entry_header a{
    position: absolute;
    right: 0;
    top: 8px;
    padding: 20px 30px;
    -webkit-transition: all 2.9s !important;
    -moz-transition: all 2.9s !important;
    transition: all 2.9s !important;
}
.btn_entry_header a:hover{
    background: transparent linear-gradient(90deg, #536FFF 0%, #536FFF 100%);
    text-decoration: none;
}
.btn_entry_header a:hover i{
    font-size: 2.5rem;
}
}
@media screen and (max-width:768px){
.header{
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 94%;
}
.header .logo_type{
    width: 35px;
    margin-right: 5px;
}
.header .logo_mark span{
    font-size: 1.4rem;
    margin: 5px;
}
.btn_entry_header a{
    font-size: 1.2rem;
    padding: 10px;
}
}

/*****FOOTER*****/
footer{
    text-align:center;
}
footer address{
    font-style:normal;
}
@media screen and (min-width: 769px){
footer{
    padding:0 0 50px;
    font-size:1.2rem;
    margin-bottom: 150px;
}
}
@media screen and (max-width: 768px){
footer{
    padding:0 0 30px;
    font-size:1.2rem;
}
}

/*****COMMON*****/
.section_box{
    box-sizing: border-box;
}
.tit_eng{
    display:inline-block;
    background:#FFF460;
    position:relative;
    border-radius:50px;
    z-index:3;
    font-weight:500;
    transform: rotate(-3deg) !important;
}
.tit_eng::before{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:0;
    height:0;
}
.tit_box{
    color:#FFF;
    display:block;
    font-weight:700;
}
.txt_basic strong{
    color:#D77CDB;
}
.btn_entry{
    position:relative;
    z-index:2;
}
.btn_entry a{
    background: #28DB98;
    box-shadow: 0px 6px 0px #26B47F;
    border-radius: 8px;
    display: inline-block;
    color: #FFF;
}
@media screen and (min-width: 769px){
.section_box{
    padding: 0 0 80px;
    width: 94%;
    margin: 0 auto;
}
.tit_eng{
    font-size:2.4rem;
    padding:20px 45px;
    margin-bottom:-30px;
}
.tit_eng::before{
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:15px solid #FFF460;
    margin:0 0 -14px -10px;
}
h2 .tit_box{
    font-size: 2.8rem;
    padding: 45px 0 35px;
    margin-bottom: 40px;
    background: url(../img/ico_diya03.svg) no-repeat center bottom #F84D82;
}
h4 .tit_box{
    font-size: 1.8rem;
    padding: 15px 0 20px;
    margin-bottom: 30px;
    background: url(../img/ico_diya03.svg) no-repeat center bottom #F84D82;
    background-size: 25%;
}
.txt_basic{
    margin-bottom:30px;
    font-size:1.8rem;
}
.txt_strong{
    margin-bottom:30px;
    font-size:2.4rem;
}
.btn_entry a{
    font-size:2.4rem;
    padding:35px 120px;
    margin:0px auto;
}
.btn_entry a:hover{
    box-shadow:none;
    background: #536FFF;
    text-decoration:none;
}
.btn_entry a:hover i{
    font-size: 3rem;
}
}
@media screen and (max-width: 768px){
.section_box{
    width:90%;
    padding-top: 20px;
    margin:0 auto 50px;
}
.tit_eng{
    font-size:1.5rem;
    margin-bottom:-15px;
    padding: 10px 15px;
    line-height: 1.5;
}
.tit_eng::before{
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:8px solid #FFF460;
    margin:0 0 -7px -5px;
}
h2 .tit_box{
    font-size: 2.0rem;
    padding: 15px 0 15px;
    width: 110%;
    margin: 0 -5% 20px;
    background: url(../img/ico_diya03.svg) no-repeat center bottom #F84D82;
    background-size: 201px;
}
h4 .tit_box{
    font-size: 1.6rem;
    padding: 8px 0 10px;
    margin-bottom: 20px;
    background: url(../img/ico_diya03.svg) no-repeat center bottom #F84D82;
    background-size: 20%;
}
.txt_basic{
    margin-bottom:20px;
    font-size:1.6rem;
}
.txt_strong{
    margin-bottom:20px;
    font-size:1.8rem;
}
.btn_entry a{
    font-size:1.8rem;
    padding:15px 0;
    margin:0px auto;
    width: 90%;
}
}

@media screen and (min-width: 667px){
.disp_sp{
    display:none;
}
}
@media screen and (max-width: 666px){
.disp_pc{
    display: none;
}
}

/* CTA */
.cta .section_box{
    position: relative;
}
.cta .section_box::before{
    content: "";
    display: block;
    background: url(../img/ico_logo.svg) no-repeat center center;
    background-size: 100%;
}
.cta .special{
    background: #F84D82;
}
.cta .special .tit{
    text-align: center;
    margin-top: -1.5rem;
}
.cta .special .tit b{
    background: #FFF460;
    border-radius: 50px;
}
.cta .special .list_3sp h5{
    background: #FFF;
    font-weight: bold;
}
@media screen and (min-width: 769px){
.cta .section_box{
    border: 4px solid #F84D82;
    padding: 10px 5% 50px;
    margin-bottom: 80px;
    margin-top: 40px;
}
.cta .section_box::before{
    margin: -44px auto 10px;
    width: 74px;
    height: 74px;
}
.cta .special{
    margin: 40px auto;
    padding: 1px 0 0;
}
.cta .special .tit b{
    padding: 10px 25px;
    font-size: 2.2rem;
}
.cta .special .list_3sp{
    margin: 20px 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cta .special .list_3sp li{
    width: 31%;
    margin-bottom: 30px;
}
.cta .special .list_3sp h5{
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    font-size: 1.8rem;
}
.cta .special .list_3sp .txt_b b{
    font-size: 2.8rem;
}
.cta .special .list_3sp .price{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
}
.cta .special .list_3sp .sp_cont{
    font-size: 1.8rem;
}
.cta .special .list_3sp  b{
    font-size: 2.0rem;
}
}
@media screen and (max-width: 768px){
.cta .section_box{
    border: 2px solid #F84D82;
    padding: 10px 4% 30px;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 98%;
}
.cta .section_box::before{
    margin: -34px auto 10px;
    width: 54px;
    height: 54px;
}
.cta .special{
    margin: 40px auto 20px;
    padding: 1px 0;
}
.cta .special img{
    max-width: 300px;
    width: 60%;
}
.cta .special .tit b{
    padding: 10px 25px;
    font-size: 1.6rem;
}
.cta .special .list_3sp{
    margin: 20px 4%;
}
.cta .special .list_3sp li{
    margin-bottom: 30px;
}
.cta .special .list_3sp h5{
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0;
    font-size: 1.4rem;
}
.cta .special .list_3sp .txt_b b{
    font-size: 2.4rem;
}
.cta .special .list_3sp .price{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
}
.cta .special .list_3sp .sp_cont{
    font-size: 1.4rem;
}
.cta .special .list_3sp  b{
    font-size: 1.8rem;
}
}

@media screen and (max-width: 460px) {
  .lum-lightbox-inner img {
    max-width: 160vw !important;  /* 軽くスワイプで左端から右端まで動かせる量 */
    max-height: 85vh !important;  /* 上下に適度に余白 */
  }
}

.fadeIn01{
    display: none;
}
.anim_fade{
      transition: all .6s ease-out;
      opacity: 0;
      transform: translateY(20%);
   }
.anim_fade.started {
      opacity: 1;
      transform: translateY(0);
   }
.anim_fade.started.ended {
      opacity: 1;
 }

.anim_scale{
      transition: all .9s ease-out;
      opacity: 0;
      transform: translateY(5%) scale(1.5,1.5);
   }
.anim_scale.started {
      opacity: 1;
        transform: translateY(0) scale(1,1);
   }
.anim_scale.started.ended {
      opacity: 1;
 }
.anim_scales{
      transition: all .9s ease-out;
      opacity: 0;
      transform: translateY(0) scale(0.2,0.2);
   }
.anim_scales.started {
      opacity: 1;
        transform: translateY(0) scale(1,1);
   }
.anim_scales.started.ended {
      opacity: 1;
 }


.anim_left{
      transition: all .6s ease-out;
      transform: translateX(-100%) ;
      opacity: 0;
   }
.anim_left.started {
      transform: translateX(0) ;
      opacity: 1;
   }
.anim_left.started.ended {
      opacity: 1;
 }

.anim_right{
      transition: all .6s ease-out;
      transform: translateX(100%) ;
      opacity: 0;
   }
.anim_right.started {
      transform: translateX(0) ;
      opacity: 1;
   }
.anim_right.started.ended {
      opacity: 1;
 }
