@charset "utf-8";

/* **************************************************

  Display property
  
************************************************** */
.d-none { display: none !important; }
.d-block { display: block !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }

@media screen and (min-width:480px) {
.d-sm-none { display: none !important; }
.d-sm-block { display: block !important; }
.d-sm-inline { display: inline !important; }
.d-sm-inline-block { display: inline-block !important; }
}

@media screen and (min-width:600px) {
.d-md-none { display: none !important; }
.d-md-block { display: block !important; }
.d-md-inline { display: inline !important; }
.d-md-inline-block { display: inline-block !important; }
}

@media screen and (min-width:960px) {
.d-lg-none { display: none !important; }
.d-lg-block { display: block !important; }
.d-lg-inline { display: inline !important; }
.d-lg-inline-block { display: inline-block !important; }
}

@media screen and (min-width:1280px) {
.d-xl-none { display: none !important; }
.d-xl-block { display: block !important; }
.d-xl-inline { display: inline !important; }
.d-xl-inline-block { display: inline-block !important; }
}



/* **************************************************

  Text
  
************************************************** */
/* ==================================================
  Text wrapping and overflow
================================================== */
.text-justify { text-align: justify!important; }
.text-nowrap { white-space: nowrap !important; }
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* ==================================================
  Text alignment
================================================== */
.text-transform-uppercase { text-transform: uppercase !important; }
.text-transform-lowercase { text-transform: lowercase !important; }


/* ==================================================
  Text alignment
================================================== */
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

@media screen and (min-width:480px) {
.text-sm-left { text-align: left !important; }
.text-sm-right { text-align: right !important; }
.text-sm-center { text-align: center !important; }
}

@media screen and (min-width:600px) {
.text-md-left { text-align: left !important; }
.text-md-right { text-align: right !important; }
.text-md-center { text-align: center !important; }
}

@media screen and (min-width:960px) {
.text-lg-left { text-align: left !important; }
.text-lg-right { text-align: right !important; }
.text-lg-center { text-align: center !important; }
}

@media screen and (min-width:1280px) {
.text-xl-left { text-align: left !important; }
.text-xl-right { text-align: right !important; }
.text-xl-center { text-align: center !important; }
}


/* ==================================================
  Font weight and italics
================================================== */
.font-weight-light { font-weight: 300!important; }
.font-weight-normal { font-weight: 400!important; }
.font-weight-bold { font-weight: 700!important; }
.font-italic { font-style: italic!important; }


/* ==================================================
  Vertical alignment
================================================== */
.align-baseline { vertical-align: baseline!important; }
.align-top { vertical-align: top!important; }
.align-middle { vertical-align: middle!important; }
.align-bottom { vertical-align: bottom!important; }
.align-text-bottom { vertical-align: text-bottom!important; }
.align-text-top { vertical-align: text-top!important; }



/* **************************************************

  Position
  
************************************************** */
.position-static { position: static !important; }
.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.position-fixed { position: fixed !important; }



/* **************************************************

  Sizing
  
************************************************** */
.w-100 { width: 100% !important; }
.mw-100 { max-width: 100% !important; }
.mh-100 { max-height: 100% !important; }



/* **************************************************

  Spacing
  
************************************************** */
.mx-auto { margin-right: auto!important; }
.mx-auto { margin-left: auto!important; }



/* **************************************************

  Visibility
  
************************************************** */
.visible { visibility: visible!important; }
.invisible { visibility: hidden!important; }



/* **************************************************

  wrap
  
************************************************** */
.wrap { padding: 0px 30px; }

@media screen and (min-width:768px) {
.wrap { padding: 0px 50px; }
}



/* **************************************************

  container
  
************************************************** */
.container {
  max-width: 940px;
  margin: 0 auto;
}
.container-770 {
  max-width: 770px;
  margin: 0 auto;
}
.container-780 {
  max-width: 780px;
  margin: 0 auto;
}
.container-1100 {
  max-width: 1100px;
  margin: 0 auto;
}



/* **************************************************

  item-wrap
  
************************************************** */
.item-wrap.item-2_3column {
  letter-spacing: -0.4em;
  margin: 0 -4.761904761904762%;
  overflow: hidden;
}
.item-wrap.item-2_3column .item {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  width: 41.30434782608696%;
  margin: 8.695652173913043% 4.347826086956522% 0;
}
.item-wrap.item-2_3column .item:nth-child(2) { margin-top: 0; }
.item-wrap.item-2_3column .item .image {
  background: #fff;
  overflow: hidden;
}
.item-wrap.item-2_3column .item .image a { display: block; }
.item-wrap.item-2_3column .item .image img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.item-wrap.item-2_3column .item .text {
  font-size: 13px;
  line-height: 1.461538461538462;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
.item-wrap.item-2_3column .item .text > * { margin-top: 10px; }
.item-wrap.item-2_3column .item .text .meta { letter-spacing: -0.4em; }
.item-wrap.item-2_3column .item .text .meta li {
  font-family: "Montserrat";
  display: inline-block;
  letter-spacing: 0.12em;
  vertical-align: middle;
  margin-right: 10px;
}
.item-wrap.item-2_3column .item .text .meta li:last-child { margin-right: 0; }
.item-wrap.item-2_3column .item .text .meta li.category { font-size: 13px; }
.item-wrap.item-2_3column .item .text .meta li.date {
  font-size: 10px;
  line-height: 2.2;
}

@media screen and (min-width:768px) {
.item-wrap.item-2_3column { margin: 0 -4.25531914893617%; }
.item-wrap.item-2_3column .item {
  width: 25.49019607843137%;
  margin: 3.92156862745098% 3.92156862745098% 0;
}
.item-wrap.item-2_3column .item:nth-child(3) { margin-top: 0; }
.item-wrap.item-2_3column .item .text {
  line-height: 1.692307692307692;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
}

@media screen and (min-width:960px) {
.item-wrap.item-2_3column .item .image img {
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
}
.item-wrap.item-2_3column .item:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
}



/* **************************************************

  icon
  
************************************************** */
/* ==============================
  play-video
============================== */
.play-video {
  display: block;
  position: relative;
}
.play-video:before,
.play-video:after {
  display: block;
  position: absolute;
  z-index: 1;
}
.play-video:before {
  background: rgba(0,0,0,0.5);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.play-video:after {
  font-size: 32px;
  font-family: 'icomoon';
  color: #fff;
  content: "\e906";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media screen and (min-width:768px) {
.play-video:after { font-size: 40px; }
}

@media screen and (min-width:960px) {
.play-video:hover:before { opacity: 1; }
}



/* **************************************************

  archive
  
************************************************** */
.item-wrap.archive { border-bottom: solid 1px rgba(255,255,255,0.3); }
.item-wrap.archive .item {
  color: #fff;
  padding: 20px 0;
  border-top: solid 1px rgba(255,255,255,0.3);
}
.item-wrap.archive .item .inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.item-wrap.archive .item .inner > * {
  display: table-cell;
  vertical-align: middle;
}
.item-wrap.archive .item .inner > .icon {
  text-align: center;
  width: 70px;
}
.item-wrap.archive .item .inner > .category,
.item-wrap.archive .item .inner > .date { white-space: nowrap; }
.item-wrap.archive .item .inner > .icon i { font-size: 32px; }
.item-wrap.archive .item .inner > .category { font-family: "futura-pt", sans-serif; }
.item-wrap.archive .item .inner > .date { font-family: "Montserrat"; }
.item-wrap.archive .item .inner > .text {
  font-size: 15px;
  line-height: 1.4;
}
.no-entry {
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 20px 0px;
  border-top: solid 1px rgba(255,255,255,0.3);
  border-bottom: solid 1px rgba(255,255,255,0.3);
}

@media screen and (max-width:767px) {
.item-wrap.archive .item .inner > .icon i { font-size: 32px; }
.item-wrap.archive .item .inner > .icon i:after {
  font-family: "futura-pt", sans-serif;
  font-size: 9px;
  display: block;
  content: attr(data-category);
  margin-top: 4px;
}
.item-wrap.archive .item .inner > .category,
.item-wrap.archive .item .inner > .date { display: none; }
.item-wrap.archive .item .inner > .text {
  line-height: 1.733333333333333;
  word-break: break-all;
}
.item-wrap.archive .item .inner > .text a:before {
  font-family: "Montserrat";
  font-size: 12px;
  display: block;
  content: attr(data-date);
  margin-bottom: 4px;
}
}

@media screen and (min-width:768px) {
.item-wrap.archive .item { padding: 20px 10px; }
.item-wrap.archive .item .inner > .category {
  font-size: 10px;
  text-align: center;
  width: 4em;
}
.item-wrap.archive .item .inner > .date {
  font-size: 12px;
  width: 6em;
  padding: 0 2em;
}
.item-wrap.archive .item .inner > .text {
  font-size: 15px;
  line-height: 1.733333333333333;
}
}

@media screen and (max-width:959px) {
.item-wrap.archive .item a { color: #fff; }
}

@media screen and (min-width:960px) {
.item-wrap.archive .item a:not(:hover) { color: #fff; }
}



/* **************************************************

  breadcrumb
  
************************************************** */
.breadcrumb ul {
  font-size: 9px;
  letter-spacing: -0.4em;
  white-space: nowrap;
}
.breadcrumb li {
  color: #d2d2d2;
  display: inline-block;
  letter-spacing: 0.15em;
  vertical-align: top;
}
.breadcrumb li:not(:last-child):after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  line-height: inherit;
  color: #fff;
  display: inline;
  content: "\f054";
  letter-spacing: 0;
  margin: 0 10px;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width:767px) {
.breadcrumb { margin: 0 -20px; }
.breadcrumb li > * {
  display: inline-block;
  vertical-align: top;
}
.breadcrumb li a {
  max-width: 6em;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.breadcrumb li:last-child {
  max-width: 8em;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
}

@media screen and (min-width:375px) and (max-width:479px) {
.breadcrumb li a { max-width: 8em; }
.breadcrumb li:last-child { max-width: 10em; }
}

@media screen and (min-width:480px) and (max-width:599px) {
.breadcrumb li a { max-width: 10em; }
.breadcrumb li:last-child { max-width: 20em; }
}

@media screen and (min-width:600px) and (max-width:767px) {
.breadcrumb li a { max-width: none; }
.breadcrumb li:last-child { max-width: 30em; }
}

@media screen and (max-width:959px) {
.breadcrumb li a { color: #fff; }
}

@media screen and (min-width:960px) {
.breadcrumb li a:not(:hover) { color: #fff; }
}



/* **************************************************

  category-nav
  
************************************************** */
.category-nav {
  font-family: "Montserrat";
  font-size: 11px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.category-nav ul { letter-spacing: -0.4em; }
.category-nav li {
  display: inline-block;
  letter-spacing: 0.08em;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
}
.category-nav li:first-child { margin-left: 0 !important; }
.category-nav li:after {
  background: #29e1a2;
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
}
.category-nav li.current-cat:after {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
.category-nav li a { display: block; }

/* border */
.category-nav.border {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

@media screen and (min-width:375px) {
.category-nav { font-size: 13px; }
}

@media screen and (max-width:767px) {
.category-nav { margin: 30px -20px 0; }
}

@media screen and (min-width:768px) {
.category-nav {
  font-size: 15px;
  display: inline-block;
  margin-top: 30px;
  padding: 0 45px;
}
.category-nav li { margin-left: 40px; }
.category-nav li:after {
  width: 18px;
  bottom: -16px;
}

/* border */
.category-nav.border { padding-bottom: 16px; }
}

@media screen and (min-width:960px) {
.category-nav li:after {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.category-nav li:hover:after {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
}



/* **************************************************

  year-nav
  
************************************************** */
.year-nav {
  font-family: "Montserrat";
  font-size: 11px;
  line-height: 1;
  text-align: center;
}
.year-nav ul {
  letter-spacing: -0.4em;
  padding-top: 20px;
}
.year-nav li {
  display: inline-block;
  letter-spacing: 0.08em;
  vertical-align: top;
  position: relative;
  margin: 10px 10px 0 !important;
  white-space: nowrap;
}
.year-nav li a {
  display: inline-block;
  position: relative;
}
.year-nav li.active a { cursor: default; }
.year-nav li a:after {
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 700;
  content: "\f078";
  position: absolute;
  left: 50%;
  bottom: -20px;
  opacity: 0;
  -webkit-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}
.year-nav li.active a:after {
  content: "\f077";
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (min-width:375px) {
.year-nav { font-size: 13px; }
}

@media screen and (max-width:767px) {
.year-nav { margin: 0 -20px; }
}

@media screen and (min-width:960px) {
.year-nav li a:after {
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.year-nav li a:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
}



/* **************************************************

  month-nav
  
************************************************** */
.month-nav {
  font-family: "Montserrat";
  font-size: 8px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  margin-top: 30px;
}
.month-nav ul {
  display: none;
  letter-spacing: -0.4em;
}
.month-nav ul.active { display: block; }
.month-nav li {
  display: inline-block;
  letter-spacing: 0.08em;
  vertical-align: top;
  position: relative;
}
.month-nav li:before {
  display: inline-block;
  content: "/";
  margin: 0 4px;
}
.month-nav li:first-child:before { display: none; }
.month-nav li a {
  display: inline-block;
  position: relative;
}
.month-nav li.active-month a { cursor: default; }
.month-nav li a:after {
  display: block;
  content: "";
  background: #29e1a2;
  height: 2px;
  width: 10px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
}
.month-nav li.active-month a:after {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

@media screen and (min-width:375px) {
.month-nav { font-size: 11px; }
}

@media screen and (max-width:767px) {
.month-nav { margin: 30px -20px 0; }
}

@media screen and (min-width:768px) {
.month-nav { font-size: 10px; }
.month-nav li:before { margin: 0 8px; }
}

@media screen and (min-width:960px) {
.month-nav li a:after {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.month-nav li a:hover:after {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
}



/* **************************************************

  entry
  
************************************************** */
/* ==============================
  entry-2column
============================== */
@media screen and (max-width:959px) {
.entry-2column .entry-side { margin-top: 50px !important; }
}

@media screen and (min-width:960px) {
.entry-2column:after {
  display: block;
  content: "";
  clear: both;
}
.entry-2column > * { margin-top: 0; }
.entry-2column .entry-main {
  float: left;
  width: 70%;
}
.entry-2column .entry-side {
  float: right;
  width: 27.27272727272727%;
}
}


/* ==============================
  entry-header
============================== */
.entry-header .entry-meta {
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.4em;
}
.entry-header .entry-meta li {
  display: inline-block;
  letter-spacing: 0.08em;
  vertical-align: middle;
  margin-left: 1em;
}
.entry-header .entry-meta li:first-child { margin-left: 0; }
.entry-header .entry-meta li.entry-category {
  font-family: "futura-pt", sans-serif;
  letter-spacing: -0.4em;
}
.entry-header .entry-meta li.entry-category > * {
  display: inline-block;
  letter-spacing: 0.08em;
  vertical-align: middle;
}
.entry-header .entry-meta li.entry-category .icon {
  font-size: 30px;
  letter-spacing: 0;
}
.entry-header .entry-meta li.entry-category .txt {
  font-family: "Montserrat";
  margin-left: 8px;
}
.entry-header .entry-meta li.entry-date,
.entry-header .entry-meta li.entry-coname { font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "YuGothic", "游ゴシック体", "メイリオ", Meiryo, sans-serif; }
.entry-header .entry-title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-top: 15px;
}
.entry-header .page-title {
  font-family: "Montserrat";
  font-size: 26px;
  line-height: 1.615384615384615;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 15px;
}
.entry-header .page-title.em {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "YuGothic", "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

@media screen and (min-width:375px) {
.entry-header .page-title { font-size: 30px; }
}

@media screen and (max-width:767px) {
.entry-header .entry-meta li { letter-spacing: 0.04em; }
}

@media screen and (min-width:768px) {
.entry-header .entry-meta { font-size: 14px; }
.entry-header .entry-meta li.entry-category .icon { font-size: 34px; }
.entry-header .entry-title {
  font-size: 26px;
  line-height: 1.615384615384615;
 }
.entry-header .page-title { font-size: 36px; }
}


/* ==============================
  entry-article
============================== */
.entry-header +.entry-article { margin-top: 15px; }
.entry-article {
  font-size: 15px;
  line-height: 1.533333333333333;
  color: #2c2c2c;
}
.entry-article * { word-wrap: break-word; }
.entry-article.is-empty + * { margin-top: 0 !important; }
.entry-article .mt0 { margin-top: 0 !important; }
.entry-article .mt05 { margin-top: 0.5em !important; }
.entry-article .mt1 { margin-top: 1em !important; }
.entry-article .mt15 { margin-top: 1.5em !important; }
.entry-article .mt2 { margin-top: 2em !important; }
.entry-article .none-icon li { padding-left: 0 !important; }
.entry-article .none-icon li:before { display: none !important; }
.entry-article a {
  color: #2c2c2c;
  border-bottom: 1px solid #000;
}
.entry-article .link a,
.entry-article .link-arrow a { border: none !important; }
.entry-article .link:before {
  font-family: 'icomoon' !important;
  display: inline-block;
  content: "\e903";
  vertical-align: top;
  margin-right: 0.5em;
}
.entry-article .link-arrow:after {
  font-family: 'icomoon' !important;
  display: inline-block;
  content: "\e910";
  vertical-align: top;
  margin-left: 0.5em;
}
.entry-article > * {
  letter-spacing: 0.05em;
  margin-top: 2em;
}
.entry-article h2,
.entry-article h3,
.entry-article h4,
.entry-article h5,
.entry-article h6 {
  font-weight: 700;
  line-height: 1.733333333333333;
}
.entry-article .en { font-family: "Montserrat"; }
.entry-article h2,
.entry-article h3,
.entry-article h4,
.entry-article h5,
.entry-article h6 { margin-top: 2em; }
.entry-article h2 { font-size: 25px; }
.entry-article h3 { font-size: 22px; }
.entry-article h4 { font-size: 19px; }
.entry-article h5 { font-size: 17px; }
.entry-article h6 { font-size: 15px; }
.entry-article h2 + *,
.entry-article h3 + *,
.entry-article h4 + *,
.entry-article h5 + *,
.entry-article h6 + * { margin-top: 1em !important; }
.entry-article em { font-style: italic; }
.entry-article li {
  font-size: 13px;
  margin-top: 0.25em;
  position: relative;
}
.entry-article li:before,
.entry-article li:after { display: block; }
.entry-article li:before { float: left; }
.entry-article li:after {
  content: "";
  clear: both;
}
.entry-article ul li { padding-left: 1em; }
.entry-article ul li:before {
  content: "・";
  margin-left: -1em;
}
.entry-article ol { counter-reset: number-counter; }
.entry-article ol li {
  padding-left: 2.5em;
  position: relative;
}
.entry-article ol li:before {
  content: "0"counter(number-counter)".";
  counter-increment: number-counter;
  margin-left: -2.5em;
}
.entry-article ol li:nth-of-type(9) ~ li:before { content: counter(number-counter)"."; }
.entry-article blockquote {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 2px solid #29e1a2;
}
.entry-article .video-wrap {
  display: block;
  padding-top: 56.25%;
  position: relative;
}
.entry-article .video-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}
.entry-article .table-wrap {
  box-sizing: border-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.entry-article .table-wrap * { box-sizing: border-box; }
.entry-article .table-wrap table {
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #d9d9d9;
}
.entry-article .table-wrap th,
.entry-article .table-wrap td {
  background: #fafafa;
  vertical-align: middle;
  padding: 10px 20px;
  border: none;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  box-shadow: 0 1px 0 #fff inset; 
}
.entry-article .table-wrap table *:first-child tr:first-child * { border-top: none; }
.entry-article .table-wrap th:first-child,
.entry-article .table-wrap td:first-child { border-left: none; }
.entry-article .table-wrap th { white-space: nowrap; }
.entry-article .table-wrap thead tr * { text-align: center; }
.entry-article .table-wrap thead tr *,
.entry-article .table-wrap tfoot tr * {
  background: #ededed;
  border-left: none;
  text-shadow: 1px 1px 0 #fff;
}
.entry-article .table-wrap tbody tr:nth-child(even) * { background: #f6f6f6; }
.entry-article .alignleft,
.entry-article .alignright,
.entry-article .aligncenter {
  float: none !important;
  margin: 0!important;
}
.entry-article .alignleft,
.entry-article .alignright,
.entry-article .aligncenter {
  float: none !important;
  margin: 0 !important;
}
.entry-article > .alignleft,
.entry-article > .alignright,
.entry-article > .aligncenter { margin: 2em 0 0 0 !important; }
.entry-article .alignleft { text-align: left !important; }
.entry-article .alignright { text-align: right !important; }
.entry-article .aligncenter { text-align: center !important; }
.entry-article img.alignleft,
.entry-article img.alignright,
.entry-article img.aligncenter { display: block !important; }
.entry-article img.alignleft { margin: 0 auto 0 0 !important; }
.entry-article img.alignright { margin: 0 0 0 auto !important; }
.entry-article img.aligncenter { margin: 0 auto !important; }
.entry-article .border-top {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #d9d9d9;
}

/* color style */
.entry-article .color-red { color: #f0299e !important; }
.entry-article .color-green { color: #29e1a2 !important; }

@media screen and (min-width:768px) {
.entry-article { line-height: 2; }
.entry-article > * { letter-spacing: 0.15em; }
.entry-article .table-wrap table { font-size: 14px; }
}

@media screen and (min-width:960px) {
.entry-article a {
  -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.entry-article a:hover,
.entry-article .link:hover a,
.entry-article .link-arrow:hover a {
  color: #29e1a2 !important;
  border-bottom-color: #29e1a2 !important;
}
.entry-article h2,
.entry-article h3 { margin-top: 3em; }
.entry-article h4,
.entry-article h5,
.entry-article h6 { margin-top: 2.5em; }
.entry-article h2 { font-size: 30px; }
.entry-article h3 { font-size: 26px; }
.entry-article h4 { font-size: 22px; }
.entry-article h5 { font-size: 18px; }
.entry-article h6 { font-size: 15px; }
.entry-article .border-top {
  margin-top: 70px;
  padding-top: 70px;
}
}


/* ==============================
  entry-link
============================== */
.entry-link { margin-top: 70px; }
.entry-link ul { border-bottom: 1px solid #d9d9d9; }
.entry-link li {
  font-size: 15px;
  letter-spacing: 0.1em;
  padding: 15px 0 15px 35px;
  border-top: 1px solid #d9d9d9;
  position: relative;
}
.entry-link li:before {
  font-family: 'icomoon';
  font-size: 16px;
  display: block;
  content: "\e903";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width:768px) {
.entry-link li {
  font-size: 13px;
  padding: 15px 20px 15px 45px;
}
.entry-link li:before { left: 20px; }
}

@media screen and (max-width:959px) {
.entry-link li a { color: #2c2c2c; }
}

@media screen and (min-width:960px) {
.entry-link li a:not(:hover) { color: #2c2c2c; }
}


/* ==============================
  entry-nav
============================== */
.entry-nav {
  font-family: "Montserrat";
  text-align: right;
  margin-top: 30px;
}
.entry-nav ul { letter-spacing: -0.4em; }
.entry-nav li {
  font-size: 13px;
  display: inline-block;
  letter-spacing: 0.1em;
  vertical-align: top;
  margin-left: 20px;
}
.entry-nav li:first-child { margin-left: 0 !important; }

@media screen and (min-width:768px) {
.entry-nav { margin-top: 80px; }
.entry-nav li { margin-left: 40px; }
}


/* **************************************************

  accordion
  
************************************************** */
.accordion { margin-top: 35px; }
.accordion .item { border-top: 1px solid #d9d9d9; }
.accordion .item .toggle {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.accordion .item .toggle:after {
  font-family: "icomoon";
  font-size: 12px;
  color: #000;
  display: block;
  content: "\e914";
  text-align: center;
  width: 1em;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.accordion .item .toggle.open:after {
  opacity: 0.3;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.accordion .item .toggle .title {
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.accordion .item .toggle.open .title { opacity: 0; }
.accordion .item .child { display: none; }
.accordion .item .child .entry-article { padding-bottom: 40px; }

@media screen and (min-width:768px) {
.accordion { margin-top: 70px; }
.accordion .item .toggle {
  font-size: 20px;
  text-align: center;
}
.accordion .item .toggle:after {
  font-size: 15px;
  right: 14px;
}
.accordion .item .child .entry-article { padding-bottom: 50px; }
}


/* **************************************************

  wp-pagenavi
  
************************************************** */
.wp-pagenavi {
  letter-spacing: -0.4em;
  text-align: center;
  margin-top: 30px;
}
.wp-pagenavi > * {
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  width: 30px;
  margin-left: 20px;
  border-radius: 50%;
}
.wp-pagenavi > *:first-child { margin-left: 0 !important; }
.wp-pagenavi > a { background: #fff; }
.wp-pagenavi > span { background: rgba(255,255,255,0.3); }

.wp-pagenavi > .previouspostslink,
.wp-pagenavi > .nextpostslink {
  font-size: 14px !important;
  color: #fff !important;
  background: none !important;
  width: auto !important;
  text-shadow: 1px 1px 0 #000 !important;
}


@media screen and (min-width:728px) {
.wp-pagenavi { margin-top: 80px; }
}

@media screen and (min-width:960px) {
.wp-pagenavi > a {
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.wp-pagenavi > a:hover {
  color: #fff;
  background: #29e1a2;
}
}



/* **************************************************

  scrollbar
  
************************************************** */
.ps > .ps__rail-x,
.ps > .ps__rail-y {
  background: rgba(255,255,255,0.2);
  opacity: 1 !important;
} 
.ps > .ps__rail-x > .ps__thumb-x,
.ps > .ps__rail-y > .ps__thumb-y { background: #fff; }
.ps > .ps__rail-x > .ps__thumb-x { bottom: 0; }
.ps > .ps__rail-y > .ps__thumb-y { right: 0; }
.ps > .ps__rail-x,
.ps > .ps__rail-x > .ps__thumb-x { height: 2px; }
.ps > .ps__rail-y,
.ps > .ps__rail-y > .ps__thumb-y { width: 2px; }



/* **************************************************

  modaal
  
************************************************** */
.modaal-video-wrap { margin: auto 0 !important; }
.modaal-close {
  background: none !important;
  width: 30px !important;
  height: 30px !important;
  right: 25px !important;
  border-radius: 0 !important;
}
.modaal-close:after,
.modaal-close:before {
  background: #fff !important; 
  width: 3px !important;
  height: 40px !important;
  border-radius: 0 !important;
  top: -5px !important;
  left: 14px !important;
}

@media screen and (min-width:960px) {
.modaal-close:hover:after,
.modaal-close:hover:before,
.modaal-close:focus:after,
.modaal-close:focus:before { background: #29e1a2 !important; }
}


