@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;500&display=swap');

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	line-height: 1.7;
	letter-spacing: 0.06em;
	color: #111;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #eee;
	overflow-x: hidden;
  position: relative;
	transition: 0.4s;
}
body.android {
}
img {
	width: 100%;
	height: auto;
	display: block;
}
a  { display: block; text-decoration: none; color: #111; }
a.link01 { display: inline; color: #0000ff;}
ul { list-style: none; }
.cf:after {
	content: "";
	display: table;
	clear: both;
}
.cf > .left  { float: left;  }
.cf > .right { float: right; }
.btn       { transition: 0.4s; }
.btn:hover { opacity: 0.5; transition: 0.4s; }
.pc { display: block;}
.sp { display: none;}
.gothic { font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
.montserrat { font-family: 'Montserrat', sans-serif; }
.object-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.cap01 {
	position: relative;
}
.cap01 > span {
	color: #fff;
	font-size: 67.5%;
	letter-spacing: 0;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.4), -1px 1px 3px rgba(0,0,0,0.4), 1px -1px 3px rgba(0,0,0,0.4), -1px -1px 3px rgba(0,0,0,0.4);
	position: absolute;
	bottom: 0.1em;
	right: 0.5em;
	font-family:  "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.cap01.fix01 > span {
	color: #bbb;
}
.cap01.fix02 > span {
	color: #353535;
	text-shadow: 1px 1px 4px rgba(255,255,255,0.6), -1px 1px 4px rgba(255,255,255,0.6), 1px -1px 4px rgba(255,255,255,0.6), -1px -1px 4px rgba(255,255,255,0.6);
}
.cap01.fix03 > span {
	right: 13%;
}
.cap01.fix04 > span {
	bottom: 3em;
}
.red    { color:    #d93129 !important; }
.bold   { font-weight: bold !important; }
.mw1300 { width: 90%; max-width: 1300px; margin: auto; }
.mw1200 { width: 90%; max-width: 1200px; margin: auto; }
.mw1100 { width: 90%; max-width: 1100px; margin: auto; }
.mw1000 { width: 90%; max-width: 1000px; margin: auto; }
.mw890   { width: 90%; max-width:  890px; margin: auto; }
.mw840   { width: 90%; max-width:  840px; margin: auto; }
.mw620   { width: 90%; max-width:  620px; margin: auto; }
.mw450   { width: 90%; max-width:  450px; margin: auto; }
/* ------------------------------------------------------- Sidebar幅設定 */
header {
  width: 270px;
}
#ContentsWrap {
  margin-left: 270px;
}
footer {
  padding: 0 0 0 270px;
}
/* ------------------------------------------------------- Sidebar幅設定 END */
header {
  background: #fff;
  box-sizing: border-box;
  border-left: 5px solid #26447f;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
}
header .headerInner {
  width: 80%;
  padding: 6em 0 0;
  margin: 0 auto;
}
header .headerInner h1 {
  word-break: break-all;
  margin-bottom: 4em;
}
header .headerInner h1 img {
  width: 24%;
  margin: 0 auto 1em;
}
header .headerInner h1 p {
  /*color: #98bbcd;*/
  color: #555;
  font-size: 112.5%;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.1em;
}
header .headerInner ul {
  /*width: 90%;*/
  margin: 0 auto;
}
header .headerInner ul li {
  margin-bottom: 1em;
  position: relative;
}
header .headerInner ul li a {
  display: block;
  font-size: 87.5%;
  padding: 0.5em 1em;
  box-sizing: border-box;
  position: relative;
  transition: 0.4s;
}
header .headerInner ul li a:after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background: #26447f;
  position: absolute;
  right: 0;
  bottom: 0.5em;
  z-index: 100;
  transition: 0.4s;
}
header .headerInner ul li a i {
  color: #999;
  padding-right: 0.75em;
  transition: 0.4s;
}
header .headerInner ul li a i:before {
  display: block;
  transition: 1s;
}
header #page_top {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
header #page_top a {
  font-size: 87.5%;
  text-align: center;
  letter-spacing: 0.2em;
  width: 100%;
  padding: 1em 0;
  box-sizing: border-box;
  transition: 0.4s;
}
header #page_top a i {
  display: block;
  margin-bottom: 0.5em;
  transition: 0.4s;
}
.ContentsWrapInner {
  padding: 5em 5em 30em;
  box-sizing: border-box;
}
#ContentsWrap {
  box-sizing: border-box;
  position: relative;
}
.slick-prev,
.slick-next {
  width: 20px !important;
  height: 70px !important;
  background: rgba(0,0,0,0.1) !important;
  top: 200px !important;
}
.slick-next {
  right: -30px !important;
}
.slick-prev {
  left: -30px !important;
}
.slick-next:before,
.slick-prev:before {
  /*color: #333 !important;*/
  font-weight: bold;
  font-family: "Font Awesome 5 Free" !important;
}
.slick-next:before {
  content: '\f0da' !important;
}
.slick-prev:before {
  content: '\f0d9' !important;
}
.column02 ul li {
  margin: 0 0 4%;
}
.column03 {
}
.column03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
}
.column03 ul li {
  width: 49%;
  margin: 0 2% 2% 0;
}
.column03 ul li:nth-child(2n) {
  margin-right: 0;
}
.column03 ul li a {
  margin-bottom: 0 !important;
}
.column04 {
}
.column04 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
}
.column04 ul li {
  width: 32%;
  margin: 0 2% 2% 0;
}
.column04 ul li:nth-child(3n) {
  margin-right: 0
}
.column04 ul li a {
  margin-bottom: 0 !important;;
}
footer {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  /*position: fixed;
  right: 0;
  bottom: 0;*/
  z-index: 100;
}
footer #copyright {
  color: #666;
  font-size: 62.5%;
  width: 100%;
  padding: 0.5em 0;
}

/* ------------------------------------------------------- footer END */
@media only screen and (max-width: 1400px) { /* ------------------------------------------------------- max 1400px */
}

@media only screen and (max-width: 1200px) { /* ------------------------------------------------------- max 1200px */
  /* ------------------------------------------------------- Sidebar幅設定 */
  header {
    width: 100%;
    border-left: 0;
    border-bottom: 5px solid #26447f;
  }
  #ContentsWrap {
    margin: 135px 0 0 0;
  }
  footer {
    padding: 0;
  }
  /* ------------------------------------------------------- Sidebar幅設定 END */
  
  header {
    bottom: auto;
  }
  header .headerInner {
    width: 100%;
    padding: 1em 0  0.25em;
  }
  header .headerInner h1 {
    margin-bottom: 0.5em;
  }
  header .headerInner h1 img {
    max-width: 40px;
    margin: 0 auto 0.25em;
  }
  header .headerInner h1 p {
    font-size: 100%;
  }
  header .headerInner h1 p br {
    display: none !important;
  }
  header .headerInner ul {
    text-align: center;
  }
  header .headerInner ul li {
    display: inline-block;
    margin: 0;
  }
  header #page_top {
    position: fixed;
    right: 1em;
    left: auto;
  }
  footer {
    position: static;
  }
}

@media only screen and (min-width: 768px) { /* ------------------------------------------------------- min 768px */
  body.single-another header .headerInner ul li:nth-child(7) a,
  body.post-type-archive-another header .headerInner ul li:nth-child(7) a,
  body.single-movie header .headerInner ul li:nth-child(6) a,
  body.post-type-archive-movie header .headerInner ul li:nth-child(6) a,
  body.single-banner header .headerInner ul li:nth-child(5) a,
  body.post-type-archive-banner header .headerInner ul li:nth-child(5) a,
  body.single-illust header .headerInner ul li:nth-child(4) a,
  body.post-type-archive-illust header .headerInner ul li:nth-child(4) a,
  body.single-pack header .headerInner ul li:nth-child(3) a,
  body.post-type-archive-pack header .headerInner ul li:nth-child(3) a,
  body.single-lp header .headerInner ul li:nth-child(2) a,
  body.post-type-archive-lp header .headerInner ul li:nth-child(2) a,
  body.single-site header .headerInner ul li:nth-child(1) a,
  body.post-type-archive-site header .headerInner ul li:nth-child(1) a,
  header .headerInner ul li a:hover {
    color: #26447f;
    background: #f0f0f0;
    transition: 0.4s;
  }
  body.single-another header .headerInner ul li:nth-child(7) a::after,
  body.post-type-archive-another header .headerInner ul li:nth-child(7) a::after,
  body.single-movie header .headerInner ul li:nth-child(6) a::after,
  body.post-type-archive-movie header .headerInner ul li:nth-child(6) a::after,
  body.single-banner header .headerInner ul li:nth-child(5) a::after,
  body.post-type-archive-banner header .headerInner ul li:nth-child(5) a::after,
  body.single-illust header .headerInner ul li:nth-child(4) a::after,
  body.post-type-archive-illust header .headerInner ul li:nth-child(4) a::after,
  body.single-pack header .headerInner ul li:nth-child(3) a::after,
  body.post-type-archive-pack header .headerInner ul li:nth-child(3) a::after,
  body.single-lp header .headerInner ul li:nth-child(2) a::after,
  body.post-type-archive-lp header .headerInner ul li:nth-child(2) a::after,
  body.single-site header .headerInner ul li:nth-child(1) a::after,
  body.post-type-archive-site header .headerInner ul li:nth-child(1) a::after,
  header .headerInner ul li a:hover:after {
    width: 3em;
    transition: 0.4s;
  }
  body.single-another header .headerInner ul li:nth-child(7) a i,
  body.post-type-archive-another header .headerInner ul li:nth-child(7) a i,
  body.single-movie header .headerInner ul li:nth-child(6) a i,
  body.post-type-archive-movie header .headerInner ul li:nth-child(6) a i,
  body.single-banner header .headerInner ul li:nth-child(5) a i,
  body.post-type-archive-banner header .headerInner ul li:nth-child(5) a i,
  body.single-illust header .headerInner ul li:nth-child(4) a i,
  body.post-type-archive-illust header .headerInner ul li:nth-child(4) a i,
  body.single-pack header .headerInner ul li:nth-child(3) a i,
  body.post-type-archive-pack header .headerInner ul li:nth-child(3) a i,
  body.single-lp header .headerInner ul li:nth-child(2) a i,
  body.post-type-archive-lp header .headerInner ul li:nth-child(2) a i,
  body.single-site header .headerInner ul li:nth-child(1) a i,
  body.post-type-archive-site header .headerInner ul li:nth-child(1) a i,
  header .headerInner ul li a:hover i {
    color: #26447f;
    transition: 0.4s;
  }
  body.single-another header .headerInner ul li:nth-child(7) a i:before,
  body.post-type-archive-another header .headerInner ul li:nth-child(7) a i:before,
  body.single-movie header .headerInner ul li:nth-child(6) a i:before,
  body.post-type-archive-movie header .headerInner ul li:nth-child(6) a i:before,
  body.single-banner header .headerInner ul li:nth-child(5) a i:before,
  body.post-type-archive-banner header .headerInner ul li:nth-child(5) a i:before,
  body.single-illust header .headerInner ul li:nth-child(4) a i:before,
  body.post-type-archive-illust header .headerInner ul li:nth-child(4) a i:before,
  body.single-pack header .headerInner ul li:nth-child(3) a i:before ,
  body.post-type-archive-pack header .headerInner ul li:nth-child(3) a i:before,
  body.single-lp header .headerInner ul li:nth-child(2) a i:before ,
  body.post-type-archive-lp header .headerInner ul li:nth-child(2) a i:before,
  body.single-site header .headerInner ul li:nth-child(1) a i:before ,
  body.post-type-archive-site header .headerInner ul li:nth-child(1) a i:before ,
  header .headerInner ul li a:hover i:before {
    transform: scale(1.2) rotate(-180deg);
    transition: 1s;
  }
  header #page_top a:hover,
  header #page_top a:hover i {
    color: #26447f;
    transition: 0.4s;
  }
}
@media only screen and (max-width: 767px) { /* ------------------------------------------------------- max 767px */
	body {
		font-size: 3.6vw;
	}
	.pc { display: none;}
	.sp { display: block;}
  header {
    border-bottom: 3px solid #26447f;
  }
  header .headerInner h1 {
    margin-bottom: 0;
  }
  header .headerInner h1 img {
    display: inline-block;
    margin: 0 0.5em;
    max-width: 25px;
  }
  header .headerInner h1 p {
    display: inline-block;
  }
  header .headerInner ul {
    display: none;
  }
  header .headerInner ul li {
    display: block;
  }
  header .headerInner a.toggle {    
    display: block;
    text-decoration: none;
    width: 43px;
    height: 43px;;
    padding: 1.1em 0.9em;
    margin: 0;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  header .headerInner a.toggle > span {
    display: block;
    position: relative;
    height: 100%;
  }
  header .headerInner a.toggle > span span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #26447f;
    left: 0;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 200ms;
  }
  header .headerInner a.toggle > span span:nth-child(1) {
    top: 0;
  }
  header .headerInner a.toggle > span span:nth-child(2) {
    top: 50%;
  }
  header .headerInner a.toggle > span span:nth-child(3) {
    bottom: -1px;
  }
  body.open header .headerInner a.toggle > span span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%) rotate(315deg);
  }
  body.open header .headerInner a.toggle > span span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  body.open header .headerInner a.toggle > span span:nth-child(3) {
    bottom: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translate(-50%, 50%) rotate(-315deg);
  }
  header .headerInner ul li a {
    font-size: 100%;
    text-align: left;
    padding: 1.5em 1em;
  }
  header .headerInner ul li a span {
    display: block;
    width: 13.5em;
    margin: 0 auto;
  }
  header #page_top {
    right: 0;
  }
  header #page_top a {
    padding: 1em;
    background: rgba(255,255,255,0.85);
  }
  #ContentsWrap {
    margin: 46px 0 0 0;
  }  
  .ContentsWrapInner {
    padding: 3em 2em 6em;
    box-sizing: border-box;
  }
  #ContentsWrap.single .ContentsWrapInner {
    padding: 3em 2em 4em;
  }
  .slick-prev {
    left: -20px !important;
  }
  .slick-next {
    right: -20px !important;
  }
}
@media (orientation: landscape) and (max-width: 767px){ /* ------------------------------------------ landscape */
}
