@charset "UTF-8";
/*************************************
	環境変数（px不要）
*************************************/
/*************************************
	特殊ブレイクポイント用 変数（px不要）
*************************************/
/*************************************
	ブレークポイント
*************************************/
/*************************************
	ブレイクポイント毎の表示切り替え
*************************************/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*************************************
	基本マージン
*************************************/
/*************************************
	フォントサイズ（sp時に縮小表示）
*************************************/
/*************************************
	フォントサイズ（ウインドウサイズに対応し可変）
*************************************/
/*************************************
	文字省略
*************************************/
/*************************************
	文字隠し
*************************************/
/*************************************
	ベンダープレフィックス
*************************************/
/*************************************
	フォントファミリー
*************************************/
/*************************************
	hover アニメーション
*************************************/
/*************************************
	text shadow
*************************************/
/*************************************
	点線
*************************************/
/*************************************
	フォームリセット
*************************************/
/*************************************
	wordpress 投稿文リセット
*************************************/
/*************************************
	レスポンシブサイズ設定
*************************************/
/*************************************
	each のサンプル
*************************************/
.test1 {
  width: 10000;
}

.test2 {
  width: 20000;
}

.test3 {
  width: 30000;
}

/*************************************
	環境変数
*************************************/
/*************************************
	style
*************************************/
main > .content {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  max-width: 1480px;
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  main > .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  main > .content {
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
@media screen and (max-width: 767px) {
  main > .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  main > .content {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  main > .content {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

a:hover, a:hover * {
  opacity: 0.7;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

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

@media screen and (min-width: 768px) {
  #wrapper {
    height: auto !important;
  }
}

.breakPointsToggle {
  visibility: hidden;
}

a#btnPagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(../img/btn_pagetop.svg) 50% 50%/50% auto no-repeat, #000000;
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}
a#btnPagetop.is-hide {
  opacity: 0;
}
a#btnPagetop.is-nofix {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: opacity 200ms 0s ease, bottom 200ms 0s ease;
  transition: opacity 200ms 0s ease, bottom 200ms 0s ease;
}
@media screen and (min-width: 768px) {
  a#btnPagetop {
    width: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  a#btnPagetop {
    width: 36px;
    height: 36px;
  }
}

.centerBox {
  text-align: center;
}

/*************************************
	a.cssBtn
*************************************/
a.cssBtn {
  position: relative;
  -webkit-transition: background 200ms 0s ease, color 200ms 0s ease;
  transition: background 200ms 0s ease, color 200ms 0s ease;
}
a.cssBtn:hover, a.cssBtn:hover * {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 768px) {
  a.cssBtn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  a.cssBtn {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
a.cssBtn:hover {
  -webkit-transition: background 200ms 0s ease, color 200ms 0s ease;
  transition: background 200ms 0s ease, color 200ms 0s ease;
}
a.cssBtn.moreFFF, a.cssBtn.more000, a.cssBtn.backFFF, a.cssBtn.back000 {
  display: block;
  width: 100%;
}
a.cssBtn.moreFFF::before, a.cssBtn.more000::before, a.cssBtn.backFFF::before, a.cssBtn.back000::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: auto;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a.cssBtn.backFFF::before, a.cssBtn.back000::before {
  width: 68.37px;
}
a.cssBtn.moreFFF::before, a.cssBtn.more000::before {
  width: 65.08px;
}
a.cssBtn.moreFFF {
  border: 1px solid #fff;
}
a.cssBtn.moreFFF::before {
  content: url("../img/btn_txt_more_fff.svg");
}
a.cssBtn.moreFFF:hover {
  background-color: #fff;
}
a.cssBtn.moreFFF:hover::before {
  content: url("../img/btn_txt_more_000.svg");
}
a.cssBtn.more000 {
  border: 1px solid #000;
}
a.cssBtn.more000::before {
  content: url("../img/btn_txt_more_000.svg");
}
a.cssBtn.more000:hover {
  background-color: #000;
}
a.cssBtn.more000:hover::before {
  content: url("../img/btn_txt_more_fff.svg");
}
a.cssBtn.backFFF {
  border: 1px solid #fff;
}
a.cssBtn.backFFF::before {
  content: url("../img/btn_txt_back_fff.svg");
}
a.cssBtn.backFFF:hover {
  background-color: #fff;
}
a.cssBtn.backFFF:hover::before {
  content: url("../img/btn_txt_back_000.svg");
}
a.cssBtn.back000 {
  border: 1px solid #000;
}
a.cssBtn.back000::before {
  content: url("../img/btn_txt_back_000.svg");
}
a.cssBtn.back000:hover {
  background-color: #000;
}
a.cssBtn.back000:hover::before {
  content: url("../img/btn_txt_back_fff.svg");
}
a.cssBtn.text {
  padding: 0.25em 2em;
  border-radius: 5px;
  border: #000000 1px solid;
  display: inline-block;
  color: #fff;
  background-color: #000000;
}
a.cssBtn.text:hover {
  background-color: #fff;
  color: #000000;
}
a.cssBtn.stripe {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 1em;
  border-radius: 10px;
  background: url(../img/css_bg_stripe1.png) 50% 50%/8px 8px repeat;
}
a.cssBtn.stripe:hover, a.cssBtn.stripe:hover * {
  opacity: 0.7;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a.cssBtn.stripe span {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
a.cssBtn.stripe span::after {
  margin-left: 0.25em;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/btn_css_stripe_arrow.svg) 50% 50%/100% 100% no-repeat;
  content: "";
}
a.cssBtn.stripe::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50vw 100vw;
  border-color: transparent transparent #000000 transparent;
}
@media screen and (min-width: 768px) {
  a.cssBtn.moreFFF, a.cssBtn.more000, a.cssBtn.backFFF, a.cssBtn.back000 {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  a.cssBtn.moreFFF, a.cssBtn.more000, a.cssBtn.backFFF, a.cssBtn.back000 {
    height: 60px;
  }
}

/*************************************
	div#pagetitle
*************************************/
div#pagetitle h2 {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  overflow: hidden;
}
div#pagetitle h2 img.ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div#pagetitle h2 p.ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  div#pagetitle h2 img.bg {
    width: 1440px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  div#pagetitle h2 img.bg {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  div#pagetitle h2 img.bg {
    width: 100%;
    max-width: 100%;
  }
}

/*************************************
	div#pankz
*************************************/
div#pankz {
  margin: 0 auto;
  padding: 0.75em 0 0;
  width: 100%;
  max-width: 1480px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  div#pankz {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  div#pankz {
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
@media screen and (max-width: 767px) {
  div#pankz {
    padding-left: 10px;
    padding-right: 10px;
  }
}
div#pankz ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
div#pankz ul li {
  padding: 0 0.75em 0.75em 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
div#pankz ul li a,
div#pankz ul li span {
  display: flex;
  align-items: center;
}
div#pankz ul li a img,
div#pankz ul li span img {
  width: 100%;
  max-width: 100%;
}
div#pankz ul li a {
  color: #000;
  text-decoration: underline;
}
div#pankz ul li a:hover {
  text-decoration: none;
}
div#pankz ul li:nth-child(n+2)::before {
  margin-right: 0.5em;
  display: inline-block;
  content: "\003E";
}

/*************************************
	section#sns
*************************************/
section#sns {
  background: url(../img/sns_bg.jpg) 50% 50%/5px 5px repeat;
}
section#sns div.outer {
  display: flex;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  max-width: 1480px;
}
@media screen and (min-width: 768px) {
  section#sns div.outer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  section#sns div.outer {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  section#sns div.outer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  section#sns div.outer {
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
@media screen and (max-width: 767px) {
  section#sns div.outer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
section#sns div.outer > div.inner {
  margin: 40px auto;
}
section#sns div.outer > div.inner h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section#sns div.outer > div.inner h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  section#sns div.outer > div.inner h3 {
    margin-bottom: 22.5px;
  }
}
section#sns div.outer > div.inner div.box > a.cssBtn {
  margin-bottom: 0;
}
section#sns div.outer > div.inner.instagram div.box {
  margin: -10px;
  margin-bottom: -20px;
}
section#sns div.outer > div.inner.instagram div.box:last-child {
  padding-right: 10px;
  padding-left: 10px;
}
section#sns div.outer > div.inner.facebook div.box {
  overflow: hidden;
}
@media screen and (min-width: 768px) and (min-width: 1480px) {
  section#sns div.outer > div.inner.instagram {
    padding-right: 50px;
    width: 980px;
  }
  section#sns div.outer > div.inner.facebook {
    width: 500px;
  }
  section#sns div.outer > div.inner.facebook div.box {
    max-height: 440px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1479px) {
  section#sns div.outer > div.inner.instagram {
    padding-right: 3.3783783784vw;
    width: 66.2162162162vw;
  }
  section#sns div.outer > div.inner.facebook {
    width: 33.7837837838vw;
  }
  section#sns div.outer > div.inner.facebook div.box {
    max-height: 30.0675675676vw;
  }
  section#sns div.outer > div.inner.facebook div.DUMMY_social_fb {
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section#sns div.outer {
    flex-wrap: wrap;
  }
  section#sns div.outer > div.inner {
    width: 100%;
    max-width: 500px;
  }
}

/*************************************
	section.outer
*************************************/
section.outer h3,
section.outer h4 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.outer h3.text,
  section.outer h4.text {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  section.outer h3.text,
  section.outer h4.text {
    text-align: center;
  }
}
section.outer h3.areafill,
section.outer h4.areafill {
  padding: 0.25em 0.5em;
  color: #fff;
  background-color: #000;
}
section.outer h3.stripe,
section.outer h4.stripe {
  padding: 0.25em 0.5em;
  color: #fff;
  background: url(../img/css_bg_stripe3.png) 50% 50%/6px 6px repeat;
}
section.outer h3.border,
section.outer h4.border {
  border-left: 6px solid #e50012;
  padding-left: 0.5em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.outer div.box {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  section.outer div.box {
    margin-top: 11.25px;
  }
}
section.outer div.box > * > img {
  width: 100%;
  max-width: 100%;
}
section.outer div.box > * > .cssBtn {
  margin-top: 0;
  margin-bottom: 0;
}
section.outer div.box > * .emphasis {
  color: #f00;
}
section.outer div.box > p {
  margin: 1em 0;
}
section.outer div.box > p:first-child {
  margin-top: 0;
}
section.outer div.box > p:last-child {
  margin-bottom: 0;
}
section.outer div.box > p.mgnB {
  margin-bottom: 1em;
}
section.outer div.box > p.mgnT0 {
  margin-top: 0;
}
section.outer div.box > p.mgnB0 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  section.outer div.box > div.space {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  section.outer div.box > div.space {
    margin-top: 50px;
  }
}
section.outer div.box > div.desc > p {
  display: inline-block;
  padding: 1em;
  background-color: #e6e6e6;
}
section.outer div.box > div.btnBox {
  display: flex;
}
@media screen and (min-width: 768px) {
  section.outer div.box > div.btnBox > *:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.outer div.box > div.btnBox {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.outer div.box > div.btnBox > * {
    margin: 0 5px 10px;
  }
}
section.outer.punctuate {
  margin-bottom: 35px;
  padding-bottom: 35px;
  background: -moz-linear-gradient(left, #666 2px, transparent 2px);
  background: -webkit-linear-gradient(left, #666 2px, transparent 2px);
  background: linear-gradient(to right, #666 2px, transparent 2px);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#666',GradientType=1 );
  background-size: 5px 2px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
}

/*************************************
	div#banner
*************************************/
div#banner div.init {
  margin: 0 auto;
}
div#banner div.init:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 15px;
  background: -moz-linear-gradient(left, #000 2px, transparent 2px);
  background: -webkit-linear-gradient(left, #000 2px, transparent 2px);
  background: linear-gradient(to right, #000 2px, transparent 2px);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 );
  background-size: 5px 2px;
  background-position: 0% 0%;
  background-repeat: repeat-x;
}
div#banner div.init > ul {
  width: 100%;
}
div#banner div.init > ul > li {
  text-align: center;
}
div#banner div.init > ul > li > a {
  display: inline-block;
}
div#banner div.init > ul > li > a > img {
  width: 100%;
  max-width: 100%;
}
div#banner div.init.sponcer > ul > li > a {
  padding: 5px 10px;
  border: 1px solid #000000;
  width: 100%;
  box-sizing: border-box;
}
div#banner div.init.sponcer > ul > li > a > img {
  min-width: auto;
}
div#banner div.init.sponcer > ul.classS > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
div#banner div.init.project > ul > li > a {
  width: 100%;
}
div#banner div.init.project > ul > li > a > img {
  min-width: auto;
}
div#banner div.init.banner > ul > li > a {
  border: 1px solid #666666;
  width: 100%;
  box-sizing: border-box;
}
div#banner div.init.banner > ul > li > a > img {
  min-width: auto;
}
div#banner div.init.banner > ul > li.noBorder > a {
  border: none;
}
div#banner div.init a.cssBtn {
  margin-top: 0;
  height: 50px;
}
@media screen and (min-width: 768px) {
  div#banner div.init a.cssBtn {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  div#banner div.init a.cssBtn {
    margin-bottom: 11.25px;
  }
}
@media screen and (min-width: 768px) {
  div#banner div.init > ul > li {
    width: 234px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  div#banner div.init > ul > li {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  div#banner div.init > ul > li {
    margin-bottom: 11.25px;
  }
}
@media screen and (min-width: 768px) {
  div#banner div.init > ul > li > a > img {
    min-width: 234px;
  }
  div#banner div.init.sponcer > ul.classS > li > a {
    height: 125px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  div#banner div.init.sponcer > ul:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  div#banner div.init.sponcer > ul:nth-child(n+2) {
    margin-top: 22.5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  div#banner div.init.project > h3 {
    margin-top: 7.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  div#banner div.init.project > h3 {
    margin-top: 5.625px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  div#banner div.init.project > ul {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  div#banner div.init.project > ul {
    margin-top: 11.25px;
  }
}

@media screen and (max-width: 767px) {
  div#banner div.init > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  div#banner div.init > ul > li {
    width: 200px;
  }
  div#banner div.init > ul > li > a > img {
    min-width: 200px;
  }
  div#banner div.init.sponcer > ul.classS > li > a {
    height: 29.0697674419vw;
    max-height: 125px;
  }
}
@media screen and (max-width: 767px) and (min-width: 430px) {
  div#banner div.init {
    max-width: 410px;
  }
  div#banner div.init > ul > li {
    margin-bottom: 10px;
  }
  div#banner div.init > ul > li:nth-child(odd) {
    margin-right: 5px;
  }
  div#banner div.init > ul > li:nth-child(even) {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 429px) {
  div#banner div.init {
    max-width: 200px;
  }
  div#banner div.init > ul > li {
    margin-bottom: 10px;
  }
  div#banner div.init.sponcer {
    max-width: none;
  }
  div#banner div.init.sponcer > ul > li {
    margin-bottom: 10px;
    width: 50%;
  }
  div#banner div.init.sponcer > ul > li:nth-child(odd) {
    padding-right: 1.1627906977%;
  }
  div#banner div.init.sponcer > ul > li:nth-child(even) {
    padding-left: 1.1627906977%;
  }
}

/*************************************
	div.content[data-grid="true"]
*************************************/
@media screen and (min-width: 768px) {
  div.content[data-grid="true"] {
    display: flex;
  }
  div.content[data-grid="true"] > div.wrap:nth-child(odd) {
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  div.content[data-grid="true"] > div.wrap {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  div.content[data-grid="true"][data-wrap-right="w234"] > div.wrap:nth-child(odd) {
    width: 1156px;
  }
  div.content[data-grid="true"][data-wrap-right="w234"] > div.wrap:nth-child(even) {
    width: 234px;
    min-width: 234px;
    box-sizing: content-box;
    -webkit-transition: padding 200ms 0s ease;
    transition: padding 200ms 0s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  div.content[data-grid="true"][data-wrap-right="w234"] > div.wrap:nth-child(even) {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  div.content[data-grid="true"][data-wrap-right="w234"] > div.wrap:nth-child(even) {
    padding-left: 1.3888888889%;
  }
}

@media screen and (min-width: 768px) {
  div.content[data-grid="true"][data-wrap-right="w200"] > div.wrap:nth-child(odd) {
    width: 1190px;
  }
  div.content[data-grid="true"][data-wrap-right="w200"] > div.wrap:nth-child(even) {
    width: 200px;
    min-width: 200px;
    box-sizing: content-box;
    -webkit-transition: padding 200ms 0s ease;
    transition: padding 200ms 0s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  div.content[data-grid="true"][data-wrap-right="w200"] > div.wrap:nth-child(even) {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  div.content[data-grid="true"][data-wrap-right="w200"] > div.wrap:nth-child(even) {
    padding-left: 1.3888888889%;
  }
}

@media screen and (min-width: 768px) {
  div.content[data-grid="true"][data-wrap-right="w300"] > div.wrap:nth-child(odd) {
    width: 1090px;
  }
  div.content[data-grid="true"][data-wrap-right="w300"] > div.wrap:nth-child(even) {
    width: 300px;
    min-width: 300px;
    box-sizing: content-box;
    -webkit-transition: padding 200ms 0s ease;
    transition: padding 200ms 0s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  div.content[data-grid="true"][data-wrap-right="w300"] > div.wrap:nth-child(even) {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  div.content[data-grid="true"][data-wrap-right="w300"] > div.wrap:nth-child(even) {
    padding-left: 1.3888888889%;
  }
}

/*************************************
	div.tableList
*************************************/
div.tableList {
  display: flex;
}
div.tableList table {
  border-collapse: separate;
  border-spacing: 1px;
}
div.tableList table tr th,
div.tableList table tr td {
  padding: 0.5em 1em;
  width: 150px;
  text-align: center;
}
div.tableList table tr th {
  background-color: #cccccc;
}
div.tableList table tr td {
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  div.tableList table:nth-child(n+2) {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  div.tableList {
    justify-content: space-around;
  }
  div.tableList table:nth-child(n+2) {
    margin-left: 10px;
  }
}

/*************************************
	img.ttl
*************************************/
@media screen and (min-width: 768px) {
  img.ttl.news {
    width: 100%;
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.news {
    width: 29.375%;
    max-width: 188px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.sponcer {
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.sponcer {
    width: 45.3125%;
    max-width: 290px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.instagram {
    width: 100%;
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.instagram {
    width: 54.0625%;
    max-width: 346px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.facebook {
    width: 100%;
    max-width: 234px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.facebook {
    width: 52.5%;
    max-width: 336px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.pastevents {
    width: 100%;
    max-width: 282px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.pastevents {
    width: 63.4375%;
    max-width: 406px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.pastranking {
    width: 100%;
    max-width: 317px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.pastranking {
    width: 71.25%;
    max-width: 456px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.project {
    width: 100%;
    max-width: 171px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.project {
    width: 38.75%;
    max-width: 248px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.jfbfproject {
    width: 100%;
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.jfbfproject {
    width: 70.3125%;
    max-width: 450px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.aboutlogo {
    width: 100%;
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.aboutlogo {
    width: 70.3125%;
    max-width: 450px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.sidemenuTitle {
    width: 100%;
    max-width: 65px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.sidemenuTitle {
    width: 14.53125%;
    max-width: 93px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.sidemenuCategory {
    width: 100%;
    max-width: 144px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.sidemenuCategory {
    width: 32.1875%;
    max-width: 206px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.pagetitleAbout {
    width: 100%;
    max-width: 279px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.pagetitleAbout {
    width: 56.71875%;
    max-width: 363px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.pagetitleContest {
    width: 100%;
    max-width: 188px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.pagetitleContest {
    width: 38.125%;
    max-width: 244px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.pagetitleRule {
    width: 100%;
    max-width: 107px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.pagetitleRule {
    width: 21.71875%;
    max-width: 139px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.pagetitleEntry {
    width: 100%;
    max-width: 129px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.pagetitleEntry {
    width: 26.25%;
    max-width: 168px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.pagetitleExperience {
    width: 100%;
    max-width: 448px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.pagetitleExperience {
    width: 91.09375%;
    max-width: 583px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.pagetitleJfbf {
    width: 100%;
    max-width: 127px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.pagetitleJfbf {
    width: 25.78125%;
    max-width: 165px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.pagetitleRanking {
    width: 100%;
    max-width: 196px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.pagetitleRanking {
    width: 39.84375%;
    max-width: 255px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.pagetitleContact {
    width: 100%;
    max-width: 189px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.pagetitleContact {
    width: 38.4375%;
    max-width: 246px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.pagetitleJfbfForm {
    width: 100%;
    max-width: 422px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.pagetitleJfbfForm {
    width: 38.4375%;
    max-width: 246px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.pagetitleBlog {
    width: 100%;
    max-width: 108px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.pagetitleBlog {
    width: 22.03125%;
    max-width: 141px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.pagetitlePrivacyPolicy {
    width: 100%;
    max-width: 332px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.pagetitlePrivacyPolicy {
    width: 67.5%;
    max-width: 432px;
  }
}
@media screen and (min-width: 768px) {
  img.ttl.pagetitleDreamcaravan {
    width: 100%;
    max-width: 574px;
  }
}
@media screen and (max-width: 767px) {
  img.ttl.pagetitleDreamcaravan {
    width: 64.0625%;
    max-width: 410px;
  }
}
