@charset "UTF-8";
/*****************************************************************
*
*
*       define
*       Main CSS
*
*
*****************************************************************/
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
body {
  -webkit-text-size-adjust: 100%;
}

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

  インポート

**********************************/
/*****************************************************************
*
*
*	Reset CSS
*	Reset Browser Default CSS & Setting General
*
*
*****************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-indent: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  /* タッチデバイスでのリンク押下時のカラー */
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea, button {
  vertical-align: middle;
}

/* remember to define focus styles!
:focus {
    outline: 0;
}
*/
/*****************************************************************
*
*
*       define
*       定義ファイル
*
*
*****************************************************************/
/*---------------------------------------------------
    カラー
---------------------------------------------------*/
/*---------------------------------------------------
    グレーカラー
---------------------------------------------------*/
/*---------------------------------------------------
    フォントサイズ
---------------------------------------------------*/
/*****************************************************************
*
*
*       Common Functions
*       共通で使用する便利Mixin群
*
*
*****************************************************************/
/**********************************

    position: absolute;

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

    inline-block & vertical middle

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

    プレースホルダ―の文字色設定
    placeholder

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

    CSS3 回転
    transform:rotate()

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

    ベンダープレフィックスを追加する

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

    キーフレームに
    ベンダープレフィックスを追加する

**********************************/
/*****************************************************************
*
*
*       no script
*       javascript OFF時に表示
*
*
*****************************************************************/
#noscript {
  z-index: 90000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#noscript p {
  z-index: 90001;
  position: absolute;
  top: 100px;
  left: 20%;
  width: 60%;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: #333;
  border-radius: 2px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/*****************************************************************
*
*
*       Button
*       ボタン用スタイル Mixin
*
*
*****************************************************************/
/*-------------------------------------------------

    基本ボタン

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

    ゴーストボタン

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

    ゴーストボタン（白版）

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

    ×（閉じる）ボタン

-------------------------------------------------*/
/*****************************************************************
*
*
*       Form
*       フォームパーツのデフォルト設定
*
*
*****************************************************************/
/*-------------------------------------------------

    入力チェックアイコン
    ※WEBフォントにて設定が必要

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

    共通設定

-------------------------------------------------*/
input, select, textarea, button {
  font-family: 'メイリオ', Meiryo, sans-serif;
}

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

    テキストボックス

-------------------------------------------------*/
input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=number] {
  padding: 6px;
  width: 300px;
  font-size: 13pt;
  border: 1px solid #1C7FCC;
  border-radius: 2px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1) inset;
}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=number]::-moz-placeholder {
  color: #abadb3;
}
input[type=text]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=number]:-moz-placeholder {
  color: #abadb3;
}
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder {
  color: #abadb3;
}
input[type=text]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder {
  color: #abadb3;
}
input[type=text]:input-placeholder,
input[type=search]:input-placeholder,
input[type=tel]:input-placeholder,
input[type=url]:input-placeholder,
input[type=email]:input-placeholder,
input[type=password]:input-placeholder,
input[type=datetime]:input-placeholder,
input[type=date]:input-placeholder,
input[type=month]:input-placeholder,
input[type=week]:input-placeholder,
input[type=time]:input-placeholder,
input[type=datetime-local]:input-placeholder,
input[type=number]:input-placeholder {
  color: #abadb3;
}
input[type=text].invalid-required, input[type=text].invalid-pattern,
input[type=search].invalid-required,
input[type=search].invalid-pattern,
input[type=tel].invalid-required,
input[type=tel].invalid-pattern,
input[type=url].invalid-required,
input[type=url].invalid-pattern,
input[type=email].invalid-required,
input[type=email].invalid-pattern,
input[type=password].invalid-required,
input[type=password].invalid-pattern,
input[type=datetime].invalid-required,
input[type=datetime].invalid-pattern,
input[type=date].invalid-required,
input[type=date].invalid-pattern,
input[type=month].invalid-required,
input[type=month].invalid-pattern,
input[type=week].invalid-required,
input[type=week].invalid-pattern,
input[type=time].invalid-required,
input[type=time].invalid-pattern,
input[type=datetime-local].invalid-required,
input[type=datetime-local].invalid-pattern,
input[type=number].invalid-required,
input[type=number].invalid-pattern {
  background-color: #fff6f9;
  border-color: #ff4e88;
  border-width: 2px;
}
input[type=text]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=datetime]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime-local]:disabled,
input[type=number]:disabled {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-top: 1px solid #cccccc;
  border-radius: 2px;
}
input[type=text].textRight,
input[type=search].textRight,
input[type=tel].textRight,
input[type=url].textRight,
input[type=email].textRight,
input[type=password].textRight,
input[type=datetime].textRight,
input[type=date].textRight,
input[type=month].textRight,
input[type=week].textRight,
input[type=time].textRight,
input[type=datetime-local].textRight,
input[type=number].textRight {
  text-align: right;
}
input[type=text].linkage,
input[type=search].linkage,
input[type=tel].linkage,
input[type=url].linkage,
input[type=email].linkage,
input[type=password].linkage,
input[type=datetime].linkage,
input[type=date].linkage,
input[type=month].linkage,
input[type=week].linkage,
input[type=time].linkage,
input[type=datetime-local].linkage,
input[type=number].linkage {
  background-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
input[type=text].matchBox,
input[type=search].matchBox,
input[type=tel].matchBox,
input[type=url].matchBox,
input[type=email].matchBox,
input[type=password].matchBox,
input[type=datetime].matchBox,
input[type=date].matchBox,
input[type=month].matchBox,
input[type=week].matchBox,
input[type=time].matchBox,
input[type=datetime-local].matchBox,
input[type=number].matchBox {
  padding-right: 18px;
  /*cursor:pointer;*/
  background-image: url(../img/matchbox_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
}

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

    テキストエリア

-------------------------------------------------*/
textarea {
  padding: 6px;
  font-size: 13pt;
  border: 1px solid #1C7FCC;
  border-radius: 2px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1) inset;
  /* プレースホルダのテキストカラー */
}
textarea::-moz-placeholder {
  color: #abadb3;
}
textarea:-moz-placeholder {
  color: #abadb3;
}
textarea::-webkit-input-placeholder {
  color: #abadb3;
}
textarea:-ms-input-placeholder {
  color: #abadb3;
}
textarea:input-placeholder {
  color: #abadb3;
}
textarea.invalid-required, textarea.invalid-pattern {
  background-color: #fff6f9;
  border-color: #ff4e88;
  border-width: 2px;
}
textarea.linkage {
  background-color: transparent;
  border: none;
}

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

    セレクトボックス

-------------------------------------------------*/
select {
  padding: 4px;
  margin: 0;
  font-size: 13pt;
  cursor: pointer;
  border: 1px solid #1C7FCC;
  border-radius: 2px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1) inset;
}
select.invalid {
  background-color: #fff6f9;
  border-color: #ff4e88;
  border-width: 2px;
}

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

    チェックボックス・ラジオボタン

-------------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  margin: 0;
  cursor: pointer;
}

label.checklabel {
  width: auto;
  padding: 6px 15px 6px 10px;
  cursor: pointer;
  color: white;
  background-color: #939499;
  border: 1px solid #7a7c80;
  border-radius: 3px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
label.checklabel:hover {
  background-color: #FF9900;
}
label.checklabel.checked {
  background-color: #EA5141;
  border-color: #e84433;
}
label.checklabel.checked:hover {
  background-color: #FF9900;
}
label.checklabel input[type=checkbox],
label.checklabel input[type=radio] {
  margin-right: 10px;
}

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

    ファイル参照入力

-------------------------------------------------*/
input[type=file] {
  margin-left: 5px;
  cursor: pointer;
  font-size: 13pt;
}
input[type=file].invalid-required, input[type=file].invalid-pattern {
  background-color: #fff6f9;
  border-color: #ff4e88;
  border-width: 2px;
}

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

    直接入力モード

-------------------------------------------------*/
.offIME {
  ime-mode: disabled;
}

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

  WEBフォントアイコン

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

  リンク

**********************************/
a:link {
  color: #0066ff;
  text-decoration: underline;
}

a:visited {
  color: #003380;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

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

  body

**********************************/
body {
  /* FONT */
  color: #555;
  font-family: 'メイリオ', sans-serif;
  font-size: 10.5pt;
  line-height: 1.65em;
  background-color: #EDEFF4;
  background-image: linear-gradient(to right, #E1E4EF 0%, #fff 100%);
}

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

  画像

**********************************/
img.fit {
  display: block;
  width: 100%;
  height: auto;
}

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

  ヘッダー

*****************************************************************/
#globalHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #03060E;
  background-image: linear-gradient(to right, #03060E 0%, #242E50 100%);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
#globalHeader h1 {
  width: 160px;
  margin: 5px 0 0 10px;
}
#globalHeader .headBtn {
  position: absolute;
  top: 0;
  height: 60px;
}
#globalHeader .headBtn img {
  display: block;
  width: 100%;
}
#globalHeader .headBtn.btnMenu {
  right: 0;
  width: 55px;
}

/*-------------------------------------------------
  グローバルナビ
-------------------------------------------------*/
#globalHeaderNav {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: rgba(51, 63, 104, 0.95);
}
#globalHeaderNav ul li a {
  display: block;
  padding: 0.8em 1em 0.8em 2.1em;
  color: #fff;
  text-decoration: none;
  background-image: url(../img/common/arrow-right.png);
  background-size: 6px 9px;
  background-position: 12px center;
  background-repeat: no-repeat;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
#globalHeaderNav ul li a .small {
  font-size: 9pt;
}

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

  メインエリア

*****************************************************************/
#mainArea {
  padding-top: 60px;
}

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

  サイドエリア

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

  フッター

*****************************************************************/
#globalFooter {
  background-color: #03060E;
  background-image: linear-gradient(to right, #03060E 0%, #242E50 100%);
}
#globalFooter #globalFooterNav {
  padding: 30px 15px 5px 15px;
}
#globalFooter #globalFooterNav h4 {
  margin-bottom: 8px;
  color: #fff;
  font-family: 'EB Garamond', serif;
  font-size: 16pt;
  font-weight: normal;
  letter-spacing: 0.07em;
}
#globalFooter #globalFooterNav ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
#globalFooter #globalFooterNav ul li a {
  display: block;
  padding-left: 0.8em;
  color: #fff;
  background-image: url(../img/common/arrow-right.png);
  background-size: 6px 9px;
  background-position: left center;
  background-repeat: no-repeat;
}
#globalFooter .socialIcons {
  padding: 20px 0 10px 0;
}
#globalFooter .socialIcons ul {
  text-align: center;
}
#globalFooter .socialIcons ul li {
  display: inline-block;
  width: 50px;
  margin: 0 4px;
}
#globalFooter .socialIcons ul li a {
  display: block;
}
#globalFooter .socialIcons ul li a img {
  display: block;
  width: 100%;
}
#globalFooter .copyright {
  padding: 8px 0;
  text-align: center;
  font-size: 9pt;
  color: #fff;
  background-color: rgba(27, 21, 19, 0.3);
}
#globalFooter .copyright a {
  color: #fff;
}

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

  共通

*****************************************************************/
.mainTitle {
  padding: 20px 15px;
  font-family: 'Philosopher', sans-serif;
  font-size: 34pt;
  line-height: 1.3em;
  color: #fff;
  background-image: url(../img/top/back-cast-away-visual.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.sectionTitle {
  padding: 5px 15px;
  font-family: 'Philosopher', sans-serif;
  font-size: 30pt;
  line-height: 1.3em;
  color: #fff;
  background-color: #03060E;
  background-image: linear-gradient(to right, #03060E 0%, #242E50 100%);
}
.sectionTitle .small {
  display: block;
  margin-bottom: 5px;
  font-size: 9pt;
  line-height: 1.5em;
}

.sectionTitleJa {
  padding: 10px 15px;
  font-size: 16pt;
  line-height: 1.3em;
  color: #fff;
  background-color: #03060E;
  background-image: linear-gradient(to right, #03060E 0%, #242E50 100%);
}

.midTitle {
  margin-bottom: 10px;
  padding: 0 0 2px 0;
  color: #141b30;
  border-bottom: 1px dotted #141b30;
}

.contents .content .sectionTitle,
.contents .content .sectionTitleJa {
  margin-bottom: 20px;
}
.contents .content .inner {
  padding: 0 15px 5px 15px;
}
.contents .content .inner p {
  margin-bottom: 1.2em;
}
.contents .content .button {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 1em 0;
  font-size: 10.5pt;
  line-height: 1.3em;
  text-align: center;
  cursor: pointer;
  color: white;
  text-decoration: none;
  background-color: #141b30;
  background-image: url(../img/common/arrow-right.png);
  background-size: 6px 9px;
  background-position: 12px center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 2px;
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 1.1em 0;
}
.contents .content .button:hover {
  background-color: #020305;
  border-color: black;
}
.contents .content .button:disabled {
  cursor: default !important;
  color: #939499 !important;
  background-color: #c4c6cc !important;
  border-radius: 2px;
  border: none;
  text-shadow: none !important;
  box-shadow: none !important;
}
.contents .content .button.btnSend {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 1em 0;
  font-size: 10.5pt;
  line-height: 1.3em;
  text-align: center;
  cursor: pointer;
  color: white;
  text-decoration: none;
  background-color: #EA5141;
  background-image: url(../img/common/arrow-right.png);
  background-size: 6px 9px;
  background-position: 12px center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 2px;
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 1.1em 0;
}
.contents .content .button.btnSend:hover {
  background-color: #d62a18;
  border-color: #bb2415;
}
.contents .content .button.btnSend:disabled {
  cursor: default !important;
  color: #939499 !important;
  background-color: #c4c6cc !important;
  border-radius: 2px;
  border: none;
  text-shadow: none !important;
  box-shadow: none !important;
}
.contents .content .button.btnBack {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 1em 0;
  font-size: 10.5pt;
  line-height: 1.3em;
  text-align: center;
  cursor: pointer;
  color: white;
  text-decoration: none;
  background-color: #494a4d;
  background-image: url(../img/common/arrow-right.png);
  background-size: 6px 9px;
  background-position: 12px center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 2px;
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 1.1em 0;
}
.contents .content .button.btnBack:hover {
  background-color: #2b2c2e;
  border-color: #1c1d1e;
}
.contents .content .button.btnBack:disabled {
  cursor: default !important;
  color: #939499 !important;
  background-color: #c4c6cc !important;
  border-radius: 2px;
  border: none;
  text-shadow: none !important;
  box-shadow: none !important;
}
.contents .content .buttons .button {
  margin-bottom: 5px;
}

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

  tailoredList（トップのメンバー、discography）

*****************************************************************/
.tailoredList .tailored {
  display: -webkit-flex;
  display: flex;
  padding: 1.5em 1em 1em 1em;
  background-color: #141b30;
}
.tailoredList .tailored .contentBox {
  position: relative;
  width: 65%;
  color: #fff;
}
.tailoredList .tailored .contentBox h3 {
  margin-bottom: 0.8em;
  font-size: 13pt;
}
.tailoredList .tailored .contentBox h3 .smallBlock {
  display: block;
  font-size: 9pt;
}
.tailoredList .tailored .contentBox p {
  margin-bottom: 1em;
}
.tailoredList .tailored .contentBox p .icnSns {
  display: inline-block;
}
.tailoredList .tailored .contentBox p .icnSns img {
  display: block;
  width: 50px;
  border-radius: 100%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.tailoredList .tailored .contentBox .small {
  font-size: 9pt;
}
.tailoredList .tailored .contentBox .button {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 1em 0;
  font-size: 10.5pt;
  line-height: 1.3em;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url(../img/common/arrow-right.png);
  background-size: 6px 9px;
  background-position: 12px center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 0.7em 0;
  font-size: 9pt;
}
.tailoredList .tailored .contentBox .button:disabled {
  cursor: default !important;
  color: #939499 !important;
  background-color: #c4c6cc !important;
  border-radius: 2px;
  border: none;
  text-shadow: none !important;
  box-shadow: none !important;
}
.tailoredList .tailored .contentBox ol.songList {
  margin: 1.5em 0;
  list-style: decimal inside;
}
.tailoredList .tailored .contentBox ol.songList li {
  font-size: 9pt;
}
.tailoredList .tailored .figure {
  display: block;
  width: 35%;
}
.tailoredList .tailored .figure a {
  display: block;
  border-radius: 2px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.tailoredList .tailored .figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.tailoredList .tailored:nth-child(odd) .contentBox {
  -webkit-order: 1;
  order: 1;
  padding-left: 5%;
  text-align: left;
}
.tailoredList .tailored:nth-child(odd) .figure {
  -webkit-order: 0;
  order: 0;
}
.tailoredList .tailored:nth-child(even) .contentBox {
  -webkit-order: 0;
  order: 0;
  padding-right: 5%;
  text-align: right;
}
.tailoredList .tailored:nth-child(even) .figure {
  -webkit-order: 1;
  order: 1;
}
.tailoredList.memberList .tailored {
  -webkit-align-items: center;
  align-items: center;
}
.tailoredList.memberList .tailored .contentBox {
  width: 60%;
}
.tailoredList.memberList .tailored .contentBox h3 {
  margin-bottom: 0.2em;
}
.tailoredList.memberList .tailored .figure {
  width: 40%;
}
.tailoredList.memberList .tailored .figure img {
  border-radius: 100%;
}

@media screen and (min-width: 480px) {
  .tailoredList .tailored .contentBox {
    width: 60%;
  }
  .tailoredList .tailored .figure {
    width: 40%;
  }

  .tailoredList.memberList .tailored .contentBox {
    width: 65%;
  }
  .tailoredList.memberList .tailored .figure {
    width: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .tailoredList .tailored .contentBox {
    width: 70%;
  }
  .tailoredList .tailored .figure {
    width: 30%;
  }

  .tailoredList.memberList .tailored .contentBox {
    width: 75%;
  }
  .tailoredList.memberList .tailored .figure {
    width: 25%;
  }
}
/*****************************************************************

  biographyページ

*****************************************************************/
.biographyList {
  border-bottom: 1px solid #141b30;
}
.biographyList dt {
  padding: 25px 15px 0 15px;
  color: #141b30;
  font-family: 'Philosopher', sans-serif;
  font-size: 14pt;
  color: #fff;
}
.biographyList dt span {
  display: inline-block;
  margin: 0 4px 0 2px;
  font-size: 9pt;
}
.biographyList dd {
  padding: 6px 15px 25px 15px;
  color: #fff;
}
.biographyList dd a {
  color: #fff;
}

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

  galleryページ

*****************************************************************/
.galleryBox {
  margin-bottom: 30px;
}
.galleryBox h4 {
  padding-bottom: 1em;
  font-size: 14pt;
}
.galleryBox a {
  display: inline-block;
  width: 150px;
  height: 100px;
  margin-right: 7px;
  overflow: hidden;
}
.galleryBox a img {
  display: block;
  width: 100%;
}

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

  videoページ

*****************************************************************/
#youtubePlayer {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto 20px auto;
  padding: 30px 0 56.25% 0;
  overflow: hidden;
}
#youtubePlayer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  #youtubePlayer {
    width: 800px;
    height: 460px;
    padding: 0;
  }
}
#youtubeFeeds ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#youtubeFeeds ul li {
  position: relative;
  width: 50%;
  padding-bottom: 2em;
  cursor: pointer;
}
#youtubeFeeds ul li figure img {
  width: 100%;
  height: auto;
}
#youtubeFeeds ul li figure .movTtl {
  display: block;
  font-size: 9pt;
  line-height: 1.4em;
}
#youtubeFeeds ul li figure .movDate {
  display: block;
  position: absolute;
  bottom: 10px;
  font-size: 8pt;
  line-height: 1.4em;
}

@media screen and (min-width: 480px) {
  #youtubeFeeds ul li {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  #youtubeFeeds ul li {
    width: 25%;
  }
}
/*****************************************************************

  お問合せページ

*****************************************************************/
.mailForm {
  margin-bottom: 10px;
  padding: 5px 15px 15px 15px;
}
.mailForm h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: sans-serif;
  font-size: 10.5pt;
  font-weight: normal;
  color: #141b30;
}
.mailForm h4 .require {
  vertical-align: bottom;
  font-size: 9pt;
  color: #ff4e88;
}
.mailForm input[type=text],
.mailForm input[type=email] {
  box-sizing: border-box;
  width: 100%;
}
.mailForm textarea {
  box-sizing: border-box;
  width: 100%;
  height: 6em;
}
.mailForm .small {
  display: block;
  margin-top: 0.8em;
  line-height: 1.3em;
  font-size: 9pt;
  color: #7a7c80;
}
.mailForm .formBtnBox {
  padding: 20px 0 5px 0;
}

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

  mv - トップページのメインビジュアル

*****************************************************************/
.mv {
  position: relative;
  width: 100%;
  height: 240px;
  background-image: url(../img/top/back-cast-away-visual.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #03060E;
  -webkit-animation: fadeout 2s ease-in 0s 1;
  -moz-animation: fadeout 2s ease-in 0s 1;
  -ms-animation: fadeout 2s ease-in 0s 1;
  -o-animation: fadeout 2s ease-in 0s 1;
  animation: fadeout 2s ease-in 0s 1;
}
.mv h2 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 100px 30px 0 30px;
  -webkit-animation: upin 1.7s ease-in-out 0s 1;
  -moz-animation: upin 1.7s ease-in-out 0s 1;
  -ms-animation: upin 1.7s ease-in-out 0s 1;
  -o-animation: upin 1.7s ease-in-out 0s 1;
  animation: upin 1.7s ease-in-out 0s 1;
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes upin {
  0% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes upin {
  0% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes upin {
  0% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes upin {
  0% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (min-width: 480px) {
  .mv {
    height: 400px;
  }

  .mv h2 {
    padding: 140px 50px 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .mv {
    height: 600px;
  }

  .mv h2 {
    padding: 200px 100px 0 100px;
  }
}
@media screen and (min-width: 1440px) {
  .mv {
    height: 800px;
  }

  .mv h2 {
    padding: 200px 200px 0 200px;
  }
}
/*****************************************************************

  special - トップページのスペシャルコンテンツ

*****************************************************************/
.special {
  padding: 0 15px 20px 15px;
  background-color: #03060E;
  background-image: linear-gradient(to right, #03060E 0%, #242E50 100%);
}
.special p {
  font-size: 9pt;
  text-align: center;
  color: white;
}
.special p a {
  color: #fff;
}
.special p .button {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 1em 0;
  font-size: 10.5pt;
  line-height: 1.3em;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url(../img/common/arrow-right.png);
  background-size: 6px 9px;
  background-position: 12px center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  text-shadow: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin: 8px auto;
  font-weight: bold;
}
.special p .button:disabled {
  cursor: default !important;
  color: #939499 !important;
  background-color: #c4c6cc !important;
  border-radius: 2px;
  border: none;
  text-shadow: none !important;
  box-shadow: none !important;
}
.special p img.fit {
  max-width: 800px;
  margin: 0 auto;
}
.special #daysAwayBox {
  background-color: #EA5141;
  padding: 13px 0 10px 0;
}
.special #daysAwayBox #daysAway,
.special #daysAwayBox #hoursAway,
.special #daysAwayBox #minutesAway,
.special #daysAwayBox #secondsAway {
  display: inline-block;
  margin: 0 5px 0 10px;
  font-size: 22pt;
  font-family: 'Philosopher', sans-serif;
}
