@charset "utf-8";

/* 共通 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  color: #222;
  font: 16px/2 'Droid Sans', "Helvetica Neue", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, "M+ 1p", sans-serif;  
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1000px;
}

.hide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
}

.sns {
  font-size: 0;
}

.sns li {
  margin-right: 8px;
}

.pattern-after {
  position: relative;
  width: 100%;
  height: 100%;
	margin: 0 auto;
	padding: 5% 0 0;
}

.pattern-after svg {
  display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.title {
  margin: 0 auto 56px;
}

.subtitle {
  margin-bottom: 32px;
}

.subtitle img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.col2,
.col3 {
  overflow: hidden;
}

.coming-soon {
  text-align: center;
  padding-bottom: 1em;
  font-size: 2em;
  line-height: 1;
}

/*-- PC時のみ --*/
@media screen and (min-width:769px) {
  #staff .staff-name a:hover,
  .g-nav a:hover,
  .sound-container:hover,
  #news dl a:hover,
  .news-more-btn:hover,
  .story-cover:hover,
  .staff-name a:hover,
  .thumb-item-nav li:hover,
  .more-btn:hover,
  .prefecture:hover,
  .store-map:hover,
  .store-map-list a:hover,
  .book-cover a:hover,
  .book-title a:hover,
  .book-detail-btn a:hover,
  .online-list li:hover,
  .others-column:hover,
  .company a:hover,
  .totop:hover {
    opacity: .6;
    transition: .2s;
  }
  
  .news-more-btn,
  .thumb-item-nav li,
  .more-btn,
  .prefecture,
  .store-map {
    cursor: pointer;
  }
  
  .sp-only {
    display: none;
  }
}

/*-- 1000px以下げ画面切れる時 --*/
@media screen and (max-width:1000px) {
  .wrapper {
    padding: 0 16px;
  }
}

/*-- SP タブレット時のみ --*/
@media screen and (max-width:768px) {
  body {
    font-size: 12px;
  }
  
  .container {
    padding-top: 16px;
  }
  
  .pc-only {
    display: none;
  }
  
  .title {
    margin: 0 auto 4%;
  }

  .subtitle {
    margin-bottom: 24px;
  }

  .subtitle img {
    margin: 0 auto;
  }
  
  .sp-br {
    display: none;
  }
  
  .coming-soon {
    font-size: 1.5em;
    padding-bottom: 24px;
  }
}


/* ヘッダー */
.top-catch {
  background: #222;
  padding: 16px 16px 20px;
}

.top-catch img {
  margin: 0 auto;
  max-width: 1704px;
  width: 100%;
  height: auto;
}

/*.hero {
  background: url(../img/hero.jpg) no-repeat 0 0;
  position: relative;
  background-size: cover;
  padding-top: 39.79%;
  width: 100%;
}*/

.hero {
  position: relative;
}

.hero-img {
  height: auto;
  width: 100%;
}

#header .sns {
  position: absolute;
  right: 32px;
  top: 32px;
}

#header .sns li {
  display: block;
  float: left;
}

.sns li:last-child {
  margin-right: 0;
}

.official-twitter {
  line-height: 18px;
}

.official-twitter a {
  font-size: 11px;
  font-weight: bold;
  background: #e70909;
  border-radius: 3px;
  color: #fff;
  padding: 1px 8px;
  display: block;
}

@media screen and (max-width:1500px) {
	#header .sns {
		right: 0;
		top: 8px;
	}
	#header .sns li:last-child {
  margin-right: 8px;
}
}
@media screen and (max-width:1000px) {
  .top-catch {
    padding: 8px 16px 12px;
  }
}

@media screen and (max-width:768px) {
  /*.hero {
    background: url(../img/hero@2x.jpg) no-repeat 0 0;
    background-size: cover;
    padding-top: 105.5%;
    width: 100%;
  }*/
}
@media screen and (max-width:480px) {  
  #header .sns li {
	  float: right;
    margin-bottom: 8px;
  }
}


/* ナビ */
.g-nav {
  background: #f6ff00;
  width: 100%;
}

.nav-flex {
	align-items: center;
  display: -webkit-box; /* before Android4.3 iOS6:Safari */
  display: -ms-flexbox; /* IE10 */
  display: -webkit-flex; /* Pc-safari */
  display: flex;
  justify-content: space-between;
}

.g-nav a {
  display: block;
  padding: 18px 0 20px;
}

@media screen and (max-width:768px) {
  .open {
    height: 50px;
    width: 100%;
    font-size: 0;
    position: relative;
  }
  
  .mark {
    display: block;
    transition: all .4s;
    position: absolute;
    width: 50px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    background: #353333;
  }
  
  .mark:nth-of-type(1) {
    top: 13px;
  }
  
  .mark:nth-of-type(2) {
    top: 24px;
  }
  
  .mark:nth-of-type(3) {
    bottom: 14px;
  }
  
  .close {
    background: rgba(34,34,34,.5);
  }
  
  .close .mark:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    top: 4px;
  }
  
  .close .mark:nth-of-type(2) {
    opacity: 0;
  }
  
  .close .mark:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    bottom: 5px;
  }
  
  .nav-flex {
    display: block;
		padding: 20px 0;
    width: 100%;
  }
  
  .nav-flex li {
    padding: 20px 0;
  }
  
  .nav-flex li:nth-child(5) {
    border-left: none;
  }
  
  .g-nav a {
    padding: 0;
  }
  
  .nav-flex li img {
    margin: 0 auto;
  }
  
  .nav-flex li:nth-child(1) img,
  .nav-flex li:nth-child(2) img,
  .nav-flex li:nth-child(6) img {
    height: 15px;
    width: auto;
  }
	
	.nav-flex li:nth-child(3) img,
	.nav-flex li:nth-child(4) img,
	.nav-flex li:nth-child(5) img {
		height: 32px;
    width: auto;
	}
	
  .nav-flex li:nth-child(7) img {
    height: 15px;
    width: auto;
  }
  
  .nav-flex li:nth-child(8) img {
    height: 14px;
    width: auto;
  }
}


/* 音声・動画 */
/*.sound-container {
  border: 3px solid #e70909;
  margin: 2em auto 64px;
  height: auto;
  max-width: 566px;
}*/

.sound-container {
  margin: 2em auto 64px;
  height: auto;
  max-width: 560px;
}

.sound-container img {
  width: 100%;
  height: auto;
}

/*.movie-wrapper {
  max-width: 560px;
  margin: 2em auto 64px;
}

.movie-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

.mejs-overlay-button {
  opacity: 0;
}

@media screen and (max-width:768px) {
  #movie {
    padding: 0 16px;
  }
  
  .sound-container {
    margin: 2em auto 3em;
  }
  
  .movie-wrapper {
    margin: 2em auto 3em;
  }
  
  .sound-container video{
    width: 100%;
    height: auto;
  }
}
 

/* ニュース */
#news .title {
  background: url(../img/news-title.png) no-repeat;
  height: 40px;
  width: 166px;
}

#news dl {
  overflow: hidden;
}

#news dl a {
  color: #222;
  border-bottom: 3px solid #f6ff00;
}

#news dt {
  float: left;
  font-weight: bold;
  width: 6.25em;
}

#news dd {
  margin-bottom: 2rem;
  overflow: hidden;
}

.news-em {
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.6;
}

/*.news-contents-text {
  float: left;
  margin-right: 16px;
}*/

.news-contents-text {
  margin-bottom: 0.3em;
}

.news-contents-img img {
  max-width: 360px;
  width: 100%;
  height: auto;
}

.news-contents-2img {
  font-size: 0;
}

.news-contents-2img img {
  max-width: 120px;
  display: inline-block;
}

.news-img-shadow {
  display: inline-block;
}

.news-img-shadow:nth-of-type(2) {
  margin-left: 1em;
}

.news-img-shadow img {
  border: 1px solid #ddd;
}

.news-more-btn {
  background: #f6ff00;
  text-align: center;
  position: relative;
  color: #000;
  font-weight: bold;
  margin-bottom: 24px;
  padding: 0.75em;
  border-radius: 3px;
  font-size: 1.125em;
}

.news-more-btn:after {
  content: '';
  display: block;
  background: url(../img/arrow-right.png) no-repeat;
  width: 11px;
  height: 20px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
}

.news-up:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width:900px) {
  .news-img-shadow:nth-of-type(2) {
    margin-left: 0;
    margin-top: 1em;
  }
}

@media screen and (max-width:768px) {
  #news .title {
    background-size: cover;
    height: 20px;
    width: 83px;
  }
  
  #news dt {
    float: none;
    width: 100%;
  }
  
  #news dd {
    margin-bottom: 1rem;
  }
  
  .news-more-btn:after {
    right: 24px;
  }
}

@media screen and (max-width:480px) {
  .news-em {
    font-size: 1.3em;
  }
}


/* ストーリー */
#story {
  background: url(../img/pattern_k.svg) no-repeat center 0;
  background-size: cover;
  position: relative;
}

#story:before {
  content: '';
  background: #fff;
  height: 2px;
  position: absolute;
  top: 0;
  width: 100%;
}

#story:after {
  content: '';
  background: #fff;
  height: 2px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#story .title {
  background: url(../img/story-title.png) no-repeat;
  height: 40px;
  width: 169px;
}

#story .subtitle {
  background: url(../img/story-subtitle.png) no-repeat;
  background-size: cover;
  padding-top: 4.6%;
  width: 100%;
}

#story .col2 {
  padding-bottom: 24px;
}

#story .col2:first-of-type {
  padding-bottom: 48px;
}

.story-cover,
.author-image {
  float: right;
}

.author-image {
	background: url(../img/author-image.jpg) no-repeat center center;
  background-size: cover;
	margin-left: 24px;
	height: 280px;
	width: 280px;
}

.story-text {
  color: #fff;
  font-size: 1.25em;
  overflow: hidden;
}

.author-txt {
	color: #fff;
	overflow: hidden;
}

.author-name {
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

@media screen and (max-width:1000px) {
  .story-cover {
    margin-left: 24px;
  }
}

@media screen and (max-width:768px) {
  #story .title {
    background-size: cover;
    height: 20px;
    width: 84px;
  }
  
  #story .subtitle {
    background: url(../img/story-subtitle@2x.png) no-repeat;
    background-size: cover;
    padding-top: 14.87%;
  }
  
  .story-cover {
    width: 140px;
    height: auto;
    margin-left: 16px;
  }
  
  .story-cover img {
    width: 100%;
    height: auto;
  }
	
	.author-image {
		margin-left: 16px;
		height: 140px;
		width: 140px;
	}
}

@media screen and (max-width:480px) {
  .story-cover {
    float: none;
    margin: 0 auto 16px;
  }
	
	.author-image {
		float: none;
    margin: 0 auto;
	}
	
	#story .col2:first-of-type {
		padding-bottom: 32px;
	}

	#story .genre {
		margin-bottom: 0.5em;
	}
	
	.author-name {
		font-size: 2em;
	}
}

/* スタッフ */
#staff .colabo-box .wrapper {
  padding: 0;
  overflow: hidden;
}

#staff {
  background: #fff;
  background-attachment: fixed;
  color: #fff;
/*  padding: 0 0 24px;*/
}

#staff .title {
  background: url(../img/staff-title.png) no-repeat;
  height: 65px;
  width: 188px;
}

#staff .subtitle {
  background: url(../img/staff-subtitle.png) no-repeat;
  background-size: cover;
  padding-top: 9%;
}

#staff .staff-name a {
  color: #fff;
  display: inline-block;
  border-bottom: 4px solid #fff76f;
}

.colabo-box {
  position: relative;
}

.colabo-box:after {
  background: url(../img/colabo-mark.png) no-repeat;
  bottom: -30px;
  content: '';
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 60px;
  z-index: 100;
}

.colabo-box:last-of-type:after {
  display: none;
}

.colabo-image {
  height: 400px;
  width: 280px;
}

#anime .colabo-image {
  background: url(../img/anime-image.png) no-repeat;
  background-size: cover;
}

#chara .colabo-image {
  background: url(../img/character-image.jpg) no-repeat;
  background-size: cover;
}

#song .colabo-image {
  background: url(../img/singer-image.jpg) no-repeat;
  background-size: cover;
}

#graphic {
  background: linear-gradient(to right, #222 50%,#fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#fff',GradientType=1 );
}

#graphic .wrapper {
  background: #222;
}

#anime {
  background: linear-gradient(to right, #fff 50%,#4f86c5 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#4f86c5',GradientType=1 );
}

#anime .wrapper {
  background: #4f86c5;
}

#chara {
  background: linear-gradient(to right, #797979 50%,#fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#fff',GradientType=1 );
}

#chara .wrapper {
  background: #797979;
}

#song {
  background: linear-gradient(to right, #fff 50%,#6c8f91 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#6c8f91',GradientType=1 );
}

#song .wrapper {
  background: #6c8f91;
}

#staff .colabo-txt {
  padding: 40px 40px 48px;
  overflow: hidden;
}

.genre {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

.staff-name {
  font-size: 3.75em;
  font-weight: bold;
  margin-bottom: 0.2em;
  line-height: 1;
}

#novel .staff-name {
  font-size: 4.375em;
  margin-bottom: 0.5em;
}

.song-fullname {
  font-size: 0.3em;
}

.staff-works {
  font-weight: bold;
  margin-bottom: 1.5em;
}

#novel .colabo-image,
#chara .colabo-image {
  float: right;
}

#anime .colabo-image,
#song .colabo-image {
  float: left;
}

/*.song-demo-sound {
  margin-top: 1em;
}*/

@media screen and (max-width:1000px) {
  #staff .colabo-txt {
    padding: 16px 16px 32px;
  }
}

@media screen and (max-width:768px) {
  #staff .title {
    background-size: cover;
    height: 32px;
    width: 94px;
  }

  #anime .colabo-image {
    background: url(../img/anime-image@2x.png) no-repeat;
    background-size: cover;
  }

  #chara .colabo-image {
    background: url(../img/character-image@2x.jpg) no-repeat;
    background-size: cover;
  }

  #song .colabo-image {
    background: url(../img/singer-image@2x.jpg) no-repeat;
    background-size: cover;
  }
  
  #staff .colabo-txt {
    overflow: visible;
  }
  
  .txt-container {
    height: 125px;
  }
  
  #anime .colabo-image,
  #song .colabo-image {
    margin-right: 16px;
  }
  
  #novel .staff-name {
    font-size: 3.75em;
  }
  
  .song-fullname {
    display: block;
    margin: 0 0 0.3em;
    text-align: center;
    font-size: 0.4em;
  }
  
  .colabo-image {
    height: 125px;
    width: 125px;
  }
  
  .colabo-box:after {
    background-size: cover;
    bottom: -15px;
    height: 30px;
    width: 30px;
  }
}

@media screen and (max-width:480px) {
  #staff .subtitle {
    background: url(../img/staff-subtitle@2x.png) no-repeat;
    background-size: cover;
    padding-top: 36.64%;
  }
  
  .genre {
    font-size: 1.25em;
    margin-bottom: 1em;
  }
  
  #novel .staff-name,
  .staff-name {
    font-size: 1.875em;
  } 
}


/* キャスト */
#cast {
  background: url(../img/pattern_y.svg) no-repeat center 0;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

#cast:before {
  content: '';
  background: #fff;
  height: 2px;
  position: absolute;
  top: 0;
  width: 100%;
}

#cast:after {
  content: '';
  background: #fff;
  height: 2px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#cast .title {
  background: url(../img/cast-title.png) no-repeat;
  height: 65px;
  width: 155px;
}

#cast .subtitle {
  background: url(../img/cast-subtitle.png) no-repeat;
  background-size: cover;
  padding-top: 4%;
}

.cast-flex {
  display: -webkit-box; /* before Android4.3 iOS6:Safari */
  display: -ms-flexbox; /* IE10 */
  display: -webkit-flex; /* Pc-safari */
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}

.cast-flex li {
  width: calc(90% / 3);
}

.cast-image {
  padding-top: 126%;
  width: 100%;
}

.kana {
  background: url(../img/kana-image.jpg) no-repeat;
  background-size: cover;
}

.miyu {
  background: url(../img/miyu-image.jpg) no-repeat;
  background-size: cover;
}

.hidenobu {
  background: url(../img/hidenobu-image.jpg) no-repeat;
  background-size: cover;
}

.cast-actor {
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  max-width: 300px;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin: 24px auto 10px;
}

.cast-character {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 0 24px;
}

.cast-works {
  font-size: 0.875em;
  margin-top: 1.5em;
  line-height: 1.6;
}

.cast-works-title {
  font-weight: bold;
  margin-bottom: 1em;
}

.cast-role {
  margin-bottom: 1em;
}

.cast-comment-sound {
  padding: 0.5em 0 1em;
}

/* audio */
.audioplayer
{
	height: 2.5em; /* 40 */
	color: #fff;
	/*text-shadow: 1px 1px 0 #000;*/
	/*border: 1px solid #222;*/
	position: relative;
	z-index: 1;
	background: #e70909;
}


	/* mini mode (fallback) */

	.audioplayer-mini
	{
		width: 2.5em; /* 40 */
		margin: 0 auto;
	}


	/* player elements: play/pause and volume buttons, played/duration timers, progress bar of loaded/played */

	.audioplayer > div
	{
		position: absolute;
	}


	/* play/pause button */

	.audioplayer-playpause
	{
		width: 2.5em; /* 40 */
		height: 100%;
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 2;
		top: 0;
		left: 0;
	}
		.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
		{
			border-right: 1px solid #fff;
			/*border-right-color: rgba( 255, 255, 255, .1 );*/
		}
		.audioplayer-mini .audioplayer-playpause
		{
			width: 100%;
		}
		/*.audioplayer-playpause:hover,
		.audioplayer-playpause:focus
		{
			background-color: #222;
		}*/
		.audioplayer-playpause a
		{
			display: block;
		}
		.audioplayer-stopped .audioplayer-playpause a
		{
			width: 0;
			height: 0;
			border: 0.5em solid transparent; /* 8 */
			border-right: none;
			border-left-color: #fff;
			content: '';
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -0.5em 0 0 -0.25em; /* 8 4 */
		}
		.audioplayer-playing .audioplayer-playpause a
		{
			width: 0.75em; /* 12 */
			height: 0.75em; /* 12 */
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -0.375em 0 0 -0.375em; /* 6 */
		}
			.audioplayer-playing .audioplayer-playpause a:before,
			.audioplayer-playing .audioplayer-playpause a:after
			{
				width: 40%;
				height: 100%;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 0;
			}
			.audioplayer-playing .audioplayer-playpause a:before
			{
				left: 0;
			}
			.audioplayer-playing .audioplayer-playpause a:after
			{
				right: 0;
			}


	/* timers */

	.audioplayer-time
	{
		width: 4.375em; /* 70 */
		height: 100%;
		line-height: 2.375em; /* 38 */
		text-align: center;
		z-index: 2;
		top: 0;
	}
		.audioplayer-time-current
		{
			/*border-left: 1px solid #111;
			border-left-color: rgba( 0, 0, 0, .25 );*/
			left: 2.5em; /* 40 */
		}
		.audioplayer-time-duration
		{
			/*border-right: 1px solid #555;
			border-right-color: rgba( 255, 255, 255, .1 );*/
			right: 2.5em; /* 40 */
		}
			.audioplayer-novolume .audioplayer-time-duration
			{
				border-right: 0;
				right: 0;
			}


	/* progress bar of loaded/played */

	.audioplayer-bar
	{
		height: 0.875em; /* 14 */
		background-color: #d70808;
		cursor: pointer;
		z-index: 1;
		top: 50%;
		right: 6.875em; /* 110 */
		left: 6.875em; /* 110 */
		margin-top: -0.438em; /* 7 */
	}
		.audioplayer-novolume .audioplayer-bar
		{
			right: 4.375em; /* 70 */
		}
		.audioplayer-bar div
		{
			width: 0;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
		}
		.audioplayer-bar-loaded
		{
			background-color: #d70808;
			z-index: 1;
		}
		.audioplayer-bar-played
		{
			background: #007fd1;
			z-index: 2;
		}


	/* volume button */

	.audioplayer-volume
	{
		width: 2.5em; /* 40 */
		height: 100%;
		border-left: 1px solid #111;
		border-left-color: rgba( 0, 0, 0, .25 );
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 2;
		top: 0;
		right: 0;
	}
		.audioplayer-volume:hover,
		.audioplayer-volume:focus
		{
			background-color: #222;
		}
		.audioplayer-volume-button
		{
			width: 100%;
			height: 100%;
		}
			.audioplayer-volume-button a
			{
				width: 0.313em; /* 5 */
				height: 0.375em; /* 6 */
				background-color: #fff;
				display: block;
				position: relative;
				z-index: 1;
				top: 40%;
				left: 35%;
			}
				.audioplayer-volume-button a:before,
				.audioplayer-volume-button a:after
				{
					content: '';
					position: absolute;
				}
				.audioplayer-volume-button a:before
				{
					width: 0;
					height: 0;
					border: 0.5em solid transparent; /* 8 */
					border-left: none;
					border-right-color: #fff;
					z-index: 2;
					top: 50%;
					right: -0.25em;
					margin-top: -0.5em; /* 8 */
				}
				.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after
				{
					/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
					width: 0.313em; /* 5 */
					height: 0.313em; /* 5 */
					border: 0.25em double #fff; /* 4 */
					border-width: 0.25em 0.25em 0 0; /* 4 */
					left: 0.563em; /* 9 */
					top: -0.063em; /* 1 */
					-webkit-border-radius: 0 0.938em 0 0; /* 15 */
					-moz-border-radius: 0 0.938em 0 0; /* 15 */
					border-radius: 0 0.938em 0 0; /* 15 */
					-webkit-transform: rotate( 45deg );
					-moz-transform: rotate( 45deg );
					-ms-transform: rotate( 45deg );
					-o-transform: rotate( 45deg );
					transform: rotate( 45deg );
				}


		/* volume dropdown */

		.audioplayer-volume-adjust
		{
			height: 6.25em; /* 100 */
			cursor: default;
			position: absolute;
			left: 0;
			right: -1px;
			top: -9999px;
			background: #333;
		}
			.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
			{
				opacity: 0;
			}
			.audioplayer-volume:hover .audioplayer-volume-adjust
			{
				top: auto;
				bottom: 100%;
			}
			.audioplayer-volume-adjust > div
			{
				width: 40%;
				height: 80%;
				background-color: #222;
				cursor: pointer;
				position: relative;
				z-index: 1;
				margin: 30% auto 0;
			}
				.audioplayer-volume-adjust div div
				{
					width: 100%;
					height: 100%;
					position: absolute;
					bottom: 0;
					left: 0;
					background: #007fd1;
				}
		.audioplayer-novolume .audioplayer-volume
		{
			display: none;
		}


	/* CSS3 decorations */
	.audioplayer-volume-adjust
	{
		-webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
		-moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
		box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
	}
	.audioplayer-bar,
	.audioplayer-volume-adjust > div
	{
		-webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .2 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
		-moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .2 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
		box-shadow: -1px -1px 0 rgba( 0, 0, 0, .2 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
	}
/*	.audioplayer-volume-adjust div div,
	.audioplayer-bar-played
	{
		-webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
		-moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
		box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
	}*/
	/*.audioplayer-playpause,
	.audioplayer-volume a
	{
		-webkit-filter: drop-shadow( 1px 1px 0 #000 );
		-moz-filter: drop-shadow( 1px 1px 0 #000 );
		-ms-filter: drop-shadow( 1px 1px 0 #000 );
		-o-filter: drop-shadow( 1px 1px 0 #000 );
		filter: drop-shadow( 1px 1px 0 #000 );
	}*/
	.audioplayer,
	.audioplayer-volume-adjust
	{
		/*background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
		background: -webkit-linear-gradient( top, #444, #222 );
		background: -moz-linear-gradient( top, #444, #222 );
		background: -ms-radial-gradient( top, #444, #222 );
		background: -o-linear-gradient( top, #444, #222 );
		background: linear-gradient( to bottom, #444, #222 );*/
    background: #e70909;
	}
	.audioplayer-bar-played
	{
		background: #fff;
	}
	.audioplayer-volume-adjust div div
	{
		background: -webkit-gradient( linear, left bottom, left top, from( #D6D6B9 ), to( #719d50 ) );
		background: -webkit-linear-gradient( bottom, #D6D6B9, #719d50 );
		background: -moz-linear-gradient( bottom, #D6D6B9, #719d50 );
		background: -ms-radial-gradient( bottom, #D6D6B9, #719d50 );
		background: -o-linear-gradient( bottom, #D6D6B9, #719d50 );
		background: linear-gradient( to top, #D6D6B9, #719d50 );
	}
	.audioplayer-bar,
	.audioplayer-bar div,
	.audioplayer-volume-adjust div
	{
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	.audioplayer
	{
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.audioplayer-volume-adjust
	{
		-webkit-border-top-left-radius: 2px;
		-webkit-border-top-right-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-topright: 2px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
	}
	.audioplayer *,
	.audioplayer *:before,
	.audioplayer *:after
	{
		-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	}


/* responsiveness */

@media only screen and (max-width: 32.5em) /* 520 */ {
	#wrapper
	{
		width: 100%;
		height: auto;
		position: static;
		padding: 1.25em; /* 20 */
		margin: 0;
	}
}


@media screen and (max-width:768px) {
  #cast {
    background-attachment: scroll;
  }
  
  #cast .title {
    background-size: cover;
    height: 32px;
    width: 77px;
  }
}

@media screen and (max-width:480px) {  
  #cast .subtitle {
    background: url(../img/cast-subtitle@2x.png) no-repeat;
    background-size: cover;
    padding-top: 15.3%;
  }
  
  .cast-flex {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  
  .cast-comment-sound {
    padding: 1em 0 1.2em;
  }
  
  .cast-flex li {
    width: 100%;
    padding-bottom: 10px;
  }
  
  .cast-image {
    width: 120px;
    height: 120px;
    padding-top: 0;
    float: left;
    margin-right: 8px;
  }

  .kana {
    background: url(../img/kana-image@2x.jpg) no-repeat;
    background-size: cover;
  }

  .miyu {
    background: url(../img/miyu-image@2x.jpg) no-repeat;
    background-size: cover;
  }

  .hidenobu {
    background: url(../img/hidenobu-image@2x.jpg) no-repeat;
    background-size: cover;
  }
  
  .cast-name {
    height: 120px;
    overflow: hidden;
  }
  
  .cast-actor {
    margin: 28px auto 10px;
  }
  
  .cast-name + p {
    clear: both;
    margin-top: 16px;
  }
  
  .cast-works dt {
    float: left;
  }
  
  .cast-works dl {
    overflow: hidden;
  }
}


/* キャラクター */
#character {
  background: #fff;
  padding-bottom: 24px;
}

#character .title {
  background: url(../img/character-title.png) no-repeat;
  height: 67px;
  width: 303px;
}

#character .subtitle {
  background: url(../img/character-subtitle.png) no-repeat;
  background-size: cover;
  padding-top: 4%;
}

.slider-container {
  border: 2px solid #f6ff00;
  background: #fff;
  max-width: 1000px;
  height: auto;
}

.slider-container img {
  margin: 0 auto;
  max-width: 818px;
  width: 100%;
  height: auto;
}

.character-text {
  margin: 0 38px;
  position: relative;
  top: -30px;
}

.character-name {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: bold;
}

.character-ruby {
  font-size: 0.875rem;
}

.thumb-item li:nth-child(4) .character-text,
.thumb-item li:nth-child(5) .character-text,
.thumb-item li:nth-child(6) .character-text,
.thumb-item li:nth-child(7) .character-text {
  margin: 30% 38px 0;
  top: 0;
}


.thumb-item li:focus,
.thumb-item-nav li:focus {
  outline:none;
}

.thumb-item-nav {
  margin-top: 24px;
}

.slick-prev:before,
.slick-next:before {
  color: #222;
}


.slick-prev {
  left: -8px;
}

.slick-next {
  right: -8px;
}

@media screen and (max-width:1000px) {
  .thumb-item-nav li img {
    width: 63px;
    height: auto;
  }
  
  .thumb-item-nav {
    margin-top: 16px;
  }
}

@media screen and (max-width:768px) {
  #character .title {
    background-size: cover;
    height: 33px;
    width: 151px;
  }
  
  .character-text {
    top: 0;
    margin: 0 24px 16px;
  }
  
  .thumb-item li:nth-child(4) .character-text,
  .thumb-item li:nth-child(5) .character-text,
  .thumb-item li:nth-child(6) .character-text,
  .thumb-item li:nth-child(7) .character-text {
    margin: 36% 24px 0;
  }
}

@media screen and (max-width:480px) {
  #character .subtitle {
    background: url(../img/character-subtitle@2x.png) no-repeat;
    background-size: cover;
    padding-top: 15.3%;
  }
  
  .thumb-item-nav {
    padding: 0 24px;
  }
}


/* コメント */
#comment {
  background: #222;
  position: relative;
  padding-bottom: 24px;
}

#comment:before {
  content: '';
  background: #e9f3ff;
  height: 2px;
  position: absolute;
  top: 0;
  width: 100%;
}

#comment .title {
  background: url(../img/comment-title.png) no-repeat;
  height: 40px;
  width: 271px;
}

#comment .subtitle {
  background: url(../img/comment-subtitle1.png) no-repeat;
  background-size: cover;
  padding-top: 4%;
}

#comment .subtitle:last-of-type {
  background: url(../img/comment-subtitle2.png) no-repeat;
  background-size: cover;
  padding-top: 4%;
}

.yui-flex {
  display: -webkit-box; /* before Android4.3 iOS6:Safari */
  display: -ms-flexbox; /* IE10 */
  display: -webkit-flex; /* Pc-safari */
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}

.yui-image {
  background: url(../img/yui-image.jpg) no-repeat;
  background-size: cover;
  height: 334px;
  width: 240px;
}

.yui-comment {
  color: #fff;
  font-size: 1.25em;
  margin-left: 40px;
  width: calc(100% - 280px);
}

.comment-container {
  padding: 40px 40px 24px;
  border: 1px solid #999;
  margin: 0 auto;
  color: #fff;
}

.reader {
  border-bottom: 1px solid #999;
  font-size: 0.875em;
  font-weight: bold;
  margin: 0 0 1.5em;
  padding: 0 0 2em;
  color: #f6ff00;
}

.more-btn {
  background: #f6ff00;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: 0.75em;
  border-radius: 3px;
  font-size: 1.125em;
  margin-bottom: 1.2em;
  color:#222;
}

.more-btn:after {
  content: '';
  display: block;
  background: url(../img/arrow-right.png) no-repeat;
  width: 11px;
  height: 20px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
}

.arrow-up:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}


@media screen and (max-width:1000px) {
  .yui-comment {
    margin-left: 24px;
  }
  
  .comment-container {
    padding: 24px 24px 16px;
  }
}
  
@media screen and (max-width:768px) {
  #comment .title {
    background-size: cover;
    height: 20px;
    width: 135px;
  }
  
  .yui-flex {
    align-items: initial;
    margin-bottom: 32px;
  }
  
  .yui-image {
    background: url(../img/yui-image@2x.jpg) no-repeat;
    background-size: cover;
    height: 125px;
    width: 125px;
  }
  
  .yui-comment {
    width: calc(100% - 137px);
  }
}

@media screen and (max-width:480px) {  
  #comment .subtitle {
    background: url(../img/comment-subtitle1@2x.png) no-repeat;
    background-size: cover;
    padding-top: 15.3%;
  }
  
  #comment .subtitle:last-of-type {
    background: url(../img/comment-subtitle2@2x.png) no-repeat;
    background-size: cover;
    padding-top: 6.9%;
  }
  
  .yui-flex {
    display: block;
    width: 100%;
  }
  
  .yui-image {
    margin: 0 auto 0.5em;
  }
  
  .yui-comment {
    margin-left: 0;
    width: 100%;
  }
}


/* ストア */
#store {
  background: #96bff3;
  position: relative;
  padding-bottom: 24px;
}

#store:before {
  content: '';
  background: #222;
  height: 2px;
  position: absolute;
  top: 0;
  width: 100%;
}

#store .title {
  background: url(../img/store-title.png) no-repeat;
  height: 40px;
  width: 399px;
}

#store .subtitle {
  background: url(../img/store-subtitle.png) no-repeat;
  background-size: cover;
  padding-top: 4%;
}

.store-map-container {
  border: 1px solid #666;
  border-radius: 3px;
  margin-top: 1px;
  background: #fff;
}

.store-map {
  display: block;
  color: #fff;
  background: #666;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
  position: relative;
}

.store-map:after {
  content: '';
  display: block;
  background: url(../img/arrow-right.png) no-repeat;
  bottom: 0;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 40px;
  width: 11px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.store-map-up:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.store-map-list {
  overflow: hidden;
}

.store-map-list a {
  display: block;
  color: #222;
  padding: 0.5em 1em;
  font-weight: bold;
}

.store-map-list li {
  float: left;
  width: calc( 100% / 2 );
  position: relative;
}

.store-map-list li:after {
  content: '';
  display: block;
  background: url(../img/arrow-right2.png) no-repeat;
  bottom: 0;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 1em;
  width: 7px;
}

.store-map-list li:nth-child(even) {
  border-left: 1px dotted #666;
}

.store-map-list li:nth-child(3),
.store-map-list li:nth-child(4),
.store-map-list li:nth-child(5),
.store-map-list li:nth-child(6),
.store-map-list li:nth-child(7),
.store-map-list li:nth-child(8) {
  border-top: 1px dotted #666;
}

.store-list {
  border: 1px solid #222;
  border-radius: 3px;
  background: #fff;
}

.store-list + .store-list {
  margin-top: 1px;
}

.prefecture {
  background: #222;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
  position: relative;
}

.prefecture:after {
  content: '';
  display: block;
  background: url(../img/arrow-right.png) no-repeat;
  width: 11px;
  height: 20px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
}

.prefecture-up:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.store-table {
  width: 100%;
  border-collapse: collapse;
}

.store-table tr:nth-of-type(odd) {
  background: #e9f3ff;
}

.store-table tr.table-head {
  background: #c8c8c8;
  border-bottom: 1px solid #222;
}

.store-table tr.table-head th {
  font-weight: normal;
}

.store-table .store-name {
  font-weight: bold;
  border-right: 1px dotted #fff;
  width: 30%;
}

.store-table tr:nth-of-type(even) .store-name {
  border-right: 1px dotted #dedede;
}

.store-table td {
  padding: 0.5em 1em;
  vertical-align: top;
}

@media screen and (max-width:768px) {
  .prefecture:after,
  .store-map:after {
    right: 24px;
  }
  
  #store .title {
    background-size: cover;
    height: 20px;
    width: 199px;
  }
}

@media screen and (max-width:480px) {
  #store .subtitle {
    background: url(../img/store-subtitle@2x.png) no-repeat;
    background-size: cover;
    padding-top: 15.3%;
  }
}


/* ブックス */
#books {
  position: relative;
}

#books:before {
  content: '';
  background: #96bff3;
  height: 2px;
  position: absolute;
  top: 0;
  width: 100%;
}

#books .title {
  background: url(../img/books-title.png) no-repeat;
  height: 40px;
  width: 193px;
}

#books .subtitle {
  background: url(../img/books-subtitle.png) no-repeat;
  background-size: cover;
  padding-top: 4%;
}

.new-book {
  border: 2px solid #f6ff00;
  padding: 40px 40px 48px;
  margin-bottom: 64px;
}

.book-cover {
  float: right;
}

.book-cover a {
  border: 1px solid #96bff3;
  background: url(../img/books-cover.jpg) no-repeat;
  display: block;
  height: 314px;
  width: 220px;
}

.book-info {
  overflow: hidden;
  padding-right: 40px;
}

.book-title {
  line-height: 1.6;
  font-size: 2.5em;
  border-bottom: 4px solid #f6ff00;
  display: inline;
}

.book-title a {
  color: #222;
}

.book-detail {
  margin: 32px 0 40px;
}

.book-text {
  float: left;
}

.book-author {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1;
}

.book-online {
  float: right;
}

.online-list {
  overflow: hidden;
  width: 403px;
  border-right: 1px solid #e4ea3d;
  border-bottom: 1px solid #e4ea3d;
}

.online-list li {
  float: left;
  border-top: 1px solid #e4ea3d;
  border-left: 1px solid #e4ea3d;
  width: 50%;
}

.online-list li a {
  width: 200px;
  height: 45px;
  display: block;
}

.online-list li:nth-child(1) a {
  background: url(../img/shop_amazon.png) no-repeat;
}

.online-list li:nth-child(2) a {
  background: url(../img/shop_7net.png) no-repeat;
}

.online-list li:nth-child(3) a {
  background: url(../img/shop_rakuten.png) no-repeat;
}

.online-list li:nth-child(4) a {
  background: url(../img/shop_kinokuniya.png) no-repeat;
}

.online-list li:nth-child(5) a {
  background: url(../img/shop_honya.png) no-repeat;
}

.online-list li:nth-child(6) a {
  background: url(../img/shop_honto.png) no-repeat;
}

.book-detail-btn {
  text-align: center;
}

.book-detail-btn a {
  background: #f6ff00;
  border-radius: 6px;
  color: #222;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  padding: 32px 0 34px;
  position: relative;
}

.book-detail-btn a:after {
  content: '';
  display: block;
  background: url(../img/arrow-right.png) no-repeat;
  bottom: 0;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  width: 11px;
}

.others-column {
  border-top: 2px solid #f6ff00;
  border-left: 2px solid #f6ff00;
  border-right: 2px solid #f6ff00;
  color: #222;
  display: block;
  padding: 40px 40px 48px;
}

.others-column:last-of-type {
  border-bottom: 2px solid #f6ff00;
}

.others-cover {
  float: left;
  margin-right: 40px;
  width: 150px; 
}

.others-1 {
  background: url(../img/9784309414348.jpg) no-repeat;
  height: 215px;
}

.others-2 {
  background: url(../img/9784309415413.jpg) no-repeat;
  height: 213px;
}

.others-3 {
  background: url(../img/9784309415420.jpg) no-repeat;
  height: 214px;
}

.others-text {
  overflow: hidden;
}

.others-catch {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.6em;
}

.others-title {
  border-bottom: 3px solid #f6ff00;
  display: inline-block;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1em;
}

.others-price {
  font-size: 0.875em;
}

@media screen and (max-width:1000px) {
  .new-book {
    padding: 24px 24px 32px;
    margin-bottom: 40px;
  }
  
  .book-info {
    padding-right: 24px;
  }
  
  .book-text,
  .book-online {
    float: none;
  }
  
  .book-text {
    margin-bottom: 2em;
  }
  
  .others-column {
    padding: 24px;
  }
  
  .others-cover {
    margin-right: 24px;
  }
}

@media screen and (max-width:768px) {
  #books .title {
    background-size: cover;
    height: 20px;
    width: 96px;
  }
  
  .book-cover {
    float: none;
  }
  
  .book-info {
    padding-right: 0;
  }
  
  .book-cover a {
    background: url(../img/books-cover@2x.jpg) no-repeat;
    background-size: cover;
    margin: 0 auto 1em;
  }
  
  .book-detail {
    margin: 24px 0;
  }
  
  .book-title {
    font-size: 2em;
  }
  
  .online-list {
    width: 100%;
  }
  
  .online-list li a {
    width: 100%;
    height: 46px;
  }

  .online-list li:nth-child(1) a {
    background: url(../img/shop_amazon@2x.png) no-repeat center 0;
    background-size: contain;
  }

  .online-list li:nth-child(2) a {
    background: url(../img/shop_7net@2x.png) no-repeat center 0;
    background-size: contain;
  }

  .online-list li:nth-child(3) a {
    background: url(../img/shop_rakuten@2x.png) no-repeat center 0;
    background-size: contain;
  }

  .online-list li:nth-child(4) a {
    background: url(../img/shop_kinokuniya@2x.png) no-repeat center 0;
    background-size: contain;
  }

  .online-list li:nth-child(5) a {
    background: url(../img/shop_honya@2x.png) no-repeat center 0;
    background-size: contain;
  }

  .online-list li:nth-child(6) a {
    background: url(../img/shop_honto@2x.png) no-repeat center 0;
    background-size: contain;
  }
  
  .others-cover {
    width: 108px;
    border: 1px solid #96bff3;
  }

  .others-1 {
    background: url(../img/9784309414348@2x.jpg) no-repeat;
    background-size: cover;
    height: 155px;
  }

  .others-2 {
    background: url(../img/9784309415413@2x.jpg) no-repeat;
    background-size: cover;
    height: 153px;
  }

  .others-3 {
    background: url(../img/9784309415420@2x.jpg) no-repeat;
    background-size: cover;
    height: 153px;
  }
}

@media screen and (max-width:480px) {    
  #books .subtitle {
    background: url(../img/books-subtitle@2x.png) no-repeat;
    background-size: cover;
    padding-top: 6.9%;
  }
  
  .others-cover {
    float: none;
    margin: 0 auto 1em;
  }
  
  .others-catch {
    margin-bottom: 0.8em;
  }
}


/* フッターSNSボタンなど */
#footer {
  background: #222;
  position: relative;
  margin-top: 80px;
}

#footer .sns {
  padding: 32px 0 0;
  text-align: center;
}

#footer .sns li {
  display: inline-block;
  margin-top: 16px;
}

.copyright {
  color: #fff;
  font-size: 0.75em;
  line-height: 1.6; 
  padding: 1em 0 4em;
  text-align: center;
}

.company {
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1;
  padding-top: 1.3em;
  text-align: center;
}

.company a {
  color: #fff;
}

.totop {
  display: none;
  background: url(../img/totop.png) no-repeat;
  bottom: 30px;
  height: 72px;
  position: fixed;
  right: 30px;
  width: 72px;
}

@media screen and (max-width:1000px) {
  #footer {
    margin-top: 40px;
  }
}

@media screen and (max-width:768px) {
  #footer .sns {
    padding: 0;
  }
  
  .company {
    font-size: 1.2em;
  }
  
  .copyright {
    padding: 1em 0 1.5em;
  }
  
  .totop {
    bottom: 16px;
    background-size: cover;
    height: 36px;
    width: 36px;
    right: 16px;
    opacity: .8;
  }
}

