@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
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, 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, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------------------------------------------------------------
* Fonts
----------------------------------------------------------------*/
/* Windows */
/*----------------------------------------------------------------
* Fonts
----------------------------------------------------------------*/
/* Windows */
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic");
}

/*----------------------------------------------------------------
    Commons
----------------------------------------------------------------*/
* {
  box-sizing: border-box;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  font-size: 1rem;
  background: #fff;
  position: relative;
}

@media only screen and (max-width: 768px) {
  body {
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
}

a {
  color: #000;
}

.mbe-all-wrap {
  padding: 70px;
  min-width: 1368px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mbe-all-wrap {
    padding: 35px;
    min-width: 100%;
    max-width: 100%;
  }
}

.mbe-all-wrap .content-wrap {
  background: url("../img/cmn/bg_content.gif") repeat;
  border-radius: 0 0 200px 0 / 0 0 200px 0;
}

@media screen and (max-width: 768px) {
  .mbe-all-wrap .content-wrap {
    border-radius: 0 0 100px 0 / 0 0 100px 0;
  }
}

.mbe-latest-content {
  max-width: 996px;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 270px;
}

@media screen and (max-width: 768px) {
  .mbe-latest-content {
    padding-top: 26px;
    padding-bottom: 132px;
  }
}

.mbe-latest-content h3 {
  position: relative;
  width: 174px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 75px;
}

.mbe-latest-content h3 img {
  width: 100%;
  height: auto;
}

.mbe-latest-content h3:before {
  content: "";
  width: 36px;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mbe-latest-content .article-item {
  position: relative;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .article-item {
    margin-right: -12px;
    margin-left: -12px;
  }
}

.mbe-latest-content .item-module a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .item-module a {
    background-size: 100% !important;
  }
}

.mbe-latest-content .article-img {
  width: 510px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .article-img {
    width: 100%;
  }
}

.mbe-latest-content .article-img img {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.mbe-latest-content .article-meta {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  background: #fff;
  width: 570px;
  min-height: 260px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 40px;
  padding-left: 170px;
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .article-meta {
    width: 82%;
    box-sizing: border-box;
    position: relative;
    margin-top: -30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 21px;
    padding-bottom: 20px;
    padding-left: 21px;
    min-height: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .supported-engine .article-meta {
    padding-bottom: 68px;
  }
}

.mbe-latest-content .supported-engine .article-meta:before {
  position: absolute;
  content: "";
  top: 36px;
  right: 25px;
  background: url("../img/cmn/supported_by_engine.png") no-repeat;
  width: 198px;
  height: 20px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .supported-engine .article-meta:before {
    top: auto;
    right: 20px;
    bottom: 21px;
  }
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .supported-tokyo-calendar .article-meta {
    padding-bottom: 68px;
  }
}

.mbe-latest-content .supported-tokyo-calendar .article-meta:before {
  position: absolute;
  content: "";
  top: 32px;
  right: 25px;
  background: url("../img/cmn/supported_by_tokyo_calendar.png") no-repeat;
  width: 220px;
  height: 25px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .supported-tokyo-calendar .article-meta:before {
    top: auto;
    right: 20px;
    bottom: 17px;
  }
}

.mbe-latest-content .category-circle {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .category-circle {
    top: 14px;
    left: auto;
    right: 17px;
    width: 88px;
    height: 88px;
  }
}

.mbe-latest-content .category-circle .inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.mbe-latest-content .category-circle .category-name {
  margin-bottom: 10px;
}

.mbe-latest-content .category-circle.car {
  background: #666666;
}

.mbe-latest-content .category-circle.gourmet {
  background: #4e0075;
}

.mbe-latest-content .category-circle.interview {
  background: #004628;
}

.mbe-latest-content .meta-text p {
  line-height: 1.7;
}

.mbe-latest-content .meta-text .date {
  font-size: 1.2rem;
  font-family: "Fjalla One";
  display: inline-block;
  border-bottom: 1px solid #000;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .meta-text .date {
    font-size: 1rem;
  }
}

.mbe-latest-content .meta-text .sub {
  font-size: 1.4rem;
  font-weight: 600;
  font-weight: bold;
  margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .meta-text .sub {
    font-size: 1.2rem;
  }
}

.mbe-latest-content .meta-text .name {
  font-size: 2.4rem;
  font-weight: 600;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .meta-text .name {
    font-size: 1.8rem;
  }
}

.mbe-latest-content .meta-text .title {
  font-size: 1.7rem;
  font-weight: 600;
  font-weight: bold;
  padding-right:20px;
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .meta-text .title {
    font-size: 1.5rem;
  }
}

.mbe-latest-content a {
  display: block;
}

.mbe-latest-content a:hover .article-img img {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.mbe-latest-content .new .article-img:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  background: url("../img/cmn/label-new.png") no-repeat;
  width: 12px;
  height: 28px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .new .article-img:before {
    display: none;
  }
}

.mbe-latest-content .new .article-img:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -18px;
  width: 36px;
  height: 2px;
  background: #000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .new .article-img:after {
    display: none;
  }
}

.mbe-latest-content .new .article-meta:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -36px;
  background: url("../img/cmn/label-new.png") no-repeat;
  width: 12px;
  height: 28px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .new .article-meta:before {
    display: block;
  }
}

.mbe-latest-content .new .article-meta:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -16px;
  width: 24px;
  height: 2px;
  background: #000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

@media screen and (max-width: 768px) {
  .mbe-latest-content .new .article-meta:after {
    display: block;
  }
}

.pc {
  display: block;
}

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

.sp {
  display: none;
}

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

/*----------------------------------------------------------------
    Header
----------------------------------------------------------------*/
.mbe-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.mbe-header .logo {
  position: absolute;
  top: 42px;
  left: 42px;
}

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

.mbe-header .logo img {
  height: auto;
}

.mbe-header .header-content {
  position: fixed;
  top: 50px;
  right: 34px;
}

@media screen and (max-width: 768px) {
  .mbe-header .header-content {
    width: 100%;
    top: 0;
    right: auto;
    left: 0;
    padding: 25px 25px 22px 25px;
  }
}

.mbe-header .header-content .title {
  position: relative;
}

@media screen and (max-width: 768px) {
  .mbe-header .header-content .title {
    margin-bottom: 16px;
  }
}

.mbe-header .link {
  position: absolute;
  bottom: -47%;
  right: 0;
}

@media screen and (max-width: 768px) {
  .mbe-header .link {
    position: static;
  }
}

.mbe-header .link p {
  letter-spacing: 0.085em;
  font-size: 1.134rem;
  line-height: 1;
}

.mbe-header .link a {
  letter-spacing: 0.085em;
  font-size: 1.134rem;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
}

.mbe-header .header-navi {
  position: fixed;
  top: 50px;
  right: 100px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 768px) {
  .mbe-header .header-navi {
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    background: #fff;
    padding-left: 26px;
    padding-bottom: 10px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .mbe-header .header-navi:after {
    position: absolute;
    left: 26px;
    bottom: 2px;
    content: "";
    width: 10px;
    height: 4px;
    background: #000;
  }
}

.mbe-header .header-navi:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 6px;
  height: 16px;
  background: #000;
}

@media screen and (max-width: 768px) {
  .mbe-header .header-navi:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mbe-header .header-navi .title {
    position: relative;
    padding-top: 30px;
  }
  .mbe-header .header-navi .title:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 10px;
    height: 4px;
    background: #000;
  }
}

@media screen and (max-width: 768px) {
  .mbe-header .header-navi .link {
    padding-top: 17px;
  }
}

@media screen and (max-width: 768px) {
  .mbe-header .header-navi .logo {
    padding-top: 32px;
    position: static;
    display: block;
    margin-bottom: 30px;
  }
}

.mbe-header .header-navi ul {
  font-size: 0;
}

.mbe-header .header-navi li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .mbe-header .header-navi li {
    display: block;
    margin-right: 0;
    margin-bottom: 13px;
  }
}

.mbe-header .header-navi li:last-child {
  margin-right: 28px;
}

@media screen and (max-width: 768px) {
  .mbe-header .header-navi li:last-child {
    margin-right: 0;
  }
}

.mbe-header .header-navi a {
  font-size: 3.543rem;
  letter-spacing: 0.085em;
  text-decoration: none;
  line-height: 1.1;
  padding-bottom: 6px;
  display: inline-block;
}

.mbe-header .header-navi a span {
  display: inline-block;
}

.mbe-header .header-navi a.pc {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .mbe-header .header-navi a.pc {
    display: none;
  }
}

.mbe-header .header-navi a img {
  vertical-align: top;
}

.mbe-header .header-navi a img.pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .mbe-header .header-navi a img.pc {
    display: none;
  }
}

.mbe-header .header-navi span {
  display: block;
}

.mbe-header .header-navi span span {
  font-size: 1.134rem;
  letter-spacing: 0.085em;
  line-height: 1.1;
  display: inline-block;
}

.mbe-header-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .mbe-header-menu {
    display: block;
    position: fixed;
    top: 26px;
    right: 26px;
    width: 23px;
    height: 30px;
    cursor: pointer;
  }
  .mbe-header-menu span {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #000;
    top: 12px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .mbe-header-menu span:first-child {
    top: 0;
  }
  .mbe-header-menu span:last-child {
    top: 24px;
  }
}

.mbe-header-menu.close {
  position: absolute;
  top: 44px;
}

.mbe-header-menu.close span {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.mbe-header-menu.close span:first-child {
  opacity: 1;
  top: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mbe-header-menu.close span:last-child {
  opacity: 1;
  top: 12px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-menu-pc .header-navi {
  opacity: 0;
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 768px) {
  .menu-open-sp .header-navi {
    opacity: 1;
  }
}

.menu-open-sp .header-navi:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 6px;
  height: 16px;
  background: #000;
}

@media screen and (max-width: 768px) {
  .menu-open-sp .header-navi .logo {
    padding-top: 42px;
    position: static;
    display: block;
  }
}

.menu-open-sp .header-navi ul {
  font-size: 0;
}

.menu-open-sp .header-navi li {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .menu-open-sp .header-navi li {
    display: block;
  }
}

.menu-open-sp .header-navi li:last-child {
  margin-right: 28px;
}

.menu-open-sp .header-navi a {
  font-size: 3.543rem;
  letter-spacing: 0.085em;
  text-decoration: none;
  line-height: 1.1;
  padding-bottom: 6px;
  display: inline-block;
}

.menu-open-sp .header-navi a span {
  display: inline-block;
}

.menu-open-sp .header-navi a img {
  vertical-align: top;
}

.menu-open-sp .header-navi span {
  display: block;
}

.menu-open-sp .header-navi span span {
  font-size: 1.134rem;
  letter-spacing: 0.085em;
  line-height: 1.1;
  display: inline-block;
}

/*----------------------------------------------------------------
    Footer
----------------------------------------------------------------*/
.mbe-footer {
  margin-top: -70px;
  margin-right: 70px;
  margin-left: 70px;
  padding-bottom: 102px;
  position: relative;
  text-align: center;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .mbe-footer {
    margin-top: -35px;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 50px;
  }
}

.mbe-footer .pagetop {
  position: absolute;
  top: -16px;
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .mbe-footer .pagetop {
    top: -110px;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.mbe-footer .top-link {
  width: 394px;
  height: 50px;
  border: 1px solid #000;
  line-height: 48px;
  margin: 0 auto;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
}

@media screen and (max-width: 768px) {
  .mbe-footer .top-link {
    width: 274px;
    height: 34px;
    line-height: 30px;
  }
}

.mbe-footer .top-link img {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .mbe-footer .top-link img {
    width: 247px;
    height: auto;
  }
}

.mbe-footer .top-link a {
  display: block;
}

.mbe-footer .follow {
  font-size: 0;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .mbe-footer .follow {
    padding-top: 10px;
    margin-bottom: 34px;
  }
}

.mbe-footer .follow h4 {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 18px;
}

.mbe-footer .follow h4:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mbe-footer .follow ul {
  display: inline-block;
  vertical-align: middle;
}

.mbe-footer .follow li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 12px;
  padding-right: 12px;
}

.mbe-footer .follow li:first-child {
  border-right: 1px solid #000;
}

.mbe-footer .copy {
  text-align: center;
  font-size: 1rem;
}

/*----------------------------------------------------------------
    Index
----------------------------------------------------------------*/
.hero-wrap {
  position: relative;
  padding-top: 74px;
  padding-right: 44px;
  padding-left: 44px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .hero-wrap {
    padding-top: 92px;
    padding-right: 0;
    padding-left: 0;
    margin-right: -35px;
    margin-left: -35px;
  }
}

.hero-wrap .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .hero-wrap .swiper-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .hero-wrap .swiper-slide {
    width: 100%;
  }
}

.hero-wrap li {
  position: relative;
}

.hero-wrap li a {
  display: block;
}

.hero-wrap li .article-img {
  position: relative;
  z-index: 0;
}

.hero-wrap li .article-img img {
  width: 100%;
  height: auto;
}

.hero-wrap .hero-text {
  position: absolute;
  width: 100%;
  bottom: -24px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .hero-wrap .hero-text {
    position: relative;
    bottom: auto;
    top: 0;
    left: 0;
  }
  .hero-wrap .hero-text:before {
    content: "";
    display: block;
    padding-top: 70%;
  }
}

@media screen and (max-width: 768px) {
  .hero-wrap .hero-text li {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}

.hero-wrap .hero-text li .hero-desc {
  position: absolute;
  bottom: 62px;
  left: -32px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .hero-wrap .hero-text li .hero-desc {
    position: static;
    padding-left: 26px;
    margin-top: -74px;
  }
}

.hero-wrap .hero-text li p {
  font-size: 1.134rem;
}

.hero-wrap .hero-text li .category {
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.11em;
  position: relative;
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .hero-wrap .hero-text li .category {
    margin-bottom: 30px;
  }
}

.hero-wrap .hero-text li .category:before {
  position: absolute;
  bottom: -18px;
  left: 0;
  content: "";
  width: 6px;
  height: 2px;
  background: #000;
}

.hero-wrap .hero-text li .category span {
  display: inline-block;
}

.hero-wrap .hero-text li .number {
  line-height: 40%;
  font-size: 20rem;
  letter-spacing: 0em;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .hero-wrap .hero-text li .number {
    font-size: 0;
    line-height: 1;
    width: 175.5px;
  }
  .hero-wrap .hero-text li .number img {
    width: 100%;
    height: auto;
  }
}

.hero-wrap .hero-text li .number span {
  display: inline-block;
}

.hero-wrap .hero-text li .article-detail {
  display: inline-block;
  vertical-align: middle;
  padding-left: 14px;
}

@media screen and (max-width: 768px) {
  .hero-wrap .hero-text li .article-detail {
    padding-left: 0;
    padding-top: 15px;
  }
}

.hero-wrap .hero-text li .title,
.hero-wrap .hero-text li .profession {
  line-height: 1;
  font-weight: 600;
  font-weight: bold;
  display: inline-block;
}

.hero-wrap .hero-text li .title span,
.hero-wrap .hero-text li .profession span {
  display: inline-block;
  line-height: 1;
  padding: 10px 8px 4px 8px;
}

.hero-wrap .hero-text li .title {
  display: inline-block;
  vertical-align: bottom;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .hero-wrap .hero-text li .title {
    font-size: 2.3rem;
  }
}

.hero-wrap .hero-text li .profession {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .hero-wrap .hero-text li .profession {
    font-size: 1.3rem;
  }
}

.hero-wrap .hero-text li .text {
  font-weight: 600;
  font-weight: bold;
  padding-top: 14px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .hero-wrap .hero-text li .text {
    font-size: 1.7rem;
  }
}

.hero-wrap .hero-text li .text span {
  display: inline-block;
  line-height: 1;
  padding: 8px 8px 4px 8px;
}

.hero-wrap .hero-text li .category .anim-char,
.hero-wrap .hero-text li .number .anim-char,
.hero-wrap .hero-text li .title .anim-char,
.hero-wrap .hero-text li .profession .anim-char,
.hero-wrap .hero-text li .text .anim-char {
  opacity: 0;
  -webkit-transform: rotateY(50deg) rotateX(30deg);
          transform: rotateY(50deg) rotateX(30deg);
  position: relative;
  display: inline-block;
}

.hero-wrap .hero-text li .category .anim-row,
.hero-wrap .hero-text li .number .anim-row,
.hero-wrap .hero-text li .title .anim-row,
.hero-wrap .hero-text li .profession .anim-row,
.hero-wrap .hero-text li .text .anim-row {
  padding: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.hero-wrap .hero-text li .category .anim-row + br,
.hero-wrap .hero-text li .number .anim-row + br,
.hero-wrap .hero-text li .title .anim-row + br,
.hero-wrap .hero-text li .profession .anim-row + br,
.hero-wrap .hero-text li .text .anim-row + br {
  line-height: 1;
  font-size: 0;
}

.hero-wrap .hero-text li .category .anim-row + br + .anim-row,
.hero-wrap .hero-text li .number .anim-row + br + .anim-row,
.hero-wrap .hero-text li .title .anim-row + br + .anim-row,
.hero-wrap .hero-text li .profession .anim-row + br + .anim-row,
.hero-wrap .hero-text li .text .anim-row + br + .anim-row {
  margin-top: -3px;
}

.hero-wrap .hero-text li .category .anim-row:after,
.hero-wrap .hero-text li .number .anim-row:after,
.hero-wrap .hero-text li .title .anim-row:after,
.hero-wrap .hero-text li .profession .anim-row:after,
.hero-wrap .hero-text li .text .anim-row:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 2;
}

.hero-wrap .hero-text li .category:before {
  opacity: 0;
}

.hero-wrap .hero-text li.anim-load .category .anim-row:after,
.hero-wrap .hero-text li.anim-load .number .anim-row:after,
.hero-wrap .hero-text li.anim-load .title .anim-row:after,
.hero-wrap .hero-text li.anim-load .profession .anim-row:after,
.hero-wrap .hero-text li.anim-load .text .anim-row:after {
  width: 100%;
  -webkit-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.hero-wrap .hero-text li.anim-load .anim-start .title span,
.hero-wrap .hero-text li.anim-load .anim-start .profession span {
  background: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.hero-wrap .hero-text li.anim-load .anim-start .text span {
  background: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.hero-wrap .hero-text li.anim-load .anim-start .category .anim-char,
.hero-wrap .hero-text li.anim-load .anim-start .number .anim-char,
.hero-wrap .hero-text li.anim-load .anim-start .title .anim-char,
.hero-wrap .hero-text li.anim-load .anim-start .profession .anim-char,
.hero-wrap .hero-text li.anim-load .anim-start .text .anim-char {
  opacity: 1;
  -webkit-transform: rotateY(0deg) rotateX(0deg);
          transform: rotateY(0deg) rotateX(0deg);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.hero-wrap .hero-text li.anim-load .anim-start .category .anim-row:after,
.hero-wrap .hero-text li.anim-load .anim-start .number .anim-row:after,
.hero-wrap .hero-text li.anim-load .anim-start .title .anim-row:after,
.hero-wrap .hero-text li.anim-load .anim-start .profession .anim-row:after,
.hero-wrap .hero-text li.anim-load .anim-start .text .anim-row:after {
  left: 100%;
  -webkit-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.hero-wrap .hero-text li.anim-load .anim-start .category:before {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.hero-area {
  position: relative;
  padding-top: 74px;
  padding-right: 44px;
  padding-left: 44px;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .hero-area {
    padding-top: 92px;
    padding-right: 0;
    padding-left: 0;
    margin-right: -35px;
    margin-left: -35px;
  }
}

.hero-area .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .hero-area .swiper-wrapper {
    width: 100%;
  }
}

.hero-area .swiper-slide {
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .hero-area .swiper-slide {
    width: 100%;
  }
}

.hero-area li {
  position: relative;
}

.hero-area li a {
  display: block;
}

.hero-area li .article-img {
  position: relative;
  z-index: 0;
}

.hero-area li .article-img img {
  width: 100%;
  height: auto;
}

.hero-area li .article-desc {
  position: absolute;
  bottom: 62px;
  left: -32px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .hero-area li .article-desc {
    position: static;
    padding-left: 26px;
    margin-top: -74px;
  }
}

.hero-area li p {
  font-size: 1.134rem;
}

.hero-area li .category {
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.11em;
  position: relative;
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .hero-area li .category {
    margin-bottom: 30px;
  }
}

.hero-area li .category:before {
  position: absolute;
  bottom: -18px;
  left: 0;
  content: "";
  width: 6px;
  height: 2px;
  background: #000;
}

.hero-area li .category span {
  display: inline-block;
}

.hero-area li .number {
  line-height: 40%;
  font-size: 20rem;
  letter-spacing: 0em;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .hero-area li .number {
    font-size: 0;
    line-height: 1;
    width: 175.5px;
  }
  .hero-area li .number img {
    width: 100%;
    height: auto;
  }
}

.hero-area li .number span {
  display: inline-block;
}

.hero-area li .article-detail {
  display: inline-block;
  vertical-align: middle;
  padding-left: 14px;
}

@media screen and (max-width: 768px) {
  .hero-area li .article-detail {
    padding-left: 0;
    padding-top: 15px;
  }
}

.hero-area li .title,
.hero-area li .profession {
  line-height: 1;
  font-weight: 600;
  font-weight: bold;
  display: inline-block;
}

.hero-area li .title span,
.hero-area li .profession span {
  display: inline-block;
  line-height: 1;
  padding: 10px 8px 4px 8px;
}

.hero-area li .title {
  display: inline-block;
  vertical-align: bottom;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .hero-area li .title {
    font-size: 2.3rem;
  }
}

.hero-area li .profession {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .hero-area li .profession {
    font-size: 1.3rem;
  }
}

.hero-area li .text {
  font-weight: 600;
  font-weight: bold;
  padding-top: 14px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .hero-area li .text {
    font-size: 1.7rem;
  }
}

.hero-area li .text span {
  display: inline-block;
  line-height: 1;
  padding: 8px 8px 4px 8px;
}

.hero-area li .category .anim-char,
.hero-area li .number .anim-char,
.hero-area li .title .anim-char,
.hero-area li .profession .anim-char,
.hero-area li .text .anim-char {
  opacity: 0;
  -webkit-transform: rotateY(50deg) rotateX(30deg);
          transform: rotateY(50deg) rotateX(30deg);
  position: relative;
  display: inline-block;
}

.hero-area li .category .anim-row,
.hero-area li .number .anim-row,
.hero-area li .title .anim-row,
.hero-area li .profession .anim-row,
.hero-area li .text .anim-row {
  padding: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.hero-area li .category .anim-row + br,
.hero-area li .number .anim-row + br,
.hero-area li .title .anim-row + br,
.hero-area li .profession .anim-row + br,
.hero-area li .text .anim-row + br {
  line-height: 1;
  font-size: 0;
}

.hero-area li .category .anim-row + br + .anim-row,
.hero-area li .number .anim-row + br + .anim-row,
.hero-area li .title .anim-row + br + .anim-row,
.hero-area li .profession .anim-row + br + .anim-row,
.hero-area li .text .anim-row + br + .anim-row {
  margin-top: -3px;
}

.hero-area li .category .anim-row:after,
.hero-area li .number .anim-row:after,
.hero-area li .title .anim-row:after,
.hero-area li .profession .anim-row:after,
.hero-area li .text .anim-row:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 2;
}

.hero-area li .category:before {
  opacity: 0;
}

.hero-area li.swiper-slide-active .category .anim-row:after,
.hero-area li.swiper-slide-active .number .anim-row:after,
.hero-area li.swiper-slide-active .title .anim-row:after,
.hero-area li.swiper-slide-active .profession .anim-row:after,
.hero-area li.swiper-slide-active .text .anim-row:after {
  width: 100%;
  -webkit-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.hero-area li.swiper-slide-active .anim-start .title span,
.hero-area li.swiper-slide-active .anim-start .profession span {
  background: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.hero-area li.swiper-slide-active .anim-start .text span {
  background: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.hero-area li.swiper-slide-active .anim-start .category .anim-char,
.hero-area li.swiper-slide-active .anim-start .number .anim-char,
.hero-area li.swiper-slide-active .anim-start .title .anim-char,
.hero-area li.swiper-slide-active .anim-start .profession .anim-char,
.hero-area li.swiper-slide-active .anim-start .text .anim-char {
  opacity: 1;
  -webkit-transform: rotateY(0deg) rotateX(0deg);
          transform: rotateY(0deg) rotateX(0deg);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.hero-area li.swiper-slide-active .anim-start .category .anim-row:after,
.hero-area li.swiper-slide-active .anim-start .number .anim-row:after,
.hero-area li.swiper-slide-active .anim-start .title .anim-row:after,
.hero-area li.swiper-slide-active .anim-start .profession .anim-row:after,
.hero-area li.swiper-slide-active .anim-start .text .anim-row:after {
  left: 100%;
  -webkit-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.hero-area li.swiper-slide-active .anim-start .category:before {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

/*----------------------------------------------------------------
    Contents
----------------------------------------------------------------*/
.mbe-article {
  position: relative;
  padding-top: 74px;
  padding-right: 44px;
  padding-left: 44px;
  zoom: 1;
}

@media screen and (max-width: 768px) {
  .mbe-article {
    padding-right: 0;
    padding-left: 0;
    margin-right: -35px;
    margin-left: -35px;
  }
}

.mbe-article:before, .mbe-article:after {
  content: "";
  display: table;
}

.mbe-article:after {
  clear: both;
}

.mbe-article .article-side {
  position: absolute;
  width: 13.15789%;
  min-width: 150px;
  height: 100%;
  float: left;
}

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

.mbe-article .article-side .side-inner {
  border-top: 2px solid #000;
  position: fixed;
  bottom: auto;
}

.mbe-article .article-side .side-inner.stop {
  position: absolute;
  bottom: 70px;
}

.mbe-article .article-side .category {
  padding-top: 18px;
  margin-bottom: 110px;
}

.mbe-article .article-side .number {
  max-width: 133px;
  margin-bottom: 16px;
}

.mbe-article .article-side .number img {
  width: 100%;
  height: auto;
}

.mbe-article .article-side .article-date {
  border-top: 2px solid #000;
  font-family: "Fjalla One";
  font-size: 1.8rem;
  padding-top: 18px;
  margin-bottom: 60px;
}

.mbe-article .article-side .article-link {
  border-top: 2px solid #000;
  padding-top: 10px;
}

.mbe-article .article-side li {
  display: block;
}

.mbe-article .article-side li a {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.7;
}

.mbe-article .article-side li a span {
  display: inline-block;
  vertical-align: baseline;
  font-family: "Fjalla One";
  font-size: 1.8rem;
  padding-right: 12px;
}

.mbe-article .article-side-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-side-sp {
    display: block;
    padding-top: 12px;
    padding-left: 25px;
  }
}

.mbe-article .article-side-sp ul {
  font-size: 0;
}

.mbe-article .article-side-sp li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

.mbe-article .article-side-sp li:first-child {
  margin-right: 17px;
}

.mbe-article .article-side-sp .category {
  border-top: 2px solid #000;
  padding-top: 13px;
}

.mbe-article .article-side-sp .category.car img {
  width: 20px;
  height: auto;
}

.mbe-article .article-side-sp .category.gourmet img {
  width: 50px;
  height: auto;
}

.mbe-article .article-side-sp .category.interview img {
  width: 59px;
  height: auto;
}

.mbe-article .article-side-sp .article-date {
  border-top: 2px solid #000;
  font-family: "Fjalla One";
  font-size: 1.3rem;
  padding-top: 13px;
}

.mbe-article .article-side-sp .number {
  padding-top: 14px;
  margin-bottom: -21px;
}

.mbe-article .article-side-sp .number img {
  width: 100%;
  height: auto;
}

.mbe-article .article-side-sp .number.n3 {
  width: 93px;
}

.mbe-article .article-content {
  width: 84.21053%;
  min-width: 960px;
  float: right;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-content {
    width: 100%;
    min-width: 100%;
  }
}

.mbe-article .article-content .inner {
  width: 840px;
  margin: 0 auto;
  padding-bottom: 94px;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-content .inner {
    width: auto;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 25px;
  }
}

.mbe-article .article-main-img img {
  width: 100%;
  height: auto;
}

.mbe-article .article-header {
  padding-top: 64px;
  position: relative;
  border-bottom: 1px solid #b3b3b3;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-header {
    padding-top: 44px;
    margin-bottom: 20px;
  }
}

.mbe-article .article-header h1 {
  font-size: 2.4rem;
  font-weight: bold;
  font-weight: 600;
  padding-left: 22px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-header h1 {
    padding-left: 0;
    font-size: 2rem;
  }
}

.mbe-article .article-header h2 {
  padding-left: 22px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-header h2 {
    padding-left: 0;
  }
}

.mbe-article .article-header h2 span {
  display: block;
}

.mbe-article .article-header .profession {
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-header .profession {
    font-size: 1.2rem;
  }
}

.mbe-article .article-header .name {
  font-size: 2.4rem;
  font-weight: bold;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-header .name {
    font-size: 2rem;
  }
}

.mbe-article .article-header p {
  font-size: 1.8rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-header p {
    font-size: 1.6rem;
  }
}
.mbe-article .article-header .support-logo{
  position: absolute;
  right: 0;
  bottom: 34px;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-header .support-logo{
    bottom: -34px;
  }

}
.mbe-article .article-header .credit {
  padding-top: 24px;
  padding-bottom: 44px;
  
}

@media screen and (max-width: 768px) {
  .mbe-article .article-header .credit {
    padding-top: 17px;
    padding-bottom: 25px;
  }
}

.mbe-article .article-header .credit p {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-header .credit p {
    font-size: 1.1rem;
  }
}

.mbe-article .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .mbe-article .title-area {
    display: block;
    margin-bottom: 0;
  }
}

.mbe-article .head-box {
  border-left: 1px solid #b3b3b3;
  
}

@media screen and (max-width: 768px) {
  .mbe-article .head-box {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 16px;
    margin-bottom: 22px;
  }
}

.mbe-article .head-l {
  margin-right: 7%;
}

.mbe-article .article-body {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-body {
    padding-top: 40px;
  }
}

.mbe-article .article-body .img-box {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-body .img-box {
    margin-bottom: 40px;
  }
}
.mbe-article .article-body .img-box.double {
  margin-bottom: 30px;
}

.mbe-article .article-body .img-box img {
  width: 100%;
  height: auto;
}

.hero-area li .support-logo{
  float: right;
}

.mbe-article .article-body h2 {
  font-size: 2rem;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-body h2 {
    font-size: 1.8rem;
    margin-bottom: 27px;
  }
}

.mbe-article .article-body p {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 44px;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-body p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

.mbe-article .article-body .text{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mbe-article .article-body .text{
    display: block;
    margin-bottom: 30px;
  }
}
.mbe-article .article-body .text p{
  width: 48%;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mbe-article .article-body .text p{
      width: 100%;
      margin-bottom: 10px;
  }
  .mbe-article .article-body .text p:nth-child(1):before{
    content: '左｜';
  }
  .mbe-article .article-body .text p:nth-child(2):before{
    content: '右｜';
  }
}

.mbe-article .article-body p.query {
  color: #6f6f6f;
  margin-bottom: 0;
}

.mbe-article .article-body p.query:before {
  content: "——";
}

.mbe-article .article-body p + .img-box {
  padding-top: 10px;
}

.mbe-article .article-body .selection{
  border-top: 1px solid #000;
  padding-top: 60px;
  font-size: 0;
}
.mbe-article .article-body .selection .selection-title{
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mbe-article .article-body .selection .selection-title{
    margin-bottom: 60px;
  }
}

.mbe-article .article-body .selection .selection-title img{
  width: auto;
}

.mbe-article .article-body .selection .img1{
  display: inline-block;
  vertical-align: bottom;
  width: 48%;
  margin: 0;
  margin-right: 4%;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-body .selection .img1{
    width: 100%;
  }
}

.mbe-article .article-body .selection .selection-right{
  display: inline-block;
  vertical-align: bottom;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .mbe-article .article-body .selection .selection-right{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.mbe-article .article-header .inline-credit{
  font-size: 1.4rem;
}
.mbe-article .article-body .selection .selection-right .selection-right-title{
  font-weight: bold;
  margin-bottom: 15px;
}
.mbe-article .article-body .selection .selection-right .selection-right-text{
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.mbe-article .article-body .selection .selection-right .credit p{
  font-size: 1.4rem;
  margin: 0;
}
.mbe-article .online-store-box{
  width: 300px;
  margin: 100px auto 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  .mbe-article .online-store-box{
    margin: 8px auto 50px;
  }
}
.mbe-article .profile .selection-profile{
  padding: 6% 8%;
}
.mbe-article .profile .selection-profile .profile-img{
  float: left;
  margin-right: 15px;
}
.mbe-article .profile .selection-profile h3{
  margin-top: 10px;
}
.mbe-article .profile .selection-profile .job{
  font-size: 10px;
  margin-bottom: 0;
  margin-top: 20px;
  line-height: 1;
}
.mbe-article .profile .selection-profile .name{
  font-size: 20px !important;
  font-weight: bold;
  margin-bottom: 0;
}
.mbe-article .profile .selection-profile .name span{
  font-size: 14px;
  font-weight: 100;
}
.mbe-article .profile .selection-profile p.profile-text{
  font-size: 11px;
  margin-bottom: 0;
  clear: both;
  margin-top: 12px;
}

.mbe-article .profile {
  padding-top: 50px;
  padding-bottom: 103px;
}

@media screen and (max-width: 768px) {
  .mbe-article .profile {
    margin-right: -25px;
    margin-left: -25px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mbe-article .profile .selection-profile{
    padding: 3% 0;
  }
}

.mbe-article .profile .inner {
  background: #e6e6e6;
  padding: 40px;
  zoom: 1;
}

@media screen and (max-width: 768px) {
  .mbe-article .profile .inner {
    
  }
}

.mbe-article .profile .inner:before, .mbe-article .profile .inner:after {
  content: "";
  display: table;
}

.mbe-article .profile .inner:after {
  clear: both;
}

.mbe-article .profile .inner .img {
  float: left;
  width: 28.94737%;
}

@media screen and (max-width: 768px) {
  .mbe-article .profile .inner .img {
    width: 56%;
    float: none;
    margin: 0 auto 40px auto;
  }
}

.mbe-article .profile .inner .img img {
  width: 100%;
  height: auto;
}

.mbe-article .profile .inner .text {
  float: right;
  width: 67.76316%;
}

.mbe-article .profile .inner .text2 {
  float: left;
  font-size: 1.4rem;
  line-height: 1.7;
  width: 50%;
  border-right: 1px solid white; 
  line-height: 1.0em;
}
@media screen and (max-width: 768px) {
  .mbe-article .profile .inner .text2 {
    width: 100%;
    border-right: none; 
    border-bottom: 1px solid white; 
    padding-bottom: 30px;
  }

}

.mbe-article .profile .inner .text3 {
  float: left;
  font-size: 1.4rem;
  line-height: 1.7;
  width: 50%;
  padding:30px;
  padding-right:0px;
}
@media screen and (max-width: 768px) {
  .mbe-article .profile .inner .text3 {
    width: 100%;
    padding: 0px;
    padding-top: 30px;
  }
}
.mbe-article .profile .inner .support-logo2 {
  text-align:center;
}


@media screen and (max-width: 768px) {
  .mbe-article .profile .inner .text {
    float: none;
    width: 100%;
  }
}

.mbe-article .profile .inner .text h4, .mbe-article .profile .inner .text p {
  line-height: 1.7;
}

.mbe-article .profile .inner .text2 h4, .mbe-article .profile .inner .text2 p {
  line-height: 1.7;
}

.mbe-article .profile .inner .text h3 {
  margin-bottom: 18px;
}
.mbe-article .profile .inner .text2 h3 {
  margin-bottom: 18px;
}

.mbe-article .profile .inner .text h4 {
  font-size: 1.6rem;
  margin-bottom: 18px;
}
.mbe-article .profile .inner .text2 h4 {
  font-size: 1.6rem;
  margin-bottom: 18px;
}

.mbe-article .profile .inner .text p {
  font-size: 1.4rem;
}
.mbe-article .profile .inner .text2 p {
  font-size: 1.4rem;
}

.mbe-article .share {
  text-align: center;
  font-size: 0;
}

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

.mbe-article .share h4, .mbe-article .share ul, .mbe-article .share li {
  display: inline-block;
  vertical-align: middle;
}

.mbe-article .share h4 {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 18px;
}

.mbe-article .share h4:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mbe-article .share li {
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 12px;
  padding-right: 12px;
  cursor: pointer;
}

.mbe-article .share li:first-child {
  border-right: 1px solid #000;
}

/*----------------------------------------------------------------
    Commons
----------------------------------------------------------------*/
/* 表示アニメーション */
.js-sh {
  width: 0;
  line-height: 1.2;
  overflow: hidden;
}

.js-sh.scroll-start {
  width: 100%;
  -webkit-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.js-char {
  display: inline-block;
  width: 0;
  overflow: hidden;
  position: relative;
}

.js-char:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 1;
}

.js-char.scroll-start {
  width: 100%;
  -webkit-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.js-char.scroll-start:after {
  width: 0;
  -webkit-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#barba-wrapper {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#barba-wrapper.contents-out {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.barba-container {
  -webkit-transition-property: width, left;
  transition-property: width, left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  position: relative;
}
/*-------car-----------*/
.article-header.car{
  padding-top: 10px;
}
.article-header.car .inline-credit{
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .mbe-article .article-body.car{
    padding-top: 50px;
  }
}
/*----------for gourmet--------*/

  .mbe-article .article-content.gourmet .title-area{
      
      display: block;
  }
  @media only screen and (min-width: 768px) {
    .mbe-article .article-content.gourmet .title-area .head-r{
      margin-top: 40px;
    }
    .mbe-article .article-content.gourmet .article-header{
      border-bottom: none;
    }
    .mbe-article .article-content.gourmet .article-body{
      padding: 0;
    }
  }
  .mbe-article .article-content.gourmet .article-header .support-logo{
      right: 0;
      left: auto;
      bottom: 8px;
  }
  @media only screen and (max-width: 768px) {
      .mbe-article .article-content.gourmet .article-header .support-logo{
          left: auto;
          right: 0;
          bottom: -40px;
      }
      .mbe-article .article-content.gourmet .title-area{
          margin-bottom: 0;
      }
      .mbe-article .article-content.gourmet .article-header{
          margin-bottom: 0;
          border: none;
      }
  }



  /*-------footer------*/
  .mbe-footer .online-store{
    margin: 20px 0 40px;
  }
  .mbe-footer .online-store a{
    margin: 0 10px;
  }
  @media only screen and (max-width: 768px) {

  }


  /*------------anchor box -------*/
  .mbe-article .online-store-box.anchor-box{
    display: inline-block;
    margin-left:20px;
    margin-right: 20px;
  }
  .mbe-article .anchor-box-wrapper{
    text-align: center;  
  }
  @media only screen and (max-width: 768px) {
    .mbe-article .online-store-box.anchor-box{
      margin-bottom: 25px;
      margin-left:0px;
      margin-right: 0px;
      margin-top: 0; 
    }
    .mbe-article .anchor-box-wrapper{
      margin-bottom: 20px;
    }
  }
