@charset "UTF-8";
/*	reset
-----------------------------------------*/
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,
output, ruby, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote::after,
q:before, q::after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

.column::after, #header .inner::after, #header .inner .global::after, .visual .inner::after, .visual .inner .sns::after, #footer .inner .pagetop::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

/*	base
-----------------------------------------*/
*, *::after, *::before {
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  font-size: 14px;
  color: #333333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  height: 100%;
  min-width: 850px;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #333333;
  text-decoration: none;
}

.column .col {
  float: left;
}

.note_02 {
  font-size: 0.75rem;
  line-height: 1.83333;
}
.note_02 li {
  position: relative;
  padding-left: 1.5em;
}
.note_02 li span {
  position: absolute;
  left: 0;
}

.roll:hover {
  transition: all 0.3s;
  opacity: .8;
}

/*	header
-----------------------------------------*/
#header {
  background-color: #008cd6;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxOTIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzE5MikiIC8+Cjwvc3ZnPg==);
  background-image: linear-gradient(#ffffff, #ffffff);
  background-repeat: no-repeat;
  background-size: 50% 100%;
  background-position: right 0;
  border-bottom: #008cd6 3px solid;
  position: fixed;
  top: -10px;
  z-index: 10;
  width: 100%;
}
#header .inner {
  width: 850px;
  margin: 0 auto;
  position: relative;
  height: 96px;
  bottom: 0;
}
#header .inner .logo_01 {
  float: left;
  padding-top: 10px;
}
#header .inner .logo_01 a {
  transition: all .3s;
}
#header .inner .logo_01 a:hover, #header .inner .logo_01 a:focus {
  opacity: .8;
}
#header .inner .global {
  float: left;
  background: #ffffff;
}
#header .inner .global li {
  font-size: 1rem;
  line-height: 1.125;
  float: left;
}
#header .inner .global li a {
  transition: all .3s;
  padding: 59px 23px 19px 23px;
  display: block;
}
#header .inner .global li a:hover, #header .inner .global li a:focus {
  background: #e6f6ff;
  color: #008cd6;
}
#header .inner .logo_02 {
  padding-top: 10px;
  float: right;
}
#header .inner .logo_02 a {
  transition: all .3s;
}
#header .inner .logo_02 a:hover, #header .inner .logo_02 a:focus {
  opacity: .8;
}

/*	top
-----------------------------------------*/
#top {
  padding-top: 89px;
  overflow: hidden;
  height: 100%;
}

/*	visual
-----------------------------------------*/
.visual {
  background: #008cd6 url(/sp/nmr10/images/top-bg_01.png) repeat-x center top;
  width: 100%;
  height: 544px;
  padding-top: 30px;
}
.visual .inner {
  width: 850px;
  margin: 0 auto;
  box-shadow: 1px 0 3px rgba(167, 167, 167, 0.75);
  border-radius: 10px;
  border: #ffffff 3px solid;
  position: relative;
}
.visual .inner > .col {
  float: left;
  background: #008cd6;
  border-radius: 10px 0 0 10px;
  width: 386px;
  padding-bottom: 19px;
}
.visual .inner > .col .txt_01 {
  position: absolute;
  top: 30px;
  left: 150px;
  z-index: 2;
}
.visual .inner > .col h1 {
  position: relative;
  background: #008cd6 url(/sp/nmr10/images/top-bg_02.png) no-repeat top left;
  height: 249px;
  padding-bottom: 10px;
}
.visual .inner > .col h1 .part_01 {
  position: absolute;
  top: 63px;
  left: 48px;
  z-index: 2;
}
.visual .inner > .col h1 .part_02 {
  position: absolute;
  top: 31px;
  left: 29px;
}
.visual .inner > .col h1 .part_03 {
  position: absolute;
  bottom: 0;
  left: 69px;
  padding-bottom: 0;
}
.visual .inner > .col .price {
  padding-top: 4px;
}
.visual .inner > .col .day {
  font-size: 0.8125rem;
  line-height: 1.53846;
  color: #ffffff;
  font-weight: bold;
  background: #008cd6;
  text-align: center;
  padding: 0 5px;
}
.visual .inner > .col .movie {
  padding: 0 20px 0 37px;
  background: #008cd6;
}
.visual .inner > .col + .col {
  background: #ffffff url(/sp/nmr10/images/top-img_01.png) no-repeat top left;
  width: 458px;
  height: 479px;
  position: relative;
  border-radius: 0;
}
.visual .inner > .col .lead {
  position: absolute;
  top: 20px;
  left: 58px;
  overflow: hidden;
}
.visual .inner .js-move-mask {
  opacity: 1;
  box-shadow: 0 0 6px 12px #ffffff;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  height: 208px;
  width: 148px;
}
.visual .inner .js-move-img {
  position: absolute;
  display: block;
  top: 35px;
  right: 69px;
  z-index: 2;
}
.visual .inner .sns {
  position: absolute;
  right: 26px;
  height: 20px;
  bottom: 8px;
}
.visual .inner .sns li {
  float: left;
}
.visual .inner .sns li.twitter {
  width: 80px;
}
.visual .inner .sns li.facebook iframe {
  border: none;
  overflow: hidden;
  width: 110px;
  height: 21px;
}

/*	feature
-----------------------------------------*/
#feature {
  margin-top: -87px;
  padding: 89px 0 30px 0;
  background: url(/sp/nmr10/images/feature-bg_01.png) no-repeat bottom center;
  width: 100%;
}
#feature .inner {
  width: 850px;
  margin: 0 auto;
  padding-top: 50px;
}
#feature .inner .txt_01 {
  font-size: 1.25rem;
  line-height: 1.5;
  width: 393px;
  margin-top: 22px;
}

/*	use
-----------------------------------------*/
#use {
  overflow: hidden;
  margin-top: -89px;
  padding-top: 89px;
}
#use .inner {
  background: #00a7eb;
}
#use .box {
  background: url(/sp/nmr10/images/use-bg_01.png) no-repeat top center;
  width: 850px;
  margin: 0 auto;
}
#use .box .column {
  margin-top: 20px;
}
#use .box .column .col:first-child {
  padding-right: 10px;
}
#use .box .column .col:last-child {
  padding-left: 10px;
}

/*	function
-----------------------------------------*/
#function {
  width: 100%;
  position: relative;
  margin-top: -89px;
  padding-top: 89px;
}
#function::before {
  content: "";
  background: #9ed8f6;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 184px;
}
#function .inner {
  background: #e6f6ff;
}
#function .box {
  padding: 29px 0 40px 0;
  width: 850px;
  margin: 0 auto;
}
#function .box .hdg_01 {
  font-size: 1.875rem;
  line-height: 0.66667;
  font-weight: bold;
  background: url(/sp/nmr10/images/bg_01.png) no-repeat top left;
  padding: 30px 0 16px 12px;
}
#function .box dl {
  margin-top: 33px;
}
#function .box dl dd {
  margin-top: 9px;
}
#function .box .column {
  margin-top: 22px;
}
#function .box .column .col:first-child {
  padding-right: 10px;
}
#function .box .column .col:last-child {
  padding-left: 10px;
}

/*	name
-----------------------------------------*/
#name {
  width: 100%;
  position: relative;
  margin-top: -89px;
  padding-top: 89px;
}
#name::before {
  content: "";
  background: #9ed8f6;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 184px;
}
#name .inner {
  padding: 29px 0 40px 0;
  width: 850px;
  margin: 0 auto;
}
#name .inner .hdg_01 {
  font-size: 1.875rem;
  line-height: 0.66667;
  font-weight: bold;
  background: url(/sp/nmr10/images/bg_01.png) no-repeat top left;
  padding: 30px 0 16px 12px;
}
#name .inner .img_01 {
  margin-top: 23px;
}
#name .inner .column {
  margin: 36px -10px 0 -10px;
}
#name .inner .column .col {
  padding: 0 10px;
}

/*	spec
-----------------------------------------*/
#spec {
  width: 100%;
  position: relative;
  margin-top: -89px;
  padding-top: 89px;
}
#spec::before {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 184px;
}
#spec .inner {
  background: #9ed8f6;
}
#spec .box {
  padding: 29px 0 30px 0;
  width: 850px;
  margin: 0 auto;
}
#spec .box .hdg_01 {
  font-size: 1.875rem;
  line-height: 0.66667;
  font-weight: bold;
  background: url(/sp/nmr10/images/bg_02.png) no-repeat top left;
  padding: 30px 0 16px 12px;
}
#spec .box .hdg_02 {
  font-size: 1.125rem;
  line-height: 1.11111;
  font-weight: bold;
  padding: 30px 3px 12px 3px;
}
#spec .box .column {
  margin-top: 33px;
  display: table;
}
#spec .box .column .col {
  float: none;
  display: table-cell;
  width: 610px;
  vertical-align: top;
}
#spec .box .column .col + .col {
  float: none;
  display: table-cell;
  width: 240px;
  vertical-align: top;
  text-align: center;
}
#spec .box .column .tbl_01 {
  border-spacing: 0;
  border-collapse: separate;
  word-break: break-all;
  width: 100%;
  text-align: left;
}
#spec .box .column .tbl_01 th {
  font-size: 0.875rem;
  line-height: 1.57143;
  background: #008cd6;
  vertical-align: middle;
  color: #ffffff;
  font-weight: bold;
  border-bottom: #9ed8f6 1px solid;
  border-left: #9ed8f6 1px solid;
  padding: 9px 20px 8px 20px;
  width: 30%;
}
#spec .box .column .tbl_01 td {
  font-size: 0.875rem;
  line-height: 1.57143;
  background: #ffffff;
  border-bottom: #9ed8f6 1px solid;
  padding: 9px 20px 8px 20px;
  width: 70%;
}
#spec .box .column .tbl_01 + .tbl_01 {
  margin-top: 20px;
}
#spec .box .note_01 {
  margin-top: 8px;
}
#spec .box .note_01 li {
  font-size: 0.75rem;
  line-height: 1.33333;
  display: inline;
  padding-left: 11px;
  position: relative;
}
#spec .box .note_01 li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 16px;
  background: #333333;
  position: absolute;
  top: 5px;
  left: 0;
}
#spec .box .note_01 li strong {
  display: inline;
  color: #e40000;
}
#spec .box .note_01 li.strong::before {
  background: #e40000;
}

/*	footer
-----------------------------------------*/
#footer {
  background-color: #008cd6;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcxOTciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzllZDhmNiIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzllZDhmNiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzE5NykiIC8+Cjwvc3ZnPg==);
  background-image: linear-gradient(#9ed8f6, #9ed8f6);
  background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position: right 0;
  height: 60px;
}
#footer .inner {
  width: 850px;
  margin: 0 auto;
}
#footer .inner .pagetop a {
  font-size: 0.75rem;
  line-height: 1.33333;
  float: right;
  background: #008cd6 url(/sp/nmr10/images/pagetop-icon_01.png) no-repeat 11px center;
  color: #ffffff;
  display: table;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  padding: 8px 11px 7px 27px;
  display: inline-block;
  transition: all .3s;
}
#footer .inner .pagetop a:hover, #footer .inner .pagetop a:focus {
  opacity: .8;
}
#footer .inner .copy {
  font-size: 0.6875rem;
  line-height: 1.27273;
  text-align: center;
  padding: 9px 0 8px 0;
  color: #ffffff;
}

/*# sourceMappingURL=master.css.map */
