
body {
  font-family: 'Muli', 'Century Gothic', "Helvetica Neue", Helvetica, "Arial", 'Kosugi Maru', "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #737273;
  background-color: #F2F2F2;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

@media (max-width: 576px){
	footer { font-size: 3.5vw}
}


.under {
  background: linear-gradient(transparent 70%, #F7CFC6 70%);
  }

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

p.next{
	margin-top: -1rem;
}

img .YouTube {
	width: 15px;
}

a.YouTubetb:hover {
	text-decoration: none;
}

.YT:hover {
	background-color: #BFA19F;
	color: #F2F2F2;
  -webkit-transition: all .3s;
  transition: all .3s;
}

  /* 曲のタイトルの設定*/

h1{
  padding-top: .2em;
  color: #BFA19F;
  font-family: kan415typos-std,sans-serif;
  font-style: normal;
  padding-left: 1rem;
}

.minititle{
	padding-bottom: 1rem;
}

.minititle h1{
	text-align: center;
	font-size: 10vw;
	text-shadow: 3px 3px 20px #F2D3D0;
	padding-left: 0;
}

.minititle h1 span{
	display: block;
	font-size: 1rem;
	position: relative;
    margin-top:  10px;      /* 周りの余白指定 */
    width: 250px;           /* 幅指定 */
    margin: 10px auto 0;    /* 周りの余白指定 */
	background: #F2F2F2;
}

.minititle h1 span::before {
    content: '';            /* 空の要素を作る */
    height:  1px;           /* 高さ指定 */
    background-color: rgba(115,114,115,0.5);/* 背景色指定 */
    position:  absolute;    /* 位置調整 */
    top: 0;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
    z-index: -1;            /* 重なり調整 */
    width: 310px;           /* 幅指定 */
    left:  -30px;           /* 位置調整 */
}

.minititle p {
	margin-top: 12px;
	font-size: 3vw;
	color: #BFA19F;
	opacity: .8;
	text-align: center;
	font-family: "Palatino Linotype",  "Book Antiqua", Palatino, source-han-serif-korean, source-han-serif-sc, serif;
	font-weight: 200;
}

h1.pctitle{
	font-size: 3em;
}

h1.pctitle span{
	display: block;
	font-size: 1rem;
	opacity: .8;
}

p.pctitle{
	font-family: "Palatino Linotype",  "Book Antiqua", Palatino, source-han-serif-korean, source-han-serif-sc, serif;
	font-weight: 200;
	margin-top: 10px;
	color: #BFA19F;
	opacity: .8;
}

/* index no. */

.numbering{
	color: rgba(191,161,159,.7);
	font-size: 0.8rem;
    line-height: 1.5rem;
	position: relative
}

.numbering p{
	position: absolute;
	left: 0;
}

.numbering a{
	text-decoration: none;
	color: #C4A9A8;
}

.numbering a:hover{
  color: #F7CFC6;
  text-decoration: none;
  border-bottom: dotted 3px #F7CFC6;
}

/* サムネイル */
img.thumbnail {
	opacity: .5;
	max-height: 350px;
    object-fit: cover;
}

.sample {
	position: relative;
	overflow: hidden;
}

img {
	pointer-events: none;
}

.sample span {
	position: absolute;
	transform: rotate( -45deg);
	left: -30px;
	top: 130px;
	width: 100%;
	color: #737273;
	opacity: .2;
	font-family: coquette, sans-serif;
	font-weight: 700;
	font-size: 6rem;
}

/*オーディオに関する設定*/
.forAudio{
	margin-top: 1rem;
}


/*（日本語）作詞作曲者名*/
p.info1{
	padding: .5rem 0 .5rem 5rem;
	color: #737273;
	position: relative;
	border-bottom: 1px solid #BFA19F;
}
p.info1::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    color: #BFA19F;
	font-size: 1rem;
  }

.kanren a{
	color: #BFA19F;
}

.kanren a:hover{
  color: #F7CFC6;
  text-decoration: none;
  border-bottom: dotted 3px #F7CFC6;
}

/*関連情報*/
.kanren {
	position: relative;
	margin: 1.5rem auto 3rem;
	padding: 2rem 1rem 1rem;
	text-align: left;
    font-size: .8em;
	line-height: 1.5em;
	border: 1px solid #BFA19F;
	border-radius: 3px;
}

.kanren::after {
	position: absolute;
	left: 10px;
	top: -1rem;
	height: 2rem;
	color: #BFA19F;
	content: 'information';
	font-family: coquette, sans-serif;
	font-size: 1rem;
	border-left: 1px solid #BFA19F;
	border-right: 1px solid #BFA19F;
	padding: 5px 7px 7px 7px;
	border-radius: 5px;
	background: #F2F2F2;
}

.kanren p{
  position: relative;
  }

/*資料→言語名*/
.subject2{
	color: #BFA19F;
	text-align: left;
}

/*動画→言語名*/
.subject3{
	margin: 0 1px 4px 1px;
	padding: 4px 1rem;
	color: #BFA19F;
	display: block;
	text-align: left;
	background-color: #F2F2F2;
    border: solid 1px #BFA19F;/*線*/
    border-radius: 10px;/*角の丸み*/
}

/*ダウンロード資料の文字*/
.info3{
	text-align: right;
	color: #737273;
}

.info3 a{
	color: #737273;
	margin:auto 5px;
}

.info3 i{
	color: #BFA19F;
}

.info3 a:hover, .textbody p a:hover{
  color: #F7CFC6;
  text-decoration: none;
  border-bottom: dotted 3px #F7CFC6;
}

/*（２３７）作詞作曲者名*/
p.info2{
	font-size: 13px;
	padding-left: 50px;
	color: #BFA19F;
	position: relative;
}
p.info2::before {
    content: attr(data-label);
	position: absolute;
	left: 3px;
	top: 1px;
	color: #BFA19F;
	font-size: 11px;
}

/*237バッジ*/
.for237{
	margin-top: 3rem;
	padding: 20px 0 10px;
	position: relative;
	text-align: left;
	line-height: 1.5em;
	border-top: 1px solid #BFA19F;
}

.for237 span {
	position: absolute;
	left: 10px;
	top: -1rem;
	height: 2rem;
	color: #BFA19F;
	font-size: 1rem;
	border-left: 1px solid #BFA19F;
	border-right: 1px solid #BFA19F;
	padding: 5px 7px 7px 7px;
	border-radius: 5px;
	background: #F2F2F2;
}

/*資料バッジ*/
.forDL{ 
	margin-top: 3rem;
	padding: 20px 0 10px;
	position: relative;
	text-align: left;
	line-height: 1.5em;
	border-top: 1px solid #BFA19F;
}

.forDL span {
	position: absolute;
	left: 10px;
	top: -1rem;
	height: 2rem;
	color: #BFA19F;
	font-size: 1rem;
	border-left: 1px solid #BFA19F;
	border-right: 1px solid #BFA19F;
	padding: 5px 7px 7px 7px;
	border-radius: 5px;
	background: #F2F2F2;
}

@media (max-width: 576px){
	.forDL{
	padding-top: 0.5rem;
	}
}


/*（日本語）作詞作曲者名のアンダーライン*/
.titlebar{
	border-bottom: solid 2px #BFA19F;
}


/*コラムの設定*/
.textbody {
    position: relative;
	padding: 1rem;
}

.textbody .columnstitle {
    position: absolute;
    display: inline-block;
    bottom: 2px;
    right: -2px;
    padding: 0 9px;
    font-size: 10px;
    color: #BFA19F;
}

.textbody p{
	font-size: 14px;
	text-indent: 1rem;
	text-align: justify;
}

.textbody p a{
	color: #BFA19F;
}

@media (max-width: 768px){
.textbody p{
	font-size: 12px;
}
}

/*各国語のタイトル*/
caption{
	font-size: 12px;
	color: #BFA19F;
	margin-top: -10px;
	text-align: right;
}

/*韓国語*/
.Korean{
	font-family: 'Dotum','돋움','Helvetica',"Apple SD Gothic Neo",sans-serif;
}

/*中国語*/
.Chinese{
	font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}

/*ロシア語*/
.Russian{
	font-family: Georgia, "Times New Roman", Times, "serif";
}

/*（237）各国語のタイトル*/
.foreigntitle{
	color: #C4A9A8;
	border-bottom: solid 3px #C4A9A8;
}

/*歌詞*/
.Lyrics p{
	font-size: 14px;
	padding: 0 1rem 1rem;
}

@media (max-width: 768px){
.Lyrics p{
	font-size: 12px;
}
}

/*歌詞タブのデザイン*/
.LyricTabMenu .nav-link{
	position: relative;
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #BFA19F;
	background-color: #F2F2F2;
	border : hidden;
}

.LyricTab{
	height: 3rem;
}

.LyricTab:hover {
	opacity: .5;
	transition: .3s;
}


.LyricTabMenu .nav-link.active {
	padding-top: 10px;
	color: #BFA19F;
	font-size: 1em;
	background-color: #F2F2F2;
	border-bottom: 3px solid #BFA19F;
	border-radius: 0;
}

.nav{
	border: hidden;
}

/*音声タブのデザイン*/
.nav-pills .nav-link{
	font-size: 12px;
	color: #C4A9A8;
	background-color: #F2F2F2;
	border: solid 1px #C4A9A8;
	border-radius: 10px;
}

.nav-pills .nav-link:hover {
	opacity: 0.5;
}

.nav-pills .nav-link.active {
	color: #F2F2F2;
	background-color: #BFA19F;
	border: solid 1px #F2F2F2;
	border-radius: 10px;
}


/*ボックス全体*/
.switchbox {
    margin: 10px 0;
    padding: 0;
}
/*ラベル*/
.switchbox label {
    display: block;
    cursor :pointer;
}
/*チェックボックスを非表示にする*/
.switchbox input {
    display: none; 
}
/*中身を非表示にしておく*/
.switchbox div {
    height: 0;
    overflow-y: hidden;
    transition: 0.8s;/*ゆっくり表示させる*/
    opacity: 0;
}
/*クリックで中身を表示*/
.switchbox input:checked + label + div {
    height: auto;
    opacity: 1;
}
/*アイコン*/
.switchbox label::before {
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    padding-right: 8px;
}
/*クリックでアイコン入れ替え*/
.switchbox input:checked + label::before {
    content: '\f068';
}

.clickhere {
	font-size: 0.8rem;
}

/*関連聖句*/
.script {
	border-top: 1px dotted #BFA19F;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: .9em;
	opacity: .8;
}
.script::before{
	content:'関連聖句';
	color: #BFA19F;
	padding-right: 10px;	
}

/*原作*/
.handwriting img {
	width: 100%;
}

.h-box {
  position: relative;
  line-height: 2;
  padding:0.25em 2em;
  max-width: 800px;
  top:0;
  margin-right: auto;
  margin-left: auto;
}

.h-box:before, .h-box:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}

.h-box:before {
  border-top: dotted 1px #737273;
  border-left: dotted 1px #737273;
  border-bottom: dotted 1px #737273;
  left: 10px;
}

.h-box:after {
  content: '';
  border-top: dotted 1px #737273;
  border-right: dotted 1px #737273;
  border-bottom: dotted 1px #737273;
  right: 10px;
}

.h-box p {
	line-height: 2;
	text-indent: 1rem;
}


.Original {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.Original .Korean {
	font-family: "Palatino Linotype",  "Book Antiqua", Palatino, source-han-serif-korean, source-han-serif-sc, serif;
}

.Original .author {
	text-align: right;
}

.Original h5 {
	font-weight: bold;
}

.Original .Lyrics p {
	line-height: 1.7rem;
}

a.caption, a.jcmbtn{
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	background: linear-gradient(transparent 60%, #F2D3D0 60%);
}

a.caption:hover, a.jcmbtn:hover {
	opacity: .5;
	transition: .3s;
}

.footnote {
	border-top: 1px dotted #BFA19F;
	padding-top: 2rem;
}

.footnote p {
	font-size: .8rem;
	margin-bottom: 1rem;
}

.footnote p span {
	font-weight: bold;
	display: block;
	color: #BFA19F;
}

a.jcmbtn {
	padding: 0 10px;
	margin: 0 10px;
}

.Originaline {
	border-top: 1px dotted #BFA19F;
}