@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";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* vertical rythm
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html, body {
  font-family: 'noto-sans';
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  font-feature-settings: "palt"; }

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

div#mainArea {
  max-width: 1060px;
  margin: auto; }

div.content {
  max-width: 1060px;
  margin: 100px auto 0; }
@media screen and (min-width: 769px) {
  div.content {
    display: flex; } }
@media screen and (min-width: 769px) {
  div.content:nth-child(even) {
    display: flex;
    flex-flow: row-reverse; } }
@media screen and (min-width: 769px) {
  div.content div.imgArea {
    width: 50%; } }
@media screen and (min-width: 769px) {
  div.content div.detailArea {
    box-sizing: border-box;
    padding: 0 50px;
    width: 50%; } }

div.imgArea div.carousel ul.slides li {
  width: calc(100% / 3); }

@media screen and (max-width: 768px) {
  div.detailArea {
    width: 95%;
    margin: auto; } }
div.detailArea h2 {
  font-weight: 700; }
@media screen and (min-width: 769px) {
  div.detailArea h2 {
    font-size: 22px;
    margin-bottom: 15px; } }
@media screen and (max-width: 768px) {
  div.detailArea h2 {
    margin: 15px 0 10px;
    font-size: 18px; } }
@media screen and (min-width: 769px) {
  div.detailArea p {
    font-size: 16px;
    margin-bottom: 30px; } }
@media screen and (max-width: 768px) {
  div.detailArea p {
    font-size: 12px; } }
@media screen and (min-width: 769px) {
  div.detailArea:nth-child(2) ul.credit {
    margin-top: 30px; } }
@media screen and (max-width: 768px) {
  div.detailArea:nth-child(2) ul.credit {
    margin-top: 15px; } }
div.detailArea div.creditArea {
  display: flex; }
div.detailArea ul.credit {
  width: 50%; }
div.detailArea ul.credit:first-child {
  padding-right: 5px; }
div.detailArea ul.credit:last-child {
  padding-left: 5px; }
div.detailArea ul.credit li {
  margin-top: 10px; }
@media screen and (max-width: 768px) {
  div.detailArea ul.credit li {
    font-size: 12px; } }
div.detailArea ul.credit li:first-child {
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-top: 0px; }
@media screen and (min-width: 769px) {
  div.detailArea ul.credit li:first-child {
    font-size: 20px; } }
@media screen and (max-width: 768px) {
  div.detailArea ul.credit li:first-child {
    font-size: 16px; } }
div.detailArea ul.credit li a {
  color: #000; }
div.detailArea ul.credit li a span {
  font-weight: 700; }

div#btn a {
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  color: #000;
  transition: 1s;
  border: 1px solid #000; }
@media screen and (min-width: 769px) {
  div#btn a {
    width: 480px;
    margin: 100px auto 0;
    padding: 10px 0; } }
@media screen and (max-width: 768px) {
  div#btn a {
    width: 80%;
    margin: 50px auto 0;
    padding: 10px 0;
    font-size: 12px; } }
div#btn a:hover {
  background: #000;
  color: #fff; }

div#bnrArea {
  margin: 100px auto; }
@media screen and (min-width: 769px) {
  div#bnrArea {
    width: 640px;
    height: auto; } }
@media screen and (max-width: 768px) {
  div#bnrArea {
    width: 90%;
    height: auto; } }

@media screen and (min-width: 769px) {
  div#footArea {
    width: 150px;
    margin: 100px auto; } }
@media screen and (max-width: 768px) {
  div#footArea {
    width: 120px;
    margin: 50px auto; } }

footer {
  text-align: center;
  font-size: 10px;
  padding: 5px; }

@media screen and (min-width: 769px) {
  .pcNone {
    display: none; } }
@media screen and (max-width: 768px) {
  .pcNone {
    display: block; } }

@media screen and (min-width: 769px) {
  .spNone {
    display: block; } }
@media screen and (max-width: 768px) {
  .spNone {
    display: none; } }

div#instaArea {
  max-width: 1060px;
  width: 95%;
  margin: 100px auto; }
div#instaArea h2 {
  font-weight: bold;
  text-align: center; }
@media screen and (min-width: 769px) {
  div#instaArea h2 {
    font-size: 24px;
    margin-bottom: 24px; } }
@media screen and (max-width: 768px) {
  div#instaArea h2 {
    font-size: 18px;
    margin-bottom: 18px; } }
div#instaArea p {
  text-align: center; }
@media screen and (min-width: 769px) {
  div#instaArea p {
    margin-bottom: 24px; } }
@media screen and (max-width: 768px) {
  div#instaArea p {
    font-size: 12px;
    margin-bottom: 18px; } }
div#instaArea ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto; }
div#instaArea ul li {
  margin-bottom: 10px; }
@media screen and (min-width: 769px) {
  div#instaArea ul li {
    width: calc(100% / 3 - 10px);
    margin-left: 15px; } }
@media screen and (max-width: 768px) {
  div#instaArea ul li {
    width: calc(50% - 5px); } }
@media screen and (min-width: 769px) {
  div#instaArea ul li:nth-child(1), div#instaArea ul li:nth-child(4) {
    margin-left: 0; } }
@media screen and (max-width: 768px) {
  div#instaArea ul li:nth-child(odd) {
    margin-right: 5px; } }
@media screen and (max-width: 768px) {
  div#instaArea ul li:nth-child(even) {
    margin-left: 5px; } }

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
