@charset "utf-8";
/**************************************************

@ style.css

(c) ULM Co.,Ltd. - https://www.ulm-design.com
**************************************************/
.notfound-inner {
  padding: 300px 0;
  text-align: center;
  color: #fff;
}

.notfound-ttl {
  font-size: 40px;
  line-height: 2em;
}

.notfound-txt {

}

/*-------------------------------

#contents-header

-------------------------------*/
#contents-header {
  width: 100%;
  height: 250px;
  margin: 100px 0 0;
  position: relative;
  z-index: 1;
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#contents-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/header_overlay.png) repeat;
  background-size: 2px 2px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

#contents-header::before {
  content: "";
  display: block;
  width: 2500px;
  height: 40px;
  background: url(../img/common/contents_header_top.png) no-repeat;
  background-size: 2500px auto;
  position: absolute;
  z-index: 2;
  bottom: -30px;
  left: calc((100vw - 2500px)/2);
}

#contents-header-ttl {
  font-size: 40px;
  font-family: 'Zirnitra', 'Noto Sans JP', sans-serif;
  position: relative;
  z-index: 2;
  color: #ae9c64;
  line-height: 1em;
  letter-spacing: 8px;
  text-indent: 8px;
  text-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
}

.contents-header-sub-ttl {
  display: block;
  text-align: center;
  padding: 5px 0 0;
  color: #fff;
  font-size: 50%;
  font-family: 'Noto Serif JP', sans-serif;
}

.section-ttl {
  font-size: 24px;
  font-family: 'Zirnitra', 'Noto Serif JP', sans-serif;
  position: relative;
  z-index: 2;
  color: #4f2900;
  line-height: 1em;
  letter-spacing: 8px;
  text-indent: 8px;
  text-align: center;
}

.section-sub-ttl {
  display: block;
  text-align: center;
  padding: 5px 0 0;
  color: #ae9c64;
  font-size: 50%;
  line-height: 1em;
  font-family: 'Noto Serif JP', sans-serif;
}

.section-ttl-deco {
  width: 85px;
  margin: 10px auto 0;
  text-indent: 0px;
}

/*-------------------------------

#contents-main

-------------------------------*/
#contents-main {
  padding: 50px 0 100px;
}

#contents-inner {
  padding: 50px 0 200px;
}



@media all and (max-width:896px) {

  #contents-header {
    width: 100%;
    height: 53.334vw;
    margin: 0;
    position: relative;
  }
  
  #contents-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/common/header_overlay.png) repeat;
    background-size: 2px 2px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
  }
  
  #contents-header::before {
    width: 1250px;
    height: 40px;
    background-size: 1250px auto;
    left: calc((100vw - 1250px)/2);
  }
  
  #contents-header-ttl {
    font-size: 40px;
    font-family: 'Zirnitra', 'Noto Sans JP', sans-serif;
    position: relative;
    z-index: 2;
    color: #ae9c64;
    line-height: 1em;
    letter-spacing: 8px;
    text-indent: 8px;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
  }
  
  .contents-header-sub-ttl {
    display: block;
    text-align: center;
    padding: 5px 0 0;
    color: #fff;
    font-size: 50%;
    font-family: 'Noto Serif JP', sans-serif;
  }  

  .section-ttl {
    font-size: 18px;
    /* width: 100%; */
  }
  
  .section-sub-ttl {
  }
  
  .section-ttl-deco {
    width: 65px;
  }

  /*-------------------------------

  #contents-main

  -------------------------------*/
  #contents-main {
    padding: 10vw 0;
  }

  #contents-inner {
    padding: 50px 0 200px;
  }
    
}

/****************************************************************************************************


▼▽▼▽▼▽ TOPここから　▼▽▼▽▼▽


****************************************************************************************************/
/**************************************************

TOP - PC

**************************************************/
#top{
  
}

.ttl {
  text-align: center;
  padding: 100px;
  font-size: 80px;
}

#top .section-ttl {
  margin: 0 0 20px;
}

.top-visual {
  line-height: 0;
}

#contents-txt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 100px;
	font-weight: bold;
}

#top-topics {
  background: #000;
  padding: 30px 0 50px;
}

#top-topics-inner {
  width: 1100px;
  margin: 0 auto;
}

.top-topics-link {
  width: 350px;
  height: 184px;
}

.slick-dots {
  bottom: -35px;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #dc2378;
}

.slick-dots li button:before {
  color: #dc2378;
}

.slick-prev, .slick-next {
  width: 25px;
  height: 46px;
}

.slick-prev:before {
  content: "“";
  font-family: 'Zirnitra', 'Noto Sans JP', sans-serif;
  color: #dc2378;
  font-size: 60px;

}

.slick-prev {
  left: -50px;
}

.slick-next:before {
  content: "”";
  font-family: 'Zirnitra', 'Noto Sans JP', sans-serif;
  color: #dc2378;
  font-size: 60px;

}

.slick-next {
  right: -50px;
}



@media all and (min-width:897px) {
  .top-topics-link {
    transition: opacity .3s ease;
  }

  .top-topics-link:hover {
    opacity: .6;
  }
}

#pv-box {
	width: 300px;
	position: absolute;
	z-index: 2;
	overflow: hidden;
	top: 10px;
	left: 10px;
	background: #000;
	border: 1px solid #000;
	cursor: pointer;
}

#pv-box:hover {
}

#pv-box:after {
	content: "";
	display: block;
	padding-top: 56.25%;
}

#pv-box:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	background: repeating-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5) 1px, rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 2px);
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
}

#player {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: calc(100% + 200px);
	top: -100px;
	left: 0px;
}

/*
VISUAL
**********/
.top-visual-container {
  position: relative;
}

.top-visual-assets {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
}

.top-visual-ttl {width: 47.96875%;margin: 0 auto;position: absolute;top: calc(100px + 2.109375vw);left: 2.109375vw;}

.top-visual-onair {
  width: 49.375%;
  margin: 0 auto;
  position: absolute;
  top: calc(100px + 15.625vw);
  left: 1.953125vw;
}

.top-visual-copy {
  width: 16.5625%;
  position: absolute;
  z-index: 1;
  top: calc(100px + 4.765625vw);
  right: 11.484375%;
}

.top-trailer {
  width: 1100px;
  position: relative;
  margin: 0 auto;
}

.top-trailer::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.top-trailer-inner {
  width: 100%;
  height: 100%;
  background: #181818;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.top-trailer-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
}

.play-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 3;
  top: calc((100% - 50px)/2);
  left: calc((100% - 50px)/2);
}

#top-news-twitter {
  padding: 0 0 100px;
}

/*
NEWS
**********/
#top-news {

}

.top-contents-box {
  width: 520px;
  margin: 0 30px;
}

#top-news .top-section-ttl {
  width: 116px;
  margin: 0 auto 20px;
}

.top-news-inner {
  padding: 0 30px;
  width: 500px;
  height: 450px;
  position: relative;
  margin: 80px auto;
  border-right: 1px solid #ae9c64;
  border-left: 1px solid #ae9c64;
}

.top-news-inner::after {
  content: "";
  display: block;
  width: 520px;
  height: 69px;
  background: url(../img/top/frame_top.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -67px;
  left: -10px;
}

.top-news-inner::before {
  content: "";
  display: block;
  width: 520px;
  height: 69px;
  background: url(../img/top/frame_bottom.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -67px;
  left: -10px;
}

.top-news-box-container {
  height: 370px;
}

.top-news-box {
  margin: 0 auto 15px;
  letter-spacing: 3px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.top-news-box:nth-last-child(1) {
  margin: 0 auto;
}

.top-news-box-link {
  color: #202020;
  position: relative;
}


.top-news-box-thumb {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin: 0 20px 0 0;
}

.top-news-box-contents {
  width: calc(100% - 110px);
  /*padding: 0 0 0 40px;*/
}

.top-news-box-header {
  font-size: 10px;
  letter-spacing: 1px;
}

.top-news-box-date {
  font-family: 'Josefin Slab', serif;
  color: #f2f2f2;
  background: #202020;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  padding: 2px 4px 0;
}

.top-news-box-ttl {
  font-size: 13px;
  line-height: 1.5em;
  /*display: flex;
  align-items: center;*/
  height: 70px;
  padding: 15px 0 10px 0;
}

.top-news-more {
  width: 282px;
  height: 50px;
  margin: 30px auto;
  font-family: 'Zirnitra', 'Noto Serif JP', sans-serif;
  position: relative;
}

.top-news-more a {
  background: #202020;
  color: #f2f2f2;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  letter-spacing: 4px;
  padding: 19px 0;
  transition: all .3s ease;
}

@media all and (min-width:897px) {

  .top-news-more a:hover {
    background: #ae9c64;
    border-radius: 30px;
  }

}


/*
TWITTER
**********/
#top-twitter {

}

#top-twitter .top-section-ttl {
  width: 163px;
  margin: 0 auto 20px;
}

.top-twitter-inner {
  padding: 0 30px;
  width: 500px;
  height: 450px;
  position: relative;
  margin: 80px auto;
  border-right: 1px solid #ae9c64;
  border-left: 1px solid #ae9c64;
}

.top-twitter-inner::after {
  content: "";
  display: block;
  width: 520px;
  height: 69px;
  background: url(../img/top/frame_top.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -67px;
  left: -10px;
}

.top-twitter-inner::before {
  content: "";
  display: block;
  width: 520px;
  height: 69px;
  background: url(../img/top/frame_bottom.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -67px;
  left: -10px;
}

.twitter-timeline {
  width: 100%;
}

/**************************************************

TOP - sp

**************************************************/
@media all and (max-width:896px) {

  #top .section-ttl {
    margin: 0 0 5%;
  }  

  #contents-inner {
    padding: 95vw 0 20vw;
    position: relative;
  }

  #contents-header-ttl {
    width: 100%;
    margin: 0 auto;
    padding: 25vw 0 10vw;
    font-size: 28px;
    text-align: center;
  }
  
  #top-topics {
    padding: 5vw 0 35px;
  }
  
  #top-topics-inner {
    width: 80vw;
  }
  
  .top-topics-link {
    width: 100%;
    height: auto;
  }

  .slick-dots {
    bottom: -30px;
  }
  
  .slick-prev, .slick-next {
    width: 25px;
    height: 46px;
  }
  
  .slick-prev:before {
    font-size: 40px;
  
  }
  
  .slick-prev {
    left: -30px;
  }
  
  .slick-next:before {
    font-size: 40px;
  
  }
  
  .slick-next {
    right: -30px;
  }
  
  
    /*
  VISUAL
  **********/
  .top-visual-container {
    position: relative;
  }

  .top-visual-assets {
    position: absolute !important;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .top-visual-ttl {width: 71.334vw;top: 112vw;left: 13.6vw;}

  .top-visual-onair {
    width: 94vw;
    top: 132vw;
    left: 3vw;
  }

  .top-visual-copy {
    width: 20.3334vw;
    top: 15vw;
    right: 10vw;
  }

  .top-trailer {
    position: relative;
    z-index: 2;
    width: 90vw;
    height: calc(90vw * .5625);
  }

  .top-trailer::after {
  }

  .top-trailer-inner {
    width: 100%;
    height: 100%;
    background: #181818;
  }

  .play-icon,
  .top-trailer-overlay {
    /*width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: calc((100% - 50px)/2);
    left: calc((100% - 50px)/2);*/
    display: none;
  }

  #top-news-twitter {
    padding: 0;
  }

  #player {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
  }

  /*
  NEWS
  **********/
  #top-news {

  }

  .top-contents-box {
    width: 90vw;
    margin: 0 auto 15vw;
  }

  #top-news .top-section-ttl {
    width: 27vw;
    margin: 0 auto 5vw;
  }

  .top-news-inner {
    padding: 0 5vw;
    height: auto;
    width: 100%;
    margin: 12.2666vw auto;
  }

  .top-news-inner::after {
    width: 92.2666vw;
    height: 12.2666vw;
    background: url(../img/top/frame_top.png) no-repeat;
    background-size: 100% auto;
    top: -12.2666vw;
    left: calc((90vw - 92.2666vw)/2);
  }
  
  .top-news-inner::before {
    width: 92.2666vw;
    height: 12.2666vw;
    background: url(../img/top/frame_bottom.png) no-repeat;
    background-size: 100% auto;
    bottom: -12.2666vw;
    left: calc((90vw - 92.2666vw)/2);

  }  

  .top-news-box-container {
    height: auto;
  }

  .top-news-box {
    margin: 0 auto 15px;
    padding: 0 0 15px;
    letter-spacing: 3px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .top-news-box:nth-last-child(1) {
    margin: 0 auto;
  }

  .top-news-box-link {
    position: relative;
  }

  .top-news-box-link::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    left: calc(100% - 30px);
    top: 50%;
    position: absolute;
    z-index: 1;
    background: #fff;
    transition: all .4s ease-in-out;
  }

  .top-news-box-thumb {
    width: 20%;
    height: auto;
    overflow: hidden;
    margin: 0 5% 0 0;
    position: relative;
  }

  .top-news-box-contents {
    width: 75%;
    /*padding: 0 0 0 40px;*/
  }

  .top-news-box-header {
    font-size: 10px;
    letter-spacing: 1px;
  }

  .top-news-box-date {
    font-size: 10px;
    padding: 2px 4px 0;
  }

  .top-news-box-ttl {
    font-size: 11px;
    line-height: 1.5em;
    /*display: flex;
    align-items: center;*/
    height: auto;
    padding: 10px 0 0 0;
  }

  .top-news-more {
    width: 60vw;
    height: 40px;
    margin: 10% auto 0;
  }

  .top-news-more a {
    font-size: 14px;
    padding: 14px 0;
    transition: none;
  }

  /*
  TWITTER
  **********/
  #top-twitter {margin: 0 auto;}

  #top-twitter .top-section-ttl {
    width: 38vw;
    margin: 0 auto 5vw;
  }

  .top-twitter-inner {
    padding: 0 5vw;
    height: 450px;
    width: 100%;
    margin: 12.2666vw auto;
  }

  .top-twitter-inner::after {
    width: 92.2666vw;
    height: 12.2666vw;
    background: url(../img/top/frame_top.png) no-repeat;
    background-size: 100% auto;
    top: -12.2666vw;
    left: calc((90vw - 92.2666vw)/2);
  }
  
  .top-twitter-inner::before {
    width: 92.2666vw;
    height: 12.2666vw;
    background: url(../img/top/frame_bottom.png) no-repeat;
    background-size: 100% auto;
    bottom: -12.2666vw;
    left: calc((90vw - 92.2666vw)/2);
  }  

  .twitter-timeline {
    width: 100%;
  }

  .top-twitter-box {
    height: 370px;
  }

  

  #top-movie {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10vw 0 0;
  }
	
}

/****************************************************************************************************


▲△▲△▲△ TOPここまで　▲△▲△▲△


****************************************************************************************************/
/****************************************************************************************************


▼▽▼▽▼▽ NEWSここから　▼▽▼▽▼▽


****************************************************************************************************/
/**************************************************

NEWS - pc

**************************************************/
#news {
  font-family: 'Noto Serif JP', sans-serif;
}

#news #contents-header {
  background: url(../img/news/header.jpg) no-repeat;
  background-size: cover;
}

#news-contents {
  width: 1060px;
  margin: 0 auto;
}

#news-tag-container {
  color: #202020;
  font-family: 'Zirnitra', 'Noto Serif JP', sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  margin: 50px auto 80px;
  align-items: center;
}

.news-tag-nav {
  margin: 0 10px;
  text-align: center;
}

.news-tag-nav-link {
  color: inherit;
  padding: 4px 8px;
}

.news-tag-nav-link.act {
  color: #ae9c64;
}

@media all and (min-width:897px) {
  .news-tag-nav-link:hover {
    color: #ae9c64;
  }
}

.tag-nav-sub {
  display: block;
  font-size: 50%;
  margin: 5px 0 0;
}

.news-contents-inner {
  margin: 0 auto;
  position: relative;
  min-height: 500px;
}

.news-box {
  margin: 0 auto 20px;
  padding: 0 0 20px;
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(32,32,32,.3);
}

.news-box:nth-last-child(1) {
  margin: 0 auto;
}

.news-box-link {
  color: #202020;
  position: relative;
  padding: 0;
}

/*
.news-box-link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  left: calc(100% - 30px);
  top: 50%;
  position: absolute;
  z-index: 1;
  background: #fff;
  transition: all .4s ease-in-out;
}

@media all and (min-width:897px) {
  .news-box-link:hover::after {
    width: 30px;
  }
}
*/

.news-box-thumb {
  width: 200px;
  height: 112.5px;
  overflow: hidden;
}

.news-box-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-box-contents {
  width: 860px;
  padding: 0 0 0 40px;
}

.news-box-header {
  font-size: 10px;
}

.news-box-date {
  font-family: 'Zirnitra', 'Noto Serif JP', sans-serif;
  color: #f2f2f2;
  background: #202020;
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  padding: 2px 5px;
}

.news-tag {
  font-family: 'Zirnitra', 'Noto Serif JP', sans-serif;
  font-style: normal;
  font-size: 12px;
  color: #ae9c64;
  line-height: 1em;
  padding: 2px 0 0 10px;
}

.news-box-ttl {
  font-size: 14px;
  line-height: 1.8em;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 40px 10px 0;
}


/*
detail
-------------------------------*/
#news-detail {
  width: 1000px;
  margin: 50px auto 0;
  padding: 0 0 50px;
  /* padding: 50px; */
  position: relative;
  /* color: #fff; */
  min-height: 500px;
  /* background: #181818; */
  border-bottom: 1px solid rgba(32,32,32,.3);
}

.news-detail-header {
  margin: 0 0 40px;
  justify-content: space-between;
}

.news-detail-ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 60px;
  letter-spacing: 3px;
  line-height: 1.5em;
}

.news-detail-content {
  line-height: 2em;
  font-size: 13px;
  width: 100%;
  overflow: hidden;
}

.news-detail-content a {
  color: #e4007f;
  text-decoration: underline;
  transition: all .2s ease;
}

.news-detail-content a:hover {
  text-decoration: none;
  opacity: .8;
}

.news-detail-content img {
  max-width: 100%;
  height: auto;
}

.news-detail-content iframe {
  max-width: 100%;
}

.news-detail-share {
  align-items: center;
  font-size: 18px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}

.news-detail-share-txt {
  font-size: 10px;
  letter-spacing: 3px;
}


.news-detail-share-container .share-btn {
  color: #202020;
  margin: 0 10px;
}

#news-detail-control {
  font-family: 'Zirnitra', 'Noto Serif JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 12px;
  padding: 60px 0 150px;
  letter-spacing: 8px;
  position: relative;
  z-index: 10;
}

#prev-btn {
  width: 20%;
}

#home-btn {
  width: 20%;
  border-left: 1px solid #202020;
  border-right: 1px solid #202020;
}

.home-link-btn {
  width: 20px;
}

#next-btn {
  width: 20%;
}

.control-btn {
  color: #202020;
  position: relative;
  width: 100%;
}

.control-btn-line {
  width: 20px;
  height: 1px;
  background: #202020;
  margin: 4px 15px;
  display: inline-block;
}

.coming-txt {
  text-align: center;
  /* color: #fff; */
  padding: 100px 0 200px;
  font-size: 18px;
}

/**************************************************

NEWS - sp

**************************************************/
@media all and (max-width:896px) {
	
  #news {
    background: none;
  }
  
  #news-contents {
    width: 100%;
    margin: 0 auto;
  }

  #news-tag-container {
    font-size: 8px;
    letter-spacing: 1px;
    width: 100%;
    padding: 0;
    margin: 5vw 0 10vw;
    position: relative;
  }

  .news-tag-nav {
    margin: 0 5px;
  }

  .news-tag-nav-link {
    position: relative;
    padding: 2px 4px;
  }

  .news-tag-nav-link.act {
    /* background: #fff; */
    /* color: #e4007f; */
  }


  .news-tag-nav-link.act::after {
    width: 100%;
    height: 2px;
  }

  .news-contents-inner {
    padding: 0 5vw 10vw;
    position: relative;
    min-height: 50vh;
  }

  .news-contents-inner::before {
    width: 72vw;
    height: 66.4vw;
    right: 3.4vw
  }

  .news-contents-inner::after {
    width: 72vw;
    height: 66.4vw;
    left: 3.4vw;
  }
  
  .news-box {
    margin: 0 auto 5vw;
    padding: 0 0 5vw;
    letter-spacing: 1px;
  }
  
  .news-box:nth-last-child(1) {
    display: block;
  }

  .news-box-link {
  }
  
  .news-box-link::after {
    content: none;
    display: none;
  }

  .news-box-thumb {
    width: 60px;
    height: 60px;
    display: block;
  }

  .news-box-contents {
    width: calc(100% - 60px);
    padding: 0 0 0 20px;
  }

  .news-box-header {
    font-size: 8px;
    padding: 0 0 5px;
  }

  .news-box-date {
  font-size: 10px;
  padding: 4px 4px 0;
  }

  .news-tag {
  }

  .news-tag::after {
  }

  .news-box-ttl {
    font-size: 12px;
    line-height: 1.8em;
    height: auto;
    padding: 0;
    border-bottom: none;
  }

  /*
  detail
  -------------------------------*/
  #news-detail {
    width: 100vw;
    padding: 8vw 6vw 15vw;
    margin: 0 auto;
  }

  .news-detail-header {
    margin: 0 0 5%;
    font-size: 10px;
  }

  .news-detail-ttl {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    padding: 0 0 10%;
    letter-spacing: 3px;
  }

  .news-detail-content {
    line-height: 1.5em;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
  }

  .news-detail-content a {
    color: #98843e;
    text-decoration: underline;
    transition: all .2s ease;
  }

  .news-detail-content a:hover {
    text-decoration: none;
    opacity: .8;
  }

  .news-detail-content img {
    max-width: 100%;
    height: auto;
  }

  .news-detail-content iframe {
    width: 100%;
    height: calc(80vw * .5625);
  }

  .news-detail-share {
    /* display: block; */
    /* position: initial; */
    right: 6vw;
    top: 8vw;
    /* bottom: 1%; */
  }

  .news-detail-share-txt {
    font-size: 10px;
    letter-spacing: 3px;
    transform: rotate(90deg) translateY(14px);
    width: 50px;
  }
  
  .news-detail-share-container {
    /* display: block; */
    /* padding: 10px 0 0 0; */
    /* width: 20px; */
    width: 25vw;
    justify-content: space-between;
  }

  .news-detail-share-container .share-btn {
    margin: 0 0 10px;
  }

  #news-detail-control {
    font-size: 10px;
    padding: 8vw 0 15vw;
    letter-spacing: 5px;
  }

  #prev-btn {
    width: 40%;
  }

  .prev-link-btn {
    padding: 0 0 0 30px;
  }

  #home-btn {
    width: 20%;
  }

  #next-btn {
    width: 40%;
  }

  .next-link-btn {
    padding: 0 30px 0 0;
  }

  .control-btn {
    position: relative;
  }

  .control-btn-line {
    width: 20px;
    height: 1px;
    margin: 0;
    display: inline-block;
    position: absolute;
    z-index: 0;
    bottom: 6px;
  }
  
  #prev-btn .control-btn-line {
    left: 8vw;
  }

  #next-btn .control-btn-line {
    right: 8vw;
  }
 
}

/****************************************************************************************************


▲△▲△▲△ NEWSここまで　▲△▲△▲△


****************************************************************************************************/
/****************************************************************************************************


▼▽▼▽▼▽ ONAIR ここから　▼▽▼▽▼▽


****************************************************************************************************/
/**************************************************

ONAIR - pc

**************************************************/
#onair {
  font-family: 'Noto Serif JP', sans-serif;

}

#onair #contents-header {
  background: url(../img/onair/header.jpg) center center no-repeat;
  background-size: cover;
}

.onair-container {
  padding: 0 0 50px;
  word-break: break-word;
}

.onair-txt {
  font-size: 24px;
  color: #202020;
  text-align: center;
  padding: 50px 0;
  line-height: 2em;
  letter-spacing: 3px;
  font-weight: bold;
}

.onair-txt b {
  font-size: 40px;
  color: #dc0078;
}

.onair-txt2 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 2em;
  padding: 0 0 30px;
}

.onair-line {display: flex;justify-content: center;margin: 0 0 10px;}

.onair-line0 {
  width: 300px;
  display: inline-block;
  text-align: right;
  margin: 0 30px 0 0;
}

.onair-line1 {
  width: 500px;
  display: inline-block;
  text-align: left;
}

.streaming-container {
  width: 840px;
  margin: 50px auto;
}

.streaming-box {
  margin: 0 0 50px;
}

.streaming-txt {
  text-align: center;
  padding: 0 0 80px;
  font-size: 16px;
}

.streaming-box-name {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #ae9c64;
  display: table;
  margin: 0 auto 20px;
  line-height: 1em;
  padding: 5px 15px;
}

.streaming-box-txt {
  text-align: center;
  font-size: 14px;
}

.streaming-link-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 0;
}

.streaming-link {
  width: 200px;
  height: 55px;
  padding: 19px 10px;
  color: #dc0078;
  border: 2px solid;
  text-align: center;
  display: block;
  margin: 5px;
  font-weight: bold;
}

.streaming-link span {
  display: block;
  font-size: 50%;
}

.streaming-notes {
  font-size: 11px;
  line-height: 1.8em
}

.onair-est-btn {
  display: block;
  width: 500px;
  height: 50px;
  background: #000;
  color: #ae9c64;
  font-size: 14px;
  margin: 50px auto 80px;
  text-align: center;
  padding: 18px 0;
  font-weight: bold;
}

.link-icon {
  font-family: 'Zirnitra', 'Noto Sans JP', sans-serif;
  font-style: normal;
  padding: 0 0 0 5px;
  font-size: 120%;
}

@media all and (min-width:897px) {
  .streaming-link:hover {
    background: #dc0078;
    color: #fff;
  }

  .onair-est-btn:hover {
    background: #ae9c64;
    color: #000;
  }
}



/**************************************************

ONAIR - sp

**************************************************/
@media all and (max-width:896px) {
  #onair {

  }
  
  #onair #contents-header {
    background: url(../img/onair/header.jpg) -40vw center no-repeat;
    background-size: cover;
  }
  
  .onair-txt {
    font-size: 16px;
    padding: 0 0 10vw;
  }
  
  .onair-txt b {
    font-size: 32px;
  }

  .onair-txt2 {
    text-align: center;
    font-size: 12px;
    padding: 0 0 5vw;
  }

  .onair-line {
    margin: 0 0 5%;
    display: block;
  }
  
  .onair-line0 {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
  }
  
  .onair-line1 {
    width: 100%;
    display: block;
    text-align: center;
  }
  
  .streaming-container {
    width: 90%;
    margin: 10% auto;
  }
  
  .streaming-box {
    margin: 0 0 12%;
  }
  
  .streaming-box-name {
    font-size: 14px;
    margin: 0 auto 5%;
    padding: 5px 15px;
  }
  
  .streaming-box-txt {
    font-size: 12px;
    line-height: 1.5em;
  }
  
  .streaming-link-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0 0;
  }
  
  .streaming-link {
    width: 48%;
    height: 50px;
    padding: 15px 10px;
    margin: 1%;
    font-size: 11px;
  }
    
  .streaming-link span {
    display: block;
    font-size: 50%;
  }
  
  .streaming-notes {
    font-size: 10px;
  }

  .onair-est-btn {
    width: 100%;
    font-size: 12px;
    margin: 5% auto 10%;
    padding: 18px 0;
  }

  .streaming-txt {
    font-size: 14px;
    line-height: 1.5em;
    padding: 0 0 10%;
  }
    
}

/****************************************************************************************************


▲△▲△▲△ ONAIR ここまで　▲△▲△▲△


****************************************************************************************************/
/****************************************************************************************************


▼▽▼▽▼▽ STAFFCAST ここから　▼▽▼▽▼▽


****************************************************************************************************/
/**************************************************

STAFFCAST - pc

**************************************************/
#staffcast {
  font-family: 'Noto Serif JP', sans-serif;

}

#staffcast #contents-header {
  background: url(../img/staffcast/header.jpg) no-repeat;
  background-size: cover;
}

.staffcast-container {
  font-weight: 500;
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 50px;
}

.staffcast-container .section-ttl {
  padding: 0 0 30px;
}

.staffcast-list {

}

.staffcast-box {
  width: 200px;
  margin: 0 0 40px;
}

.staffcast-box.sizeL {
  width: 400px;
}

.staffcast-box-txt0 {
  font-size: 12px;
  color: #007ac4;
  padding: 0 0 15px;
}

.staffcast-box-txt1 {
  font-size: 20px;
  color: #202020;
  line-height: 1em;
}

.staffcast-box-txt1 span {
  font-size: 14px;
}


/**************************************************

STAFFCAST - sp

**************************************************/
@media all and (max-width:896px) {
  #staffcast {  
  }
  
  #staffcast #contents-header {
    background: url(../img/staffcast/header.jpg) center center no-repeat;
    background-size: cover;
  }
  
  .staffcast-container {
    width: 90%;
    padding: 0 0 15%;
  }
  
  .staffcast-container .section-ttl {
    padding: 0 0 30px;
  }
  
  .staffcast-list {
  width: 100%;
  text-align: center;
  letter-spacing: 0px;
  }
  
  .staffcast-box {
    width: 100%;
    margin: 0 0 12%;
  }
  
  .staffcast-box.sizeL {
    width: 100%;
  }
  
  .staffcast-box-txt0 {
    font-size: 12px;
    padding: 0 0 4%;
  }
  
  .staffcast-box-txt1 {
    font-size: 18px;
  }
  
  .staffcast-box-txt1 span {
    font-size: 14px;
  }
  
  
}


/****************************************************************************************************


▲△▲△▲△ STAFFCAST ここまで　▲△▲△▲△


****************************************************************************************************/
/****************************************************************************************************


▼▽▼▽▼▽ STORY ここから　▼▽▼▽▼▽


****************************************************************************************************/
/**************************************************

STORY - pc

**************************************************/
#story {
  font-family: 'Noto Serif JP', sans-serif;
}

#story #contents-header {
  background: url(../img/story/header.jpg) no-repeat;
  background-size: cover;
}

#story .section-ttl {
  padding: 30px 0;
}

.story-nav {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 30px 0 0;
}

.story-nav-box {
  margin: 0 10px 20px;
}

.story-nav-btn {
  color: inherit;
  padding: 5px 10px;
  border: 1px solid;
}

.story-nav-btn.act {
  color: #ae9c64;
}

@media all and (min-width:897px) {
  .story-nav-btn:hover {
    color: #ae9c64;
  }
  
}

#story-contents-main-inner {
  width: 1000px;
  margin: 0 auto;
}

#story-ttl {
  font-size: 28px;
  line-height: 1.5em;
  padding: 0 0 30px;
  text-align: center;
  letter-spacing: 4px;
  color: #dc2378;
}

.story-thumb {
  position: relative;
}

.story-thumb::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.story-thumb-img {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#story-detail-thumb-container {
  width: 100%;
  margin: 10px 0 50px;
  justify-content: space-between;
}

.story-detail-thumb-box {
  width: 12%;
  line-height: 0em;
  position: relative;
  cursor: pointer;
}

.story-detail-thumb-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  border: 2px solid #dc2378;
  opacity: 0;
}

.story-detail-thumb-box.act::after {
  opacity: 1;
}

@media all and (min-width:897px) {
  .story-detail-thumb-box:hover::after {
    opacity: 1;
  }
  
}

#story-detail-contents {
  line-height: 2em;
  font-size: 14px;
  letter-spacing: 2px;
}

#story-detail-txt {
  padding: 0 0 30px;
}

#story-detail-staff {
  font-size: 12px;
}

.story-est-link {
  display: block;
  width: 500px;
  height: 50px;
  background: #000;
  color: #ae9c64;
  font-size: 14px;
  margin: 50px auto 80px;
  text-align: center;
  padding: 18px 0;
  font-weight: bold;
}



/*
イントロ
==========*/
.intro-container {
  width: 1020px;
  margin: 0 auto;
}

.intro-txt-box {
  text-align: center;
  font-size: 14px;
  line-height: 2em;
  padding: 0 0 30px;
}

.intro-lead {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 30px;
  color: #dc0078;
}

.intro-txt {
  padding: 0 0 30px;
}

.intro-img-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.intro-img-item {
  width: 500px;
  margin: 0 0 20px;
}

.intro-img-item:nth-child(n + 3) {
  width: 240px;
  margin: 0;
}

/**************************************************

STORY - sp

**************************************************/
@media all and (max-width:896px) {
  #story {
  }
  
  #story #contents-header {
    background: url(../img/story/header.jpg) center center no-repeat;
    background-size: cover;
  }
  
  #story .section-ttl {
    padding: 0 0 8%;
  }

  #story #contents-main {
    padding-bottom: 0;
  }
  
  .story-nav {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 30px 0 0;
  }
  
  .story-nav-box {
    margin: 0 10px 20px;
  }
  
  .story-nav-btn {
    color: inherit;
  }
  
  .story-nav-btn.act {
    color: #ae9c64;
  }
  
  #story-contents-main-inner {
    width: 90%;
    margin: 0 auto;
  }
  
  #story-ttl {
    font-size: 18px;
    padding: 0 0 5%;
  }
  
  .story-thumb {
    position: relative;
  }
  
  .story-thumb::after {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  
  .story-thumb-img {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  
  #story-detail-thumb-container {
    width: 100%;
    margin: 3% 0 6%;
  }
  
  .story-detail-thumb-box {
    width: 24%;
    line-height: 0em;
    position: relative;
    cursor: pointer;
    margin: 0 0 1.5%;
  }
    
  #story-detail-contents {
    font-size: 12px;
  }
  
  #story-detail-txt {
    padding: 0 0 30px;
  }
  
  #story-detail-staff {
    font-size: 12px;
  }  
  .intro-container {
    width: 100%;
    margin: 0 auto;
  }
  
  .intro-txt-box {
    text-align: left;
    font-size: 13px;
    padding: 0 0 5%;
    width: 90%;
    margin: 0 auto;
  }
  
  .intro-lead {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 6%;
  }
  
  .intro-txt {
    padding: 0 0 5%;
  }
  
  .intro-img-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .intro-img-item {
    width: 50%;
    margin: 0;
    line-height: 0em;
  }
  
  .intro-img-item:nth-child(n + 3) {
    width: 25%;
    margin: 0;
  }  
}


/****************************************************************************************************


▲△▲△▲△ STORY ここまで　▲△▲△▲△


****************************************************************************************************/
/****************************************************************************************************


▼▽▼▽▼▽ CHARACTER ここから　▼▽▼▽▼▽


****************************************************************************************************/
/**************************************************

CHARACTER - pc

**************************************************/
#character {
  font-family: 'Noto Serif JP', sans-serif;
}

#character #contents-header {
  background: url(../img/character/header.jpg) no-repeat;
  background-size: cover;
}

.character-nav {
  align-items: flex-end;
  margin: -120px 0 10px;
  position: relative;
  z-index: 1;
}

.character-nav1 {
  align-items: flex-end;
  margin: 0 0 60px;
  position: relative;
  z-index: 1;
}

.character-nav1 .character-nav-box {
  width: 90px;
}

.character-nav1 .character-nav-box .character-nav-img {
  width: 180px;
}

.character-nav-box {
  width: 100px;
  overflow: hidden;
  margin: 0 10px;
  cursor: pointer;
}

.character-nav-box.act .character-nav-img,
.character-nav-box:hover .character-nav-img {
  margin-left: -100px;
}

.character-nav1 .character-nav-box.act .character-nav-img,
.character-nav1 .character-nav-box:hover .character-nav-img {
  margin-left: -90px;
}

.character-nav-img {
  width: 200px;
}

.character-container {
  width: 960px;
  height: 867px;
  margin: 0 auto;
  position: relative;
}

.character-box-inner {
  position: relative;
}

.character-box {
  width: 100%;
  position: absolute;
}

.character-img-box {
  width: 353px;
  position: relative;
  z-index: 2;
}

.character-txt-box {
  width: 550px;
  height: 340px;
  padding: 40px;
  color: #f2f2f2;
  background: rgba(18,18,18,1);
  border: 1px solid #9b8e67;
  position: absolute;
  z-index: 2;
  top: 150px;
  left: 398px;
}

.character-txt-box::after {
  content: "";
  display: block;
  width: 209px;
  height: 164px;
  position: absolute;
  top: -17px;
  right: -13px;
  background: url(../img/character/frame_top.png) no-repeat;
  background-size: cover;
  pointer-events: none;
}

.character-txt-box::before {
  content: "";
  display: block;
  width: 209px;
  height: 164px;
  position: absolute;
  bottom: -18px;
  left: -13px;
  background: url(../img/character/frame_bottom.png) no-repeat;
  background-size: cover;
  pointer-events: none;
}

.character-name {
  font-size: 28px;
  line-height: 1em;
  padding: 0 0 30px;
}

.character-cv {
  font-size: 18px;
  line-height: 1em;
  padding: 0 0 60px;
}

.character-txt {
  font-size: 14px;
  line-height: 2em;
}

.character-bg {
  background: #4d5473;
  width: 100vw;
  height: 500px;
  position: absolute;
  z-index: 0;
  top: 80px;
  left: calc((100vw - 960px)/-2);
  overflow: hidden;
}

.character-bg-txt {
  font-size: 100px;
  font-family: 'Zirnitra', 'Noto Serif JP', sans-serif;
  color: #fff;
  opacity: .1;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1em;
}

.character-next {
  width: 20px;
  position: absolute;
  z-index: 5;
  top: 310px;
  right: -100px;
}

.character-prev {
  width: 20px;
  position: absolute;
  z-index: 5;
  top: 310px;
  left: -100px;
}


/**************************************************

CHARACTER - sp

**************************************************/
@media all and (max-width:896px) {
  #character {
  }
  
  #character #contents-header {
    background: url(../img/character/header.jpg) center center no-repeat;
    background-size: cover;
  }
  
  .character-nav {
    align-items: flex-end;
    margin: -18vw 0 10vw;
    position: relative;
    z-index: 1;
  }

  .character-nav1 {
    align-items: flex-end;
    margin: -8vw 0 10vw;
    position: relative;
    z-index: 1;
  }
  
  .character-nav-box {
    width: 14.5vw;
    margin: 0 2%;
    cursor: default;
  }

  .character-nav1 .character-nav-box {
    width: 12.5vw;
    margin: 0 2%;
    cursor: default;
  }
  
  .character-nav-box.act .character-nav-img,
  .character-nav-box:hover .character-nav-img {
    margin-left: -14.5vw;
  }

  .character-nav1 .character-nav-box.act .character-nav-img,
  .character-nav1 .character-nav-box:hover .character-nav-img {
    margin-left: -12.5vw;
  }
  
  .character-nav-img {
    width: 29vw;
  }

  .character-nav1 .character-nav-box .character-nav-img {
    width: 25vw;
  }
  
  .character-container {
    width: 100%;
    height: 210vw;
    margin: 0 auto;
    position: relative;
  }
  
  .character-box-inner {
    position: relative;
  }
  
  .character-box {
    width: 100%;
  }
  
  .character-img-box {
    width: 50vw;
    position: relative;
    z-index: 2;
    left: 25vw;
  }
  
  .character-txt-box {
    width: 90vw;
    height: auto;
    margin: 8vw auto 0;
    padding: 5%;
    position: relative;
    top: auto;
    left: auto;
  }
  
  .character-txt-box::after {
    width: 105px;
    height: 82px;
    top: -10px;
    right: -8px;
    background: url(../img/character/frame_top.png) no-repeat;
    background-size: cover;
    pointer-events: none;
  }
  
  .character-txt-box::before {
    width: 105px;
    height: 82px;
    bottom: -9px;
    left: -8px;
    background: url(../img/character/frame_bottom.png) no-repeat;
    background-size: cover;
    pointer-events: none;
  }
  
  .character-name {
    font-size: 20px;
    padding: 0 0 6%;
  }
  
  .character-cv {
    font-size: 14px;
    line-height: 1em;
    padding: 0 0 15%;
  }
  
  .character-txt {
    font-size: 13px;
    line-height: 2em;
  }
  
  .character-bg {
    width: 100vw;
    height: 92vw;
    top: 15vw;
    left: 0;
  }
  
  .character-bg-txt {
    font-size: 42px;
    width: 100%;
    text-align: right;
  }
  
  .character-next {
    width: 14px;
    top: 55vw;
    right: 5vw;
  }
  
  .character-prev {
    width: 14px;
    top: 55vw;
    left: 5vw;
  }
  
}

/****************************************************************************************************


▲△▲△▲△ CHARACTER ここまで　▲△▲△▲△


****************************************************************************************************/
/****************************************************************************************************


▼▽▼▽▼▽ KEYWORD ここから　▼▽▼▽▼▽


****************************************************************************************************/
/**************************************************

KEYWORD - pc

**************************************************/
#keyword {
  font-family: 'Noto Serif JP', sans-serif;
}

#keyword #contents-header {
  background: url(../img/keyword/header.jpg) no-repeat;
  background-size: cover;
}

.keyword-container {

}

.keyword-box {
  width: 800px;
  margin: 0 auto 100px;
}

.keyword-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 30px;
}

.keyword-ttl::before {
  content: "";
  display: block;
  width: 110px;
  height: 15px;
  background: url(../img/keyword/frame_left.png) no-repeat;
  background-size: cover;
  margin: 0 20px 0 0;
}

.keyword-ttl::after {
  content: "";
  display: block;
  width: 110px;
  height: 15px;
  background: url(../img/keyword/frame_right.png) no-repeat;
  background-size: cover;
  margin: 0 0 0 20px;
}

.keyword-box-inner {

}

.keyword-img-layout {
  display: flex;
  flex-wrap: wrap;
}

.keyword-thumb {
  width: 300px;
}

.keyword-txt-box {
  font-size: 14px;
  line-height: 2em;
}

.keyword-img-layout .keyword-txt-box {
  width: 500px;
  padding: 0 0 0 40px;
}

/**************************************************

KEYWORD - sp

**************************************************/
@media all and (max-width:896px) {

  #keyword {
  }
  
  #keyword #contents-header {
    background: url(../img/keyword/header.jpg) center center no-repeat;
    background-size: cover;
  }
  
  .keyword-container {
  
  }
  
  .keyword-box {
    width: 90%;
    margin: 0 auto 15%;
  }
  
  .keyword-ttl {
    font-size: 18px;
    line-height: 1.5em;
    align-items: center;
    margin: 0 auto 6%;
  }
  
  .keyword-ttl::before {
    width: 55px;
    height: 7.5px;
    background-size: cover;
    margin: 0 5% 0 0;
  }
  
  .keyword-ttl::after {
    width: 55px;
    height: 7.5px;
    background-size: cover;
    margin: 0 0 0 5%;
  }
  
  .keyword-box-inner {
  
  }
  
  .keyword-img-layout {
  display: block;
  }
  
  .keyword-thumb {
    width: 80%;
    margin: 0 auto 5%;
  }
  
  .keyword-txt-box {
    font-size: 14px;
    line-height: 2em;
  }
  
  .keyword-img-layout .keyword-txt-box {
    width: 100%;
    padding: 0;
    font-size: 13px;
  }
  
}


/****************************************************************************************************


▲△▲△▲△ KEYWORD ここまで　▲△▲△▲△


****************************************************************************************************/
/****************************************************************************************************


▼▽▼▽▼▽ BOOKS ここから　▼▽▼▽▼▽


****************************************************************************************************/
/**************************************************

BOOKS - pc

**************************************************/
#books {
  font-family: 'Noto Serif JP', sans-serif;
}

#books #contents-header {
  background: url(../img/books/header.jpg) no-repeat;
  background-size: cover;
}

.books-container {
  padding: 0 0 80px;
}

.books-top-txt {
  font-size: 18px;
  padding: 30px 0 10px;
  text-align: center;
}

.books-box-container {

}

.books-box {
  width: 360px;
  background: #f2f2f2;
  margin: 20px;
}

.books-box-img {
  width: 160px;
}

.books-box-detail {
  width: 200px;
  font-size: 10px;
  padding: 15px 15px 65px;
  position: relative;
}

.books-box-maker {
  padding: 0 0 15px;
}

.books-box-ttl {
  font-size: 16px;
  line-height: 1.2em;
}

.books-box-ttl .sub-ttl {
  font-size: 70%;
}

.books-box-author {
  padding: 5px 0 30px;
}

.books-box-txt {
  
}

.books-box-link {
  width: calc(100% - 30px);
  text-align: center;
  padding: 10px;
  color: #f2f2f2;
  background: #202020;
  position: absolute;
  left: 15px;
  bottom: 15px;
  transition: all .3s ease;
}

@media all and (min-width:897px) {

  .books-box-link:hover {
    background: #ae9c64;
    border-radius: 30px;
  }

}

/**************************************************

BOOKS - sp

**************************************************/
@media all and (max-width:896px) {
  #books {
  }
  
  #books #contents-header {
    background: url(../img/books/header.jpg) center center no-repeat;
    background-size: cover;
  }
  
  .books-container {
    padding: 0 0 15%;
  }
  
  .books-top-txt {
    font-size: 14px;
    padding: 5% 0 3%;
    text-align: center;
    line-height: 1.5em;
  }
  
  .books-box-container {
  width: 94%;
  margin: 0 auto;
  }
  
  .books-box {
    width: 46%;
    background: #f2f2f2;
    margin: 2%;
  }
  
  .books-box-img {
    width: 100%;
  }
  
  .books-box-detail {
    width: 100%;
    font-size: 10px;
    padding: 5% 5% calc(50px + 10%);
  }
  
  .books-box-maker {
    padding: 0 0 5%;
  }
  
  .books-box-ttl {
    font-size: 13px;
    line-height: 1.5em;
  }
  
  .books-box-author {
    padding: 0 0 10%;
    font-size: 8px;
  }
  
  .books-box-txt {
    
  }
  
  .books-box-link {
    width: calc(100% - 10%);
    left: 5%;
    bottom: 5%;
    transition: none;
  }
  
  
}


/****************************************************************************************************


▲△▲△▲△ BOOKS ここまで　▲△▲△▲△


****************************************************************************************************/
/****************************************************************************************************


▼▽▼▽▼▽ PRODUCTS ここから　▼▽▼▽▼▽


****************************************************************************************************/
/**************************************************

PRODUCTS - pc

**************************************************/
#products {
  font-family: 'Noto Serif JP', sans-serif;
}

#products #contents-header {
  background: url(../img/products/header.jpg) no-repeat;
  background-size: cover;
}

#products-nav {
  margin: 0 auto 50px;
}

.products-nav-box {
  margin: 0 20px;
}

.products-nav-link {
  width: 200px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border: 2px solid;
  color: #000;
  padding: 12px 0;
}

.products-nav-link.line2 {
  padding: 5px 0;
}

.products-nav-link span {
  display: block;
  font-size: 50%;
  padding: 0 0 1px;
}

.products-nav-link.act {
  color: #fff;
  background: #ae9c64;
  border-color: #ae9c64;
}

@media all and (min-width:897px) {

  .products-nav-link:hover {
    color: #fff;
    background: #ae9c64;
    border-color: #ae9c64;
  }

}

/*
LIST
**********/
.products-container {

}

.products-box-container {
  padding: 50px 0 0 0;
}

.products-box {
  width: 320px;
  margin: 0 15px 40px;
}

.products-box-link {

}

.products-box-thumb {
  width: 320px;
  height: 320px;
  overflow: hidden;
}

.products-box-thumb-bd {
  width: 320px;
  height: auto;
  overflow: hidden;

}

.products-box-thumb.est {
  width: 320px;
  height: 180px;
  overflow: hidden;
}

.products-box-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-box-ttl {
  line-height: 1.5em;
  color: #222;
  padding: 10px 0 0;
  font-size: 14px;
}

.products-box-txt {
  line-height: 1.5em;
  color: #444;
  padding: 10px 0 0;
  font-size: 12px;
}

/*
DETAIL
**********/
/*
detail
-------------------------------*/
#products-detail-container {
  width: 1100px;
  margin: 50px auto;
  justify-content: space-between;
  align-items: flex-start;
}

#products-detail-container-inner {
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 50px;
}

#products-detail-thumb-container {
  width: 500px;
}

#products-detail-thumb {
  width: 500px;
  height: 500px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

#products-detail-thumb.est {
  height: calc(500px * .5625);
}

.products-est-movie {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#products-detail-thumb-bd {
  width: 500px;
  height: auto;
  position: relative;
  overflow: hidden;
}

#products-detail-thumb-bd::after {
  content: "";
  display: block;
  padding-top: 124.513618677%;
}

.products-detail-thumb-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: contain;
  opacity: 0;
}

#products-detail-thumb-nav {
  margin: 10px 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#products-detail-thumb-nav.bddvd {
  display: none;
}

.products-detail-thumb-nav-box {
  width: 80px;
  height: 80px;
  /* border: 1px solid #eee; */
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 12.5px;
  background: #fff;
}

.products-detail-thumb-nav-box:not(:nth-child(5n)) {
  margin-right: 12.5px;
}

.products-detail-thumb-nav-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.products-detail-thumb-nav-box.act::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border: 2px solid #000;
  background: rgba(0,0,0,.3)
}

.products-detail-thumb-nav-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#products-detail-spec-container {
  width: 600px;
  position: relative;
  padding: 0 0 0 50px;
}

#products-detail-spec-container::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover;
  position: absolute;
  top: -5px;
  left: -5px;
  pointer-events: none;
}

#products-detail-spec-container::before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  background-size: cover;
  position: absolute;
  bottom: -5px;
  right: -5px;
  pointer-events: none;
}

#products-detail-spec-header {
  width: 100%;
  padding: 10px 0;
  border-top: 2px solid #fff;
  border-bottom: 1px solid rgba(255,255,255,.3);
  justify-content: space-between;
  align-items: center;
}

.products-detail-cat {
  background: #664816;
  text-align: center;
  padding: 3px 10px;
  color: #fff;
  font-size: 11px;
}

#products-detail-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 0 15px;
}

.products-detail-sub-ttl{
  font-weight: bold;
  line-height: 1.5em;
  font-size: 14px;
  color: #dc2378;
}

.products-detail-artist {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 0 20px;
  color: #ae9c64;
}

#products-detail-spec-main {
}

#products-detail-spec-main {
  font-size: 13px;
  line-height: 1.5em;
}

#products-detail-spec {
  padding: 0 0 20px;
  font-size: 13px;
}

.products-detail-spec-ttl {
  /* border: 1px solid #fff; */
  padding: 5px 10px;
  display: inline-block;
  background: #202020;
  color: #f2f2f2;
  font-size: 12px;
  line-height: 1em;
}

.products-detail-spec-txt {
  padding: 10px 0 25px;
  font-size: 13px;
  line-height: 1.8em;
}

#products-detail-spec-contents {
  padding: 0 0 50px;
}

#products-detail-spec-link {
  display: table;
  margin: 0 auto 30px;
  border: 1px solid #b2b2b2;
  color: #fff;
  width: 50%;
  text-align: center;
  padding: 10px 0;
}

#products-detail-spec-footer {
  border-top: 1px solid #f1f1f1;
  padding: 10px 0 0;
}

.products-detail-txt {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.5em;
}

.products-est-detail-ttl {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 10px 8px;
  margin: 0 10px 10px 0;
  line-height: 1em;
}

.products-detail-tokuten-container {
  background: rgba(174,156,100,.8);
  padding: 50px;
  color: #fff;
  line-height: 2em;
  font-size: 14px;
}

.products-detail-tokuten-block {
  margin: 0 0 30px;
}

.products-detail-tokuten-block strong {
  font-size: 120%;
}

/**************************************************

PRODUCTS - sp

**************************************************/
@media all and (max-width:896px) {
  #products {
  }
  
  #products #contents-header {
    background: url(../img/products/header.jpg) center center no-repeat;
    background-size: cover;
  }
  
  /*
  LIST
  **********/
  .products-container {
  padding: 0 0 10vw;
  }
  
  .products-box-container {
    padding: 8% 0 0;
    width: 94%;
    margin: 0 auto;
  }
  
  .products-box {
    width: 46%;
    margin: 2%;
  }
  
  .products-box-link {
  width: 100%;
  }
  
  .products-box-thumb {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }

  .products-box-thumb.est {
    width: 100%;
    height: auto;
  }
  
  .products-box-thumb-bd {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  
  .products-box-thumb::after {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .products-box-thumb.est::after {
    padding-top: 56.25%;
  }

  .products-box-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .products-box-thumb-img.bd {
    width: 100%;
    height: auto;
    position: initial;
  }
  
  .products-box-ttl {
    padding: 5% 0 0;
    font-size: 13px;
  }

  .products-box-txt {
    padding: 5% 0 0;
    font-size: 10px;
  }
  
  
  /*
  #goods-detail
  -------------------------------*/
  #products-detail-container {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  #products-detail-container-inner {
    display: block;
    padding: 0;
  }
  

  #products-detail-thumb-container {
    width: 100%;
    margin: 0 0 10%;
  }

  #products-detail-thumb {
    width: 100%;
    height: auto;
    position: relative;
  }

  #products-detail-thumb.est {
    height: calc(90vw * .5625);
  }
  
  
  #products-detail-thumb-bd {
    width: 100%;
    height: auto;
    position: relative;
  }

  
  #products-detail-thumb::after {
    content: "";
    display: block;
    padding-top: 100%;
  }

  #products-detail-thumb-bd::after {
  }

  #products-detail-thumb-nav {
    margin: 10px 0;
    justify-content: flex-start;
  }

  .products-detail-thumb-nav-box {
    width: 19%;
    height: auto;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    margin-bottom: 2.5%;
  }
  
  .products-detail-thumb-nav-box:not(:nth-child(5n)) {
    margin-right: 1.25%;
  }
  
  .products-detail-thumb-nav-box::before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .products-detail-thumb-nav-box.not::after {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    background: #fff;
    position: absolute;
    transform: rotate(-45deg);
    top: calc(50% - .5px);
    left: calc(50% - 55px);
    opacity: .2;
  }

  .products-detail-thumb-nav-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #products-detail-spec-container {
    width: 100%;
    position: relative;
    padding: 0;
  }

  #products-detail-spec-header {
    width: 100%;
    padding: 0;
  }
  
  #products .news-detail-share {
    position: initial;
    display: flex;
  }
  
  #products .news-detail-share-txt {
    transform: none;
  }
  
  #products .news-detail-share-container {
    width: 90px;
    display: flex;
  }
  
  #products .news-detail-share-container li {
    margin: 0 3%;
  }

  #products-detail-ttl {
    font-size: 18px;
    padding: 0 0 5%;
    font-weight: bold;
    line-height: 1.5em;
  }
  
  .products-detail-artist {
    font-size: 16px;
    padding: 0 0 5%;
  }

  #products-detail-spec-main {
    padding: 5% 0 0;
  }

  #products-detail-spec-main {
    font-size: 12px;
    line-height: 1.5em;
  }

  #products-detail-spec {
    padding: 0 0 20px;
  }

  #products-detail-spec-txt {
    padding: 0 0 30px;
  }

  #products-detail-spec-link {
    border: 1px solid #fff;
    color: #fff;
  }

  #products-detail-spec-footer {
    border-top: 1px solid #f1f1f1;
    padding: 10px 0 0;
  }

  .products-detail-cat {
    padding: 2px 8px;
    font-size: 10px;
  }

  #products-detail-spec-main {
    padding: 5% 0 0;
  }

  #products-detail-spec-main {
    font-size: 11px;
    line-height: 1.5em;
  }

  #products-detail-spec {
    padding: 0 0 20px;
    font-size: 11px;
  }

  .products-detail-spec-ttl {
    padding: 4px 10px;
    display: inline-block;
  }

  .products-detail-spec-txt {
    padding: 5px 0 15px;
    font-size: 13px;
  }

  #products-detail-spec-contents {
    padding: 0 0 15%;
  }
  
  #bddvd-tag-container {
    margin: 0 auto 8%;
  }

  .products-tokuten-btn {
    margin: 0 2vw;
  }

  .products-tokuten-link-btn {
    width: 40vw;
    height: 40px;
    padding: 13px;
    font-size: 12px;
  }

  .products-tokuten-link-btn:hover {
    background: none;
    color: #fff;
  }

  #bddvd-tokuten-container {
    width: 90vw;
    margin: 0 auto;
    font-size: 12px;
  }
  
  #bddvd-tokuten-container h4 {
    font-size: 120%;
    color: #b6a051;
  }

  .products-detail-tokuten-container {
    padding: 5%;
    font-size: 12px;
  }

  .products-detail-tokuten-container img {
    max-width: 100%;
    height: auto;
  }

  .products-detail-tokuten-block {
    margin: 0 0 8%;
  }

  .products-detail-tokuten-block a {
    white-space: nowrap;
  } 
  
  #products-nav {
    margin: 0 auto 10%;
    width: 94%;
  }

  .products-nav-box {
    width: 31%;
    margin: 1%;
  }

  .products-nav-link {
    width: 100%;
  }
  
  
  
}


/****************************************************************************************************


▲△▲△▲△ PRODUCTS ここまで　▲△▲△▲△


****************************************************************************************************/
/****************************************************************************************************


▼▽▼▽▼▽ GOODS ここから　▼▽▼▽▼▽


****************************************************************************************************/
/**************************************************

GOODS - pc

**************************************************/
#goods {
  font-family: 'Noto Serif JP', sans-serif;

}

#goods #contents-header {
  background: url(../img/goods/header.jpg) no-repeat;
  background-size: cover;
}

#goods-box-container {
  width: 1050px;
  margin: 0 auto;
}

.goods-box {
  width: 320px;
  margin: 0 15px 50px;
}

.goods-box-link {
  
}

.goods-thumb {
  width: 320px;
  height: 320px;
  background-size: cover;
}

.goods-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.goods-box-ttl {
  line-height: 1.5em;
  color: #222;
  padding: 10px 0 0;
  font-size: 14px;
}

#goods .posts-nav {
  justify-content: center;
  padding: 50px 0 0;
}

/*
detail
-------------------------------*/
#goods-detail-container {
  width: 980px;
  margin: 50px auto;
  justify-content: space-between;
  align-items: flex-start;
}

#goods-detail-thumb-container {
  width: 450px;
}

#goods-detail-thumb {
  width: 450px;
  height: 450px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.goods-detail-thumb-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: contain;
  opacity: 0;
}

#goods-detail-thumb-nav {
  margin: 10px 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.goods-detail-thumb-nav-box {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 12.5px;
  background: #fff;
}

.goods-detail-thumb-nav-box:not(:nth-child(5n)) {
  margin-right: 12.5px;
}

.goods-detail-thumb-nav-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.goods-detail-thumb-nav-box.act::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border: 2px solid #000;
  background: rgba(0,0,0,.3)
}

.goods-detail-thumb-nav-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#goods-detail-spec-container {
  width: 460px;
  position: relative;
}

#goods-detail-spec-container::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover;
  position: absolute;
  top: -5px;
  left: -5px;
  pointer-events: none;
}

#goods-detail-spec-container::before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  background-size: cover;
  position: absolute;
  bottom: -5px;
  right: -5px;
  pointer-events: none;
}

#goods-detail-spec-header {
  width: 100%;
  padding: 10px 0;
  border-top: 2px solid #fff;
  border-bottom: 1px solid rgba(255,255,255,.3);
  justify-content: space-between;
  align-items: center;
}

.goods-detail-cat {
  background: #664816;
  text-align: center;
  padding: 3px 10px;
  font-size: 11px;
}

#goods-detail-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 0 15px;
}

.goods-detail-artist {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 0 20px;
}

#goods-detail-spec-main {
  padding: 30px 0 0;
}

#goods-detail-spec-main {
  font-size: 13px;
  line-height: 1.5em;
}

#goods-detail-spec {
  padding: 0 0 20px;
  font-size: 13px;
}

.goods-detail-spec-ttl {
  border: 1px solid #fff;
  padding: 2px 10px;
  display: inline-block;
}

.goods-detail-spec-txt {
  padding: 10px 0 20px;
  font-size: 13px;
  line-height: 1.8em;
}

#goods-detail-spec-contents {
  padding: 0 0 50px;
}

#goods-detail-spec-link {
  display: table;
  margin: 0 auto 30px;
  border: 1px solid #b2b2b2;
  width: 50%;
  text-align: center;
  padding: 10px 0;
}

#goods-detail-spec-footer {
  border-top: 1px solid #f1f1f1;
  padding: 10px 0 0;
}

#bddvd-tag-container {
  margin: 0 auto 30px;
}

.goods-tokuten-btn {
  margin: 0 10px;
}

.goods-tokuten-link-btn {
  width: 180px;
  height: 40px;
  padding: 13px;
  text-align: center;
  border: 1px solid #fff;
}

.goods-tokuten-link-btn.act,
.goods-tokuten-link-btn:hover {
  background: #fff;
  color: #000;
}




/**************************************************

GOODS - sp

**************************************************/
@media all and (max-width:896px) {
  #goods-box-container {
    width: 94%;
    margin: 0 auto;
  }
  
  .goods-box {
    width: 46%;
    margin: 2%;
  }
  
  .goods-box-link {
    width: 100%;
  }
  
  .goods-thumb {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }

  .goods-thumb::after {
    content: "";
    display: block;
    padding-top: 100%;
  }
  
  .goods-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  
  .goods-box-ttl {
    padding: 5% 0 0;
    font-size: 13px;
  }
  
  #goods .posts-nav {
    justify-content: center;
    padding: 50px 0 0;
  }
  
}


/****************************************************************************************************


▲△▲△▲△ GOODS ここまで　▲△▲△▲△


****************************************************************************************************/
/****************************************************************************************************


▼▽▼▽▼▽ MOVIE ここから　▼▽▼▽▼▽


****************************************************************************************************/
/**************************************************

MOVIE - pc

**************************************************/
#movie {
  font-family: 'Noto Serif JP', sans-serif;

}

#movie #contents-header {
  background: url(../img/movie/header.jpg) no-repeat;
  background-size: cover;
}

#movies-box-container {
  width: 1040px;
  margin: 0 auto;
}

#movies-box-container .movies-box {
  margin: 0 20px 40px;
}

.movies-box {
  margin: 0 20px;
}

.movies-box-thumb {
  width: 480px;
  height: 270px;
  background: #000;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.movies-box-thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  pointer-events: none;
}

.movies-box-thumb::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.movies-icon {
  position: absolute;
  z-index: 2;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}

.movies-box-txt {
  line-height: 1.5em;
  color: #222;
  padding: 10px 0 0;
  font-size: 14px;
}

.movies-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}


/**************************************************

MOVIE - sp

**************************************************/
@media all and (max-width:896px) {
  #movies-box-container {
    width: 100%;
    margin: 0 auto;
  }
  
  #movies-box-container .movies-box {
    margin: 0 auto 8%;
  }
  
  .movies-box {
    margin: 0 auto 5%;
  }
  
  .movies-box-thumb {
    width: 90vw;
    height: calc(90vw * .5625);
  }
  
  .movies-box-thumb::before {
  }
  
  .movies-box-thumb::after {
  }
  
  .movies-icon {
    position: absolute;
    z-index: 2;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
  
  .movies-box-txt {
    padding: 5px 0;
    font-size: 13px;
  }
  
  .movies-thumb-img {
  }
  
  .youtube {
  }
  
}


/****************************************************************************************************


▲△▲△▲△ MOVIE ここまで　▲△▲△▲△


****************************************************************************************************/
/****************************************************************************************************


▼▽▼▽▼▽ SPECIAL ここから　▼▽▼▽▼▽


****************************************************************************************************/
/**************************************************

SPECIAL - pc

**************************************************/
#special {
  font-family: 'Noto Serif JP', sans-serif;

}

#special #contents-header {
  background: url(../img/special/header.jpg) no-repeat;
  background-size: cover;
}

.special-contents-inner {
  width: 1120px;
  margin: 0 auto;
}

.special-box {
  width: 520px;
  margin: 0 20px 50px;
}

.special-box-link {

}

.special-box-thumb {
  position: relative;
  width: 100%;
}

.special-box-thumb::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.special-box-thumb-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.special-box-ttl {
  line-height: 1.5em;
  color: #222;
  padding: 10px 0 0;
  font-size: 14px;
}

.blank-icon {
  width: 12px;
  display: inline-block;
  margin: 0 0 0 5px;
}

/**************************************************

SPECIAL - sp

**************************************************/
@media all and (max-width:896px) {
  #special {
  
  }
  
  #special #contents-header {
    background: url(../img/special/header.jpg) center center no-repeat;
    background-size: cover;
  }
  
  .special-contents-inner {
    width: 90%;
  }
  
  .special-box {
    width: 100%;
    margin: 0 auto 8%;
  }
  
  .special-box-link {
  
  }
  
  .special-box-thumb {
  }  
  
  .special-box-thumb-img {
  }
  
  .special-box-ttl {
    padding: 5% 0 0;
    font-size: 13px;
  }
  
  .blank-icon {
    width: 12px;
    display: inline-block;
    margin: 0 0 0 5px;
  }
  
}


/****************************************************************************************************


▲△▲△▲△ SPECIAL ここまで　▲△▲△▲△


****************************************************************************************************/
/****************************************************************************************************


▼▽▼▽▼▽ PRIVACY POLYCYここから　▼▽▼▽▼▽


****************************************************************************************************/
/**************************************************

PRIVACY POLYCY - pc

**************************************************/
#pp {
  padding: 0 0 100px;
  
}

#pp #contents-header {
  background: url(../img/pp/header.jpg) center center no-repeat;
  background-size: cover;
}

#pp #contents-header-ttl {
}

.pp-block {
  width: 800px;
  margin: 30px auto;
  position: relative;
  line-height: 2em;
}

.pp-block-ttl {
  padding: 10px 20px;
  color: #f2f2f2;
  background: #202020;
  font-size: 18px;
  margin: 0 0 20px;
}

.pp-block-lead {
  padding: 0 0 20px;
  font-size: 14px;
  font-weight: bold;
}

.pp-list {
}

.pp-item {
  text-indent: -1.5em;
  padding: 0 0 0 1.5em;
}

.pp-txt {
}

.pp-txt a {
    color: #e4007f;
}

/**************************************************

PRIVACY POLYCY - sp

**************************************************/
@media all and (max-width:896px) {

  #pp {
    padding: 0 0 20%;
  }

  .pp-block {
    width: 90%;
    margin: 0 auto 10% auto;
  }

  .pp-block-ttl {
    padding: 3% 5%;
    font-size: 16px;
    margin: 0 0 8%;
  }

  .pp-block-lead {
    padding: 0 0 5%;
    font-size: 13px;
  }

  .pp-list {
  }

  .pp-item {
    text-indent: -1.5em;
    padding: 0 0 0 1.5em;
    font-size: 12px;
  }

  .pp-txt {
    font-size: 12px;
  }

}

/****************************************************************************************************


▲△▲△▲△ PRIVACY POLYCYここまで　▲△▲△▲△


****************************************************************************************************/