@charset "utf-8";


/*基本設定-----------------------------------------*/
/* 隙間なく表示させるおまじない */
html, body { 
  margin: 0px;
  padding: 0px;
 }

/* ページ内全体の文字の設定と背景の設定 */
body {
    font-family: "Noto Serif JP", serif; 
    font-size: 1em;
    color: #333333;
    line-height:1.8em;
    background-color: #322A00;
    background-image: url(img/back_dot.png);
    }

/* ページ内全体のリンクの文字色 */
a{text-decoration: none;}
a:link {color: #333333;} 
a:visited {color: #333333;} 
a:hover {color: #51004a;} 
a:active {color: #6f0066;} 


/*トップページ---------------------------------------------------------*/
#container{
    background-color: bisque;
    margin: 0 auto;
    width: 100%;
    max-width :430px;
    background-image: url(img/back.png);
    background-size: contain;
    text-align: left;
}
#keyvisual{
    width: 100%;
    height: 100vh;
    background-image: url(img/topmain.png);
    background-size:cover;
    display: flex;
    align-items: flex-end;
}
#toptitle{
    width: 100%;
    text-align: center;
    padding-bottom: 30%;
    margin: 0;
}

#maintxt{
    width: 90%;
    margin: 0 auto;
}
/* トップページのネコとイヌの部分--------------------------------------- */
.top_btn_block{
    display:block;
}
#btn_area_cat{
    width: 95%;
    margin: 10px auto;
    display: flex;
    align-items: flex-end;
}
#btn_area_dog{
    width: 95%;
    margin: 0 auto  50px auto;
    display: flex;
    justify-content: flex-end;
}

.btn_photo{
    margin: 5px;
}

.h2txt{
    display: inline;
    background-color: #d301a5;
    padding: 2px 20px 0 10px;
    margin: 0;
    color: #ffd001;
    font-family: "Cinzel", serif;
    font-weight: 600;
    font-size: 1.2em;
    line-height:1em;
}

.btncopy{
    padding: 5px;
    margin: 5px;
    border-top: 1px solid #000;
    font-family: "Noto Serif JP", serif;
    font-size: 0.85em;
    line-height:1.5em;
}
.btn_dog{
    width: 240px;
}

/*フッター-----------------------------------------------------*/

.hr1 {
    border: none;
    border-top: 2px solid #000000;
    margin-bottom: 2px;
}

.copyright{
    margin: 0;
    padding: 5px 5px 15px 20px;
    background-color: #000000;
    font-family: "Cinzel", serif;
    font-size: 0.7em;
    color: #fff;
}

/*ヘッダー-----------------------------------------------------*/
header{
    margin: 0;
    padding: 10px 0 10px 20px;
    background-color: #000000;
    font-family: "Cinzel", serif;
    font-size: 0.7em;
    line-height:1em;
    color: #ffffff;
}
.header{
    display: flex;
    align-items: center;
    color: #ffffff;
}
.head_title{
    margin: 0 10px;

}
.head_num{
    font-size: 2.4em;
    font-weight: 400;
    margin: 0;
}

/*ネコのページ-----------------------------------------------------*/
#cat_top{
    background-image: url(img/catmain.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-color: #000000;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: flex-end;
}

.cat_top_txt{
    width: 90%;
    margin: 0 auto;
    color: #ffdd00;
}
.cat_top_txt h1{
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-size: 6em;
    text-align: right;
    margin: 0 0 30px 0;
}

.maintxt_img{
    width: 100%;
}

#under_area{
    background-image: url(img/cat3.png);
    background-repeat: no-repeat;
    background-position: 150px 0px;
    background-size:auto;
    width: 100%;
    height: 300px;
}
.lefttxt{
    width: 55%;
    margin-left: 20px;
    margin-bottom: 50px;
}