@charset "UTF-8";
/* Common Style
-----------------------------------*/
@import url("/css/fontawesome.css");
@import url("/css/fa-brands.css");
@import url("/css/fa-solid.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700,900&subset=japanese");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
menu, nav, section, audio, video, canvas {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, figure, figcaption, footer,
header, menu, nav, section, main {
  display: block;
}

body {
  color: #333;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
  vertical-align: middle;
}

* {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*::selection {
  background: rgba(51, 153, 153, .6);
}

*::-moz-selection {
  background: rgba(51, 153, 153, .6);
}

a, input[type=submit] {
  transition: all 0.2s ease;
}
.wp-caption{
  width: auto !important;
}

/* Main global 'theme' and typographic styles */
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  position: relative;
}

body,
input,
textarea {
  color: #111;
  line-height: 1.5;
}

a:link,
a:visited {
  color: #111;
  cursor: hand;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  text-decoration: none;
  outline-width: 0;
}

hr {
  background-color: #ccc;
  border: 0;
  clear: both;
  width: 100%;
  height: 1px;
}

svg,
img {
  width: auto;
  height: auto;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

p {
  margin-bottom: 1.5em;
}

ul {
  list-style: square;
  margin: 0 0 1.5em 2em;
}

ol {
  list-style: decimal;
  margin: 0 0 1.5em 2em;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.8em 0;
}

dt {
  font-weight: bold;
}

dt:last-child {
  margin-bottom: 0;
}

dd {
  margin-bottom: 1.5em;
}

dd:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

cite,
em,
i {
  font-style: italic;
}

big {
  font-size: 131.25%;
}

ins {
  background: #ffc;
  text-decoration: none;
}

blockquote {
  font-style: italic;
  padding: 0 2em;
}

blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 1.5em;
}

blockquote {
  quotes: "" "";
}

blockquote:before, blockquote:after {
  content: "";
}

q {
  quotes: "“" "”" "‘" "’";
}

:focus {
  outline: none;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: .8em;
}

table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  margin-bottom: 1.5em;
}

th, td {
  padding: .5em .8em;
  vertical-align: top;
  border-bottom: none;
  text-align: left;
  background: #fff;
}

th {
  font-weight: normal;
}

body {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 50px;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #dddddd;
  z-index: 100;
  transition: all 0.4s ease;
}

#header.is-index {
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(221, 221, 221, 0);
}

#header.is-index.is-current .siteLogo .commonLogo, #header.is-index:hover .siteLogo .commonLogo {
  opacity: 1;
}

#header.is-current, #header:hover {
  background: white;
}

#header img {
  vertical-align: bottom;
  transition: all 0.4s ease;
}

#header a {
  transition: all 0.4s ease;
}

.siteLogo {
  width: 320px;
  margin: 0;
}

.siteLogo a {
  display: block;
}

.siteLogo .topLogo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.is-index .siteLogo .commonLogo {
  opacity: 1;
}
.search_area{
  overflow: hidden;
  margin-bottom: 50px;
}
#search_input{
  padding: 10px;
  margin: 1px;
  line-height: 0;
  width: 67%;
  float: left;
  border: none;
  background: #eee;
}
.back a{
  width: 60%;
  margin: 0 auto;
  background: #111;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  #header {
    padding: 0 20px;
  }
  .siteLogo {
    width: 260px;
  }
}

@media screen and (max-width: 1024px) {
  #header {
    height: 80px;
    padding: 0 0 0 15px;
    background: white;
/*    opacity: .8;*/
  }
  #header.is-index {
    background: white;
    border-bottom: 1px solid #dddddd;
  }

  #header.is-index:hover .siteLogo .commonLogo {
    opacity: 1;
  }
  #header:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background: #fff;
    z-index: 100;
  }
  .siteLogo {
    width: 270px;
    z-index: 101;
  }

  .is-index .siteLogo .commonLogo {
    opacity: 1;
  }
}

@media screen and (max-width: 414px) {
  .siteLogo {
    width: 214px;
  }
}

.navTrigger {
  display: none;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  background: #000;
  z-index: 5;
}

.navTrigger .fa-times {
  display: none;
}

.navTrigger.is-current .fa-times {
  display: block;
}

.navTrigger.is-current .fa-bars {
  display: none;
}

.navTrigger.is-current + #gNav {
  display: block;
}

#gNav {
  width: calc(100% - 340px);
  z-index: 5;
}

#gNav > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  width: 100%;
  margin: 0;
  list-style: none;
  font-weight: 700;
}

#gNav > ul > li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 60px;
  padding: 15px;
}

#gNav > ul > li > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
}

#gNav > ul > li > a .fa {
  display: none;
}

#gNav > ul > li > a::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 0%;
  height: 7px;
  margin-top: -30px;
  background: #000;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#gNav > ul > li > a:hover::after {
  width: 100%;
}

#gNav > ul > li.is-current > span:after {
  opacity: 1;
}

#header.is-index #gNav > ul > li {
  padding: 0 15px;
}

#header.is-index #gNav > ul > li > a,
#header.is-index #gNav > ul > li > span {
  color: #fff;
}

#header.is-index.is-current #gNav > ul > li > span,
#header.is-index.is-current #gNav > ul > li > a, #header.is-index:hover #gNav > ul > li > span,
#header.is-index:hover #gNav > ul > li > a {
  color: #000;
}
.is-index #gNav > ul > li.headersnslink li a{
  color: #fff;
}
.is-index #gNav:hover > ul > li.headersnslink li a{
  color: #000;
}
@media screen and (max-width: 1200px) {
  #gNav > ul > li > span,
  #gNav > ul > li > a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .navTrigger {
    display: -webkit-flex;
    display: flex;
    z-index: 101;
  }
  .navTrigger.is-current + #gNav {
    top: 60px;
    left: 0;
    opacity: 1;
  }
  #gNav {
    /*position: fixed;*/
    /*top: -100%;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*max-height: calc(100vh - 140px);*/
    /*background: #000;*/
    /*color: #fff;*/
    /*overflow: auto;*/
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*transition: all 0.7s ease;*/
    z-index: 999 !important;
    opacity: 1;
  }
 /* #gNav > ul {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  #gNav > ul > li {
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0;
  }*/
  #gNav > ul > li > span,
  #gNav > ul > li > a {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-size: 16px;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #333;
  }
  #gNav > ul > li > span .fa,
  #gNav > ul > li > a .fa {
    display: block;
    color: #fff;
  }
  #gNav > ul > li > span:after {
    display: none;
  }
  #gNav > ul > li > span > .fa {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #gNav > ul > li > span.is-current > .fa {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #gNav > ul > li.is-current > span:after {
    opacity: 0;
  }
  #gNav > ul > li:last-child {
    padding: 15px 0 !Important;
  }
  #header.is-index #gNav > ul > li > a,
  #header.is-index #gNav > ul > li > span {
    color: #fff;
  }
  #header.is-index:hover #gNav > ul > li > span,
  #header.is-index:hover #gNav > ul > li > a {
    color: #fff;
  }
  #header a{
    color: #fff;
   }
}

@media screen and (max-width: 450px) {
  #gNav {
    width: 100%;
  }
}

.floatingNav {
  z-index: 1000;
}

.floatingNav ul {
  margin: 0;
  list-style: none;
  font-size: 18px;
}

.floatingNav__list {
  position: absolute;
  position: fixed;
  right: 0;
  width: 50px;
  top: 50%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -200px;
}

.floatingNav__list li {
  width: 50px;
  margin-bottom: 2px;
}

.floatingNav__list li a {
  display: block;
  text-align: center;
  padding: 1em 0;
  line-height: 1em;
  background: #CEA653;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .floatingNav {
    display: none;
  }
}

.sideTitle {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  text-align: center;
  font-weight: 900;
}

.mostPopular {
  margin: 0 0 30px;
  counter-reset: wpp-ranking;
}

.mostPopular ul {
  margin: 0;
  margin-top: -20px;
}

.mostPopular li {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  position: relative;
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #eee;
  list-style-type: none;
  text-align: left;
}

.mostPopular li:hover {
  opacity: .7;
}

.mostPopular li:before {
  z-index: 20;
  background: #435A3E;
  border-radius: 50%;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 5px 9px;
  position: absolute;
  top: 15px;
  left: 5px;
}

.mostPopular p {
  margin: 0;
}

.mostPopular .entryListLink {
  z-index: 1 !important;
  position: absolute !important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  font-size: 0;
}

.mostPopular .entryListDateHash {
  z-index: 5;
  font-size: 11px;
}

.mostPopular .entryListDateHash .entryHash {
  padding-right: 5px;
  display: inline-block;
  vertical-align: baseline;
}

.mostPopular .entryListDateHash .entryHash a {
  color: #435A3E;
}

.mostPopular .entryListDateHash .entryHash a:hover {
  color: #435A3E;
  text-decoration: underline;
}

.mostPopular .entryListDateHash .entryNumber {
  margin-right: 10px;
}

.mostPopular .entryListDateHash .entryNumber .fas {
  color: #435A3E;
  padding-right: 5px;
}

.mostPopularBoxRank1 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin-bottom: 5px;
}

.mostPopularBoxRank1 .mostPopularImg {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.mostPopularBoxRank1 .mostPopularImg img {
  width: 100%;
  background: center center no-repeat;
  background-size: contain;
  z-index: 1;
  vertical-align: bottom;
}

.mostPopularBoxRank1 .mostPopularImg span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  -webkit-filter: blur(15px);
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
          filter: blur(15px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 0;
}

.mostPopularBoxRank1 .mostPopularTitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.mostPopularBox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin-bottom: 5px;
}

.mostPopularBoxInner {
  width: 60%;
}

.mostPopularBox .mostPopularImg {
  width: calc(40% - 20px);
  overflow: hidden;
}

.mostPopularBox .mostPopularImg img {
  width: 100%;
  background: center center no-repeat;
  background-size: contain;
  z-index: 1;
  vertical-align: bottom;
}

.mostPopularBox .mostPopularImg span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  -webkit-filter: blur(15px);
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
          filter: blur(15px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 0;
}

.mostPopularBox .mostPopularTitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.sideAdd ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 auto 50px;
}

.sideAdd li {
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
  list-style: none;
}

.sideAdd li a:hover {
  opacity: .7;
}

.sideTag {
  margin-bottom: 50px;
}

.sideTag ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
}

.sideTag li {
  list-style: none;
  margin: 0 5px 5px 0;
  padding: .4em .5em .3em .5em;
  border: 1px solid #435A3E;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #435A3E;
}

.sideTag li a {
  color: #435A3E;
}

.sideTag li:hover {
  opacity: .5;
}

.sideRecommend {
  margin: 0 0 50px;
}

.sideRecommend ul {
  margin: 0;
  margin-top: -20px;
}

.sideRecommend li {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  list-style-type: none;
  text-align: left;
}

.sideRecommend li:hover {
  opacity: .7;
}

.sideRecommend .entryListLink {
  z-index: 1 !important;
  position: absolute !important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  font-size: 0;
}

.sideRecommendBox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}

.sideRecommendBox .sideRecommendImg {
  width: calc(35% - 15px);
  overflow: hidden;
}

.sideRecommendBox .sideRecommendImg img {
  width: 100%;
  background: center center no-repeat;
  background-size: contain;
  z-index: 1;
  vertical-align: bottom;
}

.sideRecommendBox .sideRecommendImg span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  -webkit-filter: blur(15px);
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
          filter: blur(15px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 0;
}

.sideRecommendBox .sideRecommendTitle {
  width: 65%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.sideSns ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
          flex-flow: column;
  margin: 0;
  list-style: none;
}

.sideSns li {
  width: 100%;
  margin-bottom: 30px;
}

.sideSns .sideSnsTwitter {
  height: 400px;
  overflow-y: scroll;
  border: 1px solid #eee;
}

@media screen and (max-width: 900px) {
  .mostPopular {
    margin: 0 0 30px;
  }
  .mostPopular ul {
    margin: 0;
    margin-top: -20px;
  }
  .mostPopular li {
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    position: relative;
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #eee;
    list-style-type: none;
    text-align: left;
  }
  .mostPopularBoxRank1 {
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 5px;
  }
  .mostPopularBoxRank1Inner {
    width: 75%;
  }
  .mostPopularBoxRank1 .mostPopularImg {
    max-width: calc(25% - 20px);
    margin-bottom: 0;
  }
  .mostPopularBoxRank1 .mostPopularTitle {
    width: 75%;
    margin-bottom: 10px;
  }
  .mostPopularBox {
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-bottom: 5px;
  }
  .mostPopularBoxInner {
    width: 75%;
  }
  .mostPopularBox .mostPopularImg {
    width: calc(25% - 20px);
  }
  .sideAdd ul {
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 auto 30px;
  }
  .sideAdd li {
    width: 50%;
    margin: 0 10px;
  }
  .sideRecommend {
    margin: 0 0 30px;
  }
  .sideRecommendBoxInner {
    width: 75%;
  }
  .sideRecommendBox .sideRecommendImg {
    width: calc(25% - 10px);
  }
  .sideRecommendBox .sideRecommendTitle {
    width: 75%;
  }
  .sideSns ul {
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .sideSns li {
    width: 48%;
  }
}

@media screen and (max-width: 500px) {
  .mostPopular li {
    padding: 20px 0 10px 0;
  }
  .mostPopularBoxRank1Inner {
    width: 60%;
  }
  .mostPopularBoxRank1 .mostPopularImg {
    max-width: calc(40% - 10px);
  }
  .mostPopularBoxRank1 .mostPopularTitle {
    width: 60%;
  }
  .mostPopularBoxInner {
    width: 60%;
  }
  .mostPopularBox .mostPopularImg {
    width: calc(40% - 10px);
  }
  .sideRecommendBoxInner {
    width: 40%;
  }
  .sideRecommendBox .sideRecommendImg {
    width: calc(35% - 10px);
  }
  .sideRecommendBox .sideRecommendTitle {
    width: 65%;
  }
  .sideAdd ul {
    -webkit-flex-flow: column;
            flex-flow: column;
  }
  .sideAdd li {
    width: 100%;
  }
  .sideSns ul {
    -webkit-flex-flow: column;
            flex-flow: column;
  }
  .sideSns li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.aboutUsBg{
	margin-top: 50px;
}
.aboutUsBg img {
  vertical-align: bottom;
}

.aboutUsBox {
  position: absolute;
  top: 30%;
  right: 15%;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
  width: 40%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  justify-items: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 60px 70px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, .1);
  background: #fff;
}

.aboutUsBox .aboutUsTitleBox {
  -webkit-flex: 1;
          flex: 1;
}

.aboutUsBox .aboutUsTitleBox span {
  display: block;
  margin-bottom: 5px;
  color: #435A3E;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
}

.aboutUsBox .aboutUsTitleBox .aboutUsTitle {
  font-size: 30px;
  font-weight: 700;
}

.aboutUsBox ul {
  -webkit-flex: 1;
          flex: 1;
  margin: 0;
  list-style: none;
  font-weight: 700;
}

.aboutUsBox ul li {
  line-height: 2.5em;
}

.aboutUsBox ul li a:hover {
  color: #999;
}

.aboutUsCopy {
  padding: 50px 20px;
  background: #f4f4f4;
  text-align: center;
  font-size: 14px;
}

#footerBox {
  width: 100%;
  background: #435A3E;
  padding: 60px 100px 20px;
  margin: 0px 0 0;
}

#footerBox #footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 auto 150px;
  color: #fff;
}

#footerBox #footer ul {
  margin: 0;
  list-style: none;
}

#footerBox #footer ul li {
  font-size: 11px;
  line-height: 2;
}

#footerBox #footer a {
  color: #fff;
  cursor: pointer;
}

#footerBox .footerTitle {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 700;
}

#footerBox .footCopyright {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

#footerBox .footCopyright br {
  display: none;
}

.pagetop {
  position: fixed;
  top: auto;
  right: 20px;
  bottom: -100px;
  left: auto;
  margin: 0;
  text-align: right;
  transition: all 0.3s ease;
  z-index: 1030;
}

.pagetop.is-view {
  bottom: 20px;
}

.pagetop a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #435A3E;
  color: #fff;
  font-size: 30px;
  line-height: 58px;
  text-align: center;
}

.pagetop a:hover {
  opacity: .5;
}

#gNav > ul > li.headersnslink ul{
  margin: 0;
}
#gNav > ul > li.headersnslink li{
  float: left;
  list-style: none;
  display: inline;
  margin: 0 10px;
  list-style: none;
  font-size: 30px;
}
/*#gNav > ul > li.headersnslink li a{
  color: #FFF;
}*/
#gNav > ul > li.headersnslink > a:link,
#gNav > ul > li.headersnslink > a:visited,
#header.is-index:hover #gNav > ul > li.headersnslink > a{
  color: #000;
}

@media screen and (max-width: 1200px) {
  .aboutUsBox {
    right: 10%;
    width: 50%;
  }
}

@media screen and (max-width: 950px) {
  .aboutUsBox {
    margin: 0 auto;
    padding: 30px 35px;
    right: 10%;
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  #footerBox {
    padding: 20px;
  }
  /*#footerBox #footer {
    display: none;
  }*/
  #footerBox .footerTitle{
    margin-bottom: 20px;
  }
  #footerBox #footer nav{
    width: 50%;
    margin-bottom: 30px;
  }
  .pagetop {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    background: #435A3E;
  }
  .pagetop.is-view {
    bottom: auto;
  }
  .pagetop a {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .aboutUsBox {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    bottom: 80px;
    margin-bottom: -80px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 568px) {
  .aboutUsCopy {
    padding: 20px 3.14vw;
    text-align: left;
    font-size: 12px;
  }
}

@media screen and (max-width: 414px) {
  .aboutUsBox .aboutUsTitleBox span {
    font-size: 10px;
  }
  .aboutUsBox .aboutUsTitleBox .aboutUsTitle {
    font-size: 18px;
  }
  #footerBox .footCopyright br {
    display: inline;
  }
  .pagetop a {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width: 375px) {
  .aboutUsBox .aboutUsTitleBox span {
    font-size: 10px;
  }
  .aboutUsBox .aboutUsTitleBox .aboutUsTitle {
    font-size: 16x;
  }
  .aboutUsCopy {
    font-size: 10px;
  }
}

.noscript {
  display: none;
}

.fa {
  vertical-align: baseline;
}

@media screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }
}

/* Components style
-----------------------------------*/
/* @ breadcrumbs
// ------------------------------------------------------------ */
.breadcrumbs {
  width: 100%;
  padding: 10px 80px;
  margin-bottom: 100px;
}

.breadcrumbs ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
}

.breadcrumbs ul li {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  list-style: none;
  font-size: 12px;
  color: #333;
  line-height: 1.2;
}

.breadcrumbs ul li a {
  color: #28496F;
  font-size:12px;
  text-decoration: none;
}
/*
.breadcrumbs ul li .fa-home {
  margin-right: .5em;
}*/

.breadcrumbs ul li:not(:first-child):before {
  display: inline-block;
  content: '>';
  margin: 0 .7em;
}

@media screen and (max-width: 1200px) {
  .breadcrumbs {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 900px) {
  .breadcrumbs {
    padding: 20px;
    margin-bottom: 0px;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

/*@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}*/

.modal {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-align-items: center;
          align-items: center;
  display: none;
  -webkit-justify-content: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 100000;
  padding: 0 5.867%;
  /**
   * Movieモーダル
   */
}

.modal.is-active {
  display: -webkit-flex;
  display: flex;
}

.modal .delete {
  position: absolute;
  right: -22px;
  top: -22px;
  display: inline-block;
  width: 44px;
  height: 44px;
  vertical-align: top;
  background-color: #111;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 100;
}

.modal .delete:before, .modal .delete:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -25%;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 50%;
}

.modal .delete:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal .delete:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(17, 17, 17, .75);
}

.modal-container {
  width: 100%;
}

.modal-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  background: #fff;
}

.modal-content .message {
  width: 100%;
  max-height: calc(100vh - 100px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-content .message-body {
  padding: 30px;
}

.modal-content .message-body > *:last-child {
  margin-bottom: 0 !important;
}

.modal-content .message-header {
  padding: 20px 30px 0;
}

.modal.modalSearch {
  padding: 0;
}

.modal.modalSearch .delete {
  right: 5%;
  top: 5%;
}

.modal.modalSearch .modal-container {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .85);
}

.modal.modalSearch .modal-content {
  max-width: 100%;
  background: none;
}

.modal.modalSearch .modal-content .message {
  max-height: 100vh;
}

.modal.modalSearch .modal-content .message-body {
  height: 100vh;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.modal.modalMovie .modal-content .message-body {
  padding: 0;
  border: 1px solid #fff;
}

.modalMovie .modal-content {
  max-width: 900px;
}

.modalMovie .modal-content .message-body {
  padding: 0;
}

.modalMovie .modal-content .message-body .video-container {
  border: none;
  padding-bottom: 55.25%;
  margin: 0;
}

@media screen and (max-width: 667px) {
  .modal .delete {
    width: 38px;
    height: 38px;
    position: absolute;
    right: -16px;
    top: -16px;
  }
}

/* @ pagination
// ------------------------------------------------------------ */
.pagination {
  margin: 0 0 50px;
  padding-top: 10px;
  text-align: center;
}

.pagination ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}

.pagination ul li {
  display: inline-block;
  list-style: none;
  padding: 0 4px;
  font-size: 15px;
}

.pagination ul li a {
  display: inline-block;
  min-width: 2.2em;
  height: 2.2em;
  line-height: 2.1;
  outline: none;
  padding: 0;
  text-align: center;
  border: solid 1px #eee;
  color: #000;
  background: #fff;
  text-decoration: none;
}

.pagination ul li a.is-current {
  color: #fff !important;
  background: #000;
}

.pagination ul li a.is-current:hover {
  opacity: 1;
}

.pagination ul li.prev a,
.pagination ul li.next a {
  padding: 0 1em;
}

@media screen and (max-width: 768px -1px) {
  .pagination ul li {
    padding: 0 2px;
  }
}

@media screen and (max-width: 414px) {
  .pagination {
    margin: 0 0 30px;
  }
  .pagination ul li {
    font-size: 13px;
  }
}

@media screen and (max-width: 374px) {
  .pagination ul li {
    padding: 0 1px;
  }
  .pagination ul li.prev a,
  .pagination ul li.next a {
    padding: 0 .7em;
  }
}

.pageAdd {
  width: 100%;
  border: 5px solid #eee;
  padding: 40px 20px;
  margin: 20px auto 50px;
}

.pageAdd ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
}

.pageAdd li {
  width: 50%;
  text-align: center;
  list-style: none;
  margin: 0 10px;
}

.pageAdd li a:hover {
  opacity: .7;
}

.pageAddGray {
  width: 100%;
  background: #f8f8f8;
  padding: 40px 20px;
  margin: 20px auto 50px;
}

.pageAddGray ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
}

.pageAddGray li {
  width: 50%;
  text-align: center;
  list-style: none;
  margin: 0 10px;
}

.pageAddGray li a:hover {
  opacity: .7;
}

@media screen and (max-width: 500px) {
  .pageAdd {
    width: 100%;
    padding: 20px 10px;
    margin: 0 auto 30px;
  }
  .pageAdd ul {
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .pageAdd li {
    width: 100%;
    margin: 10px 0;
  }
  .pageAddGray {
    width: 100%;
    padding: 20px 10px;
    margin: 0 auto 30px;
  }
  .pageAddGray ul {
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .pageAddGray li {
    width: 100%;
    margin: 10px 0;
  }
}

/* View style
-----------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.s-right-wrap {
  position: relative;
  margin: 0 auto;
}

.s-right-text {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  text-align: left;
}

.swiper-slide-active .s-right-text {
  -webkit-animation: slideFromRight 1.5s ease 0s 1 normal;
          animation: slideFromRight 1.5s ease 0s 1 normal;
}

@-webkit-keyframes slideFromRight {
  0%, 25% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideFromRight {
  0%, 25% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
  opacity: 0 !important;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
  opacity: 1 !important;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.indexMain {
  z-index: 10;
}

.indexMainInner {
  width: 100%;
  overflow: hidden;
}

.swiper-container {
  z-index: 1;
}

.indexMainControler {
  z-index: 1;
}

.indexMainControlerInner {
  z-index: 2;
}

.indexNews {
  z-index: 1;
}

.indexMain {
  z-index: 10;
  height: 100vh;
  width: 100%;
}

.indexMainSlide {
  background: center center no-repeat;
}

.indexMainSlide a {
  position: relative;
  display: block;
  height: 100%;
  background: #000;
  overflow: hidden;
  z-index: 2;
}

.indexMainBlur {
  position: relative;
  width: 100%;
  height: 100vh;
  background: center center no-repeat;
  background-size: cover;
  -webkit-filter: blur(15px);
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
          filter: blur(15px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: .4;
}

.indexMainKv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100vh;
  width: 100%;
  background: center center no-repeat;
  background-size: contain;
}

.indexMainSlideCopy {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0%;
  width: 100%;
  padding: 0 5em;
  text-align: left;
  margin-bottom: 15em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.swiper-tag, .swiper-copy {
  position: relative;
  overflow: hidden;
  text-shadow: 0px 0px 5px #000;
}

.swiper-tag {
  width: 200px;
  border: 1px solid #fff;
  padding: .3em .5em;
  border-radius: 100px;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.swiper-copy {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

.indexMainControler {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 0;
  border-bottom: 100px solid #000;
  border-left: 100vw solid transparent;
}

.indexMainControlerInner {
  position: absolute;
  bottom: 60px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: right;
}

.indexMainArrow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
}

.swiper-button-next, .swiper-button-prev {
  display: inline-block;
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  vertical-align: middle;
  margin: 0 5em 0 0;
  background: url("../images/index/arrow_slide.png") center center no-repeat;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: .5;
  cursor: pointer;
}

.swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.indexNews {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
          flex-flow: row;
}

.indexNews .indexNewsTitle {
  width: 25%;
  height: 100%;
  background: #083865;
  color: #fff;
  font-weight: 700;
  text-align: right;
  padding: 1.2em 3em;
  line-height: 1em;
}

.indexNews .ticker {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto !important;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  background: #f4f4f4;
}

.indexNews .ticker ul {
  width: 100%;
  position: relative;
  margin: 0;
}

.indexNews .ticker ul li {
  width: 100%;
  display: none;
  padding: 1em 3em;
  background: #f4f4f4;
}

.indexEntryTitle {
  margin: 100px 0 40px;
  font-size: 30px;
  text-align: center;
  font-weight: 900;
}

.indexEntryTitle small {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #435A3E;
  font-style: italic;
}

.indexEntryTitle span {
  font-weight: normal;
  font-size: 15px;
}

.sectionTitleFlex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 80px;
}

.sectionTitleFlex div {
  width: 20%;
  border-right: 1px solid #ddd;
}

.sectionTitleFlex div .sectionTitle {
  margin-bottom: 20px;
  padding: 0 80px 0 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.sectionTitleFlex div p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #435A3E;
  font-style: italic;
}

.sectionTitleFlex .sectionTitleCopy {
  margin: 0;
  padding: 0 0 0 80px;
}

.EntryBox .entryList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: stretch;
          justify-content: stretch;
  -webkit-align-content: stretch;
          align-content: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  margin: 0 0 70px;
}

.EntryBox .entryList .entryListItem {
  width: 33.333%;
  border: 1px solid #eee;
  border-right: 0;
  padding: 0 0 70px;
}

.EntryBox .entryList .entryListItem:nth-child(3n) {
  border-right: 1px solid #eee;
}

.EntryBox .entryList .entryListItem:hover {
  z-index: 4;
  background: #e2ffed;
  border-bottom-color: transparent;
  box-shadow: 0 0 30px rgba(12, 0, 0, .3);
  transition: all .2s;
}

.EntryBox .entryListThumb figure {
  width: 100%;
  height: 100%;
  max-height: 300px;
  overflow: hidden;
}

.EntryBox .entryListThumb figure img {
  width: 100%;
  background: center center no-repeat;
  background-size: contain;
  z-index: 1;
  vertical-align: bottom;
}

.EntryBox .entryListThumb figure span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  -webkit-filter: blur(15px);
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
          filter: blur(15px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 0;
}

.EntryBox .entryListDetail {
  padding: 40px 60px 0;
}

.EntryBox .entryListDetail .entryMeta p {
  margin: 0;
}

.EntryBox .entryListDetail .entryMeta .entryTags {
  display: inline-block;
  margin-bottom: 20px;
}

.EntryBox .entryListDetail .entryMeta .entryTagGreen {
  border: 1px solid #435A3E;
  border-radius: 100px;
  padding: .2em 2em;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  color: #435A3E;
}

.EntryBox .entryListDetail .entryMeta .entryTagCategory {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 900;
}

.EntryBox .entryListDetail .entryListTitle {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

.EntryBox .entryListDetail .entryListDateHash {
  z-index: 5;
  font-size: 12px;
}

.EntryBox .entryListDetail .entryListDateHash .entryDate {
  font-size: 12px;
  font-style: normal;
  margin-right: 10px;
  color: #777;
}

.EntryBox .entryListDetail .entryListDateHash .entryHash {
  padding-right: 5px;
  display: inline-block;
  vertical-align: baseline;
}

.EntryBox .entryListDetail .entryListDateHash .entryHash a {
  color: #435A3E;
}

.EntryBox .entryListDetail .entryListDateHash .entryHash a:hover {
  color: #435A3E;
  text-decoration: underline;
}

.EntryBox .entryListLink {
  z-index: 1 !important;
  position: absolute !important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  font-size: 0;
}

.EntryBox .entryListBtn {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border: 1px solid #333;
  padding: 1.5em .5em;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.3s ease;
}

.EntryBox .entryListBtn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #e2ffed;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.EntryBox .entryListBtn span:not(.fa) {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}

.EntryBox .entryListBtn .fa {
  width: 1em;
  text-align: right;
}

.EntryBox .entryListBtn:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, .3);
  transition: all .2s;
  border: 1px solid #e2ffed;
}

.EntryBox .entryListBtn:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.commonWrapper.indexMovie {
  margin-top: 100px;
}

.slideMovie {
  width: 100%;
  height: 100%;
  padding: 0 80px;
  margin: 0 auto 120px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.slideMovieInner {
  width: 100%;
  overflow: visible;
}

.slideMovie .slick-track {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: stretch;
          align-items: stretch;
}

.slideMovie .slick-list {
  overflow: visible;
  z-index: 1;
}

.slideMovie .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}

.slideMovie .slick-arrow.prev {
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.slideMovie .slick-arrow.next {
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.slideMovie .slideMovieBox {
  width: 100%;
  padding: 0 25px;
}

.slideMovie .slideMovieBoxInner {
  float: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #000;
}

.slideMovie .slideMovieBoxTextArea {
  width: 40%;
  padding: 20px 60px;
  text-align: left;
}

.slideMovie .slideMovieBoxTextArea .slideMovieBoxTitle {
  font-size: 30px;
  margin: 30px 0 40px;
}

.slideMovie .slideMovieBoxTextArea .slideMovieBoxTitle a{
	color:#fff;
}

.slideMovie .slideMovieBoxTextArea .slideMovieBoxText {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 60px;
}

.slideMovie .slideMovieBoxTextArea .entryListDateHash {
  z-index: 5;
  font-size: 12px;
}

.slideMovie .slideMovieBoxTextArea .entryListDateHash .entryDate {
  font-style: normal;
  margin-right: 10px;
  color: #777;
}

.slideMovie .slideMovieBoxTextArea .entryListDateHash .entryHash {
  padding-right: 5px;
  display: inline-block;
  vertical-align: baseline;
}

.slideMovie .slideMovieBoxTextArea .entryListDateHash .entryHash a {
  color: #CEA653;
}

.slideMovie .slideMovieBoxTextArea .entryListDateHash .entryHash a:hover {
  color: #CEA653;
  text-decoration: underline;
}

.slideMovie .slideMovieBox .videoTrigger {
  display: block;
  width: 60%;
  padding: 56% 0 0 0;
  background: center center no-repeat;
  background-size: cover;
  cursor: pointer;
}

.slideMovie .slideMovieBox .videoTrigger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  color: rgba(0, 0, 0, .8);
  font-size: 70px;
}

.slideMovie .slideMovieBox .videoTrigger span:hover {
  color: #f00;
}

.slideMovie .slick-dots li {
  margin: 0 !important;
}

.slideMovie .slick-dots li button:before {
  font-size: 25px;
}

.slideMovie .slick-dots li.slick-active button:before {
  font-size: 25px;
}

.indexPickup {
  margin: 100px 0 0;
  overflow: hidden;
}

.slidePickup {
  width: 100%;
  padding: 0 0;
  margin: 0 auto 120px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.slidePickupInner {
  width: 100%;
  overflow: visible;
  transition: all 0.3s ease;
}

.slidePickup .slick-list {
  overflow: visible !important;
  z-index: 1;
}

.slidePickup .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
}

.slidePickup .slick-arrow.prev {
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.slidePickup .slick-arrow.next {
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.slidePickup .slidePickupBox {
  width: 100%;
  height: auto;
  padding: 0;
}

.slidePickup .slidePickupBoxInner {
  width: 100%;
  margin: 0;
}

.slidePickup .slidePickupBox .slidePickupImg {
  width: 100%;
  height: 500px;
  background-size: cover;
}

.slidePickup .slidePickupBoxTextArea:hover {
  opacity: .8;
  transition: all 0.3s ease;
}

.slidePickup .slidePickupBoxTextArea {
  position: absolute;
  top: 5%;
  right: 10%;
  z-index: 10;
  width: auto;
  max-width: 800px;
}

.slidePickup .slidePickupBoxTextAreaInner {
  background-color: #000;
  padding: 60px 100px;
  text-align: left;
}

.slidePickup .slidePickupBoxTextArea .slidePickupBoxTitle {
  font-size: 36px;
  margin: 30px 0 30px;
}

.slidePickup .slidePickupBoxTextArea .slidePickupBoxText {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}

.slidePickup .slidePickupBoxTextArea .entryListDateHash {
  z-index: 5;
  font-size: 12px;
}

.slidePickup .slidePickupBoxTextArea .entryListDateHash .entryPhoto img {
  display: inline;
  border-radius: 20px;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.slidePickup .slidePickupBoxTextArea .entryListDateHash .entryDate {
  font-weight: 700;
  margin-left: 10px;
  color: #fff;
}

.slidePickup .slidePickupBoxTextArea .entryListDateHash .entryName a {
  font-weight: 700;
  color: #fff;
}

.slidePickup .slidePickupBoxTextArea .entryListDateHash .entryName:after {
  content: "|";
  margin-left: 10px;
}

.slidePickup .slidePickupBoxTextArea .entryListDateHash .entryHash {
  padding-right: 5px;
  display: inline-block;
  vertical-align: baseline;
}

.slidePickup .slidePickupBoxTextArea .entryListDateHash .entryHash a {
  color: #435A3E;
}

.slidePickup .slidePickupBoxTextArea .entryListDateHash .entryHash a:hover {
  color: #435A3E;
  text-decoration: underline;
}

.slidePickup .slidePickupLink {
  z-index: 1 !important;
  position: absolute !important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  font-size: 0;
}

.slidePickup .slick-dots {
  position: relative;
  text-align: left;
  padding-left: 60px;
  margin: 0;
}

.slidePickup .slick-dots li {
  margin: 0 !important;
}

.slidePickup .slick-dots li button:before {
  font-size: 25px;
}

.slidePickup .slick-dots li.slick-active button:before {
  font-size: 25px;
}

@media screen and (max-width: 1300px) {
  .slideMovie {
    padding: 0 40px;
  }
  .slideMovie .slideMovieBox {
    padding: 0 25px;
  }
  .slideMovie .slideMovieBoxTextArea {
    padding: 10px 40px;
  }
  .slideMovie .slideMovieBoxTextArea .slideMovieBoxTitle {
    font-size: 24px;
    margin: 10px 0 20px;
  }
  .slideMovie .slideMovieBoxTextArea .slideMovieBoxText {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .EntryBox .entryList .entryListItem {
    padding: 0 0px 30px;
  }
  .EntryBox .entryListDetail {
    padding: 20px 20px 0;
  }
  .EntryBox .entryListDetail .entryListTitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .slidePickup .slidePickupBoxTextArea .slidePickupBoxTitle {
    font-size: 24px;
    margin: 10px 0 20px;
  }
  .slidePickup .slidePickupBoxTextArea .slidePickupBoxText {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .slidePickup .slick-list {
    z-index: 1;
  }
  .slidePickup .slick-track {
    position: absolute;
  }
  .slidePickup .slick-dots {
    text-align: center;
    padding-left: 0px;
    z-index: 10;
  }
  .slidePickup .slidePickupBox .slidePickupImg {
    height: 300px;
  }
  .slidePickup .slidePickupBoxTextArea {
    position: relative;
    top: 0%;
    right: 0%;
    width: 100%;
    max-width: none;
  }
  .slidePickup .slidePickupBoxTextAreaInner {
    padding: 30px 50px;
  }
}

@media screen and (max-width: 900px) {
  .EntryBox .entryList {
    margin: 0 0 70px;
  }
  .EntryBox .entryList .entryListItem {
    width: 50%;
  }
  .EntryBox .entryList .entryListItem:nth-child(3n) {
    border-right: 0px solid #eee;
  }
  .EntryBox .entryList .entryListItem:nth-child(2n) {
    border-right: 1px solid #eee;
  }
  .EntryBox .entryListThumb figure {
    max-height: 200px;
  }
  .EntryBox .entryListDetail .entryMeta .entryTags {
    margin-bottom: 10px;
  }
  .EntryBox .entryListDetail .entryMeta .entryTagGreen {
    font-size: 11px;
    padding: .1em .5em;
  }
  .EntryBox .entryListDetail .entryMeta .entryTagCategory {
    font-size: 11px;
  }
  .EntryBox .entryListDetail .entryListTitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .EntryBox .entryListDetail .entryListDateHash {
    font-size: 11px;
  }
  .EntryBox .entryListDetail .entryListDateHash .entryDate {
    font-size: 11px;
    margin-right: 10px;
  }
  .EntryBox .entryListBtn {
    max-width: 100%;
    padding: 1.5em .5em;
  }
  .slideMovie {
    padding: 20px;
    margin: 0 auto 50px;
  }
  .slideMovie .slideMovieBox {
    padding: 0 0px;
  }
  .slideMovie .slideMovieBoxInner {
    -webkit-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .slideMovie .slideMovieBoxTextArea {
    width: 100%;
    padding: 20px 40px;
  }
  .slideMovie .slideMovieBoxTextArea .slideMovieBoxTitle {
    font-size: 24px;
    margin: 10px 0 20px;
  }
  .slideMovie .slideMovieBoxTextArea .slideMovieBoxText {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .slideMovie .slideMovieBox .videoTrigger {
    background-size: contain;
    margin-top: 20px;
  }
  .slideMovie .slideMovieBox .videoTrigger span {
    font-size: 40px;
  }
  .slideMovie .slick-arrow {
    top: 30%;
    width: 40px;
  }
  .slideMovie .slick-arrow.prev {
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
  .slideMovie .slick-arrow.next {
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
  .slidePickup {
    margin: 0 auto 50px;
  }
  .slidePickup .slidePickupBox {
    padding: 0 0px;
  }
  .slidePickup .slidePickupBoxInner {
    -webkit-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .slidePickup .slidePickupBox .slidePickupImg {
    height: 200px;
  }
  .slidePickup .slidePickupBoxTextAreaInner {
    padding: 20px 20px;
  }
  .slidePickup .slidePickupBoxTextArea .slidePickupBoxTitle {
    font-size: 24px;
    margin: 10px 0 20px;
  }
  .slidePickup .slidePickupBoxTextArea .slidePickupBoxText {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .slidePickup .slick-arrow {
    top: 30%;
    width: 40px;
  }
  .slidePickup .slick-arrow.prev {
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
  .slidePickup .slick-arrow.next {
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
}

@media screen and (max-width: 768px) {
  .indexMain {
    height: auto;
    width: 100vw;
  }
  .indexMainBlur {
    width: 100vw;
    height: 50vh;
  }
  .indexMainKv {
    height: 50vh;
    width: 100vw;
  }
  .indexMainSlideCopy {
    padding: 0 3em;
    margin-bottom: 2em;
  }
  .swiper-tag {
    width: 200px;
    margin-bottom: 10px;
    padding: .1em .5em;
    text-align: center;
    font-size: 12px;
  }
  .swiper-copy {
    font-size: 20px;
  }
  .indexMainControler {
    position: relative;
    bottom: 0px;
    border-bottom: 50px solid #000;
    border-left: 50vw solid #000;
    border-right: 50vw solid #000;
  }
  .indexMainControlerInner {
    bottom: 0px;
  }
  .indexMainArrow {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .swiper-button-next, .swiper-button-prev {
    margin: 0em 2em 0em 2em;
  }
  .indexNews {
    position: relative;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
            flex-flow: column;
  }
  .indexNews .indexNewsTitle {
    width: 100%;
    text-align: left;
    padding: 1em 2em;
    line-height: 1em;
  }
  .indexNews .ticker {
    position: relative;
    overflow: visible;
    height: auto !important;
  }
  .indexNews .ticker ul li {
    padding: 1em 2em;
  }
  .sectionTitleFlex .sectionTitleCopy {
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 568px) {
  .indexMainSlideCopy {
    padding: 0 2em;
  }
  .swiper-copy {
    font-size: 18px;
  }
  .indexEntryTitle {
    font-size: 24px;
  }
  .indexEntryTitle small {
    font-size: 12px;
  }
  .indexEntryTitle span {
    font-size: 12px;
  }
  .sectionTitleFlex {
    -webkit-flex-flow: column;
            flex-flow: column;
    text-align: center;
    margin-bottom: 40px;
  }
  .sectionTitleFlex div {
    width: 100%;
    border-right: 0px solid #ddd;
    margin-bottom: 10px;
  }
  .sectionTitleFlex div .sectionTitle {
    margin-bottom: 10px;
    padding: 0 0 0 0;
    font-size: 24px;
  }
  .sectionTitleFlex div p {
    font-size: 12px;
  }
  .sectionTitleFlex .sectionTitleCopy {
    margin: 0;
    padding: 0 0 0 0px;
    font-size: 12px;
  }
  .EntryBox .entryList {
    margin: 0 0 50px;
  }
  .EntryBox .entryList .entryListItem {
    padding: 0 0 10px;
  }
  .EntryBox .entryListThumb figure {
    max-height: 200px;
  }
  .EntryBox .entryListDetail {
    padding: 10px 10px 0px;
  }
  .EntryBox .entryListDetail .entryMeta .entryTagGreen {
    font-size: 10px;
  }
  .EntryBox .entryListDetail .entryMeta .entryTagCategory {
    font-size: 10px;
  }
  .EntryBox .entryListDetail .entryListTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .EntryBox .entryListDetail .entryListDateHash {
    font-size: 10px;
  }
  .EntryBox .entryListDetail .entryListDateHash .entryDate {
    font-size: 10px;
    margin-right: 5px;
  }
  .EntryBox .entryListBtn {
    max-width: 100%;
    padding: 1em .5em;
  }
  .slideMovie {
    padding: 10px;
    margin: 0 auto 20px;
  }
  .slideMovie .slideMovieBoxTextArea {
    padding: 20px 10px;
  }
  .slideMovie .slideMovieBoxTextArea .slideMovieBoxTitle {
    font-size: 18px;
    margin: 10px 0 20px;
  }
  .slideMovie .slideMovieBoxTextArea .entryListDateHash {
    font-size: 10px;
  }
  .slideMovie .slideMovieBox .videoTrigger span {
    font-size: 30px;
  }
  .slidePickup {
    margin: 0 auto 20px;
  }
  .slidePickup .slidePickupBoxTextArea .slidePickupBoxTitle {
    font-size: 18px;
    margin: 10px 0 20px;
  }
  .slidePickup .slidePickupBoxTextArea .entryListDateHash {
    font-size: 10px;
  }
}

@media screen and (max-width: 414px) {
  .indexNews .ticker {
    font-size: 12px;
  }
  .indexEntryTitle {
    margin: 80px 0 20px;
    font-size: 20px;
  }
  .indexEntryTitle {
    font-size: 18px;
  }
  .sectionTitleFlex div .sectionTitle {
    font-size: 18px;
  }
  .slideMovie .slideMovieBox .videoTrigger span {
    right: 38%;
    font-size: 20px;
  }
  .EntryBox .entryList {
    margin: 0 0 30px;
  }
  .EntryBox .entryListThumb figure {
    max-height: 150px;
  }
  .EntryBox .entryListDetail .entryListTitle {
    font-size: 16px;
  }
  .slidePickup .slidePickupBoxTextArea .slidePickupBoxTitle {
    font-size: 16px;
    margin: 10px 0 10px;
  }
  .slidePickup .slidePickupBoxTextArea .slidePickupBoxText {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 375px) {
  .indexMainSlideCopy {
    padding: 0 1em;
  }
  .swiper-copy {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .slideMovie .slideMovieBoxTextArea .slideMovieBoxTitle {
    font-size: 16px;
    margin: 10px 0 10px;
  }
  .slideMovie .slideMovieBoxTextArea .slideMovieBoxText {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

body.is-eventNone * {
  pointer-events: none !important;
}

.inview {
  /*opacity: 0;削除*/
  transition: all 0.5s ease;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.inview.is-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.commonWrapper {
  width: 100%;
}

.commonWrapper.twoColumn {
  max-width: 1380px;
  margin: 0 auto;
}

.commonWrapper .mainColumn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 60px;
}

.commonWrapper .sectionTitleFlex {
  padding-left: 60px;
  padding-right: 60px;
}

.commonWrapper .mainContents {
  padding: 0 0 0 0;
  width: calc(100% - 400px);
}

.commonWrapper .sideContents {
  width: 350px;
}

.pageTitle {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  margin: 80px 0 0px;
  padding: 60px 80px;
  background: #435A3E;
  color: #fff;
}

.pageTitle div {
  padding-right: 10px;
  border-right: 1px solid #ddd;
}

.pageTitle div .pageMainCategoryTitle {
  margin-bottom: 20px;
  padding: 0 60px 0 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}
.pageTitle div .pageMainCategoryTitle a{
	color:#fff;
}
.pageTitle div .pageMainCategoryHash {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #CEA653;
}

.pageTitle .pageMainTitle {
  margin: 0;
  padding: 0 0 0 80px;
  font-size: 28px;
  font-weight: 700;
}

.catGreen {
  display: inline;
  width: 100%;
  border: 1px solid #435A3E;
  border-radius: 100px;
  padding: .2em 1em;
  margin-right: 10px;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  color: #CEA653;
}

@media screen and (max-width: 900px) {
  .catGreen {
    font-size: 11px;
    padding: .1em .5em;
  }
}

@media screen and (max-width: 568px) {
  .catGreen {
    font-size: 10px;
  }
}

.grayWideBtn {
  display: block;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  background: #f4f4f4;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  transition: all 0.3s ease;
}

.grayWideBtn a {
  display: block;
  width: 100%;
  padding: 5em .5em;
}

.grayWideBtn p {
  margin: 0;
  cursor: pointer;
}

.grayWideBtn .iconPlus {
  font-size: 30px;
}

.grayWideBtn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: #e2ffed;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  z-index: -1;
}

.grayWideBtn:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@-webkit-keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tabBox {
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
  overflow: hidden;
}

.tabBox .tabContents .tab_area {
  font-size: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-content: stretch;
          align-content: stretch;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.tabBox .tabContents .tab_label {
  display: inline-block;
  -webkit-flex: 1;
          flex: 1;
  margin: 0;
  padding: 15px 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #ddd;
  border-right: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tabBox .tabContents .tab_label:last-child {
  border-right: 1px solid #ddd;
}

.tabBox .tabContents .tab_label:hover {
  opacity: 0.7;
}

.tabBox .tabContents .tab_label.is-current {
  background: #435A3E;
  color: #fff;
}

.tabBox .tabContents .tab_label.is-current:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #435A3E transparent transparent transparent;
  border-width: 12px 12px 0 12px;
}

.tabBox .tabContents .tab_panel {
  width: 100%;
  opacity: 0;
  padding: 60px 0;
  display: none;
}

.tabBox .tabContents .tab_panel.is-current {
  display: block;
  -webkit-animation: tabAnim ease 0.6s forwards;
          animation: tabAnim ease 0.6s forwards;
}

.slideItemInner {
  width: 100%;
  overflow: visible;
  margin: 0 0 70px;
}

.slideItem .slick-track {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: stretch;
          align-items: stretch;
}

.slideItem .slick-list {
  overflow: visible;
  z-index: 1;
}

.slideItem .slick-arrow {
  position: absolute;
  top: 30%;
  z-index: 10;
  cursor: pointer;
}

.slideItem .slick-arrow.prev {
  left: 0;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
}

.slideItem .slick-arrow.next {
  right: 0;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
}

.slideItem .slideItemBox {
  display: block;
  padding: 0 20px;
  text-align: left;
}

.slideItem .slideItemBox:hover {
  opacity: .6;
  transition: all 0.3s ease;
}

.slideItem .itemListThumb {
  border: 1px solid #eee;
  height: 300px;
  overflow: hidden;
  margin: 0 auto;
}

.slideItem .itemListThumb img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  background: center center no-repeat;
  background-size: contain;
}

.slideItem .itemListDetail {
  padding: 20px 0px 0;
}

.slideItem .itemListDetail .entryMeta p {
  margin: 0;
}

.slideItem .itemListDetail .entryMeta .entryTags {
  display: inline-block;
  margin-bottom: 20px;
}

.slideItem .itemListDetail .entryMeta .entryTagGreen {
  border: 1px solid #435A3E;
  border-radius: 100px;
  padding: .2em 2em;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  color: #435A3E;
}

.slideItem .itemListDetail .itemListTitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

.slideItem .itemListDetail .itemListDateHash {
  z-index: 5;
  font-size: 12px;
}

.slideItem .itemListDetail .itemListDateHash .entryDate {
  font-size: 12px;
  font-style: normal;
  margin-right: 10px;
  color: #777;
}

.slideItem .itemListDetail .itemListDateHash .entryHash {
  padding-right: 5px;
  display: inline-block;
  vertical-align: baseline;
}

.slideItem .itemListDetail .itemListDateHash .entryHash a {
  color: #435A3E;
}

.slideItem .itemListDetail .itemListDateHash .entryHash a:hover {
  color: #435A3E;
  text-decoration: underline;
}

.slideItem .itemListBtn {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border: 1px solid #333;
  padding: 1.5em .5em;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.3s ease;
}

.slideItem .itemListBtn:hover {
  border-bottom-color: transparent;
  box-shadow: 0 0 30px rgba(12, 0, 0, .3);
  transition: all 0.3s ease;
  border: 1px solid #e2ffed;
}

.slideItem .itemListBtn span:not(.fa) {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}

.slideItem .itemListBtn .fa {
  width: 1em;
  text-align: right;
}

.slideItem .itemListBtn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #e2ffed;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.slideItem .itemListBtn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.pickupList {
  margin: 0 0 120px;
}

.pickupList .entryListLink {
  z-index: 1 !important;
  position: absolute !important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  font-size: 0;
}

.pickupListBox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: 50px 0;
  border-bottom: 1px solid #eee;
}

.pickupListBox:first-child {
  border-top: 1px solid #eee;
}

.pickupListBox:hover {
  opacity: .7;
}

.pickupListBoxInner {
  width: 65%;
}

.pickupListBox .pickupListImg {
  width: calc(35% - 50px);
  margin-right: 50px;
  min-width: 200px;
  overflow: hidden;
}

.pickupListBox .pickupListImg img {
  width: 100%;
  background: center center no-repeat;
  background-size: contain;
  z-index: 1;
  vertical-align: bottom;
}

.pickupListBox .pickupListImg span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  -webkit-filter: blur(15px);
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
          filter: blur(15px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 0;
}

.pickupListBox .pickupListTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.pickupListBox .entryListDateHash {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
          flex-flow: row;
  -webkit-align-items: center;
          align-items: center;
  z-index: 5;
  font-size: 12px;
}

.pickupListBox .entryListDateHash .entryPhoto img {
  display: inline-block;
  border-radius: 20px;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.pickupListBox .entryListDateHash .entryDate {
  font-weight: 700;
  margin-left: 10px;
  color: #999;
}

.pickupListBox .entryListDateHash .entryName a {
  font-weight: 700;
  margin-right: 10px;
  color: #999;
}

.pickupListBox .entryListDateHash .entryName:after {
  content: "|";
}

.pickupListBox .entryListDateHash .entryHash {
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.pickupListBox .entryListDateHash .entryHash a {
  color: #435A3E;
}

.pickupListBox .entryListDateHash .entryHash a:hover {
  color: #435A3E;
  text-decoration: underline;
}

.pickupListBox .entryListDateHash .entryNumber {
  margin-right: 20px;
}

.pickupListBox .entryListDateHash .entryNumber .fas {
  color: #435A3E;
  padding-right: 5px;
}

@media screen and (max-width: 1280px) {
  .pickupListBox .pickupListImg {
    width: calc(45% - 50px);
    margin-right: 20px;
  }
  .pageTitle div .pageMainCategoryTitle {
    padding: 0 20px 0 0;
  }
  .pageTitle .pageMainTitle {
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 1200px) {
  .pickupListBox .pickupListTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .pickupList {
    margin: 0 0 50px;
  }
  .pickupListBox {
    padding: 20px 0;
  }
  .pickupListBox .pickupListTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .pageTitle {
    margin: 80px 0 0px;
    padding: 40px 80px;
  }
  .pageTitle div .pageMainCategoryTitle {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .pageTitle div .pageMainCategoryHash {
    font-size: 12px;
  }
  .pageTitle .pageMainTitle {
    font-size: 24px;
  }
}

@media screen and (max-width: 1100px) {
  .commonWrapper .mainContents {
    padding: 0 0 0 0;
    width: calc(100% - 320px);
  }
  .commonWrapper .sideContents {
    width: 300px;
  }
}

@media screen and (max-width: 900px) {
  .commonWrapper .sectionTitleFlex {
    padding: 0 20px;
  }
  .commonWrapper .mainColumn {
    -webkit-flex-flow: column;
            flex-flow: column;
    padding: 0 20px;
  }
  .commonWrapper .mainContents {
    padding: 0 0 0 0;
    width: 100%;
  }
  .commonWrapper .sideContents {
    width: 100%;
  }
  .tabBox {
    padding: 0 20px;
  }
  .tabBox .tabContents .tab_area {
    padding: 15px 0;
  }
  .tabBox .tabContents .tab_label {
    font-size: 18px;
  }
  .tabBox .tabContents .tab_panel {
    padding: 30px 0;
  }
  .grayWideBtn a {
    padding: 2em .5em;
  }
  .grayWideBtn .iconPlus {
    font-size: 20px;
  }
  .slideItem .slick-arrow {
    top: 30%;
    width: 40px;
  }
  .slideItem .slick-arrow.prev {
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
  .slideItem .slick-arrow.next {
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
  .slideItem .itemListDetail .itemListTitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .slideItem .itemListBtn {
    max-width: 100%;
    padding: 1.5em .5em;
  }
  .pageTitle {
    padding: 40px 20px;
  }
  .pageTitle div .pageMainCategoryTitle {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .pageTitle div .pageMainCategoryHash {
    font-size: 12px;
  }
  .pageTitle .pageMainTitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  .pageMainCopy {
    padding: 30px 20px 20px 20px;
    margin-bottom: 0;
  }
  .pageMainCopyTitle {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 736px) {
  .pageMainCopy {
    padding: 30px 20px 20px 20px;
  }
  .pageMainCopyTitle {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .pageMainCopy p {
    text-align: left;
  }
  .pageMainCopy .pcOnly {
    display: none;
  }
}

@media screen and (max-width: 568px) {
  .tabBox .tabContents .tab_area {
    padding: 10px 0;
  }
  .tabBox .tabContents .tab_label {
    font-size: 14px;
  }
  .tabBox .tabContents .tab_panel {
    padding: 20px 0;
  }
  .pickupListBox {
    padding: 20px 0;
  }
  .pickupListBox .pickupListTitle {
    font-size: 16px;
  }
  .pickupListBox .entryListDateHash {
    font-size: 10px;
    margin: 0;
  }
  .pickupListBox .entryListDateHash .entryPhoto img {
    display: none;
    margin: 0;
  }
  .pageTitle {
    padding: 20px 20px;
  }
  .pageTitle div .pageMainCategoryTitle {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .pageTitle div .pageMainCategoryHash {
    font-size: 10px;
  }
  .pageTitle .pageMainTitle {
    font-size: 3.14vw;
  }
}

@media screen and (max-width: 568px) {
  .pickupListBox .pickupListImg {
    width: calc(35% - 20px);
    margin-right: 20px;
    min-width: 100px;
  }
}

@media screen and (max-width: 375px) {
  .tabBox .tabContents .tab_label {
    font-size: 12px;
  }
}

@media screen and (max-width: 568px) {
  .grayWideBtn {
    font-size: 12px;
  }
  .grayWideBtn a {
    padding: 1em .5em;
  }
  .grayWideBtn .iconPlus {
    font-size: 16px;
  }
  .slideItem .itemListThumb figure {
    max-height: 200px;
  }
  .slideItem .itemListDetail {
    padding: 20px 0px 0;
  }
  .slideItem .itemListDetail .entryMeta .entryTagGreen {
    font-size: 10px;
  }
  .slideItem .itemListDetail .itemListTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .slideItem .itemListDetail .itemListDateHash {
    font-size: 10px;
  }
  .slideItem .itemListDetail .itemListDateHash .entryDate {
    font-size: 10px;
    margin-right: 5px;
  }
  .slideItem .itemListBtn {
    padding: 1em .5em;
  }
}

@media screen and (max-width: 375px) {
  .slideItem > ul {
    margin: 0 0 30px;
  }
  .slideItem > ul > li {
    padding: 0 0 20px;
  }
  .slideItem .itemListThumb figure {
    max-height: 150px;
  }
  .slideItem .itemListDetail {
    padding: 10px 10px 0;
  }
  .slideItem .itemListDetail .itemListTitle {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  .commonWrapper .sectionTitleFlex {
    padding: 0 3.14vw;
  }
  .commonWrapper .mainColumn {
    padding: 0 3.14vw;
  }
}

@media screen and (max-width: 320px) {
  .pickupListBox {
    padding: 10px 0;
  }
  .pickupListBoxInner {
    width: 80%;
  }
  .pickupListBox .pickupListTitle {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .pickupListBox .pickupListImg {
    width: calc(20% - 10px);
    margin-right: 20px;
    min-width: 100px;
  }
}

.singleMainImg {
  width: 100%;
  overflow: hidden;
}

.singleMainImg img {
  width: 100%;
  background: center center no-repeat;
  background-size: contain;
  z-index: 1;
  vertical-align: bottom;
}

.singleMainImg span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  -webkit-filter: blur(15px);
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
          filter: blur(15px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 0;
}

.singleInfo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.singleTag ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
}

.singleTag li {
  list-style: none;
  margin: 0 5px 5px 0;
  padding: .4em .5em .3em .5em;
  border: 1px solid #435A3E;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #435A3E;
}

.singleTag li a {
  color: #435A3E;
}

.singleTag li:hover {
  opacity: .5;
}

.singleUpdate {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}

.singleUpdate .infoUpdate {
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}

.singleUpdate ul {
  margin: 0;
}

.singleUpdate li {
  display: inline;
  vertical-align: top;
  margin: 0 3px;
  list-style: none;
  font-size: 18px;
  line-height: 1;
}

.singleUpdate .viewsContent {
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}

.singleUpdate .viewsContent .fas {
  color: #435A3E;
  padding-right: 5px;
}

.singleUpdate .facebook .fab {
  color: #334f8d;
}

.singleUpdate .twitter .fab {
  color: #4ba3eb;
}

.singleUpdate .line .fab {
  color: #03bb01;
}

.singleWriter {
  border: 5px solid #eee;
  padding: 30px 20px 30px 0px;
  margin-bottom: 50px;
}

.singleWriterProfile {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.singleWriter .singleWriterTitle {
  position: absolute;
  top: 50%;
  left: 0px;
  font-weight: 500;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #666;
  letter-spacing: .3em;
}

.singleWriter .singleWriterDetailInner {
  padding-left: 80px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.singleWriter .singleWriterDetailInner .writerPhoto img {
  display: inline;
  border-radius: 50px;
  height: 70px;
  width: 70px;
  margin-right: 20px;
}

.singleWriter .singleWriterDetailInner .writerName,
.singleWriter .singleWriterDetailInner .writerPosition {
  font-weight: 700;
}

.singleWriter .singleWriterDetailInner .writerName:after {
  content: " | ";
}

.singleWriter .singleWriterDetailInner .writerSns {
  margin-top: 5px;
  font-size: 12px;
}

.singleWriter .singleWriterDetailInner .writerSns ul {
  margin: 0;
}

.singleWriter .singleWriterDetailInner .writerSns li {
  list-style: none;
}

.singleWriter .singleWriterDetailInner .writerSns .facebook .fab {
  color: #334f8d;
  margin-right: 5px;
}

.singleWriter .singleWriterDetailInner .writerSns .twitter .fab {
  color: #4ba3eb;
  margin-right: 5px;
}

.singleWriter .writerComment {
  padding-left: 80px;
  font-size: 14px;
}

.singleWriter .singleWriterEntry {
  margin-left: 20px;
  border-top: 1px solid #eee;
}

.singleWriter .singleWriterEntry ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0;
}

.singleWriter .singleWriterEntry li {
  width: calc(48% - 20px);
  padding: 15px 0;
  margin: 0 10px;
  border-bottom: 1px solid #eee;
  list-style-type: none;
  text-align: left;
}

.singleWriter .singleWriterEntry li:hover {
  opacity: .7;
}

.singleWriter .singleWriterEntry .entryListLink {
  z-index: 1 !important;
  position: absolute !important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  font-size: 0;
}
.singleWriter li > figure,
.singleWriter li > h4{
	display:table-cell;
}
.singleWriter li > h4{
	padding:5px 0 5px 10px;
	vertical-align:middle;
}
.singleWriter figure{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
	width:80px;

	min-height:48px;
}
@media screen and (min-width: 361px) {
	.singleWriter li > h4{
		font-size:16px;
	}
}
@media screen and (max-width: 360px) {
	.singleWriter figure{
		width:30%;
	}
	.singleWriter li > h4{
		font-size:4vw;
	}
}


/*
.singleWriter .singleWriterEntryBox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-content: center;
          align-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.singleWriter .singleWriterEntryBox .singleWriterEntryImg {
  width: calc(40% - 10px);
  padding-right: 10px;
}

.singleWriter .singleWriterEntryBox .singleWriterEntryImg img {
  width: 80px !important;
  height: 48px !important;
}

.singleWriter .singleWriterEntryBox .singleWriterEntryTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding:0 0 0 10px;
}
*/
.singleRelationTitle {
  padding: .75em 1em;
  margin-bottom: 1em;
  background: #000;
  font-weight: 700;
  color: #fff;
}

.singleRelation ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0;
}

.singleRelation li {
  width: calc(48% - 20px);
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid #eee;
  list-style-type: none;
  text-align: left;
}

.singleRelation li:hover {
  opacity: .7;
}

.singleRelation .entryListLink {
  z-index: 1 !important;
  position: absolute !important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  font-size: 0;
}

/*関連記事*/
.singleRelation li > figure,
.singleRelation li > h5{
	display:table-cell;
}
.singleRelation li > h5{
	padding:5px 0 5px 10px;
	vertical-align:middle;
}
.singleRelation figure{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
	width:80px;
	height:auto;
	min-height:48px;
}
@media screen and (min-width: 361px) {
	.singleRelation li > h5{
		font-size:16px;
	}
}
@media screen and (max-width: 360px) {
	.singleRelation figure{
		width:30%;
	}
	.singleRelation li > h5{
		font-size:4vw;
	}
}
/**/

/*
.singleRelation .singleRelationBox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-content: center;
          align-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.singleRelation .singleRelationBox .singleRelationImg {
  width: calc(40% - 10px);
  padding-right: 10px;
  margin: 0;
}

.singleRelation .singleRelationBox .singleRelationImg img {
  width: 80px;
  height: 48px;
}

.singleRelation .singleRelationBox .singleRelationEntry {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}*/

.singleSns {
  margin: 0 auto 50px auto;
  text-align: center;
}

.singleSns ul {
  margin: 0;
}

.singleSns li {
  display: inline-block;
  vertical-align: top;
  margin: 50px 5px 100px 5px;
  list-style: none;
  font-size: 30px;
  line-height: 1;
}

.singleSns .facebook .fab {
  color: #334f8d;
}

.singleSns .twitter .fab {
  color: #4ba3eb;
}

.singleSns .line .fab {
  color: #03bb01;
}

.singleContent {
  text-align: left;
  padding: 30px 0 0;
  margin-bottom: 0px;
  /* align */
}

.singleContent .addtoany_share_save_container {
  display: none;
}

.singleContent::after {
  content: '';
  display: table;
  width: 100%;
}
.singleContentText{
  line-height:180%;
  word-wrap: break-word;
  white-space: pre-wrap ;
}
.singleContent p {
  line-height: 1.8;
}

.singleContent figure {
  margin-bottom: 1.5em;
}

.singleContent h1 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 1.5em;
  padding-bottom: .5em;
}

.singleContent h1:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 5px solid #000;
  width: 100px;
}

.singleContent h2 {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 1.5em;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  background-color: #435a3e;
}

/*.singleContent h2:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 5px;
  background-color: #fff;
  content: "";
}*/

.singleContent h3 {
  margin-bottom: 1.5em;
  padding-left: 20px;
  font-size: 1.3em;
  font-weight: 700;
  color: #435a3e;
  border-left: 5px solid #435a3e;
}


@media (max-width: 767px) {
  .singleContent h3 {
    padding-left: 10px;
  }
}

/*.singleContent h3:before {
  position: absolute;
  left: 0;
  top: 0.9em;
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  margin-top: -1px;
  background: #000;
}*/

.singleContent h4 {
  position: relative;
  padding-left: 40px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000
}

.singleContent h4:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 30px;
  height: 1px;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #000;
  content: "";
}

@media (max-width: 767px) {
  .singleContent h4 {
    padding-left: 30px;
  }

  .singleContent h4:before {
    width: 20px;
  }
}

.singleContent h5 {
  font-size: 0.83em;
  font-weight: bold;
  color: #000;
}

.singleContent h6 {
  font-size: 0.67em;
  font-weight: bold;
}

.singleContent a {
  color: #28496F;
}
.singleContent a :hover{
  text-decoration:underline;
}
.singleContent .alignleft {
  z-index: 2;
  display: inline;
  float: left;
  padding-right: .5em;
  margin-bottom: .5em;
  max-width: 50%;
}
img.kaosyashin{
    border-radius: 50%;
}
.singleContent .alignright {
  z-index: 2;
  display: inline;
  float: right;
  padding-left: .5em;
  margin-bottom: .5em;
  max-width: 50%;
}

.singleContent .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: .5em;
}

.singleContent .tableWrapper table {
  min-width: 100%;
  background: #eee;
  overflow: auto;
  white-space: nowrap;
}

.singleContent .tableWrapper table th, .singleContent .tableWrapper table td {
  padding: 1em;
}

.singleContent .tableWrapper table th {
  background: #f8f8f8;
}

.singleContent .tableWrapper table td {
  background: #fff;
}

.singleContent .tableWrapper table thead th {
  text-align: left;
}

/*関連記事*/
.singleContent .related{
	border:1px solid #dcdcdc;
	display:block;
	padding:20px;
	margin:20px 0;
	background:#f5f5f5;
}
	.singleContent .related:hover{
		background:#dcdcdc;
	}
	.singleContent .related figure{
		background-position:center center;
		background-size:auto 100%;
		display:table-cell;
		width:100px;
		height:70px;
	}
	.singleContent .related div{
		display:table-cell;
		margin:0;
		padding:0 0 0 10px;
		vertical-align:middle;
	}
		.singleContent .related p{
			color:#00608d;
			text-decoration:underline;
			padding:0;
			margin:0;
		}
		.singleContent .related span{
			color:#000;
			font-size:0.8rem;
		}
/*
	.singleContent .related figure{
		background-position:center center;
		background-size:auto 100%;
		width:100px;
		height:70px;
    float: left;
	}
	.singleContent .related dl{
		display:table-cell;
		padding:0;
		margin:0;
	}
		.singleContent .related dt{
			font-size:0.8rem;
			font-weight:normal;
			line-height:140%;
			margin:0;
			padding:0 0 10px 10px;
			vertical-align:top;
		}
			.singleContent .related dt p{
				color:#00608d;
				text-decoration:underline;
				margin:0;
				padding:0;
			}
		.singleContent .related dd{
			font-size:14px;
			font-weight:normal !important;
			line-height:140%;
			margin:0;
			padding:0 0 0 10px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
		}
			.singleContent .related dd i{
				font-size:10px;
				font-style:normal;
			}
*/
  /*single youtube&contact バナー*/
  .singleContent ul.adTop{
    display:table;
    list-style:none;
    margin:20px 0 0 0;
    padding:0;
    width:100%;
  }
  .singleContent .adTop li{
    display:table-cell;
    padding:10px;
    width:50%;
  }
  .singleContent .adTop a{
    box-shadow:1px 1px 3px #ccc;
    display:block;
    width:100%;
    height:100px;
  }

  .singleContent .adTop a.youtube{
    background:url(/images/youtubechannel.png) no-repeat #CD332C;
    background-size:100% auto;
    background-position:center center;
    border:1px solid #CD332C;
  }
  .singleContent .adTop a.contact{
    background:url(/images/writer.png) no-repeat #fff;
    background-sizfe:auto 95%!important;
    background-position:center center;
    border:1px solid #000;
  }

/*adtop-2*/
  .singleContent ul.adTop-2{
    display:table;
    list-style:none;
    margin:0px 0 0 0;
    padding:0;
    width:100%;
  }
  .singleContent .adTop-2 li{
    display:table-cell;
    padding:10px;
    width:50%;
  }
  .singleContent .adTop-2 a{
    box-shadow:1px 1px 3px #ccc;
    display:block;
    width:100%;
    height:100px;
  }

  .singleContent .adTop-2 a.bana2-2{
    background:url(/images/bana2-1.png) no-repeat  #fff;
    background-size:100% auto;
    background-position:center center;
    /*border:1px solid #CD332C;*/
  }
  .singleContent .adTop-2 a.bana2-1{
    background:url(/images/bana2-2.png) no-repeat #fff;
    background-size:100% auto;
    background-position:center center;
    /*border:1px solid #000;*/
  }

.box{
  float: left;
  width: 48%;
  margin:2px 3px;
}

.boxContainer{
  /*overflow: hidden;*/
  margin:10px 0;
}

.accbox {
  margin: 2em 0;
  padding: 0;
}

.accbox label {
  padding: 1em 5em;
  border: 1px solid #eee;
  text-align: center;
  display: block;
  background: #f4f4f4;
  cursor: pointer;
  color: #435A3E;
}

.accbox input {
  display: none;
}

.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

.accbox .accshow ul {
  margin-bottom: 0;
}

.accbox .accshow li {
  margin-bottom: .5em;
}

.accbox .accshow li:last-child {
  margin-bottom: 0;
}

.cssacc:checked + .accshow {
  height: auto;
  padding: 1em;
  background: #f4f4f4;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  opacity: 1;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1200px) {
  .singleWriter {
    padding: 20px 10px 20px 0px;
  }
  .singleWriterProfile {
    margin-bottom: 10px;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .singleWriter .singleWriterTitle {
    text-align: center;
    position: relative;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-bottom: 20px;
  }
  .singleWriter .singleWriterDetailInner {
    padding-left: 20px;
  }
  .singleWriter .writerComment {
    font-size: 12px;
    padding-left: 20px;
  }
  .singleWriter .singleWriterEntry {
    margin-left: 20px;
    border-top: 1px solid #eee;
  }
  .singleWriter .singleWriterEntry ul {
    -webkit-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  .singleWriter .singleWriterEntry li {
    width: calc(100% - 20px);
    padding: 10px 0;
  }
/*  .singleWriter .singleWriterEntryBox .singleWriterEntryImg {
    width: calc(20% - 10px);
    padding-right: 10px;
  }
  .singleWriter .singleWriterEntryBox .singleWriterEntryTitle {
    font-size: 12px;
  }*/
  .singleRelation ul {
    -webkit-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  .singleRelation li {
    width: calc(100% - 20px);
    padding: 10px 0;
  }
  .singleRelation .singleRelationBox .singleRelationImg {
    width: calc(20% - 10px);
    padding-right: 10px;
  }
  .singleRelation .singleRelationBox .singleRelationEntry {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .singleSns li {
    margin: 0px 5px 40px 5px;
    font-size: 30px;
  }
  .tableWrapper {
    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 767px) {
  .singleTitle {
    font-size: 20px;
  }
  .singleMeta {
    margin-bottom: 20px;
  }
  .singleContent {
    /* align */
  }
  .singleContent iframe{
    width: 100%;
    /*height: auto;*/
  }
  .singleContent h1 {
    font-size: 1.5em;
  }
  .singleContent h2 {
    font-size: 1.3em;
  }
  .singleContent h3 {
    font-size: 1.2em;
  }
  .singleContent h4 {
    font-size: 1.1em;
  }
  .singleContent .alignleft {
    display: block;
    float: none;
    margin: 0 auto .5em;
    padding-right: 0;
    max-width: 100%;
  }
  .singleContent .alignright {
    display: block;
    float: none;
    padding-left: 0;
    margin: 0 auto .5em;
    max-width: 100%;
  }
  .singleContent .aligncenter {
    margin-bottom: .5em;
  }
}

@media screen and (max-width: 736px) {
  .singleInfo {
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .singleUpdate {
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 568px) {
  .singleWriter .singleWriterTitle {
    margin-bottom: 10px;
  }
  .singleWriter .singleWriterDetailInner {
    padding-left: 10px;
    margin-bottom: 10px;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
  }
  .singleWriter .singleWriterDetailInner .writerPhoto img {
    display: inline;
    height: 50px;
    width: 50px;
    margin-right: 0px;
  }
  .singleWriter .singleWriterDetailInner .writerName,
  .singleWriter .singleWriterDetailInner .writerPosition {
    font-size: 12px;
  }
  .singleWriter .singleWriterDetailInner .writerSns {
    font-size: 10px;
    word-wrap: break-word;
  }
  .singleWriter .singleWriterDetailInner .writerSns ul {
    margin: 0;
  }
  .singleWriter .singleWriterDetailInner .writerSns li {
    list-style: none;
  }
/*  .singleWriter .singleWriterEntryBox .singleWriterEntryImg {
    width: calc(40% - 10px);
  }
  .singleRelation .singleRelationBox .singleRelationImg {
    width: calc(40% - 10px);
  }*/
}

@media screen and (max-width: 414px) {
  .singleWriter .singleWriterEntryBox .singleWriterEntryImg {
    width: calc(60% - 10px);
  }
  .singleRelation .singleRelationBox .singleRelationImg {
    width: calc(60% - 10px);
  }
}

@media screen and (max-width: 374px) {
  .singleTitle {
    font-size: 18px;
  }
  .singleMeta .tag {
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.2;
  }
  .singleContent {
    font-size: 14px;
  }
}

.searchModalInner {
  width: 100%;
  padding: 0 20px;
}

.searchModalInner .searchTitle {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 10px;
}

.searchModalInner .searchCopy {
  font-size: 12px;
  margin-bottom: 50px;
}

.searchModalInner .searchBox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 50px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .6);
  border: 2px solid #000;
  overflow: hidden;
}

.searchModalInner .searchBox input {
  width: calc(100% - 60px);
  height: 60px;
  padding: 0 0 0 .5em;
  line-height: 58px;
  font-size: 20px;
  color: #000;
  background: none;
  border: none;
}

.searchModalInner .searchBox input::-webkit-input-placeholder {
  color: #555;
}

.searchModalInner .searchBox input::placeholder {
  color: #555;
}

.searchModalInner .searchBox button {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 60px;
  background: none;
  border: 0;
  font-size: 30px;
  cursor: pointer;
}
.searchModalInner .searchBox button span{
  cursor: pointer;
}
.searchModalInner .searchBox button i {
  color: #333;
}

.searchModalInner .searchSns ul {
  margin: 0 auto;
}

.searchModalInner .searchSns ul li {
  display: inline;
  margin: 0 10px;
  list-style: none;
  font-size: 30px;
}

.searchModalInner .searchSns ul li .fab {
  color: #fff;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .searchModalInner .searchBox input {
    line-height: 48px;
  }
}

/* extension style
-----------------------------------*/
.is-left {
  text-align: left !important;
}

.is-center {
  text-align: center !important;
}

.is-right {
  text-align: right !important;
}

.is-bold {
  font-weight: bold !important;
}

.nowrap {
  white-space: nowrap !important;
}

.video-container {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  padding-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}


@font-face {
    font-family: 'josefin_sanslight';
    src: url('/fonts/josefinsans-light-webfont.eot');
    src: url('/fonts/josefinsans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/josefinsans-light-webfont.woff2') format('woff2'),
         url('/fonts/josefinsans-light-webfont.woff') format('woff'),
         url('/fonts/josefinsans-light-webfont.ttf') format('truetype'),
         url('/fonts/josefinsans-light-webfont.svg#josefin_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lobster';
    src: url('/fonts/lobster-webfont.eot');
    src: url('/fonts/lobster-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lobster-webfont.woff2') format('woff2'),
         url('/fonts/lobster-webfont.woff') format('woff'),
         url('/fonts/lobster-webfont.ttf') format('truetype'),
         url('/fonts/lobster-webfont.svg#lobsterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pacifico';
    src: url('/fonts/pacifico-webfont.eot');
    src: url('/fonts/pacifico-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/pacifico-webfont.woff2') format('woff2'),
         url('/fonts/pacifico-webfont.woff') format('woff'),
         url('/fonts/pacifico-webfont.ttf') format('truetype'),
         url('/fonts/pacifico-webfont.svg#pacificoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'satisfy';
    src: url('/fonts/satisfy-webfont.eot');
    src: url('/fonts/satisfy-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/satisfy-webfont.woff2') format('woff2'),
         url('/fonts/satisfy-webfont.woff') format('woff'),
         url('/fonts/satisfy-webfont.ttf') format('truetype'),
         url('/fonts/satisfy-webfont.svg#satisfyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



.itemList{
    overflow: hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.itemList li{
    float: left;
    width: 273px;
    margin-right: 5.5px;
    list-style: none;
}
.itemList li:nth-child(3n){
  margin-right: 0;
}
.addtoany_content {
    overflow: hidden;
}
.addtoany_list.a2a_kit_size_32 a {
    font-size: 32px;
    width: 25%;
    padding: 0 1%;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
}
body .addtoany_list.a2a_kit_size_32 a>span {
    height: 32px;
    line-height: 36px;
    width: 100%;
}
.a2a_svg svg {
    width: 28px !important;
    padding-top: 2px !important;
}
.page-index .koteipage table td:nth-child(1){
	width: 25%;
	padding: 1%;
}
.page-index .koteipage table td{
	text-align: left;
	width: 73%;
}
.page-index .koteipage table td img{
	width: 100%;
	height: auto;
}
div[class^="su-"] {
  line-height: normal;
  white-space: normal;
}
.more-btn {
  cursor: pointer;
  text-align: center;
  border: solid 1px #eee;
  width: 100px;
  margin: auto;
  margin-top: 10px;
  padding: 6px 10px;
}

/*コンテンツ内吹き出し*/
/*吹き出し男*/
/*吹き出し男*/
.fukidashi_m {
        color:#fff;
        position: relative;
        background: #69ACDE;
        height: auto;
        width: 90%;
        line-height:160%;
        margin: 20px;
	padding: 20px;
	border-radius:10px;
	font-size:1rem;
	clear: both;
	display: block;
}
.fukidashi_m i,
.fukidashi_f i{
	display:block;
	font-size:0.8rem;
	font-style:normal;
	text-align:right;
}
.fukidashi_m:after {
	border:10px solid transparent;
	border-right-color:#69ACDE;
	border-left-width:0;
	width:0;
	left:-10px;
	line-height:0px;
	content:"";
	display:block;
	top:20px;
	position:absolute;
}

/*吹き出し女*/

.fukidashi_f {
        color:#fff;
        position: relative;
        background: #F79BB9;
        height: auto;
        width: 90%;
        margin: 20px;
	padding: 20px;
	border-radius:10px;
	font-size:1rem;
	clear: both;
	display: block;

}


.fukidashi_f:after {
	border:10px solid transparent;
	border-right-color:#F79BB9;
	border-left-width:0;
	width:0;
	left:-10px;
	line-height:0px;
	content:"";
	display:block;
	top:20px;
	position:absolute;
}

/*商品購入はこちらボタン*/
.price_area{
  text-align:right;
}
.botton{
  display: inline-block;
  margin: 30px 0 0!important;
}
.a_serchbtn{
  margin-right: 20px!important;
}
.btn-box {
  display: block;
  width: 320px;
  letter-spacing: .5px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  position: relative;
  background: #FFA500;
  border: 2px solid #FFA500;
  transition: .4s;
  color: #fff!important;
  box-shadow: 1px 2px 3px #ddd;
}
.btn-box:hover {
  border: 2px solid #FFA500　transparent;
  color: #FFA500!important;
  background: #fff;
}
@media screen and (max-width: 768px){
  .botton{
    display: block;
    width: 100%;

  }
  .a_buybtn{
    margin-top: 20px!important;
  }
  .btn-box {
    width: 100%;
    font-size: 15px;
    padding: 10px 0;
  }
}

@keyframes blink{
  0%{opacity: 0;}
  50%{opacity: .5;}
  100%{opacity: 1;}
}

.loading-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  background-color: #fff;
  opacity: 1;
  transition: .3s all ease;
}

.loading-screen.loaded {
  opacity: 0;
  z-index: -1000;
}

.loading-screen .img {
  animation: blink 1s linear;
}

.loading-screen.loaded {
  opacity: 0;
}

.text-center {
  text-align: center;
}

.footer-fixed-banner {
  position: fixed;
  left: 0;
  bottom: -200px;
  right: 0;
  z-index: 1050;
  text-align: center;
  font-size: 12px;
  line-height: 1.02;
  transition: .3s all ease;
}

.footer-fixed-banner.is-view {
  bottom: 0;
  transition: .3s all ease;
}

@media (min-width: 1025px) {
  .footer-fixed-banner.is-view {
    bottom: 20px;
    transition: .3s all ease;
  }
}

.footer-fixed-banner img {
  vertical-align: bottom;
}
.footer-fixed-banner a {
  transition: all 0.2s ease-in-out;
}

.btn-hamburger {
  position: relative;
  z-index: 10;
  border: 0;
  background-color: transparent;
}

.btn-hamburger .line {
  position: relative;
  display: block;
  width: 30px;
  height: 24px
}

.is-index .btn-hamburger .line span {
  background-color: #fff;
}

.is-index#header:hover .btn-hamburger .line span {
  background-color: #2c2d48;
}

@media (max-width: 1024px) {
  .is-index .btn-hamburger .line span {
    background-color: #111;
  }
}

.btn-hamburger .line span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2c2d48;
  transition: all .2s ease-in-out;
}

.btn-hamburger .line span:first-child {
  top: 0;
}

.btn-hamburger .line span:nth-child(2) {
  top: 10px;
}

.btn-hamburger .line span:last-child {
  top: 21px;
}

.btn-hamburger:hover {
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .btn-hamburger:hover {
    opacity: .7;
  }
}

.btn-hamburger.opened .line span {
  background-color: #000
}

.btn-hamburger.opened .line span:first-child {
  top: 11px;
  transform: translate(0) rotate(-45deg)
}

.btn-hamburger.opened .line span:nth-child(2) {
  opacity: 0
}

.btn-hamburger.opened .line span:last-child {
  top: 11px;
  transform: translate(0) rotate(-135deg)
}

@media (max-width: 1024px) {
  .hover-img-drop-shadow {
    width: 90vw;
  }

  .footer-fixed-banner.is-view {
    bottom: 20px;
  }
}

.hover-img-drop-shadow, .hover-img-drop-shadow .inner {
  display: inline-block;
  transition: .3s all ease;
}

.hover-img-drop-shadow:before {
  position: absolute;
  z-index: -1;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background-color: #293f25;
  content: "";
}

.hover-img-drop-shadow:hover .inner {
  transform: translate(8px, 8px);
  transition: .3s all ease;
}


@media (max-width: 1024px) {
  .hover-img-drop-shadow:before {
    top: 4px;
    left: 4px;
  }

  .hover-img-drop-shadow:hover .inner {
    transform: translate(4px, 4px);
  }
}

.js-header.is-scrolled .siteLogo .logo-link {
  position: relative;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.js-header.is-scrolled .btn-hamburger .line span {
  background-color: #2c2d48;
}

@keyframes spinner {
  0% {
    transform: rotate(-15deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(390deg);
  }
  65% {
    transform: rotate(330deg);
  }
  80% {
    transform: rotate(375deg);
  }
  to {
    transform: rotate(-15deg);
  }
}


.logo-link-xs {
  position: absolute;
  width: 55px;
  opacity: 0;
}

.js-header.is-scrolled .logo-link-xs {
  opacity: 1;
}

@media (max-width: 1024px) {
  .js-header.is-scrolled .logo-link-xs {
    width: 54px;
  }
}

.js-header.is-scrolled .logo-link-xs img {
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-name: spinner;
  animation-name: spinner;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.js-header.is-scrolled .siteLogo {
  position: static;
}

.js-header.is-scrolled .logo-link-xs {
  right: 0;
  left: 0;
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .logo-link-xs {
    top: 0;
    width: 44px;
  }
}

@media (max-width: 1023px) {
  .logo-link-xs {
    top: -4px;
    width: 22px;
  }
}

.js-header.is-scrolled .logo-link-xs {
  top: 0;
  bottom: 0;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}

.slide-menu {
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -9999;
  color: #fff;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.slide-menu table {
  height: 100%;
  border-spacing: 0;
}

.slide-menu table > tbody > tr > td:first-child {
  vertical-align: middle;
  background-color: #435a3e;
}

.slide-menu table > tbody > tr > td {
  width: 50%;
  padding: 50px;
}

.slide-menu table > tbody > tr > td:first-child .container-img,
.slide-menu table > tbody > tr > td:last-child .container-list {
  display: flex;
  justify-content: center;
  height: 100%;
  border: 4px solid #fcf7e2;
  border-radius: 2px;
}

.slide-menu table > tbody > tr > td:first-child .container-img img {
  width: 162px;
}

.slide-menu table > tbody > tr > td:last-child {
  background-color: #111;
}

.slide-menu table > tbody > tr > td:last-child .container-list {
  justify-content: space-around;
  padding: 97px 30px;
  border: 4px solid #fff;
}

.slide-menu table > tbody > tr > td:last-child .container-list ul {
  margin-left: 0;
  list-style: none;
}

.slide-menu table > tbody > tr > td:last-child .container-list ul li {
  margin-bottom: 50px;
}

.slide-menu table > tbody > tr > td:last-child .container-list ul li a {
  padding-top: 10px;
  padding-bottom: 13px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .15em;
}

.slide-menu table > tbody > tr > td:last-child .container-list ul li a:hover {
  border-bottom: 4px solid #fff;
}

.slide-menu.active {
  opacity: 1;
  z-index: 9999;
  transform: translateY(0);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.no-scroll {
  overflow: hidden;
}

@media (max-width: 767px) {
  .slide-menu table > tbody > tr > td:first-child {
    display: none;
  }
}

@media (max-width: 450px) {
  .siteLogo {
    width: 726px;
  }
}

@media (max-width: 1023px) {
  .slide-menu {
    top: 80px;
  }

  .slide-menu table > tbody > tr > td:last-child .container-list {
    display: block;
    padding: 40px 25px;
  }

  .slide-menu table > tbody > tr > td:last-child .container-list ul {
    margin-bottom: 0;
  }

  .slide-menu table > tbody > tr > td:last-child .container-list ul li {
    margin-bottom: 30px;
  }

  .slide-menu table > tbody > tr > td:last-child .container-list ul li a {
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .slide-menu table > tbody > tr > td {
    padding: 30px 20px;
  }

  .headersnslink {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
}

.visible-inline-xs {
  display: none;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }

  .visible-inline-xs {
    display: inline;
  }

  .hover-img-drop-shadow {
    width: 350px;
  }
}
