@charset "UTF-8";
/*
共通部分
---------------------------------*/
html{
    font-size: 100%;
}
body{
    font-family:"叛逆明朝",  "はんなり明朝";
    line-height: 1.7;
    color: black;
}

a {
    text-decoration: none;

}
img{
    max-width: 100%;
}

@font-face {
    font-family: '叛逆明朝';
    src: url(../font/Hangyaku-xRRwq.ttf),
         url(../font/Hangyaku-xRRwq.woff),
         url(../font/Hangyaku-xRRwq.woff2);
         font-style: normal;
         font-weight: normal;
    
}

@font-face {
    font-family: 'はんなり明朝';
    src: url(../font/HannariMincho-Regular.otf);
    font-style: normal;
    font-weight: normal;

}


/*HEADER
---------------------------------------------------------------------*/
.logo {
    width: 150px;
    padding-top: 14px;
    
}


.main-navi {
    display: flex;
    font-size: 1.25rem;
    font-family: 'はんなり明朝';
    text-transform: none;
    margin-top: 40px;
    list-style: none;
}

.main-navi li {
    margin-left: 36px;
}

.main-navi a {
    color: black;
}

.main-navi a:hover {
    color: rgb(176, 57, 99);
}

/*ヘッダー色-*/
.page-header {
    display: flex;
    justify-content: space-between;
    background-color: rgb(251, 232, 232) ;
    background-size: cover;
}


.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding:  0 4%;
}

.home-content {
    text-align: center;
    font-size: 40px;
    margin-top: 5%;
}

/*本文*/
.home-content p {
    font-family: 'はんなり明朝';
    font-size: 20px;
    text-align: center;
    margin: 10px 0 50px;
    padding-bottom: 3%;
}

/*見出し--------*/
.page-title {
    font-size: 65px;
    font-family: '叛逆明朝';
    text-transform: none;
    font-weight: normal;
    margin: 10px 0 30px;
}

/*小見出し-----*/
.phrase-title{
    font-size: 45px;
    font-family: '叛逆明朝';
    text-transform: none;
    font-weight: normal;
}


/*ボタン*/
.button {
    font-size: 1.375rem;
    background: rgb(176, 57, 99);
    border-radius: 5px;
    padding: 18px 32px;
}

.button:hover{
    background: rgb(234, 166, 203);
}

/*サイト背景：ピンク*/
.site-bg {
    background-color: rgb(251, 232, 232) ;
    background-size: cover;
    
}

#home {
    min-height: 100vh;  
}

#home .page-title{
    text-transform: none;
}

/*フッター*/

.footer{
 
    background: rgb(39, 39, 62);
    text-align: center;
    padding: 50px 0;
}

.footer p {
   color: aliceblue;
   font-size: 20px;
}

/*サイトの線*/
.border_page {
    border-width: thin;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    width: 150px;
    margin: 30px auto;
    
}

/*ホーム画面以外の設定--------------------------------------------------------------------------------------------------------------------------------------*/

/*タイトル部分--------------------------------------------------*/
/*見出し--------*/
.normal-title {
    text-align: center;
    color: rgb(251, 232, 232);
    background-color: rgb(39, 39, 62) ;
    font-size: 65px;
    font-family: '叛逆明朝';
    text-transform: none;
    font-weight: normal;
    margin-top: 5%;
}

/*見出し補足*/
.normal-title p {
     background-color: rgb(39, 39, 62) ;
     font-family: 'はんなり明朝';
     font-size: 17px;
     text-align: center;
     margin: 10px 0px;
     padding-bottom: 30px;
}

/*記事--------------------------------------------------------------*/ 
.normal-content {
    text-align: center;
    font-size: 40px;
    margin-top: 5%;
}
/*小見出し-----*/
.phrase-title{
    font-size: 45px;
    font-family: '叛逆明朝';
    text-transform: none;
    font-weight: normal;
    text-align: center;
}

.phrase-mini {
    font-size: 22px;
    font-family: '叛逆明朝';
    text-transform: none;
    font-weight: normal;
    text-align: center;
}
/*本文*/
.normal-content p {
    font-family: 'はんなり明朝';
    font-size: 20px;
    text-align: center;
    margin: 10px 0 50px;
}

/*落書きページの設定---------------------------------------------------------------------------------------------------------------------------------------------------*/

.grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    margin-top: 6%;
    margin-bottom: 50px;
    padding-bottom: 50px;  
    
}

/*表示される画像のトリミング------*/
.illustration {
  width: 300px;
  border-radius: 20px;
}

.illustration:hover {
 filter: brightness(40%);
}

.illustration > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

/*かみかたのキャラ紹介部分------------------------------------------------------------------------------------------------------------------------------------------------*/
.kamikata  {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    margin: 5px auto;
    max-width: 600px;
    padding:  0 1%;
}

.chara :hover {
    filter: brightness(40%);
}


/*ゲーム紹介画面：ボタン------------------------------------------------------------------------------------------------------------------------------------------------*/

.game_door {
  width: 300px;
}

.game_door > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

.game_door:hover {
    filter: brightness(40%);
 
}


/*キャラ紹介ページ-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*2カラムに設定*/
.column2 {
    display: flex;
    margin: auto 20%;
    padding-top: 3%;
    }

.chara-introduce {
    width: 80%;
}

.chara-image {
    width: 20%;
}

/*フォント等の設定*/
.chara-introduce h3 {
    font-size: 56px;
    text-transform: none;
    font-weight: normal;
    margin-top: 1%;
    }

.chara-introduce h4{
    font-size: 35px;
    text-transform: none;
    font-weight: normal;
     
}

.chara-introduce p {
    font-size: 20px;
    font-family: 'はんなり明朝';
    font-weight: normal;
    margin-bottom: 1%;
}



/*キャラ紹介ページ：表示される画像のトリミング-------*/
.chara-introduce .grid {
    
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 20%);
    margin-top: 6%;
    margin-bottom: 10%;
    padding-bottom: 10%;  
    

}


.chara-introduce .grid .img {
  width: 20%;
  border-radius: 20px;
}

.chara-introduce .grid .img :hover {
 filter: brightness(40%);
}

.chara-introduce .grid .img > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}

.table {
   border-collapse: collapse;
    margin: auto 13%;
    font-size: 16px;
    padding: auto 10px;
    font-family: 'はんなり明朝';
    border-color: black;
    text-align: center;
    
}


/*ブロッターページ---------------------------------------------------------------------------------------------------------------*/
.blotter-bg {
    background: rgb(39, 39, 62);

}
/*HEADER
---------------------------------------------------------------------*/
.logo1 {
    width: 60px;
    padding-top: 14px;
    
}


.blotter-navi {
    display: flex;
    font-size: 1.25rem;
    font-family: 'はんなり明朝';
    text-transform: none;
    margin-top: 40px;
    list-style: none;
}

.blotter-navi li {
    margin-left: 36px;
}

.blotter-navi a {
    color:  rgb(251, 232, 232) ;
}

.blotter-navi a:hover {
    color: rgb(176, 57, 99);
}

/*ヘッダー色-*/
.blotter-header {
    display: flex;
    justify-content: space-between;
    background-color:rgb(39, 39, 62);
    background-size: cover;
}

/*ページの設定*/
.blotter-bg .home-content {
    text-align: center;
    font-size: 40px;
    margin-top: 5%;
    color:  rgb(251, 232, 232) ;
}

.blotter-bg .border_page {
    border-width: thin;
    border-style: solid;
    border-color: rgb(251, 232, 232) ;
    width: 150px;
    margin: 30px auto;
    
}

.blotter-bg .normal-title {
    text-align: center;
    color: rgb(39, 39, 62) ;
    background-color: rgb(251, 232, 232);
    font-size: 65px;
    font-family: '叛逆明朝';
    text-transform: none;
    font-weight: normal;
    margin-top: 5%;
}



/*見出し補足*/
.blotter-bg .normal-title p {
     background-color: rgb(251, 232, 232) ;
     font-family: 'はんなり明朝';
     font-size: 17px;
     text-align: center;
     margin: 10px 0px;
     padding-bottom: 30px;
}
