@charset "UTF-8";
/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  COMMON

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
body {
  background: #f9f9f8;
}

@media screen and (max-width: 767px) {
  #pageWrapper {
    padding-top: calc(110/750*100vw);
  }
}

.page_main_visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 210px;
  background: #e60012;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .page_main_visual {
    height: calc(306/750*100vw);
  }
}

.page_main_visual:before {
  content: '';
  display: block;
  width: 100%;
  height: 300px;
  background: #e60012;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .page_main_visual:before {
    content: none;
  }
}

.page_main_visual > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.page_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .page_title {
    text-align: center;
  }
}

.page_title .en {
  font-family: 'Play', sans-serif;
  font-size: 40px;
  font-style: italic;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .page_title .en {
    margin-bottom: calc(12/750*100vw);
    font-size: calc(60/750*100vw);
    line-height: 1.3;
  }
}

.page_title .jp {
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .page_title .jp {
    font-size: calc(28/750*100vw);
  }
}

.page_body {
  position: relative;
  z-index: 1;
}

.page_body > .container_m {
  padding: 60px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .page_body > .container_m {
    padding: calc(80/750*100vw) calc(30/750*100vw);
  }
}

.wp-pagenavi,
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi,
  .nav-links {
    margin-top: calc(120/750*100vw);
  }
}

.wp-pagenavi span, .wp-pagenavi a,
.nav-links span,
.nav-links a {
  padding: 0;
  margin: 0 18px;
  border: none;
  font-size: 20px;
  -webkit-transition: background .5s, color .5s;
  -o-transition: background .5s, color .5s;
  transition: background .5s, color .5s;
}

.wp-pagenavi span:hover, .wp-pagenavi a:hover,
.nav-links span:hover,
.nav-links a:hover {
  color: #e60012;
  opacity: 1;
}

.wp-pagenavi span.current, .wp-pagenavi a.current,
.nav-links span.current,
.nav-links a.current {
  color: #e60012;
}

.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last,
.nav-links .pages,
.nav-links .first,
.nav-links .last {
  display: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.nav-links .previouspostslink,
.nav-links .nextpostslink {
  display: block;
  width: 12px;
  height: 21px;
}

.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before,
.nav-links .previouspostslink:before,
.nav-links .nextpostslink:before {
  content: none;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.nav-links .previouspostslink:hover,
.nav-links .nextpostslink:hover {
  background: transparent;
  opacity: .7;
}

.wp-pagenavi .previouspostslink,
.nav-links .previouspostslink {
  background: url(../img/common/icon_pagenavi_arrow_prev.png) 50%/cover;
}

.wp-pagenavi .nextpostslink,
.nav-links .nextpostslink {
  background: url(../img/common/icon_pagenavi_arrow_next.png) 50%/cover;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .page-numbers,
.nav-links .page,
.nav-links .current,
.nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  border: none;
  background: transparent;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .page-numbers,
  .nav-links .page,
  .nav-links .current,
  .nav-links .page-numbers {
    width: calc(60/750*100vw);
    height: calc(60/750*100vw);
    font-size: calc(27/750*100vw);
  }
}

.wp-pagenavi .prev,
.wp-pagenavi .next,
.nav-links .prev,
.nav-links .next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 14px;
  height: 14px;
  border: none;
  border-top: 1px solid #2b2b2b;
}

.wp-pagenavi .prev,
.nav-links .prev {
  border-left: 1px solid #2b2b2b;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.wp-pagenavi .next,
.nav-links .next {
  border-right: 1px solid #2b2b2b;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.breadcrumbs {
  border-top: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    overflow-x: scroll;
    scrollbar-width: none;
  }
}

.breadcrumbs:-webkit-scrollbar {
  display: none;
}

.breadcrumbs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

.breadcrumbs .container:-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .breadcrumbs .container {
    height: calc(80/750*100vw);
    padding-right: 0;
    overflow-x: scroll;
    scrollbar-width: none;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbs .container > a:last-child, .breadcrumbs .container > span:last-child {
    padding-right: calc(40/750*100vw);
  }
}

.breadcrumbs .breadcrumbs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1em;
}

.breadcrumbs a, .breadcrumbs span {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .breadcrumbs a, .breadcrumbs span {
    font-size: calc(20/750*100vw);
  }
}

.breadcrumbs a br, .breadcrumbs span br {
  display: none;
}

.breadcrumbs .arrow {
  margin: 0 1em;
}

.breadcrumbs .arrow:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #858585;
  border-right: 1px solid #858585;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.breadcrumbs .post {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-top: none !important;
}

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_back_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #0c419a;
}

@media screen and (max-width: 767px) {
  .btn_back_archive {
    font-size: 15px;
  }
}

.btn_back_archive:after {
  content: '';
  display: block;
  width: 8px;
  height: 13px;
  margin-top: 2px;
  margin-left: 8px;
  background: url(../img/common/icon_arrow_blue_right@2x.png) 50%/7px no-repeat;
}

@media screen and (max-width: 767px) {
  .anchor {
    padding-top: calc(120/750*100vw);
    margin-top: calc(-120/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  .post .anchor {
    padding-top: calc(120/750*100vw);
    margin-top: calc(-120/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .post

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.post_wrap .btn_wrap {
  margin-top: 88px;
}

@media screen and (max-width: 767px) {
  .post_wrap .btn_wrap {
    margin-top: calc(88/750*100vw);
  }
}

.post_header {
  padding-bottom: 56px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .post_header {
    padding-bottom: calc(72/750*100vw);
    margin-bottom: calc(72/750*100vw);
  }
}

.post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .post_meta {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: calc(16/750*100vw);
    border-right: 0;
  }
}

.post_cut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 30px;
  margin-right: 20px;
  background: #ff8328;
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post_cut {
    width: calc(150/750*100vw);
    height: calc(40/750*100vw);
    margin-right: calc(32/750*100vw);
    font-size: calc(24/750*100vw);
  }
}

.post_time {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .post_time {
    font-size: calc(28/750*100vw);
  }
}

.post_title {
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .post_title {
    margin-bottom: calc(40/750*100vw);
    font-size: calc(38/750*100vw);
  }
}

.post_thumb {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .post_thumb {
    margin-bottom: calc(40/750*100vw);
    margin-left: calc(-30/750*100vw);
    margin-right: calc(-30/750*100vw);
  }
}

.post_thumb img {
  width: 100%;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  tab

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
.tab_btn_list {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .tab_btn_list {
    margin-bottom: calc(40/750*100vw);
  }
}

.tab_btn_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
}

@media screen and (max-width: 767px) {
  .tab_btn_list_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

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

@media screen and (max-width: 767px) {
  .tab_btn_list_item {
    padding: 0;
    margin-bottom: calc(30/750*100vw);
  }
  .tab_btn_list_item:last-child {
    margin-bottom: 0;
  }
}

.tab_btn_list_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 45px;
  border: 1px solid #e60012;
  font-size: 20px;
  font-weight: 700;
  color: #e60012;
}

@media screen and (max-width: 767px) {
  .tab_btn_list_item_inner {
    width: 100%;
    height: calc(80/750*100vw);
    padding-bottom: calc(12/750*100vw);
    border-width: calc(4/750*100vw);
    font-size: calc(34/750*100vw);
  }
}

.category-news .tab_btn_list_item.news .tab_btn_list_item_inner {
  background: #e60012;
  color: #fff;
}

.category-media .tab_btn_list_item.media .tab_btn_list_item_inner {
  background: #e60012;
  color: #fff;
}


.media{ 
  background: #32CD32 !important;
  color: #fff;}