@charset "UTF-8";

/* ************************************************
* import a sinitize.scss
* ************************************************ */

/*! sanitize.css v2.0.0 | CC0 1.0 Public Domain | github.com/jonathantneal/sanitize.css */

/*
 * Normalization
 */

@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

@import url("https://fonts.googleapis.com/css?family=Montserrat:600");

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */

*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
  max-height: 999999px;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 62.5%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #FFFFFF;
  color: #000000;
}

a {
  text-decoration: none;
  outline: none;
}

a:focus,
*:focus {
  outline: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  color: #4c2b03;
  text-shadow: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

header {
  display: block;
}

ol,
ul,
dl,
li {
  list-style: none;
}

/* ************************************************
* mixin
* ************************************************ */

/*=================================
Break point setting
@include sp {} などでそれぞれに適用させる仕組み
==================================*/

/*=================================
Base Color setting
==================================*/

/*=================================
Base Color setting
==================================*/

/*=================================
Animation Settings
==================================*/

/* ************************************************
* base
* ************************************************ */

/*=========================
base settings
==========================*/

/* 画像保存禁止 */

img.protect {
  pointer-events: none;
  touch-callout: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
}

.protect-link {
  position: relative;
  display: inline-block;
}

.protect-link:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 1.2px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1.8;
  word-wrap: break-word;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 12px;
  background-image: url(../images/common/bg_contents_sp.png);
  background-repeat: repeat;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: #5a5a5a;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

.cf::after {
  content: "";
  clear: both;
  display: block;
}

.pc-only {
  display: none;
}

/* ************************************************
* layout.scss
* ************************************************ */

#wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

.contents {
  margin-bottom: 30px;
  padding: 20px 15px;
  position: relative;
}

.box-maincontents {
  margin-top: -55px;
  position: relative;
}

.balloon2 {
  display: none;
  position: absolute;
  text-align: center;
  bottom: 200px;
  left: 20px;
  width: 200px;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 200px;
  max-width: 100%;
  color: #555;
  font-size: 13px;
  background: #FFF;
  border: solid 3px #ff6200;
  box-sizing: border-box;
  line-height: 1.5em;
  color: #ff6200;
  z-index: 99;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 200;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ff6200;
  z-index: 100;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}

/* ************************************************
* 共通のモジュールなど
* ************************************************ */

/*=========================
pagetop
==========================*/

.pagetop {
  text-align: center;
}

.pagetop img {
  width: 48px;
}

/*=========================
footer
==========================*/

#footer {
  padding: 27px 0 32px;
}

.sns-list {
  display: none;
}

.copy {
  text-align: center;
  color: #fff;
}

.copy .top-copy {
  display: none;
}

.copy .other-copy {
  width: 107px;
}

.copy small {
  font-size: 10px;
}

/*=========================
header 中身ページ
==========================*/

.top-logo-area {
  display: none;
}

.pc-header-logo_area {
  padding: 15px 0;
}

.pc-header-logo_area .container {
  position: relative;
}

.pc-header-logo_area .pc-header-logo {
  text-align: center;
}

.pc-header-logo_area .pc-header-logo img {
  width: 215px;
}

.pc-header-logo_area .pc-header-sns {
  position: absolute;
  top: 5px;
  right: 0;
}

.pc-header-logo_area .pc-header-roadshow {
  float: left;
  padding: 3px 0 0 0;
}

.pc-header-logo_area .pc-header-roadshow img {
  width: 184px;
}

.pc-header-logo_area .pc-header-sns-list {
  float: left;
  margin-left: 5px;
}

.pc-header-logo_area .pc-header-sns-list li {
  float: left;
  margin-left: 12px;
}

.pc-header-logo_area .pc-header-sns-list li:first-child {
  margin-left: 0;
}

.pc-header-logo_area .pc-header-sns-list li img {
  width: 45px;
}

/*=========================
header SP
==========================*/

.sp-header {
  width: 100%;
  padding: 11px 0;
  position: relative;
  background-image: url(../images/common/bg_header_sp.png);
  background-size: 64px;
}

.sp-header:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(../images/common/line.png);
  position: absolute;
  bottom: 0;
  left: 0;
}

.sp-header .sp-header-intro {
  display: none;
}

.sp-header .sp-header-logo {
  width: 154px;
  margin: 0 auto;
}

/*=========================
header PC
==========================*/

.pc-header {
  display: none;
}

.index .pc-header {
  background: none;
}

/*=========================
btn settings

.box-btnに入れて使ってください。
<div class="box-btn">
  <a href="">ホゲホゲ</a>
</div>
==========================*/

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

.box-btn-right {
  text-align: right;
}

.box-btn-center {
  text-align: center;
}

.btn {
  width: 133px;
  height: 33px;
  line-height: 33px;
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  transition: all .1s linear;
}

.btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  width: 65px;
}

.btn:hover {
  text-decoration: none;
  background-color: transition;
}

.btn-submit {
  cursor: pointer;
  height: auto;
}

/*=========================
localnav
==========================*/

.about .local-nav_about {
  display: block;
}

.local-nav_about {
  display: none;
  background-image: url(../images/common/localnav/bg.png);
  position: relative;
  height: 54px;
}

.local-nav_about:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../images/common/line.png);
  position: absolute;
  bottom: 0px;
  left: 0;
}

.lodal-nav-list {
  width: 100%;
  text-align: center;
}

.lodal-nav-list li {
  display: inline-block;
  position: relative;
  line-height: 54px;
  padding: 0 0 0 63px;
  font-family: "Montserrat";
  font-weight: 600;
}

.lodal-nav-list li:before {
  position: absolute;
  top: 22px;
  left: -8px;
  display: inline-block;
  content: "";
  width: 66px;
  height: 6px;
  background-image: url(../images/common/localnav/icon_localnav.png);
  background-repeat: no-repeat;
}

.lodal-nav-list li a {
  color: #FFFBDA;
}

.lodal-nav-list li a:hover {
  text-decoration: none;
}

.lodal-nav-list .local-nav_introduction {
  padding-left: 5px;
}

.lodal-nav-list .local-nav_introduction:first-child:before {
  display: none;
}

/*=========================
global-navigation active style
==========================*/

/*=========================
global-navigation
==========================*/

.gnav {
  width: 100%;
  background-image: url(../images/common/bg_gnav.png);
  background-size: contain;
  background-repeat: repeat-x;
  position: relative;
}

.gnav:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-image: url(../images/common/line.png);
  background-size: 100%;
  background-repeat: repeat;
  z-index: 1;
}

.gnav:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-image: url(../images/common/line.png);
  background-size: 100%;
  background-repeat: repeat;
  z-index: 1;
}

.gnav-list {
  width: 100%;
  display: table;
}

.gnav-list li {
  position: relative;
  display: table-cell;
  border-left: 1px solid #b1527c;
  vertical-align: middle;
  line-height: 0;
}

.gnav-list li.menu_single {
  position: relative;
}

.gnav-list li.menu_single:hover ul.menu_second-level {
  top: 68px;
  display: block;
  opacity: 1;
}

.gnav-list li.menu_single ul.menu_second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #B63570;
  transition: all .2s ease;
  display: none;
}

.gnav-list li.menu_single ul.menu_second-level li {
  border-left: none;
  border-top: 1px solid #7b213e;
}

.gnav-list li.menu_single ul.menu_second-level li:before {
  background: none !important;
}

.gnav-list li.menu_single ul.menu_second-level li:after {
  background: none !important;
}

.gnav-list li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 1px;
  height: 100%;
  background-color: #7b213e;
}

.gnav-list li:last-child {
  border-right: 1px solid #b1527c;
}

.gnav-list li:last-child:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 1px;
  height: 100%;
  background-color: #7b213e;
}

.gnav-list li a {
  display: block;
  padding: 18px;
  text-align: center;
}

.gnav-list ul.menu_second-level {
  opacity: 0;
  z-index: 30;
}

.gnav-list ul.menu_second-level li {
  display: block;
}

/* ----------------
ボタン
-----------------*/

.gnav-btn {
  display: block;
  position: absolute;
  top: 16px;
  right: 15px;
}

.gnav-btn-container {
  position: relative;
  width: 32px;
  height: 30px;
}

.gnav-btn-container span {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  display: block;
  background-color: #fff;
  transition: all .2s;
}

.gnav-btn-container span:first-child {
  top: 0;
}

.gnav-btn-container span:nth-child(2) {
  top: 13px;
}

.gnav-btn-container span:nth-child(3) {
  bottom: 0;
}

.gnav-btn-container.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

.gnav-btn-container.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.gnav-btn-container.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}

.menu {
  background: url(../img/bg_menu.png) center repeat-x;
  background-size: 105px auto;
  border-top: 2px solid #A89139;
  border-bottom: 1px solid #5E3900;
  text-align: center;
}

.menu-list {
  display: inline-block;
  margin: 0 auto;
  /* font-size: 0; */
}

.menu-list > li {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #5E3900;
}

.menu-list > li > a {
  display: block;
  padding: 13px 40px;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.drawer {
  top: 0;
  display: block;
  position: fixed;
  width: 280px;
  height: 100%;
  right: -100%;
  z-index: 1000;
  background-color: #114772;
  transition: right 0.2s ease;
}

.drawer.is-active {
  right: 0;
}

.drawer .menu {
  background: none;
  border: none;
  text-align: left;
  height: auto;
}

.drawer .menu-list {
  display: block;
  text-align: left;
}

.drawer .menu-list > li {
  border-left: none;
  border-right: none;
  display: block;
  border-bottom: 1px solid #002F53;
}

.drawer .menu-list > li:first-child {
  border-top: 0;
}

.drawer .menu-list > li > a {
  padding: 6px 20px;
}

.drawer .menu-list > li > ul > li {
  border-top: 1px solid #002F53;
  background: #003A5E;
}

.drawer .menu-list > li > ul > li > a {
  padding: 6px 30px 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.drawer .introduction_nav > a.active:before {
  font-family: "FontAwesome";
  content: '\f077';
  /* アイコンのunicode */
}

.drawer .introduction_nav > a:before {
  font-family: "FontAwesome";
  content: '\f078';
  /* アイコンのunicode */
  font-size: 13px;
  position: absolute;
  right: 20px;
}

.drawer .menu-list > li > ul {
  background: #000;
  display: none;
}

.drawer .header-sns {
  float: none;
  display: block;
  padding: 15px;
}

.drawer .header-sns a {
  margin: 0 10px 0 0;
}

.humberger {
  z-index: 100;
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
}

#humberger.is-active {
  position: fixed;
  right: 8px;
  top: 8px;
}

.humberger button {
  padding: 0;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 26px;
}

.humberger button > span {
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition: all 0.2s ease;
  left: 0;
}

.humberger button > span:nth-child(1) {
  top: 0;
}

.humberger button > span:nth-child(2) {
  top: 10px;
}

.humberger button > span:nth-child(3) {
  top: 20px;
}

.humberger button.is-active > span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 10px;
}

.humberger button.is-active > span:nth-child(2) {
  opacity: 0;
}

.humberger button.is-active > span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*=========================
_mod_tama
==========================*/

.box-maincontents {
  position: relative;
}

.tama_bt {
  position: absolute;
  top: 200px;
}

.tama_pot1 {
  position: absolute;
  top: -199px;
  left: 0;
  width: 220px;
  height: 200px;
  z-index: 100;
  overflow: hidden;
}

.tama_pot1 img {
  width: 100%;
}

.tama_pot2 {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 220px;
  height: 200px;
  overflow: hidden;
  z-index: 100;
}

.tama_pot2 img {
  width: 100%;
}

/*=========================
Page Title
==========================*/

.box-title {
  height: 50px;
  background-image: url(../images/common/bg_title_sp.png);
  background-size: 50px;
  padding-top: 18px;
  text-align: center;
  position: relative;
  z-index: 20;
}

.box-title .page-title {
  display: inline-block;
}

.box-title .page-title img {
  width: 260px !important;
  text-align: center;
}

/*=========================
Page Subtitle (各ページのものは/page/_◯○.scssで設定)
==========================*/

.box-subtitle {
  width: 100%;
  height: 279px;
  position: relative;
  background-size: cover;
}

.box-subtitle:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-image: url(../images/common/line.png);
  background-size: 100%;
  background-repeat: repeat-x;
  z-index: 10;
}

.box-subtitle .page-title_en {
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari用 */
  transform: translateX(-50%);
  z-index: 11;
}

.box-subtitle .page-title_en img {
  width: 183px;
}

/* ************************************************
* import ページごとのスタイルシート
* ************************************************ */

/*=================================
 title
==================================*/

.campaign .page-title img {
  width: 100px;
}

.campaign .box-subtitle {
  background-image: url(../images/about/cast/main_bg_sp.jpg);
}

/*=================================
 contents
==================================*/

.campaign .box-maincontents {
  margin-top: 90px;
  padding: 0;
}

.campaign .contents {
  padding: 0;
}

.campaign .consent_block {
  margin: 50px 0;
}

.campaign .consent_block .consent_block_form {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 10px 40px;
  font-size: 14px;
}

.campaign .consent_block .consent_block_form ul li {
  margin: 15px 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8em;
}

.campaign .consent_block .consent_block_form ul li input {
  padding: 0 5px 0 0;
}

.campaign .consent_block h3 {
  font-size: 21px;
  text-align: center;
  color: #ff4900;
  margin: 0 0 15px 0;
}

.p-campaign-title-box {
  background-color: #b3e5e8;
  position: relative;
  padding-top: 50px;
  width: 100%;
}

.p-campaign-title-box:after {
  content: '';
  display: block;
  background-image: url(../images/campaign/bg.png);
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  height: 97px;
}

.p-campaign-title-box .p-campaign-title {
  width: 100%;
  text-align: center;
  width: auto;
  margin: 0 auto;
}

.p-campaign-title-box .p-campaign_description img {
  margin: 30px auto 90px;
}

.p-campaign-title-box .img-tama_miki {
  position: absolute;
  top: 700px;
  left: 50%;
  margin-left: -175px;
}

.p-campaign_wht {
  padding: 0 5px;
  line-height: 1.4;
  background-color: white;
  padding: 160px 90px 90px;
}

.p-campaign_howto {
  margin-bottom: 35px;
}

.p-campaign-subtitle {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 3px solid #ff4900;
  color: #ff4900;
  font-size: 20px;
  letter-spacing: 1.4px;
  font-weight: normal;
}

.p-campaign-list_step {
  margin-bottom: 30px;
}

.p-campaign-list_step .p-campaing-step_icon {
  display: table-cell;
  width: 64px;
  vertical-align: top;
}

.p-campaign-list_step .p-campaing-step_icon img {
  width: 64px;
}

.p-campaign-list_step dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  padding-left: 20px;
}

.p-campaign-list_step dd strong {
  font-size: 22px;
  color: #ff4900;
}

.p-campaign-list_step dd .small-txt {
  color: #5a5a5a;
}

.p-campaign-list_step dd img {
  width: 370px;
}

.submit_button {
  text-align: center;
  margin: 30px 0 60px;
}

.p-campaign_note {
  font-size: 12px;
  color: #000;
  font-size: 13px;
  padding: 5px 0 0 0;
  line-height: 1.6em;
}

.p-campaign-due {
  margin: 50px 0 60px;
}

.p-campaign-due p {
  font-weight: 600;
  color: #ff4900;
  font-size: 29px;
}

.p-campaign-attention {
  background-color: #f2f2f2;
  padding: 20px;
  color: #434343;
  line-height: 1.6;
}

.p-campaign-attention .p-campaign-attention_title {
  font-weight: normal;
}

.p-campaign-attention_list > li {
  margin-bottom: 30px;
}

.p-campaign-attention_list > li:last-child {
  margin-bottom: 0;
}

/*=================================
 title
==================================*/

.cast .tama_pot1 {
  left: 0;
}

.cast .tama_pot2 {
  left: 220px;
}

.cast .page-title img {
  width: 100px;
}

.cast .box-subtitle {
  background-image: url(../images/about/cast/main_bg_sp.jpg);
}

/*=================================
 contents
==================================*/

.cast .contents {
  padding: 0;
  background-color: #fff;
}

.p-cast-list li {
  width: 50%;
  float: left;
}

.p-cast-list li a {
  vertical-align: top;
}

.p-cast-list li a img {
  vertical-align: top;
}

.p-cast-list li:nth-child(even) {
  float: right;
}

/*=================================
 js
==================================*/

.js-modal-content {
  margin: 30px auto;
  width: 280px;
}

.js-modal-wrap .mfp-close-btn-in .mfp-close {
  color: #fff;
}

/*=================================
 title
==================================*/

.chara .page-title img {
  width: 158px;
}

.chara .box-subtitle {
  background-image: url(../images/about/character/main_bg_sp.jpg);
}

/*=================================
 contents
==================================*/

.chara .contents {
  background-image: url(../images/about/character/bg_sp.jpg);
  background-size: cover;
}

.p-chara-img_01 {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.p-chara-img_01 img {
  width: 89.52%;
}

.p-chara-img_02 {
  margin-bottom: 20px;
}

/*=================================
 title
==================================*/

.credit .tama_pot1 {
  left: 0;
}

.credit .tama_pot2 {
  left: 220px;
}

.credit .page-title img {
  width: 135px;
}

.credit .box-subtitle {
  background-image: url(../images/credit/main_bg_sp.jpg);
}

/*=================================
 contents
==================================*/

.credit .contents {
  background-image: url(../images/common/bg_pink.png);
  background-size: 64px;
  padding: 25px 20px 60px;
}

.p-credit-contents {
  text-align: center;
}

.p-credit-cast {
  margin-bottom: 25px;
}

.p-credit-cast img {
  width: 291px;
}

.p-credit-staff_01 {
  margin-bottom: 20px;
}

.p-credit-staff_01 img {
  width: 295px;
}

.p-credit-staff_02 img {
  width: 304px;
}

.p-box-credit-contact {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 7px;
}

.p-credit-contact img {
  width: 257px;
}

/*=================================
 title
==================================*/

.diagram .local-nav_about {
  display: block;
}

.diagram .yt-title {
  color: white;
  font-size: 24px;
  text-align: center;
}

.diagram .youtube-area-2 {
  display: none;
}

.diagram .movie-switcher {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}

.diagram .movie-switcher ul {
  position: relative;
  left: 50%;
  float: left;
}

.diagram .movie-switcher ul li {
  position: relative;
  left: -50%;
  float: left;
  padding: 0 25px;
}

.diagram .movie-switcher ul li a {
  color: #641625;
  font-size: 27px;
}

.diagram .movie-switcher ul li a.is-active {
  color: #ffffff;
  border-bottom: #fff solid 3px;
}

.diagram .yotube-block h3 {
  margin: 20px 0 0 0;
  color: #ffffff;
  font-size: 16px;
}

.diagram .yotube-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.diagram .yotube-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.diagram .page-title img {
  width: 135px;
}

.diagram .box-subtitle {
  background-image: url(/images/diagram/main_bg_sp.png);
}

.diagram .pagenav ul {
  background-color: #fff;
  margin: 0 auto 50px;
  padding: 20px 30px;
  border-radius: 3px;
  width: 100%;
  text-align: left;
}

.diagram .pagenav ul li {
  width: 260px;
  display: inline-block;
  font-size: 13px;
  margin-left: 10px;
  background-color: #2588ac;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 15px;
  height: 50px;
  vertical-align: top;
  border-radius: 3px;
  margin-top: 10px;
  text-align: center;
  padding: 0;
}

.diagram .pagenav ul li .new_icon {
  position: absolute;
  top: -6px;
  left: -9px;
  background: #ff5900;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 33px;
  font-size: 5px;
  font-weight: bold;
  line-height: 35px;
}

.diagram .pagenav ul li small {
  font-size: 90%;
}

.diagram .pagenav ul li a {
  width: 260px;
  display: block;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 1.2;
  white-space: nowrap;
  padding-top: 9px;
}

.diagram .pagenav ul li a.txt-1l {
  padding-top: 15px;
}

.diagram .pagenav ul li a:hover {
  text-decoration: none;
  background-color: #489bb9;
}

.diagram .pagenav ul li:after {
  font-family: 'fontawesome';
  content: '\f107';
  color: #fff;
  position: absolute;
  right: 15px;
  font-size: 14px;
  line-height: 50px;
}

/*=================================
 contents
==================================*/

.diagram .contents {
  background-image: url(/images/common/bg_pink.png);
  background-size: 64px;
  padding: 25px 10px 25px;
  margin-bottom: 0;
}

.p-movie-contents {
  text-align: center;
}

.dvd-page h3 {
  text-align: center;
  margin: 50px 0;
}

.dvd-page .contents {
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.dvd-page .dvd-package {
  margin: 0 0 50px;
}

.dvd-page .item_block {
  border: #007AA0 solid 4px;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.dvd-page .item_block h4 {
  background: #007AA0;
  height: 94px;
  line-height: 94px;
  text-align: center;
  margin: 0 auto;
}

.dvd-page .online_block {
  margin: 80px 0 50px;
}

.dvd-page .img_dvd {
  margin: 40px 0;
}

.dvd-page .banner_area {
  border-bottom: #A98F43 solid 4px;
  border-left: #A98F43 solid 4px;
  border-right: #A98F43 solid 4px;
  width: 745px;
  margin: 0 auto;
}

.dvd-page .banner_area ul {
  padding: 30px 0;
}

.dvd-page .banner_area li {
  width: 305px;
  display: inline-block;
  vertical-align: top;
  padding: 8px 5px;
}

.dvd-page .rental_block {
  margin: 30px auto;
}

.dvd-page .caption {
  margin: 50px 0 0;
  font-size: 11px;
  color: #333;
  text-align: center;
}

/*=================================
 title
==================================*/

.interview .page-title img {
  width: 103px;
}

.interview .box-subtitle {
  background-image: url("/images/interview/main_bg_sp.png");
}

.interview .pagenav ul li.pagenav-directed {
  margin: 0 auto;
  width: 300px !important;
  position: relative;
  left: 226px;
}

.interview .pagenav ul {
  background-color: #fff;
  margin: 0 auto 50px;
  padding: 20px 30px;
  border-radius: 3px;
  width: 100%;
}

.interview .pagenav ul li {
  width: 174px;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  background-color: #2588ac;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 15px;
  height: 40px;
  vertical-align: top;
  border-radius: 3px;
}

.interview .pagenav ul li a {
  color: #fff;
  text-align: center;
  line-height: 40px;
  padding-top: -7px;
}

.interview .pagenav ul li:nth-child(3) {
  font-size: 11px;
  letter-spacing: -0.02em;
}

.interview .pagenav ul li:nth-child(10) {
  font-size: 13px;
  letter-spacing: -0.02em;
}

.interview .pagenav ul li:nth-child(4n+1) {
  margin-left: 0;
}

.interview .pagenav ul li:nth-child(-n+4) {
  margin-bottom: 20px;
}

.interview .pagenav ul li:nth-child(n+9) {
  margin-top: 20px;
}

.interview .pagenav ul li:after {
  font-family: 'fontawesome';
  content: '\f107';
  color: #fff;
  position: absolute;
  right: 20px;
  font-size: 14px;
  line-height: 40px;
}

.directer .page-title img {
  width: 103px;
}

.directer .box-subtitle {
  background-image: url("/images/interview/directer/main_bg_sp.png");
}

/*=================================
 contents
==================================*/

.directer .contents,
.interview .contents {
  color: #fff;
  background-image: url("../images/common/bg_pink.png");
  position: relative;
  padding: 25px 15px 20px;
}

.directer .contents:before,
.interview .contents:before {
  width: 98.6%;
  height: 14px;
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 1.2%;
  background-image: url("../images/about/note/img_ring_sp.png");
  background-size: 10px;
}

.p-interview-title {
  margin-bottom: 12px;
  text-align: left;
  vertical-align: top;
}

.p-interview-list li,
.p-interview-list-first li {
  color: #fff;
  margin-top: 30px;
}

.p-interview-list-first li:first-child {
  margin-top: 0;
}

.interview-maruyama img {
  width: 295px;
}

.interview-ichimura img {
  width: 302px;
}

.interview-yusuke img {
  width: 297px;
}

.interview-ishibashi img {
  width: 275px;
}

.interview-miyagawa img {
  width: 255px;
}

.interview-takahata img {
  width: 256px;
}

.interview-katagiri img {
  width: 311px;
}

.interview-minemura img {
  width: 287px;
}

.directer-interview {
  margin-top: 20px;
}

.directer .p-direter-subtitle {
  width: 206px;
  margin: 0 auto 15px;
}

.directer .column_container {
  margin-bottom: 30px;
}

.directer .column_container h4 {
  color: #ffffcc;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 5px;
}

.directer .p-direter-inner-pic {
  margin: 30px auto;
  text-align: center;
}

.page-control {
  text-align: center;
}

.page-control p {
  text-align: center;
  display: inline-block;
  width: 250px;
  font-size: 14px;
  margin-left: 10px;
  background-color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 15px;
  height: 55px;
  vertical-align: top;
  border-radius: 3px;
  border: 2px solid #a98f43;
}

.page-control a {
  color: #544236;
  font-weight: 600;
  line-height: 55px;
  padding-top: -7px;
  font-size: 15px;
}

.page-control a:after {
  font-family: 'fontawesome';
  content: '\f105';
  color: #544236;
  position: absolute;
  right: 20px;
  font-size: 14px;
  line-height: 55px;
}

.page-control .prev a {
  text-align: right;
}

.page-control .prev a::before {
  font-family: 'fontawesome';
  content: '\f104';
  color: #544236;
  position: absolute;
  left: 20px;
  font-size: 14px;
  line-height: 55px;
}

.page-control .prev a:after {
  content: '';
}

/*=================================
 title
==================================*/

.intro .tama_pot1 {
  left: 0;
}

.intro .page-title img {
  width: 248px;
}

.intro .box-subtitle {
  background-image: url(../images/about/introduction/main_bg_sp.jpg);
}

/*=================================
 contents
==================================*/

.intro .contents {
  background-image: url(../images/common/bg_pink.png);
  background-size: 64px;
}

.p-intro-contents .p-intro-subtitle {
  margin-bottom: 13px;
}

.p-intro-contents .p-intro-catch {
  margin-bottom: 15px;
  padding: 0 10px;
}

.p-intro-contents .p-intro-cast {
  margin-bottom: 20px;
}

.p-intro-contents p {
  color: #fff;
}

/*=================================
 title
==================================*/

.maezonotei .tama_pot1 {
  left: 0;
}

.maezonotei .tama_pot2 {
  right: 120px;
  left: inherit;
}

.maezonotei .page-title img {
  width: 135px;
}

.maezonotei .box-subtitle {
  background-image: none;
  height: 50px;
}

/*=================================
 maezonotei
==================================*/

.maezonotei .contents {
  margin-top: 40px;
  padding: 80px 60px 116px;
  background-color: white;
  background-image: url(/images/maezonotei/bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 25px 20px 60px;
}

.maezonotei .js-modal-content {
  text-align: center;
  max-width: 100%;
}

.maezonotei .js-modal-image img {
  margin: 0 auto;
}

.p-maezonotei-contents-main {
  height: 480px;
  position: relative;
}

.p-maezonotei-contents-main h2 {
  position: absolute;
  left: 50%;
  margin-left: 20px;
  margin-top: 20px;
}

.p-maezonotei-contents-map-read {
  font-size: 18px;
  color: #EE2E3C;
  text-align: center;
  margin: 20px auto 30px;
}

.p-maezonotei-contents-map-container {
  text-align: center;
}

.p-maezonotei-contents-map-container .map_1f img {
  margin: 0 auto;
}

.p-maezonotei-contents-map-container .map_2f {
  margin-top: 25px;
}

.p-maezonotei-contents-map-container .map_2f img {
  margin: 0 auto;
}

.p-maezonotei-contents-map-container area {
  cursor: pointer;
}

.p-maezonotei-contents-map-container .map_link-sp .map-link-set h4 {
  color: #EE2E3C;
  font-size: 16px;
}

.p-maezonotei-contents-map-container .map_link-sp .map-link-set ul {
  text-align: justify;
}

.p-maezonotei-contents-map-container .map_link-sp .map-link-set ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}

.p-maezonotei-contents-map-container .map_link-sp .map-link-set ul li {
  width: 48%;
  font-size: 0;
  display: inline-block;
  letter-spacing: -.4em;
  margin-top: 10px;
  vertical-align: top;
}

.p-maezonotei-contents-map-container .map_link-sp .map-link-set ul li a {
  display: block;
  background-color: #EE2E3C;
  color: white;
  font-size: 13px;
  padding: 5px 0;
  letter-spacing: inherit;
  text-align: center;
}

.p-maezonotei-contents-map-container .map_link-sp .map-link-set ul li .fz10 {
  font-size: 11px;
  height: 33px;
  line-height: 1;
}

.p-maezonotei-contents-map-container .map_link-sp .map-link-set-center ul {
  text-align: center;
}

/*=================================
 title
==================================*/

.movie .yt-title {
  color: white;
  font-size: 24px;
  text-align: center;
}

.movie .youtube-area-2 {
  display: none;
}

.movie .movie-switcher {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}

.movie .movie-switcher ul {
  position: relative;
  left: 50%;
  float: left;
}

.movie .movie-switcher ul li {
  position: relative;
  left: -50%;
  float: left;
  padding: 0 25px;
}

.movie .movie-switcher ul li a {
  color: #641625;
  font-size: 27px;
}

.movie .movie-switcher ul li a.is-active {
  color: #ffffff;
  border-bottom: #fff solid 3px;
}

.movie .yotube-block h3 {
  margin: 20px 0 0 0;
  color: #ffffff;
  font-size: 16px;
}

.movie .yotube-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie .yotube-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie .page-title img {
  width: 135px;
}

.movie .box-subtitle {
  background-image: url(/images/movie/main_bg_sp.png);
}

.movie .pagenav ul {
  background-color: #fff;
  margin: 0 auto 50px;
  padding: 20px 30px;
  border-radius: 3px;
  width: 100%;
  text-align: left;
}

.movie .pagenav ul li {
  width: 260px;
  display: inline-block;
  font-size: 13px;
  margin-left: 10px;
  background-color: #2588ac;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 15px;
  height: 50px;
  vertical-align: top;
  border-radius: 3px;
  margin-top: 10px;
  text-align: center;
  padding: 0;
}

.movie .pagenav ul li .new_icon {
  position: absolute;
  top: -6px;
  left: -9px;
  background: #ff5900;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 33px;
  font-size: 5px;
  font-weight: bold;
  line-height: 35px;
}

.movie .pagenav ul li small {
  font-size: 90%;
}

.movie .pagenav ul li a {
  width: 260px;
  display: block;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 1.2;
  white-space: nowrap;
  padding-top: 9px;
}

.movie .pagenav ul li a.txt-1l {
  padding-top: 15px;
}

.movie .pagenav ul li a:hover {
  text-decoration: none;
  background-color: #489bb9;
}

.movie .pagenav ul li:after {
  font-family: 'fontawesome';
  content: '\f107';
  color: #fff;
  position: absolute;
  right: 15px;
  font-size: 14px;
  line-height: 50px;
}

/*=================================
 contents
==================================*/

.movie .contents {
  background-image: url(/images/common/bg_pink.png);
  background-size: 64px;
  padding: 25px 10px 25px;
  margin-bottom: 0;
}

.p-movie-contents {
  text-align: center;
}

/*=================================
 title
==================================*/

.music .tama_pot1 {
  left: 0;
}

.music .tama_pot2 {
  right: 120px;
  left: inherit;
}

.music .page-title img {
  width: 135px;
}

.music .box-subtitle {
  background-image: none;
  height: 50px;
}

/*=================================
 music
==================================*/

.music .contents {
  margin-top: 55px;
  background-image: url(/images/common/bg_pink.png);
  background-size: 64px;
  padding: 25px 20px 60px;
}

.p-music-contents {
  text-align: center;
}

.p-music-contents-comments {
  margin-top: 40px;
  color: #fff;
  text-align: left;
}

/*=================================
 title
==================================*/

.note .page-title img {
  width: 103px;
}

.note .box-subtitle {
  background-image: url(/images/about/note/main_bg_sp.png);
}

/*=================================
 contents
==================================*/

.note .contents {
  background-image: url(../images/about/note/bg.png);
  background-size: cover;
  position: relative;
  padding: 25px 15px 20px;
}

.note .contents > h3 {
  margin-bottom: 20px;
}

.note .contents:before {
  width: 98.6%;
  height: 14px;
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 1.2%;
  background-image: url(../images/about/note/img_ring_sp.png);
  background-size: 10px;
}

.p-note-title {
  margin-bottom: 12px;
  text-align: center;
}

.p-note-list.p-note-list-first li {
  margin-top: 0;
}

.p-note-list li {
  margin-top: 30px;
}

.note-maruyama img {
  width: 155px;
}

.note-ichikawa img {
  width: 156px;
}

.note-yusuke img {
  width: 305px;
}

.note-ishibashi img {
  width: 156px;
}

.note-miyagawa img {
  width: 155px;
}

.note-takahata img {
  width: 155px;
}

.note-katagiri img {
  width: 136px;
}

.note-minemura img {
  width: 148px;
}

.note-staff img {
  width: 267px;
}

.note-crankup img {
  width: 200px;
}

/*=================================
 contents
==================================*/

.quiz .box-maincontents {
  margin-top: 90px;
}

.p-quiz .contents {
  padding: 40px 100px 125px;
}

.p-quiz-contents {
  padding: 0;
  background-image: url(../images/quiz/bg.png);
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-quiz-subtitle {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 3px solid #ff4900;
  color: #ff4900;
  font-size: 27px;
  letter-spacing: 1.4px;
  font-weight: normal;
  margin-top: 60px;
}

.p-quiz-due {
  margin: 50px 0 60px;
}

.p-quiz-due p {
  font-weight: 600;
  color: #ff4900;
  font-size: 29px;
}

.p-quiz-attention {
  background-color: #F2F2F2;
  box-sizing: border-box;
  padding: 40px;
  font-size: 13px;
}

/*=================================
 title
==================================*/

.staff .tama_pot1 {
  right: 0;
}

.staff .page-title img {
  width: 103px;
}

.staff .box-subtitle {
  background-image: url(../images/about/staff/main_bg_sp.jpg);
}

/*=================================
 contents
==================================*/

.staff .contents {
  background-image: url(../images/about/staff/bg.png);
  background-size: 113px;
  position: relative;
  padding: 25px 15px 20px;
}

.staff .contents:before {
  width: 98.6%;
  height: 14px;
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 1.2%;
  background-image: url(../images/about/staff/img_ring_sp.png);
  background-size: 10px;
}

.p-staff-title {
  margin-bottom: 12px;
  text-align: center;
}

.p-staff-list.p-staff-list-first li {
  margin-top: 0;
}

.p-staff-list li {
  margin-top: 30px;
}

.staff-nishida img {
  width: 240px;
}

.staff-endo img {
  width: 177px;
}

.staff-komatsu img {
  width: 178px;
}

.staff-aiba img {
  width: 178px;
}

.staff-kusakabe img {
  width: 205px;
}

.staff-gotsuji img {
  width: 158px;
}

.staff-asakura img {
  width: 250px;
}

.staff-sato img {
  width: 178px;
}

.staff-himeda img {
  width: 266px;
}

/*=================================
 title
==================================*/

.story .tama_pot1 {
  left: 0;
}

.story .page-title img {
  width: 128px;
}

.story .box-subtitle {
  background-image: url(../images/about/story/main_bg_sp.jpg);
}

.story .page-subtitle {
  position: absolute;
  top: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari用 */
  transform: translateX(-50%);
  z-index: 1;
}

.story .page-subtitle img {
  width: 35px;
}

/*=================================
 contents
==================================*/

.story .contents {
  background-image: url(../images/about/story/bg_sp.png);
  background-size: cover;
}

.p-story-img_01 {
  margin-bottom: 15px;
  text-align: center;
}

.p-story-img_01 img {
  width: 40.8333%;
}

.p-story-img_02 {
  margin: 25px 0;
}

.p-story-img_03 {
  margin: 15px 0 0;
}

.p-story-contents p {
  margin: 12px 0;
}

.p-story-contents .p-story-catch {
  position: relative;
  margin-bottom: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

/*=================================
 title
==================================*/

.takanashi .read_txt {
  padding: 0 20px;
  font-size: 14px;
  color: #ed0000;
  font-weight: bold;
}

.takanashi .page-title img {
  width: 135px;
}

.takanashi .box-subtitle {
  background-image: none;
  height: 50px;
}

.takanashi .contents {
  padding: 528px 0 0 0;
  margin-top: 40px;
  background: url(/images/takanashi/pic_contents_hader.png) 0 0 no-repeat;
}

.takanashi .contents_txt {
  background: #fff;
  width: 1000px;
}

.takanashi .youtube_block_area {
  padding: 50px 150px;
  text-align: center;
}

.takanashi .youtube_block_area h2 {
  font-size: 24px;
  padding: 5px 0 0 0;
  color: #ED0000;
  text-decoration: underline;
}

.takanashi .youtube_block_area .takanashi_link {
  background: #f4f4f4;
  margin: 30px 0 0 0;
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.takanashi .youtube_block_area .takanashi_link a {
  background: #cc0000;
  display: block;
  width: 200px;
  line-height: 49px;
  height: 49px;
  margin: 10px auto 0;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-weight: bold;
}

.takanashi .youtube_block_area_end {
  padding-bottom: 120px;
}

.takanashi .yotube-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.takanashi .yotube-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*=================================
 title
==================================*/

.tamamiki .tama_pot1 {
  left: 0;
}

.tamamiki .tama_pot2 {
  right: 120px;
  left: inherit;
}

.tamamiki .page-title img {
  width: 135px;
}

.tamamiki .box-subtitle {
  background-image: none;
  height: 50px;
}

/*=================================
 tamamiki
==================================*/

.tamamiki .contents {
  margin-top: 40px;
  padding: 80px 60px 116px;
  background-color: white;
  background-image: url(/images/tamamiki/bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 25px 20px 60px;
}

.tamamiki .js-modal-content {
  text-align: center;
  max-width: 100%;
}

.p-tamamiki-contents {
  text-align: center;
}

.p-tamamiki-contents img {
  margin: 0 auto;
}

.p-tamamiki-contents-main {
  margin-top: 60px;
  margin-bottom: 80px;
}

.p-tamamiki-contents-main p {
  margin-top: 60px;
}

.p-tamamiki-contents-movie {
  margin-bottom: 100px;
}

.p-tamamiki-contents-movie h3 {
  margin-bottom: 30px;
}

.p-tamamiki-contents-movie p {
  margin-bottom: 50px;
}

.p-tamamiki-contents-illust .illust-area {
  width: 800px;
  margin: 0 auto;
}

.p-tamamiki-contents-illust .illust-area ul {
  text-align: justify;
  text-justify: distribute-all-lines;
}

.p-tamamiki-contents-illust .illust-area ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}

.p-tamamiki-contents-illust .illust-area li {
  width: 240px;
  display: inline-block;
  font-size: 0;
  margin-top: 60px;
  vertical-align: top;
}

.p-tamamiki-contents-illust .illust-area li .illust-area-item {
  width: 240px;
  height: 180px;
}

.p-tamamiki-contents-illust .illust-area li span {
  display: block;
  font-size: 16px;
  color: #FF4900;
  text-align: center;
}

.p-tamamiki-contents-illust .illust-area li span:after {
  content: 'さん';
  font-size: 13px;
  margin-left: 5px;
}

.p-tamamiki-contents-illust .illust-area-item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.p-tamamiki-contents .pagenavi {
  color: #268AAE;
  font-size: 18px;
  margin-top: 60px;
  margin-left: -15px;
}

.p-tamamiki-contents .pagenavi span {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-left: 15px;
}

.p-tamamiki-contents .pagenavi a {
  width: 48px;
  height: 48px;
  color: white;
  background-color: #268AAE;
  display: inline-block;
  line-height: 48px;
  margin-left: 15px;
}

/*=================================
 title
==================================*/

.theater .page-title img {
  width: 140px;
}

.theater .box-subtitle {
  height: 0;
}

/*=================================
 contents
==================================*/

.theater {
  /* infomation */
}

.theater .box-maincontents {
  margin-top: 15px;
}

.theater .contents {
  padding: 40px 5px;
}

.theater .information-section {
  background: url("../../images/theater/bg_information.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 4px;
  border: 3px solid #A98F43;
  padding: 25px 15px;
}

.theater .information-section-title img {
  margin: 0 auto;
}

.theater .information-section-txt {
  margin-top: 20px;
}

.theater .information-section-txt img {
  margin: 0 auto;
}

.theater .information-section-txt-caution {
  margin-top: 20px;
}

.theater .information-section-txt-caution img {
  margin: 0 auto;
}

.theater .information-section-release {
  margin-top: 30px;
}

.theater .information-section-release img {
  margin: 0 auto;
}

.theater .information-section-caption {
  letter-spacing: normal;
  margin-top: 30px;
  font-size: 13px;
  text-align: center;
}

.theater .information-text {
  margin-top: 30px;
  line-height: 2;
  font-size: 14px;
}

.theater .information-banner {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}

.theater .information-banner > li {
  vertical-align: top;
  display: inline-block;
  margin: 10px 0;
}

.theater .information-banner > li img {
  width: 185px;
}

.theater .ricemark {
  padding-left: 1em;
  text-indent: -1em;
}

.theater .ricemark:before {
  content: '※';
}

/*=========================
header
==========================*/

#inline-youtube {
  display: none;
}

.index .top_banner {
  position: fixed;
  top: 0;
  text-align: center;
  opacity: 0;
  z-index: 100;
}

.index .top_banner a {
  margin: 0 auto;
  display: block;
  width: 85%;
}

.index .top_banner a img {
  width: 100%;
}

.index .main-pc-block {
  display: none;
}

.index #header:before {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  background-image: url(../images/common/line.png);
  background-size: 100%;
  background-repeat: repeat-x;
}

.index #header .top-logo-area {
  display: block;
  position: relative;
  height: 160px;
  margin: 0 auto 20px;
}

.index #header .top-logo-area .top-logo {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari用 */
  transform: translateX(-50%);
}

.index #header .top-logo-area .top-statue {
  position: absolute;
  bottom: 1px;
  right: 0;
}

.index #header .pc-header-logo_area {
  display: none;
}

.index .top-bnr {
  width: 100%;
  text-align: center;
  margin: 0 0 40px 0;
}

.index .top-bnr ul li {
  display: inline-block;
  width: 305px;
  vertical-align: top;
  padding: 0 8px;
  box-sizing: border-box;
}

.index .gnav-home {
  display: none;
}

.bnr_sp_popup {
  position: fixed;
  bottom: -400px;
  width: 80%;
  left: 45px;
  margin: 0 0 0 0;
}

.bnr_sp_popup img {
  width: 100%;
}

.top-small-header {
  display: none;
}

.index .sp-header .sp-header-intro {
  display: block;
  width: 72%;
}

.index .sp-header .sp-header-logo {
  display: none;
}

.index .local-nav {
  display: none;
}

/*=========================
main
==========================*/

.index #main {
  padding-top: 15px;
}

.main_movie_stop {
  background: url(../images/top/bg_main_pc.png) center center no-repeat;
  background-size: contain;
  position: relative;
  padding: 56.25% 0 0 0;
}

.main_movie_stop:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-image: url(../images/common/line.png);
  background-size: 100%;
  background-repeat: repeat-x;
}

/*=========================
top main content
==========================*/

/*=========================
sec-info-txt
==========================*/

.bnr-movieticket {
  text-align: center;
  margin: 30px auto 0;
  width: 100%;
}

.bnr_2col {
  text-align: justify;
  font-size: 0;
}

.bnr_2col:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}

.bnr_2col .bnr_campaign {
  display: inline-block;
  width: 49%;
}

.bnr_2col .bnr_campaign img {
  width: 100%;
}

.bnr-tiff {
  text-align: center;
  margin: 20px auto 0;
  width: 100%;
}

.sec-info-txt .sec-info-ttl {
  padding: 0 15px;
}

.sec-info-txt .sec-info-flash {
  margin: 28px 0 25px;
  text-align: center;
}

.sec-info-txt .sec-info-flash img {
  width: 197px;
}

.sec-info-txt .txt-day {
  width: 200px;
  margin: 10px auto;
  text-align: center;
}

.sec-info-txt .roadshow-block {
  margin: 0 auto;
  padding: 0;
}

.sec-info-txt .roadshow-block .txt-day {
  width: 340px;
  margin: 0 auto;
}

.sec-info-txt .roadshow-block .img_statue {
  width: 150px;
}

.sp-top-nav {
  background-image: url(../images/top/bg_nav.png);
  background-color: #fff;
  background-size: 80px;
  border-style: Solid;
  border-color: #A98F43;
  border-color: #a98f43;
  border-width: 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
}

.sp-top-nav ul {
  width: 100%;
  display: table;
  vertical-align: middle;
}

.sp-top-nav ul:first-child {
  border-bottom: 1px solid #b1527c;
}

.sp-top-nav ul:last-child {
  border-top: 1px solid #7b213e;
}

.sp-top-nav li {
  width: 33.3333%;
  display: table-cell;
  text-align: center;
  border-left: 1px solid #b1527c;
  position: relative;
}

.sp-top-nav li:first-child {
  border-left: none;
}

.sp-top-nav li:first-child:after {
  display: none;
}

.sp-top-nav li:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 1px;
  height: 100%;
  background-color: #7b213e;
}

.sp-top-nav li a {
  padding: 15px 0;
  display: block;
}

/*=========================
sec-news
==========================*/

.sec-news {
  margin: 20px 0 30px 0;
}

.sec-news h3 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: 0 0 0 0;
}

.sec-news-ttl {
  width: 92px;
  margin: 0 auto 15px;
}

.box-news-list {
  background-image: url(../images/top/bg_news_sp.png);
  background-size: cover;
  margin-bottom: 30px;
  padding: 20px 20px 15px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #fff;
  border-style: Solid;
  border-color: #A98F43;
  border-color: #a98f43;
  border-width: 3px;
  font-size: 14px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
  overflow: hidden;
}

.box-news-list li {
  margin-top: 0;
}

.box-news-list li:first-child {
  margin-top: 0;
}

.box-news-list a:hover {
  text-decoration: none;
}

.box-news-list a time {
  color: #a57423;
  font-weight: bold;
  font-size: 13px;
}

.news-list-link {
  text-align: center;
  padding: 10px 0 0 0;
}

.news-list-link a {
  display: inline-block;
  background-color: #B28944;
  color: #fff;
  line-height: 32px;
  text-align: center;
  border-radius: 29px;
  padding: 0 10px;
  min-width: 120px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  transition: opacity 0.1s ease;
}

.tiff-logo-sp {
  margin: 30px auto;
  text-align: center;
}

.tiff-logo-sp img {
  width: 150px;
}

.top-cast {
  margin: 32px 0 20px;
  padding: 0 12px;
  text-align: center;
}

/*=========================
footer
==========================*/

.index .sns-list {
  display: block;
  margin-bottom: 16px;
  text-align: center;
}

.index .sns-list li {
  width: 60px;
  display: inline-block;
  margin: 0 6px;
}

.index .box-pagetop {
  display: none;
}

/*=================================
 title
==================================*/

.twitter .page-title img {
  width: 100px;
}

.twitter .box-subtitle {
  background-image: url(../images/about/cast/main_bg_sp.jpg);
}

/*=================================
 contents
==================================*/

.twitter .box-maincontents {
  margin-top: 15px;
}

.twitter .contents {
  background-image: url(../images/twitter/bg_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 25px 10px 10px;
}

.p-twitter-title-box {
  position: relative;
  margin: 20px 0 0 0;
}

.p-twitter-title-box .p-twitter-title {
  width: 100%;
  text-align: center;
}

.p-twitter-title-box .p-twitter_description {
  margin-bottom: 10px;
}

.p-twitter-title-box .img-tama_miki {
  margin: 0 0 60px 0;
}

.p-twitter_wht {
  padding: 0 5px;
  line-height: 1.4;
}

.p-twitter_howto {
  margin-bottom: 35px;
}

.p-twitter-subtitle {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 3px solid #ff4900;
  color: #ff4900;
  font-size: 20px;
  letter-spacing: 1.4px;
  font-weight: normal;
}

.p-twitter-list {
  text-align: center;
  font-weight: bold;
}

.p-twitter-list li {
  margin-bottom: 20px;
}

.p-twitter-list li a {
  color: #006fa8;
}

.p-twitter-list .p-twitter-list_title {
  margin-bottom: 5px;
  color: #6d6d6d;
}

.p-twitter-list .p-twitter-list_contents .font-orange {
  color: #ff4900;
  font-size: 21px;
}

.p-twitter-list .p-twitter-list_step {
  margin-bottom: 20px;
}

.p-twitter-list .p-twitter-list_step .p-campaing-step_icon {
  margin-bottom: 10px;
}

.p-twitter-list .p-twitter-list_step .p-campaing-step_icon img {
  width: 48px;
}

.p-twitter_note {
  margin-bottom: 25px;
  color: #858585;
  font-size: 10px;
}

.p-twitter-attention {
  background-color: #f2f2f2;
  padding: 20px;
  color: #434343;
  line-height: 1.6;
}

.p-twitter-attention .p-twitter-attention_title {
  font-weight: normal;
}

.p-twitter-attention_list > li {
  margin-bottom: 30px;
}

.p-twitter-attention_list > li:last-child {
  margin-bottom: 0;
}

.twitter-follow-button {
  margin-top: 10px;
}

/*=================================
 wallpaper
==================================*/

.wallpaper .page-title img {
  width: 135px;
}

.wallpaper .box-subtitle {
  background-image: none;
  height: 50px;
}

.wallpaper .contents {
  margin-top: 55px;
  background-image: url("/images/common/bg_pink.png");
  background-size: 64px;
  padding: 25px 20px 60px;
}

.wallpaper .p-wallpaper-contents {
  text-align: center;
}

.wallpaper .p-wallpaper-contents h2 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 30px;
}

.wallpaper .sp-wallpaper-filename {
  color: #fff;
  font-size: 20px;
  font-family: 'Montserrat';
  text-decoration: none;
  margin: 10px 0;
}

.wallpaper .sp-wallpaper-txt {
  color: #fff;
  font-size: 13px;
  text-align: left;
}

.wallpaper .w_thumb {
  width: 100%;
}

.wallpaper .w_thumb img {
  width: 500px;
  border: 10px solid #fff;
}

.wallpaper .p-wallpaper-contents-link {
  margin-top: 30px;
  color: #fff;
}

.wallpaper .p-wallpaper-contents-link li {
  display: inline-block;
}

.wallpaper .p-wallpaper-contents-link a {
  color: #fff;
  opacity: 0.8;
  font-size: 20px;
  font-family: 'Montserrat';
  text-decoration: none;
}

.wallpaper .p-wallpaper-contents-link a:hover {
  opacity: 1;
}

.wallpaper .p-wallpaper-contents-link a:before {
  font-family: 'fontawesome';
  content: '\f105';
  padding-right: 5px;
}

.wallpaper .p-wallpaper-contents-link span {
  margin: 0 25px;
}

@media screen and (min-width: 767px) {
  body {
    line-height: 2;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }

  .container {
    width: 1000px;
    padding: 0;
  }

  .contents {
    margin: 0;
    padding: 85px 100px 125px;
  }

  .box-pagetop {
    margin-top: -30px;
    position: relative;
  }

  .pagetop {
    text-align: right;
    padding-right: 50px;
  }

  .pagetop img {
    width: 63px;
  }

  #footer {
    padding: 0 0 50px 0;
    font-size: 12px;
  }

  .copy .other-copy {
    width: 140px;
  }

  .copy small {
    font-size: 12px;
  }

  .sp-header {
    display: none;
  }

  .pc-header {
    display: block;
    width: 100%;
    background-image: url(../images/common/bg_header.png);
    background-repeat: repeat-x;
    position: relative;
  }

  .box-btn {
    margin: 25px 0;
  }

  .btn {
    width: 170px;
    height: 40px;
    line-height: 40px;
  }

  .btn img {
    width: 81px;
  }

  .gnav-btn {
    display: none;
  }

  .drawer {
    display: none;
  }

  .humberger {
    display: none;
  }

  .box-title {
    height: 80px;
    padding-top: 43px;
    background-image: url(../images/common/bg_title.png);
    background-size: 129px;
  }

  .box-title .page-title img {
    width: 320px !important;
  }

  .box-subtitle {
    height: 520px;
    background-size: auto;
  }

  .box-subtitle:before {
    height: 2px;
    background-size: cover;
  }

  .box-subtitle .page-title_en {
    top: -30px;
  }

  .box-subtitle .page-title_en img {
    width: 240px;
  }

  .campaign .page-title img {
    width: 136px;
  }

  .campaign .box-subtitle {
    background-image: url(../images/about/cast/main_bg.jpg);
  }

  .p-campaign_howto {
    width: 861px;
    margin-bottom: 60px;
  }

  .p-campaign-subtitle {
    margin-bottom: 30px;
    font-size: 27px;
  }

  .p-campaign-list_step {
    width: 100%;
    display: table;
  }

  .p-campaign-attention {
    padding: 50px;
    font-size: 13px;
    line-height: 2;
    border-radius: 10px;
  }

  .cast .page-title img {
    width: 136px;
  }

  .cast .box-subtitle {
    background: url(../images/common/bg_contents_main.png) 0 0;
    position: relative;
  }

  .cast .box-subtitle:after {
    content: "";
    background: url(../images/about/cast/main_bg.jpg) center top no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
  }

  .cast .contents {
    margin: 0;
    padding: 0;
  }

  .p-cast-list-first li {
    width: 50%;
    float: left;
  }

  .p-cast-list-first li a {
    vertical-align: top;
  }

  .p-cast-list-first li a img {
    vertical-align: top;
  }

  .p-cast-list li {
    width: 333px;
  }

  .p-cast-list li:nth-child(even) {
    float: left;
  }

  .p-cast-list .p-cast-list_even {
    width: 334px;
  }

  .js-modal-content {
    width: 100%;
    max-width: 1340px;
  }

  .chara .page-title img {
    width: 216px;
  }

  .chara .box-subtitle {
    background-image: url(../images/about/character/main_bg.jpg);
  }

  .chara .box-maincontents {
    background-image: url(../images/common/bg_pink.png);
    background-size: 129px;
    padding: 60px 60px 106px;
  }

  .chara .contents {
    background-image: url(../images/about/character/bg.png);
    background-size: cover;
    margin: 0;
    padding: 24px 27px 10px 27px;
    border-radius: 0 0 10px 10px;
  }

  .p-chara-img_01 {
    margin: 20px 0 15px;
  }

  .p-chara-img_01 img {
    width: auto;
    margin: 0 auto;
  }

  .p-chara-img_02 {
    text-align: center;
  }

  .credit .page-title img {
    width: 174px;
  }

  .credit .box-subtitle {
    background: url(../images/common/bg_contents_main.png) 0 0;
    position: relative;
  }

  .credit .box-subtitle:after {
    content: "";
    background: url(../images/credit/main_bg.jpg) center top no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
  }

  .credit .contents {
    margin: 0;
    padding: 80px 60px 116px;
    background-size: 129px;
  }

  .p-credit-cast {
    margin-bottom: 25px;
  }

  .p-credit-cast img {
    width: auto;
    margin: 0 auto;
  }

  .p-credit-staff_01 {
    margin-bottom: 30px;
  }

  .p-credit-staff_01 img {
    width: auto;
    margin: 0 auto;
  }

  .p-credit-staff_02 img {
    width: auto;
    margin: 0 auto;
  }

  .p-box-credit-contact {
    padding: 30px;
  }

  .p-credit-contact img {
    width: auto;
    margin: 0 auto;
  }

  .diagram .page-title img {
    width: 174px;
  }

  .diagram .box-subtitle {
    background: url(/images/common/bg_contents_main.png) 0 0;
    position: relative;
  }

  .diagram .box-subtitle:after {
    content: "";
    background: url(/images/diagram/main_bg.png) center top no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
  }

  .diagram .contents {
    margin: 0;
    padding: 80px 60px 50px;
    background-size: 129px;
  }

  .interview .page-title img {
    width: 138px;
  }

  .interview .box-subtitle {
    background: url("/images/common/bg_contents_main.png") 0 0;
  }

  .interview .box-subtitle:after {
    content: "";
    background: url("/images/interview/main_bg.png") center top no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
  }

  .directer .page-title img {
    width: 138px;
  }

  .directer .box-subtitle {
    background: url("/images/common/bg_contents_main.png") 0 0;
  }

  .directer .box-subtitle:after {
    content: "";
    background: url("/images/interview/directer/main_bg.png") center top no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
  }

  .directer .contents,
  .interview .contents {
    padding: 90px 100px;
  }

  .directer .contents h3 img,
  .interview .contents h3 img {
    margin: 0 auto;
  }

  .directer .contents:before,
  .interview .contents:before {
    width: 960px;
    top: -13px;
    left: 20px;
    height: 28px;
    background-image: url("../images/about/note/img_ring.png");
    background-size: 100%;
  }

  .p-interview-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .p-interview-list li,
  .p-interview-list-first li {
    width: 370px;
    font-size: 13px;
    line-height: 1.6;
    float: left;
  }

  .p-interview-list li:last-child,
  .p-interview-list-first li:last-child {
    float: right;
  }

  .p-interview-list-first li {
    margin-top: 0;
  }

  .interview-maruyama img {
    width: 356px;
  }

  .interview-ichimura img {
    width: 356px;
  }

  .interview-yusuke img {
    width: 323px;
  }

  .interview-ishibashi img {
    width: 327px;
  }

  .interview-miyagawa img {
    width: 303px;
  }

  .interview-takahata img {
    width: 304px;
  }

  .interview-katagiri img {
    width: 371px;
  }

  .interview-minemura img {
    width: 340px;
  }

  .directer-interview {
    margin-top: 40px;
  }

  .directer .p-direter-subtitle {
    width: 518px;
  }

  .directer .column_container {
    margin-bottom: 40px;
  }

  .directer .column_container h4 {
    font-size: 18px;
  }

  .intro .page-title img {
    width: 322px;
  }

  .intro .box-subtitle {
    background: url(../images/common/bg_contents_main.png) 0 0;
    position: relative;
  }

  .intro .box-subtitle:after {
    content: "";
    background: url(../images/about/introduction/main_bg.jpg) center top no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
  }

  .intro .contents {
    margin: 0;
    padding: 80px 89px 106px;
    background-size: 129px;
  }

  .p-intro-contents .p-intro-subtitle {
    margin-bottom: 20px;
  }

  .p-intro-contents .p-intro-inner {
    padding: 0 11px;
  }

  .p-intro-contents .p-intro-catch {
    margin-bottom: 30px;
    padding: 0;
  }

  .maezonotei .page-title img {
    width: 174px;
  }

  .maezonotei .box-subtitle {
    background: none;
    height: 80px;
  }

  .maezonotei .box-subtitle:after {
    background: none;
  }

  .movie .page-title img {
    width: 174px;
  }

  .movie .box-subtitle {
    background: url(/images/common/bg_contents_main.png) 0 0;
    position: relative;
  }

  .movie .box-subtitle:after {
    content: "";
    background: url(/images/movie/main_bg.png) center top no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
  }

  .movie .contents {
    margin: 0;
    padding: 80px 60px 50px;
    background-size: 129px;
  }

  .music .page-title img {
    width: 174px;
  }

  .music .box-subtitle {
    background: none;
    height: 80px;
  }

  .music .box-subtitle:after {
    background: none;
  }

  .music .contents {
    margin-top: 40px;
    padding: 80px 60px 116px;
    background-size: 129px;
  }

  .note .page-title img {
    width: 138px;
  }

  .note .box-subtitle {
    background: url(/images/common/bg_contents_main.png) 0 0;
  }

  .note .box-subtitle:after {
    content: "";
    background: url(/images/about/note/main_bg.png) center top no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
  }

  .note .pagenav li:nth-child(3) {
    letter-spacing: -0.15em;
  }

  .note .contents {
    padding: 90px 100px;
  }

  .note .contents > h3 {
    margin-bottom: 30px;
  }

  .note .contents h3 img {
    margin: 0 auto;
  }

  .note .contents:before {
    width: 960px;
    top: -13px;
    left: 20px;
    height: 28px;
    background-image: url(../images/about/note/img_ring.png);
    background-size: 100%;
  }

  .p-note-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .p-note-list.p-note-list-first li {
    width: 100%;
    float: none;
  }

  .p-note-list li {
    width: 370px;
    font-size: 13px;
    line-height: 1.6;
    float: left;
  }

  .p-note-list li:last-child {
    float: right;
  }

  .note-maruyama img {
    width: 144px;
  }

  .note-ichikawa img {
    width: 144px;
  }

  .note-yusuke img {
    width: 284px;
  }

  .note-ishibashi img {
    width: 145px;
  }

  .note-miyagawa img {
    width: 146px;
  }

  .note-takahata img {
    width: 143px;
  }

  .note-katagiri img {
    width: 126px;
  }

  .note-minemura img {
    width: 138px;
  }

  .note-staff img {
    width: 240px;
  }

  .note-crankup img {
    width: 186px;
  }

  .staff .page-title img {
    width: 138px;
  }

  .staff .box-subtitle {
    background: url(../images/common/bg_contents_main.png) 0 0;
    position: relative;
  }

  .staff .box-subtitle:after {
    content: "";
    background: url(../images/about/staff/main_bg.jpg) center top no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
  }

  .staff .contents {
    padding: 90px 100px;
  }

  .staff .contents:before {
    width: 960px;
    top: -13px;
    left: 20px;
    height: 28px;
    background-image: url(../images/about/staff/img_ring.png);
    background-size: 100%;
  }

  .p-staff-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .p-staff-list.p-staff-list-first li {
    width: 100%;
    float: none;
  }

  .p-staff-list li {
    width: 370px;
    font-size: 13px;
    line-height: 1.6;
    float: left;
  }

  .p-staff-list li:last-child {
    float: right;
  }

  .staff-nishida img {
    width: 215px;
  }

  .staff-endo img {
    width: 159px;
  }

  .staff-komatsu img {
    width: 159px;
  }

  .staff-aiba img {
    width: 160px;
  }

  .staff-kusakabe img {
    width: 184px;
  }

  .staff-gotsuji img {
    width: 141px;
  }

  .staff-asakura img {
    width: 358px;
  }

  .staff-sato img {
    width: 159px;
  }

  .staff-himeda img {
    width: 326px;
  }

  .story .page-title img {
    width: 204px;
  }

  .story .box-subtitle {
    background: url(../images/common/bg_contents_main.png) 0 0;
    position: relative;
  }

  .story .box-subtitle:after {
    content: "";
    background: url(../images/about/story/main_bg.jpg) center top no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
  }

  .story .page-subtitle {
    top: 125px;
  }

  .story .page-subtitle img {
    width: 60px;
  }

  .story .contents {
    background-image: url(../images/about/story/bg.png);
    background-size: cover;
  }

  .p-story-img_01 {
    position: absolute;
    top: -20px;
    right: 20px;
  }

  .p-story-img_01 img {
    width: 280px;
  }

  .p-story-img_02 {
    margin: 40px 0 30px;
  }

  .p-story-img_03 {
    margin: 20px 0 0;
  }

  .p-story-contents .p-story-catch {
    margin-bottom: 70px;
    text-align: left;
    font-size: 18px;
  }

  .takanashi .page-title img {
    width: 174px;
  }

  .takanashi .box-subtitle {
    background: none;
    height: 80px;
  }

  .takanashi .box-subtitle:after {
    background: none;
  }

  .tamamiki .page-title img {
    width: 174px;
  }

  .tamamiki .box-subtitle {
    background: none;
    height: 80px;
  }

  .tamamiki .box-subtitle:after {
    background: none;
  }

  .theater .page-title img {
    width: 173px;
  }

  .theater .box-subtitle {
    height: 0;
  }

  .theater .container {
    width: 1000px;
  }

  .theater .box-maincontents {
    margin-top: 90px;
  }

  .theater .contents {
    margin: 0;
    padding: 0;
  }

  .theater .information-section {
    padding: 60px 0;
  }

  .theater .information-title {
    margin: 0 auto;
    width: 803px;
  }

  .theater .information-banner {
    margin-top: 40px;
  }

  .theater .information-banner > li {
    margin: 0 20px;
  }

  .theater .information-banner > li img {
    width: 100%;
  }

  .index .main-pc-block {
    background: url(../images/top/bg_top_main.png) 0 0 no-repeat;
    background-size: cover;
    padding: 86.015625% 0 0 0;
    position: relative;
    display: block;
  }

  .index .main-pc-block-right {
    position: absolute;
    width: 27.6381322%;
    top: 2.0233463%;
    left: 71.0505835%;
  }

  .index .main-pc-block-right h1 {
    width: 53.918919%;
    left: 24.432432%;
    position: absolute;
  }

  .index .main-pc-block-right h1 img {
    width: 100%;
  }

  .index .main-pc-block-right .date-block {
    position: absolute;
    padding: 180% 0 0 0;
    left: 10%;
    width: 80%;
  }

  .index .main-pc-block-right .data-time {
    width: 45%;
    float: left;
    margin: 0 0 10px 0;
  }

  .index .main-pc-block-right .sns-bt {
    float: left;
    width: 55%;
  }

  .index .main-pc-block-right .sns-list {
    width: 100%;
    padding: 0 0 0 5%;
    box-sizing: border-box;
  }

  .index .main-pc-block-right .sns-list li {
    width: 28%;
    float: left;
    margin: 14% 0 0 5%;
  }

  .index .main-pc-block-right .banner-block .top_dvd_bnr {
    margin: 15px 0 0 0;
  }

  .index .main-pc-block-right .banner-block .bnr_music {
    margin: 0 0 15px 0;
  }

  .index .main-pc-block-right .banner-block .bnr_music img {
    width: 100%;
  }

  .index .main-pc-block-right .banner-block .bnr_tiff {
    margin: 15px 0 0 0;
  }

  .index .main-pc-block-right .banner-block .bnr_tiff img {
    width: 100%;
  }

  .index .main-pc-block-right .banner-block .bnr_campaign {
    margin: 10px 0 0 0;
  }

  .index .main-pc-block-right .banner-block .bnr_campaign img {
    width: 100%;
  }

  .index #header:before {
    display: none;
  }

  .index #header .top-logo-area {
    display: none;
  }

  .index #footer .sns-list {
    display: none;
  }

  .top-small-header {
    display: block;
    padding: 13px 0;
    background-image: url(../images/common/bg_header.png);
    background-repeat: repeat-x;
    text-align: center;
  }

  .index #main {
    padding: 30px 0;
  }

  .box-bgarea {
    background-image: url(../images/common/bg_contents.png);
  }

  .main-visual {
    position: relative;
    padding: 56.25% 0 0 0;
    background-size: cover !important;
    background: #000;
  }

  .main-visual:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-image: url(../images/common/line.png);
    background-size: 100%;
    background-repeat: repeat-x;
  }

  .main-visual:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/common/line.png);
    background-size: 100%;
    background-repeat: repeat-x;
  }

  .bnr-movieticket {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .bnr-tiff {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .sec-info-txt {
    margin-bottom: 20px;
  }

  .sec-info-txt .sec-info-ttl {
    padding: 0;
    float: left;
  }

  .sec-info-txt .txt-day {
    width: 205px;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
  }

  .sec-info-txt .roadshow-block {
    width: 359px;
  }

  .sec-info-txt .roadshow-block p {
    display: inline-block;
    padding: 0 20px;
  }

  .sec-info-txt .roadshow-block .txt-day {
    width: 200px;
  }

  .sec-news {
    margin: 0;
  }

  .sec-news h3 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin: 0 0 0 0;
  }

  .sec-news-ttl {
    width: 133px;
    margin-bottom: 20px;
  }

  .box-news-list {
    width: 760px;
    margin: 0 auto 40px;
    padding: 20px 30px;
    background-image: url(../images/top/bg_news.png);
  }

  .box-news-list li {
    margin: 0;
  }

  .box-news-list a {
    display: table;
  }

  .box-news-list a time {
    display: table-cell;
    font-size: 14px;
  }

  .box-news-list a p {
    display: table-cell;
    padding-left: 30px;
  }

  .box-news-list a p:hover {
    text-decoration: underline;
  }

  .news-list-link a {
    display: inline-block;
  }

  .banner-area {
    margin: 0 0 30px 0;
    text-align: center;
  }

  .banner-area li {
    padding: 0 5px;
    box-sizing: border-box;
  }

  .banner-area .tiff-logo {
    width: 160px;
    margin: 0 auto;
    display: inline-block;
  }

  .banner-area .tiff-logo img {
    width: 100%;
  }

  .banner-area .bnr_movieticket {
    width: 265px;
    margin: 0 auto;
    display: inline-block;
  }

  .banner-area .bnr_movieticket img {
    width: 100%;
  }

  .banner-area .bnr_lawson {
    width: 240px;
    margin: 0 auto;
    display: inline-block;
    box-sizing: border-box;
  }

  .banner-area .bnr_lawson img {
    width: 220px;
  }

  .banner-area .bnr_campaign img {
    width: 220px;
  }

  .banner-area-bottom {
    margin-top: 20px;
  }

  .banner-area-bottom > li {
    display: inline-block;
  }

  .top-cast {
    margin: 70px 0 0;
    padding: 0;
  }

  .index .copy .top-copy {
    display: inline-block;
  }

  .index .copy .other-copy {
    display: none;
  }

  .twitter .page-title img {
    width: 136px;
  }

  .twitter .box-subtitle {
    background-image: url(../images/about/cast/main_bg.jpg);
  }

  .twitter .box-maincontents {
    margin-top: 90px;
  }

  .twitter .contents {
    background-image: url(../images/twitter/bg.png);
    margin: 0;
    padding: 60px 25px 70px;
  }

  .p-twitter-title-box {
    height: 440px;
    margin: 0 0 40px 0;
  }

  .p-twitter-title-box .p-twitter-title img {
    width: auto;
    margin: 0 auto;
    display: inline-block;
  }

  .p-twitter-title-box .p-twitter_description {
    position: absolute;
    right: 0;
    top: 174px;
  }

  .p-twitter-title-box .img-tama_miki {
    position: absolute;
    top: 150px;
    left: 166px;
    margin: 0 0 12px 0;
  }

  .p-twitter_wht {
    padding: 60px 90px 0;
  }

  .p-twitter_howto {
    width: 861px;
    margin-bottom: 60px;
  }

  .p-twitter-subtitle {
    margin-bottom: 30px;
    font-size: 27px;
  }

  .p-twitter-list {
    width: 100%;
    display: table;
    font-size: 15px;
    text-align: left;
  }

  .p-twitter-list .p-twitter-list_title {
    display: table-cell;
    vertical-align: top;
    min-width: 90px;
  }

  .p-twitter-list .p-twitter-list_title_middle {
    vertical-align: middle;
  }

  .p-twitter-list .p-twitter-list_contents {
    display: table-cell;
  }

  .p-twitter-list .p-twitter-list_contents .font-orange {
    line-height: 1;
    font-size: 29px;
  }

  .p-twitter-list .p-twitter-list_step {
    width: 100%;
    display: table;
  }

  .p-twitter-list .p-twitter-list_step .p-campaing-step_icon {
    display: table-cell;
    width: 64px;
    vertical-align: middle;
  }

  .p-twitter-list .p-twitter-list_step .p-campaing-step_icon img {
    width: 64px;
  }

  .p-twitter-list .p-twitter-list_step dd {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    padding-left: 20px;
  }

  .p-twitter-list .p-twitter-list_step dd img {
    width: 439px;
  }

  .p-twitter-list_widetitle .p-twitter-list_title {
    font-size: 15px;
    width: 135px;
  }

  .p-twitter_note {
    margin-bottom: 60px;
    font-size: 12px;
  }

  .p-twitter-attention {
    padding: 50px;
    font-size: 13px;
    line-height: 2;
    border-radius: 10px;
  }

  .wallpaper .page-title img {
    width: 174px;
  }

  .wallpaper .box-subtitle {
    background: none;
    height: 80px;
  }

  .wallpaper .box-subtitle:after {
    background: none;
  }

  .wallpaper .contents {
    margin-top: 40px;
    padding: 80px 60px 116px;
    background-size: 129px;
  }
}

@media screen and (max-width: 767px) {
  .balloon2 {
    bottom: 165px;
    left: 5px;
    width: 80%;
  }

  .tama_pot1 {
    left: 0;
    top: -200px;
  }

  .tama_pot1 img {
    width: 85%;
  }

  .tama_pot2 img {
    width: 100%;
  }

  .campaign .box-maincontents {
    margin-top: 30px;
    padding: 0 10px;
  }

  .campaign .consent_block .consent_block_form {
    padding: 10px 20px;
  }

  .p-campaign-title-box {
    padding-top: 20px;
  }

  .p-campaign-title-box .p-campaign-title img {
    padding: 0 20px;
  }

  .p-campaign-title-box .p-campaign_description img {
    margin: 30px auto 8%;
  }

  .p-campaign-title-box .p-campaign_description {
    padding: 0 20px 0;
  }

  .p-campaign-title-box .img-tama_miki {
    top: 0;
    margin-left: 0;
    left: 0;
    padding: 0;
    position: inherit;
  }

  .p-campaign-title-box .img-tama_miki__block {
    position: relative;
    padding: 30% 0 0 0;
  }

  .p-campaign-title-box .img-tama_miki__block img {
    position: absolute;
    top: 0;
    width: 80%;
    left: 50%;
    margin: 0 0 0 -39%;
  }

  .p-campaign_wht {
    padding: 75px 20px 20px;
  }

  .p-campaign-list_step .p-campaing-step_icon {
    display: block;
    margin: 0 auto 10px;
  }

  .p-campaign-list_step .p-campaing-step_icon img {
    width: 55px;
  }

  .p-campaign-list_step dd {
    display: block;
    padding: 0;
    text-align: center;
  }

  .submit_button {
    width: 220px;
    margin: 30px auto 60px;
  }

  .submit_button input {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .p-campaign_note {
    margin-top: 10px;
    font-size: 13px;
    text-align: left;
  }

  .p-campaign-due {
    margin-bottom: 40px;
  }

  .p-campaign-due p {
    font-size: 28px;
    text-align: center;
  }

  .cast .tama_pot2 {
    left: 65px;
  }

  .credit .tama_pot2 {
    display: none;
  }

  .diagram .yt-title {
    font-size: 18px;
  }

  .diagram .movie-switcher ul li {
    padding: 0 15px;
  }

  .diagram .movie-switcher ul li a {
    font-size: 18px;
  }

  .diagram .pagenav ul {
    padding: 10px;
    margin-bottom: 30px;
  }

  .diagram .pagenav ul li {
    margin-left: 0;
    width: 100%;
  }

  .diagram .pagenav ul li:first-child {
    margin: 0;
  }

  .dvd-page .item_block h4 {
    height: auto;
  }

  .dvd-page .item_block h4 img {
    padding: 10px 20px 10px 20px;
  }

  .dvd-page .img_tokuten {
    padding: 0 20px;
  }

  .dvd-page .online_block {
    padding: 20px;
    margin: 40px 0 20px;
  }

  .dvd-page .img_dvd {
    padding: 0 20px;
  }

  .dvd-page .banner_area {
    width: 100%;
  }

  .dvd-page .banner_area ul {
    padding: 20px 20px;
  }

  .dvd-page .banner_area li {
    width: 100%;
  }

  .dvd-page .banner_area li img {
    width: 100%;
  }

  .interview .pagenav ul li.pagenav-directed {
    left: auto;
    width: auto !important;
    margin: 0;
    font-size: 11px;
  }

  .interview .pagenav ul {
    padding: 10px;
  }

  .interview .pagenav ul li {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    height: 35px;
  }

  .interview .pagenav ul li a {
    line-height: 35px;
  }

  .interview .pagenav ul li:nth-child(3) {
    font-size: 14px;
  }

  .interview .pagenav ul li:nth-child(10) {
    font-size: 14px;
  }

  .interview .pagenav ul li:nth-child(-n+4) {
    margin-bottom: 10px;
  }

  .interview .pagenav ul li:nth-child(n+9) {
    margin-top: 10px;
  }

  .interview .pagenav ul li:after {
    line-height: 35px;
  }

  .page-control p {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    height: 40px;
  }

  .page-control a {
    line-height: 40px;
  }

  .page-control a:after {
    line-height: 40px;
  }

  .page-control .prev a::before {
    line-height: 40px;
  }

  .intro .tama_pot2 {
    display: none;
  }

  .maezonotei .tama_pot1 {
    display: none;
  }

  .maezonotei .tama_pot2 {
    display: none;
  }

  .maezonotei .contents {
    margin-top: 55px;
    background-image: url(/images/maezonotei/bg_sp.png);
  }

  .p-maezonotei-contents-main {
    height: 0;
    padding-top: 105%;
  }

  .p-maezonotei-contents-main h2 {
    width: 100%;
    left: -20px;
    top: 0;
    padding-top: 48%;
  }

  .p-maezonotei-contents-main h2 img {
    width: 100%;
  }

  .p-maezonotei-contents-map-read {
    text-align: left;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .p-maezonotei-contents-map-container .map_1f img {
    margin-bottom: 15px;
  }

  .p-maezonotei-contents-map-container .map_2f img {
    margin-bottom: 15px;
  }

  .movie .yt-title {
    font-size: 18px;
  }

  .movie .movie-switcher ul li {
    padding: 0 15px;
  }

  .movie .movie-switcher ul li a {
    font-size: 18px;
  }

  .movie .pagenav ul {
    padding: 10px;
    margin-bottom: 30px;
  }

  .movie .pagenav ul li {
    margin-left: 0;
    width: 100%;
  }

  .movie .pagenav ul li:first-child {
    margin: 0;
  }

  .music .tama_pot1 {
    display: none;
  }

  .music .tama_pot2 {
    display: none;
  }

  .quiz .box-maincontents {
    margin-top: 30px;
  }

  .p-quiz-contents {
    padding: 20px 15px;
    background-image: url(../images/quiz/bg_sp.png);
  }

  .p-quiz-subtitle {
    margin-bottom: 30px;
    font-size: 27px;
  }

  .p-quiz-due {
    margin-bottom: 40px;
  }

  .p-quiz-due p {
    font-size: 28px;
    text-align: center;
  }

  .takanashi .contents {
    margin-top: 55px;
    padding: 49.3333% 0 0 0;
    background: #fff url(/images/takanashi/pic_contents_hader_pc.jpg) 0 0 no-repeat;
    background-size: contain;
  }

  .takanashi .contents_txt {
    width: 100%;
  }

  .takanashi .youtube_block_area {
    padding: 20px 15px;
  }

  .takanashi .youtube_block_area h2 {
    font-size: 18px;
  }

  .takanashi .youtube_block_area p {
    text-align: left;
  }

  .takanashi .youtube_block_area .takanashi_link a {
    font-size: 14px;
  }

  .takanashi .youtube_block_area_end {
    padding-bottom: 50px;
  }

  .tamamiki .tama_pot1 {
    display: none;
  }

  .tamamiki .tama_pot2 {
    display: none;
  }

  .tamamiki .youtube-block iframe {
    width: 100% !important;
    height: 100% !important;
  }

  .tamamiki .contents {
    margin-top: 55px;
  }

  .p-tamamiki-contents-main {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .p-tamamiki-contents-main p {
    margin-top: 30px;
  }

  .p-tamamiki-contents-movie {
    margin-bottom: 50px;
  }

  .p-tamamiki-contents-illust .illust-area {
    width: 100%;
  }

  .p-tamamiki-contents-illust .illust-area li {
    width: 45%;
    margin-top: 30px;
  }

  .p-tamamiki-contents-illust .illust-area li .illust-area-item {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }

  .p-tamamiki-contents-illust .illust-area li span {
    font-size: 14px;
  }

  .p-tamamiki-contents-illust .illust-area li span:after {
    font-size: 11px;
  }

  .p-tamamiki-contents .pagenavi {
    margin-left: -5px;
    margin-top: 40px;
  }

  .p-tamamiki-contents .pagenavi span {
    width: 40px;
    height: 40px;
    margin-left: 5px;
  }

  .p-tamamiki-contents .pagenavi a {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    line-height: 40px;
  }

  .theater .information-section-txt {
    margin-top: 15px;
  }

  .theater .information-section-txt-caution {
    margin-top: 15px;
  }

  .theater .information-section-release {
    margin-top: 20px;
  }

  .theater .information-section-caption {
    margin-top: 15px;
    font-size: 10px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }

  .bnr_campaign {
    padding: 0 10px;
    margin: 20px auto 0;
    text-align: center;
    width: 90%;
  }

  .bnr img {
    width: 100%;
  }

  .bnr_lawson {
    padding: 0 10px;
    margin: 20px 0 0 0;
    text-align: center;
  }

  .bnr_lawson img {
    width: 90%;
    max-width: 100%;
  }

  .sp-banner-area p {
    margin-top: 20px;
  }

  .sp-banner-area img {
    width: 100%;
  }

  .sp-banner-area-2col {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    text-align: justify;
  }

  .sp-banner-area-2col:after {
    content: "";
    display: inline-block;
    width: 100%;
    line-height: 0;
    height: 0;
  }

  .sp-banner-area-2col p {
    width: 47.887324%;
    display: inline-block;
    margin-top: 20px;
  }

  .wallpaper .p-wallpaper-contents h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .wallpaper .p-wallpaper-contents-link a {
    font-size: 18px;
    opacity: 1;
  }

  .wallpaper .p-wallpaper-contents-link span {
    margin: 0 15px;
  }
}

@media print {
  .no_print {
    display: none;
  }
}