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


@media (min-width:768px){
  #main_p {
  font-family: 'Kiwi Maru', serif;
    line-height: 1.6;
  padding: 30px 15px 30px 15px;}
  
    p{line-height: 2;
    margin-top: 20px;
    margin-bottom: 20px;}


    .gallary{
      display: flex;
      flex-wrap:wrap;
      width: 80%;
      margin: auto;
    }

    .gallary a{
      width: 33.33333%;
    }

    .img {
      float: left;
      padding: 20px 30px;
      width:100%;
      height:280px;
      margin-bottom: 20px;
    }
    
    .img > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius:10px;
    }

    

    .img-wrap {
      gap: 3rem 2rem;
      grid-template-columns: repeat(3, 1fr);
      padding-top: 30px;
    }


    .article-list {
      display: grid;

      gap: 2rem;
      grid-template-columns: repeat(2, 1fr);
    }
      
    .article-list .article-item {
      position: relative;
      z-index: 1;
      border: 1px solid #ddd;
    }
      
    .article-list .article-item a {
      display: block;
      text-decoration: none;
      color: #333;
    }
      
    .article-list .article-item img {
      display: block;
      width: 100%;
      aspect-ratio: 3/2;
      object-fit: cover;
    }

    .article-list .article-item .text-wrap {
      padding: 1rem;
    }
      
    .article-list .article-item .article-cat {
      font-size: .875rem;
      line-height: 1;
      display: inline-block;
      margin-right: .5rem;
      padding: .25rem .5rem;
      vertical-align: middle;
      text-decoration: none;
      color: #fff;
      background-color: #03162f;
    }
    
    .article-list .article-item .article-date {
      font-size: .875rem;
      display: inline-block;
      vertical-align: middle;
      color: #888;
    }
      
    .article-list .article-item .article-date i {
      font-size: 1rem;
      position: relative;
      top: .1875rem;
      margin-right: .125rem;
    }
      
    .article-list .article-item .text-wrap h2 {
      font-size: 1rem;
      font-weight: 500;
      margin-top: .5rem;
    }
      
    .box__bg_photo {
      background-image: url("../images/main_image.png");
      background-position: center;
      background-attachment: fixed;
    }

    .two-columns {
      display: flex;
      flex-direction: row;
      gap: 2.5rem;
    
    }
    
    .two-columns .contents {
      flex: 1 1 auto;
    }
    
    .two-columns .sidebar {
      flex: 0 0 15.625rem;
    }


    .wrapper {
      text-align: center;
      background-color: #fff;
      width: 100%;
      font-family: 'Kiwi Maru', serif;
      padding-bottom:100px;
    
      }

}


@media (max-width: 767px){
  /* 画面サイズが768px未満の場合の設定 */

  #main_p {
    font-family: 'Kiwi Maru', serif;
      line-height: 1.6;
    padding: 50px 30px 60px 30px;}
    
      p{line-height: 2;
      margin-top: 20px;
      margin-bottom: 20px;}

      h2 {
        font-family: 'Kiwi Maru', serif;
        font-size: 30px;/*�����T�C�Y*/
        
        letter-spacing:0.3em;
        margin-top: 20px;
        margin-bottom: 20px;
        display: inline-block;
        text-align: center;
        }


        .article-list {
          display: block;
          gap: none;
          grid-template-columns: none;
        }
        
        .article-list .article-item {
          margin-bottom: 2rem;
 }


 .box__bg_photo {
  background-image: url("../images/main_image.png");
  background-position: center;
  background-size: cover;
}

 .img-wrap {
  gap: 3rem 2rem;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 30px;
}

.gallary{
  display: flex;
  flex-wrap:wrap;
  width: 100%;
  margin: auto;
}


.gallary a{
  width: 50%;
}


.img {
  float: left;
  padding: 20px 30px;
  width:100%;
  height:160px;
  margin-bottom: 20px;
}

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

}





 
img { max-width: 100%; height: auto; }

.wrapper {
  text-align: center;
  background-color: #fff;
  max-width: 100%;
  font-family: 'Kiwi Maru', serif;
  padding-bottom: 100px;
  }



* {
	box-sizing: border-box;
}

body {
   margin: 0;
   padding: 0;
   font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
   background-color: #fff;
}

header {
   width: 100%;
   height:70px;
   top: 0;
z-index: 999;
}



/* ２カラム */
.twocols {
  padding: 30px 0;
  background-color: #f3f1ed;
}

.twocols-container {
display: grid;
grid-template-columns: 1fr;
gap: 32px 25px;
}

@media (min-width: 900px) {
.twocols-container{
  grid-template-columns: 7fr 3fr;
}
}

/* 横幅と左右の余白 */
.w-container {
width: min(90%, 960px);
margin: auto;
}



 #sita {
   width: 100%;
height:70px;
   top: 0;
z-index: 999;
color:#fff;

}


.h1title {
margin-left: 36px;
margin-bottom:20px;
}


h1 {color: black;
font-family: 'Kiwi Maru', serif;
   font-size: 40px;
   padding-bottom:30px;
   text-align:center;
}


h1 span {
	display: block;
	font-size: 0.75rem;
	color: #9ca7ad;  
padding-top: 16px;
}

h2 {
font-family: 'Kiwi Maru', serif;
font-size: 30px;/*�����T�C�Y*/

letter-spacing:0.3em;
margin-top: 50px;
margin-bottom: 20px;
display: inline-block;
text-align: center;
}

h2 span {
	display: block;
	font-size: 0.75rem;
	color: #9ca7ad;  
padding-top: 10px;
}

h3{ color: black;/* �����F */
font-family: 'Kiwi Maru', serif;
font-size:20px;/*�����T�C�Y*/
margin-top: 16px;
letter-spacing:0.2em;
line-height: 1.5em;
}



p { font-size: 1.0rem;
line-height: 1.5em;
font-family: 'Kiwi Maru', serif;
}/*�������Ȃ��ƃT�C�Y��html�ݒ�ɂȂ�Ȃ�*/


a:link { 
  color: #2645cc;
 }
a:visited { color: #000080; }
a:hover { color: #2298ff; }
a:active { color: #2298ff; }

.tag-list {
  display: flex;
  flex-wrap: wrap;
  .tag {
    background-color: #8ca3c1; /* 背景色 */
    border-radius: 100px;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12px;
    color:#fff;
    padding: 0px 10px;
  }
}




.storybutton ul {
	margin: 0;
	padding: 20px;
}
.storybutton ul li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	background: #fff;
	color: #333;
	text-align: left;
	margin: .2em 0;
}
.storybutton ul li a:hover {
	background: #eee;
}



.box_area {
position: relative;
width: 100vw;
height: 100vh;
margin:0px;
}



.cp_btn {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: auto;
  margin-top: 30px;
	padding-top:20px;
  padding-bottom:20px;
	font-weight: bold;
	border-radius: 100px;
	border: 1px solid #2645cc;
	color: #2645cc;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	transition: all 0.2s ease-in;
}
a.cp_btn:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: rgba(0, 0, 0, 0.05);
 border-radius: 100%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}
 
a.cp_btn:after {
 content: "";
 position: absolute;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: #2645cc;
 border-radius: 100%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}
 
a.cp_btn:hover {
 color: #ffffff;
 border: 1px solid #2645cc;
}
 
a.cp_btn:hover:before {
 top: -35%;
 background-color: #2645cc;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
 
a.cp_btn:hover:after {
 top: -45%;
 background-color: #2645cc;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.box{
width: 100vw;
  height: 100vh;
 display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}



.coppy{
  font-size: 70px;
  font-family: 'Kiwi Maru', serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #ffffff;
  padding-bottom: 200px;
}

.coppy2{
  font-size: 70px;
  font-family: 'Kiwi Maru', serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #ffffff;
}


.box__bg_aibou_photo {
    background-image: url("../images/aibou/main_aibou_image.png");
    background-size: cover;
    background-position: center;
  }

  .box__bg_32cm_photo {
    background-image: url("../images/32cm/main_32cm_image.png");
    background-size: cover;
    background-position: center;
  }

.logo{
position: absolute;
    top: 10;
    left: 20;
}


.container {
width:100%;
  font-family: arial;
  /* �q�v�f�𐅕������̒����ɔz�u���� */
  justify-content: center;
}


.content-wrap{
    width: 100vw;
    text-align: center;
    background-color: #fff;
    font-family: 'Kiwi Maru', serif;
    padding-bottom:100px;
    }
    
    .comic-box{
      width: 100%;
          background-color: #f0f2f7;
        background-attachment: fixed;
        text-align: center;
      padding-bottom:100px;
      }

  .img_bg_01{
padding-top: 60px;
padding-bottom: 60px;
    background-image: url("../images/aibou/aibou_bg01.png");
    text-align: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .img_bg_02{
    padding-top: 60px;
padding-bottom: 60px;
    background-image: url("../images/32cm/32cm_bg01.png");
    text-align: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }


  .illust-box{
    justify-content: center;
    text-align: center;
    background-color: #fff;
    
    font-family: 'Kiwi Maru', serif;
    padding-bottom:100px;
    }


.about-box{
    width: 90%;
    background-color: #f0f2f7;
	text-align: center;
padding:30px 30px 30px;
margin-left: auto;
margin-right: auto;
margin-bottom: 80px;
}



.contact-box{
font-family: 'Kiwi Maru', serif;
width: 100%;
    background-color: #f0f2f7;
	background-attachment: fixed;
	text-align: center;
	padding-bottom:80px;
}




/* ����т̃{�b�N�X */
#box2{ background-color: #FFFFFF;
	display: inline-block;
	width: 450px;
	text-align: left;
	vertical-align: top; /* ��̒[�𑵂��� */
	border-radius: 10px;/* �p�� */
}

/* 3つ並び */
#box3{ background-color: #fff;
	display: inline-block;
	width: 280px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top; 
  border: solid 0.5px #ccc;
  border-radius:10px;

}

#box3 img{
  border-radius:10px 10px 0px 0px;
}

#box1{ background-color: #FFFFFF;
	display: inline-block;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
	vertical-align: top;
	border-radius: 10px;
 transition: all .3s;
}

 /*hover��������{�b�N�X1�̉e���g����F���Z���Ȃ�*/
.float:hover {
 transition: all .4s;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(168, 168, 168, 0.1) ;
    border-color: transparent;
}



.menu_bg {
  background-color: #000;
width: 100%;
height: 100px;
}


.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 50%; /* �O���[�o���i�r4�̏ꍇ */
    height: 50px;
    line-height: 50px;
text-align: center;
margin-top:20px;
    background: rgb(0, 0, 0);
}

.menu > li a {

    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #1e3440;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* ����� */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* float�N���A */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    zoom: 1;
}


/* ����тŕЕ��ʐ^�̃{�b�N�X */
#box4{
	display: inline-block;
	text-align: left;
	vertical-align: top; /* ��̒[�𑵂��� */
	border-radius: 10px;/* �p�� */
padding:60px;
margin:auto;
}

.sing {
text-align: center;
margin:auto;
padding-bottom: 100px;
padding-left:30px;
padding-right:30px;
color:#000;
}



footer {
  width: 100%;
  
  text-align: center;
  padding: 5px;
  background-color: #2D2C2E;
color: #fff;
clear: both;
}


.singstory_box {
width: 100%;
  background-image: url("../images/singstory_bg.png");
  background-size: cover;
  background-position: center;
background-attachment: fixed; 
}




/* 次の記事、前の記事のナビゲーションのスタイル */
.post-navigation{
  text-align: center;
  padding-bottom: 50px;
}
.nav-links {
  font-size: 16px;
  display: flex;
  width:100%;
}
.nav-links div[class^="nav-"] {
  width: 50%;
}
.nav-links .nav-next {
  margin-left: auto;
}
.nav-links .nav-previous + .nav-next {
  margin-left: -1px;
}
.nav-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.5em;
  border: 1px solid #ddd;
}
.screen-reader-text {
	display: none;
}





/* ページナビ一番外枠*/
div.wp-pagenavi{
	
	clear: both;
	text-align:center;
	margin:10px 0;

	}
	
/* 各リンクのCSS */

div.wp-pagenavi a{	

	border: 1px solid #2296DF;
	color: #2296DF;
	padding:8px 8px;
	margin: 0 4px;
	text-decoration: none;
	background:#FFF;
	border-radius: 3px;
	-border-radius: 3px;
	-webkit-border-radius: 3px;
		font-size: 1.5rem;
@media screen and (max-width:767px) {

		font-size: 1.3rem;

    }
@media screen and (max-width:374px) {

		padding:5px;
		margin: 0 3px;
		font-size: 1.0rem;

    }
	}

/* 各リンクのCSS(マウスオーバー時) */

div.wp-pagenavi a:hover{
	
	background:#2296DF;
	border: 1px solid #2296DF;	
	color: #fff;
		}

	/* 総ページ数のCSS */

div.wp-pagenavi span.pages{
	
	border: 1px solid #2296DF;
	color: #2296DF;
	padding:8px 8px;
	margin: 0 4px;
	background:#FFF;
	border-radius: 3px;
	-border-radius: 3px;
	-webkit-border-radius: 3px;
		font-size: 1.5rem;
   @media screen and (max-width: 767px) {
        display: none;
    }
	}

/* 現在のページのCSS */
div.wp-pagenavi span.current{
	
	border:1px solid #2296DF;
	color: #FFF;
	padding:8px 8px;
	margin: 0 4px;
	background:#2296DF;
	border-radius: 3px;
	-border-radius: 3px;
	-webkit-border-radius: 3px;
		font-size: 1.5rem;
@media screen and (max-width:767px) {

		font-size: 1.3rem;

    }
@media screen and (max-width:374px) {

		padding:5px;
		margin: 0 3px;
		font-size: 1.0rem;

    }
}
/* ...のところ*/
div.wp-pagenavi span.extend{
		display: none;
	}





@media (max-width: 767px) {
  .nav-links {
    font-size: 14px;
  }
}


