@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*input, select {
  vertical-align: middle; }*/
.effect-zoomin {
  transform: scale(1.1);
}

.active .effect-zoomin {
  transform: scale(1);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.effect-rotate {
  transform: perspective(1000px) rotateY(25deg);
  opacity: 0;
}

.active .effect-rotate {
  transform: perspective(1000px) rotateY(0deg);
  opacity: 1;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.effect-fadein-pan {
  opacity: 0;
  transform: translate(50px, 0px);
}

.active .effect-fadein-pan {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.active .effect-delay-0 {
  transition-delay: 0s;
}

.active .effect-delay-100 {
  transition-delay: 0.1s;
}

.active .effect-delay-200 {
  transition-delay: 0.2s;
}

.active .effect-delay-300 {
  transition-delay: 0.3s;
}

.active .effect-delay-400 {
  transition-delay: 0.4s;
}

.active .effect-delay-500 {
  transition-delay: 0.5s;
}

.active .effect-delay-600 {
  transition-delay: 0.6s;
}

.active .effect-delay-700 {
  transition-delay: 0.7s;
}

.active .effect-delay-800 {
  transition-delay: 0.8s;
}

.active .effect-delay-900 {
  transition-delay: 0.9s;
}

.active .effect-delay-1000 {
  transition-delay: 1s;
}

.active .effect-delay-1100 {
  transition-delay: 1.1s;
}

.active .effect-delay-1200 {
  transition-delay: 1.2s;
}

.active .effect-delay-1300 {
  transition-delay: 1.3s;
}

.active .effect-delay-1400 {
  transition-delay: 1.4s;
}

.active .effect-delay-1500 {
  transition-delay: 1.5s;
}

.active .effect-delay-1600 {
  transition-delay: 1.6s;
}

.active .effect-delay-1700 {
  transition-delay: 1.7s;
}

.active .effect-delay-1800 {
  transition-delay: 1.8s;
}

.active .effect-delay-1900 {
  transition-delay: 1.9s;
}

.active .effect-delay-2000 {
  transition-delay: 2s;
}

.active .effect-delay-2100 {
  transition-delay: 2.1s;
}

.active .effect-delay-2200 {
  transition-delay: 2.2s;
}

.active .effect-delay-2300 {
  transition-delay: 2.3s;
}

.active .effect-delay-2400 {
  transition-delay: 2.4s;
}

.active .effect-delay-2500 {
  transition-delay: 2.5s;
}

.active .effect-delay-2600 {
  transition-delay: 2.6s;
}

.active .effect-delay-2700 {
  transition-delay: 2.7s;
}

.active .effect-delay-2800 {
  transition-delay: 2.8s;
}

.active .effect-delay-2900 {
  transition-delay: 2.9s;
}

.active .effect-delay-3000 {
  transition-delay: 3s;
}

.active .effect-delay-3100 {
  transition-delay: 3.1s;
}

.active .effect-delay-3200 {
  transition-delay: 3.2s;
}

.active .effect-delay-3300 {
  transition-delay: 3.3s;
}

.active .effect-delay-3400 {
  transition-delay: 3.4s;
}

.active .effect-delay-3500 {
  transition-delay: 3.5s;
}

.active .effect-delay-3600 {
  transition-delay: 3.6s;
}

.active .effect-delay-3700 {
  transition-delay: 3.7s;
}

.active .effect-delay-3800 {
  transition-delay: 3.8s;
}

.active .effect-delay-3900 {
  transition-delay: 3.9s;
}

.active .effect-delay-4000 {
  transition-delay: 4s;
}

.active .effect-delay-4100 {
  transition-delay: 4.1s;
}

.active .effect-delay-4200 {
  transition-delay: 4.2s;
}

.active .effect-delay-4300 {
  transition-delay: 4.3s;
}

.active .effect-delay-4400 {
  transition-delay: 4.4s;
}

.active .effect-delay-4500 {
  transition-delay: 4.5s;
}

.active .effect-delay-4600 {
  transition-delay: 4.6s;
}

.active .effect-delay-4700 {
  transition-delay: 4.7s;
}

.active .effect-delay-4800 {
  transition-delay: 4.8s;
}

.active .effect-delay-4900 {
  transition-delay: 4.9s;
}

.active .effect-delay-5000 {
  transition-delay: 5s;
}

@keyframes opening {
  100% {
    transform: scale(1);
  }
}
@font-face {
  font-family: "Gotham";
  src: url("../../fonts/Gotham-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../../fonts/Gotham-Medium.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

.is_sp {
  display: none !important;
}

body {
  overflow-x: hidden;
  font: 400 13px "Gotham", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.075em;
  color: #28282c;
  padding-top: 74px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

#wj-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
  width: 100vw;
  height: 74px;
  min-width: 1200px;
  padding: 0px 40px;
  background: #fff;
  transform: translateX(-50%);
}
#wj-header #gnav {
  float: left;
  padding-top: 17px;
}
#wj-header #gnav .gnav-list > li {
  margin-right: 30px;
  display: inline-block;
  position: relative;
}
#wj-header #gnav .gnav-list > li:first-child a {
  margin-left: 2px;
}
#wj-header #gnav .gnav-list > li > a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
}
#wj-header #gnav .gnav-list > li > a:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #28282C;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
#wj-header #gnav .gnav-list > li > a:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#wj-header #gnav .gnav-list > li ul {
  position: absolute;
  top: 110%;
  z-index: 12;
  width: 155px;
  padding: 10px 0;
  font-size: 11px;
  background: rgb(255, 255, 255);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07);
}
#wj-header #gnav .gnav-list > li ul li a {
  display: block;
  padding: 5px 15px;
  color: #28282C;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#wj-header #gnav .gnav-list > li ul li a:hover {
  opacity: 0.35;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#wj-header #gnav .gnav-list > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#wj-header #logo {
  position: absolute;
  left: 50%;
  top: 24px;
  margin: 0 0 0 -45px;
  padding: 0;
}
#wj-header #logo a {
  display: block;
  width: 90px;
  height: 29px;
  background: url(../../images/logo_b.png) no-repeat;
  background-size: 90px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#wj-header #logo a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#wj-header #logo a span {
  display: none;
}
#wj-header #shop-nav {
  float: right;
  padding-top: 17px;
}
#wj-header #shop-nav li {
  display: inline-block;
  vertical-align: middle;
}
#wj-header #shop-nav li a {
  display: block;
  padding: 10px 0;
}
#wj-header #shop-nav li.mypage {
  margin-right: 10px;
}
#wj-header #shop-nav li.mypage a {
  position: relative;
  display: inline-block;
}
#wj-header #shop-nav li.mypage a:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #28282C;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
#wj-header #shop-nav li.mypage a:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#wj-header #shop-nav li.cart {
  margin-left: 10px;
}
#wj-header #shop-nav li.cart a {
  width: 26px;
  height: 23px;
  background: url(../../images/ico_cart.png) no-repeat;
  background-size: 22px;
  opacity: 1;
  transition: 0.3s;
}
#wj-header #shop-nav li.cart a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#wj-header #shop-nav li.cart a span {
  display: none;
}

.wj-contents-wrap {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto;
  padding-top: 60px;
}

.wj-contents-main {
  width: 764px;
}

.wj-contents-sidebar {
  width: 230px;
}
.wj-contents-sidebar .side-inner {
  list-style: none;
}
.wj-contents-sidebar .side-inner li a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.wj-contents-sidebar .side-inner li a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.wj-contents-sidebar .side-inner .new a {
  display: block;
  padding: 15px 20px;
  font-size: 10px;
  line-height: 1.4;
  background: url(../../images/ico_arrow.png) #f7f7f7 no-repeat right 15px center;
  background-size: 5px;
}
.wj-contents-sidebar .side-inner .new a span {
  display: block;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 16px;
}
.wj-contents-sidebar .side-inner .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
.wj-contents-sidebar .side-inner .brand strong {
  width: 50%;
  padding-left: 20px;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 14px;
  font-weight: 400;
}
.wj-contents-sidebar .side-inner .brand ul {
  width: 50%;
  font-size: 11px;
  line-height: 2;
  list-style: none;
}
.wj-contents-sidebar .side-inner .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 40px;
}
.wj-contents-sidebar .side-inner .category strong {
  width: 50%;
  padding-left: 20px;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 14px;
  font-weight: 400;
}
.wj-contents-sidebar .side-inner .category ul {
  width: 50%;
  font-size: 10px;
  line-height: 2;
  list-style: none;
}
.wj-contents-sidebar .side-inner .wrapping {
  border-top: 1px solid #28282c;
}
.wj-contents-sidebar .side-inner .wrapping a {
  display: block;
  padding: 15px 20px;
  font-size: 10px;
  line-height: 1.4;
  background: url(../../images/ico_arrow.png) no-repeat right 15px center;
  background-size: 5px;
}
.wj-contents-sidebar .side-inner .wrapping a span {
  display: block;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 16px;
}
.wj-contents-sidebar .side-inner .review {
  border-top: 1px solid #28282c;
}
.wj-contents-sidebar .side-inner .review a {
  display: block;
  padding: 15px 20px;
  font-size: 10px;
  line-height: 1.4;
  background: url(../../images/ico_arrow.png) no-repeat right 15px center;
  background-size: 5px;
}
.wj-contents-sidebar .side-inner .review a span {
  display: block;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 16px;
}
.wj-contents-sidebar .side-inner .blog {
  margin-bottom: 30px;
  border-top: 1px solid #28282c;
  border-bottom: 1px solid #28282c;
}
.wj-contents-sidebar .side-inner .blog a {
  display: block;
  padding: 15px 20px;
  font-size: 10px;
  line-height: 1.4;
  background: url(../../images/ico_arrow.png) no-repeat right 15px center;
  background-size: 5px;
}
.wj-contents-sidebar .side-inner .blog a span {
  display: block;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 16px;
}
.wj-contents-sidebar .side-inner .point a {
  display: block;
  padding: 16px 20px 12px;
  font-size: 10px;
  line-height: 1.5;
  color: #fff;
  background: url(../../images/ico_arrow_w.png) #28282c no-repeat right 15px center;
  background-size: 5px;
}
.wj-contents-sidebar .side-inner .point small {
  display: block;
}
.wj-contents-sidebar .side-inner .point strong {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.wj-contents-sidebar .side-inner .point span {
  font-weight: 700;
}

#wj-contents-bottom {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}
#wj-contents-bottom #contents {
  padding: 100px 5% 0;
  width: inherit;
}
#wj-contents-bottom #contents-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#wj-contents-bottom #contents-inner h2 {
  margin: 0;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 27px;
  font-weight: 400;
  padding-bottom: 40px;
}
#wj-contents-bottom #contents-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
#wj-contents-bottom #contents-inner ul li {
  margin-bottom: 60px;
  width: 48%;
}
#wj-contents-bottom #contents-inner ul li a .thumb {
  overflow: hidden;
  margin-bottom: 25px;
  line-height: 0;
}
#wj-contents-bottom #contents-inner ul li a .thumb img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}
#wj-contents-bottom #contents-inner ul li a h3 {
  margin: 0 0 10px;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 21px;
  font-weight: 400;
}
#wj-contents-bottom #contents-inner ul li a p {
  line-height: 1.9;
}
#wj-contents-bottom #contents-inner ul li a:hover img {
  transform: scale(1.07);
  transition: 0.2s;
}
#wj-contents-bottom #category {
  padding: 40px 5% 0;
}
#wj-contents-bottom #category-inner .title {
  max-width: 1200px;
  margin: 0 auto;
}
#wj-contents-bottom #category-inner .title h2 {
  margin: 0;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 27px;
  font-weight: 400;
}
#wj-contents-bottom #category-inner .slider-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  cursor: grab;
}
#wj-contents-bottom #category-inner .slider-wrap .slider-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
#wj-contents-bottom #category-inner .slider-wrap .slider-list li {
  flex: 0 0 auto;
  width: 26%;
  padding: 0 4% 0 0;
}
#wj-contents-bottom #category-inner .slider-wrap .slider-list li a {
  display: block;
}
#wj-contents-bottom #category-inner .slider-wrap .slider-list li a .thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  line-height: 0;
}
#wj-contents-bottom #category-inner .slider-wrap .slider-list li a .thumb img {
  width: 100%;
  height: auto;
  transition: 0.25s;
}
#wj-contents-bottom #category-inner .slider-wrap .slider-list li a p {
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 15px;
}
#wj-contents-bottom #category-inner .slider-wrap .slider-list li a:hover img {
  transform: scale(1.07);
  transition: 0.25s;
}
#wj-contents-bottom #material {
  padding: 120px 5% 0;
}
#wj-contents-bottom #material-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#wj-contents-bottom #material-inner .title {
  width: 26%;
}
#wj-contents-bottom #material-inner .title h2 {
  margin: 0;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 27px;
  font-weight: 400;
  padding-bottom: 40px;
}
#wj-contents-bottom #material-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 74%;
  list-style: none;
  font-size: 14px;
}
#wj-contents-bottom #material-inner ul li {
  width: 48%;
  border-top: 1px solid #28282C;
}
#wj-contents-bottom #material-inner ul li a {
  display: block;
  padding: 23px 10px;
}
#wj-contents-bottom #material-inner ul li a span {
  transition: 0.2s;
}
#wj-contents-bottom #material-inner ul li a:hover span {
  opacity: 0.6;
  transition: 0.2s;
}
#wj-contents-bottom #material-inner ul li:nth-last-child(-n+2) {
  border-bottom: 1px solid #28282C;
}

#wj-footer, #wj-footer--simple {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  margin-top: 100px;
}
#wj-footer #foot-inner, #wj-footer--simple #foot-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1200px;
  padding: 60px 80px 0;
}
#wj-footer #foot-inner #foot-left, #wj-footer--simple #foot-inner #foot-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  font-size: 13px;
}
#wj-footer #foot-inner #foot-left ul, #wj-footer--simple #foot-inner #foot-left ul {
  width: auto;
  list-style: none;
}
#wj-footer #foot-inner #foot-left ul.menu-2, #wj-footer--simple #foot-inner #foot-left ul.menu-2 {
  margin-left: 15%;
}
#wj-footer #foot-inner #foot-left ul a, #wj-footer--simple #foot-inner #foot-left ul a {
  display: block;
  padding: 6px 0;
  transition: 0.2s;
}
#wj-footer #foot-inner #foot-left ul a:hover, #wj-footer--simple #foot-inner #foot-left ul a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
#wj-footer #foot-inner #foot-right, #wj-footer--simple #foot-inner #foot-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  font-size: 12px;
  line-height: 2;
}
#wj-footer #foot-inner #foot-right div, #wj-footer--simple #foot-inner #foot-right div {
  width: 50%;
}
#wj-footer #foot-inner #foot-right div.left, #wj-footer--simple #foot-inner #foot-right div.left {
  margin-right: 9%;
}
#wj-footer #foot-inner #foot-right div section, #wj-footer--simple #foot-inner #foot-right div section {
  padding-bottom: 35px;
}
#wj-footer #foot-inner #foot-right div section h3, #wj-footer--simple #foot-inner #foot-right div section h3 {
  margin: 0;
  padding-bottom: 10px;
}
#wj-footer #foot-inner #foot-right div section small, #wj-footer--simple #foot-inner #foot-right div section small {
  display: inline-block;
  padding-top: 5px;
  font-size: 11px;
}
#wj-footer #foot-inner #foot-right div section a, #wj-footer--simple #foot-inner #foot-right div section a {
  color: #8E8E8E;
  text-decoration: underline;
}
#wj-footer #foot-inner #foot-right div section a:hover, #wj-footer--simple #foot-inner #foot-right div section a:hover {
  text-decoration: none;
}
#wj-footer aside, #wj-footer--simple aside {
  overflow: hidden;
  min-width: 1200px;
  padding: 80px 40px 30px;
  font-size: 10px;
}
#wj-footer aside small, #wj-footer--simple aside small {
  float: left;
}
#wj-footer aside .sns, #wj-footer--simple aside .sns {
  float: right;
}
#wj-footer aside .sns a, #wj-footer--simple aside .sns a {
  transition: 0.2s;
}
#wj-footer aside .sns a.twitter, #wj-footer--simple aside .sns a.twitter {
  display: inline-block;
  width: 26px;
  height: 21px;
  margin-left: 14px;
  background: url(../../images/ico_twitter.png) no-repeat center center;
  background-size: 26px;
}
#wj-footer aside .sns a.insta, #wj-footer--simple aside .sns a.insta {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../../images/ico_instagram.png) no-repeat center center;
  background-size: 22px;
}
#wj-footer aside .sns a:hover, #wj-footer--simple aside .sns a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
#wj-footer aside .sns span, #wj-footer--simple aside .sns span {
  display: none;
}

#wj-footer--simple aside {
  text-align: center;
}
#wj-footer--simple aside small {
  float: none;
}

.wj-contents-top #hero {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100vh - 120px);
  background: #28282C;
}
.wj-contents-top #hero a {
  display: block;
  color: #fff;
}
.wj-contents-top #hero a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/top/pc_hero.jpg) no-repeat center center/cover;
  opacity: 0.85;
  transform: scale(1.1);
  animation: opening 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
}
.wj-contents-top #hero a .text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  transform: translate(-50%, -50%);
}
.wj-contents-top #hero a .text span {
  font-size: 14px;
}
.wj-contents-top #hero a .text p {
  font-size: 33px;
}
.wj-contents-top #hero a .text .arrow {
  transition: 0.15s;
}
.wj-contents-top #hero a .text:hover .arrow {
  transform: translateX(8px);
  transition: 0.15s;
}
.wj-contents-top #news {
  padding: 100px 5% 0;
}
.wj-contents-top #news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wj-contents-top #news-inner h2 {
  margin: 0;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 27px;
  font-weight: 400;
  padding-right: 80px;
}
.wj-contents-top #news-inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.wj-contents-top #news-inner dl dt {
  width: 100px;
  padding: 8px 0;
}
.wj-contents-top #news-inner dl dd {
  width: calc(100% - 100px);
  padding: 8px 0;
}
.wj-contents-top #news-inner dl dd a {
  display: inline-block;
  padding-right: 21px;
  background-image: url(../../images/top/arrow02_b.png);
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 9px;
  transition: 0.1s;
}
.wj-contents-top #news-inner dl dd a:hover {
  background-position: right 0px center;
  transition: 0.1s;
}
.wj-contents-top #contents {
  padding: 100px 5% 0;
  width: inherit;
}
.wj-contents-top #contents-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wj-contents-top #contents-inner h2 {
  margin: 0;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 27px;
  font-weight: 400;
  padding-bottom: 40px;
}
.wj-contents-top #contents-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.wj-contents-top #contents-inner ul li {
  margin-bottom: 60px;
  width: 48%;
}
.wj-contents-top #contents-inner ul li a .thumb {
  overflow: hidden;
  margin-bottom: 25px;
  line-height: 0;
}
.wj-contents-top #contents-inner ul li a .thumb img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}
.wj-contents-top #contents-inner ul li a h3 {
  margin: 0 0 10px;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 21px;
  font-weight: 400;
}
.wj-contents-top #contents-inner ul li a p {
  line-height: 1.9;
}
.wj-contents-top #contents-inner ul li a:hover img {
  transform: scale(1.07);
  transition: 0.2s;
}
.wj-contents-top #category {
  padding: 40px 5% 0;
}
.wj-contents-top #category-inner .title {
  max-width: 1200px;
  margin: 0 auto;
}
.wj-contents-top #category-inner .title h2 {
  margin: 0;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 27px;
  font-weight: 400;
}
.wj-contents-top #category-inner .slider-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  cursor: grab;
}
.wj-contents-top #category-inner .slider-wrap .slider-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.wj-contents-top #category-inner .slider-wrap .slider-list li {
  flex: 0 0 auto;
  width: 26%;
  padding: 0 4% 0 0;
}
.wj-contents-top #category-inner .slider-wrap .slider-list li a {
  display: block;
}
.wj-contents-top #category-inner .slider-wrap .slider-list li a .thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  line-height: 0;
}
.wj-contents-top #category-inner .slider-wrap .slider-list li a .thumb img {
  width: 100%;
  height: auto;
  transition: 0.25s;
}
.wj-contents-top #category-inner .slider-wrap .slider-list li a p {
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 15px;
}
.wj-contents-top #category-inner .slider-wrap .slider-list li a:hover img {
  transform: scale(1.07);
  transition: 0.25s;
}
.wj-contents-top #material {
  padding: 120px 5% 0;
}
.wj-contents-top #material-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wj-contents-top #material-inner .title {
  width: 26%;
}
.wj-contents-top #material-inner .title h2 {
  margin: 0;
  font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
  font-size: 27px;
  font-weight: 400;
  padding-bottom: 40px;
}
.wj-contents-top #material-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 74%;
  list-style: none;
  font-size: 14px;
}
.wj-contents-top #material-inner ul li {
  width: 48%;
  border-top: 1px solid #28282C;
}
.wj-contents-top #material-inner ul li a {
  display: block;
  padding: 23px 10px;
}
.wj-contents-top #material-inner ul li a span {
  transition: 0.2s;
}
.wj-contents-top #material-inner ul li a:hover span {
  opacity: 0.6;
  transition: 0.2s;
}
.wj-contents-top #material-inner ul li:nth-last-child(-n+2) {
  border-bottom: 1px solid #28282C;
}
