/*
Theme Name: 朱桜の繋
Description: 朱桜の繋テーマ
Author: TMC-OKINAWA
Version: 2.0
*/
html {
  font-size: 62.5%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #333;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  border-top: 5px solid #a23440;
}
/* フォント設定 */
.f_cen {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif !important;
}
.container,
.container-fluid {
  padding: 0 !important;
}
.row {
  margin: 0 !important;
}
div[class*="col-"] {
  padding: 0;
}
.sp_none {
  display: none !important;
}
/* =レイアウト
--------------------------------------- */
#main_container {
  margin-top: 0 !important;
}
.content {
  clear: both;
  padding: 0 1rem 0 !important;
  background: url(images/sub/sub_back_seemless2.jpg);
  color: #fff;
}
.content .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
/* =共通
--------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5 !important;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin-bottom: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
p {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
ul,
ol {
  margin: 0;
  padding: 0px;
}
ul {
  list-style: disc;
  color: #fff;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 1em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
blockquote {
  font-weight: bold;
  margin: 0 3em;
  font-style: italic;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
pre {
  background: #f4f4f4;
  font: 13px;
  line-height: 1.5;
  margin-bottom: 1em;
  overflow: auto;
  padding: 0.75em 1em;
}
code,
kbd,
samp,
var {
  font: 13px;
}
abbr,
acronym,
dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 1em;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 10px;
  font-size: 1rem;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: smaller;
}
/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
  border: 1px solid #ddd;
  color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
  color: #373737;
}
textarea {
  padding-left: 3px;
  width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
  padding: 3px;
}
input#s {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
}
input#searchsubmit {
  display: none;
}
/* Links */
a {
  text-decoration: none;
}
a:hover {
  color: #E187A2;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a img:hover {
  -moz-opacity: 0.8 !important ;
  opacity: 0.8 !important;
  /* 透明度 */
}
a:active {
  text-decoration: none;
}
.home a img:hover {
  opacity: 1 !important;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  float: right;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none;
  padding: 0 8px;
}
.entry-content .edit-link {
  clear: both;
  display: block;
}
/* イメージ */
img {
  max-width: 100%;
  height: auto;
}
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}
img.size-full,
img.size-large {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 20px;
}
img.alignleft {
  /* 左寄せ */
  display: inline;
  float: left;
  margin-right: 10px;
}
img.alignright {
  /* 右寄せ */
  display: inline;
  float: right;
  margin-left: 10px;
}
img.aligncenter {
  /* 中央 */
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin-bottom: 10px;
  max-width: 100%;
  padding: 0;
}
.wp-caption img {
  display: block;
  margin: 0;
  max-width: 100%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  background-color: none;
  text-align: left;
  font-size: 12px !important;
  padding-right: 10px;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  position: relative;
}
#content .gallery {
  margin: 0 auto 1em;
}
#content .gallery a img {
  border: none;
}
img#wpstats {
  display: block;
  margin: 0 auto 1em;
}
#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}
.button {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #777;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
  padding: 6px 12px;
  text-decoration: none;
}
/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption img {
  border-color: #eee;
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
.wp-pagenavi {
  clear: both;
  margin: 4rem auto 0 auto;
  width: 100%;
  padding: 0 0 4rem;
  text-align: center;
  color: #fff !important;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  margin: 0 20px 0 0 !important;
  padding: 0 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: !important;
  width: 32px !important;
  height: 32px !important;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 33px !important;
  background: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0A516D !important;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  color: #fff !important;
  background: #A23440;
}
.wp-pagenavi span.current {
  color: #fff !important;
  text-decoration: none;
  border: none !important;
  background: #A23440;
  font-weight: normal !important;
}
.wp-pagenavi span.pages {
  color: #000 !important;
  text-decoration: none;
  font-size: 10px;
}
.wp-pagenavi span.pages:hover {
  background: inherit;
}
/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.clear {
  clear: both;
}
.breadcrumbs {
  padding: 0;
  margin: 0 0 10px;
  color: #fff;
}
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs a:hover {
  color: #E1809C;
}
table {
  width: 100%;
}
table th,
table td {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: .8;
}
table th {
  vertical-align: top;
}
table td {
  vertical-align: top;
}
hr.dotted {
  border: none;
  border-top: 1px dotted #ccc !important;
  height: 1px;
  margin: 0 0 15px;
  padding: 0;
}
.btn-singllink {
  font-weight: normal;
  color: #FFF !important;
  background: #A23440 !important;
  border-radius: 4px !important;
  width: 70px;
  height: 20px;
  text-align: center;
  font-size: 8px;
  font-size: .8rem;
  margin-top: 1rem;
  padding: .2rem 0;
}
.btn-singllink:hover {
  text-decoration: none !important;
  background: #DC7F97 !important;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 28px 0 27px !important;
  font-size: 18px;
  margin: 50px 0;
  line-height: 1.33;
  border-radius: 6px;
  width: 600px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.clip_circle {
  border-radius: 200px;
  display: block;
  width: 185px;
  height: 185px;
  background: #fff;
}
.clip_circle:hover {
  text-decoration: none;
}
/* =ヘッダー
--------------------------------------- */
header {
  background: url(images/common/mobile_header_back.jpg) no-repeat;
  background-size: cover;
  max-height: 50px;
  overflow: hidden;
}
header h1 {
  margin: -0.5rem 0 0 1rem;
  padding: 0;
  float: left;
  display: block;
  width: 68px;
  height: auto;
}
header h2 {
  margin: 0 1rem 0 1rem;
  padding: 0;
  width: 120px;
  display: block;
  float: left;
}
/* =メインナビSP
--------------------------------------- */
.build-menu-open #build-menu,
.build-menu-close #build-menu {
  background: url(images/common/menu_back.jpg) repeat-y left bottom;
  background-size: contain;
}
#sp_navi {
  display: none;
}
#drawer_btn {
  display: block;
  float: right;
  width: 50px;
}
.drawer_inner * {
  color: #fff;
}
.drawer_inner h3 {
  font-weight: bold;
  margin: 0;
  padding: .7rem 0;
  background: #A1333F;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
.drawer_inner ul {
  margin: 0 10px;
}
.drawer_inner ul li {
  list-style: none;
  width: 100%;
  display: block;
  border-top: 1px solid #fff;
  padding: 1em 0;
  text-indent: 1rem;
  position: relative;
}
.drawer_inner ul li a {
  font-size: 1.3rem;
  display: block;
}
.drawer_inner ul li a:hover {
  text-decoration: none;
}
.drawer_inner ul li a::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 2px;
  content: "";
  height: 10px;
  right: 5%;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 40%;
  width: 10px;
}
.drawer_inner ul li:first-child {
  border: none;
}
.drawer_inner ul li.blank_link {
  background: url(images/common/sp_arrow.png) no-repeat 10px center;
  background-size: 10px ;
  text-indent: 3rem;
}
.drawer_inner ul li.blank_link a::after {
  display: none;
}
/* フッター 
--------------------------------------- */
#footer {
  background: #000;
  padding: 1.5rem 1rem 1rem;
  margin: 0;
}
#footer img {
  margin: 0 auto 1rem;
  display: block;
}
#footer .copyright {
  text-align: center;
  color: #fff;
}
/* サイドバー */
/* ------------------------------------------- */
#banner_area h3 {
  display: none;
}
#banner_area a {
  margin-bottom: 10px;
}
#slider_area {
  position: relative;
}
#music_area {
  position: absolute;
  top: 0;
  right: 2%;
  z-index: 10;
}
#music_area img {
  cursor: pointer;
}
/* ベーススタイル(SP) */
.appLink_area {
  background: #EEE9D7;
}
.appLink_area img {
  max-width: 98%;
  padding: .5rem 0;
  margin: 0 auto;
  display: block;
}
#story_area {
  clear: both;
  background: url(images/home/story_back_mobile.jpg);
  background-size: auto 100%;
}
#story_area .storyTextBox {
  position: relative;
}
#story_area .storyTextBox h3 {
  margin: auto;
  position: relative;
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  width: 95%;
}
#story_area .storyCharacter {
  vertical-align: bottom !important;
}
#character_area .charText_area {
  background: url(images/home/character_back_mobile3.jpg) bottom center;
  background-size: auto 100%;
}
#character_area h3 {
  margin: 0 auto;
  position: relative;
  width: 56.25%;
}
#movie_area {
  background: #000;
  background-size: 100% auto;
  overflow: none;
}
#movie_area h3 {
  margin: 3rem auto 1rem;
  width: 55.156%;
}
#movie_area a {
  margin: 0 auto 6%;
  width: 45.313%;
  height: auto;
  display: block;
}
#movie_area a:hover {
  opacity: .8;
}
#movie_area .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin: 1em auto 0.5em;
}
#movie_area .video-container iframe,
#movie_area .video-container object,
#movie_area .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pickup_area {
  background: url(images/home/pickup_back.jpg) no-repeat bottom;
  background-size: cover;
  clear: both;
}
#pickup_area h3 {
  background: #000000;
  margin: 0;
  padding: .8rem 0;
  text-align: center;
}
#pickup_area .pickupContent ul {
  list-style: none;
}
#pickup_area .pickupContent ul li {
  list-style: none;
  margin: 0;
}
#pickup_area .pickupContent ul li img {
  width: 100%;
  height: auto;
}
#news_area {
  background: #A1333F;
  padding: 0 4%;
}
#news_area h3 {
  border-bottom: 1px dotted #fff;
  font-weight: normal;
}
#news_area h3 img {
  width: 35%;
  height: auto;
}
#news_area h3 a {
  display: inline-block;
  float: right;
  font-size: 9px;
  padding: 1.2rem 0 0 0;
  color: #fff;
  text-decoration: none;
}
#news_area .news_list {
  margin: 0 0 0 8%;
  padding: 0;
  list-style: none;
  display: block;
}
#news_area .news_list li {
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
#news_area .news_list time {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  float: left;
  margin-right: 2rem;
}
#news_area .news_list a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
#info_area {
  background: url(images/home/back_infomation.jpg);
  background-size: cover;
  padding: 0 4% 0 11%;
}
#info_area h3 {
  margin: 1rem 0 0 -0.8rem;
  padding: 0;
}
#info_area p {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
}
#sns_area {
  background: url(images/home/back_twitter.jpg) right bottom;
  background-size: cover;
  height: 360px;
  max-height: 360px;
  padding: 0 4%;
}
#sns_area .sns_inner {
  clear: both;
  overflow: auto;
  max-height: 240px;
  padding: 0 2%;
}
#sns_area h3 {
  background: url(images/common/icon_twitter.png) no-repeat left center;
  background-size: 29px 23.5px ;
  display: block;
  padding: 0 0 0 4rem;
  line-height: 1;
  color: #FDFDFD;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
#sns_area .btn_follow {
  margin-bottom: .5rem;
}
/* = サブページ
/*----------------------------------------------- */
.page section,
.category section,
.single section {
  margin: 0;
  padding: 0;
}
.page section h1.page_title,
.category section h1.page_title,
.single section h1.page_title {
  background: #A23440;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  padding: 1rem 0 1rem 1rem;
  color: #F9F9F9;
}
.page section h1.page_title img,
.category section h1.page_title img,
.single section h1.page_title img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.page .content,
.category .content,
.single .content {
  clear: both;
  padding: 0 2rem !important;
  margin: 0 0 0;
  background: url(images/sub/sub_back_seemless2.jpg);
}
.page .content .row,
.category .content .row,
.single .content .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.page .content .sub_link,
.category .content .sub_link,
.single .content .sub_link {
  clear: both;
  width: 100%;
  margin: 0 auto 2rem;
  padding: 2rem 0 0 0;
}
.page .content .sub_link li,
.category .content .sub_link li,
.single .content .sub_link li {
  width: 23%;
  display: block;
  float: left;
  margin: 0 1%;
}
.page .content .sub_link li img,
.category .content .sub_link li img,
.single .content .sub_link li img {
  width: 100%;
  height: auto;
  max-width: 141px;
}
.page .content .sub_link:last-child,
.category .content .sub_link:last-child,
.single .content .sub_link:last-child {
  padding: 0;
}
#category_page .post_article {
  padding: 1rem 0;
  border-bottom: 1px dotted #fff;
  background: inherit;
}
#category_page .col-xs-8 {
  padding-left: 10px;
}
#category_page time {
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 1px !important;
  vertical-align: top;
  line-height: 1;
}
#category_page h2.post_title {
  line-height: 1.6 !important;
  font-size: 12px;
  margin: 0;
}
#category_page h2.post_title a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
.single .content {
  padding: 2rem !important;
}
.single .content time {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1px !important;
  vertical-align: top;
  line-height: 1;
}
.single .content h2.post_title {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 100;
  padding-bottom: .5rem;
}
.single .content h3 {
  font-size: 16px;
  font-size: 1.6rem;
  text-indent: 0;
  padding: .8rem 2rem .8rem 3rem;
  background: url(images/common/icon_sakura.png) no-repeat 0.5rem center #a1333f;
  background-size: 14px;
}
.single .content h4 {
  color: #F0CF48;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1rem;
  background: url(images/common/icon_5.png) no-repeat 7px 8px;
  background-size: 10px 8px;
  text-indent: 0 !important;
}
.single .content p,
.single .content ul,
.single .content a {
  font-size: 16px;
  color: #fff;
}
.single .content ul li {
  list-style: none;
  list-style-position: outside;
  padding-left: 25px;
  background: url(images/common/icon_4.png) no-repeat 0 8px;
  margin-bottom: 10px;
}
#characters_page p {
  margin: 0;
}
#characters_page .char_box {
  position: relative;
}
#characters_page .char_box .voice_btn {
  position: absolute;
  width: 25%;
  height: auto;
}
#characters_page #char_list {
  margin-bottom: 30px;
}
#characters_page .voice_btn1 {
  bottom: 5px;
  right: 20%;
}
#characters_page .voice_btn2 {
  bottom: 5px;
  right: 24%;
}
#characters_page .voice_btn3 {
  bottom: 5px;
  right: 6%;
}
#characters_page .voice_btn4 {
  bottom: 5px;
  right: 17%;
}
#characters_page .voice_btn5 {
  bottom: 5px;
  right: 21%;
}
#characters_page .voice_btn6 {
  bottom: 5px;
  right: 21%;
}
#characters_page .arasuji_btn1,
#characters_page .arasuji_btn2,
#characters_page .arasuji_btn3,
#characters_page .arasuji_btn4,
#characters_page .arasuji_btn5,
#characters_page .arasuji_btn6 {
  position: absolute;
  left: 11%;
  width: 46.154%;
  height: auto;
  display: block;
}
#characters_page .arasuji_btn1 {
  top: 54%;
}
#characters_page .arasuji_btn2 {
  top: 49%;
}
#characters_page .arasuji_btn3 {
  top: 54%;
}
#characters_page .arasuji_btn4 {
  top: 49%;
}
#characters_page .arasuji_btn5 {
  top: 49%;
}
#characters_page .arasuji_btn6 {
  top: 49%;
}
#jquery_jplayer_1,
#jquery_jplayer_2,
#jquery_jplayer_3,
#jquery_jplayer_4,
#jquery_jplayer_5,
#jquery_jplayer_6 {
  display: none;
}
#extra_page #char_list ul {
  margin: 0 0 2.5rem;
  padding: 0;
}
#extra_page #char_list ul li {
  list-style: none;
  width: 33.33333%;
  float: left;
}
#special_page .content,
#manga_page .content,
#stamprally_page .content,
#animate_page .content,
#tour_page .content {
  padding: 0 0 4rem 0 !important;
}
#special_page .content .inner,
#manga_page .content .inner,
#stamprally_page .content .inner,
#animate_page .content .inner,
#tour_page .content .inner {
  padding: 0 4% 4rem;
}
#special_page h1,
#manga_page h1,
#stamprally_page h1,
#animate_page h1,
#tour_page h1 {
  text-align: center;
}
#special_page .sp_link,
#manga_page .sp_link,
#stamprally_page .sp_link,
#animate_page .sp_link,
#tour_page .sp_link {
  width: 100%;
  padding: 0 4% 1rem;
  margin: 2rem auto 1rem;
  max-width: 830px;
}
#special_page .sp_link li,
#manga_page .sp_link li,
#stamprally_page .sp_link li,
#animate_page .sp_link li,
#tour_page .sp_link li {
  width: 25%;
  display: block;
  float: left;
  padding: 0 1%;
}
#special_page .sp_link li img,
#manga_page .sp_link li img,
#stamprally_page .sp_link li img,
#animate_page .sp_link li img,
#tour_page .sp_link li img {
  width: 100%;
  height: auto;
  max-width: 141px;
  margin: 0 auto;
  display: block;
}
#special_page h3,
#manga_page h3,
#stamprally_page h3,
#animate_page h3,
#tour_page h3 {
  color: #F0CF48;
  clear: both;
  padding: 0 0 0 15px;
  background: url(images/common/icon_5.png) no-repeat 0 6px;
  line-height: 1.2 !important;
  background-size: 10px 8px;
  text-indent: 0 !important;
  font-size: 16px;
  margin: 0 0 2rem;
}
#special_page ul {
  margin: 2rem auto 0;
}
#special_page ul li {
  margin: 0 0 2rem;
  list-style: none;
}
#manga_page .manga_head img {
  padding: 0 4%;
}
#manga_page .manga_area .manga_post {
  width: 33.33333% !important;
  display: block;
  float: left;
  padding: 0 2%;
}
#manga_page .manga_area .manga_post:nth-child(3n+4) {
  clear: both;
}
#manga_page .manga_area .manga_num {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #f1d044;
  margin: .5rem 0 2rem 0;
}
#stamprally_page h3 {
  font-size: 20px;
  font-weight: bold;
  color: #eac944;
  margin-bottom: 10px;
}
#stamprally_page h4 {
  background: #9b3440 url(images/special/arrow_bottom.png) no-repeat 95% center;
  font-weight: normal;
  padding: .3rem 1rem;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0 0;
}
#stamprally_page p {
  font-size: 16px;
  font-size: 1.6rem;
}
#stamprally_page p.att {
  font-size: 90%;
  color: #999;
}
#stamprally_page .stamprally_read {
  margin-bottom: 20px;
}
#stamprally_page .box_map .toggle_btn.open {
  margin-bottom: 0;
  background: #9b3440 url(images/special/arrow_top.png) no-repeat 95% center;
}
#stamprally_page .box_map .toggle_inner {
  display: none;
  padding: 0 0 10px;
}
#stamprally_page .box_map .toggle_inner img {
  margin-bottom: 10px;
}
#stamprally_page .box_map table {
  margin-top: 10px;
}
#stamprally_page .box_map table th,
#stamprally_page .box_map table td {
  font-size: 14px;
  font-weight: normal;
  padding: .3rem 2rem;
  display: block;
}
#stamprally_page .box_map table th:nth-child(odd) {
  background: rgba(155, 52, 64, 0.6);
}
#stamprally_page .box_map table th br {
  display: none;
}
#animate_page p {
  font-size: 12px;
  margin-bottom: 12px;
}
#animate_page h2 {
  margin: 0 0 2rem;
}
#animate_page h3 + h4 {
  margin: 0;
}
#animate_page h4 {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 4rem 0 0;
}
#animate_page h5 {
  background: url(images/special/icon_4.png) no-repeat center left;
  background-size: 9px 5px;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 15px;
  margin-bottom: 5px;
  line-height: 1;
}
#animate_page .shop_list p {
  font-size: 12px;
  margin-bottom: 12px;
}
#animate_page .shop_list a {
  display: block;
  width: 100%;
  text-align: center;
  background: #A1333F;
  font-size: 8px;
  font-size: .8rem;
  padding: .5rem;
  color: #fff;
  margin-bottom: 20px;
}
#animate_page .shop_list a:hover {
  text-decoration: none;
  opacity: .8;
}
#animate_page .img_box {
  margin-bottom: 2rem;
}
#tour_page .box_wrap {
  margin-bottom: 30px;
}
#tour_page a.btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #A1333F;
  font-size: 16px;
  font-size: 1.6rem;
  padding: .5rem;
  color: #fff;
  margin: 0 auto 20px;
}
#tour_page a.btn:hover {
  text-decoration: none;
  opacity: .8;
}
#therme_song_page .content,
#music_page .content {
  padding: 0 0 4rem 0 !important;
}
#therme_song_page .content .inner,
#music_page .content .inner {
  padding: 0 4% 4rem;
  clear: both;
}
#therme_song_page .content .sub_link,
#music_page .content .sub_link {
  width: 98%;
  padding: 0 ;
  margin: 2rem auto 1rem;
}
#therme_song_page .content .sub_link li,
#music_page .content .sub_link li {
  width: 48%;
  display: block;
  float: left;
}
#therme_song_page .content .sub_link li img,
#music_page .content .sub_link li img {
  width: 100%;
  height: auto;
  max-width: 260px;
  margin: 0 auto;
  display: block;
}
#therme_song_page .content .page_title,
#music_page .content .page_title {
  text-align: center;
}
#therme_song_page .content .page_title img,
#music_page .content .page_title img {
  max-width: 50%;
}
#therme_song_page .content h2,
#music_page .content h2 {
  text-align: center;
  margin: 1rem;
}
#therme_song_page .content h3,
#music_page .content h3 {
  color: #F0CF48;
  clear: both;
  padding: 2rem;
  background: url(images/common/icon_5.png) no-repeat center left;
  background-size: 10px 8px;
  text-indent: 0 !important;
  font-size: 18px;
  margin: 0;
}
#therme_song_page .content ul.hp_link,
#music_page .content ul.hp_link {
  list-style: none;
  margin: 2rem 0;
}
#therme_song_page .content ul.hp_link li,
#music_page .content ul.hp_link li {
  margin-bottom: 1rem;
}
#therme_song_page .content ul.hp_link img,
#music_page .content ul.hp_link img {
  width: 75%;
}
#therme_song_page .content p,
#music_page .content p {
  font-size: 12px;
}
#therme_song_page .content hr,
#music_page .content hr {
  border: 1px dotted  #fff;
}
#music_page h2 {
  margin-bottom: 30px !important;
}
#music_page p {
  margin-bottom: 30px;
}
#music_page .music_list {
  clear: both;
  margin-bottom: 60px;
  margin: 0 auto;
}
#music_page .music_list .box_music {
  width: 90%;
  padding: 0;
  display: block;
  margin: 0 auto 15px;
}
#music_page .music_list .box_music img {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  #contents_wrap {
    background: url(images/common/pc_back.jpg) center top;
    background-size: cover;
    overflow: hidden;
  }
  header {
    max-height: 100px !important;
  }
  header h1 {
    margin: 0 1rem 0 0;
    width: 136px;
    height: auto;
    max-height: 100px;
  }
  header h1 img {
    width: 100%;
    max-width: 136px;
  }
  header h2 {
    margin: .8rem 0 0 0;
    width: 200px;
  }
  header h2 img {
    width: 100%;
    max-width: 200px;
  }
  header #drawer_btn {
    width: 100px;
  }
  #news_area {
    background: #A1333F;
    padding: 0 4%;
  }
  #news_area h3 {
    border-bottom: 1px dotted #fff;
    font-weight: normal;
  }
  #news_area h3 img {
    width: 30%;
    height: auto;
  }
  #news_area h3 a {
    font-size: 14px;
    padding: 1rem 0 0 0;
  }
  #news_area .news_list li {
    position: relative;
    display: block;
    margin-bottom: 2rem;
  }
  #news_area .news_list time {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 2rem;
  }
  #news_area .news_list a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #movie_area img.movie_img {
    margin: 0 auto 11%;
  }
  #pickup_area h3 {
    margin: 0;
    padding: 0 0 .8rem;
  }
  #pickup_area .pickupContent p {
    text-align: center;
    padding: 5rem 0 0;
  }
  #info_area {
    padding: 0 4% 0 11%;
  }
  #info_area h3 {
    margin: 1rem 0 0 -0.8rem;
  }
  #info_area p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #sns_area {
    padding: 0 4% 0 4%;
  }
  #sns_area h3 {
    background-size: auto ;
    display: block;
    line-height: 1;
    padding-left: 8rem;
  }
  #sns_area .btn_follow {
    margin-top: 4rem;
  }
  #therme_song_page .content h3,
  #music_page .content h3 {
    font-size: 20px;
  }
  #therme_song_page .content ul.hp_link,
  #music_page .content ul.hp_link {
    display: block;
    list-style: none;
    margin: 4rem 0;
  }
  #therme_song_page .content ul.hp_link img,
  #music_page .content ul.hp_link img {
    width: 75%;
  }
  #therme_song_page .content p,
  #music_page .content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 640px) {
  .sp_none {
    display: block !important;
  }
  header {
    width: 100%;
    background-image: none;
    height: 50px !important;
  }
  header h1 {
    width: 14%;
    height: 50px;
    margin: -8px 10px 0 10px;
  }
  header h1 img {
    width: 100%;
    height: auto;
  }
  header h2 {
    width: 20% !important;
    margin: -3px 0 0 0;
    padding: 0;
  }
  header h2 img {
    width: 100%;
    max-width: 239px;
  }
  .btn_link {
    background: #000;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    width: 140px;
    margin: 0 auto;
    display: block;
    padding: .5rem 0 .6rem 0;
    border-radius: 4px;
  }
  .btn_link:hover {
    text-decoration: none;
    color: #fff;
    opacity: .8;
  }
  .btn-singllink {
    width: 140px;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: .2rem 0 0 0;
  }
  #main_navi {
    width: 60%;
    float: right;
    margin: 0;
    padding: 0;
  }
  #main_navi ul {
    margin: 0;
    padding: 0;
    float: right;
    width: 100%;
  }
  #main_navi ul li {
    display: block;
    float: left;
    list-style: none;
    width: 25%;
  }
  #main_navi ul li .hovered-image {
    margin-left: 0;
  }
  #main_navi ul li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #newsPc_area {
    position: relative;
    background: url(images/common/newsPc_back.png) repeat-x;
    background-size: contain;
    height: 40px;
    display: block;
  }
  #newsPc_area h3 {
    margin: 0 0 0 4% ;
    padding: 0;
    float: left;
    width: 28%;
    max-width: 200px;
  }
  #newsPc_area .news_link {
    position: absolute;
    right: 5%;
    top: 10px;
    color: #fff;
    font-size: 14px;
  }
  .ticker {
    margin: 0;
    width: 50%;
    text-align: left;
    position: relative;
    overflow: hidden;
    padding: 10px 0 0 0;
    height: 32px !important;
  }
  .ticker ul {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .ticker ul li {
    width: 100%;
    display: none;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ticker ul li time {
    margin-right: 10px;
    display: inline-block;
  }
  .ticker ul li a {
    color: #fff;
  }
  #story_area {
    clear: both;
    background: url(images/home/story_back.jpg);
    background-size: auto 100%;
  }
  #story_area .storyTextBox {
    position: relative;
  }
  #story_area .storyTextBox h3 {
    position: relative;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%;
    margin: 4.5rem auto 2rem auto;
    display: block;
    width: 457px;
    font-size: 1rem;
  }
  #story_area .storyCharacter {
    vertical-align: bottom !important;
  }
  #character_area {
    background: url(images/home/character_back.jpg) bottom center;
    background-size: cover;
  }
  #character_area .charText_area {
    background-image: none !important;
  }
  #character_area .charText_area h3 {
    width: 80%;
    margin-top: 2rem;
  }
  #movie_area {
    background: url(images/home/movie_back_mobile.jpg) no-repeat #000000;
    background-size: 100% auto;
    height: 366px;
    overflow: hidden;
  }
  #movie_area h3 {
    margin-bottom: 2rem;
    text-align: center;
  }
  #movie_area h3 img {
    max-width: 80%;
    height: auto;
  }
  #movie_area .video-container {
    width: 360px;
  }
  #movie_area .video-container iframe,
  #movie_area .video-container object,
  #movie_area .video-container embed {
    max-width: 360px;
    height: 203px;
  }
  #pickup_area .pickupContent p {
    padding: 8rem 0 0;
    font-size: 20px;
  }
  #pickup_area .pickupContent ul {
    width: 94%;
    margin: 1.4rem auto 0;
    padding: 1.4rem 0;
  }
  #pickup_area .pickupContent ul li {
    width: 50%;
    float: left;
    margin-bottom: 1.4rem;
  }
  #pickup_area .pickupContent ul li a {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #pickup_area .pickupContent ul li img {
    width: 100%;
    height: auto;
    max-width: 320px;
  }
  #info_area {
    height: 360px;
  }
  #info_area h3 {
    margin: 1rem 0 1rem -0.8rem;
    padding: 0;
  }
  #info_area p {
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #category_page .col-xs-8 {
    padding-left: 20px;
  }
  #category_page time {
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
  }
  #category_page h2.post_title {
    line-height: 1.6 !important;
    font-size: 24x;
    font-size: 2.4rem;
  }
  #category_page h2.post_title a {
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
  }
  #page_header_pc,
  #page_header_sp {
    border-top: #000 10px solid;
    display: block;
    width: 100%;
  }
  .content {
    margin-bottom: 80px !important;
  }
  h1.page_title {
    border-top: 10px solid #000;
  }
  .single .content {
    margin: 0 auto;
    padding: 4rem 4rem !important;
  }
  .single .content time {
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 1rem !important;
    vertical-align: top;
    line-height: 1;
  }
  .single .content h2.post_title {
    margin: 0 0 3rem;
    line-height: 1.6;
    font-size: 32px;
    font-size: 3.2rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 100;
    padding-bottom: .5rem;
  }
  .single .content h3 {
    font-size: 28px;
    font-size: 2.8rem;
    text-indent: 0;
    padding: .8rem 2rem .8rem 4rem;
    margin-bottom: 3rem;
    background: url(images/common/icon_sakura.png) no-repeat 0.5rem center #a1333f;
  }
  .single .content h4 {
    color: #F0CF48;
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 1rem;
    background: url(images/common/icon_5.png) no-repeat 7px 8px;
    text-indent: 0 !important;
    margin-bottom: 2rem;
  }
  .single .content p,
  .single .content ul,
  .single .content a {
    font-size: 24px;
    color: #fff;
  }
  .single .content ul {
    margin-left: 8px;
  }
  .single .content ul li {
    list-style: none;
    list-style-position: outside;
    background: url(images/common/icon_4.png) no-repeat 0 14px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
  .single .content .back_list {
    border-top: 1px dotted #fff;
    padding: 2em 0 0 0;
    text-align: center;
    clear: both;
  }
  .single .content .back_list a {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #extra_page #char_list ul {
    margin: 0 0 3rem;
    padding: 0 ;
  }
  #extra_page #char_list ul li {
    list-style: none;
    width: 16.66666667%;
    float: left;
  }
  #special_page .content .inner,
  #manga_page .content .inner,
  #stamprally_page .content .inner,
  #animate_page .content .inner {
    padding: 0 4% 4rem !important;
  }
  #special_page h1,
  #manga_page h1,
  #stamprally_page h1,
  #animate_page h1 {
    text-align: center;
  }
  #special_page h1 img,
  #manga_page h1 img,
  #stamprally_page h1 img,
  #animate_page h1 img {
    width: inherit;
    height: auto;
  }
  #special_page h3,
  #manga_page h3,
  #stamprally_page h3,
  #animate_page h3 {
    color: #F0CF48;
    clear: both;
    padding: 0 0 0 15px;
    background: url(images/common/icon_5.png) no-repeat center left;
    background-size: 10px 8px;
    text-indent: 0 !important;
    font-size: 16px;
    margin: 0;
  }
  #stamprally_page h3 {
    font-size: 22px;
    font-size: 2.2rem;
    background-position: 0px 10px;
    line-height: 1.2 !important;
    margin-bottom: 20px;
  }
  #stamprally_page h4 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #stamprally_page p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #stamprally_page .stamprally_read {
    margin-bottom: 40px;
  }
  #stamprally_page .stamprally_read .box_left {
    float: left;
    display: block;
    width: 50%;
  }
  #stamprally_page .stamprally_read .box_right {
    float: right;
    display: block;
    width: 50%;
  }
  #stamprally_page .stamprally_des {
    margin-bottom: 40px;
  }
  #stamprally_page .stamprally_des .box_left {
    float: left;
    display: block;
    width: 47.115%;
  }
  #stamprally_page .stamprally_des .box_right {
    float: right;
    display: block;
    width: 46.154%;
  }
  #stamprally_page .box_map .toggle_btn.open {
    margin-bottom: 0;
  }
  #stamprally_page .box_map .toggle_inner {
    display: none;
    padding: 10px 0;
  }
  #stamprally_page .box_map .toggle_inner img {
    margin-bottom: 10px;
  }
  #stamprally_page .box_map .box_left {
    width: 28.846%;
    display: block;
    float: left;
  }
  #stamprally_page .box_map .box_right {
    width: 69.231%;
    display: block;
    float: right;
  }
  #stamprally_page .box_map table {
    margin-top: 0;
  }
  #stamprally_page .box_map table tr:nth-child(odd) {
    background: rgba(155, 52, 64, 0.6);
  }
  #stamprally_page .box_map table th,
  #stamprally_page .box_map table td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: .3rem 1rem;
    display: table-cell;
  }
  #stamprally_page .box_map table th:nth-child(odd) {
    background: none;
  }
  #stamprally_page .box_map table th br {
    display: block;
  }
  #animate_page .inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 0 4rem 0 !important;
  }
  #animate_page p {
    font-size: 16px;
    margin-bottom: 14px;
  }
  #animate_page h2 {
    margin: 0 0 2rem;
  }
  #animate_page h3 {
    font-size: 24px;
    font-size: 2.4rem;
    background-size: auto;
    padding-left: 30px;
    margin-bottom: 2rem;
  }
  #animate_page h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 4rem 0 0rem;
  }
  #animate_page h5 {
    background-size: auto;
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 15px;
    margin-bottom: 5px;
    padding-left: 30px;
  }
  #animate_page .img_box .box_left,
  #animate_page .img_box .box_right {
    width: 50%;
    float: left;
  }
  #animate_page .shop_list {
    clear: both;
  }
  #animate_page .shop_list p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #animate_page .shop_list a {
    display: block;
    width: 100%;
    text-align: center;
    background: #A1333F;
    font-size: 16px;
    font-size: 1.6rem;
    padding: .5rem;
    color: #fff;
  }
  #animate_page .img_box {
    margin-bottom: 2rem;
  }
  #therme_song_page .content,
  #music_page .content {
    padding: 0 0 4rem !important;
  }
  #therme_song_page .content h3,
  #music_page .content h3 {
    font-size: 20px;
  }
  #therme_song_page .content ul.hp_link,
  #music_page .content ul.hp_link {
    display: block;
    list-style: none;
    margin: 6rem 0;
  }
  #therme_song_page .content ul.hp_link li,
  #music_page .content ul.hp_link li {
    margin-bottom: 20px;
  }
  #therme_song_page .content ul.hp_link img,
  #music_page .content ul.hp_link img {
    width: auto;
  }
  #therme_song_page .content h2,
  #music_page .content h2 {
    text-align: left;
  }
  #therme_song_page .content p,
  #music_page .content p {
    font-size: 16px;
  }
  #music_page h2 {
    margin-bottom: 30px !important;
  }
  #music_page p {
    margin-bottom: 50px;
  }
  #music_page .music_list {
    clear: both;
    margin-bottom: 60px;
    margin: 0 auto;
  }
  #music_page .music_list .box_music {
    width: 33%;
    max-width: 300px;
    padding: 0;
    padding: 0 2%;
    display: block;
    float: left;
  }
  #music_page .music_list .box_music.last {
    margin-right: 0;
  }
  #tour_page .box_wrap {
    margin-bottom: 40px;
  }
  #tour_page .box_wrap .box_left {
    float: left;
    width: 48%;
  }
  #tour_page .box_wrap .box_right {
    float: right;
    width: 48%;
  }
  #tour_page .box_wrap h3 {
    font-size: 24px;
    font-size: 2.4rem;
    background-position: center left;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 992px;
  }
  header {
    height: 70px !important;
  }
  header h1 {
    width: auto !important;
    margin: -13px 20px 0 5px;
  }
  header h2 {
    margin: 0 ;
  }
  #newsPc_area h3 {
    margin: 0 50px 0 50px ;
  }
  #newsPc_area .news_link {
    position: absolute;
    right: 50px;
    top: 10px;
  }
  .ticker {
    width: 680px;
    height: 32px !important;
  }
  #movie_area {
    height: 542px;
    overflow: hidden;
  }
  #movie_area h3 {
    margin-top: 7rem;
  }
  #movie_area h3 img {
    max-width: 100%;
  }
  #movie_area .video-container {
    width: 480px;
  }
  #movie_area .video-container iframe,
  #movie_area .video-container object,
  #movie_area .video-container embed {
    max-width: 480px;
    height: 270px;
  }
  #pickup_area h3 {
    padding: .6rem 0;
  }
  #pickup_area .pickupContent p {
    padding: 12rem 0 0;
    font-size: 20px;
  }
  #pickup_area .pickupContent ul li {
    width: 33.33333%;
  }
  #info_area h3 {
    margin: 1rem 0 2rem -0.8rem;
    padding: 0;
  }
  #info_area p {
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .pcml120 {
    margin-left: 80px !important;
  }
  .page h1.page_title,
  .category h1.page_title,
  .sinlge h1.page_title {
    text-align: left;
  }
  .page .content,
  .category .content,
  .sinlge .content {
    clear: both;
    padding: 0 !important;
    background: url(images/sub/sub_back_seemless2.jpg);
  }
  .page .content .row,
  .category .content .row,
  .sinlge .content .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page .content .sub_link,
  .category .content .sub_link,
  .sinlge .content .sub_link {
    width: 744px;
    margin: 0 auto 2rem;
    padding: 2rem 0 0 0;
  }
  .page .content .sub_link li,
  .category .content .sub_link li,
  .sinlge .content .sub_link li {
    width: 141px;
    display: block;
    float: left;
    margin: 0 60px 0 0;
  }
  .page .content .sub_link li:last-child,
  .category .content .sub_link li:last-child,
  .sinlge .content .sub_link li:last-child {
    margin-right: 0 !important;
  }
  #category_page .post_article {
    padding: 1rem 0;
    border-bottom: 1px dotted #fff;
    margin: 0 2rem;
  }
  #category_page .col-xs-8 {
    padding-left: 10px;
  }
  #category_page .btn-singllink {
    margin-top: 3em;
  }
  .single .content {
    padding: 4rem 8rem !important;
  }
  #characters #char_list {
    padding: 0 4rem;
  }
  #special_page .content .inner,
  #manga_page .content .inner,
  #stamprally_page .content .inner,
  #animate_page .content .inner {
    padding: 0 2% 4rem !important;
  }
  #manga_page .manga_head img {
    margin-bottom: 4rem;
  }
  #manga_page .manga_num {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
  #stamprally_page h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #stamprally_page h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #stamprally_page p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #stamprally_page .stamprally_read {
    margin-bottom: 60px;
  }
  #stamprally_page .box_map table th,
  #stamprally_page .box_map table td {
    font-size: 16px;
    font-size: 1.6rem;
    padding: .7rem 1rem;
    display: table-cell;
  }
  #animate_page p {
    font-size: 16px;
    margin-bottom: 14px;
  }
  #animate_page h2 {
    margin: 0 0 2rem;
  }
  #animate_page h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    background-size: auto;
    padding-left: 30px;
  }
  #animate_page h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #animate_page h5 {
    background-size: auto;
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 15px;
    margin-bottom: 5px;
    padding-left: 30px;
  }
  #animate_page .img_box {
    margin: 2rem 0 2rem;
  }
  #animate_page .img_box .box_left,
  #animate_page .img_box .box_right {
    width: 50%;
    float: left;
  }
  #animate_page .shop_list p {
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 7.5rem;
  }
  #animate_page .shop_list a {
    display: block;
    width: 100%;
    text-align: center;
    background: #A1333F;
    font-size: 16px;
    font-size: 1.6rem;
    padding: .5rem;
    color: #fff;
  }
  #animate_page .shop_list .box_left {
    width: 50%;
    padding-right: 2%;
    float: left;
  }
  #animate_page .shop_list .box_right {
    width: 50%;
    padding-left: 2%;
    float: right;
  }
  #animate_page .img_box {
    margin-bottom: 2rem;
  }
  #therme_song_page .content,
  #music_page .content {
    max-width: 992px;
    margin: 0;
    padding-bottom: 4rem;
  }
  #therme_song_page .content .sub_link,
  #music_page .content .sub_link {
    width: 100%;
    max-width: 580px;
    padding: 0 ;
    margin: 3rem auto;
    display: block;
  }
  #therme_song_page .content .sub_link li,
  #music_page .content .sub_link li {
    width: 260px;
    display: block;
    margin: 0 60px 0 0;
    padding: 0;
    float: left;
  }
  #therme_song_page .content .sub_link li img,
  #music_page .content .sub_link li img {
    width: 100%;
    height: auto;
    max-width: 260px;
    display: block;
    margin: 0;
  }
  #therme_song_page .content .sub_link:last-child li,
  #music_page .content .sub_link:last-child li {
    margin-right: 0 !important;
  }
  #therme_song_page .content h2,
  #music_page .content h2 {
    margin-left: 0 !important;
  }
  #therme_song_page .content p,
  #music_page .content p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .container {
    width: 1280px;
  }
  header {
    height: 100px !important;
  }
  header h1 {
    margin-top: 0;
  }
  header h2 {
    margin-top: 0 !important;
  }
  #main_navi {
    width: 848px;
    float: right;
    margin: 0;
    padding: 0;
  }
  #main_navi ul {
    margin: 0;
    padding: 0;
    float: right;
    width: 100%;
  }
  #main_navi ul li {
    display: block;
    float: left;
    list-style: none;
  }
  #main_navi ul li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #newsPc_area h3 {
    margin: 0 50px 0 150px ;
  }
  #newsPc_area .news_link {
    position: absolute;
    right: 150px;
    top: 10px;
  }
  #character_area .charImage {
    margin-left: 100px;
  }
  #movie_area {
    height: 700px;
    overflow: hidden;
  }
  #movie_area h3 {
    margin-top: 8rem;
    margin-bottom: 2rem;
  }
  #movie_area .video-container {
    width: 800px;
  }
  #movie_area .video-container iframe,
  #movie_area .video-container object,
  #movie_area .video-container embed {
    max-width: 800px;
    height: 450px;
  }
  #pickup_area h3 {
    padding: .8rem 0;
  }
  #pickup_area .pickupContent p {
    padding: 17rem 0 0;
    font-size: 24px;
  }
  #pickup_area .pickupContent ul li a {
    max-width: 320px;
  }
  .pcml120 {
    margin-left: 120px !important;
  }
  #characters_page #char_list,
  #extra_page #char_list {
    padding: 0 12rem;
  }
  #special_page .content .inner,
  #manga_page .content .inner,
  #stamprally_page .content .inner,
  #animate_page .content .inner {
    width: 1040px;
    margin: 0 auto;
    padding: 0 0 4rem !important;
  }
  #special_page ul {
    margin-top: 5rem;
  }
  #manga_page .manga_head {
    margin-bottom: 4rem;
  }
  #therme_song_page .content,
  #music_page .content {
    max-width: 100%;
  }
  #therme_song_page .content .inner,
  #music_page .content .inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
  }
  #therme_song_page .content h3,
  #music_page .content h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #music_page .music_list {
    clear: both;
    margin-bottom: 60px;
    margin: 0;
  }
  #music_page .music_list .box_music {
    width: 300px;
    display: block;
    float: left;
    padding: 0;
    margin-right: 70px;
  }
  #music_page .music_list .box_music.last {
    margin-right: 0;
  }
}
