@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol,
ul {
  list-style: none
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q,
blockquote {
  quotes: none
}

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

a img {
  border: none
}

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

@media only screen and (min-width: 1281px) {
  :root {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media only screen and (max-width: 768px) {
  :root {
    font-size: 14px;
    font-size: 0.875rem
  }
}

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.81;
  color: #191717;
  background: url(/s-oto/naomi/images/bg_common.png) left top #fff;
  font-family: "Droid Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", Meiryo, sans-serif;
  -webkit-text-size-adjust: none
}

#all {
  position: relative
}

hr {
  border: none;
  border-top: 1px solid #dcdcdc;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 0px;
  font-size: 0rem
}

input,
select {
  vertical-align: middle
}

#all input,
#all button,
#all textarea,
#all button,
#all select {
  font-size: 16px !important
}

img {
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: 0px;
  font-size: 0rem;
  line-height: 0
}

a {
  color: #ff32c8;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(160, 160, 160, 0.2)
}

a:hover,
a:active,
a:focus {
  color: #cb0095
}

figure,
.sp-image-container,
.sp-thumbnail-container {
  position: relative
}

figure img,
.sp-image-container img,
.sp-thumbnail-container img {
  width: 100%
}

figure .protector,
.sp-image-container .protector,
.sp-thumbnail-container .protector {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%
}

#newsBlock {
  background: #191717;
  padding: 8px 16px;
  color: #fff;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  z-index: 100;
  position: relative;
  height: 54px;
  text-align: left
}

#newsBlock:after {
  content: "";
  display: table;
  clear: both
}

#newsBlock h2 {
  font-family: 'UD新丸ゴ DB JIS2004';
  font-size: 20px;
  font-size: 1.25rem;
  float: left;
  width: 4em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}

#newsBlock .box {
  overflow: hidden;
  padding: 4px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.nonJs {
  font-size: 14px;
  font-size: 0.875rem;
  color: red;
  border: 2px solid red;
  padding: 8px;
  text-align: center;
  background: #fff
}

#pageTop {
  width: 40px;
  height: 40px;
  position: fixed;
  background: #ffeb00;
  display: block;
  right: 40px;
  bottom: 40px;
  text-indent: -9999px;
  cursor: pointer;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px
}

#pageTop a {
  background: #ff32c8;
  display: block
}

#pageTop img {
  max-width: 40px
}

@media only screen and (max-width: 768px) {
  #pageTop {
    right: 16px;
    bottom: 16px
  }
}

#pageTop:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  border-top: solid 3px #191717;
  border-right: solid 3px #191717;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  margin-top: -4px;
  left: 13px
}

body {
  position: relative;
  overflow-x: hidden
}

#button {
  position: fixed;
  top: 36px;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 600;
  border: 0;
  padding: 0;
  margin: 0
}

#button img {
  width: 100%
}

#slideMenu {
  position: fixed;
  top: 0;
  right: -240px;
  width: 240px;
  height: 100%;
  padding-top: 80px;
  background: rgba(255, 255, 255, 0.5);
  color: #191717
}

#shibuya #slideMenu {
  background: rgba(255, 255, 255, 0.5);
  color: #191717
}

#shibuya #slideMenu a {
  color: #191717
}

#shibuya #slideMenu a:hover {
  background: #dcdcdc
}

#shibuya #slideMenu ul li.nonLink {
  color: #191717;
  background: #eee
}

#naomi #slideMenu {
  background: rgba(0, 0, 0, 0.5);
  color: #fff
}

#naomi #slideMenu a {
  color: #fff
}

#naomi #slideMenu a:hover {
  background: rgba(0, 0, 0, 0.8)
}

#naomi #slideMenu ul li.nonLink {
  color: #fff;
  background: #191717
}

#slideMenu ul li {
  vertical-align: middle
}

#slideMenu ul li:nth-child(2) a {
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 48px;
  position: relative
}

#slideMenu ul li:nth-child(2) a:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url(/s-oto/naomi/images/logo_shibuya.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 8px
}

#slideMenu ul li:nth-child(3) a {
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 48px;
  position: relative
}

#slideMenu ul li:nth-child(3) a:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url(/s-oto/naomi/images/logo_naomi.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 8px
}

#slideMenu ul li a {
  padding: 8px;
  border-bottom: 1px dotted #dcdcdc;
  display: table;
  font-family: 'UD新丸ゴ DB JIS2004';
  font-size: 18px;
  font-size: 1.125rem;
  color: #191717;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s
}

#slideMenu ul li a:hover {
  background: #dcdcdc;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s
}

#slideMenu ul li a span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  margin-top: -8px
}

#slideMenu ul li.nonLink {
  padding: 8px;
  border-bottom: 1px dotted #dcdcdc;
  display: table;
  font-family: 'UD新丸ゴ DB JIS2004';
  font-size: 18px;
  font-size: 1.125rem;
  color: #191717;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol,
ul {
  list-style: none
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q,
blockquote {
  quotes: none
}

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

a img {
  border: none
}

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

@media only screen and (min-width: 1281px) {
  :root {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media only screen and (max-width: 768px) {
  :root {
    font-size: 14px;
    font-size: 0.875rem
  }
}

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.81;
  color: #191717;
  background: url(/s-oto/naomi/images/bg_common.png) left top #fff;
  font-family: "Droid Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", Meiryo, sans-serif;
  -webkit-text-size-adjust: none
}

#all {
  position: relative
}

hr {
  border: none;
  border-top: 1px solid #dcdcdc;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 0px;
  font-size: 0rem
}

input,
select {
  vertical-align: middle
}

#all input,
#all button,
#all textarea,
#all button,
#all select {
  font-size: 16px !important
}

img {
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: 0px;
  font-size: 0rem;
  line-height: 0
}

a {
  color: #ff32c8;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(160, 160, 160, 0.2)
}

a:hover,
a:active,
a:focus {
  color: #cb0095
}

figure,
.sp-image-container,
.sp-thumbnail-container {
  position: relative
}

figure img,
.sp-image-container img,
.sp-thumbnail-container img {
  width: 100%
}

figure .protector,
.sp-image-container .protector,
.sp-thumbnail-container .protector {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%
}

#newsBlock {
  background: #191717;
  padding: 8px 16px;
  color: #fff;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  z-index: 100;
  position: relative;
  height: 54px;
  text-align: left
}

#newsBlock:after {
  content: "";
  display: table;
  clear: both
}

#newsBlock h2 {
  font-family: 'UD新丸ゴ DB JIS2004';
  font-size: 20px;
  font-size: 1.25rem;
  float: left;
  width: 4em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}

#newsBlock .box {
  overflow: hidden;
  padding: 4px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.nonJs {
  font-size: 14px;
  font-size: 0.875rem;
  color: red;
  border: 2px solid red;
  padding: 8px;
  text-align: center;
  background: #fff
}

#pageTop {
  width: 40px;
  height: 40px;
  position: fixed;
  background: #ffeb00;
  display: block;
  right: 40px;
  bottom: 40px;
  text-indent: -9999px;
  cursor: pointer;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px
}

#pageTop a {
  background: #ff32c8;
  display: block
}

#pageTop img {
  max-width: 40px
}

@media only screen and (max-width: 768px) {
  #pageTop {
    right: 16px;
    bottom: 16px
  }
}

#pageTop:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  border-top: solid 3px #191717;
  border-right: solid 3px #191717;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  margin-top: -4px;
  left: 13px
}

body {
  position: relative;
  overflow-x: hidden
}

#button {
  position: fixed;
  top: 36px;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 600;
  border: 0;
  padding: 0;
  margin: 0
}

#button img {
  width: 100%
}

#slideMenu {
  position: fixed;
  top: 0;
  right: -240px;
  width: 240px;
  height: 100%;
  padding-top: 80px;
  background: rgba(255, 255, 255, 0.5);
  color: #191717
}

#shibuya #slideMenu {
  background: rgba(255, 255, 255, 0.5);
  color: #191717
}

#shibuya #slideMenu a {
  color: #191717
}

#shibuya #slideMenu a:hover {
  background: #dcdcdc
}

#shibuya #slideMenu ul li.nonLink {
  color: #191717;
  background: #eee
}

#naomi #slideMenu {
  background: rgba(0, 0, 0, 0.5);
  color: #fff
}

#naomi #slideMenu a {
  color: #fff
}

#naomi #slideMenu a:hover {
  background: rgba(0, 0, 0, 0.8)
}

#naomi #slideMenu ul li.nonLink {
  color: #fff;
  background: #191717
}

#slideMenu ul li {
  vertical-align: middle
}

#slideMenu ul li:nth-child(2) a {
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 48px;
  position: relative
}

#slideMenu ul li:nth-child(2) a:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url(/s-oto/naomi/images/logo_shibuya.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 8px
}

#slideMenu ul li:nth-child(3) a {
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 48px;
  position: relative
}

#slideMenu ul li:nth-child(3) a:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url(/s-oto/naomi/images/logo_naomi.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 8px
}

#slideMenu ul li a {
  padding: 8px;
  border-bottom: 1px dotted #dcdcdc;
  display: table;
  font-family: 'UD新丸ゴ DB JIS2004';
  font-size: 18px;
  font-size: 1.125rem;
  color: #191717;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s
}

#slideMenu ul li a:hover {
  background: #dcdcdc;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s
}

#slideMenu ul li a span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  margin-top: -8px
}

#slideMenu ul li.nonLink {
  padding: 8px;
  border-bottom: 1px dotted #dcdcdc;
  display: table;
  font-family: 'UD新丸ゴ DB JIS2004';
  font-size: 18px;
  font-size: 1.125rem;
  color: #191717;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee
}

header {
  width: 100%;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

header:after {
  width: 100%;
  height: 24px;
  background: url(/s-oto/naomi/images/bg_decoration.png) repeat-x left top;
  display: block;
  content: '';
  position: absolute;
  bottom: -24px
}

header .inner {
  *zoom: 1;
  max-width: 760px;
  margin: 0 auto
}

header .inner:after {
  content: "";
  display: table;
  clear: both
}

section {
  margin-top: 40px;
  text-align: center
}

section .tit {
  padding: 8px 16px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'UD新丸ゴ DB JIS2004';
  display: inline-block;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  margin: 0 auto 16px;
  line-height: 1.8
}

section .tit span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 8px
}

#onairBlock {
  padding: 0 6.25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#onairBlock .inner {
  padding: 16px;
  margin: 64px auto 0;
  max-width: 800px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  text-align: left;
  *zoom: 1;
  display: table
}

#onairBlock .inner:after {
  content: "";
  display: table;
  clear: both
}

#onairBlock h2 {
  padding-right: 16px;
  display: table-cell
}

@media screen and (max-width: 512px) {
  #onairBlock h2 {
    display: block;
    padding: 0;
    margin-bottom: 8px;
    text-align: center
  }
}

#onairBlock #onair {
  font-family: 'UD新丸ゴ DB JIS2004';
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff
}

#onairBlock #onair:before {
  background: url(/s-oto/naomi/images/icn_nhkg.png) no-repeat left top;
  width: 40px;
  height: 20px;
  display: inline-block;
  content: '';
  background-size: 100%;
  margin-right: 8px
}

#onairBlock #onair span {
  display: inline-block
}

#onairBlock #onair span.option {
  font-size: 14px;
  font-size: 0.875rem
}

#submitBlock {
  padding: 0 6.25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#submitBlock img {
  max-width: 428px;
  width: 100%
}

#galleryBlock {
  margin-bottom: 64px
}

#galleryBlock .inner {
  max-width: 800px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 40px;
  padding: 0 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#galleryBlock .inner .desc {
  text-align: left
}

#lineupBlock {
  width: 100%
}

#lineupBlock ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto
}

#lineupBlock ul.group4 li {
  width: 50%
}

#lineupBlock ul.group6 li {
  width: 33.33%
}

@media screen and (max-width: 640px) {
  #lineupBlock ul.group6 li {
    width: 50%
  }
}

#lineupBlock ul.group8 li {
  width: 25%
}

@media screen and (max-width: 960px) {
  #lineupBlock ul.group8 li {
    width: 50%
  }
}

@media screen and (max-width: 640px) {
  #lineupBlock ul.group8 li {
    width: 50%
  }
}

#lineupBlock ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1px;
  margin-bottom: 16px;
  position: relative
}

#lineupBlock ul li figure {
  margin-bottom: 8px
}

#lineupBlock ul li figure img {
  width: 100%
}

#lineupBlock ul li.new:after {
  content: '';
  width: 76px;
  height: 76px;
  display: block;
  background: url(/s-oto/naomi/images/icn_new.png) no-repeat left top;
  position: absolute;
  top: -40px;
  left: -20px
}

@media screen and (max-width: 960px) {
  #lineupBlock ul li.new:after {
    width: 40px;
    height: 40px;
    display: block;
    background: url(/s-oto/naomi/images/icn_new.png) no-repeat left top;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -8px;
    left: 0px
  }
}

#lineupBlock ul li .icn360 {
  width: 76px;
  height: 76px;
  display: block;
  position: absolute;
  top: -20px;
  right: 4px;
  z-index: 490
}

#lineupBlock ul li .icn360 img {
  width: 100%
}

@media screen and (max-width: 960px) {
  #lineupBlock ul li .icn360 {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: -20px;
    right: 2px
  }
}

#lineupBlock ul li dl dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'UD新丸ゴ R JIS2004'
}

@media screen and (max-width: 640px) {
  #lineupBlock ul li dl dt {
    font-size: 14px;
    font-size: 0.875rem
  }
}

#lineupBlock ul li dl dd {
  font-size: 14px;
  font-size: 0.875rem
}

#lineupBlock ul li dl dd:before {
  content: '♪'
}

@media screen and (max-width: 640px) {
  #lineupBlock ul li dl dd {
    font-size: 12px;
    font-size: 0.75rem
  }
}

#blogBlock {
  padding: 40px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#blogBlock .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  *zoom: 1;
  width: 100%;
  padding: 0
}

#blogBlock .inner:after {
  content: "";
  display: table;
  clear: both
}

#blogBlock figure {
  float: right;
  width: 48.33333%;
  margin: 16px 0 16px 6.25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden
}

@media screen and (max-width: 512px) {
  #blogBlock figure {
    float: none;
    margin: 16px auto;
    overflow: auto;
    width: 100%
  }
}

#blogBlock figure img {
  border: 4px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#blogBlock figure img.protector {
  border: none
}

#blogBlock #entryBlock {
  text-align: left;
  margin-top: -16px
}

@media screen and (max-width: 512px) {
  #blogBlock #entryBlock {
    margin-top: 16px
  }
}

#blogBlock #entryBlock .date {
  font-family: 'UD新丸ゴ R JIS2004';
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 8px
}

#blogBlock #entryBlock h3 {
  font-family: 'UD新丸ゴ DB JIS2004';
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 16px
}

#blogBlock #entryBlock p {
  margin-top: 8px
}

#blogBlock #entryBlock img {
  width: 100%
}

.profBox {
  max-width: 800px;
  padding: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto
}

.profBox .popup-modal-dismiss {
  width: 40px;
  height: 40px;
  background: #ffeb00;
  text-indent: -9999px;
  cursor: pointer;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  position: relative;
  margin: 0 auto -32px;
  text-align: center
}

.profBox .popup-modal-dismiss:after {
  content: '';
  background: url(/s-oto/naomi/images/icn_btn.png) no-repeat center top;
  background-size: 100%;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.profBox .mfp-close {
  display: none
}

#aboutBlock {
  padding: 0 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#aboutBlock .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  *zoom: 1
}

#aboutBlock .inner:after {
  content: "";
  display: table;
  clear: both
}

#aboutBlock h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'UD新丸ゴ DB JIS2004'
}

#aboutBlock h3 span {
  display: inline-block
}

@media screen and (max-width: 640px) {
  #aboutBlock h3 {
    font-size: 16px;
    font-size: 1rem
  }
}

@media screen and (max-width: 320px) {
  #aboutBlock h3 {
    font-size: 14px;
    font-size: 0.875rem
  }
}

#aboutBlock .profileBlock {
  *zoom: 1;
  text-align: left
}

#aboutBlock .profileBlock:after {
  content: "";
  display: table;
  clear: both
}

#aboutBlock .profileBlock .txtBox {
  display: table-cell;
  vertical-align: middle
}

#aboutBlock .profileBlock .txtBox h3 {
  margin: 0 16px 16px 0;
  display: inline-block
}

#aboutBlock .profileBlock .txtBox h3 span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px
}

#aboutBlock .profileBlock .txtBox h3 span img {
  margin-top: -24px
}

@media screen and (max-width: 640px) {
  #aboutBlock .profileBlock .txtBox h3 span img {
    height: 40px;
    margin-top: -12px
  }
}

#aboutBlock .profileBlock .txtBox .btn {
  text-indent: -9999px;
  z-index: 100;
  display: inline-block;
  vertical-align: middle
}

#aboutBlock .profileBlock .txtBox .btn a {
  display: block;
  width: 40px;
  height: 40px;
  background: #ffeb00;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  position: relative
}

#aboutBlock .profileBlock .txtBox .btn a:after {
  content: '';
  background: url(/s-oto/naomi/images/icn_btn.png) no-repeat center top;
  background-size: 100%;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0
}

#archiveBlock {
  width: 100%;
  position: relative;
  padding: 40px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  position: relative
}

#archiveBlock p.backnumber {
  position: absolute;
  right: 16px;
  bottom: 16px
}

#archiveBlock p.backnumber a {
  padding-right: 24px
}

#archiveBlock nav ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 6.25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#archiveBlock nav ul li {
  width: 20%;
  padding-left: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px
}

#archiveBlock nav ul li figure {
  margin-bottom: 8px
}

@media only screen and (max-width: 768px) {
  #archiveBlock nav ul li {
    width: 33.33%
  }
}

@media only screen and (max-width: 480px) {
  #archiveBlock nav ul li {
    width: 50%
  }
}

#archiveBlock nav ul p {
  font-family: 'UD新丸ゴ DB JIS2004'
}

aside {
  text-align: center;
  padding-top: 1px
}

aside #snsLink {
  background: #783cff;
  width: 100%
}

aside #snsLink ul {
  width: 100%;
  display: table;
  max-width: 1280px;
  margin: 0 auto
}

aside #snsLink ul li {
  display: table-cell
}

aside #snsLink ul li img {
  width: 100%
}

@media only screen and (max-width: 768px) {
  aside #snsLink ul {
    display: block;
    *zoom: 1
  }
  aside #snsLink ul:after {
    content: "";
    display: table;
    clear: both
  }
  aside #snsLink ul li {
    width: 50%;
    display: block;
    float: left
  }
  aside #snsLink ul li img {
    width: 100%
  }
}

aside #bannerBlock {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0
}

aside #bannerBlock li {
  display: inline-block;
  padding: 0 8px 16px
}

aside #bannerBlock li img {
  width: 100%;
  max-width: 176px
}

@media only screen and (max-width: 480px) {
  aside #bannerBlock {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0
  }
  aside #bannerBlock li {
    display: inline-block;
    padding: 0;
    width: 33%
  }
  aside #bannerBlock li img {
    width: 100%;
    max-width: 176px
  }
}

aside nav {
  padding-top: 40px
}

aside nav ul {
  display: table;
  margin: 0 auto
}

aside nav ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 16px
}

aside nav ul li img {
  max-width: 120px
}

aside nav ul li:nth-child(2) img {
  -moz-border-radius: 64px;
  -webkit-border-radius: 64px;
  border-radius: 64px;
  max-width: 64px
}

@media only screen and (max-width: 480px) {
  aside nav ul li {
    padding: 0 8px
  }
  aside nav ul li img {
    max-width: 96px
  }
  aside nav ul li:nth-child(2) img {
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    max-width: 40px
  }
}

footer {
  text-align: center;
  text-align: center
}

@media screen and (min-width: 769px) {
  footer #snsBlock {
    position: fixed;
    top: 60vh;
    right: 0;
    text-align: center;
    z-index: 10;
    padding: 4px
  }
  footer #snsBlock .nhk-snsbtn {
    margin: 0
  }
  footer #snsBlock .nhksns li {
    display: block;
    padding: 0;
    margin: 0 0 4px 0
  }
}

footer #snsBlock {
  margin: 32px auto
}

#nol_footer .nol_table .nol_link:after {
  content: '' !important
}

.nhk-snsbtn {
  margin-bottom: 0 !important
}

.nhksns {
  display: inline-block
}

#naomi {
  background: url(/s-oto/naomi/images/bg_naomi.png) left top #fff;
  color: #fff
}

header {
  background: url(/s-oto/naomi/images/bg_naomi_light.jpg) left top #000;
  background-size: 100%
}

@media screen and (max-width: 768px) {
  header {
    background-size: 200%
  }
}

header:after {
  width: 100%;
  height: 4px;
  background: url(/s-oto/naomi/images/bg_bar.gif) repeat-x left top;
  display: block;
  content: '';
  position: absolute;
  bottom: -4px
}

header .visualBlock {
  width: 100%;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

header .visualBlock h1 {
  display: table-cell;
  vertical-align: middle
}

header .visualBlock h1 img {
  width: 100%;
  max-width: 270px;
  margin: 0 auto
}

header .visualBlock figure {
  display: table-cell;
  vertical-align: top
}

header .visualBlock figure img {
  width: 100%;
  max-width: 620px;
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  header .visualBlock {
    float: none;
    width: 100%
  }
}

header .deco {
  width: 100%;
  height: 28px;
  background: url(/s-oto/naomi/images/decoration.png) no-repeat center bottom;
  display: block;
  position: absolute;
  bottom: -14px;
  z-index: 100
}

section .tit {
  background: #3d87b3
}

#galleryBlock #slideBlock {
  background: rgba(0, 0, 0, 0.5)
}

#onairBlock .inner {
  background: #191717;
  -moz-box-shadow: 0 0 4px #333;
  -webkit-box-shadow: 0 0 4px #333;
  box-shadow: 0 0 4px #333
}

#onairBlock h2.next img {
  max-width: 121.5px
}

#onairBlock h2.prev img {
  max-width: 167.5px
}

#lineupBlock h2 em {
  display: inline-block
}

#blogBlock {
  background: #380808;
  background-size: 100%;
  margin-top: 0;
  z-index: 400px;
  position: relative
}

#blogBlock figure {
  background: url(/s-oto/naomi/images/bg_blog_naomi.png) no-repeat left top;
  background-size: 100%;
  padding: 3.75% 2%
}

@media screen and (max-width: 512px) {
  #blogBlock figure {
    padding: 7.25% 4%
  }
}

#blogBlock #entryBlock .date {
  color: #ccc
}

.profBox {
  background: #191717;
  color: #fff
}

#aboutBlock {
  background: url(/s-oto/naomi/images/bg_about.jpg) no-repeat #000;
  background-size: 100%;
  background-attachment: fixed;
  padding-top: 40px;
  margin-top: 0
}

@media screen and (max-width: 768px) {
  #aboutBlock {
    background: url(/s-oto/naomi/images/bg_about.jpg) no-repeat #000;
    background-size: 100%;
    background-attachment: scroll
  }
}

#aboutBlock #naomiProf {
  float: left;
  width: 48.33333%;
  padding-top: 40px;
  position: relative;
  display: table
}

@media screen and (max-width: 1200px) {
  #aboutBlock #naomiProf {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 640px
  }
}

#aboutBlock #naomiProf figure {
  width: 140px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 16px
}

@media screen and (max-width: 640px) {
  #aboutBlock #naomiProf figure {
    width: 112px
  }
}

@media screen and (max-width: 512px) {
  #aboutBlock #naomiProf figure {
    width: 80px
  }
}

@media screen and (max-width: 320px) {
  #aboutBlock #naomiProf figure {
    width: 62.22222px
  }
}

#aboutBlock #naomiProf .txtBox p {
  padding-bottom: 16px
}

#aboutBlock #naomiProf .txtBox .btn {
  padding-bottom: 0
}

#aboutBlock #hanazawaProf {
  float: right;
  width: 48.33333%;
  padding: 40px 0;
  position: relative;
  display: table
}

@media screen and (max-width: 1200px) {
  #aboutBlock #hanazawaProf {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 640px
  }
}

#aboutBlock #hanazawaProf figure {
  width: 140px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px
}

@media screen and (max-width: 640px) {
  #aboutBlock #hanazawaProf figure {
    width: 112px
  }
}

@media screen and (max-width: 512px) {
  #aboutBlock #hanazawaProf figure {
    width: 80px
  }
}

@media screen and (max-width: 320px) {
  #aboutBlock #hanazawaProf figure {
    width: 62.22222px
  }
}

#aboutBlock .profileBlock .txtBox h3 img {
  margin-top: 0 !important
}

#archiveBlock {
  background: url(/s-oto/naomi/images/bg_naomi_light.jpg) no-repeat center top #000;
  background-size: 100%
}

@media screen and (max-width: 768px) {
  #archiveBlock {
    background-size: 200%
  }
}

#archiveBlock a {
  display: block;
  color: #fff
}

#archiveBlock p.backnumber a {
  color: #fff;
  font-family: 'UD新丸ゴ DB JIS2004'
}

#archiveBlock p.backnumber a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  right: 0;
  left: auto
}

#sTalkChanel .read {
  margin-bottom: 16px;
  font-family: 'UD新丸ゴ DB JIS2004';
  padding: 0 16px
}

#sTalkChanel .note {
  margin-bottom: 16px
}

#sTalkChanel .chanelBlock {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center
}

#sTalkChanel .chanelBlock li {
  width: 33.33%;
  padding-left: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px
}

@media screen and (max-width: 640px) {
  #sTalkChanel .chanelBlock li {
    width: 50%
  }
}

.modal-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 602;
  text-align: center
}

#sTalkChanel .chanelBlock li h3 {
  font-family: 'UD新丸ゴ DB JIS2004';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3em;
  height: 50px;
  display: table;
  width: 100%
}

#sTalkChanel .chanelBlock li h3 span {
  display: table-cell;
  vertical-align: middle
}

@media screen and (max-width: 640px) {
  #sTalkChanel .chanelBlock li h3 {
    font-size: 16px;
    font-size: 1rem
  }
}

@media screen and (max-width: 320px) {
  #sTalkChanel .chanelBlock li h3 {
    font-size: 14px;
    font-size: 0.875rem;
    height: 35px
  }
}

#sTalkChanel .chanelBlock li p {
  font-family: 'UD新丸ゴ DB JIS2004';
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 8px;
  padding: 8px;
  text-align: left
}

@media screen and (max-width: 640px) {
  #sTalkChanel .chanelBlock li p {
    font-size: 14px;
    font-size: 0.875rem
  }
}

@media screen and (max-width: 320px) {
  #sTalkChanel .chanelBlock li p {
    font-size: 12px;
    font-size: 0.75rem
  }
}

#afterBlock {
  margin-bottom: 64px;
  padding: 0 16px
}

#afterBlock .read {
  margin: 16px auto;
  font-family: 'UD新丸ゴ DB JIS2004';
  padding: 0 6.25%;
  font-size: 18px;
  font-size: 1.125rem
}

#afterBlock .movieBlock {
  max-width: 640px;
  margin: 0 auto;
  background: #191717;
  position: relative
}

#afterBlock .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto
}

#afterBlock .embed-container iframe,
#afterBlock .embed-container object,
#afterBlock .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#afterBlock .btn {
  margin: 16px auto;
  padding: 0 6.25%
}

#afterBlock .btn a {
  background: #3d87b3;
  color: #fff;
  padding: 16px 48px 16px 32px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  display: inline-block;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s
}

#afterBlock .btn a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  right: 24px;
  left: auto;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s
}

aside {
  text-align: center;
  padding-top: 1px
}

aside #snsLink {
  background: #783cff;
  width: 100%
}

aside #snsLink ul {
  width: 100%;
  display: table;
  max-width: 1280px;
  margin: 0 auto
}

aside #snsLink ul li {
  display: table-cell
}

aside #snsLink ul li img {
  width: 100%
}

@media only screen and (max-width: 768px) {
  aside #snsLink ul {
    display: block;
    *zoom: 1
  }
  aside #snsLink ul:after {
    content: "";
    display: table;
    clear: both
  }
  aside #snsLink ul li {
    width: 50%;
    display: block;
    float: left
  }
  aside #snsLink ul li img {
    width: 100%
  }
}

aside #bannerBlock {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0
}

aside #bannerBlock li {
  display: inline-block;
  padding: 0 8px 16px
}

aside #bannerBlock li img {
  width: 100%;
  max-width: 176px
}

@media only screen and (max-width: 480px) {
  aside #bannerBlock {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0
  }
  aside #bannerBlock li {
    display: inline-block;
    padding: 0;
    width: 33%
  }
  aside #bannerBlock li img {
    width: 100%;
    max-width: 176px
  }
}

aside nav {
  padding-top: 40px
}

aside nav ul {
  display: table;
  margin: 0 auto
}

aside nav ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 16px
}

aside nav ul li img {
  max-width: 120px
}

aside nav ul li:nth-child(2) img {
  -moz-border-radius: 64px;
  -webkit-border-radius: 64px;
  border-radius: 64px;
  max-width: 64px
}

@media only screen and (max-width: 480px) {
  aside nav ul li {
    padding: 0 8px
  }
  aside nav ul li img {
    max-width: 96px
  }
  aside nav ul li:nth-child(2) img {
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    max-width: 40px
  }
}

footer {
  text-align: center;
  text-align: center
}

@media screen and (min-width: 769px) {
  footer #snsBlock {
    position: fixed;
    top: 60vh;
    right: 0;
    text-align: center;
    z-index: 10;
    padding: 4px
  }
  footer #snsBlock .nhk-snsbtn {
    margin: 0
  }
  footer #snsBlock .nhksns li {
    display: block;
    padding: 0;
    margin: 0 0 4px 0
  }
}

footer #snsBlock {
  margin: 32px auto
}

#nol_footer .nol_table .nol_link:after {
  content: '' !important
}

.nhk-snsbtn {
  margin-bottom: 0 !important
}

.nhksns {
  display: inline-block
}