@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
body{
    display: block;
    position: relative;
    background-color: #fff;
	text-align: center;
    font-style:normal;
    font-size: 14.8px;
    line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	color: #4d4d4d;
}
img{
    width: 100%;
    height: auto;
    display: block;
}
ul li{
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}
/*全体*/
.timediv{
    display: none;
}
.standby{
    width: 100vw;
    min-height: 100vh;
    position: fixed;
    top:0;
    left:0;
    z-index: 99999;
    background-color: #FFF;
    text-align: center;
}
.standby span{
    display: flex;
    align-items: center;
    justify-content: center;    
    height: 100vh;
}
.wrap{
    background-image: url("bg_pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}
main{
    display: block;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    min-height: 100vh;
    box-shadow: 2px 2px 20px 10px rgba(0, 0, 0, 0.1);
    background-image: url("bg_main.webp");
    background-size: 440px auto;
    background-position: top center;
    background-repeat: repeat;  
    background-color: #FFF;
}
section{
    padding:40px 0;
}
.section_in_div{
    width: 90%;
    margin: 0 auto;
}
/*#intro*/
#top_kv{
    padding: 0;
}
#intro{
    padding-top: 0;
}
.intro_h1,.image_h2{
    margin:0 auto;
    padding:0;
    line-height: 1;
    text-align: center;
    margin-bottom: 24px;
    font-size: 0;
}
.intro_h1{
    margin-bttom:0;
}
.intro_h1_img{
    margin: 0 auto;
}
.intro_div{
    width: 100%;
    margin: 0 auto;
}
.intro_p{
    text-align: center;
    margin: 4px auto;
    letter-spacing: 1px;
    margin-bottom: 0.7em;
    font-size: 16px;
}
.intro_mini_p{
    text-align: left;
    font-size: 10px;
    letter-spacing: 0;
    width: fit-content;
    padding-left: 1em;
    text-indent: -1em;
    margin: 0 auto;
    margin-top: 22px;
}
/*キャンペーン*/
.image_h2{
    width: 94%;
}
.camp_tokai_div,.camp_higashi_div{
    width: 90%;
    max-width: 386px;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 24px;
    background-color: #FFF;
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    gap:32px;
    border:2px solid #f1a055;
    border-top: 8px solid #f1a055;
}
.camp_tokai_div dl dt,.camp_higashi_div dl dt{
    color: #f1a055;
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 16px;
}
.camp_tokai_div dl dd,.camp_higashi_div dl dd{
    font-size: 15px;
}
.camp_higashi_div{
    border:2px solid #81c072;
    border-top: 8px solid #81c072;
}

.camp_higashi_div dl dt{
    color: #81c072;
}

.camp_x_a{
    text-decoration: none;
    color:#FFF;
    display: inline-block;
    margin: 18px auto;
}
.camp_x_a:hover{
    opacity: 0.8;
}
.camp_x_a p{
    display: inline;
    border-radius: 3px;
    background-color: #494949;
    font-weight: 700;
    color: #FFF;
    padding: 10px 2em;
    margin: 0 auto;
    font-size: 18px;
}
.camp_x_a p img{
    width: 22px;
    display: inline;
    vertical-align: -3px;
    margin-right: 6px;
}
/*ページトップへ戻るボタン*/
.footer_totop_div{
    margin: 0px auto;
    margin-bottom: 24px;
    width: 90%;
    max-width: 220px;
}
.footer_totop_div img{
    width: 100%;
}
.footer_totop_div:hover{
    opacity: 0.7;
}
/*Footer*/
footer{
    background-color: #fcea91;
    background-image: url("bg_footer.webp");
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: repeat;
    padding: 32px 0;
    margin-top: 30px;
}
.footer_in_div{
    width: 90%;
    max-width: 386px;
    margin: 0 auto;
}
footer ul{
    padding-bottom: 8px;
}
.footer_none_li{
    padding: 0;
    text-indent: 0;
}

footer p,footer li{    
    font-family: "M PLUS Rounded 1c",sans-serif;
    color: #6e77ae;
    font-weight: 700;
    text-align: left;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 14.5px;
}
.footer_noindent{
    padding-left: 0;
    text-indent: 0;
}
.footer_p2{
    padding: 1em 0;
}
footer a{
    color: inherit;
    text-decoration: none;
}
footer a:hover{
    opacity: 0.7;
}
footer a span{
    border-bottom: 3px solid #fff;
}
.fooer_outline-text {
    font-weight: bold;
    /* 白フチの設定 */
    -webkit-text-stroke: 4px white; /* 2pxのフチなら倍の4pxを指定 */    
    /* 重要：フチを背面に回すことで、元の文字の形を維持しつつ角を丸くする */
    paint-order: stroke fill;    
    /* 角を丸くする設定 */
    stroke-linejoin: round;
}

@media (max-width:440px){
footer a:hover,.footer_totop_div:hover,.camp_x_a:hover{
    opacity: 1;
}
body,.camp_tokai_div dl dd, .camp_higashi_div dl dd{
    font-size: 3.5vw;
}
.intro_div{
    margin: 0 auto;
}
.intro_p{
    font-size: 4vw;
}
.intro_mini_p{
    margin: 0 auto;
    margin-top: 20px;
    width: fit-content;
    font-size: 2.75vw;
    letter-spacing: 0;
}
.camp_tokai_div dl dt, .camp_higashi_div dl dt{
    font-size: 4vw;
}
footer li{
    font-size: 3.3vw;
}
}
@media (max-width:358px){
.camp_x_a p{
    font-size: 4vw;
}
.camp_x_a,.camp_x_a p{
    display: block;
}
.camp_x_a{
    width: 90%;
}
}
/**/
.u-ls0{
    letter-spacing: 0;
}