﻿/*-------------------------------------------------
個別
---------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@500&display=swap');
html, body {
    font-size: 16px;
}
body,.font_bar{
        font-family: 'Montserrat','Noto Sans JP',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents .con_bg,#contents2 .con_bg,header .nav_bg.trans{
    background-image: linear-gradient( 
135deg, #ffd96e 10%, #ffbe08 100%);
}
#contents .con_box1::before,#contents2 .con_box1::before{
    background-image: url(Dup/img/item01.png);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 200px;
    height: 200px;
    width: 80%;
    top: -80px;
    right: 0;
    left: inherit;
    background-color: transparent;
}
#contents2 .con_box1::before{background-image: url(Dup/img/item02.png);}
#contents .con_box1,#contents2 .con_box1{
    background-color: #ffffff;
    padding: 5vw;
    color: #333;
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.1);
}
#contents .con_box1 h2,#contents2 .con_box1 h2{
    display: inline;
	font-size: 26px;
    background-image: linear-gradient(rgba(0,0,0,0) 70%, rgba(255,190,8,1) 70%);
}
#contents .con_wrap, #contents2 .con_wrap{padding: 5%;}
#page04 .item03 {
background-image: url(Dup/img/item03.png);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 50%;
    height: 150px;
    display: block;
    margin: 0 auto 30px;
    animation-delay: 2s;
    position: relative;

}
#page04 .item03-2.anime{
    transform: scale(1);
    opacity: 1;}
#page04 .item03-2{
    display: block;
    position: absolute;
    background-image: url(Dup/img/item03-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 600px;
    width: 200%;
    height: 160px;
    top: -140px;
    left: -140px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s;
}
#sticker {
    right: 3%;
    bottom: 3%;
    z-index: 7;
    max-width: 250px;
    width: 18%;
    transition: 0.5s;
    opacity: 0;
}
#sticker.animeStart{opacity: 1;}
#sticker:hover {
    transform: translateY(-10px);
}
/*-------------------------------------------------
modaal
-----------------------------------------------*/
/*infoエリアをはじめは非表示*/
#info{
	display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#fff;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.modaal-overlay{background: #ffbe08!important;}
#modal{display: none;}
/*-------------------------------------------------
下層
---------------------------------------------------*/
.mail_contact_link a{
background-color: #06c755;
    color: #fff;
    max-width: 300px;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
margin-bottom: 30px;
}
#cms_6-c span.before, #cms_6-c span.after,.cms_6-c span.before, .cms_6-c span.after{
    background-color: #ffbe08;
    color: #fff;
    position: absolute;
    display: block;
    width: 100px;
    font-size: 20px;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 1;
    padding: 10px;
}
#cms_6-c span.after,.cms_6-c span.after{background-color: #02c4b5;}

/*-------------------------------------------------
1280以下    
-----------------------------------------------------*/
@media screen and (max-width: 1280px){
    #intro .intro_left{padding: 50px;}
    
}

/*-------------------------------------------------
tab
-----------------------------------------------------*/
@media screen and (max-width: 768px){

#sticker{
    width: 25%;
    right: 3%;
    bottom: 3%;
}
#custom .custom_box{background-image: url(Dup/img/custom_bg2.jpg)!important;}


}



/*-------------------------------------------------
sp
-----------------------------------------------------*/
@media screen and (max-width: 667px){
#logo,#top_cms .cms_title{margin-bottom: 50px;}
#contents .con_box1, #contents2 .con_box1{padding: 20px;}
#contents .con_box1::before, #contents2 .con_box1::before {
    max-width: 120px;
    height: 120px;
}
#contents .con_box1 h2, #contents2 .con_box1 h2{font-size: 24px;}
#page04 .item03{height: 150px;}
#page04 .item03-2 {
    width: 160%;
    height: 137px;
    top: -124px;
    left: -100px;

}
#sticker {
    right: 7%;
    bottom: 7%;
}
}



/*-------------------------------------------------
sp-se
-----------------------------------------------------*/
@media screen and (max-width: 568px){}
.mail_contact_link a{font-size: 16px;}
.tel_box a{font-size: 18px;}
/*-------------------------------------------------
IE
-----------------------------------------------------*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
#cms_2-a .cate .cate_title{padding-top: 10px!important;}
#cms_5-a .cate .cate_title span:last-of-type{padding-top: 0!important;}
#page09 a{
    padding-bottom: 1px!important;
    padding-top: 0!important;}
}


/*-------------------------------------------------
Firefox
-----------------------------------------------------*/
@-moz-document url-prefix(){

}