/*
  Theme Name: VHSMAG
*/
@font-face{
  font-family: 'enFontBold';
  src: url('fonts/enfont_bold.eot'); /* IE9ÒÔÉÏÓÃ */
  src: url('fonts/enfont_bold.eot?#iefix') format('embedded-opentype'), /* IE8ÒÔÇ°ÓÃ */
    url('fonts/enfont_bold.woff') format('woff'), /* ¥â¥À¥ó¥Ö¥é¥¦¥¶ÓÃ */
    url('fonts/enfont_bold.ttf') format('truetype'), /* iOS, AndroidÓÃ */
    url('fonts/enfont_bold.otf') format('opentype');
}
@font-face{
  font-family: 'enFontMedium';
  src: url('fonts/enfont_medium.eot'); /* IE9ÒÔÉÏÓÃ */
  src: url('fonts/enfont_medium.eot?#iefix') format('embedded-opentype'), /* IE8ÒÔÇ°ÓÃ */
    url('fonts/enfont_medium.woff') format('woff'), /* ¥â¥À¥ó¥Ö¥é¥¦¥¶ÓÃ */
    url('fonts/enfont_medium.ttf') format('truetype'), /* iOS, AndroidÓÃ */
    url('fonts/enfont_medium.otf') format('opentype');
}
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  font-size:62.5%;
}
body {
  /* font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  color:#000;
  background: #fff;
  /* font-family: 'Noto Sans JP', sans-serif, 'enFontBold'; */
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Verdana, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
    /* overflow-x:hidden; */
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
  max-width:100%;
  vertical-align:bottom;
  height: auto;
}
a {
  color:#2730b9;
  text-decoration:none;
  -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
a:hover {
  color: #000;
}

a:focus {
  outline:0;
}
a:hover,
a:active {
  outline:0;
}
a h3 {
  color: #000;
}
.single a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
  display: block;
}
input:focus {
  outline:0;
  border:1px solid #04A4CC;
}
h2 {
  text-transform:uppercase;
}
.pc { display: none !important; }
.sp { display: block !important; }
.SocialProof {
    background: #cc0000;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
  /* max-width:940px; */
  margin:0 auto;
  position:relative;
  background: #FCFCFC;
}
/* header */
.header {
/* background:linear-gradient(180deg,#cc0000 0%,#cc0000 50%,rgba(255, 0, 0, 0) 50%,rgba(255, 0, 0, 0) 100%); */
}
/* Óè‚ä¤Ç²Ð¤· .site-header{
    background: rgba(255,255,255,0.5);
    display: flex;
    padding: 60px 20px;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
    z-index: 999;
}
.site-header.transform{
    background: rgba(255,255,255,0.9);
    padding: 20px;
} */
.site-header {
    background: rgba(255,255,255,1);
    display: flex;
    padding: 6px 0;
    position: fixed;
    justify-content: space-between;
    transition: .2s;
    -webkit-transition:.2s;
  -moz-transition:.2s;
  -o-transition:.2s;
  -ms-transition:.2s;
    width: 100%;
    z-index: 997;
    text-align: center;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.3);
    min-height: 52px;
}
.site-header img {
    max-height: 40px;
}
.site-header.transform {
    /* background: rgba(255,255,255,0.2); */
}
.site-header.site-headerbg {
    background: rgba(255,255,255,0.2);
}
.skate-video-index .site-header.site-headerbg {
    background: rgba(255,255,255,0.75)!important;
}
.V_WHT,.V_BLK {
  transition: .8s;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0); /* SafariÓÃ */
  transform: translate(-50%, 0);
}
.site-header .V_BLK {
  display: none;
    opacity: 1;
}
.site-header.transform .V_BLK,.single .site-header .V_BLK,.archive .site-header .V_BLK,.search .site-header .V_BLK,.page .site-header .V_BLK {
  display: block!important;
}
.site-header .V_WHT {
    opacity: 0;
}
.site-header.site-headerbg .V_BLK {
    opacity: 0!important;
}
.site-header.site-headerbg .V_WHT {
    opacity: 1!important;
}
.site-header-top {
    top: -52px;
}
.site-header-top.transform {
    top: 0;
}
.site-header2{
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: fixed;
    top: -250px;
    /* opacity: 0; */
    transition: .5s;
    width: 100%;
    z-index: 998;
}
.site-header2.transform {
    top: 60px;
}
.site-header2.hide{
    top: -80px;
}
.gnav_menu {
    padding: 0;
    margin: 0 auto;
    width: 80%;
    overflow: hidden;
    list-style: none;
    font-family: 'enFontBold';
}
.gnav_menu li {
    font-size: 1.5em;
    float: left;
    width: 23%;
    margin: 0 1%;
    text-align: center;
}
.gnav_menu li a {
color: #000;
text-shadow: 1px 1px rgba(255,255,255,.9);
}
/* g-nav*/
.hidden { /* ¥á¥Ë¥å©`Õ¹é_•r¤Ë¥¹¥¯¥í©`¥ëÍ£Ö¹ */
  overflow: hidden;
}
.menu-trigger,
.menu-trigger span{
  display: inline-block;
  transition: all .8s;
  box-sizing: border-box;
  cursor :pointer;
}
.menu-trigger{
  position: fixed;
  width: 58px;
  height: 58px;
  /* background: #000; */
  z-index: 1001;
    bottom: 95px;
        left: 5px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,.2));
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,.2));
    background: #FFF300;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.menu-trigger.active {
      background: rgba(255,255,255,0.2);
}
.menu-trigger span{
position: absolute;
    background: #000;
    width: 24px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
}
.menu-trigger.active span {
  background: #000;
}
.menu-trigger span:nth-of-type(1){
  top: 21px;
}
.menu-trigger span:nth-of-type(2){
  top: 0;
  bottom: 0;
}
.menu-trigger span:nth-of-type(3){
  bottom: 20px;
}
.menu-trigger.active span:nth-of-type(1){
  -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
  -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}
.g-nav{
  display: none;
  position: fixed;
  /* top: 0; */
  background: #fff300;
  width: 100%;
  height: 100%;
    z-index: 1000;
    top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.g-nav-v {
left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-height: 40px;
    position: absolute;
    margin: 6px 0 20px 0;
}
.g-nav .list{
  padding: 100px 0 60px 0;
  font-family: 'enFontMedium';
  font-size:2em;
}
.g-nav .list .item{
}
.g-nav .list .item a{
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
}
.footer-g-nav .intoplogo  {
  position: inherit;
  margin: 14px 0 0 6px;
  z-index: 999;
  width: 39%;
}
.sp .accordion {
    width: 100%;
margin: 10px 0 35px -20px;
    font-family: 'enFontMedium';
    list-style: none;
 }
.sp .g-nav h4 {
    color: #000!important;
    width: 60%!important;
    margin: 25px auto 0 auto!important;
    font-family: 'enFontMedium'!important;
}
.sp .g-nav-sns {
    padding: 0!important;
    margin: 20px 20% 0 20%!important;
    text-align: center;
    width: 60%!important;
}
.sp .g-nav-sns li {
    font-size: 1em;
    float: left;
    /*width: 16%;
    margin: 0 2%;*/
    width: 14%;
    margin: 0 3%;
    text-align: center;
}
.sp .accordion li.bbdr {
    border-bottom: 3px #000000 solid;
    width: 70%;
    margin: 0 auto;
}
.sp .accordion .link {
    padding: 16px 0 15px 0;
    text-align: left;
    color: #000;
    font-size: 1.75em;
    margin: 0 auto;
    width: 100%;
    letter-spacing: 0;
}
.sp .accordion li i.fa-chevron-down {
    right: 0;
    top: 20px;
    /* left: auto; */
    font-size: 12px;
    text-align: right;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 6px 0;
    text-align: center;
    color: #000;
    font-size: 2.5em;
    letter-spacing: 1px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; */
    width: 80%;
    margin: 0 auto;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 14px;
  left: 12px;
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
right: 12px;
    top: 40px;
    /* left: auto; */
    font-size: 18px;
    text-align: center;
}

.accordion li.open .link {
  color: #000;
}

.accordion li.open i {
  color: #000;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform:rotateX(180deg);
}

.accordion li.default .submenu {display: block;}
.accordiontop {
    width: 100%;
margin: 0 0 0 -40px;
    font-family: 'enFontMedium';
    list-style: none;
 }

.accordiontop .link {
    cursor: pointer;
    display: block;
    padding: 0 0 10px 0;
    color: #000;
    font-size: 2em;
    /* letter-spacing: 1px; */
    font-weight: 700;
    letter-spacing: -0.5px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; */
    /* width: 80%; */
    margin: 0 auto;
}

.accordiontop li:last-child .link {
  border-bottom: 0;
}

.accordiontop li i {
  position: absolute;
  top: 14px;
  left: 12px;
  font-size: 12px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordiontop li i.fa-chevron-down {
    top: 6px;
    left: 85px;
    font-size: 11px;
    margin-left: 10px;
}

.accordiontop li.open .link {
  color: #000;
}

.accordiontop li.open i {
  color: #000;
}
.accordiontop li.open i.fa-chevron-down {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform:rotateX(180deg);
}

.accordiontop li.default .submenu {display: block;}
#leftda.is-fixed {
  top: 0;
            position: fixed;
            width: inherit;
            /* left: 0; */
            z-index: 2;
            margin-top:100px;
        }
.nav_store {
font-family: 'enFontMedium';
    font-size: 2em;
    color: #000;
    letter-spacing: -0.5px;
    font-weight: 700;
}
.nav_store a:hover {}
/**
 * Submenu
 -----------------------------*/
 .submenu {
  display: none;
  font-size: 2em;
  list-style: none;
      font-weight: 700;
      padding: 0;
margin: 0.5em 0 1.5em 0;
 }
 .submenu li {
  /* text-align: center; */
 }
 .submenu li p {
    font-size: 0.85em;
    letter-spacing:0;
    padding: 3px 0 10px 0;
    margin: 0;
    /* color: #fff; */
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Verdana, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
}
.accordiontop .submenu {
  display: none;
  font-size: 2em;
  list-style: none;
      font-weight: 700;
      padding: 0;
    margin: 5px 0 50px 0;
 }
.accordiontop .submenu li {
  text-align: left;
 }
.accordiontop .submenu li p {
    font-size: 0.75em;
    letter-spacing:0;
    padding: 3px 0 10px 0;
    margin: 0;
    /* color: #fff; */
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Verdana, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
}
li.japalan a {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Verdana, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
      font-size: 0.7em!important;
    font-weight: 700!important;
}
 .submenu a {
        display: block;
    text-decoration: none;
    padding: 12px 0 3px 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #000;
    font-size: 0.75em;
    font-weight: 100;
    letter-spacing: 1px;
 }

 .submenu a:hover {
  color: #b63b4d;
 }
.accordiontop .submenu a {
        display: block;
    text-decoration: none;
    padding: 0 0 10px 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #000;
    font-size: 0.75em;
    font-weight: 100;
    letter-spacing: 1px;
 }

.accordiontop .submenu a:hover {
  color: #666;
 }
/* /g-nav*/
#spad2 {
transition: .5s;
opacity: 1;
}
#spad2.transform {
opacity: 0;
bottom: -100px;
}
/* Header logo MENU */
header {
  /* position: relative; */
  width: 100%;
}
/* header:before {
    content:"";
    display: block;
    padding-top: 5%;
} */
object {
    pointer-events: none;
}
.vhsmaglogo {
  width:200px;
}
.gnav {
  position: relative;
  /* position: fixed; */
  top: 0;
  /* left:calc(50% - 410px/2); */
  z-index: 998;
  width: 100%;
      /* padding: 15px; */
    /* background: #fff; */
}
.gnav i {
  font-size: 3em;
    color: #000;
    position: absolute;
    right: 10px;
    top: -5px;
}
.toplogo  {
  /* position: fixed;
  top: 14px;
  transition: .3s;
  z-index: 999;
   width: 28%;
left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); */
        position: fixed;
    /* position: relative; */
    top: 0;
    transition: .3s;
    z-index: 999;
    background: #fff300;
    width: 100%;
    text-align: center;
    padding: 8px 0;
}
.intoplogo {
    position: initial!important;
    top: inherit!important;
    transition: inherit!important;
    left: inherit!important;
    z-index: 999!important;
    width: 140px!important;
    margin: 0 auto 3em auto!important;
}
/* .intoplogo  {
  position: absolute;
  top: 14px;
  transition: .3s;
  left: 6px;
  z-index: 999;
  width: 39%;
} */
.toplogo.hide {
top: -200px;
}
.toplogo img {
    /*max-width: 100%;
    width: 100%; */
    width: 24%;
    margin: 0 38%;
}
.intoplogo img {
    /*max-width: 100%; */
    width: 100%;
}
.jp-en {
      position: fixed;
    margin-top: 10px;
    color: #fff;
    z-index: 999;
    opacity: 0;
    right: 15px;
    font-size: 1.7em;
    letter-spacing:0.5px;
    font-weight: 400;
    font-family: 'enFontMedium';
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    transition: .3s;
}
.jp-en a {
color: #fff;
text-decoration: underline;
}
.jp-en a:hover {
color: #fff300;
background: #000;
}
.jp-en.displayon {
opacity: 1;
}
.jp-en.hide {
top: -200px;
opacity: 0;
}
#n2-ss-33-align {
  /* margin-top:48px; */
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
width: 100%;
    background: #f1f1f1;
    color: #666666;
    margin-top: 5em;
    padding-bottom: 20px;
}
.footer a {
    color: #666666;
    text-decoration:none;
}
.footer a:hover {
  text-decoration:underline;
}
.footer section {
  max-width: 768px;
  margin:0 auto;
  text-align: center;
  padding: 5em 0;
}
.footer .footerlogo {
margin: 0 auto 40px auto;
    max-width: 120px;
}
.footer .footer-tx {
list-style: none;
    max-width: 580px;
    overflow: hidden;
    padding-left: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.footer .footer-tx li {
    padding: 0 8px;
    border-right: 1px #999 solid;
    font-size: 1.25em;
    letter-spacing: 0.5px;
    font-family: 'enFontMedium';
    text-align: center;
}
.footer .footer-tx li.righty {
    border-right: none;
}
.footer h4 {
          margin: 25px 0 20px 0;
}
.footer .g-nav-sns {
    padding: 0!important;
    margin: 0 auto!important;
    width: 270px!important;
}
.footer .g-nav-sns li {
      margin: 0 4.5%;
    width: 11%!important;
}
main {
  padding: 10px 0;
  max-width: 1100px;
  margin:0 auto;
  overflow: hidden;
}
.postid-12491 main,
.postid-17149 main,
.postid-35730 main
 {
  max-width: 1200px;
}
.archive main,
.search main,
.page-id-241059 main {
  padding: 80px 0 10px 0!important;
}
.archive main section h1,.page main section h1,.search main section h1 {
    font-size: 2.5em;
    margin: 0 0 1em 0;
    text-align: center;
    font-family: 'enFontBold';
}
main section {
  /* display: grid; swiper */
  grid-template-columns: repeat(auto-fit, 260px);/* 1fr 1fr 1fr; */
  grid-gap: 10px;
      overflow: hidden;
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  border: 1px solid #ddd;
  padding: 0.8em;
  margin: 0 0 2em; */
}
#singleloop {
  max-width: 1100px;
    margin: 0 auto;
}
#singleloop article.post {
  /* float: left;
    width: 45%; */
    padding-top: 0!important;
}
main article,#singleloop article {
/* background: #ddd;
  overflow: auto;
  min-width: 0;
  padding: 1em;
    border: 1px solid #ddd; */
    position: relative;
    text-align: center;
    padding-bottom: 7em;
}
.single-post main {
    padding: 0;
}
.single-post main .single-content {
  padding:0 8px;
/* padding:0; */
}
.single-post main section {
  grid-template-columns: repeat(auto-fit, 100%);
}
.single main article {
  padding-bottom: 2em!important;
}
.post .single-content {
    font-size: 1.7em;
    text-align: left;
}
.post p {
        padding: 0 0 0.25em 0;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 400;
    margin: 0 0 1.6em;
}
.post p a:hover,.id_sns a:hover,.category-id ul li a:hover,.blogabout a:hover {
    color: #fff300!important;
  background-color: #000;
}
    .post p a:hover.alignnone {
background-color: inherit;
}
main article h2,main article p,#singleloop article h2,#singleloop article p,.category-id .single-infobox h2 {
      /* padding: 1em 0 0.25em 0; */
    text-align: left;
    margin: 0;
    font-size: 2em;
    color: #000;
    line-height: 1.25em;
    /* letter-spacing: -1px; */
        -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.category-id .single-infobox h2 {
      padding: 1em 0 0.25em 0;
}
main article h2 a,#singleloop article h2 a {
  color: #000;
}
.single-infobox {
    margin: 0;
    padding: 3em 0;
    font-size: 0.6em;
}
.post h1 {
    text-align: left;
    margin: 0;
    font-size: 2em;
    color: #000;
    line-height: 1.25em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
}
.post.category-id h1 {
    margin-bottom: 0;
    font-family: 'enFontBold';
    font-size: 2.25em;
}
/*PC LOOP*/
#left-field {
  width: calc(35% - 50px);
  float:left;
  overflow: hidden;
    position: relative;
}
#right-field {
    /* width: calc(50% - 20px); */
    width: calc(64%);
    margin-left: 50px;
    height: auto;
    float: left;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    display: grid;
}
#right-field .listda {
grid-column: 1 / 3;
margin: 30px 0;
}
#category-field .listda {
grid-column: 1 / 4;
/* margin: 30px 0; */
}
.home #category-field .listda {
grid-column: 1 / 4!important;
}
#single-left-field {
      display: none;
}
#single-right-field {
  width: 100%;
    margin: 0;
    float: none;
}
/*SWIPER*/
.singleswiper {
   /* margin-left: calc(((100vw - 100%) / 2) * -1)!important;
margin-right: calc(((100vw - 100%) / 2) * -1)!important; */
/* margin:0 -20px;
padding:0 20px; */
background: #cdcdcd;
padding: 1.5em 0;
}
.topswiper {
background: #777;
padding: 1.5em 0;
margin: 2em 0 5em 0;
}
.swiper-slide {
    padding-bottom: 4.5em!important;
}
.swiper-slide .img {
    position: relative;
    /* background-color: #000; */
    background-size: 300%!important;
    background-repeat: no-repeat!important;
    background-position: center;
}
.swiper-slide .img:before {
    content: "";
    display: block;
    padding-top: 100%;
    background: inherit;
    filter: contrast(0.5);
}
.swiper-slide .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    word-break: keep-all;
    width: auto!important;
    height: auto!important;
    max-width: 100%!important;
    max-height: 100%!important;
}
.single .swiper-slide .img img {
    opacity: 1!important;
}
/* Main Swiper*/
.main-swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  background-color: #fff300;
  /* max-width: 1500px; */
}
#single-left-field .main-swiper-container,#left-field .main-swiper-container {
  background-color: #fcfcfc!important;
}
.main-swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.main-swiper-container .swiper-slide {
    padding-bottom: 0!important;
    color: #FFF;
    /* background-color: #fe4e8c; */
}
.topmainswiper .swiper-slide {
    background-color: #bfbfbf;
}
.main-swiper-container .topslide-infobox {
    position: absolute;
    bottom: 142px;
  left: 50%;
  -webkit-transform: translate(-50%, 0); /* SafariÓÃ */
  transform: translate(-50%, 0);
  font-size: 1.25em;
}
.main-swiper-container .topslide-tx {
font-weight: 700;
color: #fff;
font-size:3em;
    line-height: 1.33em;
    font-family: 'enFontMedium';
    letter-spacing: 0.3px;
}
.main-swiper-container .topslide-tx {
font-weight: 700;
color: #fff;
font-size:3em;
    line-height: 1.33em;
    font-family: 'enFontMedium';
    letter-spacing: 0.3px;
}
.main-swiper-container .topslide-txl {
  /* font-size:1.1em; */
  text-decoration: underline;
  color: #fff!important;
}
.main-swiper-container .topslide-txljp {
  /* font-size:1.1em; */
  text-decoration: underline;
  color: #fff!important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Verdana, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif!important;
  font-weight: 800;
}
.main-swiper-container .no-wrap {
    display: inline-block; /* ¥¹¥é¥¤¥É¥Æ¥­¥¹¥È¤Î¸ÄÐÐ */
    white-space: nowrap;
    line-height: 1.15em;
        color: #fff300;
    text-shadow: 3px 2px 5px rgba(0,0,0,0.2);
}
.main-swiper-container .no-wrapjp {
    display: inline-block; /* ¥¹¥é¥¤¥É¥Æ¥­¥¹¥È¤Î¸ÄÐÐ */
    white-space: nowrap;
    font-size: 0.9em;
    line-height: 1.15em;
        color: #fff300;
    text-shadow: 3px 2px 5px rgba(0,0,0,0.2);
   font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Verdana, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif!important;
  font-weight: 800;
}
.main-swiper-container .slidecategory {
    letter-spacing: 1px;
    font-family: 'enFontBold';
    padding-bottom:5px;
}
.main-swiper-container .slidecategory,.main-swiper-container .date {
font-size: 1.2em!important;
}
/* /Main Swiper*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px!important;
}
.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
        -moz-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}
.topmainswiper .swiper-button-next {
    background-image: url(img/swiper-next.svg);
    right: 10px;
    left: auto;
}
.topmainswiper .swiper-button-prev {
    background-image: url(img/swiper-prev.svg);
    left: 10px;
    right: auto;
}
.home #left-field .pc-left-swiper .swiper-button-next {
    background-image: url(img/swiper-next.svg);
    right: 10px;
    left: auto;
    top: 45%;
}
.home #left-field .pc-left-swiper .swiper-button-prev {
    background-image: url(img/swiper-prev.svg);
    left: 10px;
    right: auto;
    top: 45%;
}
#single-left-field .pc-left-swiper .swiper-button-next {
    background-image: url(img/swiper-next.svg);
    right: 10px;
    left: auto;
    top: 45%;
}
#single-left-field .pc-left-swiper .swiper-button-prev {
    background-image: url(img/swiper-prev.svg);
    left: 10px;
    right: auto;
    top: 45%;
}
.yarpp-related .swiper-button-next {
    background-image: url(img/swiper-next.svg);
    right: 10px;
    left: auto;
    top: 34%;
}
.yarpp-related .swiper-button-prev {
    background-image: url(img/swiper-prev.svg);
    left: 10px;
    right: auto;
    top: 34%;
}
.swiper-container .swiper-button-next {
    background-image: url(img/swiper-next.svg);
    right: 10px;
    left: auto;
    top: 35%;
}
.swiper-container .swiper-button-prev {
    background-image: url(img/swiper-prev.svg);
    left: 10px;
    right: auto;
    top: 33%;
}
.contests-swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #000;
    color: #fff;
}
.contests-swiper-container .swiper-button-next {
    background-image: url(img/swiper-next.svg);
    right: 10px;
    left: auto;
    top: 35%;
}
.contests-swiper-container .swiper-button-prev {
    background-image: url(img/swiper-prev.svg);
    left: 10px;
    right: auto;
    top: 33%;
}
.topmainswiper .swiper-pagination-bullets {
    bottom: 20px!important;
    /* bottom: 50px!important; */
}
.pc-left-swiper {
  margin-top: 130px;
}
.home .pc-left-swiper .swiper-pagination-bullets {
    /* top: 41em!important; */
    bottom: 9em!important;
}
.page .pc-left-swiper .swiper-pagination-bullets,.single .pc-left-swiper .swiper-pagination-bullets {
    /* top: 28.5em!important; */
    bottom: 10em!important;
}
.single .pc-left-swiper .swiper-pagination-bullet {
    background: #666;
}
.swiper-container h2,#singleloop h2 {
    text-align: center;
    /* font-size: 2.65em; */
    font-size: 2.5em;
    /*letter-spacing: -1px;*/
}
.swiper-container h3 {
    font-size: 1.5em;
    letter-spacing: -1px;
    margin-top: 0;
}

.singleswiper .loopcategory,.topswiper .loopcategory {
    font-size: 1.2em!important;
    letter-spacing: 1px;
}
.singleswiper h2,.singleswiper h3,.singleswiper h3 a,.singleswiper .date,.singleswiper .loopcategory,#singleloop h2 {
    color: #000;
}
.main-swiper-container .slidecategory,.topswiper h2,.topswiper h3,.topswiper h3 a,.topswiper .date,.topswiper .loopcategory {
    color: #fff!important;
}
.singleswiper h3,.topswiper h3 {
font-weight: 500;
letter-spacing: 0;
}
.singleswiper .swiper-pagination-bullet-active {
    background: #fff300!important;
}
.main-swiper-container .swiper-pagination-bullet-active,
.topswiper .swiper-pagination-bullet-active,
.contests-swiper-container .swiper-pagination-bullet-active {
    background: #fff300!important;
}
.main-swiper-container .swiper-pagination-bullet {
    background: #f9f9f9;
}
.swiper-pagination-bullet {
    opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.yarpp-related {
    margin: 0!important;
}
.yarpp-related h3 {
    font-weight: 500!important;
    padding: inherit!important;
    font-size: 1.5em!important;
    text-transform: inherit!important;
    margin: inherit!important;
}
.yarpp-related a {
    text-decoration: !important;
    font-weight: 500!important;
}
.post .eyecatch {
    /* max-width: 820px; */
    max-width: 940px;
    margin: 0 auto;
    background-size: 300%!important;
    background-repeat: no-repeat!important;
    width: 100%;
}
.eyecatch {
    position: relative;
    /* background-color:#000; */
       /* min-height: 300px; */
}
.eyecatch:before {
    content:"";
    display: block;
    padding-top: 100%;
    content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
filter: contrast(0.5);
    /*filter: invert(0.5);
    background: url(https://www.vhsmag.com/wp2018/wp-content/themes/vhsmag/img/dot2.png) 1px 1px repeat;
    background: url(https://www.vhsmag.com/wp2018/wp-content/themes/vhsmag/img/dot3.png) 0 0 repeat;
    background: url(https://www.vhsmag.com/wp2018/wp-content/themes/vhsmag/img/dot00.png) 0 0 repeat;*/
}
.postid-268867 .eyecatch:before {
    padding-top: 63%!important;
}
.category-news .eyecatch {
  background:linear-gradient(90deg,#FFF 0%,#FFF 15%,#cc0000 15%,#cc0000 85%,#fff 85%,#fff 100%);
}
.eyecatch img {
  position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    word-break: keep-all;
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
    max-height:100%!important;
    opacity: 1 !important;
}
.playthumb {
  position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    word-break: keep-all;
    width: 20%;
    opacity: .7;
}
.date,.loopcategory {
  color: #999;
  width: 100%;
  text-align: left;
      font-size: 1.5em;
}
.loopcategory {
  padding: 12px 0 4px 0;
    font-family: 'enFontBold';
}
#single-right-field .single-infobox .loopcategory a {
color: #999;
    width: 100%;
    text-align: left;
    padding: 0!important;
}
#single-right-field .single-infobox .loopcategory a:hover,.category-id .single-infobox a:hover {
  /* color: #000; */
  color: #fff300;
    background-color: #000;
}
#single-right-field .single-infobox .loopcategory .post-categories {
    padding: 0;
    margin: 0;
}
.category-id .single-infobox {
  padding: 3em 0 1em 0;
}
.category-id .single-infobox a{
  text-decoration: underline;
}
.category-id .single-infobox .loopcategory {
      font-size: 1.15em;
      font-family: 'enFontMedium'!important;
}
.category-id .single-infobox .id_no {
      font-size: 1.75em;
      font-family: 'enFontBold'!important;
}
.date {
  padding: 8px 0 12px 0;
    /* font-family: 'enFontMedium'; */
}
.id_date {
   font-family: 'enFontMedium';
 padding: 0.1em 0 2em 0!important;
  color: #999;
    width: 100%;
    text-align: left;
    font-size: 1.5em;
}
/*------------------------------------*\
    TAKEOVER
\*------------------------------------*/
#bg-wrapper {
    background-attachment: fixed;
    background-clip: initial;
    background-image: url(/images/reebokt19vhsmag.jpg);
    background-origin: initial;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: inherit;
    background-color: #FFF!important;
    cursor: pointer;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}
.infoubar {
height: 1px;
background: #f1f1f1;
margin: 40px 0 20px 0;
}
.infoubar2 {
height: 1px;
background: #f1f1f1;
margin: 25px 0 20px 0;
}
.thumbs_info3 {
height: inherit!important;
}
.inforp {
margin:0 0 0 116px;
}
.skate-video-index strong {
	font-size: 1.75em;
}
/* SKATE VIDEO INDEX */
/* .videognav {
    width: 200px;
    height: 100%;
    position: fixed;
    top: 52px;
    left: 0;
    background: rgba(0,0,0,0.1);
    -webkit-overflow-scrolling: touch;
    z-index: 99;
}
.videognav ul {
margin: 0;
    list-style: none;
    padding: 0;
}
.videognav ul li {
    text-align: center;
}
.videognav ul li a,
.videognav ul li a:link,
.videognav ul li a:visited {
    display: inline-block;
    display: block;
    height: 32px;
    padding: 9px 0 0 0;
    color: #111;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1.5em;
    font-family: 'enFontMedium'!important;
    letter-spacing: 1px;
}
.videognav ul li a:hover,
.videognav ul li a:active {
  background: #FFF300;
  color: #000;
} */
/* SKATE VIDEO INDEX */
.videognav {
width: 100vw!important;
    /* position: relative!important; */
    left: 50%!important;
    right: 50%!important;
    margin-left: -50vw!important;
    margin-right: -50vw!important;
    position: fixed;
    top: 52px;
    height: 57px;
    background: #000;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 99;
}
.videognav ul {
    height: 70px;
    margin: 0 0 0 -40px;
    list-style: none;
    display: flex;
}
.videognav ul li {
    text-align: center;
    border-left: 1px solid #eee;
}
.videognav ul li:last-child {
  border-right: 1px solid #eee;
}
.videognav ul li a,
.videognav ul li a:link,
.videognav ul li a:visited {
    display: inline-block;
    display: block;
    width: 60px;
    height: 40px;
    background: #666;
    padding: 12px 0 0 0;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1.25em;
}
.videognav ul li a:hover,
.videognav ul li a:active {
  background: #FFF300;
  color: #000;
}
/* /SKATE VIDEO INDEX */
.content_box {
	font-size: 1.5em;
	line-height: 1.75em;
	font-weight: bold;
	margin-bottom: 4em;
    border-bottom: 1px dotted;
}
.content_box div {
	margin: 2em 0 4em 0;
}
.content_box p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0;
	font-weight: normal;
}
/* /SKATE VIDEO INDEX */
.container-youtube, .container-vimeo {
	padding-bottom: 20px!important;
}
.columncap {
  font-size: 0.75em;
    margin-top: -30px;
    margin-top: 10px;
}
.columncap2 {
  font-size: 0.75em;
    margin-top: 20px;
}
.columncap3 {
    font-size: 0.75em;
    margin-top: 5px;
}
.columncap4 {
    font-size: 0.75em;
    margin: -40px 0 30px 0;
}
.columncap5 {
    font-size: 0.75em;
    margin: -40px 0 0 0;
}
.columncap5 {
    font-size: 0.75em;
    margin: -35px 0 0 0;
}
.columncap6 {
    font-size: 0.75em;
    margin: 10px 0 40px 0;
}
/* OMURA */
.postid-211434 .kanrencolumn,
.postid-212995 .kanrencolumn,
.postid-215021 .kanrencolumn,
.postid-217816 .kanrencolumn,
.postid-219909 .kanrencolumn {
    border: 1px #333 solid;padding: 15px 12px 0 12px;
}
.postid-211434 .kanrencolumn .kanrencolumninner,
.postid-212995 .kanrencolumn .kanrencolumninner,
.postid-215021 .kanrencolumn .kanrencolumninner,
.postid-217816 .kanrencolumn .kanrencolumninner,
.postid-219909 .kanrencolumn .kanrencolumninner {
    display: grid;grid-template-columns: 90px 1fr;grid-gap: 10px;padding-bottom: 10px;
}
.postid-211434 .kanrencolumn .kanrencolumninner p,
.postid-212995 .kanrencolumn .kanrencolumninner p,
.postid-215021 .kanrencolumn .kanrencolumninner p,
.postid-217816 .kanrencolumn .kanrencolumninner p,
.postid-219909 .kanrencolumn .kanrencolumninner p {
    line-height: 1em;
}
.postid-211434 .kanrencolumn .kanrencolumninner p a,
.postid-212995 .kanrencolumn .kanrencolumninner p a,
.postid-215021 .kanrencolumn .kanrencolumninner p a,
.postid-217816 .kanrencolumn .kanrencolumninner p a,
.postid-219909 .kanrencolumn .kanrencolumninner p a {
    font-size: 0.75em;
}
.postid-211434 .kanrencolumn .kanrencolumninner p a:hover,
.postid-212995 .kanrencolumn .kanrencolumninner p a:hover,
.postid-215021 .kanrencolumn .kanrencolumninner p a:hover,
.postid-217816 .kanrencolumn .kanrencolumninner p a:hover,
.postid-219909 .kanrencolumn .kanrencolumninner p a:hover {
    color: #888!important;
    background-color: inherit!important;
    text-decoration: underline;
}
#single-right-field .post .single-content img.size-full  {
  width: 100%;
}
.thumbssquarebg {
    background: none!important;
}
#fancybox-overlay {
    background-color: rgb(255 243 0 / 60%)!important;
}

.fancybox-button--thumbs,
.fancybox-button--zoom,
.fancybox-button--play {
    display: none;
}



@media only screen and (min-width: 1161px) {
  #bg-wrapper {
    background-size: 100% auto!important;
}
}
#bg-wrapper a {
    display: block;
    height: 100%;
    width: 100%;
}
#bg-wrapper a:hover img {
    background-image: url("https://www.vhsmag.com/images/bg_on.png");
    background-repeat: repeat;
}
#spad {
    display: block;
    /* margin-top: 45px; */
}
#spad img{
    width: 100%;
}
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.g-1 {
    margin: 2.5em auto 3.25em auto!important;
    text-align: center;
    padding: 0 15px!important;
}
#single-right-field .g img {
    width: 100%;
}
.post .g-1 {
    /* margin: 0 auto!important;*/
    margin: 3em auto 0em auto!important;
    /* text-align: center; */
    padding: 0!important;
}
.category-voice-of-freedom .g-1 {
    /* margin: 0em auto !important;*/
    /* text-align: center; */
    /* padding: 0 !important;*/
}
section div.g-2 {
    grid-row: 2;
    grid-column: 1 / 4;
    margin: 2em auto!important;
    /* padding: 0 10px!important; */
}
section div.g-3 {
    grid-row: 4;
    grid-column: 1 / 4;
    margin: 2em auto!important;
    padding: 0 10px!important;
}
/* adrotate */
.single-adrec {
    background: #e6e6e6;
    margin: 0 0 7em 0;
    padding: 7em 2em;
    overflow: hidden;
}
.single-adrec .listda {
    padding: 0 15px!important;
    margin: 0 auto!important;
    overflow: hidden!important;
    border:none;
    max-width: 680px;
}
main .single-adrec {
    background: none;
    margin: 0;
    padding: 0 2em;
    overflow: hidden;
}
.single main .listda {
    padding: 0 15px 70px 15px!important;
    margin: 0 auto!important;
    overflow: hidden!important;
    border:none;
    max-width: 680px;
}
.listda {
    padding: 50px 0 50px 0!important;
    margin: 0 15px 70px 15px;
    overflow: hidden;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.card_ad_rec_l {
    clear: inherit !important;
    float: left;
    margin: 0;
    max-height: 300px;
    overflow: hidden;
    text-align: center;
    width: 50%;
    padding-right: 5px;
}
.card_ad_rec_r {
    clear: inherit !important;
    float: left;
    margin: 0;
    max-height: 300px;
    overflow: hidden;
    text-align: center;
    width: 50%;
    padding-left: 5px;
}
.card_ad_mini_l {
    clear: inherit !important;
    float: left;
    margin: 0;
    max-height: 80px;
    overflow: hidden;
    text-align: center;
    width: 50%;
    padding-right: 5px;
}
.card_ad_mini_r {
    clear: inherit !important;
    float: left;
    margin: 0;
    max-height: 80px;
    overflow: hidden;
    text-align: center;
    width: 50%;
    padding-left: 5px;
}
.g-5,.g-6,.g-4,.g-7 {
    margin: 0 auto!important;
    text-align: center;
    max-width: 300px;
}
/* /adrotate */
/*------------------------------------*\
    YOUTUBE
\*------------------------------------*/
.feature_vid {
position: relative;
padding-bottom: 56.25%;
padding-top: 0;
height: 0;
overflow: hidden;
max-width: 100%;
height: auto;
margin-top: 0;
}
.sq-embedmedia-container2 {
      max-width: 543px;
}
.sq-embedmedia-container2 .embedmedia-container {
  padding-bottom: 170%;
}
.sq-embedmedia-container .embedmedia-container {
  padding-bottom: 100%;
}
.otheriframe .embedmedia-container {
  padding-bottom: 115%;
}
.postid-211370 .embedmedia-container {
  padding-bottom: 100%;
}
.embedmedia-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
max-width: 100%;
height: auto;
margin-top: 20px;
}
.feature_vid iframe,
.feature_vid object,
.feature_vid embed,
.embedmedia-container iframe,
.embedmedia-container object,
.embedmedia-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.shutborder {
  border-bottom: 1px solid #d9d9d9;
    padding: 5px 0;
}
.category-file .embedmedia-container,
.category-intersection .tag-old .embedmedia-container,
.shut-up-and-skate .embedmedia-container {
position: inherit!important;
padding-bottom: inherit!important;
padding-top: inherit!important;
height: inherit!important;
overflow: inherit!important;
max-width: inherit!important;
height: inherit!important;
margin-top: inherit!important;
}
.category-file .embedmedia-container iframe,
.category-file .embedmedia-container object,
.category-file .embedmedia-container embed,
.category-intersection .tag-old .embedmedia-container iframe,
.category-intersection .tag-old .embedmedia-container object,
.category-intersection .tag-old .embedmedia-container embed,
.shut-up-and-skate .embedmedia-container iframe,
.shut-up-and-skate .embedmedia-container object,
.shut-up-and-skate .embedmedia-container embed {
position: inherit;
top: inherit;
left: inherit;
width: inherit;
height: inherit;
}
.shut-up-and-skate .embedmedia-container2 {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
max-width: 100%;
height: auto;
margin-top: 20px;
margin-bottom: -56.25%;
}
.shut-up-and-skate .embedmedia-container2 iframe,
.shut-up-and-skate .embedmedia-container2 object,
.shut-up-and-skate .embedmedia-container2 embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.shut-up-and-skate .embedmedia-container-shut {
position: relative;
    padding-bottom: 20%;
    padding-top: 20px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    /* height: auto; */
    min-height: 160px;
    margin-top: 2px;
    /* margin-bottom: -20%; */
    position: relative;
    padding-bottom: 29%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    /* height: auto; */
    min-height: 160px;
    margin-top: 2px;
    margin-bottom: 0;
}
.shut-up-and-skate .embedmedia-container-shut iframe,
.shut-up-and-skate .embedmedia-container-shut object,
.shut-up-and-skate .embedmedia-container-shut embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#hirotton .embedmedia-container {
position: relative;
    padding-bottom: 41%;
    padding-top: 827px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

/*------------------------------------*\
    CATEGORY
\*------------------------------------*/
/* ID */
.single-post .category-id .eyecatch {
/* margin-top: 52px; */
}
.single-post #singleloop .category-id .eyecatch {
margin-top: 0!important;
}
.category-id.archive .eyecatch .attachment-post-thumbnail {
margin-top: 0!important;
}
.category-id .id_sns {
  margin: 0 0 2.5em 0;
    line-height: 1.25em;
}
.category-id .id_sns a {
/* color: #2730b9; */
}
.category-id .qanda {
  color: #666;
  /* font-family: 'enFontBold'; */
  font-family: 'enFontMedium';
  font-size: 1.25em;
}
.category-id ul {
list-style: none;
padding-left:0;
}
.category-id ul .idq {
  color: #ababab;
  font-weight: 600;
}
#single-right-field .category-id ul li {
  padding: 0 0 1.5em 0;
}
/* /ID */
/*NEW VOF*/
.newcatch {
    margin-top: 4em;
    margin-bottom: 4em;
    background: #288fff!important;
    padding: 10em 40px;
    font-size: 1.1em;
    font-weight: bolder;
    line-height: 1.8em;
    text-align: center;
    color: #fff;
}
.newcatch2 {
    margin-top: 4em;
    margin-bottom: 4em;
    background: #f58d50!important;
    padding: 10em 40px;
    font-size: 1.1em;
    font-weight: bolder;
    line-height: 1.8em;
    text-align: center;
    color: #fff;
}
.newcatch3 {
    margin-top: 4em;
    margin-bottom: 4em;
    background: #c72615!important;
    padding: 10em 40px;
    font-size: 1.1em;
    font-weight: bolder;
    line-height: 1.8em;
    text-align: center;
    color: #fff;
}
.newcatch4 {
    margin-top: 4em;
    margin-bottom: 4em;
    background: #008146!important;
    padding: 10em 40px;
    font-size: 1.1em;
    font-weight: bolder;
    line-height: 1.8em;
    text-align: center;
    color: #fff;
}
.newcatch5 {
    margin-top: 4em;
    margin-bottom: 4em;
    background: #a8c4d9!important;
    padding: 10em 40px;
    font-size: 1.1em;
    font-weight: bolder;
    line-height: 1.8em;
    text-align: center;
    color: #fff;
}
.newcatch0 {
    margin-top: 4em;
    margin-bottom: 4em;
    padding: 10em 40px;
    font-size: 1.1em;
    font-weight: bolder;
    line-height: 1.8em;
    text-align: center;
    color: #fff;
}
.stxt {
  font-size: 0.8em;
  line-height: 1.6em;
  color: #444;
  margin: 0 0 2.25em;
}
.stxtiframe {
  font-size: 0.8em;
  line-height: 1.6em;
  color: #444;
  margin: 0;
}
.stxtiframe .embedmedia-container {
    padding-bottom: 15%!important;
}
.sssingle .embedmedia-container {
padding-bottom: 35%!important;
}
.sssingle2 .embedmedia-container {
padding-bottom: 15%!important;
}
.id333 .embedmedia-container {
    padding-bottom: 150%!important;
    max-width: 100%;
    width: 100%;
    }
.postid-217788 .embedmedia-container {
    padding-bottom: 69%!important;
    max-width: 100%;
    width: 100%;
    }
.postid-229142 .embedmedia-container {
    padding-bottom: 69%!important;
    max-width: 100%;
    width: 100%;
    }
.postid-230345 .embedmedia-container {
    padding-bottom: 130%!important;
    max-width: 100%;
    width: 78%;
    }
.postid-230345 .embedmedia-container .vp-center {
            display: block!important;
    }
/*NEW VOF*/

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
  TYPOGRAPHY
\*------------------------------------*/

@font-face {
  font-family:'Font-Name';
  src:url('fonts/font-name.eot');
  src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
    url('fonts/font-name.woff') format('woff'),
    url('fonts/font-name.ttf') format('truetype'),
    url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.id_photo_credit {
  text-align: right;
    color: #666;
    padding: 5px 0 0 0;
    margin: -65px 0 50px 0;
    font-size: 0.85em;
}
    .products-form .price {
    font-weight: 600;
    padding: 8px 0 10px 0;
    margin: 50px 0 0 0;
    font-size: 1em;
    border-top: solid 1px #666;
    text-align: center;
}
    .products-form .price {
    font-weight: 600;
    padding: 8px 0 10px 0;
    margin: 50px 0 0 0;
    font-size: 1em;
    border-top: solid 1px #666;
    text-align: center;
}
.cartborder {
    border-bottom: solid 1px #666;
        clear: both;
}
.cartbox {
    margin: 0 auto;
    padding: 20px 0 24px 0;
    /* max-width: 250px; */
}
.cartbox div {
    display: inline-block;
    padding: 7px 0 0 0;
    font-weight: 600;
    font-size: 0.9em;
}
.addCart {
    padding: 5px 20px !important;
    background: #485344!important;
    color: #fff;
    font-size: 0.75em;
    line-height: 2;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: 0.7s;
}
.cartbox form {
    float: right;
    font-size: 0.65em;
}
.cartbox input[type="submit"]{
    margin: 0;
}
.cartbox p {
display: block;
    float: right;
    /* background: #ccc; */
    color: #fff;
    padding: 0 20px 0 0!important;
    /* background: #485344; */
    color: #cc3333;
    line-height: 2;
    border: none;
    margin: 0;
    letter-spacing: 2px;
    /* font-weight: 900; */
}
.post-206145 .featurev a,.post-206196 .featurev a {
    color: #2730b9;
    text-decoration: none!important;
}
.postid-209238 .embedmedia-container {
    position: relative;
    padding-bottom: 90.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

.postid-268519 .embedmedia-container {
    padding-bottom: 52%;
}

.post-template-default article .single-content a {
word-break: break-all;
overflow-wrap: break-word;
word-wrap: break-word;
line-break: anywhere;
}
.postid-218683 .EmbedFrame {
        padding-bottom: 56.5%!important;
}


.img100wpc {
  max-width:inherit!important;
  width: 100vw!important;
  position: relative!important;
  left: 50%!important;
  right: 50%!important;
  margin-left: -50vw!important;
  margin-right: -50vw!important;
}
.schedules {
   /* background-image: url(img/contesy.JPG); */
}



@media only screen and (max-width:1280px) {
    .main-swiper-container .topslide-infobox {
    font-size: 1em;
}
}
@media only screen and (max-width:980px) {
    .main-swiper-container .topslide-infobox {
    font-size: 0.8em;
}
}
@media only screen and (max-width:767px) {
.id_photo_credit {
margin: 0!important;
    font-size: 1.15em;
}
  body {
    background-color: #fff300;
  }
.main-swiper-container .topslide-tx {
    font-size: 1.4em;
    font-family: 'enFontBold';
}
.main-swiper-container .topslide-infobox {
    bottom: 140px;
    font-size: 1.6em;
    /* left: 80px;
        -webkit-transform: inherit!important;
    transform: inherit!important; */
}
#profile {
    margin: 1em 1.5em 2em 1.5em;
}
.stxtiframe .embedmedia-container {
    padding-bottom: 19.5%!important;
}
.sssingle .embedmedia-container {
padding-bottom: 26%!important;
}
.sssingle2 .embedmedia-container {
padding-bottom: 13.5%!important;
}
/* SKATE VIDEO INDEX */
.videognav {
width: 100vw!important;
    /* position: relative!important; */
    left: 50%!important;
    right: 50%!important;
    margin-left: -50vw!important;
    margin-right: -50vw!important;
    position: fixed;
    top: 52px;
    height: 40px;
    background: #000;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 99;
}
.videognav ul {
width: 800px;
    height: 40px;
    /* margin: 0 0 0 -40px; */
    list-style: none;
    display: flex;
}
.videognav ul li {
    text-align: center;
    border-left: 1px solid #eee;
}
.videognav ul li:last-child {
  border-right: 1px solid #eee;
}
.videognav ul li a,
.videognav ul li a:link,
.videognav ul li a:visited {
    display: inline-block;
    display: block;
    width: 60px;
    height: 40px;
    background: #666;
    padding: 12px 0 0 0;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1.25em;
}
.videognav ul li a:hover,
.videognav ul li a:active {
  background: #FFF300;
  color: #000;
}
/* /SKATE VIDEO INDEX */
}
/* /@media 767 */
@media only screen and (max-width:414px) {
.footer .footer-tx {
}
.footer .footer-tx li {
    font-size: 1em;
    letter-spacing: 0;
    padding: 0;
}
#bg-wrapper {
  display: none;
}
header,.gnav {
  /* height: 45px; */
}
main section {
  grid-template-columns: repeat(auto-fit, 100%);
    width: 100%;
 }
#n2-ss-9-align {
    margin-top: 100px;
}
main article,#singleloop article {
    border: none;
        padding-left: 15px;
    padding-right: 15px;
   /* ¥Ø¥Ã¥À©`Èë¤ì¤¿¤é½â³ý padding-top: 30px; */
}
section div.g-2 {
    grid-row: inherit;
    grid-column: inherit;
    margin: 2em auto!important;
}
section div.g-3 {
    grid-row: inherit;
    grid-column: inherit;
    margin: 2em auto!important;
}
.swiper-container .swiper-button-next {
    background-image: url(img/swiper-next.svg);
    right: 10px;
    left: auto;
    top: 39%;
}
.swiper-container .swiper-button-prev {
    background-image: url(img/swiper-prev.svg);
    left: 10px;
    right: auto;
    top: 39%;
}
.contests-swiper-container .swiper-button-next {
    background-image: url(img/swiper-next.svg);
    right: 10px;
    left: auto;
    top: 39%;
}
.contests-swiper-container .swiper-button-prev {
    background-image: url(img/swiper-prev.svg);
    left: 10px;
    right: auto;
    top: 39%;
}
.main-swiper-container .no-wrap {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.3em;
    color: #fff300;
    text-shadow: 3px 2px 5px rgba(0,0,0,0.2);
}
.main-swiper-container .no-wrapjp {
    display: inline-block;
    font-size: 0.9em;
    white-space: nowrap;
    line-height: 1.3em;
    color: #fff300;
    text-shadow: 3px 2px 5px rgba(0,0,0,0.2);
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Verdana, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif!important;
  font-weight: 800;
}
.topmainswiper .swiper-pagination-bullets {
        right: 0!important;
    width: 40%;
    left: inherit!important;
}
.main-swiper-container .swiper-pagination-bullet {
    margin: 0 3px!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px!important;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.topmainswiper .swiper-button-next {
    right: 5px;
}
.topmainswiper .swiper-button-prev {
    left: 5px;
}
.swiper-button-next, .swiper-button-prev {
    width: 25px;
    height: 25px;
        -moz-background-size: 25px 25px;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}
.inforp {
    margin: 0 0 0 15px!important;
}
.thumbs_info3 span {
  font-size: 0.9em;
}
/*NEW VOF*/
.n2-section-smartslider {
      width: 100vw!important;
    position: relative!important;
    left: 50%!important;
    right: 50%!important;
    margin-left: -50vw!important;
    margin-right: -50vw!important;
}
.img100w {
  max-width:inherit!important;
  width: 100vw!important;
  position: relative!important;
  left: 50%!important;
  right: 50%!important;
  margin-left: -50vw!important;
  margin-right: -50vw!important;
}
.category-report .single-content img.size-full,
.category-lookbook .single-content img.size-full,
.category-voice-of-freedom .single-content img.size-full {
  max-width:inherit!important;
  width: 100vw!important;
  position: relative!important;
  left: 50%!important;
  right: 50%!important;
  margin-left: -50vw!important;
  margin-right: -50vw!important;
}
.newcatch {
  width: 100vw!important;
  position: relative!important;
  left: 50%!important;
  right: 50%!important;
  margin-left: -50vw!important;
  margin-right: -50vw!important;
  margin-top: 4em;
  margin-bottom: 4em;
  background:#288fff!important;
  padding: 10em 18px;
  font-size: 1.1em;
  font-weight: bolder;
    line-height: 1.8em;
    text-align: center;
    color: #fff;
}
.newcatch2 {
  width: 100vw!important;
  position: relative!important;
  left: 50%!important;
  right: 50%!important;
  margin-left: -50vw!important;
  margin-right: -50vw!important;
  margin-top: 4em;
  margin-bottom: 4em;
  background:#f58d50!important;
  padding: 10em 18px;
  font-size: 1.1em;
  font-weight: bolder;
    line-height: 1.8em;
    text-align: center;
    color: #fff;
}
.newcatch3 {
  width: 100vw!important;
  position: relative!important;
  left: 50%!important;
  right: 50%!important;
  margin-left: -50vw!important;
  margin-right: -50vw!important;
  margin-top: 4em;
  margin-bottom: 4em;
  background:#c72615!important;
  padding: 10em 18px;
  font-size: 1.1em;
  font-weight: bolder;
    line-height: 1.8em;
    text-align: center;
    color: #fff;
}
.newcatch4 {
  width: 100vw!important;
  position: relative!important;
  left: 50%!important;
  right: 50%!important;
  margin-left: -50vw!important;
  margin-right: -50vw!important;
  margin-top: 4em;
  margin-bottom: 4em;
  background:#008146!important;
  padding: 10em 18px;
  font-size: 1.1em;
  font-weight: bolder;
    line-height: 1.8em;
    text-align: center;
    color: #fff;
}
.newcatch5 {
  width: 100vw!important;
  position: relative!important;
  left: 50%!important;
  right: 50%!important;
  margin-left: -50vw!important;
  margin-right: -50vw!important;
  margin-top: 4em;
  margin-bottom: 4em;
  background:#a8c4d9!important;
  padding: 10em 18px;
  font-size: 1.1em;
  font-weight: bolder;
    line-height: 1.8em;
    text-align: center;
    color: #fff;
}
.newcatch0 {
  width: 100vw!important;
  position: relative!important;
  left: 50%!important;
  right: 50%!important;
  margin-left: -50vw!important;
  margin-right: -50vw!important;
  margin-top: 4em;
  margin-bottom: 4em;
  padding: 10em 18px;
  font-size: 1.1em;
  font-weight: bolder;
    line-height: 1.8em;
    text-align: center;
    color: #fff;
}
.stxt {
  font-size: 0.8em;
  line-height: 1.6em;
  color: #444;
  margin: 0 0 2.25em;
}
.stxtiframe .embedmedia-container {
    padding-bottom: 25.5%!important;
}
.sssingle .embedmedia-container {
padding-bottom: 37%!important;
}
.sssingle2 .embedmedia-container {
padding-bottom: 25%!important;
}
.sptopswiper {
    margin-top: 107px!important;
}
#hirotton .embedmedia-container {
    padding-top: 498px;
}
.wp-embed-featured-image {
  max-width: 35%!important;
    margin-right: 10px!important;
}
/* NEW VOF */
.postid-241501 .n2-section-smartslider {
      width: inherit!important;
    position: inherit!important;
    left: inherit!important;
    right: inherit!important;
    margin-left: inherit!important;
    margin-right: inherit!important;
}
.cartbox div {
    display: block;
    text-align: center;
    font-size: 0.68em!important;
}
.cartbox form {
     /* mdisplay: ruby-text;
   argin: 20px auto 0 auto;
    width: 80%;
    text-align: center;*/
    float: inherit!important;
}
.cartbox input[type="submit"] {
    margin: 10px auto 0 auto;
    font-size: 1em;
}
.cartbox p {
    float: inherit;
    text-align: center;
    padding: 0 !important;
}
.sp-left-swiper {
padding: 0 25px 50px 25px;
margin: 0 0 9em 0;
}
.sp-left-swiper h2 {
    text-align: center;
    font-size: 2em;
}
.sp-left-swiper h3 {
    color: #000;
    font-size: 2em;
    margin: 0;
}
.sp-left-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.sp-left-swiper .swiper-pagination-custom,
.sp-left-swiper .swiper-pagination-fraction {
    bottom: 10px !important;
}

.sp-left-swiper .swiper-pagination-bullet {
    background: #999;
}
.sp-left-swiper .swiper-pagination-bullet-active,
.sp-left-swiper .topswiper .swiper-pagination-bullet-active,
.sp-left-swiper .contests-swiper-container .swiper-pagination-bullet-active {
    background: #fff !important;
}
.sp-left-swiper .swiper-wrapper {
    /*width: 90%;
    height: 90%; */
}
.sp-left-swiper .swiper-button-next,
.sp-left-swiper .swiper-button-prev {
    position: absolute;
    top: 45%;
}
.postid-268519 .embedmedia-container {
    padding-bottom: 47%;
}
}
/* /@media 414px */
@media only screen and (max-width:375px) {
.sptopswiper {
    margin-top: 98px!important;
}
.stxtiframe .embedmedia-container {
    padding-bottom: 28.5%!important;
}
.sssingle .embedmedia-container {
padding-bottom: 40%!important;
}
.sssingle2 .embedmedia-container {
padding-bottom: 27%!important;
}
}
@media only screen and (max-width:360px) {
.sptopswiper {
    margin-top: 95px!important;
}
}
@media only screen and (max-width:320px) {
.sptopswiper {
    margin-top: 86px!important;
}
.main-swiper-container .topslide-tx {
    font-size: 1.3em!important;
}
.main-swiper-container .topslide-tx-smaller .topslide-tx {
    font-size: 1.15em!important;
}
.g-nav-search input {
    min-width: 202px!important;
}
.topmainswiper .swiper-pagination-bullets { 
    width: 32%;
}
.stxtiframe .embedmedia-container {
    padding-bottom: 34.5%!important;
}
.sssingle .embedmedia-container {
padding-bottom: 48%!important;
}
.sssingle2 .embedmedia-container {
padding-bottom: 30%!important;
}
}
@media only screen and (min-width:480px) {

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

.slider-right {
float:left!important;
width: 60%!important;
}
/*TAKEOVER*/.single .site-header,.page .site-header,.category .site-header,.search .site-header,.tag .site-header { 
  top: 0;
}
.single #pcad2,.page #pcad2,.category #pcad2,.search #pcad2,.tag #pcad2 {
  margin-top: 52px;
} /*TAKEOVER*/

#spad {
    display: none;
}
.toplogo {
    top: 20px;
    right: 20px;
    width: 20%;
    left:inherit!important;
    /*converse*/position: absolute;
    /*position:fixed;converse*/
    -webkit-transform: inherit!important;
    transform: inherit!important;
    background: none;
}
.toplogo img {
    width: 100%;
    margin: 0!important;
}
.toplogo.hide {
top: -500px;
}
.menu-trigger {
    width: 65px;
    height: 65px;
    top: -5px;
    left: 5px;
    -webkit-filter: none;
    filter: none;
    background: none;
    border-radius: inherit;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
  /* display: none; */
}
.menu-trigger span:nth-of-type(1){
  top: 24px;
}
.menu-trigger span:nth-of-type(2){
  top: 0;
  bottom: 0;
}
.menu-trigger span:nth-of-type(3){
  bottom: 24px;
}

/* converse*/
.home .menu-trigger {
position:absolute!important;
}/* converse*/

.home .menu-trigger {
    top: 5px;
}
.menu-trigger.navmiddle {
    top: -5px!important;
    position:fixed!important; /* converse*/
}
.menu-trigger.active {
    background: none;
}
.menu-trigger span {
    background: #000;
}
.home .menu-trigger span {
    background: #fff;
}
.menu-trigger span.nav000 {
    background: #000!important;
}
.g-nav {
    max-width: 400px;/*暫定的*/
    background: #fff300!important;
}
.menu-trigger.active span {
    background: #000;
}
.intoplogo {
    position: initial!important;
    top: inherit!important;
    transition: inherit!important;
    left: inherit!important;
    z-index: 999!important;
    width: 140px!important;
    margin: 0 auto 3em auto!important;
}
.g-nav-search {
    /* max-width: 80%; */
    margin: 40px auto 0 auto!important;
}
.g-nav-search input {
    background: #fff300!important;
    border: solid 3px #000!important;
    padding: 8px 6px 6px 6px;
    margin: 0;
    min-width: 205px!important;
    color: #000!important;
}
.g-nav-search button {
    background: #fff300!important;
    border: solid 3px #000!important;
    color: #000!important;
    margin: 0 0 0 -4px;
    padding: 8px 8px 6px 8px;
    font-size: 14px;
}
.pc .g-nav h4 {
    color: #000!important;
    width: 212px!important;
    margin: 25px auto 0 auto!important;
    font-family: 'enFontMedium'!important;
}
.g-nav-sns {
    padding: 0!important;
    margin: 20px auto 0 auto!important;
    width: 200px!important;
}
.g-nav-sns li {
    width: 16%!important;
}
.accordion {
    margin: 20px 0 50px -20px!important;
    list-style: none;
}
.accordion li.bbdr {
    border-bottom: 1px #aea733 solid;
        width: 70%;
    margin: 0 auto;
}
.accordion .link {
    padding: 16px 0 15px 0;
    text-align: left;
    color: #000;
    font-size: 1.75em;
    margin: 0 auto;
    width: 100%;
    letter-spacing: 0;
}
.accordion li.open .link {
    color: #000!important;
}
.accordion li i.fa-chevron-down {
    right: 0;
    top: 20px;
    /* left: auto; */
    font-size: 12px;
    text-align: right;
}
.accordion li.open i {
    color: #000;
}
.submenu li {
    text-align: left!important;
        font-family: 'enFontBold'!important;
    font-size: 0.9em!important;
}
.submenu a {
    -webkit-transition: inherit!important;
    -o-transition: inherit!important;
    transition: inherit!important;
    color: #000!important;
    background-color: inherit!important;
    margin: 0 auto;
}
/* .topmainswiper {
  width: 100vw;
  height: 100vh;
  position:inherit!important;
} */
.main-swiper-container .topslide-infobox {
    bottom: 100px;
    left: 110px;
    -webkit-transform: inherit;
    transform: inherit;
}
.topmainswiper img {
  width: 100%;
}
.home .topmainswiper .swiper-pagination-bullets {
    bottom: 40px!important;
}
.single .wrapper {
    max-width: 100%;
}
.single-post main .single-content {
  max-width: 820px;
    margin: 0 auto;
}
.postid-12491 main .single-content,
.postid-17149 main .single-content,
.postid-35730 main .single-content
{
  max-width: 100%;
}
.single-post main .single-content {
    padding: 0;
}
.single-post main .attachment-post-thumbnail {
/* max-width: 820px; */
    max-width: 940px;
        /*width: 100%!important;*/
}
.snsfoot {
  padding: 15px 245px!important;
    /* padding: 15px 270px!important; */
    margin: 0 auto 70px auto!important;
    max-width: 820px;
}
#single-right-field .snsfoot li {
    float: left;
    width: 27%;
    margin: 0 3%;
    text-align: center;
}
main {
  padding: 10px 15px 50px 15px!important;
  overflow: hidden;
  /*z-index: 2!important;サイドメニューが下に*/
}
.home .g-1 {
    margin: 0 auto 80px auto!important;
    /*padding: 0!important;*/
    padding: 25px 0!important;
    background-color: #ccc;
}
main article h2, main article p, #singleloop article h2, #singleloop article p, .category-id .single-infobox h2 {
    font-size: 1.5em;
}
#left-banner {
  text-align: center;
}
#left-banner h4{
  text-align: left;
  font-size: 1.2em!important;
    font-family: 'enFontMedium';
        margin: 1.6em 0 2em 0;
}
#left-banner .left-lookbook{
  max-width: 300px;
  width: 100%;
}
#left-banner .left-lookbook img{
  padding:0;
  margin:0;
}
#single-left-field #left-banner .left-lookbook{
  max-width: 100%!important;
}
#left-field .listda,#single-left-field .listda {
    padding: 50px 0!important;
    margin: 70px 0 10px 0;
    text-align: center;
    list-style: none;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
#single-left-field #single-leftda {
        margin: 70px 0 10px 0;

}
.home #left-field .loopcategory {
        font-size: 1.2em;
    padding: 55px 0 5px 0;
    letter-spacing: -0.25px;
}
#right-field .loopcategory {
        font-size: 1.2em;
    padding: 15px 0 5px 0;
    letter-spacing: -0.25px;
}
#category-field .loopcategory {
        font-size: 1.2em;
    padding: 15px 0 5px 0;
    letter-spacing: -0.25px;
}
#right-field .loopcategory,#category-field .loopcategory {
    padding: 15px 0.75em 5px 0.9em!important;/*要確認*/
}
#left-field h2,#single-left-field h2 {
    font-size: 1.5em!important;
    margin: 0;
    background: #fff300;
    float: left;
    color: #000;
    padding: 7px 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Verdana, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif !important;
    font-family: 'enFontMedium';
}
#single-left-field .loopcategory {
    font-size: 1.2em;
    padding: 45px 0 0 0;
}
#single-left-field a h3 {
    margin: 5px 0 10px 0;
    font-size: 1.4em;
}
#single-left-field .main-swiper-container .date {
        padding: 0 0 12px 0;
        font-size: 1.1em!important;
}
#single-left-field .main-swiper-container {
  padding-bottom: 0;
}

/* #left-field h2.h2nd {
    background: #000;
    color: #fff;
} */
#left-field h3 {
margin: 0;
}
#left-field .date,#right-field .date,#category-field .date {
    padding: 9px 0 0 0;/*要確認*/
    font-size: 1em!important;
    letter-spacing:0;
  }
#right-field .date,#category-field .date {
    padding: 9px 0.75em 0 0.9em!important;/*要確認*/
  }
#right-field .listda {
        margin: 20px 0 40px 0;
}
#right-field article {
    padding-bottom: 1.5em;
    box-shadow: 0 3px 13px -2px rgba(205, 204, 204, 0.4);
        margin-bottom: 6px;
}
#category-field article {
    box-shadow: 0 3px 13px -2px rgba(205, 204, 204, 0.4);
        padding-bottom: 1.5em;
}
#left-field h3, #right-field h2,#category-field h2 {
  font-size: 1.45em;
    line-height: 1.38em;
}
#right-field h2,#category-field h2 {
    padding: 0 0.75em!important; /*要確認*/
}
#category-field h2 span {
    /*font-weight: 200;*/
}
#single-left-field {
width: calc(30% - 30px);
  float:left;
  overflow: hidden;
      padding-top: 100px;
      display: block;
          position: relative;
}
#single-right-field {
  width: calc(70% - 20px);
    margin-left: 50px;
    height: auto;
    float: right;
}
.postid-12491 #single-left-field,
.postid-17149 #single-left-field,
.postid-35730 #single-left-field
{
    display: none;
}
.postid-12491 #single-right-field,
.postid-17149 #single-right-field,
.postid-35730 #single-right-field
 {
  width: 100%;
    margin-left: 0;
}
/* トップ画像がある場合の調整 */
.single article.category-id,.single article.category-features,.single article.category-voice-of-freedom,.single article.category-pickups {
    padding-top: 52px!important;
    overflow: hidden;
}
#single-right-field .single-infobox {
        margin: 0;
    padding: 0 0 4em 0;
    font-size: 0.75em;
}
/* #single-right-field .single-infobox {
    margin: 0;
    padding: 5em 0 0 0;
    font-size: 0.75em;
} */
#single-right-field .single-infobox h1 {
    font-size: 1.75em;
    line-height: 1.4em;
  margin: 5px 0 10px 0;
}
#single-right-field .single-infobox .date,#single-right-field .single-infobox .loopcategory,#single-right-field .single-infobox .loopcategory a {
    color: #999;
    width: 100%;
    text-align: left;
    font-size: 1em;
    padding: 0!important;
}
#single-right-field .single-infobox .post-categories {
  padding-left: 0;
}
#single-right-field .single-infobox .loopcategory a:hover {
  color: #000;
}
#single-right-field .single-infobox .loopcategory .post-categories a:hover {
      color: #fff300;
    background-color: #000;
}
#single-right-field .single-infobox .loopcategory {
    font-size: 1.2em;
}
#single-right-field .g-1 {
    /* margin: 25px auto!important; */
    margin: 4em auto!important;
    /* text-align: center; */
    }
#single-right-field .category-voice-of-freedom .g-1 {
    margin: 4em auto!important;
    /* text-align: center; */
    }
#single-right-field .eyecatch {
  margin-bottom: 4em;
}
.archive .g-1,.category .g-1,.search .g-1,.page-id-241059 .g-1,
.archive .g-1,.category .g-1,.search .g-1,.page-id-242362 .g-1 {
    margin: 6em auto!important;
}
#category-field {
    /* width: 100%; */
    height: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    display: grid;
    padding: 4px;/*要確認*/
}
.home #category-field .sticky {
  display: none;
}
.home #category-field {
    grid-template-columns: 1fr 1fr 1fr!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px!important;
    background: #666;
}
.single .topswiper {
  /*z-index: 2!important;サイドメニューが下に*/
  padding-bottom: 4.5em!important;
}
#left-field .main-swiper-container .swiper-pagination-bullet-active,#left-field .topswiper .swiper-pagination-bullet-active {
    background: #fff300!important;
}
#left-field .main-swiper-container .swiper-pagination-bullet {
    background: #666;
}
#left-field .swiper-pagination-bullet {
    opacity: 1;
}
.swiper-container h2, #singleloop h2 {
    /* font-size: 2.65em; */
    font-size: 1.9em;
        margin: 10px 0 20px 0;
    /* letter-spacing: -1px; */
}
.singleswiper .loopcategory, .topswiper .loopcategory {
        font-size: 1.1em!important;
    letter-spacing: 0.35px;
        padding: 12px 0 4px 0;
}
.singleswiper h3, .topswiper h3 {
    font-weight: 500;
    letter-spacing: 0.4px;
    font-size: 1.3em!important;
    line-height: 1.38em;
}
.privacy-policy #single-right-field .g-1,.shut-up-and-skate  #single-right-field .g-1,.ad_contact #single-right-field .g-1,.skate-lingo #single-right-field .g-1,.contact #single-right-field .g-1,.terms-of-use #single-right-field .g-1,.etiquette #single-right-field .g-1 {
  padding: 0!important;
}
#spad2 {
  display: none!important;
}
#pcad2 {
  display: block!important; /*takeover on*/
   /*takeover off*/
}
}


@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
     only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background:#3300ff;
  color:#330000;
  text-shadow:none;
}
::-webkit-selection {
  background:#3300ff;
  color:#330000;
  text-shadow:none;
}
::-moz-selection {
  background:#3300ff;
  color:#330000;
  text-shadow:none;
}
a {
 -webkit-tap-highlight-color:rgba(143,187,229,1);
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin:5px 0 20px 0;
}
.aligncenter,
div.aligncenter {
  display:block;
  margin:5px auto 5px auto;
}
.alignright {
  float:right;
  margin:5px 0 20px 20px;
}
.alignleft {
  float:left;
  margin:5px 20px 20px 0;
}
a img.alignright {
  float:right;
  margin:5px 0 20px 20px;
}
a img.alignnone {
  margin:5px 0 20px 0;
}
a img.alignleft {
  float:left;
  margin:5px 20px 20px 0;
}
a img.aligncenter {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
a img
.wp-caption {
  background:#FFF;
  border:1px solid #F0F0F0;
  max-width:96%;
  padding:5px 3px 10px;
  text-align:center;
}
.wp-caption.alignnone {
  margin:5px 0 20px 0;
}
.wp-caption.alignleft {
  margin:5px 0 20px 0;
}
.wp-caption.alignright {
  margin:5px 0 20px 0;
}
.wp-caption img {
  border:0 none;
  height:auto;
  margin:0;
  max-width:98.5%;
  padding:0;
  width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background:transparent !important;
    color:#000 !important;
    box-shadow:none !important;
    text-shadow:none !important;
  }
  a,
  a:visited {
    text-decoration:underline;
  }
  a[href]:after {
    content:" (" attr(href) ")";
  }
  abbr[title]:after {
    content:" (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content:"";
  }
  pre,blockquote {
    border:1px solid #999;
    page-break-inside:avoid;
  }
  thead {
    display:table-header-group;
  }
  tr,img {
    page-break-inside:avoid;
  }
  img {
    max-width:100% !important;
    height: auto;
  }
  @page {
    margin:0.5cm;
  }
  p,
  h2,
  h3 {
    orphans:3;
    widows:3;
  }
  h2,
  h3 {
    page-break-after:avoid;
  }
}
/*Ò»•rµÄ*/
#spad2 {
    position:fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    /* box-shadow: 0px -3px 10px 1px rgba(0,0,0,.2); */
}
/*Ò»•rµÄ*/
.snsfoot {
    padding: 15px 25%;
    margin: 0 15px 70px 15px;
    overflow: hidden;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    list-style: none;
}
.snsfoot li {
    float: left;
    width: 29%;
    margin: 0 2%;
    text-align: center;
}
.snsfoot li a {
color: #777;
}
.g-nav-sns {
padding: 30px 20%; /*!important;*/
    margin: 0 15px;
    overflow: hidden;
    list-style: none;
}
.g-nav-sns li {
font-size: 1em;
    float: left;
    width: 21%;
    margin: 0 2%;
    text-align: center;
}
/* search */
input[type="button"],input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
  }
.g-nav-search {
  max-width:80%;
  margin: 50px auto 0 auto;
}
.footer-g-nav .g-nav-search {
  margin: 50px auto 0 auto;
}
.g-nav-search input {
    background: #fff300;
    border: solid 3px #000;
    padding: 8px 6px 6px 6px;
    margin: 0;
    min-width: 210px;
        color: #000;
    font-size: 14px;
    border-radius: 0!important;
}
.g-nav-search input,.g-nav-search select,.g-nav-search textarea {
    border-radius: 0!important;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none!important;
}
.g-nav-search #searchform {
    width: 100%;
    text-align: center;
}
.g-nav-search button {
background: #fff300;
    border: solid 3px #000;
    border-left: solid 2px #000;
    color: #000;
    margin: 0 0 0 -4px;
    padding: 8px 8px 6px 8px;
    font-size: 14px;
}
/* Single Page */
/* Feature */
.category-features .n2-section-smartslider {
    padding: 45px 0 25px 0!important;
    margin: 45px 0;
   /* border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9; */
}
.lcatch {
  font-weight: 700;
    margin: 4em 0;
    line-height: 1.8em;
    text-align: center;
}

/*動画を上部に配置*/
.single-post .feature_vid{
    /* margin-bottom: 52px!important; */
    padding-bottom: 10.25%;
}
.single-post .postimage_full,.single-post .feature_vid iframe{
    margin-top: 52px!important;
}
.postid-158871 .feature_vid iframe{
    margin-top: inherit!important;
}
.single-post .category-features .single-content img {
margin: 2em 0;
}
.single-post .category-features .single-content .g-1 img {
margin: 0!important;
}
.single-post .category-features .single-content .nextend-arrow-previous img,.single-post .category-features .single-content .nextend-arrow-next img {
margin: inherit!important;
}
.single-post main article {
    border: none;
    padding-top: 52px;
}
.single-post main article.category-voice-of-freedom {
    padding-top: 0!important;
}
/* トップ画像がある場合の調整 */
article.category-id,article.category-features,article.category-voice-of-freedom,article.category-pickups {
    padding-top: 0;
    overflow: hidden;
}
.single-post .category-features .single-infobox,.single-post .category-voice-of-freedom .single-infobox,.single-post .category-pickups .single-infobox {
  padding: 3em 0 1em 0;
}
/* /トップ画像がある場合の調整 */
.interviewcredit {
    font-size: 0.9em!important;
    margin-bottom: 4em!important;
    color: #888;
        margin-top: 0.2em!important;
    line-height: 1.6em!important;
}
.interviewcredit a {
  text-decoration:underline;
    color: #888;
}
.interviewcredit a:hover {
  text-decoration:none;
    color: #888;
}
.interviewcredit_mb {
    font-size: 0.9em!important;
    margin-bottom: 3em!important;
    color: #888;
}
.interviewprofile {
    font-size: 0.9em!important;
    line-height: 1.5em!important;
    margin-bottom: 1em!important;
    color: #555;
}
.interviewprofile2 {
    font-size: 0.9em!important;
    line-height: 1.5em!important;
    margin: 4em 0 0.5em 0!important;
    color: #555;
}
.interviewprofile2 span {
  font-weight: 700;
}
.featurev {
  color: #000000;
  font-weight: 700!important;
      box-sizing: inherit!important;
      display: inline;
      padding: 0!important;
          background: linear-gradient(transparent 70%, #fff999 0%);
}
.featurev:after {
  display: inline-block;
    content: ".";
    padding: 0 0 1.6em 0;
    color: #fff999;
}
.featurev a {
  text-decoration: underline;
    color: #000;
}
/* /Feature */
.jpen {
  margin:0!important;
}
.readen {
  font-weight: 400!important;
}
/* /Single Page*/

/*固定ページ*/
.privacy-policy p,.ad_contact p,.skate-lingo p,.contact p,.shut-up-and-skate p,.terms-of-use p,.etiquette p {
  padding: 1em 0 0.25em 0;
}
.comments,.etiquette #single-leftda {
  display: none;
}
.privacy-policy #singleloop,.shut-up-and-skate #singleloop,.ad_contact #singleloop,.skate-lingo #singleloop,.contact #singleloop,.terms-of-use #singleloop,.ad_contact .singleswiper,.skate-lingo .singleswiper,.contact .singleswiper,.terms-of-use .singleswiper,.etiquette .singleswiper,.etiquette #singleloop {
  display: none;
}
.privacy-policy .single-adrec,.ad_contact .single-adrec,.skate-lingo .single-adrec,.contact .single-adrec,.terms-of-use .single-adrec,.shut-up-and-skate .single-adrec,.privacy-policy footer,.shut-up-and-skate footer,.ad_contact footer,.skate-lingo footer,.contact footer,.terms-of-use footer,.etiquette footer {
      margin: 0!important;
}
.privacy-policy #single-right-field,.ad_contact #single-right-field,.skate-lingo #single-right-field,.contact #single-right-field,.shut-up-and-skate #single-right-field,.terms-of-use #single-right-field,.etiquette #single-right-field{
  padding: 62px 0 7em 0;
}
.skate-video-index #single-right-field {
    padding: 100px 0 7em 0;
}
/* .privacy-policy #single-right-field .g-1,.shut-up-and-skate  #single-right-field .g-1,.ad_contact #single-right-field .g-1,.skate-lingo #single-right-field .g-1,.contact #single-right-field .g-1,.terms-of-use #single-right-field .g-1 {
  padding: 0!important;
} */
.privacy-policy #single-right-field p,.shut-up-and-skate  #single-right-field p,.ad_contact #single-right-field p,.skate-lingo #single-right-field p,.contact #single-right-field p,.terms-of-use #single-right-field p,.etiquette #single-right-field p{
  font-size: 1.5em;
}
.skate-lingo #single-right-field .wordindex {
  font-size: 1.5em!important;
      margin: 2em 0px;
}
.skate-lingo #single-right-field strong {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 2em;
}
.skate-lingo #single-right-field .link-anchor {
    padding-top: 90px !important;
    margin-top: -90px !important;
}
.skate-lingo #single-right-field .wordindex_top {
    text-align: center;
font-size:1.25em;
}
.skate-lingo #single-right-field .wordindex {
    text-align: center;
font-size:0.9em;
}
.skate-lingo #single-right-field .lines-on-sides/*, main h2 */ {
  display: table;
  text-align: center;
  white-space: nowrap;
  font-size: 1.75em;
}
.skate-lingo #single-right-field .lines-on-sides:after, .skate-lingo #single-right-field h2:after,.skate-lingo #single-right-field .lines-on-sides:before, .skate-lingo #single-right-field h2:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
main .skate-lingo #single-right-field .lines-on-sides:after, main .skate-lingo #single-right-field h2:after {
  border-left: 1em solid transparent;
}
main .skate-lingo #single-right-field .lines-on-sides:before, main .skate-lingo #single-right-field h2:before {
  border-right: 1em solid transparent;
}

/*/固定ページ*/
/*thubmsup*/
.thumbs_info {
    background-color: #d6d6d6;
    color: #000000;
    height: 85px;
    padding: 10px;
}
.thumbs_info2 {
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    color: #000000;
    float: left;
    font-size: 0.75em;
    height: 97px;
    margin: 0 10px 20px 0;
    overflow: hidden;
    padding: 7px 10px;
    max-width: 378px;
    width: 100%;
}
.thumbs_info3 {
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    color: #000000;
    float: left;
    font-size: 0.75em;
    height: 97px;
    margin: 0 10px 20px 0;
    overflow: hidden;
    padding: 7px 10px;
    width: 100%;
}
.thumbs_info2 img, .thumbs_info2-2 img, .thumbs_info3 img {
    float: left !important;
    margin-right: 15px !important;
    margin-top: 3px !important;
    width: auto !important;
}
.thumbs_info_lheight {
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    color: #000000;
    float: left;
    height: 83px;
    line-height: 15px;
    margin: 0 10px 20px 0;
    padding: 10px;
    max-width: 378px;
    width: 100%;
}
.thumbs_info_lheight img {
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}
.thumbs_info2-2 {
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    color: #000000;
    float: left;
    font-size: 0.75em;
    height: 97px;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 10px;
    max-width: 378px;
    width: 100%;
}
.thumbs_info2-2 img {
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}
.thumbs_info2r {
    background-color: #d6d6d6;
    color: #000000;
    float: left;
    height: 85px;
    margin-left: 10px;
    padding: 10px;
    max-width: 385px;
    width: 100%;
}
.thumbs_info img {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}
.thumbs_info2r img {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}
/*/thumbs up*/

/*VOF*/
.voice_v {
  font-weight: bold;
  color: #ba2222;
}
.voice_a {
  font-weight: bold;
  color: #31761c;
}
.voice_a2 {
  font-weight: bold;
  color: #663399;
}
.voice_a3 {
  font-weight: bold;
  color: #ff6600;
}
.voice_a4 {
  font-weight: bold;
  color: #3366cc;
}
.vofcatch {
  font-family: "Times New Roman", "Roboto Slab", Garamond, 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    margin: 2.5em 0;
    letter-spacing: -1px;
    color: #000;
}
.vofcatchen {
  font-family: "Times New Roman", "Roboto Slab", Garamond, 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    font-size: 1.75em;
    font-weight: 600;
    margin: 2.5em 0;
    color: #000;
}
/*/VOF*/
/*form*/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], select, textarea, .field {
    background-color: #ffffff;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
    color: #666;
    display: block;
    font-size: 1em;
    height: 40px;
    line-height: 40px;
        margin: 14px 0;
    max-width: 92%;
    padding: 2%;
    transition: background-color 0.24s ease-in-out 0s;
    vertical-align: middle;
    width: 92%;
}
#main input[type="text"], #main input[type="password"], #main input[type="datetime"], #main input[type="datetime-local"], #main input[type="date"], #main input[type="month"], #main input[type="time"], #main input[type="week"], #main input[type="number"], #main input[type="email"], #main input[type="url"], #main input[type="tel"], #main input[type="color"], #main select, #main textarea, #main .field {
    max-width: 96%;
    padding: 0 2%;
    width: 96%;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
    background-color: #f7f8fa;
}
input.error[type="text"], input.is-invalid[type="text"], input.error[type="password"], input.is-invalid[type="password"], input.error[type="datetime"], input.is-invalid[type="datetime"], input.error[type="datetime-local"], input.is-invalid[type="datetime-local"], input.error[type="date"], input.is-invalid[type="date"], input.error[type="month"], input.is-invalid[type="month"], input.error[type="time"], input.is-invalid[type="time"], input.error[type="week"], input.is-invalid[type="week"], input.error[type="number"], input.is-invalid[type="number"], input.error[type="email"], input.is-invalid[type="email"], input.error[type="url"], input.is-invalid[type="url"], input.error[type="tel"], input.is-invalid[type="tel"], input.error[type="color"], input.is-invalid[type="color"], select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
    background-color: #fff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=");
    background-position: 99% center;
    background-repeat: no-repeat;
    border-color: #fbe3e4;
    color: #fbe3e4;
    outline-color: #fbe3e4;
}
input.success[type="text"], input.is-valid[type="text"], input.success[type="password"], input.is-valid[type="password"], input.success[type="datetime"], input.is-valid[type="datetime"], input.success[type="datetime-local"], input.is-valid[type="datetime-local"], input.success[type="date"], input.is-valid[type="date"], input.success[type="month"], input.is-valid[type="month"], input.success[type="time"], input.is-valid[type="time"], input.success[type="week"], input.is-valid[type="week"], input.success[type="number"], input.is-valid[type="number"], input.success[type="email"], input.is-valid[type="email"], input.success[type="url"], input.is-valid[type="url"], input.success[type="tel"], input.is-valid[type="tel"], input.success[type="color"], input.is-valid[type="color"], select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
    background-color: white;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==");
    background-position: 99% center;
    background-repeat: no-repeat;
    border-color: #e6efc2;
    color: #e6efc2;
    outline-color: #e6efc2;
}
input[type="text"][disabled], input.is-disabled[type="text"], input[type="password"][disabled], input.is-disabled[type="password"], input[type="datetime"][disabled], input.is-disabled[type="datetime"], input[type="datetime-local"][disabled], input.is-disabled[type="datetime-local"], input[type="date"][disabled], input.is-disabled[type="date"], input[type="month"][disabled], input.is-disabled[type="month"], input[type="time"][disabled], input.is-disabled[type="time"], input[type="week"][disabled], input.is-disabled[type="week"], input[type="number"][disabled], input.is-disabled[type="number"], input[type="email"][disabled], input.is-disabled[type="email"], input[type="url"][disabled], input.is-disabled[type="url"], input[type="tel"][disabled], input.is-disabled[type="tel"], input[type="color"][disabled], input.is-disabled[type="color"], select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
    border-color: #cfcfcf;
    cursor: not-allowed;
    opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input.is-disabled[type="text"]:focus, input.is-disabled[type="text"]:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input.is-disabled[type="password"]:focus, input.is-disabled[type="password"]:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input.is-disabled[type="datetime"]:focus, input.is-disabled[type="datetime"]:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input.is-disabled[type="datetime-local"]:focus, input.is-disabled[type="datetime-local"]:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input.is-disabled[type="date"]:focus, input.is-disabled[type="date"]:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input.is-disabled[type="month"]:focus, input.is-disabled[type="month"]:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input.is-disabled[type="time"]:focus, input.is-disabled[type="time"]:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input.is-disabled[type="week"]:focus, input.is-disabled[type="week"]:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input.is-disabled[type="number"]:focus, input.is-disabled[type="number"]:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input.is-disabled[type="email"]:focus, input.is-disabled[type="email"]:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input.is-disabled[type="url"]:focus, input.is-disabled[type="url"]:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input.is-disabled[type="tel"]:focus, input.is-disabled[type="tel"]:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input.is-disabled[type="color"]:focus, input.is-disabled[type="color"]:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
    background-color: #d5edf8;
}
input[type="password"] {
    letter-spacing: 0.3em;
}
textarea {
    line-height: 1.5em;
    max-width: 100%;
    min-height: 120px;
}
select {
    background-image: url("library/images/select_arrow.png");
    background-position: 97.5% center;
    background-repeat: no-repeat;
    background-size: 9px auto;
}
input[type="submit"], .wpcf7-submit {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: block;
    margin: 2.5em auto;
    max-width: 90%;
    min-width: 50%;
    padding: 1.5em 3em;
}
input[type="submit"]:hover, .wpcf7-submit:hover {
    background: #888 none repeat scroll 0 0;
}
/*form*/
.copyright {
  text-align: center;
    padding: 2em 0;
    margin: 0;
    font-family: 'enFontMedium';
    letter-spacing:0.5px;
}
#spad2 {
  display: block; /*TAKEOVER ON*/
  /* display: none;  TAKEOVER OFF*/
}
@media only screen and (orientation:landscape){
#spad2 {
  display: none;
}
}
#pcad2 {
  display: none;
    background: linear-gradient(#bdbdbd, #efefef);
    /* background:rgb(2, 134, 205); */
    text-align: center;
    padding: 30px 0;
}
.post-categories {
  list-style: none;
}
.single .category-blog #single-right-field .eyecatch,
.single .category-products #single-right-field .eyecatch,
.single .category-news #single-right-field .eyecatch,
.single .category-contests #single-right-field .eyecatch,
.single .category-info #single-right-field .eyecatch,
.single #single-right-field .category-blog .eyecatch,
.single #single-right-field .category-products .eyecatch,
.single #single-right-field .category-kota_ikeda .eyecatch,
.single #single-right-field .category-ryuhei_kitazume .eyecatch,
.single #single-right-field .category-loss-time-with-nixon .eyecatch,
.single #single-right-field .category-news .eyecatch,
.single #single-right-field .category-contests .eyecatch,
.single #single-right-field .category-info .eyecatch,
.single #single-right-field .category-intersection .eyecatch,
.single #single-right-field .category-shut-up-skate .eyecatch {
  display: none;
}
.leftadzonestatic {
  position: static!important;
}
.slider-slide {
    margin-bottom: 8em;
    overflow:hidden;
}
.slider-left {
    float: left;
    width: 40%;
    margin-top: 6em;
    padding-right: 4em;
}
.slider-right {
    float: inherit;
    width: 100%;
    margin-top: 6em;
    padding-left: 23px;
    padding-right: 23px;
}
.slider-slide h2 {
font-size: 2em;
    padding: 0;
    margin: 0;
    letter-spacing: 0.5px;
}
.slider-right p {
font-size: 1.65em;
    line-height: 1.85em;
    font-weight: 400;
}
#single-right-field p a:hover,.slider-right p a:hover,.stxt a:hover,.stxtiframe a:hover {
color: #fff300;
    background-color: #000;
}
#single-right-field p.youtubeimg a:hover {
    background: inherit!important;
}
#single-right-field a img.alignnone {
    margin: 0;
    display: block;
}

.tag-263 section h1 /*ENGLISH*/{
  font-size:1.5em!important;
  margin: 0 0 1.5em 0!important;
}
.tag-263 section h1 a {
color: #bbb!important;
}
/*BLOGGER*/
#profile {
    border: 1px solid #eaeaea;
    margin-bottom: 2em;
    overflow: hidden;
    padding: 1em;
}
#profile .blogimg {
    float: left;
    margin: 0 1em 1em 0;
    max-width: 200px;
    width: 30%;
}
.me_name_e {
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0;
    letter-spacing: 0.5px;
}
.me_name_e a {
    text-decoration: none;
}
.me_name_j {
}
.about_me {
    margin: 1em 0 1.5em 0;
    line-height: 1.75em;
}
.sponsor {
}
.sponsor2 {
}
#profile ul {
    list-style: none;
    margin-left: -40px;
    line-height: 1.5em;
}
#profile .blogabout {
    float: left;
    /* max-width: 565px; */
        width: 65%;
        font-size: 1.25em;
        line-height: 1.5em;
}
#profile .blogabout a {
  color: #111;
}
/*/BLOGGER*/
/*CART*/
.cartjs_product_table table {
  width: 100%!important;
  margin-top: 30px!important;
  font-size: 0.75em!important;
    border-top: 1px solid #888!important;
}
.cartjs_product_table tr {
border-left: 1px solid #888!important;
border-bottom: 1px solid #888!important;
border-right: 1px solid #888!important;
}
.cartjs_product_table th {
border-left: 1px solid #888!important;
padding: 10px!important;
}
.cartjs_product_table td {
border-left: 1px solid #888!important;
padding: 10px!important;
}
.cartjs_cart_in input[type="submit"] {
padding:inherit!important;
}
/*CART*/
#fancybox-close {
	background: transparent url('../../plugins/easy-fancybox/images/fancybox2.png') -40px 0px!important;
}
#fancybox-left-ico {
	background-image: url('../../plugins/easy-fancybox/images/fancybox2.png')!important;
}
#fancybox-right-ico {
	background-image: url('../../plugins/easy-fancybox/images/fancybox2.png')!important;
}
@media only screen and (max-width:768px) {
.shut-up-and-skate .embedmedia-container-shut {
	padding-bottom: 32%!important;
}
.otheriframe .embedmedia-container {
  padding-bottom: 118%!important;
}
.postid-268867 .eyecatch:before {
    padding-top: 80%!important;
}
}
@media only screen and (max-width:414px) {
.shut-up-and-skate .embedmedia-container-shut {
    padding-bottom: 42%!important;
}
.otheriframe .embedmedia-container {
  padding-bottom: 124%!important;
}
}
@media only screen and (max-width:375px) {
.shut-up-and-skate .embedmedia-container-shut {
    padding-bottom: 45%!important;
}
.otheriframe .embedmedia-container {
  padding-bottom: 127%!important;
}
}
@media only screen and (max-width:320px) {
.shut-up-and-skate .embedmedia-container-shut {
    padding-bottom: 57%!important;
}
.otheriframe .embedmedia-container {
  padding-bottom: 142%!important;
}
}
/*STORE*/
.category-store .g-1,.category-store .listda {
display: none;
}
.category-store .wrapper {
    background: linear-gradient(#c8ffd8, #c897d8)!important;
}
/*/STORE*/

.postid-182817 .embedmedia-container {
    padding-bottom: 15%!important;
}

.post-191278 .embedmedia-container,.post-191601 .embedmedia-container {
      padding-bottom: 69%;
}
    @media only screen and (min-width:640px) {
        .post-205520 .embedmedia-container {
padding-bottom: 69%;
}

}

    .google-auto-placed,.ggl {
        max-width: 580px;
        padding: 0 15px;
        margin: 50px auto 40px auto;
        /* display: none!important; */
}
.loopc .ggl {
        max-width: 580px;
        padding: 0 15px;
        margin: 0px auto 60px auto;
        /* display: none!important; */
}
.post-206375 .embedmedia-container {
padding-bottom: 69%;
}
.ipponfilmer {
padding: 15px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    margin: 0 0 20px 0;
    font-size: 0.9em;
}
.ipponfilmer p {
    margin: 5px 0 0 0;
    line-height: 1.5em;
}
.ipponfilmer .film {
float: right;
    padding: 10px 0 0 0;
    margin: 0;
    white-space: nowrap;
}
.postid-211230 .EmbedFrame {
padding-bottom: 302px!important;
padding-bottom: 57%!important;
}
.EmbedFrame {
    padding-bottom: 57%!important;
    position: relative;
}
.postid-224421 .eyecatch, .postid-229142 .eyecatch, .postid-234231 .eyecatch, .postid-239311 .eyecatch, .postid-243855 .eyecatch {
    display: none;
}
.loopcategory a {
    color: #999;
}
#left-field h3 {
    color: #000;
}
.pc-left-swiper h3 {
    color: #000;
    margin: 5px 0;
    font-size: 1.45em;
}
.n2-ss-slider-wrapper-inside p {
    display: none;
}
article.post h2 span {
    /*color: #ccc;*/
    /*font-size: 0.8em;*/
}
/*Contests*/

.page-template-category_contests2 #category-field .eyecatch02 {
display: none;
}
.page-template-category_contests2 #category-field article:nth-of-type(1) .eyecatch01 {
display: none;
}
.page-template-category_contests2 #category-field article:nth-of-type(1) .eyecatch02 {
display: block;
}
.page-template-category_contests2 .contests-swiper-container .eyecatch01 {
display: none;
}
.page-template-category_contests2 .contests-swiper-container .eyecatch02 {
display: block;
}
.page-template-category_contests2 main {
    padding: 10px 0;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 20px 10px 20px!important;
}
.page-template-category_contests2 {

}
.page-template-category_contests2 .post .eyecatch {
    /*margin: inherit;
    width: 30%;
    float: left;*/
}
.page-template-category_contests2 #category-field article:nth-of-type(1) .eyecatch02 {
    margin: inherit!important;
    width: 50%!important;
    float: left!important;
}
.page-template-category_contests2 #category-field article:nth-of-type(1) .eyecatch img {
    position: inherit!important;
    top: inherit!important;
    left: inherit!important;
    -webkit-transform: inherit!important;
    -ms-transform: inherit!important;
    transform: inherit!important;
    word-break: inherit!important;
    width: inherit!important;
    height: inherit!important;
    max-width: inherit!important;
    max-height: inherit!important;
}


.page-template-category_contests2 #category-field article:nth-of-type(1)  .playthumb {
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
    word-break: keep-all;
    width: 7%;
}

.contestspostsdetails {
    display: flow-root;
}
.page-template-category_contests2 article a {
    display: inline-block;
}
.page-template-category_contests2 #category-field .listda {
    grid-column: 1/3;
    margin: 30px 0;
    padding: 10px 0;
}
.contests-pickup {

}
.contests-swiper-container .loopcategory {
    padding: 12px 0 4px 0;
    font-family: 'enFontBold';
    font-size: 1.25em;
}
.contests-swiper-container h3 {
    font-size: 1.75em;
    letter-spacing: -1px;
    margin-top: 0;
    color: #fff;
}
.contests-swiper-container h3 span{
    font-size: 0.75em;
    letter-spacing: -1px;
    margin-top: 0;
    color: #fff;
}
.page-template-category_contests2 #category-field h2 {
        padding: 0!important;
        font-weight: 600!important;
            color: #444;
    }
.page-template-category_contests2 #category-field article:nth-of-type(1)  h2 {
            font-size: 1.75em!important;
            color: #fff;
    }
.page-template-category_contests2 #category-field article:nth-of-type(1)  .contestspostsdetails {
            padding: 0 0 0 10px!important;
    }
.page-template-category_contests2 #category-field article:nth-of-type(1)  .loopcategory {
    padding: 0 0.75em 5px 0 !important;
}
.page-template-category_contests2 #category-field h2 p {
        font-weight: 600!important;
        padding: 0;
    margin: 0 0 10px 0;
    }
.page-template-category_contests2 .g-1,
.page-template-category_contests2 .listda {
    display: none;
}
.page-template-category_contests2 #left-field {
    width: 320px/*calc(35% - 50px)*/;
    padding: 0 20px 0 0;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.tab_menu {
    z-index: 2;
    position: relative;
    margin: 0;
    width: calc(100% / 4);
    white-space: nowrap;
    background-color: #f4f4f4;
    line-height: 36px;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    border: solid 1px #ccc;
    border-radius: 0;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 9px;
}
.tab_menu:hover {
    color: #838383;
}
.tab_menu:first-of-type{
margin: 0;
}   
input:checked + .tab_menu {
    background-color: #fff;
    border-bottom: solid 1px #fff;
}
input[name="tab_menu"] {
  display: none;
}
.tab_content {
    display: none;
    z-index: 1;
    clear: both;
    border: solid 1px #ccc;
    border-radius: 0;
    padding: 10px 5px;
    margin: 0 0 30px 0;
    position: relative;
    top: -2px;
}
#tab_a:checked ~ #tab_a_content,
#tab_b:checked ~ #tab_b_content,
#tab_c:checked ~ #tab_c_content,
#tab_d:checked ~ #tab_d_content {
    display: block;
}
.contests-top {
    background: linear-gradient(323deg, rgb(14 36 59 / 71%), rgb(75 74 34 / 81%)), url(https://www.vhsmag.com/wp2018/wp-content/themes/vhsmag/img/contests_bgtop.jpg);
    /*background: linear-gradient(323deg, rgb(253 150 181 / 60%), rgb(199 178 60 / 60%)), url(https://www.vhsmag.com/wp2018/wp-content/themes/vhsmag/img/contests_bgtop.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://www.vhsmag.com/wp2018/wp-content/themes/vhsmag/img/contests_bgtop.jpg);*/
  background-size: cover;
    background-position: center;
    position: relative;
    min-height: 500px;
}
.contests-top:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}
.contests-top h1 {
        font-size: 1em;
}
.contests-top-r {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.contests-top p {
font-size: 0.45em;
}
.tab_contents_box {
    text-align: left;
}
.tab_contents_box ol {
 /* list-style-type: decimal; */
 font-size: 1.3em;
     padding: 0 12px 0 30px;
}
.tab_contents_box ol li {
    margin: 0 0 1px 0;
 }
.tab_contents_box ol li.jpbg {
    font-weight: 600;
    background: #ffe8e8;
        margin: 0 0 2px 0;
 }
.tab_contents_box ol li div {
 grid-template-columns: 54% 24% 22%;
    display: grid;
}
.tab_contents_box ol li div p:nth-of-type(1) {
    padding: 0 0 0 10px;
}
.tab_contents_box ol li div p {
margin: 8px 0;
white-space: nowrap;
}
.tab_contents_box ol li div p:nth-of-type(3) {
            text-align: right;
            font-variant-numeric: tabular-nums;
    }
.ranktop {
    grid-template-columns: 12% 45% 27% 16%;
    display: grid;
    margin: 0 10px;
    border-bottom: 1px solid #eee;
}
.flag-icon {
    width: 0.85em!important;
}
article.contestsloop.tag-conteststop {
    display: none;
}

.page-template-category_contests2 main h1 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin: 0 0 30px 0!important;
  color: #293d4f;
}
.page-template-category_contests2 #left-field h1 {
  margin: 0 0 40px 0!important;
      white-space: nowrap;
}
.page-template-category_contests2 main h1:before, .page-template-category_contests2 main h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #293d4f;
}

.page-template-category_contests2 main h1:before {
  left:0;
}
.page-template-category_contests2 main h1:after {
  right: 0;
}
.contests-schedule {
    margin: 7em 0 0 0;
}
.contests-schedule p {

}
.contests-schedule p span {
    
}
.box29 {
    margin: 0 0 2em 0;
    background: #fffdf1;
        border: solid 1px #7d6e3fa3;
}
.box29 .box-title {
    font-size: 1.5em;
    background: #7d6e3f;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 0;
    margin: 0;
    font-size: 1.75em;
    text-align: center;
}
.page-template-category_contests2 .contestsdate {
    font-family: 'enFontBold';
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 40% 22% 38%;
    grid-gap: 5px;
    display: grid;
    color: #333026;
    max-width: 200px;
    margin: 0 auto;
    padding: 30px 0;
    font-variant-numeric: tabular-nums;
}
.page-template-category_contests2 .contestsdatesingle {
    font-family: 'enFontBold';
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 40% 22%;
    grid-gap: 5px;
    display: grid;
    color: #333026;
    max-width: 120px;
    margin: 0 auto;
    padding: 30px 0;
    font-variant-numeric: tabular-nums;
}
.page-template-category_contests2 .contestsdate p,
.page-template-category_contests2 .contestsdatesingle p {
padding: 0;
    font-size: 3em;
    /*line-height: 0.9em;*/
    /*letter-spacing: 1px; */
}
.page-template-category_contests2 .streetpark {
    color: #333026;
    font-variant-numeric: tabular-nums;
    font-family: 'enFontBold';
    padding: 30px 0 5px 0;
    margin: 0;
}
.page-template-category_contests2 .contestsdate p.contestsmonth01 {
line-height: 1.7em;
}
.page-template-category_contests2 .contestsdate p.contestsday01 {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
    font-size: 5em;
}
.page-template-category_contests2 .contestsdate p.contestskara {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
    font-size: 5em;
}
.page-template-category_contests2 .contestsdate p.contestsday02 {
    grid-column: 5 / 7;
    grid-row: 1 / 3;
    font-size: 5em;
}
.page-template-category_contests2 .contestsdate p.contestsdow01 {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
    font-size: 1.5em;
}
.page-template-category_contests2 .contestsdate p.contestsdow02 {
    grid-column: 5 / 7;
    grid-row: 3 / 4;
    font-size: 1.5em;
}
.page-template-category_contests2 .contestsdatesingle p.contestsmonthsingle01 {
line-height: 1.7em;
}
.page-template-category_contests2 .contestsdatesingle p.contestsdaysingle01 {
grid-column: 2 / 4;
    grid-row: 1 / 3;
    font-size: 5em;
}
.page-template-category_contests2 .contestsdatesingle p.contestsdowsingle01 {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
    font-size: 1.5em;
}
.page-template-category_contests2 #category-field {
    /* width: 100%; */
    height: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    display: grid;
    padding: 4px;/*要確認*/
}
.page-template-category_contests2 #category-field article:nth-of-type(1) {
    grid-column: 1 / 4;
    display: flex;
    border-radius: 8px;
    background: linear-gradient(to bottom right, #282861, #412c30);
    margin: 0 0 20px 0;
}
.page-template-category_contests2 #category-field article {
        padding: 10px;
    }
.page-template-category_contests2 #right-field .loopcategory, .page-template-category_contests2 #category-field .loopcategory {
        padding: 15px 0.75em 5px 0!important;
                color: #8391a9;
}
.page-template-category_contests2 #left-field h2 {
        font-size: inherit!important;
        margin: inherit!important;
        background:inherit!important;
        float:inherit!important;
        color:inherit!important;
        padding:inherit!important;
        font-family: 'enFontMedium';
    }
    .page-template-category_contests2 #category-field .date {
        padding: 9px 0.75em 0 0!important;
        color: #b8cadd;
    }
.page-template-category_contests2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px !important;
        background: #666;
    }
.page-template-category_contests2 .contests-swiper-container .swiper-button-next,
.page-template-category_contests2 .contests-swiper-container .swiper-button-prev {
position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 3px solid #fff300;
    border-right: 3px solid #fff300;
    height: 24px;
    width: 24px;
    opacity: 1;
    }
.page-template-category_contests2 .contests-swiper-container .swiper-button-next {
    right: 2.5%;
    transform: rotate(45deg);
    background-image: none;
}
.page-template-category_contests2 .contests-swiper-container .swiper-button-prev {
   left: 2.5%;
    transform: rotate(-135deg);
    background-image: none;
}


@media only screen and (max-width:980px) {
/*.page-template-category_contests2 #category-field {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
    display: grid;
    padding: 4px;
}
.page-template-category_contests2 #category-field article:nth-of-type(1) {
    grid-column: 1 / 3;
    display: flex;
}*/
.page-template-category_contests2 #left-field {
    width: 300px/*calc(35% - 50px)*/;
    padding: 0 15px 0 0;
}
.page-template-category_contests2 #category-field article:nth-of-type(1) h2 {
    font-size: 1.5em !important;
}
.page-template-category_contests2 #category-field h2 {
            font-size: 1.35em;
    }
}
@media only screen and (max-width:768px) {
.page-template-category_contests2 #category-field {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    display: grid;
    padding: 4px;
}
.page-template-category_contests2 #category-field article:nth-of-type(1) {
    grid-column: 1 / 3;
    display: flex;
    padding: 10px;
}
.page-template-category_contests2 #category-field article {
            padding: 5px 5px 25px 5px;
}
.page-template-category_contests2 main {
    padding: 10px 10px!important;
}
.page-template-category_contests2 #category-field .loopcategory {
    padding: 0 0 4px 0px;
}
.page-template-category_contests2 #category-field article:nth-of-type(1) .eyecatch02 {
    margin: inherit !important;
    width: 100% !important;
    float: inherit !important;
}
.page-template-category_contests2 #category-field article:nth-of-type(1) .contestspostsdetails {
    padding: 12px 0 0 0 !important;
}
}
@media only screen and (max-width:640px) {
    .page-template-category_contests2 #left-field {
        width: 100%;
        padding: 0 5px;
                float: inherit;
    }
.page-template-category_contests2 #left-field h1 {
    margin: 30px 0 40px 0 !important;
    white-space: nowrap;
}
.tab_contents_box ol {
 font-size: 1.4em;
}
.ranktop {
    grid-template-columns: 11% 46% 26% 17%;
}
.heightmoretext{
    height: 275px;
    overflow: hidden;
}
.heightmorebtn{
text-align: center;
        background-image: url(img/morebg5.png);
        background-repeat: repeat-x;
        background-position-y: top;
        padding: 60px 0 0 0;
        margin: -40px 0 0 0;
        position: relative;
        z-index: 10;
        font-size: 1.5em;
}
.heightmorebtn a{
color: #666;
}
.heightmorebtn.vt02 {
    background-image:none;
        padding: 0;
        margin: 0;

}
.contests-schedule {
    margin: 7em 0;
}
    .page-template-category_contests2 #category-field article:nth-of-type(1) h2 {
        font-size: 1.65em !important;
    }
    .page-template-category_contests2 #category-field h2 {
        font-size: 1.4em;
    }
}
@media only screen and (max-width:320px) {
.page-template-category_contests2 #category-field {
    grid-template-columns: 1fr;
}
.page-template-category_contests2 #category-field article:nth-of-type(1) {
    grid-column: 1 / 2;
    display: flex;
}
}
/*
  youtubeshort
*/
.post-259888 .embedmedia-container {
    position: relative;
    padding-bottom: 113.25%;
    padding-top: 20px;
    height: 0;
    overflow: hidden;
    max-width: 64%;
    height: auto;
    margin-top: 20px;
    margin: 0 auto;
}
@media only screen and (max-width:480px) {
    .post-259888 .embedmedia-container {
    position: relative;
    padding-bottom: 173.25%;
    padding-top: 20px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    margin: 0 auto;
}
}