#sidebar .menu .menu-journal a:before {
  content: "";
  width: 12px;
  height: 1px;
  display: inline-block;
  background-color: #000000;
  margin: 0 8px 0 0;
}

#globalheader.logowhite {
  z-index: 9001;
}

#globalheader.logowhite .inner h1 img {
  -webkit-filter: invert();
  -moz-filter: invert();
  filter: invert();
}

#globalheader.logowhite .cart {
  visibility: hidden;
}

.submenu ul li a.actives {
  color: #000;
}

.submenu ul li a.actives:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #000;
  width: 100%;
}

.sp {
  display: none;
}

.en{
  display: none;
}

.maincontents {
  width: 63.703%;
  margin: 70px auto 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

h2 {
  font-size: 1.6rem;
  color: #000000;
  letter-spacing: 2.4px;
  line-height: 36px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 5px;
}

h2+p {
  font-size: 1.0rem;
  color: #9B9B9B;
  letter-spacing: 1.36px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 25px;
}

.box-category{
  border-bottom: 1px solid #9B9B9B;
  padding: 0 0 20px;
  margin: 0 0 60px;
}
.box-category ul{
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 90%;
}
.box-category ul li a{
  font-size: 12px;
  letter-spacing: 0.13em;
  text-align: center;
  color: #9b9b9b;
  position: relative;
  padding: 0 0 4px;
  line-height: 23px;
}
.box-category ul li a:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #9B9B9B;
  width: 100%;
  opacity: 0;
}
.box-category ul li a.is-active:after{
  opacity: 1;
}
.box-category ul li a:hover:after {
  opacity: 1;
}

.pcnav {
  position: fixed;
  right: 0;
  margin-right: 24px;
  z-index: 1001;
}

.pcnav ul {}

.pcnav ul li {
  font-size: 1.3rem;
  color: #9B9B9B;
  letter-spacing: 1.89px;
  padding-bottom: 21px;
  /*-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);*/
  position: relative;
  cursor: pointer;
}

.pcnav ul li.active {
  color: #000;
}

.pcnav ul li.active:after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  height: 1px;
  background-color: #000;
  width: 100%;
}

.pcnav ul li:hover:after{
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  height: 1px;
  background-color: #9B9B9B;
  width: 100%;
}

.box-trailer > ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.box-trailer > ul > li{
  width: 48.75%;
  margin: 0 0 46px;
}
/*ここからリニューアル版*/
.box-trailer ul li .journal-image {
  padding-top: 58.1196%;
  overflow: hidden;
}
.box-trailer ul li .journal-image img{
  transition: transform 0.8s ease-out;
}
.box-trailer ul li a:hover .journal-image img {
  transform: scale(1.04);
}
.box-trailer ul li .journal-text {
  margin: 20px 0 0;
}
.box-trailer ul li .journal-text .journal-text-heading {
  font-size: 18px;
  line-height: 20px;
  color: #1f1f1f;
  letter-spacing: 0.07em;
}
.box-trailer ul li .journal-text .journal-text-data {
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 35px;
  color: #1f1f1f;
  display: flex;
  align-items: center;
}
.box-trailer ul li .journal-text .journal-text-data span {
  display: block;
  width: 1px;
  height: 10px;
  background-color: #1F1F1F;
  margin: 0 9px;
}


.box-trailer .pagenation {
  font-size: 1.3rem;
  color: #000000;
  letter-spacing: 2.05px;
  text-align: center;
  margin-top: 36px;
}
.box-trailer .pagenation a {
  color: #000000;
  margin-right: 19px;
  position: relative;
  padding-bottom: 8px;
}
.box-trailer .pagenation span.this_page {
  color: #000000;
  margin-right: 19px;
  position: relative;
  padding-bottom: 8px;
}
.box-trailer .pagenation span.this_page:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  background-color: #000;
  width: 14px;
  margin-left: -7px;
}
.box-trailer .pagenation .ellipsis {
  margin-left: -13px;
  margin-right: 8px;
}
#footer {
  margin: 119px 0 0;
}
@media only screen and (max-width: 1100px) {
  .box-category ul{
    justify-content: start;
  }
  .box-category ul li{
    width: 33.333%;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #spfooter{
    margin-top:0;
  }
  h3{
    margin-bottom: 20px;
  }
  h4{
    margin-top: 21px;
    padding: 18px 0px;
  }
  .maincontents.new {
    margin: 53px auto 0;
  }
  h2 {
    font-size: 1.3rem;
    color: #000000;
    letter-spacing: 1.75px;
    margin-bottom: 0;
    line-height: 33px;
  }
  h2+p{
    margin-bottom: 0;
  }
  .box-category {
    border-bottom: none;
    padding: 0;
    margin: 0 0 3px;
  }
  .box-category ul {
    display: flex;
    justify-content: inherit;
    margin: 0 auto;
    flex-wrap: inherit;
    width: auto;
    white-space: nowrap;
    overflow: auto;
    padding: 28px 10px 26px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .box-category ul li {
    text-align: left;
    width: inherit;
  }
  .box-category ul::-webkit-scrollbar {
    display: none;
  }
  .box-category ul li a {
    font-size: 13px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #9b9b9b;
    position: relative;
    padding: 0 0 4px;
    line-height: inherit;
  }
  .box-category ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #9B9B9B;
    width: 100%;
    opacity: 0;
  }
  .box-category ul li a.is-active:after {
    opacity: 1;
  }
  .box-category ul li a:hover:after {
    opacity: 0;
  }
  .box-category ul li+li{
    margin: 0 0 0 23px;
  }
  .spnav.sp{
    display: none;
  }
  .spnav ul {
    font-size: 0;
    width: 73.3333%;
    margin: 18px auto 20px;
    text-align: center;
  }
  .spnav li {
    display: inline-block;
    letter-spacing: 1.75px;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.0rem;
    color: #000000;
    letter-spacing: 1.345px;
  }
  .spnav li+li {
    margin-left: 12px;
  }
  .spnav li a.active:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 1px;
    background-color: #000;
    width: 100%;
  }
  .spnav li a {
    color: #9B9B9B;
    position: relative;
  }
  .spnav li a.active {
    color: #000;
  }
  .box-trailer>ul>li {
    width: 100%;
    margin: 0 0 37px;
  }
  .box-trailer ul li a:hover .journal-image img {
  transform: scale(1);
  }
  .box-trailer ul li .journal-text {
    margin: 16px 0 0;
  }
  .box-trailer ul li .journal-text .journal-text-heading {
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #222;
    line-height: 23px;
    margin-bottom: 0;
  }

  .box-trailer ul li .journal-text .journal-text-data {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 42px;
    color: #222;
    line-height: 1;
    margin: 7px 0 0;
  }

  .box-trailer .pagenation {
    padding-bottom: 0;
    margin-top: 24px;
  }
  .box-trailer .pagenation a:last-child {
    margin-right: 0;
  }
  #footer {
    margin: 0 0 0;
  }
}

@media only screen and (max-width: 320px) {}
