@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-family: 'noto-sans';
  font-weight: 400;
  font-feature-settings: "palt"; }

/* CSS Document */
body {
  background: #fff;
  letter-spacing: 0.1em;
  /*font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック";*/
  font-family: 'Nunito', sans-serif; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  background: none !important; }

/*/  ヘッダー  ///////////*/
header {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

header .headerWrap {
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  color: #333; }

header .headerWrap h1 {
  float: left;
  margin: 0;
  width: 181px; }

header .headerWrap ul {
  float: right;
  width: 368px;
  margin-top: 20px; }

header .headerWrap ul li {
  float: left;
  margin-left: 20px;
  height: 11px;
  width: auto; }

header .headerWrap ul li:nth-child(2n) {
  padding-top: 2px; }

header .headerWrap ul li img {
  height: 100%;
  width: auto; }

@media (max-width: 767px) {
  /*/  ヘッダー  ///////////*/
  header .headerWrap {
    width: 95%; }

  header .headerWrap h1 {
    width: 110px; }

  header .headerWrap ul {
    width: 189px;
    margin: 0; }

  header .headerWrap ul li {
    margin-left: 5px;
    height: 8px; }

  header .headerWrap ul li:nth-child(2n) {
    padding-top: 4px; } }
/*common*/
.nodisp_s {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

#Page {
  min-width: inherit; }

.lower #Contents {
  width: 100%;
  max-width: 980px;
  margin: 100px auto 0 auto; }

.fleximg {
  display: block;
  width: 100%;
  height: auto; }

/*main*/
/*#main{
	margin:0 0 0px;
}*/
.stylingS {
  width: 75%;
  margin: 100px auto 0px auto;
  position: relative; }

.stylingL {
  width: 100%;
  margin: 100px auto 0px auto;
  position: relative; }

#title {
  width: 100%;
  margin: 100px auto 0 auto; }

@media (min-width: 580px) {
  #main {
    width: 620px;
    margin: 50px auto 100px; } }
/*styling_list*/
#styling_list {
  overflow: hidden; }

.pic {
  margin: 100px 30px 30px; }

@media (min-width: 580px) {
  .styling {
    width: 540px;
    margin: 0 auto 100px;
    position: relative; }

  .stylingS {
    width: 380px;
    margin: 0 auto 100px;
    position: relative; }

  .stylingL {
    width: 620px;
    margin: 0 auto 100px auto;
    position: relative; }

  #title {
    width: 620px;
    margin: 0 auto 100px auto; }

  .pic {
    margin: 0; }

  /*.styling:nth-of-type(3n+1){	/*1,4,7...
  	float:left;
  }
  .styling:nth-of-type(3n-1){		/*2,5,8...
  	float:right;
  }
  .styling:nth-of-type(3n){		/*3,6,9...
  	clear:both;
  }
  .styling:nth-last-of-type(2),*/
  .styling:last-of-type {
    margin: 0 auto 0; } }
.credit {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 0;
  transition: all .5s ease;
  z-index: 99; }

.credit p img {
  display: block;
  width: 74px;
  height: 9px;
  margin: 0 auto 5px; }

.credit ul {
  text-align: center; }

.credit ul li {
  width: 70px;
  height: 84px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  font-family: 'Nunito', sans-serif; }

.credit ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 84px;
  color: #535353; }

@media (min-width: 580px) {
  .credit {
    display: none; } }
.credit_text {
  margin: 0 30px 30px; }

.credit_text h3 {
  font-size: 14px;
  margin: 0 0 10px 0; }

.credit_text ul li {
  /*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #535353;
  margin-bottom: 10px;
  position: relative; }

.credit_text ul li span a {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  display: block;
  width: 120px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #535353;
  text-align: center;
  line-height: 30px;
  color: #535353;
  text-decoration: none; }

.credit_text ul li span p {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  display: block;
  width: 120px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #999;
  text-align: center;
  line-height: 30px;
  color: #999;
  text-decoration: none; }

@media (max-width: 580px) {
  .mt {
    position: relative;
    top: -15px;
    float: right; } }
@media (min-width: 580px) {
  .credit_text {
    opacity: 0;
    transition: ease 0.5s;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7); }

  .credit_text:hover {
    opacity: 1; }

  .credit_text h3 {
    font-size: 12px;
    margin: 20px; }

  .credit_text ul {
    margin: 20px; }

  .credit_text ul li span a {
    margin-top: -15px;
    width: 150px;
    height: 30px;
    line-height: 30px; }

  .credit_text ul li span p {
    margin-top: -15px;
    width: 150px;
    height: 30px;
    /*line-height: 30px;*/ } }
/*ロード画面*/
div#loader {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  text-align: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0; }

div#loader div {
  width: 200px;
  margin-left: -100px;
  margin-top: -100px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%; }

#loader-bar {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: transparent;
  -webkit-animation: loader 2s infinite linear;
  -moz-animation: loader 2s infinite linear;
  -ms-animation: loader 2s infinite linear;
  animation: loader 2s infinite linear; }

#loader-logo {
  display: block;
  width: 100px;
  height: auto;
  margin-top: 70px;
  margin-left: 55px; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 1; } }
@-moz-keyframes loader {
  0% {
    -moz-transform: rotate(0deg);
    opacity: 1; }
  50% {
    -moz-transform: rotate(180deg);
    opacity: 1; }
  100% {
    -moz-transform: rotate(360deg);
    opacity: 1; } }
@-ms-keyframes loader {
  0% {
    -ms-transform: rotate(0deg);
    opacity: 1; }
  50% {
    -ms-transform: rotate(180deg);
    opacity: 1; }
  100% {
    -ms-transform: rotate(360deg);
    opacity: 1; } }
@-ms-keyframes loader {
  0% {
    transform: rotate(0deg);
    opacity: 1; }
  50% {
    transform: rotate(180deg);
    opacity: 1; }
  100% {
    transform: rotate(360deg);
    opacity: 1; } }
#campaign {
  width: 100%;
  background: #f8b616;
  margin: 30px 0 30px 0;
  font-size: 12px;
  box-sizing: border-box;
  padding: 30px 0 30px 0;
  text-align: center; }

#campaign div.inner {
  width: 85%;
  margin: auto;
  background: #fff;
  padding-bottom: 25px; }

#campaign h3 {
  max-width: 480px;
  width: 80%;
  margin: auto;
  position: relative;
  top: -10px; }

#campaign p.date {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 20px; }

#campaign p.sanka {
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 95%;
  margin: 0 auto 30px auto; }

#campaign p.sanka span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 0.5em;
  text-align: left; }

#campaign p.sanka span::before, #campaign p.sanka span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 90%;
  height: 1px;
  background-color: #000; }

#campaign p.sanka span::before {
  right: 100%; }

#campaign p.sanka span::after {
  left: 100%; }

#campaign p.finish {
  font-size: 18px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #e4007f; }

#campaign ul {
  width: 95%;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

#campaign ul li {
  margin-bottom: 30px;
  font-size: 14px;
  display: table;
  border-collapse: separate;
  /* セルの間隔を空ける */
  border-spacing: 15px 0;
  /* 左右 上下で記述 */ }

#campaign ul li img, #campaign ul li p {
  display: table-cell;
  vertical-align: middle; }

#campaign ul li img {
  width: 100%;
  text-align: center; }

#campaign ul li p {
  text-align: left; }

#campaign div.special h4 {
  background: #e6e6e6;
  display: inline-block;
  padding: 5px 5px;
  font-size: 18px;
  position: relative;
  top: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #000; }

#campaign div.special p {
  box-sizing: border-box;
  border: 1px solid #535353;
  padding: 18px 10px 10px 10px;
  width: 90%;
  margin: auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px; }

br.spNone {
  display: none; }

/*#campaign br{
	display: none;
}*/
@media (min-width: 580px) {
  #campaign {
    margin: 150px auto;
    font-size: 14px;
    padding: 80px 0; }

  #campaign div.inner {
    padding-bottom: 50px; }

  #campaign h3 {
    position: relative;
    top: -20px;
    margin-bottom: -20px; }

  #campaign p.date {
    font-size: 24px;
    margin-top: 25px; }

  #campaign p.sanka {
    font-size: 18px; }

  #campaign ul {
    width: 60%;
    display: table;
    table-layout: fixed;
    margin: 0 auto 30px auto;
    border-collapse: separate;
    /* セルの間隔を空ける */
    border-spacing: 5px 0;
    /* 左右 上下で記述 */
    text-align: center; }

  #campaign ul li {
    display: table-cell;
    font-size: 14px;
    margin-bottom: 0; }

  #campaign ul li img, #campaign ul li p {
    display: block; }

  #campaign ul li img {
    display: block;
    margin: 10px auto;
    max-width: 200px;
    width: 100%; }

  #campaign ul li p {
    text-align: center;
    width: 100%; }

  #campaign p.finish {
    font-size: 24px; }

  #campaign div.special {
    width: 60%;
    margin: 15px auto 0px auto; }

  #campaign div.special h4 {
    font-size: 24px; }

  #campaign div.special p {
    width: 100%;
    padding: 28px 0 20px 0;
    font-size: 18px;
    line-height: 1.5; }

  br.spNone {
    display: block; } }
