@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*---------------------------------------------------------------------------------------------------------------------
	ベーススタイル
---------------------------------------------------------------------------------------------------------------------*/
html,
body { width: 100%; font-size: 16px; overflow-x: hidden; overflow-y: auto; margin: 0; padding: 0; }
body { font-family: "Noto Sans JP", serif; line-height: 1.6; }

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

/*a*/
a { text-decoration: none; transition: 0.6s; }
a img { transition: 0.6s; }

/*img*/
img { width: 100%; max-width: 100%; }


/*---------------------------------------------------------------------------------------------------------------------
	index
---------------------------------------------------------------------------------------------------------------------*/
/*share*/
.contentArea { width: 100%; max-width: 290px; margin: 0 auto; }

/*mvSec*/
#mvSec { border-bottom: 1px solid #c7c8c9; padding: 55px 0; }
#mvSec p.jp { margin-top: 25px; font-size: 90%; }
#mvSec p.en { margin-top: 15px; font-size: 80%; }

/*content*/
.contentSec { margin-top: 2px; padding: 30px 0 60px; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #c7c8c9; }
.contentSec h2 { text-align: center; font-weight: normal; font-size: 120%; line-height: 1; }
.contentSec h2 span { display: inline-block; margin-top: 0; }
.contentSec .audioInner { margin-top: 30px; padding: 5px 0 0; border-top: 1px solid #dcdcdc; }
.contentSec .audioInner .infoBox { display: flex; justify-content: space-between; align-items: baseline; }
.contentSec .audioInner .infoBox h3 { padding-left: 25px; margin-bottom: 0; position: relative; font-size: 114%; font-weight: normal; }
.contentSec .audioInner .infoBox h3::before { position: absolute; left: 10px; top: 4px; content: ""; display: block; width: 2px; height: 25px; transform: rotate(45deg); }
.contentSec .audioInner.jp .infoBox h3::before { background: #d32d25; }
.contentSec .audioInner.en .infoBox h3::before { background: #0066b1; }
.contentSec .audioInner .infoBox .time { font-size: 90%; }
.contentSec .audioInner .panel { display: flex; justify-content: center; }
.contentSec .audioInner .panel button { margin: 20px 10px 0; padding: 0; width: 78px; background: none; border: none; cursor: pointer; }

.seekbar { width: 94%; height: 10px; margin: 0 auto 5px; }
.seekbar .seek { width: 100%; border:1px solid #cdcdcd; background: #e8e8e8; }

/*footer*/
footer { background: #0066b1; text-align: center; padding: 15px; color: #fff; font-size: 80%; font-weight: normal; letter-spacing: 0.05em; }