@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; }

/*フォント
---------------------------------------------*/
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"); }
/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
body {
  font-size: 12px;
  line-height: 1.6;
  font-family: 'noto-sans';
  font-weight: 400;
  font-feature-settings: "palt"; }

img {
  width: 100%;
  display: block; }

ul {
  list-style: none; }

#wrapper div#head p {
  text-align: center; }
#wrapper div#content {
  display: flex;
  flex-wrap: wrap; }

footer {
  text-align: center; }

.grid01 {
  box-sizing: border-box;
  width: 100%; }

.grid02 {
  box-sizing: border-box;
  width: 50%; }

div#info {
  width: 100%; }

div.close {
  height: 10%;
  text-align: right; }
div.close span {
  display: inline-block;
  padding: 3px 15px;
  color: #FFF;
  background: #000;
  font-size: 18px; }

div#info {
  color: #000;
  text-align: center;
  margin-bottom: 50px; }
div#info h3 {
  font-weight: bold;
  margin-bottom: 20px; }

div#mook {
  width: 100%;
  box-sizing: border-box;
  color: #000; }
div#mook h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block; }
div#mook p {
  text-align: center; }
div#mook a {
  color: #000; }

footer {
  text-align: center;
  width: 100%;
  padding: 10px; }

div.modal-content01 {
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center; }
div.modal-content01 div.styling {
  display: flex;
  align-items: center;
  justify-content: center; }
div.modal-content01 div.styling div.credit p a {
  color: #000; }
div.modal-content01 div.styling div.credit ul li {
  margin-bottom: 5px; }
div.modal-content01 div.styling div.credit ul li a {
  color: #000;
  text-decoration: none; }
div.modal-content01 div.styling div.credit ul li a span {
  display: inline-block;
  margin-left: 15px;
  border: 1px solid #000;
  padding: 0 10px; }

div.modal-content02 {
  width: 100%;
  height: 90%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center; }
div.modal-content02 div.styling div.credit p a {
  color: #000; }
div.modal-content02 div.styling div.credit ul li {
  margin-bottom: 5px; }
div.modal-content02 div.styling div.credit ul li a {
  color: #000;
  text-decoration: none; }
div.modal-content02 div.styling div.credit ul li a span {
  display: inline-block;
  margin-left: 15px;
  border: 1px solid #000;
  padding: 0 10px; }

div.videoArea {
  max-width: 400px;
  margin: auto; }
div.videoArea p {
  font-weight: bold;
  margin-bottom: 10px; }
div.videoArea div.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
div.videoArea div.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

div#subtitle {
  width: 100%; }
div#subtitle h2 {
  margin: auto; }

/* PC
--------------------------------------*/
@media screen and (min-width: 769px) {
  #wrapper {
    overflow: hidden; }
  #wrapper div#head {
    width: 30%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column; }
  #wrapper div#head h1 {
    width: 75%; }
  #wrapper div#head h2 {
    width: 75%;
    margin-top: 15px; }
  #wrapper div#head p {
    width: 75%;
    margin-top: 15px;
    font-size: 14px; }
  #wrapper div#content {
    width: 70%;
    float: right; }

  .grid01 {
    padding: 5%; }

  .grid02 {
    padding: 5%; }

  div#info {
    padding: 50px 0; }
  div#info h3 {
    font-size: 24px; }

  div#mook h4 {
    font-size: 20px; }
  div#mook p {
    font-size: 14px; }

  div.modal-content01 div.styling {
    width: 80%;
    height: auto;
    margin: auto;
    box-sizing: border-box;
    padding-bottom: 50px; }
  div.modal-content01 div.styling div.imgArea {
    width: 50%; }
  div.modal-content01 div.styling div.credit {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 25px;
    font-size: 16px; }
  div.modal-content01 div.styling div.credit p {
    margin-bottom: 15px; }
  div.modal-content01 div.styling div.credit p span.name {
    font-size: 18px; }
  div.modal-content01 div.styling div.credit p span.shop {
    font-size: 14px; }
  div.modal-content01 div.styling div.credit p a {
    font-size: 14px; }
  div.modal-content01 div.styling div.credit ul {
    font-size: 14px; }
  div.modal-content01 div.styling div.credit ul li a span {
    font-size: 12px; }

  div.modal-content02 div.styling {
    width: 65%;
    height: auto;
    margin: auto; }
  div.modal-content02 div.styling div.imgArea {
    width: 100%; }
  div.modal-content02 div.styling div.credit {
    width: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px; }
  div.modal-content02 div.styling div.credit p {
    margin-bottom: 15px; }
  div.modal-content02 div.styling div.credit p span.name {
    font-size: 18px; }
  div.modal-content02 div.styling div.credit p span.shop {
    font-size: 14px; }
  div.modal-content02 div.styling div.credit p a {
    font-size: 14px; }
  div.modal-content02 div.styling div.credit ul {
    font-size: 14px; }
  div.modal-content02 div.styling div.credit ul li a span {
    font-size: 12px; }

  div.videoArea {
    margin-top: 25px;
    font-size: 14px; }

  div#subtitle h2 {
    width: 30%;
    padding: 30px 0 15px;
    box-sizing: border-box; }

  .spNone {
    display: block; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 768px) {
  #wrapper {
    box-sizing: border-box;
    padding: 0 5px; }
  #wrapper div#head {
    width: 100%;
    margin: auto;
    padding: 25px 0px;
    box-sizing: border-box; }
  #wrapper div#head h1 {
    width: 65%;
    margin: auto; }
  #wrapper div#head h2 {
    margin: 10px auto 0;
    width: 65%; }
  #wrapper div#head p {
    margin-top: 10px; }

  .grid01 {
    padding: 3%; }

  .grid02 {
    padding: 3%; }

  div#info {
    padding: 50px 0; }
  div#info h3 {
    font-size: 22px; }

  div#mook h4 {
    font-size: 18px;
    line-height: 1.4; }
  div#mook p {
    font-size: 12px; }

  div.modal-content01 div.styling {
    width: 85%;
    margin: auto;
    flex-flow: column; }
  div.modal-content01 div.styling div.imgArea {
    width: 100%; }
  div.modal-content01 div.styling div.credit {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-top: 20px; }
  div.modal-content01 div.styling div.credit p {
    margin-bottom: 10px; }
  div.modal-content01 div.styling div.credit p span.name {
    font-size: 16px; }
  div.modal-content01 div.styling div.credit p span.shop {
    font-size: 12px; }
  div.modal-content01 div.styling div.credit p a {
    font-size: 12px; }
  div.modal-content01 div.styling div.credit ul {
    box-sizing: border-box;
    font-size: 12px; }
  div.modal-content01 div.styling div.credit ul li a span {
    font-size: 10px; }

  div.modal-content02 div.styling {
    width: 85%;
    margin: auto; }
  div.modal-content02 div.styling div.credit {
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px; }
  div.modal-content02 div.styling div.credit p {
    margin-bottom: 10px; }
  div.modal-content02 div.styling div.credit p span.name {
    font-size: 16px; }
  div.modal-content02 div.styling div.credit p span.shop {
    font-size: 12px; }
  div.modal-content02 div.styling div.credit p a {
    font-size: 12px; }
  div.modal-content02 div.styling div.credit ul {
    box-sizing: border-box;
    font-size: 12px; }
  div.modal-content02 div.styling div.credit ul li a span {
    font-size: 10px; }

  div.videoArea {
    margin-top: 25px;
    font-size: 14px; }

  div#subtitle h2 {
    width: 35%;
    padding: 30px 0 15px;
    box-sizing: border-box; }

  .spNone {
    display: none; } }
