@charset "UTF-8";
/* =============================================================================
HTML5 display definitions
========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* =============================================================================
Base
========================================================================== */
html {
  font-size: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* =============================================================================
Links
========================================================================== */
a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
Typography
========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
Lists
========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
Embedded content
========================================================================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
Figures
========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
Forms
========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* =============================================================================
Tables
========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -----------------------------------------------------------
 reset
----------------------------------------------------------- */
a:focus,
embed:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  border: none;
  outline: none;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
}

th, td {
  padding: 0;
}

/* -----------------------------------------------------------
 body
----------------------------------------------------------- */
body {
  line-height: 1.8;
  font-size: 16px;
  color: #000;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
}

/* -----------------------------------------------------------
 anchor
----------------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:active {
  color: #000;
  text-decoration: underline;
}

/* レイアウト ------------------------------ */
.layoutCenter {
  margin: 0 auto;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

/* 余白 ------------------------------ */
.mNone {
  margin: 0 !important;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL25 {
  margin-left: 25px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL35 {
  margin-left: 35px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL45 {
  margin-left: 45px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR15 {
  margin-right: 15px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR25 {
  margin-right: 25px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR35 {
  margin-right: 35px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR45 {
  margin-right: 45px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.pNone {
  padding: 0 !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT60 {
  padding-top: 60px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL35 {
  padding-left: 35px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL45 {
  padding-left: 45px !important;
}

.pL50 {
  padding-left: 50px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR5 {
  padding-right: 5px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR15 {
  padding-right: 15px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR25 {
  padding-right: 25px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.pR35 {
  padding-right: 35px !important;
}

.pR40 {
  padding-right: 40px !important;
}

.pR45 {
  padding-right: 45px !important;
}

.pR50 {
  padding-right: 50px !important;
}

/* テキスト位置＆太さ＆色 ------------------------------ */
.tCenter {
  text-align: center !important;
}

.tRight {
  text-align: right !important;
}

.tLeft {
  text-align: left !important;
}

.tNormal {
  font-weight: normal !important;
}

.tBold {
  font-weight: bold !important;
}

.small {
  font-size: 85%;
}

.x-small {
  font-size: 77%;
}

.large {
  font-size: 116%;
}

.x-large {
  font-size: 124%;
}

/* インデント ------------------------------ */
p.indent,
ul.indent li,
ol.indent li,
dl.indent dd {
  text-indent: -1em !important;
  margin-left: 1em !important;
}

/* フロート ------------------------------ */
.fL {
  float: left;
  margin: 0;
}

.fR {
  float: right;
  margin: 0;
}

.clear {
  clear: both;
}

.clr {
  zoom: 1;
}

.clr:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

body {
  background: url(../img/bg.jpg) center top repeat;
}

.sp {
  display: none;
}

header.global {
  background: url(../img/main-bg.png) center top no-repeat;
  width: 100%;
  min-width: 960px;
  text-align: center;
}

header.global .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 10px;
}

header.global .sokatop {
  position: absolute;
  left: 146px;
  top: 0px;
}

header.global h1 {
  padding-bottom: 22px;
}

header.global .description {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 40px;
  color: #5b3602;
  font-weight: bold;
}

header.global .balloon01 {
  position: absolute;
  top: 229px;
  left: 160px;
}

header.global .balloon02 {
  position: absolute;
  top: 319px;
  left: 693px;
}

.contents {
  background: url(../img/contents-bg.png) center top repeat-y;
  width: 100%;
  min-width: 960px;
  margin-top: -4px;
  padding-bottom: 25px;
}

.contents h2 {
  margin-bottom: 25px;
}

.contents .box {
  width: 960px;
  margin: 0 auto;
  background-image: url(../img/box-bg_top.png), url(../img/box-bg_btm.png), url(../img/box-bg.png);
  background-position: center top, center bottom,center top;
  background-repeat: no-repeat, no-repeat,repeat-y;
  padding-top: 12px;
  padding-bottom: 45px;
}

.contents .movie {
  width: 960px;
  margin: 0 auto 49px auto;
  padding-top: 35px;
  text-align: center;
}

.contents .movie .description {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
  color: #5b3602;
  font-weight: bold;
}

.contents .movie .inner {
  margin: 0 auto;
  width: 780px;
  height: 485px;
}

.contents .movie .box {
  padding-bottom: 56px;
}

.contents .play {
  width: 960px;
  margin: 0 auto 49px auto;
  text-align: center;
}

.contents .play .description {
  padding-top: 25px;
  padding-bottom: 35px;
  font-size: 20px;
  line-height: 30px;
  color: #5b3602;
  font-weight: bold;
}

.contents .play ul {
  width: 800px;
  margin: 0 auto;
}

.contents .play li:first-child {
  margin-bottom: 36px;
}

.contents .play li h3 {
  background: url(../img/sttl-bg.png) left top repeat-x;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.contents .play li p {
  margin-top: 20px;
}

.contents .card {
  width: 960px;
  margin: 0 auto 49px auto;
  text-align: center;
}

.contents .card .description {
  padding-top: 25px;
  padding-bottom: 35px;
  font-size: 20px;
  line-height: 30px;
  color: #5b3602;
  font-weight: bold;
}

.contents .card ul {
  width: 800px;
  margin: 0 auto;
}

.contents .card li {
  float: left;
  width: 250px;
  margin-left: 25px;
}

.contents .card li:first-child {
  margin-left: 0px;
}

.contents .card li h3 {
  margin-bottom: 20px;
}

.contents .card .box .btn {
  padding-top: 20px;
}

.contents .book {
  width: 960px;
  margin: 0 auto 49px auto;
  text-align: center;
}

.contents .book .description {
  padding-top: 25px;
  padding-bottom: 35px;
  font-size: 20px;
  line-height: 30px;
  color: #5b3602;
  font-weight: bold;
}

.contents .book ul {
  width: 800px;
  margin: 0 auto;
}

.contents .book li {
  float: left;
  width: 250px;
  margin-left: 25px;
}

.contents .book li:first-child {
  margin-left: 0px;
}

.contents .book li h3 {
  margin-bottom: 20px;
}

.contents .book li p.text {
  width: 250px;
  height: 7em;
  margin-top: 15px;
  font-size: 14px;
  line-height: 25px;
  color: #5b3602;
  text-align: left;
}

.contents .book .box .btn {
  padding-top: 20px;
}

.contents .link {
  width: 960px;
  margin: 0 auto 64px auto;
  text-align: center;
}

.contents .link .box h3 {
  padding-top: 25px;
  font-size: 20px;
  line-height: 1.5em;
  color: #5b3602;
  font-weight: bold;
}

.contents .link .description {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 1.5em;
  color: #5b3602;
}

.contents p.pagetop {
  position: fixed;
  bottom: 20px;
  right: 10px;
}

footer.global {
  background: #935232;
  width: 100%;
  min-width: 960px;
  padding-bottom: 30px;
  text-align: center;
}

footer.global p {
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    margin: 0 auto;
    width: 100%;
    -webkit-text-size-adjust: 100%;
  }
  header.global {
    background: url(../img/main-bg.png) center top no-repeat;
    -webkit-background-size: 123% auto;
    -moz-background-size: 123% auto;
    background-size: 123% auto;
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
  header.global .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  header.global .sokatop {
    position: absolute;
    left: auto;
    right: 0;
    top: 0px;
    width: 35%;
  }
  header.global h1 {
    width: 73.846%;
    margin: 0 auto;
    padding-bottom: 35px;
  }
  header.global h1 img {
    width: 100%;
  }
  header.global .description {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    color: #5b3602;
    font-weight: bold;
  }
  header.global .balloon01 {
    display: none;
  }
  header.global .balloon02 {
    display: none;
  }
  .contents {
    background: url(../img/contents-bg.png) center top repeat-y;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    width: 100%;
    min-width: 100%;
  }
  .contents h2 {
    width: 80%;
    margin: 0 auto 20px auto;
  }
  .contents h2 img {
    width: 100%;
  }
  .contents .box {
    width: 80%;
    margin: 0 auto;
    background-image: url(../img/box-bg_top.png), url(../img/box-bg_btm.png), url(../img/box-bg.png);
    background-position: center top, center bottom,center top;
    background-repeat: no-repeat, no-repeat,repeat-y;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    padding-top: 12px;
    padding-bottom: 30px;
  }
  .contents .movie {
    width: 100%;
    margin: 0 auto 30px auto;
    padding-top: 10px;
    text-align: center;
  }
  .contents .movie .description {
    padding-top: 18px;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 25px;
    color: #5b3602;
    font-weight: bold;
  }
  .contents .movie .inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .contents .movie .inner iframe {
    width: 100%;
    height: 100% !important;
  }
  .contents .movie .box {
    padding-bottom: 30px;
  }
  .contents .play {
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  .contents .play .description {
    padding-top: 18px;
    padding-bottom: 0px;
    font-size: 17px;
    line-height: 25px;
    color: #5b3602;
    font-weight: bold;
  }
  .contents .play ul {
    width: 80%;
    margin: 0 auto;
  }
  .contents .play li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .contents .play li:first-child {
    margin-bottom: 0px;
  }
  .contents .play li h3 {
    background: url(../img/sttl-bg.png) left top repeat-x;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .contents .play li p {
    margin-top: 15px;
  }
  .contents .card {
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  .contents .card .description {
    padding-top: 18px;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 25px;
    color: #5b3602;
    font-weight: bold;
  }
  .contents .card .box {
    padding-bottom: 10px;
  }
  .contents .card ul {
    width: 80%;
    margin: 0 auto;
  }
  .contents .card li {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
  .contents .card li:first-child {
    margin-left: 0px;
  }
  .contents .card .box h3 {
    margin-bottom: 15px;
  }
  .contents .card li p.btn {
    padding-bottom: 30px;
  }
  .contents .book {
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  .contents .book h2 {
    margin-bottom: 20px;
  }
  .contents .book .description {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 25px;
    color: #5b3602;
    font-weight: bold;
  }
  .contents .book ul {
    width: 80%;
    margin: 0 auto;
  }
  .contents .book li {
    float: none;
    width: 100%;
    margin-left: 0px;
    padding-top: 15px;
  }
  .contents .book li:first-child {
    margin-left: 0px;
    padding-top: 0px;
  }
  .contents .book .box h3 {
    margin-bottom: 15px;
  }
  .contents .book li p.text {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
    color: #5b3602;
    text-align: left;
  }
  .contents .book li p.btn {
    padding-top: 15px;
  }
  .contents .link {
    width: 100%;
    margin: 0 auto 40px auto;
    text-align: center;
  }
  .contents .link h2 {
    margin-bottom: 20px;
  }
  .contents .link .box {
    padding-bottom: 30px;
  }
  .contents .link .box h3 {
    background: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding-top: 20px;
    font-size: 17px;
    line-height: 1.5em;
    color: #5b3602;
    font-weight: bold;
  }
  .contents .link .description {
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 1.5em;
    color: #5b3602;
  }
  .contents .link .btn {
    width: 60%;
    max-width: 60%;
    margin: 0 auto;
  }
  .contents .link .btn img {
    width: 100%;
  }
  footer.global {
    background: #935232;
    width: 100%;
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
  }
  footer.global p {
    font-size: 16px;
    color: #fff;
  }
}
