/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

body{
	line-height:1.5;
	color: #fff;
	background:#070707;
	font-family: 'Noto Sans JP', sans-serif;
}

img{
	width:100%;
	height:auto;
}
img{
	vertical-align:top;
}
a{
	text-decoration:none;
}
header{
	width:100%;
	z-index: 100;
}
header.bgw{
	background-color:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.1)
}
header #logo{
	width: 180px;
	transition: .2s;
}
#logo.mini{
    width: 180px !important;
}
.single header #logo,
.archive header #logo{
	width: 120px!important;
	transition: .2s;
}
header .inner{
	display:flex;
	padding: 0px 20px 0;
	justify-content: center;
}
header .inner .kensaku{
	width: 305px;
    margin-left: auto;
	margin-right:15px;
	display:none;
}
#container{
	margin-top:20px;
}
.searchform {
  line-height: 1;
  position: relative;
  margin: 1.7em 0;
}
header.bgw .searchform {
  margin: 0.7em 0;
}
.searchfield {
  box-sizing: border-box;
  width: 100%;
  padding: .75em;
	padding-left:20px;
  border: 1px solid #bbb;
  border-radius: 20px!important;
  background-color: #efefef;
}
 
.searchsubmit {
  position: absolute;
  top: 50%;
  right: .75em;
  display: block;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
  color: #000;
  border: none;
  background: transparent;
}
 
.searchsubmit:hover {
  opacity: .6;
}

.page header{
	display:none;
}
.home header{
	display:block;
}
.page .bactop{
	    line-height: 50px;
}
.page .bactop a{
	    display: inline-block;
    color: #7d8493;
    font-size: 16px;
    padding: 0 20px;
}
/*========= フッター ===============*/
footer {
  width: 100%;
  margin: 0 auto;
  background-color: #181818;
  padding: 32px 34px 130px;
  ul {
    padding-bottom: 63px;
    li {
      position: relative;
      margin-bottom: 13px;
      &::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        top: 3px;
        background-size: contain;
        background-position: center;
        background-image: url("img/External.svg");
      }
      a {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: 0.56px;
        padding-left: 28px;
      }
    }
  }
  .notes {
    padding-bottom: 43px;
    h5 {
      color: #ddd;
      font-size: 14px;
      font-weight: 700;
      line-height: 23px;
      letter-spacing: 0.56px;
      padding-bottom: 10px;
    }
    p {
      color: #ddd;
      font-size: 13px;
      font-weight: 400;
      line-height: 23px;
      letter-spacing: 0.52px;
      a {
        color: #87beff;
      }
    }
  }
}

#content{
	width:100%;
	max-width:100%;
	margin:0px auto 50px;
}
#contentx{
	width:92%;
	max-width:870px;
	margin:0px auto 50px;
}


.news {
  padding: 61px 0px 31px 0px;
  .title {
    padding-bottom: 31px;
    text-align: left;
    font-family: "Oswald", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.74px;
	  color:#fff;
  }
  .news-item {
    padding-bottom: 15px;
    p {
      line-height: 25px;
    }
    .inner {
      display: flex;
		padding-bottom:24px;
      .text-wrapper {
        margin-bottom: 10px;
		                  width: 80%;
        .date {
          color: #b3b3b3;
          font-size: 16px;
          letter-spacing: 0.56px;
        }
        .news-title {
          padding: 8px 0 13px;
          font-size: 28px;
          font-weight: 700;
          letter-spacing: 2px;
			color:#fff;
			margin-bottom:16px;
        }
        .text {
          color: #ddd;
          font-size: 20px;
          letter-spacing: 1.5px;
			line-height:1.7;
        }
      }
      img {
        margin-top: 0px;
      }
    }
    .note {
      color: #b6b6b6;
      font-size: 12px;
      letter-spacing: 0.48px;
    }
  }
}
.news .newsim{
	flex:1;
	width:150px;
}

.rainbow-border {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #00d1ff 2.46%, #3de900 40.42%, #fee60f 66.79%, #ff2f2f 83.98%, #ff037c 98.24%);
}



.secs{
	position: relative;
	border-radius: 16px;
    overflow: hidden;
	margin: 24px 0 48px;
    border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 4px 48px #000;
}
.secs.sec01{
	    
    background-color: #150202;
}
.secs.sec02{
	    
    background-color: #01041c;
}
.secs.sec03{
	     background-color: #0c021e;
}
.secs .inner{
	    margin-top: -69px;
	position: relative;
	padding:0 0 40px;
}
.secs .ara {
    font-size: 26px;
    font-weight: 600;
        padding: 14px 0px 19px;
    text-align: center;
    display: block;
    background: #000000;
background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0.72) 74%, rgba(0, 0, 0, 0) 99%);
}
.secs.sec01 .ara{
	background: linear-gradient(0deg,rgba(21, 2, 2, 1) 0%, rgba(21, 2, 2, 1) 35%, rgba(21, 2, 2, 0.72) 74%, rgba(21, 2, 2, 0) 99%);
}
.secs.sec02 .ara{
	background: linear-gradient(0deg,rgba(1, 4, 28, 1) 0%, rgba(1, 4, 28, 1) 35%, rgba(1, 4, 28, 0.72) 74%, rgba(1, 4, 28, 0) 99%);
}
.secs.sec03 .ara{
	background: linear-gradient(0deg,rgba(12, 2, 30, 1) 0%, rgba(12, 2, 30, 1) 35%, rgba(12, 2, 30, 0.72) 74%, rgba(12, 2, 30, 0) 99%);
}
.secs .arasuji{
	font-size: 16px;
    line-height: 1.5;
    color: #ccc;
    margin-bottom: 40px;
	padding: 0 5vw;
}
.secs .btn{
	width:600px;
	display: flex;
    margin: 48px auto 0px;
    justify-content: space-between;
    text-align: center;
}
.secs .btn a{
	    display: block;
    width: 49%;
    padding: 8px 0;
    line-height: 1.4;
    background-color: #12171c;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    border: 1px solid #18323f;
    border-radius: 4px;
	font-weight: 500;
}

.secs .btn a span{
	    display: block;
    font-size: 14px;
    color: #ffff00;
}
.secs .btn a:hover{background-color: #333;}
.secs .btn a.booklive{
	background-color:#ff5a00;
	color:#fff;
	border: 1px solid #ff5a00;
}
.secs .btn a.booklive:hover{background-color: #ff8100;}
.other{
	    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 62px;
}








.catheader{
	width:92%;
	max-width:870px;
	margin:30px auto 50px;
	    padding-top: 50px;
}
.catheader p{
	    font-size: 18px;
    color: #25274d;
    margin-bottom: 8px;
}
.catheader .entry-title{
	     font-size: 2.5vw;
    font-weight: 600;
}


.bookinfo{
	width:92%;
	max-width:870px;
	margin:30px auto 50px;
}
.bookinfo .wrap{
	display: flex;
    justify-content: space-between;
}
.bookinfo .wrap .cover{
	width: 38%;
	margin-right:40px;
}
.bookinfo .wrap .info{
	flex: 1;
}
.bookinfo .wrap .info h1{
	    font-size: 24px;
    font-weight: 600;
	    margin-bottom: 18px;
}
.bookinfo .wrap .info .sakusya{
	font-size: 16px;
    font-weight: 400;
	    margin-bottom: 36px;
	        color: #868686;
}

.bookinfo .arasuji{
	    font-size: 16px;
    line-height: 1.5;
    color: #d6d6d6;
	margin-bottom:40px;
}

.cat{
	margin-bottom: 8px;
}
.cat a{
	color: #666;
    text-decoration: none;
    font-size: 14px;
}
.bookinfo h3{
	font-size: 18px;
    font-weight: 600;
}
.link{
	margin: 10px 0;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.link a{
	     display: block;
    width: 48%;
    text-align: center;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    /* border: 1px solid #202f41; */
    color: #0070ff;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #081521;
    color: #abafbf;
    font-weight: 400;
} 
.link a:hover{
	    background-color: #182633;
}
.link a.booklive{
	width: 100%;
	background-color: #ff5a00;
    color: #fff;
    border: 1px solid #ff5a00;
	height: 52px;
    line-height: 50px;
    font-size: 22px;
    font-weight: 500;
	margin-bottom:24px;
}
.link a.booklive span{    color: #ffff00;}
.link a.booklive:hover{background-color: #ff8100;}

.link a.preread{
	width: 100%;
    background-color: #005cff;
    color: #fff;
    border: 1px solid #125179;
    height: 52px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
	display: flex;
    justify-content: space-between;
    padding: 0 16px;
}
.link a.preread span{    color: #ffff00;font-weight: 700;}
.link a.preread:hover{background-color: #0088ff;}

.tate{
	    margin: 48px 0;
}
.tate .link{
	margin: 10px 0;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.tate .link a{
	     display: block;
    width: 32%;
    text-align: center;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    /* border: 1px solid #202f41; */
    color: #0070ff;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #081521;
    color: #abafbf;
    font-weight: 400;
} 
.tate .link a:hover{
	    background-color: #182633;
}

.related-post-wrap{
	width:92%;
	max-width:870px;
	margin:30px auto 50px;
}
.related-post-wrap h4{
	 font-size: 24px;
    font-weight: 600;
}
.related-post-wrap h4 a{
	text-decoration:none;
}
.related-post-wrap ul{
	margin: 30px 0;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.related-post-wrap ul li{
	width:22%;
	margin-bottom:18px;
}
.related-post-wrap ul li a{
	    text-decoration: none;
	color:#333;
}
.related-post-wrap ul li a:hover{
	opacity:0.8;
}
.related-post-wrap ul li .cover{
	margin-bottom:5px;
	border:1px solid #ddd;
}
.related-post-wrap ul li .text-wrap{
	font-size:16px;
	margin-bottom: 5px;
}
.related-post-wrap ul li .cat{
	margin-bottom: 3px;
	font-size:12px;
	color:#777;
}
.related-post-wrap ul li .sakusya{
	font-size:12px;
	color:#555;
}



.selectbox-2 {
    position: relative;
	    margin: 0 auto;
    display: block;
	width: 700px;
}

.selectbox-2::before,
.selectbox-2::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-2::before {
    right: 0;
    display: inline-block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #25c5d0;
    content: '';
}

.selectbox-2::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}

.selectbox-2 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: 2px solid #25c5d0;
    border-radius: 3px;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
	    width: 100%;
}

.selectbox-2 select:focus {
    outline: 1px solid #25c5d0;
}


.swiper-container {
  position: relative;
}
.swiper-pagination {
  bottom: -25px !important;
}
.swiper-pagination-bullet {
    background: #888!important;
}


.swiper-slide {
    border-radius: 6px;
	width:980px!important;
    overflow: hidden;
	height: auto;
}
.swiper .swiper-slide-item { //swiper-slideの子要素
	height: 100%;
}
.kaisaibox{
	    background-color: #d50707;
    width: fit-content;
    padding: 7px 25px 7px 8px;
    margin: -28px auto 15px;
    border-radius: 47px;
    position: relative;
    z-index: 2;
}
.kaisai{
	display: flex;
    justify-content: center;
    font-weight: 800;
    color: #fff;
	    font-size: 18px;
	    line-height: 44px;
}
.kaisai .tit{
	background-color: #000;
    padding: 0 19px;
    margin-right: 15px;
    height: 44px;

    border-radius: 25px;
}
.kaisai .days{color: #fbff00;}
.event{
	    font-size: 18px;
    
    text-align: center;
	margin: 25px auto;
}
.event .hash{
	margin-top: 15px;
    font-size: 22px;
	font-weight: 600;
}
.event .hash .tag{
	color: #0064ff;
}
.searchtit{
	text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #1698a1;
}
.searchtit span{
	    color: #2e2f4b;
}


.sns{
	    width: 80%;
    height: 86px;
    margin: 32px auto;
    border-radius: 12px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
	    flex-flow: column;
}
.sns p{
	text-align:center;
	font-size:14px;
}
.sns a{
	width: 344px;
    height: 52px;
    line-height: 47px;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 28px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
    border: 1px solid #393b4b;
}
.sns a:hover{
	opacity:0.8;
}

@media screen and (max-width: 980px) {
		.sp{display:block;}
		.pc{display:none;}
	
	header .inner .kensaku {
    width: 60%;
    margin-left: auto;
    margin-right: 15px;
}
	
	#container {
    margin-top: 0px;
}
	
	
	.swiper-slide {
    border-radius: 0;
    overflow: hidden;
}
	.swiper-slide {
    border-radius: 6px;
	width:100%!important;
    overflow: hidden;
	height: auto;
}
	.selectbox-2 {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 90%;
		
}
	.kaisai {
    font-size: 14px;
		line-height: 32px;
}
	.kaisai .tit {
    background-color: #000;
    padding: 0 10px;
    margin-right: 6px;
    height: 32px;
    border-radius: 25px;
}
	.event {
    font-size: 15px;
    text-align: center;
    margin: 25px auto;
    width: 90%;
}
	.event .hash {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}
	.related-post-wrap ul li {
    width: 30.333333%;
    margin-bottom: 22px;
}
	header {
		position:relative;
		z-index:100;
	}
header #logo {
     width: 180px;
    transition: .2s;
    margin-top: 7px;
}	
	#logo.mini{width: 180px !important;}
	
.bookinfo .wrap {
    display: block;
    justify-content: space-between;
}
.bookinfo .wrap .cover {
    width: 38%;
    margin-right: 0;
    border: 1px solid #ccc;
    margin: 10px auto 15px;
}	
.cat {
    margin-bottom: 0px;
}	
	
.bookinfo .wrap .info h1 {
   font-size: 18px;
        margin-bottom: 8px;
        text-align: center;
}	
.bookinfo .wrap .info .sakusya {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
	text-align: center;
}
.bookinfo .arasuji {
    font-size: 13px;
	}
.link a.booklive {
    font-size: 18px;
}
.link a.preread {
    font-size: 14px;
}
.tate .link a {
    display: block;
    width: 48%;
	font-size: 14px;
}
	
.sns a{
	width: 100%;
}
	
.arasuji {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 40px;
}	
.sns {
    width: 100%;
	}
.catheader .entry-title {
    font-size: 6.5vw;
    font-weight: 600;
}	
.catheader p {
    font-size: 14px;
    color: #4c4d64;
    margin-bottom: 0;
}	
.related-post-wrap ul li .text-wrap {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.3;
}
	
.related-post-wrap {
    width: 90%;
	}


.news {
          padding: 21px 0px 0px 0px;
  .title {
    padding-bottom: 4px;
    text-align: left;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.74px;
	  color:#fff;
  }
  .news-item {
    padding-bottom: 0px;
    p {
      line-height: 25px;
    }
    .inner {
      display: flex;
		padding-bottom:0px;
      .text-wrapper {
        margin-bottom: 10px;
		                  width: 100%;
        .date {
          color: #b3b3b3;
          font-size: 16px;
          letter-spacing: 0.56px;
        }
        .news-title {
          padding: 3px 0 0px;
                    font-size: 20px;
                    font-weight: 700;
                    letter-spacing: 1px;
                    color: #fff;
                    margin-bottom: 10px;
        }
        .text {
          font-size: 16px;
                        letter-spacing: 1.5px;
                        line-height: 1.7;
        }
      }
      img {
        margin-top: 0px;
      }
    }
    .note {
      color: #b6b6b6;
      font-size: 12px;
      letter-spacing: 0.48px;
    }
  }
}
.news .newsim {
    flex: 1;
    width: 150px;
    display: none;
}
.related-post-wrap h4 {
    font-size: 20px;
    font-weight: 600;
}
	
.secs .ara {
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    padding: 14px 20px 19px;
	}
.secs .arasuji {
    font-size: 14px;
    line-height: 1.5;
    color: #ccc;
    margin-bottom: 30px;
    padding: 0 20px;
}	
.secs .btn {
    width: 87%;
    display: flex;
    margin: 30px auto 0px;
}
.secs .btn a {
    font-size: 17px;
}
.secs .btn a span {
    font-size: 12px;
}
.secs .inner {
    margin-top: -38px;
    position: relative;
    padding: 0 0 20px;
}
	
.bookinfo {
    width: 84%;
}
	
	
	}

