/* ************************************************************** */
/* common                                                         */
/* ************************************************************** */
@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

div.both {
  clear: both;
}
ul.list_notice.fs_inhr>li {
  font-size: inherit;
}


/* ************************************************************** */
/* product detail                                                 */
/* ************************************************************** */
/* --- product title --- */
#product_title_wrapper {
  margin-bottom: 1.5em;
}
#product_title_wrapper>p {
  font-size: 1.2em;
  font-weight: bold;
}
#product_title_wrapper>span {
  font-size: .8em;
  font-weight: lighter;
}

/* --- product package --- */
#product_package {
  box-sizing: border-box;
}
#product_package>div {
  margin-bottom: .25em;
}
#product_package>div>img {
  display: none;
  height: auto;
  margin: 0 auto;
}
#product_package>div>img.curr {
  display: block;
}
#product_package>ul {
  display: flex;
  flex-wrap: wrap;
}
#product_package>ul>li {
  position: relative;
  display: block;
  width: 30%;
  height: 1.5em;
  margin-top: .5em;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
#product_package>ul>li.curr {
  cursor: initial;
}
#product_package>ul>li:nth-child(1),
#product_package>ul>li:nth-child(4) {
  margin-right: 5%;
}
#product_package>ul>li:nth-child(3),
#product_package>ul>li:nth-child(6) {
  margin-left: 5%;
}
#product_package>ul>li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eaeaea;
  transition: background-color .5s;
}
#product_package>ul>li.ps5.curr::before, #product_package>ul>li.ps5:hover::before   { background-color: #000000; }
#product_package>ul>li.xsx.curr::before, #product_package>ul>li.xsx:hover::before   { background-color: #0f7c0f; }
#product_package>ul>li.nsw.curr::before, #product_package>ul>li.nsw:hover::before   { background-color: #e60012; }
#product_package>ul>li.ps4.curr::before, #product_package>ul>li.ps4:hover::before   { background-color: #3F62C0; }
#product_package>ul>li.xone.curr::before, #product_package>ul>li.xone:hover::before { background-color: #3E8E37; }
#product_package>ul>li.ps3.curr::before, #product_package>ul>li.ps3:hover::before   { background-color: #b34f4f; }
#product_package>ul>li.x360.curr::before, #product_package>ul>li.x360:hover::before { background-color: #A4C14A; }
#product_package>ul>li.ps2.curr::before, #product_package>ul>li.ps2:hover::before   { background-color: #4d767f; }
#product_package>ul>li.xbox.curr::before, #product_package>ul>li.xbox:hover::before { background-color: #75A85D; }
#product_package>ul>li.n3ds.curr::before, #product_package>ul>li.n3ds:hover::before { background-color: #bf4061; }
#product_package>ul>li.wii.curr::before, #product_package>ul>li.wii:hover::before   { background-color: #63b3bd; }
#product_package>ul>li.ds.curr::before, #product_package>ul>li.ds:hover::before     { background-color: #c255a7; }
#product_package>ul>li.psp.curr::before, #product_package>ul>li.psp:hover::before   { background-color: #ae9a54; }
#product_package>ul>li.ngc.curr::before, #product_package>ul>li.ngc:hover::before   { background-color: #7866a2; }
#product_package>ul>li.dc.curr::before, #product_package>ul>li.dc:hover::before     { background-color: #b8745c; }
#product_package>ul>li.ps.curr::before, #product_package>ul>li.ps:hover::before     { background-color: #A7A7A7; }
#product_package>ul>li.win.curr::before, #product_package>ul>li.win:hover::before   { background-color: #7c7c83; }

#product_package>ul>li::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
  color: #969696;
  font-weight: lighter;
  font-size: .7em;
  transition: color .5s;
  line-height: 1em;
}
#product_package>ul>li.curr::after,
#product_package>ul>li:hover::after {
  color: #fff;
}

/* --- product info --- */
#product_info>ul {
  list-style-type: none;
}
#product_info>ul>li>ul {
  width: 100%;
}
#product_info>ul>li:nth-child(5)>ul>li>p {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#product_info>ul>li:nth-child(5)>ul>li>p>span:nth-child(1) {
  flex-shrink: 0;
  margin-right: .5em;
}
.product_price {
  display: table;
  width: 100%;
}
.product_price:not(:first-child) {
  margin-top: 1em;
}
.product_price:not(:first-child) {
  border-top: 1px solid #dadada;
  padding-top: 1em;
}
.product_price>li {
  position: relative;
}
.product_price>li.package,
.product_price>li.download {
  padding-left: 100px;
}
.product_price>li.package::before,
.product_price>li.download::before {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2em;
  font-size: .6em;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.8em;
  margin-top: auto;
  margin-bottom: auto;
}
.product_price>li.package::before {
  content: "Package";
  color: #f07724;
  border: 1px solid #f07724;
}
.product_price>li.download::before {
  content: "Download";
  color: #3e99b6;
  border: 1px solid #3e99b6;
}
#product_info>ul:nth-child(2) {
  display: flex;
}
#product_info>ul:nth-child(2)>li {
  position: relative;
  display: block;
  text-align: center;
  background-color: #fff;
}
#product_info>ul:nth-child(2)>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #979797;
  transition: width .5s;
}
#product_info>ul:nth-child(2)>li:hover::before {
  width: 100%;
}
#product_info>ul:nth-child(2)>li>a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #979797;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #979797;
  font-weight: lighter;
  line-height: 4em;
}
#product_info>ul:nth-child(2)>li>a>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: .5em;
  box-sizing: border-box;
}
#product_info>ul:nth-child(2)>li.official>a>div,
#product_info>ul:nth-child(2)>li.itunes>a>div {
  padding-right: 2.8em;
}
#product_info>ul:nth-child(2)>li>a>div>p {
  display: flex;
  flex-direction: row;
  font-size: 1em;
  line-height: 2em;
  text-align: left;
}
#product_info>ul:nth-child(2)>li>a>div>p.small {
  font-size: .8em;
}
#product_info>ul:nth-child(2)>li>a>div>p::before {
  content: ">>";
  font-family: 'Letter Gothic Std';
  letter-spacing: -2px;
  margin-right: .5em;
  line-height: 2.4em;
}
#product_info>ul:nth-child(2)>li.official>a::after,
#product_info>ul:nth-child(2)>li.itunes>a::after {
  content: "";
  position: absolute;
  right: .5em;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('//media.fromsoftware.jp/fromsoftware/ww/static/img/common/external_link_gray.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 2em 30%;
}
#product_info>ul:nth-child(2)>li>a:hover {
  color: #fff;
}
#product_info>ul:nth-child(2)>li.official>a:hover::after,
#product_info>ul:nth-child(2)>li.itunes>a:hover::after {
  background-image: url('//media.fromsoftware.jp/fromsoftware/ww/static/img/common/external_link_white.svg');
}
hr {
  border: none;
  border-bottom: 1px solid #979797;
  margin-top: 4em;
  padding: 0;
  width: 100%;
}

#game_archive {
  display: none;
}

#game_about,
#ost_soundlist,
#game_screenshot,
#game_archive,
#game_prizelist {
  font-weight: bold;
}
#game_about::before,
#ost_soundlist::before,
#game_screenshot::before,
#game_archive::before,
#game_prizelist::before {
  content: "\25A0";
  font-size: 1.6em;
}
#game_about_wrapper,
#ost_soundlist_wrapper,
#game_prizelist_wrapper {
  box-sizing: border-box;
}
#ost_soundlist_wrapper>ul {
  display: flex;
  flex-direction: column;
}
#game_prizelist_wrapper>ul {
  display: table;
  list-style-type: none;
}
#ost_soundlist_wrapper>ul>li {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin: 1em 0;
}
#ost_soundlist_wrapper>ul>li>*:nth-child(1) {
  order: 2;
}
#ost_soundlist_wrapper>ul>li>*:nth-child(2) {
  order: 1;
}
#game_prizelist_wrapper>ul>li {
  display: table-row;
  counter-increment: table-ol;
  font-size: .9em;
}
#ost_soundlist_wrapper>ul>li>div.audio_icon {
  width: 3em;
}
#ost_soundlist_wrapper>ul>li>p {
  position: relative;
  display: inline-block;
  line-height: 1.5em;
  cursor: pointer;
}

#game_prizelist_wrapper>ul>li::before {
  content: "・";
  display: table-cell;
  padding-right: 1em;
}

#game_screenshot_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 1em;
  margin-bottom: 2.5em;
  line-height: 0;
}
#game_screenshot_wrapper>div {
  position: relative;
  display: block;
  width: 100%;
  background-color: #131313;
}
#game_screenshot_wrapper>div::after {
  content: "";
  display: block;
  padding-top: 56.3%;
}
.screen_shot {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  z-index: -1;
  opacity: 0;
  transition: opacity .5s;
}
.screen_shot.curr {
  z-index: 0;
  opacity: 1;
}
#screen_shot_list {
  display: flex;
  flex-wrap: wrap;
}
#screen_shot_list>li {
  margin-top: 1em;
}
#screen_shot_list>li>img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: opacity .5s;
}
#screen_shot_list>li>img:hover {
  opacity: .6;
}

#archive {
  display: none;
  flex-wrap: wrap;
  margin-top: 1em;
}
#archive>li {
  position: relative;
  width: 32%;
  height: auto;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: .5em;
  margin-bottom: 2.5em;
  background-image: url('//media.fromsoftware.jp/fromsoftware/ww/static/img/products/detail/zoom_icon.svg');
  background-position: 97% 97%;
  background-repeat: no-repeat;
  background-size: 1.5em;
  cursor: pointer;
}
#archive>li.extlink {
  background-image: url('//media.fromsoftware.jp/fromsoftware/ww/static/img/common/external_link_gray.svg');
  background-size: auto 8%;
}
#archive>li:nth-child(1),
#archive>li:nth-child(4) { margin-right: 2%; }
#archive>li:nth-child(3),
#archive>li:nth-child(6) { margin-left: 2%; }
#archive>li>a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#archive>li>div {
  position: relative;
  display: block;
  width: 100%;
  background-color: #131313;
}
#archive>li>div::after {
  content: "";
  display: block;
  padding-top: 56.3%;
}
#archive>li>div>img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#archive>li>p {
  font-size: .8em;
  margin-top: .5em;
  opacity: 1;
  transition: opacity .5s;
}
#archive>li:hover>p {
  opacity: .6;
}
#archive_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 1;
}
#archive_wrapper.curr {
  width: 100%;
}
#archive_wrapper.curr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .9;
}
#archive_wrapper>img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  opacity: 0;
  transition: opacity 1s;
}
#archive_wrapper>img.curr {
  opacity: 1;
}

/* --- copyright --- */
#copyright_title {
  display: none;
  border-bottom: 1px solid #c7c7c7;
  margin-top: 6em;
  margin-bottom: 1em;
  padding-bottom: .5em;
}
#copyright_list {
  display: none;
}
#copyright_list>dt {
  font-size: .9em;
  font-weight: bold;
}
#copyright_list>dd {
  font-size: .9em;
  font-weight: lighter;
  padding-bottom: 1.5em;
  box-sizing: border-box;
}


/* ************************************************************** */
/* media query                                                    */
/* ************************************************************** */
/* pc-tab */
@media all and (min-width: 768px) {
  #product_title_wrapper,
  #product_info {
    width: calc( 100% - 310px );
    float: right;
  }
  #product_package {
    width: 310px;
    float: left;
    padding-right: 5%;
  }
  #product_package>div.min_h300 {
    height: 315px;
  }
  #product_package>div>img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  #product_package>ul>li.win::after  { content: "Windows"; }
  #product_package>ul>li.ps::after   { content: "PS"; }
  #product_package>ul>li.dc::after   { content: "Dreamcast"; }
  #product_package>ul>li.ngc::after  { content: "GAMECUBE"; }
  #product_package>ul>li.psp::after  { content: "PSP"; }
  #product_package>ul>li.ds::after   { content: "Nintendo DS"; }
  #product_package>ul>li.wii::after  { content: "Wii"; }
  #product_package>ul>li.n3ds::after { content: "Nintendo 3DS"; }
  #product_package>ul>li.xbox::after { content: "Xbox"; }
  #product_package>ul>li.ps2::after  { content: "PS2"; }
  #product_package>ul>li.x360::after { content: "Xbox 360"; }
  #product_package>ul>li.ps3::after  { content: "PS3"; }
  #product_package>ul>li.xone::after { content: "Xbox ONE"; }
  #product_package>ul>li.ps4::after  { content: "PS4"; }
  #product_package>ul>li.nsw::after  { content: "Nintendo Switch"; }
  #product_package>ul>li.xsx::after  { content: "Xbox Seriese X|S"; }
  #product_package>ul>li.ps5::after  { content: "PS5"; }

  #product_info>ul:nth-child(1)>li {
    padding-top: .5em;
  }
  #product_info>ul>li>ul {
    display: table;
  }
  #product_info>ul>li>ul>li {
    display: table-cell;
  }
  #product_info>ul>li>ul>li:nth-child(1) {
    width: 20%;
  }
  #product_info>ul:nth-child(2) {
    justify-content: space-between;
    margin-top: 2em;
  }
  #product_info>ul:nth-child(2)>li {
    width: 45%;
    height: 4.5em;
  }
  #game_about,
  #ost_soundlist,
  #game_screenshot,
  #game_archive,
  #game_prizelist {
    margin-top: 4em;
  }
  #game_about_wrapper,
  #ost_soundlist_wrapper,
  #game_prizelist_wrapper {
    padding-left: 1.5em;
    margin-top: 1em;
  }
  #ost_soundlist_wrapper>ul>li>p::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.1em;
    width: 0;
    height: 1px;
    background-color: #777;
    transition: width .5s;
  }
  #ost_soundlist_wrapper>ul>li>p:hover::before {
    width: 100%;
  }
  #screen_shot_list {
    justify-content: center;
  }
  #screen_shot_list>li {
    width: 16.5%;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }
  #archive {
    width: 100%;
  }
  #copyright_list>dd {
    padding-left: 1em;
  }
}
/* tab-phone */
@media all and (max-width: 767px) {
  #product_title_wrapper,
  #product_info {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #product_package {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
  }
  #product_package>div>img {
    width: 100%;
  }
  #product_package>ul>li.win::after  { content: "Windows"; }
  #product_package>ul>li.ps::after   { content: "PS"; }
  #product_package>ul>li.dc::after   { content: "Dreamcast"; }
  #product_package>ul>li.ngc::after  { content: "GAMECUBE"; }
  #product_package>ul>li.psp::after  { content: "PSP"; }
  #product_package>ul>li.ds::after   { content: "Nintendo DS"; }
  #product_package>ul>li.wii::after  { content: "Wii"; }
  #product_package>ul>li.n3ds::after { content: "Nintendo 3DS"; }
  #product_package>ul>li.xbox::after { content: "Xbox"; }
  #product_package>ul>li.ps2::after  { content: "PS2"; }
  #product_package>ul>li.x360::after { content: "Xbox 360"; }
  #product_package>ul>li.ps3::after  { content: "PS3"; }
  #product_package>ul>li.xone::after { content: "Xbox ONE"; }
  #product_package>ul>li.ps4::after  { content: "PS4"; }
  #product_package>ul>li.nsw::after  { content: "Nintendo Switch"; }
  #product_package>ul>li.xsx::after  { content: "Xbox Seriese X|S"; }
  #product_package>ul>li.ps5::after  { content: "PS5"; }

  #product_info>ul:nth-child(1)>li {
    padding-top: 1em;
  }
  #product_info>ul>li>ul {
    list-style-type: none;
  }
  #product_info>ul>li>ul>li:nth-child(1) {
    font-weight: bold;
  }
  #product_info>ul>li>ul>li:nth-child(2) {
    font-weight: lighter;
  }
  #product_info>ul:nth-child(2) {
    flex-direction: column;
    margin-top: 4em;
  }
  #product_info>ul:nth-child(2)>li {
    width: 100%;
    margin-bottom: 2em;
  }
  #product_info>ul:nth-child(2)>li>a {
    padding: 1em 0;
  }
  #game_about,
  #ost_soundlist,
  #game_screenshot,
  #game_archive,
  #game_prizelist {
    margin-top: 2em;
    padding: 0 5%;
  }
  #game_about_wrapper,
  #ost_soundlist_wrapper,
  #game_prizelist_wrapper {
    width: 90%;
    margin-top: .5em;
    margin-left: auto;
    margin-right: auto;
  }
  #screen_shot_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #screen_shot_list>li {
    width: calc(100% / 3);
    padding: 2px;
    box-sizing: border-box;
  }
  #archive {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #copyright_list>dd {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}


/* ************************************************************** */
/* plugin                                                         */
/* ************************************************************** */
.vbox-container img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}


/* ************************************************************** */
/* SOM info                                                       */
/* ************************************************************** */
#som_wrapper>h3 {
  display: inline-block;
}
#som_wrapper>p.notice {
  display: inline-block;
  color: #f00;
  text-indent: 1em;
}
#som_wrapper>p.notice::before {
  content: "\*";
}
#som_wrapper>.common_list {
  position: relative;
  width: 100%;
  list-style-type: none;
  margin-top: 1em;
}
#som_wrapper>.common_list>li>div {
  position: relative;
  box-sizing: border-box;
}
#som_wrapper>dl {
  position: relative;
  margin-top: 2em;
  width: 100%;
}
#som_wrapper>dl>dt {
  background-color: #121212;
  text-align: center;
  padding: .5em 0;
  cursor: pointer;
}
#som_wrapper>dl>dt::after {
  content: "\25BC";
  position: absolute;
  top: .5em;
  right: 1em;
  color: #fff;
}
#som_wrapper>dl>dt.open::after {
  content: "\25B2";
}
#som_wrapper>dl>dt>p {
  color: #fff;
}
#som_wrapper>dl>dd {
  position: relative;
  display: none;
  width: 100%;
  padding-bottom: 2em;
  text-align: center;
}
#note_wrapper {
  display: block;
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 1em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}
#note_wrapper>p,
#note_wrapper>h3,
#note_wrapper>ul>li {
  color: #121212;
}
#note_wrapper>p,
#note_wrapper>ul>li {
  font-weight: lighter;
  text-align: left;
}
#note_wrapper>h3 {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: .5em 0;
}
#note_wrapper>ul {
  display: table;
  width: 100%;
  list-style-type: none;
  margin-top: .5em;
}
#note_wrapper>ul>li {
  display: table-row;
}
#note_wrapper>ul>li::before {
  content: "\30FB";
  display: table-cell;
}
#som_wrapper>dl>dd>label {
  display: inline-block;
  text-align: center;
  margin-top: 1em;
  cursor: pointer;
}
#som_wrapper>dl>dd>label>input {
  display: none;
}
#som_wrapper>dl>dd>label>input+span {
  position: relative;
  display: inline;
  color: #121212;
  font-weight: lighter;
  vertical-align: middle;
}
#som_wrapper>dl>dd>label>input+span::before {
  content: "\f372";
  color: #282828;
  font-family: "IonIcons";
  font-size: 1.0em;
  margin-right: .5em;
}
#som_wrapper>dl>dd>label>input:checked+span::before {
	content: "\f374";
}
#som_wrapper>dl>dd>ul.notice {
  display: table;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}
#som_wrapper>dl>dd>ul.notice>li {
  display: table-row;
  color: #f00;
  font-weight: lighter;
  font-size: .9em;
  line-height: 1.4em;
  text-align: left;
}
#som_wrapper>dl>dd>ul.notice>li::before {
  content: "\*";
  display: table-cell;
}
#mail_send {
  position: relative;
  display: block;
  width: 100%;
  background-color: #969696;
  margin-top: .5em;
  text-align: center;
}
#mail_send::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #121212;
  transition: width 1s;
}
#mail_send.agree:hover::before {
  width: 100%;
}
#mail_send>a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: .5em 0;
  visibility: hidden;
}
#mail_send.agree>a {
  visibility: visible;
}
#mail_send>a::before {
  content: ">>";
  font-family: 'Letter Gothic Std';
  letter-spacing: -2px;
  margin-right: .5em;
}
#som_wrapper a.link_local {
  display: inline-block;
}

/* pc-tab */
@media all and (min-width: 768px) {
  #som_wrapper>.common_list {
    display: table;
  }
  #som_wrapper>.common_list>li {
    display: table-row;
  }
  #som_wrapper>.common_list>li>div {
    display: table-cell;
  }
  #som_wrapper>.common_list>li>div:nth-child(1) {
    min-width: 150px;
    width: 20%;
  }
  #som_wrapper>.common_list>li>div:nth-child(2) {
    padding-left: 1em;
  }
  #som_wrapper>.common_list>li>div:nth-child(2)::before {
    content: ":";
    position: absolute;
    top: 0;
    left: .25em;
  }
  #note_wrapper {
    width: 90%;
  }
}
/* tab-phone */
@media all and (max-width: 767px) {
  #som_wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #som_wrapper>.common_list>li {
    display: flex;
    flex-direction: column;
  }
  #som_wrapper>.common_list>li:not(:first-child) {
    margin-top: 1em;
  }
  #som_wrapper>.common_list>li>div:nth-child(1)>p {
    font-weight: bold;
  }
  #som_wrapper>.common_list>li>div:nth-child(2)>p {
    font-weight: lighter;
  }
  #note_wrapper {
    width: 100%;
  }
}


/* ************************************************************** */
/* svg set                                                        */
/* ************************************************************** */
#audio_ctl {
  display: none;
  visibility: hidden;
}
#ost_soundlist_wrapper>ul>li>div>.svg_play {
  display: block;
  height: 1.5em;
  cursor: pointer;
}
#ost_soundlist_wrapper>ul>li>div>.svg_play>path {
  stroke: #777;
  stroke-width: 6;
  fill: rgba(248, 248, 248, 1);
  transition: stroke .5s;
}
#ost_soundlist_wrapper>ul>li>div>.svg_play.hov>path,
#ost_soundlist_wrapper>ul>li>p:hover+div>.svg_play>path {
  stroke: #E07026;
  fill: rgba(119, 119, 119, .2);
}
#ost_soundlist_wrapper>ul>li>div>.slctd>path {
  stroke: #E07026;
  fill: rgba(119, 119, 119, .2);
}
#ost_soundlist_wrapper>ul>li>div>.svg_play>polygon,
#ost_soundlist_wrapper>ul>li>div>.svg_play>rect {
  fill: #777;
  transition: fill .5s;
}
#ost_soundlist_wrapper>ul>li>div>.svg_play.hov>polygon,
#ost_soundlist_wrapper>ul>li>p:hover+div>.svg_play>polygon,
#ost_soundlist_wrapper>ul>li>div>.slctd>polygon {
  fill: #E07026;
}
#ost_soundlist_wrapper>ul>li>div>.svg_play>rect {
  fill: transparent;
}
#ost_soundlist_wrapper>ul>li>div>.slctd>rect {
  fill: #E07026;
}
#ost_soundlist_wrapper>ul>li>div>.slctd>polygon.none,
#ost_soundlist_wrapper>ul>li>div>.slctd>rect.none {
  fill: transparent !important;
}

#speaker_icon {
  display: none;
}
#path_wrapper.vol0>path:nth-child(3),
#path_wrapper.vol0>path:nth-child(4),
#path_wrapper.vol0>path:nth-child(5),
#path_wrapper.vol1>path:nth-child(4),
#path_wrapper.vol1>path:nth-child(5),
#path_wrapper.vol2>path:nth-child(5) { fill: transparent; }
.speaker_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 2em;
  box-sizing: border-box;
  background-color: #ececec;
}
.speaker_wrapper>div.clm_icon {
  display: flex;
  width: 2em;
  height: 100%;
}
.speaker_wrapper>div.clm_range>input {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.speaker_wrapper>div.clm_icon>.speaker_icon_copy {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.speaker_wrapper>div.clm_icon>.speaker_icon_copy>use {
  fill: #777;
  transition: fill .5s;
}
.speaker_wrapper:hover>div.clm_icon>.speaker_icon_copy>use {
  fill: #E07026;
}

input[type=range] {
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: rgba(119, 119, 119, .6);
}
input[type=range]::-webkit-slider-thumb {
  height: 100%;
  width:  8px;
  background: #E07026;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(119, 119, 119, .7);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: rgba(119, 119, 119, .6);
}
input[type=range]::-moz-range-thumb {
  border: none;
  height: 8px;
  border-radius: 0;
  background: #E07026;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: rgba(119, 119, 119, .6);
  border-radius: 1em;
}
input[type=range]::-ms-fill-upper {
  background: rgba(119, 119, 119, .3);
  border-radius: 1em;
}
input[type=range]::-ms-thumb {
  border: none;
  background: #E07026;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(119, 119, 119, .7);
}
input[type=range]:focus::-ms-fill-upper {
  background: rgba(119, 119, 119, .4);
}

/* pc-tab */
@media all and (min-width: 768px) {
  .speaker_wrapper {
    width:  2em;
    margin-left: 2em;
    border-radius: 50%;
    opacity: 1;
    transition: width .5s, border-radius .5s, opacity .5s;
  }
  .speaker_wrapper.hide {
    opacity: 0;
    visibility: hidden;
  }
  .speaker_wrapper:hover {
    width:  30%;
    border-radius: 2em;
  }
  .speaker_wrapper>div.clm_range {
    width: 0;
    transition: all .5s;
  }
  .speaker_wrapper:hover>div.clm_range {
    width: calc( 100% - 2em );
  }
  .speaker_wrapper>div.clm_range>input {
    opacity: 0;
    transition: opacity .5s;
  }
  .speaker_wrapper:hover>div.clm_range>input {
    opacity: 1;
  }
}
/* tab-phone */
@media all and (max-width: 767px) {
  .speaker_wrapper {
    display: none;
  }
}