@media(max-width: 767px) {
  #header,
  #globalnaviWrapper,
  #globalnaviWrapper #globalnavi,
  #footer {
    display: none;
  }
}
#contentswrapper {
  width: 100%;
}
@media(min-width: 768px) {
#contentswrapper {
    min-width: 990px
}
  }
#contentswrapper #topicpath_area {
    margin: auto;
    max-width: 990px;
  }
#_contents {
  position: relative;
}
#_contents ._grid_bg{
    position: relative;
  }
#_contents ._grid_bg:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: linear-gradient(0deg, transparent 41px, #DADCDC 42px),linear-gradient(90deg,  transparent 41px, #DADCDC 42px);
      background-color: #fff;
      background-size: 42px 42px;
      opacity: 0;
      transition: opacity .8s ease-in-out;
    }
@media(max-width: 767px) {
#_contents ._grid_bg:before {
        background-image: linear-gradient(0deg, transparent 29px, #DADCDC 30px),linear-gradient(90deg,  transparent 29px, #DADCDC 30px);
        background-size: 30px 30px
    }
      }
#_contents ._grid_bg.with_offset {
      margin-top: -50px;
    }
#_contents ._grid_bg.with_offset:before {
        top: 100px;
        height: calc(100% - 100px);
      }
#_contents ._grid_bg.from_bottom:before {
        background-position: left bottom;
      }
#_contents.loaded ._grid_bg:before {
      opacity: 1;
    }
#_contents .js_fadeInUp {
    transform: translateY(100px);
    opacity: 0;
    transition: transform .8s ease .5s, opacity .8s ease .5s;
  }
#_contents .js_fadeInUp.complete {
      transform: translateY(0);
      opacity: 1;
    }
#_contents .js_FixedMenuAreaWrapper {
    position: relative;
  }
#_contents .js_FixedMenuArea {
    position: absolute;
    top: 1060px;
    bottom: 400px;
  }
@media(max-width: 767px) {
#_contents .js_FixedMenuArea {
      top: 760px
  }
    }
#_contents * {
  box-sizing: border-box;
}
#_contents img {
  display: block;
}
#_modal button,
#_contents button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
#_contents sup {
    font-size: smaller;
    font-size: 10px;
  }
@media(max-width: 767px) {
  .pc {
    display: none;
  }
}
@media(min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #back-top,
  #footer-mobile {
    display: none !important;
  }
}
#footer-mobile {
  width: 100%;
  min-width: 320px;
  border-top: none;
}
#footer-mobile #copy_area-mobile {
  width: 100%;
  height: 65px;
  position: relative;
  top: 0;
  z-index: 1;
  background: #cc0022;
}
#girdText-mobile {
  max-width: 696px;
  margin: 0 auto;
}
#copyright-mobile {
  position: relative;
  text-align: center;
  line-height: 130%;
  z-index: 1;
  color: #d9d9d9;
  font-size: 72%;
  top: 12px;
}
@media(max-width: 767px) {
  #f_search_form {
    background: #f2f2f2;
    padding: 10px;
    border-bottom: 1px solid #cccccc;
  }
  #f_search_form .f_search_form_area {
    width: 100%;
    margin: 0 auto;
  }
  #f_search_form .f_search_form_area legend {
    display: none;
  }
  #f_search_form .f_search_form_area .searchBox {
    width: 65%;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 7px;
    height: 18px;
  }
  @media only screen and (min-width: 480px) and (max-width: 696px) {
    #f_search_form .f_search_form_area .searchBox {
      width: 75%;
    }
  }
  @media (min-width: 696px) {
    #f_search_form .f_search_form_area .searchBox {
      width: 85%;
    }
  }
  #f_search_form .f_search_form_area .search_but {
    width: 78px;
    height: 32px;
  }


  #back-top {
    position: fixed;
    bottom: 2px;
    right: 2px;
    z-index: 2;
  }
  #back-top img {
    width: 38px;
    height: 38px;
}
}
/*
======================================================
  mobile-nav
--------------------------------------------------- */
@media screen and (min-width: 768px) {
  #header-mobile {
    display: none;
  }
}
#header-mobile {
  background: url(/SJ/common/images/mobile/header_arc_bg_center_m.png) no-repeat bottom left;
  background-size: 1000px 8px;
  height: 54px;
  margin: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media (min-width: 600px) and (max-width: 767px) {
  #header-mobile {
    height: 70px;
  }
}
#header-mobile::before {
  background-color: #c02;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #header-mobile::before {
    display: none;
  }
}
#header-mobile::after {
  background: url(/SJ/common/images/mobile/header_arc_bg_right_m.png) repeat-x bottom center;
  background-size: 1px 8px;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #header-mobile::after {
    display: none;
  }
}
#logo-mobile {
  height: 35px;
  left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  z-index: 99999;
}
@media (min-width: 600px) and (max-width: 767px) {
  #logo-mobile {
    height: 45px;
  }
}
#logo-mobile a {
  display: block;
  height: 100%;
}
#logo-mobile img {
  height: 100%;
  width: auto;
}
#headerwrapper-mobile {
  height: 54px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (min-width: 600px) and (max-width: 767px) {
  #headerwrapper-mobile {
    height: 70px;
  }
}
.dl-trigger {
  background: url(/SJ/common/images/mobile/mobile_btn_menu.png) no-repeat 0 0;
  background-size: 52px 46px;
  border: none;
  cursor: pointer;
  height: 46px;
  outline: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
}
@media (min-width: 600px) and (max-width: 767px) {
  .dl-trigger {
    background-size: 70px 62px;
    height: 62px;
    width: 70px;
  }
}
.dl-trigger.close {
  background: url(/SJ/common/images/mobile/mobile_btn_close.png) no-repeat 0 0;
  background-size: 52px 46px;
}
@media (min-width: 600px) and (max-width: 767px) {
  .dl-trigger.close {
    background-size: 70px 62px;
  }
}
.dl-trigger img {
  height: 30px;
  margin: 7px 10px;
  width: 26px;
}
.dl-menuwrapper {
  min-width: 320px;
  padding-top: 54px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 600px) {
  .dl-menuwrapper {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .dl-menuwrapper {
    display: none;
  }
}
.dl-menuwrapper hr {
  background: #c02;
  border: 0;
  height: 2px;
  margin: 0;
}
.dl-menuwrapper ul {
  background: #fff;
  list-style: none;
  padding: 0;
  position: relative;
}
.dl-menuwrapper ul li {
  position: relative;
}
.dl-menuwrapper ul li a {
  display: block;
  outline: none;
  position: relative;
  text-decoration: none;
}
.dl-menuwrapper div.dl-menu {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 3px;
          box-shadow: rgba(0, 0, 0, 0.4) 0 0 3px;
  display: none;
  margin: 5px 5px 10px;
  position: absolute;
  width: 97%;
  z-index: 10;
}
.dl-menuwrapper div.dl-menu::after {
  border: 10px solid transparent;
  border-bottom-color: #fff;
  bottom: 100%;
  content: " ";
  height: 0;
  position: absolute;
  right: 8px;
  width: 0;
}
.dl-menuwrapper div.dl-menu a:hover {
  color: #333;
  text-decoration: none;
}
.dl-menuwrapper div.dl-menu .text_btn_r {
  background: -webkit-gradient(linear, left top, left bottom, from(#cc0021), to(#ab001c));
  background: linear-gradient(to bottom, #cc0021, #ab001c);
  background-color: #cc0021;
  border-radius: 3px;
  margin: 8px;
}
.dl-menuwrapper div.dl-menu .text_btn_r a {
  background: url(/SJ/common/images/mobile/mobile_icon_arrow_w.png) no-repeat 15px 15px;
  background-size: 6px 12px;
  color: #fff;
  display: block;
  font-size: 115%;
  font-weight: bold;
  padding: 15px 15px 15px 37px;
  text-decoration: none;
}
.dl-menuwrapper div.dl-menu ul {
  border-top: 1px solid #ccc;
  margin: 0;
}
.dl-menuwrapper div.dl-menu ul.g_nav:first-child {
  border-top: 0;
}
.dl-menuwrapper div.dl-menu ul.g_nav li {
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef));
  background: linear-gradient(to bottom, #fefefe, #efefef);
  background-color: #fefefe;
  behavior: url("/SJNK/common/css/PIE.htc");
  border-bottom: 1px solid #ccc;
  font-size: 115%;
  font-weight: bold;
  position: relative;
}
.dl-menuwrapper div.dl-menu ul.g_nav li a {
  background: url(/SJ/common/images/mobile/mobile_arrow_r_r.png) no-repeat right center;
  background-size: 40px 40px;
  color: #333;
  padding: 15px 45px;
}
.dl-menuwrapper div.dl-menu ul.g_nav li a img {
  height: 40px;
  left: 3px;
  position: absolute;
  top: 3px;
  vertical-align: middle;
  width: 40px;
}
.dl-menuwrapper div.dl-menu ul.g_nav li.n_leisure {
  background: -webkit-gradient(linear, left top, left bottom, from(#fbdee0), to(#ffc5ca));
  background: linear-gradient(to bottom, #fbdee0, #ffc5ca);
  background-color: #fbdee0;
}
.dl-menuwrapper div.dl-menu ul.g_nav:first-child {
  border-top: 0;
}
.dl-menuwrapper div.dl-menu ul.gs_nav {
  border-radius: 0 0 3px 3px;
}
.dl-menuwrapper div.dl-menu ul.gs_nav li {
  background: url(/SJ/common/images/mobile/mobile_icon_arrow_r.png) no-repeat 20px 12px;
  background-size: 6px 12px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 12px 45px;
}
.dl-menuwrapper div.dl-menu ul.gs_nav li a {
  color: #333;
}
.dl-menuwrapper div.dl-menu ul.gs_nav li.last {
  border-bottom: 0;
  border-radius: 0 0 3px 3px;
}
.dl-menuwrapper .momenu {
  padding: 10px;
}
.dl-menuwrapper .momenu #g_search_form {
  line-height: 1;
  margin: 0 auto;
  width: 100%;
  *zoom: 1;
}
.dl-menuwrapper .momenu #g_search_form::after {
  clear: both;
  content: "";
  display: table;
}
.dl-menuwrapper .momenu #g_search_form legend {
  display: none;
}
.dl-menuwrapper .momenu .searchBox {
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 18px;
  padding: 7px;
  vertical-align: top;
  width: 65%;
}
@media only screen and (min-width: 480px) and (max-width: 696px) {
  .dl-menuwrapper .momenu .searchBox {
    width: 75%;
  }
}
@media (min-width: 696px) and (max-width: 767px) {
  .dl-menuwrapper .momenu .searchBox {
    width: 83%;
  }
}
.dl-menuwrapper .momenu .search_but {
  height: 32px;
  width: 78px;
}
#i_search_autocomplete {
  z-index: 9999 !important;
}
.panelBK {
  background: #000;
  display: none;
  filter: alpha(opacity=20);
  height: 100%;
  -moz-opacity: 0.2;
  opacity: 0.2;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .panelBK {
    display: none;
  }
}
._buffer {
  position: relative;
  z-index: -1;
  background-image: url(../img/bg.png);
  background-size: 200px 200px;
  background-repeat: repeat;
  /* clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%); */
  width: 100%;
  height: 440px;
  transform: skewY(-2deg);
  margin-bottom: -50px;
}
@media(max-width: 767px) {
._buffer {
    height: 245px;
    background-size: 50px 50px;
    transform: skewY(-5deg)
}
  }
._profile ._buffer {
    margin-bottom: 240px;
  }
@media(max-width: 767px) {
._profile ._buffer {
      margin-bottom: 80px
  }
    }
section._hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 32px;
}
section._hero ._bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateX(230px);
    width: 1893px;
    height: 715px;
  }
@media(min-width: 768px) {
section._hero ._bg {
      max-width: calc(1870 / 1920 * 100vw);
      max-height: calc(715 / 1920 * 100vw);
      min-width: calc(1870px / (1920 / 990));
      min-height: calc(715px / (1920 / 990));
      transform: translateX(-50%) translateX(calc(230 / 1920 * 100vw))
  }
    }
@media(min-width: 1920px) {
section._hero ._bg {
      transform: translateX(-50%) translateX(230px)
  }
    }
section._hero ._bg {
    background-image: url(../img/hero_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
@media(max-width: 767px) {
section._hero ._bg {
      bottom: 0;
      left: 0;
      width: 100%;
      height: 85%;
      transform: none;
      background-image: url(../img/hero_bg.png);
      background-repeat: no-repeat;
      background-position: left 10% bottom;
      background-size: auto 100%
  }
    }
section._hero ._inner.js_fadeInLeft {
      transform: translateX(5%);
      opacity: 0;
      transition: transform .8s ease, opacity .8s ease;
    }
section._hero ._inner.js_fadeInLeft.complete {
        transform: translateX(0);
        opacity: 1;
      }
section._hero ._inner {
    min-width: 990px;
    margin: auto;
    height: 820px;
    position: relative;
}
@media(min-width: 768px) {
section._hero ._inner {
      max-height: calc(820 / 1920 * 100vw);
      min-height: calc(820px / (1920 / 990))
  }
    }
@media(max-width: 767px) {
section._hero ._inner {
      min-width: unset;
      width: 100%;
      height: calc(484vw / 350 * 100)
  }
    }
section._hero ._main_visual {
    position: relative;
    height: 100%;
  }
section._hero ._photo {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%) translateX(150px);
  }
@media(min-width: 768px) {
section._hero ._photo {
      transform: translateX(-50%) translateX(calc(150 / 1920 * 100vw))
  }
    }
@media(min-width: 1920px) {
section._hero ._photo {
      transform: translateX(-50%) translateX(150px)
  }
    }
section._hero ._photo img {
      width: 782px;
      height: auto;
    }
@media(min-width: 768px) {
section._hero ._photo img {
        max-width: calc(782 / 1920 * 100vw);      
        min-width: calc(787px / (1920 / 990))
    }

      }
@media(max-width: 767px) {
section._hero ._photo {
      left: 0;
      transform: none
  }
      section._hero ._photo img {
        width: 100%;
        height: auto;
      }
    }
section._hero ._copy {
    position: absolute;
    bottom: 42px;
    top: auto;
    left: 50%;
    transform: translateX(-50%) translateX(-200px);
  }
@media(min-width: 768px) {
section._hero ._copy {
      transform: translateX(-50%) translateX(calc(-200 / 1920 * 100vw))
  }
    }
@media(min-width: 1920px) {
section._hero ._copy {
      transform: translateX(-50%) translateX(-200px)
  }
    }
section._hero ._copy img {
      width: 510px;
      height: auto;
    }
@media(min-width: 768px) {
section._hero ._copy img {
        max-width: calc(510 / 1920 * 100vw);
        min-width: calc(510px / (1920 / 990))
    }
      }
@media(max-width: 767px) {
section._hero ._copy {
      bottom: -33px;
      top: auto;
      left: 10px;
      transform: none
  }
      section._hero ._copy img {
        width: 297px;
        height: auto;
      }
    }
section._hero ._bg {

  }
._scroll_down-box {
  position: relative;
  display: flex;
  justify-content: center;
  /* padding-top: 32px; */
  padding-bottom: 32px;
}
@media(max-width: 767px) {
._scroll_down-box {
    padding-top: 24px;
    padding-bottom: 32px
}
  }
._scroll_down.js_fadeIn {
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
._scroll_down.js_fadeIn.complete {
      opacity: 1;
    }
._scroll_down span {
    font-size: 16px;
    font-weight: bold;
  }
@media(max-width: 767px) {
._scroll_down span {
      font-size: 10px
  }
    }
._scroll_down .bar {
    width: 2px;
    height: 96px;
    background: #000;
    margin: auto;
    margin-top: 20px;
    position: relative;
  }
._scroll_down .bar::after {
      content: '';
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #000;
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      animation:
      circlemove 1.6s ease-in-out infinite backwards,
      cirlemovehide 1.6s ease-out infinite forwards;
      animation-direction: normal;
    }
@media(max-width: 767px) {
._scroll_down .bar {
      margin-top: 14px;
      height: 58px
  }
      ._scroll_down .bar:after {
        width: 7px;
        height: 7px;
      }
    }
@keyframes circlemove {
  0% { bottom:82%; }
  100% { bottom:5%; }
}
@keyframes cirlemovehide {
  0% { opacity:0 }
  50% { opacity:1; }
  80% { opacity:0.9; }
  100% { opacity:0; }
}
section._statement ._inner.js_fadeInUp {
      transform: translateY(5%);
      opacity: 0;
      transition: transform .5s ease-in-out, opacity .5s ease;
    }
section._statement ._inner.js_fadeInUp.complete {
        transform: translateY(0);
        opacity: 1;
      }
section._statement ._inner {
    max-width: 990px;
    margin: auto;
    padding-top: 86px;
    padding-bottom: 62px;
}
@media(max-width: 767px) {
section._statement ._inner {
      max-width: 100%;
      padding-top: 26px;
      padding-bottom: 26px
  }
    }
section._statement ._head_statement-box {

  }
section._statement ._head_statement {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 48px;
  }
@media(max-width: 767px) {
section._statement ._head_statement {
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 20px
  }
    }
section._statement ._head_statement p {
      position: relative;
      padding-bottom: 17px;
    }
section._statement ._head_statement p::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: calc(100% + 24px);
        height: 1px;
        background: #CC0022;
        left: -36px;
      }
@media(max-width: 767px) {
section._statement ._head_statement p {
        padding-bottom: 9px
    }
        section._statement ._head_statement p:after {
          width: calc(100% + 10px);
          left:50%;
          transform: translateX(-50%);
        }
      }
section._statement ._head_statement_01 img {
      width: 670px;
      height: auto;
      margin: auto;
    }
@media(max-width: 767px) {
section._statement ._head_statement_01 img {
        width: 309px;
        max-width: 100%
    }
      }
section._statement ._head_statement_02 {

  }
section._statement ._body_statement-box {
    margin-top: 82px;
    position: relative;
    padding-bottom: 112px;
  }
@media(max-width: 767px) {
section._statement ._body_statement-box {
      margin-top: 50px;
      padding-bottom: 100px
  }
    }
section._statement ._body_statement img {
      width: 498px;
      height: auto;
      margin: auto;
    }
@media(max-width: 767px) {
section._statement ._body_statement img {
        width: 304px;
        max-width: 100%
    }
      }
section._statement ._em_circle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 646px;
    margin: auto;
  }
@media(max-width: 767px) {
section._statement ._em_circle {
      width: 100%;
      padding: 0 5px
  }
      section._statement ._em_circle svg {
        width: 100%;
      }
    }
section._menu {
  position: relative;
  z-index: 1;
}
section._menu ._inner {
    padding-top: 20px;
    max-width: 1030px;
    margin: auto;
    margin-bottom: -45px;

  }
@media(max-width: 767px) {
section._menu ._inner {
      margin-bottom: -85px

  }
    }
section._menu ._menu_list {
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
    justify-content: center;
  }
@media(max-width: 767px) {
section._menu ._menu_list {
      flex-direction: column;
      margin: auto
  }
    }
section._menu ._menu_item {
    width: 33.333%;
    padding-right: 6px;
    padding-left: 6px;
    

  }
@media(max-width: 767px) {
section._menu ._menu_item {
      width: 100%;
      padding-right: 23px;
      padding-left: 23px;
      margin-bottom: 10px
    

  }
    }
section._menu ._menu_btn {
    position: relative;
    display: block;

  }
section._menu ._menu_btn:hover ._menu_btn_inner {
        background: #BDC1C4;
      }
section._menu ._menu_btn:hover ._menu_btn_inner {
        transform: translateX(6px) translateY(6px);
      }
@media(max-width: 767px) {
section._menu ._menu_btn:hover ._menu_btn_inner {
          transform: translateX(3px) translateY(3px)
      }
        }
section._menu ._menu_btn_inner {
      background: #000;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-right: 35px;
      height: 115px;
      position: relative;
      transition: transform .2s ease, background .2s ease;
    }
@media(max-width: 767px) {
section._menu ._menu_btn_inner {
        height: 53px
    }
      }
section._menu ._menu_btn_inner img {

      }
section._menu ._menu_btn_inner::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 35px;
        content: url(../img/btn_arrow_down.svg);
        margin: auto;
        height: 8px;
        width: 13px;
      }
section._menu ._menu_btn_shadow {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      border: 1px solid #000;
      background: #fff;
      z-index: 0;
      top: 0;
      left: 0;
      box-sizing: border-box;
      transform: translateX(6px) translateY(6px);
    }
@media(max-width: 767px) {
section._menu ._menu_btn_shadow {
        transform: translateX(3px) translateY(3px)
    }
      }
section._cm:before {
    content: '';
    background-color: #fff;
    background-image: url(../img/bg-dot.png);
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
  }
section._cm {
  
  position: relative;
  margin-top: -50px !important;
  padding-bottom: 260px !important;
  z-index: 0;
}
@media(max-width: 767px) {
section._cm {
    margin-top: -15px !important;
    padding-bottom: 100px !important
}
  }
section._cm ._inner {
    width: 990px;
    margin: auto;
  }
@media(max-width: 767px) {
section._cm ._inner {
      width: 100%;
      padding-right: 10px;
      padding-left: 10px
  }
    }
section._cm ._section_heading {
    width: 990px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 132px;
    background: #000;
    margin-bottom: 170px;
  }
@media(max-width: 767px) {
section._cm ._section_heading {
      width: 100%;
      height: 80px;
      margin-bottom: 80px
  }
      section._cm ._section_heading img {
        width: auto;
        height: 23px;
      }
    }
section._cm ._intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 94px;
  }
@media(min-width: 768px) {
section._cm ._intro {
      margin-left: 15px;
      align-items: flex-start
  }
    }
@media(max-width: 767px) {
section._cm ._intro {
      flex-direction: column;
      margin-bottom: 70px
  }
    }
section._cm ._intro ._photo {
      position: relative;
      transform: translateX(9px) translateY(-9px);
    }
@media(max-width: 767px) {
section._cm ._intro ._photo {
        width: 90vw;
        /* padding-right: 5px;
        padding-left: 5px; */
        transform: translateX(4.5px) translateY(-4.5px)
    }
      }
section._cm ._intro ._photo:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #CC0022;
        top: 0;
        left: 0;
        z-index: -1;
        transform: translateX(-9px) translateY(9px);
      }
@media(max-width: 767px) {
section._cm ._intro ._photo:after {
          width: 100%
      }
        }
section._cm ._intro ._photo ._slides {
        border: solid 1px #CC0022;
        width: 504px;
        overflow: hidden;
      }
@media(max-width: 767px) {
section._cm ._intro ._photo ._slides {
          width: 90vw
      }
        }
section._cm ._intro ._photo ._controls {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 15px;
        margin: auto -7.5px;
      }
@media(max-width: 767px) {
section._cm ._intro ._photo ._controls {
          padding-top: 9px;
          margin: auto -5px
      }
          section._cm ._intro ._photo ._controls button svg {
            width: 14px;
            height: 14px;
          }
        }
section._cm ._intro ._photo ._controls > * {
          padding: 0 7.5px !important;
          color: #CC0022;
          font-size: 18px;
        }
@media(max-width: 767px) {
section._cm ._intro ._photo ._controls > * {
            padding: 0 5px !important;
            font-size: 10px
        }
          }
section._cm ._intro ._photo img {
        width: 504px;
        height: auto;
        margin: auto;
      }
@media(max-width: 767px) {
section._cm ._intro ._photo img {
          /* max-width: 316px; */
          width: 90vw;
          height: auto
      }
        }
@media(max-width: 767px) {
section._cm ._intro ._photo {
        margin-bottom: 27px
    }
      }
section._cm ._intro ._txt {
      max-width: 421px;
      font-size: 16px;
      font-weight: 300;
      line-height: 45px;
      margin-right: 10px;
      color: #000;
      text-align: justify;
      overflow: hidden;
      padding-right: 10px;
      position: relative;

    }
@media(min-width: 768px) {
section._cm ._intro ._txt {
        margin-top: -7px

    }
      }
section._cm ._intro ._txt:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(180deg,#ECEFEF 0px,#ECEFEF 34px,transparent 34px,transparent 45px);
        background-size: 100% 45px;
        background-repeat: repeat-y;
        background-position: center 6px;
        transform: translateY(-45px);
      }
@media(max-width: 767px) {
section._cm ._intro ._txt:before {
          display: none;
          background-image: linear-gradient(180deg,#ECEFEF 0px,#ECEFEF 20px,transparent 20px,transparent 30px);
          background-size: 100% 30px;
          background-repeat: repeat-y;
          background-position: center 5px;
          transform: translateY(-30px)
      }
        }
@media(max-width: 767px) {
section._cm ._intro ._txt {
        /* max-width: 320px; */
        font-size: 13px;
        line-height: 30px;
        margin: auto;
        padding-right: 1em

    }
      }
section._cm ._intro ._txt span {
        background: #ECEFEF;
        position: relative;
        -webkit-box-decoration-break: clone;
        padding: 8px 12px 8px 12px;
      }
/* box-shadow: 10px 0px 0px 0px #ecefef, -10px 0px 0px 0px #ecefef; */
@media(max-width: 767px) {
section._cm ._intro ._txt span {
          padding: 3px 1em 3px 1em;
          box-shadow: 5px 0 0px 3px #ecefef, -5px 0 0px 3px #ecefef
          /* padding: 4px 1rem 4px 10px; */
      }
        }
section._cm ._video-box {
    margin-top: 94px;

    padding-top: 98px;
    padding-bottom: 98px;
    position: relative;
  }
section._cm ._video-box ._youtube_holder {
      position: relative;
      width: 896px;
      height: auto;
      margin: auto;
    }
@media(max-width: 767px) {
section._cm ._video-box ._youtube_holder {
        width: 100%;
        height: auto
    }
      }
section._cm ._video-box ._youtube_holder ._youtube {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-bottom: 56.25%;
      }
section._cm ._video-box ._youtube_holder ._youtube iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: none; 
        }
@media(max-width: 767px) {
section._cm ._video-box {
      margin-top: 70px;

      padding-top: 62px;
      padding-bottom: 70px
  }
    }
section._cm ._video-box::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 12px;
      background: repeating-linear-gradient(-45deg, #000 0, #000 1px, #fff 1px, #fff 10px);
    }
section._cm ._video-box::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 12px;
      background: repeating-linear-gradient(-45deg, #000 0, #000 1px, #fff 1px, #fff 10px);
    }
section._cm ._video-box ._cm_song-box {
      width: 792px;
      margin: auto;
      margin-top: 74px;
      background: #fff;
      border: solid 3px #CC0022;
      border-radius: 160px;
      padding-top: 45px;
      padding-bottom: 45px;
    }
@media(max-width: 767px) {
section._cm ._video-box ._cm_song-box {
        width: 100%;
        margin-top: 40px;
        border-radius: 26px;
        padding-top: 34px;
        padding-bottom: 40px
    }
      }
section._cm ._video-box ._cm_song-box ._cm_song_inner {
        width: 590px;
        margin: auto;
        padding-left: 20px;
      }
@media(max-width: 767px) {
section._cm ._video-box ._cm_song-box ._cm_song_inner {
          width: 100%;
          padding: 0 15px
      }
        }
section._cm ._video-box ._cm_song-box h3 {
        font-size: 19px;
        font-weight: 600;
        line-height: 2;
        margin-bottom: 20px;
      }
@media(max-width: 767px) {
section._cm ._video-box ._cm_song-box h3 {
          font-size: 13px;
          margin-bottom: 14px
      }
        }
section._cm ._video-box ._cm_song-box p {
        font-size: 14px;
        font-weight: 300;
        line-height: 32px;
        margin-bottom: 12px;
      }
@media(max-width: 767px) {
section._cm ._video-box ._cm_song-box p {
          font-size: 12px;
          line-height: 20px
      }
        }
section._cm ._video-box ._cm_song-box ._links {
        font-size: 15px;
        font-weight: 300;
        line-height: 27px;
      }
@media(max-width: 767px) {
section._cm ._video-box ._cm_song-box ._links {
          font-size: 12px;
          line-height: 2
      }
        }
section._cm ._video-box ._cm_song-box ._links a {
          color: #CC0022;
          text-decoration: underline;
        }
#_contents section._japan_quality:before {
    content: '';
    background-color: #fff;
    background-image: url(../img/bg-cross.png);
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
  }
#_contents section._japan_quality {

  position: relative;
  margin-top: -50px !important;
  padding-bottom: 300px !important;
  z-index: 0;
}
@media(max-width: 767px) {
#_contents section._japan_quality {
    margin-top: -15px !important;
    padding-bottom: 100px !important
}
  }
#_contents section._japan_quality > ._inner {
    width: 990px;
    margin: auto;
  }
@media(max-width: 767px) {
#_contents section._japan_quality > ._inner {
      width: 100%;
      padding-right: 10px;
      padding-left: 10px
  }
    }
#_contents section._japan_quality ._section_heading {
    width: 990px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 132px;
    background: #000;
    margin-bottom: 150px;
  }
@media(max-width: 767px) {
#_contents section._japan_quality ._section_heading {
      width: 100%;
      height: 80px;
      margin-bottom: 80px
  }
      #_contents section._japan_quality ._section_heading img {
        width: auto;
        height: 23px;
      }
    }
#_contents section._japan_quality ._section_content {}
#_contents section._japan_quality ._copy {
    margin-bottom: 130px;
  }
@media(max-width: 767px) {
#_contents section._japan_quality ._copy {
      margin-bottom: 70px;
      margin-right: -10px;
      margin-left: -10px
  }
    }
/* display: flex;
    flex-direction: column;
    justify-content: center; */
#_contents section._japan_quality ._head_copy ._head_copy_text img {
        width: 933px;
        height: auto;
        margin: auto;
        max-width: 100%;
      }
@media(max-width: 767px) {
#_contents section._japan_quality ._head_copy ._head_copy_text img {
          width: 322px
      }
        }
#_contents section._japan_quality ._head_copy ._head_copy_line {
      text-align: center;
    }
#_contents section._japan_quality ._head_copy ._head_copy_line svg {
        max-width: 100%;
      }
#_contents section._japan_quality ._body_copy {
    font-size: 20px;
    font-weight: 300;
    line-height: 56px;
    text-align: center;
    margin-top: 64px;
  }
@media(max-width: 767px) {
#_contents section._japan_quality ._body_copy {
      /* max-width: 330px; */
      margin: auto;
      margin-top: 38px;
      font-size: 13px;
      line-height: 34px;
      letter-spacing: -0.02em
  }
      #_contents section._japan_quality ._body_copy .condensed {
        letter-spacing: -0.04em;
      }
    }
#_contents section._japan_quality ._tab_list {
    max-width: 932px;
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
#_contents section._japan_quality ._tab_list ._tab {
      position: relative;
      width: 430px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto 5px;
      color: #fff;
      color: #070203;
    }
#_contents section._japan_quality ._tab_list ._tab:before {
        background-image: url(../img/tab_bg-01-pc.svg);
      }
@media(max-width: 767px) {
#_contents section._japan_quality ._tab_list ._tab:before {
          background-image: url(../img/tab_bg-01-sp.svg);
      }
        }
#_contents section._japan_quality ._tab_list ._tab:before {
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
        border-bottom: none;
}
/* &[data-target-panel='#_tab_panel_02'] {
        color: #fff;
        &:before {
          background: url(../img/tab_bg-02-pc.svg);
          @media(--sp) {
            background: url(../img/tab_bg-02-sp.svg);
          }
          background-size: contain;
          background-position: bottom center;
          background-repeat: no-repeat;
          border-bottom: none;
        }
        &.is-active:after {
          content: '';
          width: 99%;
          position: absolute;
          height: 2px;
          top: auto;
          bottom: -1.5px;
          background: #cc0022;
        }
      } */
#_contents section._japan_quality ._tab_list ._tab.is-active {
        z-index: 1;

      }
/* transform: translateY(1.5px); */
#_contents section._japan_quality ._tab_list ._tab.is-active img {
          filter: invert(1);
        }
#_contents section._japan_quality ._tab_list ._tab.is-active:before {
          border-bottom: none;
        }
#_contents section._japan_quality ._tab_list ._tab.is-active {
        color: #fff;
}
#_contents section._japan_quality ._tab_list ._tab.is-active:before {
          background-image: url(../img/tab_bg-02-pc.svg);
        }
@media(max-width: 767px) {
#_contents section._japan_quality ._tab_list ._tab.is-active:before {
            background-image: url(../img/tab_bg-02-sp.svg)
        }
          }
#_contents section._japan_quality ._tab_list ._tab.is-active.is-active:after {
          content: '';
          width: 99%;
          position: absolute;
          height: 3px;
          top: auto;
          bottom: -1px;
          background: #cc0022;
        }
/* &[data-target-panel='#_tab_panel_01'] {
        color: #070203;
        &:before {
          background: url(../img/tab_bg-01-pc.svg);
          @media(--sp) {
            background: url(../img/tab_bg-01-sp.svg);
          }
          background-size: contain;
          background-position: bottom center;
          background-repeat: no-repeat;
          border-bottom: none;
        }
        &.is-active:after {
          content: '';
          width: 99%;
          position: absolute;
          height: 2px;
          top: auto;
          bottom: -1.5px;
          background: #EFF0EC;
        }
      } */
#_contents section._japan_quality ._tab_list ._tab:before {
        z-index: -1;
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
      }
@media(max-width: 767px) {
#_contents section._japan_quality ._tab_list ._tab {
        width: 50%;
        height: 11vw;
        margin: auto
    }
        #_contents section._japan_quality ._tab_list ._tab img {
          height: 15px;
          width: auto;
        }
      }
#_contents section._japan_quality ._tab_panels {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
#_contents section._japan_quality ._tab_panel {
    /* display: none; */
    position: absolute;
    height: 0;
    opacity: 0;
    overflow: hidden;
    width: 932px;
    margin: auto;
    border: none;
    padding-right: 74px;
    padding-left: 74px;
    background: #fff;
    visibility: hidden;
  }
#_contents section._japan_quality ._tab_panel >._inner {
      opacity: 0;
      transition: opacity .5s ease-in-out .1s;
    }
#_contents section._japan_quality ._tab_panel.is-active {
      /* display: block; */
      border-right: 1px solid #75757C;
      border-bottom: 1px solid #75757C;
      border-left: 1px solid #75757C;
      position: relative;
      height: auto;
      opacity: 1;
      visibility: visible;
      /* &:after {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: -3px;
        border: solid 1px #75757C;
        z-index: -1;
      } */
    }
#_contents section._japan_quality ._tab_panel.is-active >._inner {
        opacity: 1;
      }
#_contents section._japan_quality ._tab_panel._tab_panel_01:before {
      content: '';
      display: block;
      width: 100%;
      height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      background: #CC0022;
    }
#_contents section._japan_quality ._tab_panel._tab_panel_02:before {
      content: '';
      display: block;
      width: 100%;
      height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      background: #CC0022;
    }
@media(max-width: 767px) {
#_contents section._japan_quality ._tab_panel {
      width: 100%;
      padding-right: 18px;
      padding-left: 18px
  }
    }
#_contents section._japan_quality ._point_inner {
    padding-top: 100px;
    padding-bottom: 60px;

  }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_inner {
      padding-top: 45px;
      padding-bottom: 50px

  }
    }
#_contents section._japan_quality ._point_inner h3 {
      font-size: 26px;
      font-weight: 600;
      line-height: 43px;
      margin-bottom: 40px;
    }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_inner h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }
      }
#_contents section._japan_quality ._point_inner p {
      font-size: 15px;
      font-weight: 300;
      line-height: 2;
    }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_inner p {
        font-size: 13px;
        line-height: 22px
    }
      }
#_contents section._japan_quality ._point_inner a._btn {
      position: relative;
      margin-top: 35px;
      background: #BDC1C4;
      width:100%;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 33px;
      color: #fff;
      text-decoration: none;
      font-size: 18px;
      line-height: 28px;
      font-weight: 600;
      padding: 14px 19px; 
      transition: background-color .3s ease;
    }
#_contents section._japan_quality ._point_inner a._btn:hover {
        background-color: #CC0022;
      }
#_contents section._japan_quality ._point_inner a._btn:hover:after {
          transform: translateX(10px);
        }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_inner a._btn {
        margin-top: 28px;
        font-size: 14px;
        line-height: 28px;
        padding: 14px;
        line-height: 1.7;
        text-align: center
    }
      }
#_contents section._japan_quality ._point_inner a._btn:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 28%;
        content: url(../img/btn_arrow_right.svg);
        margin: auto;
        height: 14px;
        width: 6px;
        transition: transform .3s ease, background-color .3s ease;
      }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_inner a._btn:after {
          right: 15%
      }
        }
#_contents section._japan_quality ._point_03 ._point_inner,#_contents section._japan_quality ._point_04 ._point_inner,#_contents section._japan_quality ._point_05 ._point_inner{
      padding-top: 75px;
      padding-bottom: 72px;
    }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_03 ._point_inner,#_contents section._japan_quality ._point_04 ._point_inner,#_contents section._japan_quality ._point_05 ._point_inner{
        padding-top: 45px;
        padding-bottom: 50px
    }
      }
#_contents section._japan_quality ._point_03 a._btn, #_contents section._japan_quality ._point_04 a._btn, #_contents section._japan_quality ._point_05 a._btn {
      margin-top: 35px;
    }
#_contents section._japan_quality ._point_01,#_contents section._japan_quality ._point_03,#_contents section._japan_quality ._point_02 {
    position: relative;
  }
#_contents section._japan_quality ._point_01:after, #_contents section._japan_quality ._point_03:after, #_contents section._japan_quality ._point_02:after {
      content: '';
      display: block;
      background-image: linear-gradient(to right, #707070, #707070 5px, transparent 3px);
      background-size: 11px 1px;
      background-repeat: repeat-x;
      height: 5px;
      width: 99%;
      position: absolute;
    }
#_contents section._japan_quality ._point_01 {
    position: relative;

    /* border-bottom: dashed 1px #707070; */
  }
#_contents section._japan_quality ._point_01 ._txt {
      padding-top: 10px;
      padding-bottom: 50px; 
      background-image: url(../img/point_img_01-pc.svg);
      background-size: 326px 225px;
      background-position: right bottom;
      background-repeat: no-repeat;
    }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_01 ._txt {
        padding-bottom: 166px;
        background-size: 201px 138px;
        background-position: center bottom
    }
      }
#_contents section._japan_quality ._point_02 ._point_inner {
      padding-top: 50px;
    }
#_contents section._japan_quality ._point_02 ._txt {
      padding-top: 30px;
      padding-bottom: 10px;
      background-image: url(../img/point_img_02-pc.svg);
      background-size: 365px 308px;
      background-position: right bottom;
      background-repeat: no-repeat;
    }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_02 ._txt {
        padding-bottom: 256px;
        background-size: 259px 219px;
        background-position: center bottom
    }
      }
#_contents section._japan_quality ._point_03 h3 {
      margin-bottom: 30px;
    }
@media(max-width: 767px){
#_contents section._japan_quality ._point_03 ._txt {
        margin-bottom: 25px
    }        
      }
#_contents section._japan_quality ._point_03 ._txt p {
        margin-bottom: 10px;
      }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_03 ._txt p {
          margin-bottom: 0
      }
        }
#_contents section._japan_quality ._point_03 ._txt .note {
        color: #777777;
      }
#_contents section._japan_quality ._point_03 ._cards {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
/* margin-right: -7px;
      margin-left: -7px; */
@media(max-width: 767px) {
#_contents section._japan_quality ._point_03 ._cards {
        flex-direction: column;
        align-items: center
    }
      }
#_contents section._japan_quality ._point_03 ._cards ._card {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        /* width: calc(33.333% - 14px); */
        width: 584px;
        height: 155px;
        margin-right: 7px;
        margin-left: 7px;
        background: #F2F3F0;
        border-radius: 18px;
        margin-top: 20px;
      }
@media(min-width: 768px) {
#_contents section._japan_quality ._point_03 ._cards ._card {
          padding-left: 160px
      }
        }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_03 ._cards ._card {
          width: 95%;
          margin-top: 5px;
          margin-bottom: 5px;
          padding-left: 130px
      }

        }
#_contents section._japan_quality ._point_03 ._cards ._card p {
          font-size: 18px;
          font-weight: 600;
          letter-spacing: -0.02em;
          line-height: 1.5;
          text-align: center;
        }
@media(min-width: 768px) {
#_contents section._japan_quality ._point_03 ._cards ._card p {
            width: 100%
        }
          }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_03 ._cards ._card p {
            font-size: 14px;
            width: 100%
        }
          }
#_contents section._japan_quality ._point_03 ._cards ._card._card_01 {
          background-image: url(../img/point_img_03-01-pc.svg);
          background-size: 84px 115px;
          background-position: 56px center;
          background-repeat: no-repeat;
        }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_03 ._cards ._card._card_01 {
            background-position: 35px center
        }
          }
/* padding-right: 33px; */
@media(max-width: 767px) {
#_contents section._japan_quality ._point_03 ._cards ._card._card_01 p {
            /* padding-right: 29px; */
          }
            }
#_contents section._japan_quality ._point_03 ._cards ._card._card_02 {
          background-image: url(../img/point_img_03-02-pc.svg);
          background-size: 80px 118px;
          background-position: 56px center;
          background-repeat: no-repeat;
        }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_03 ._cards ._card._card_02 {
            background-position: 35px center
            /* padding-right: 5px; */
        }
          }
/* padding-right: 123px; */
@media(max-width: 767px) {
#_contents section._japan_quality ._point_03 ._cards ._card._card_02 p {
              /* padding-right: 4px; */
          }
            }
#_contents section._japan_quality ._point_03 ._cards ._card._card_03 {
          background-image: url(../img/point_img_03-03-pc.svg);
          background-size: 78px 114px;
          background-position: 56px center;
          background-repeat: no-repeat;
        }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_03 ._cards ._card._card_03 {
            background-position: 35px center
            /* padding-right: 8px; */
        }
          }
/* padding-right: 60px; */
@media(max-width: 767px) {
#_contents section._japan_quality ._point_03 ._cards ._card._card_03 p {
              /* padding-right: 4px; */
          }
              }
#_contents section._japan_quality ._point_04 ._point_inner {
      padding-top: 60px;
    }
#_contents section._japan_quality ._point_04 {
    background-image: url(../img/point_img_04-pc.svg);
    background-size: 182px 245px;
    background-position: right 70px top 60px;
    background-repeat: no-repeat;
}
@media(max-width: 767px) {
#_contents section._japan_quality ._point_04 {
      background-position: center bottom 130px;
      background-size: 136px 182px
  }
    }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_04 ._txt {
        margin-bottom: 243px
    }
      }
#_contents section._japan_quality ._point_04 a._btn {
      margin-top: 60px;
    }
/* width: 431px; */
@media(max-width: 767px) {
#_contents section._japan_quality ._point_04 a._btn {
        width: 100%
    }
      }
#_contents section._japan_quality ._point_04 a._btn:after {
        right: 20%;
      }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_04 a._btn:after {
          right: 15%
      }
        }
#_contents section._japan_quality ._point_05 {
    background-image: url(../img/point_img_05-pc.svg);
    background-size: 370px 269px;
    background-position: right top 60px;
    background-repeat: no-repeat;

  }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_05 {
      background-position: center bottom 154px;
      background-size: 248px 180px

  }
    }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_05 ._txt p{
        margin-bottom: 243px
    }
      }
#_contents section._japan_quality ._point_05 a._btn {
      width: 431px;
    }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_05 a._btn {
        width: 100%
    }
      }
#_contents section._japan_quality ._point_05 a._btn:after {
        right: 8%;
      }
@media(max-width: 767px) {
#_contents section._japan_quality ._point_05 a._btn:after {
          right: 15%
      }
        }
/*
@keyframes clip {
  0% {
    clip-path: polygon(80% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
  }
  10% {

  }
  20% {

  }
  30% {

  }
  40% {

  }
  50% {
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%, 0 0);
  }
  60% {

  }
  70% {

  }
  80% {
    clip-path: polygon(0 50%, 50% 100%, 50% 100%, 0 100%, 0 50%);

  }
  90% {

  }
  100% {
    clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%, 0 100%);
  }
}
*/
section._making {
  position: relative;
  margin-top: -50px !important;
  padding-bottom: 104px !important;
  z-index: 0;
}
@media(max-width: 767px) {
section._making {
    margin-top: -15px !important;
    padding-bottom: 120px !important
}
  }
section._making ._inner {
    width: 990px;
    margin: auto;
  }
@media(max-width: 767px) {
section._making ._inner {
      width: 100%;
      padding-right: 10px;
      padding-left: 10px
  }
    }
section._making ._section_heading {
    width: 990px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 132px;
    background: #000;
    margin-bottom: 125px;
  }
section._making ._section_heading.comingsoon {
      background: #989898;
      margin-bottom: 100px;
    }
@media(max-width: 767px) {
section._making ._section_heading {
      width: 100%;
      height: 80px;
      margin-bottom: 74px
  }
      section._making ._section_heading img {
        width: auto;
        height: 23px;
      }
      section._making ._section_heading.comingsoon {
        margin-bottom: 38px;
      }
    }
section._making ._section_content {

  }
section._making ._lede {
    margin-bottom: 85px;
  }
section._making ._lede p {
      overflow: hidden;
      font-size: 18px;
      font-weight: 300;
      line-height: 2;
      line-height: 48px;
    }
@media(min-width: 768px){
section._making ._lede p {
        margin-right: 15px;
        margin-left: 15px;
        padding-right: 1rem
    }
      }
section._making ._lede span {
      background: #ECEFEF;
      position: relative;
      -webkit-box-decoration-break: clone;
      padding: 5px 1.5rem 5px 1rem;
      box-shadow: 5px 0px 0px 2px #ecefef, 5px 0px 0px 2px #ecefef;
    }
@media(max-width: 767px) {
section._making ._lede {
      margin-bottom: 64px;
      padding: 8px
  }
      section._making ._lede p {
        overflow: hidden;
        padding-right: 10px;
        font-size: 14px;
        line-height: 35px;
      }
      section._making ._lede span {
        background: #ECEFEF;
        position: relative;
        -webkit-box-decoration-break: clone;
        padding: 5px 20px 5px 10px;
        box-shadow: 10px 0px 0px 2px #ecefef, -10px 0px 0px 2px #ecefef;
      }
    }
section._making ._episodes {}
section._making ._episode {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 66px;
  }
@media(min-width: 768px) {
section._making ._episode {
      margin-right: 15px;
      margin-left: 15px
  }
    }
@media(max-width: 767px) {
section._making ._episode {
      max-width: 600px;
      margin: auto;
      flex-direction: column;
      margin-bottom: 90px
  }
    }
section._making ._episode ._photo {
      position: relative;
    }
@media(max-width: 767px) {
section._making ._episode ._photo {
        padding: 8px
    }
      }
section._making ._episode ._photo img {
        width: 581px;
        height: 345px;
      }
@media(max-width: 767px) {
section._making ._episode ._photo img {
          width: 100%;
          height: auto
      }
        }
section._making ._episode ._txt {
      position: relative;
      z-index: 1;
    }
@media(max-width: 767px) {
section._making ._episode ._txt {
        padding: 8px
    }
      }
@media(min-width: 768px) {
section._making ._episode ._txt {
        margin-top: 30px
    }
      }
section._making ._episode ._txt h3 {
        font-size: 26px;
        font-weight: 300;
        line-height: 43px;
        margin-bottom: 16px;
        color: #CC0022;
      }
@media(min-width: 768px) {
section._making ._episode ._txt h3 {
          height: 47px;
          position: relative
      }
          section._making ._episode ._txt h3 img {
            position: absolute;
          }
        }
@media(max-width: 767px) {
section._making ._episode ._txt h3 {
          margin-top: 24px
      }
        }
@media(max-width: 767px) {
section._making ._episode ._txt h3 img {
            max-width: 100%
        }
          }
section._making ._episode ._txt h3 span {
          display: inline-block;
          position: relative;
        }
section._making ._episode ._txt h3 span:after {
            content: '';
            display: block;
            width: calc(100% + 36px);
            height: 2px;
            background: #CC0022;
          }
@media(max-width: 767px) {
section._making ._episode ._txt h3 span:after {
              position: relative;
              left: -5px
          }
            }
@media(min-width: 768px) {
section._making ._episode ._txt h3.ep_03 {
            margin-left: 4.3rem;
            margin-right: -24px
        }
          }
@media(min-width: 768px) and (max-width: 1080px) {
section._making ._episode ._txt h3.ep_03 {
            margin-right: auto
        }
          }
section._making ._episode ._txt p {
        font-size: 16px;
        font-weight: 300;
        line-height: 2;
        line-height: 45px;
        /* margin-right: 10px; */
        color: #000;
        text-align: justify;
        overflow: hidden;
        padding-left: 1em;
        padding-right: 1em;
      }
@media(max-width: 767px) {
section._making ._episode ._txt p {
          font-size: 13px;
          line-height: 30px
      }
        }
section._making ._episode ._txt p span {
          background: #ECEFEF;
          position: relative;
          -webkit-box-decoration-break: clone;
          padding-top: 5px;
          padding-bottom: 5px;
          box-shadow: 5px 0 0px 4px #ecefef, -5px 0 0px 4px #ecefef;
        }
@media(max-width: 767px) {
section._making ._episode ._txt p span {
            /* padding: 5px 10px 5px 10px;
            padding-top: 5px;
            padding-bottom: 5px; */
            box-shadow: 10px 0 0px 0px #ecefef, -10px 0 0px 0px #ecefef
        }
          }
@media(min-width: 768px) {
section._making ._episode:nth-of-type(odd) ._txt {
          margin-left: -4rem
      }
          section._making ._episode:nth-of-type(odd) ._txt h3 {
            margin-left: 4.3rem;
          }
        }
@media(min-width: 768px) and (max-width: 1080px) {
            section._making ._episode:nth-of-type(odd)._episode_03 ._txt h3 {
              margin-left: 1rem;
            }
        }
@media(min-width: 768px) {
section._making ._episode:nth-of-type(even) {
        flex-direction: row-reverse
        /* align-items: flex-end; */
    }
      }
@media(min-width: 768px) {
section._making ._episode:nth-of-type(even) ._txt {
          margin-right: -3rem
      }
          section._making ._episode:nth-of-type(even) ._txt h3 {
            margin-left: -1.5rem;
          }
            section._making ._episode:nth-of-type(even) ._txt p span {
              padding-top: 5px 20px 5px 20px;
            }
        }
@media(min-width: 768px) {
            section._making ._episode._episode_03 ._txt p span {
              letter-spacing: -0.01em;
            }
      }
section._making ._video-box {
    margin-top: 128px;
  }
@media(max-width: 767px) {
section._making ._video-box {
      margin-top: 80px
  }
    }
section._making ._comingsoon {
    background: #fff;
    max-width: 630px;
    margin: auto;
    margin-bottom: 100px;
    padding: 55px 62px;
    box-shadow: 0 3px 6px 0 #0000004d;
  }
@media(max-width: 767px) {
section._making ._comingsoon {
      padding: 26px 10px 30px;
      margin-bottom: auto
  }
    }
section._making ._comingsoon ._comingsoon_heading {
      text-align: center;
      font-size: 55px;
      line-height: 1;
      margin-bottom: 24px;
    }
section._making ._comingsoon ._comingsoon_heading img {
        margin: auto;
        width: 336px;
        height: auto;
      }
@media(max-width: 767px) {
section._making ._comingsoon ._comingsoon_heading img {
          width: 204px
      }
        }
@media(max-width: 767px) {
section._making ._comingsoon ._comingsoon_heading {
        font-size: 31px;
        margin-bottom: 15px
    }
      }
section._making ._comingsoon p {
      text-align: center;
      font-size: 20px;
      line-height: 2;
      font-weight: 600;
    }
@media(max-width: 767px) {
section._making ._comingsoon p {
        font-size: 13px
    }
      }
section._profile {
  position: relative;
}
/* &:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
    background-image: linear-gradient(0deg, transparent 41px, #DADCDC 42px),linear-gradient(90deg, transparent 41px, #DADCDC 42px);
    background-color: #fff;
    background-size: 42px 42px;
    z-index: -1;
  } */
section._profile ._inner {
    width: 912px;
    margin: auto;
    padding-bottom: 270px;
  }
@media(max-width: 767px) {
section._profile ._inner {
      width: 100%;
      padding-bottom: 140px
  }
    }
section._profile ._section_heading {
    position: relative;
    padding-top: 60px;
    padding-bottom: 92px;

  }
@media(max-width: 767px) {
section._profile ._section_heading {
      padding-top: 40px;
      padding-bottom: 60px

  }
    }
section._profile ._section_heading img {
      width: 156px;
      height: auto;
      margin: auto;
    }
@media(max-width: 767px) {
section._profile ._section_heading img {
        width: 112px
    }
      }
section._profile ._section_heading ._em_circle {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 317px;
      margin: auto;
    }
@media(max-width: 767px) {
section._profile ._section_heading ._em_circle {
        width: 227px;
        bottom: -33px
    }
        section._profile ._section_heading ._em_circle svg {
          width: 100%;
        }
      }
section._profile ._section_content {}
section._profile ._profile-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
@media(min-width: 768px) {
section._profile ._profile-box {
      background: #fff;
      border: 1px solid #707070
  }
    }
@media(max-width: 767px) {
section._profile ._profile-box {
      display: block
  }
    }
section._profile ._profile-box ._photo img {
        width: 452.7px;
        height: 454.5px;
        margin: auto;
      }
@media(max-width: 767px) {
section._profile ._profile-box ._photo img {
          width: 291px;
          height: auto
      }
        }
section._profile ._profile-box ._txt {
      padding-right: 29px;
      padding-left: 31px;

    }
@media(max-width: 767px) {
section._profile ._profile-box ._txt {
        width: 291px;
        margin: auto;
        padding-top: 27px;
        padding-right: 25px;
        padding-left: 25px;
        padding-bottom: 27px;
        border: solid 1px #707070;
        background: #fff

    }
      }
section._profile ._profile-box ._txt h3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 24px;
        padding-bottom: 17px;
        border-bottom: 2px solid #CC0022;
      }
section._profile ._profile-box ._txt h3 .small {
          font-size: 23px;
          padding-left: 8px;
        }
@media(max-width: 767px) {
section._profile ._profile-box ._txt h3 {
          font-size: 15px;
          margin-bottom: 14px;
          padding-bottom: 9px
      }
          section._profile ._profile-box ._txt h3 .small {
            font-size: 13px;
            padding-left: 0;
          }
        }
section._profile ._profile-box ._txt p {
        font-size: 14px;
        font-weight: 300;
        line-height: 30px;
      }
@media(max-width: 767px) {
section._profile ._profile-box ._txt p {
          font-size: 12px;
          line-height: 20px
      }
        }
footer._footer {
  background: #fff;
  position: relative;
}
footer._footer:before {
    position: relative;
    content: '';
    display: block;
    width: 100%;
    height: 440px;
    transform: skewY(-2deg);
    position: absolute;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 10vw;
    transform: skewY(-2deg) translateY(-50%);
    background: #fff;
    z-index: -1;
  }
@media(max-width: 767px) {
footer._footer:before {
      transform: skewY(-5deg) translateY(-50%)
  }
    }
footer._footer ._inner {
    width: 990px;
    margin: auto !important;
  }
@media(max-width: 767px) {
footer._footer ._inner {
      width: 100%;
      padding-right: 10px;
      padding-left: 10px
  }
    }
footer._footer ._cta {
    padding-top: 260px;
  }
@media(max-width: 767px) {
footer._footer ._cta {
      padding-top: 150px
  }
    }
footer._footer ._cta ._btn {
      width: 450px;
      margin: auto;
      height: 112px;
      background: #CC0022;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      border-radius: 56px;
      text-decoration: none;
      font-size: 27px;
      font-weight: 600;
    }
@media(max-width: 767px) {
footer._footer ._cta ._btn {
        width: 100%;
        max-width: 324px;
        height: 80px;
        font-size: 18px
    }
      }
footer._footer ._sns {
    margin-top: 220px;
    margin-bottom: 90px;
  }
@media(max-width: 767px) {
footer._footer ._sns {
      margin-top: 100px
  }
    }
footer._footer ._sns ._sns_btn_list {
      display: flex;
      justify-content: center;
      align-items: center;
    }
footer._footer ._sns ._sns_btn {
      margin-right: 20px;
      margin-left: 20px;
    }
footer._footer ._sns ._x_btn img {
        width: 40px;
        height: auto;
      }
._fixed_menu {
  position: fixed;
  bottom: 70px;
  right: 70px;
  z-index: 100;
  pointer-events: none;
}
._fixed_menu.js_fadeInUpByScrollAmount {
    opacity: 0;
    transform: translateY(50px);
    transition: transform .5s ease, opacity .5s ease;
  }
._fixed_menu.js_fadeInUpByScrollAmount.is-active {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }
@media(max-width: 767px) {
._fixed_menu {
    bottom: 30px;
    right: 0;
    left: 0
}
  }
._fixed_menu ._inner {}
._fixed_menu ._fixed_menu_list {
    display: block;
  }
@media(max-width: 767px) {
._fixed_menu ._fixed_menu_list {
      display: flex;
      justify-content: center;
      align-items: center
  }
    }
._fixed_menu ._fixed_menu_item {
    margin-bottom: 10px;
  }
@media(max-width: 767px) {
._fixed_menu ._fixed_menu_item {
      margin-right: 2px;
      margin-left: 2px
  }
    }
._fixed_menu a._fixed_menu_btn {
    width: 242px;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0 3px 6px 0 #0000004d;
    transform: rotate(358deg);
  }
@media(max-width: 767px) {
._fixed_menu a._fixed_menu_btn {
      width: 110px;
      height: 54px
  }
    }
._fixed_menu a._fixed_menu_btn:before {
      content: '';
    }
._fixed_menu a._fixed_menu_btn:after {
      content: '';
      width: 17px;
      height: 100%;
      /* position: absolute; */
      right: 0;
      display: block;
      background: #DADCDC;
    }
@media(max-width: 767px) {
._fixed_menu a._fixed_menu_btn:after {
        width: 7.5px
    }
      }
._fixed_menu a._fixed_menu_btn.current::after {
        background: #CC0022;
      }
._video_thumb {
  position: relative;
  width: 794px;
  height: auto;
  margin: auto;
}
._video_thumb ._youtube_holder {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
  }
._video_thumb ._youtube_holder iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none; 
    }
._video_thumb-small {
    width: 772px;
    height: auto;
  }
@media(max-width: 767px) {
._video_thumb {
    width: 100%;
    height: auto
}
  }
._video_thumb ._video_thumb_photo {
    width: 100%;
    height: 100%;
    margin: auto;
  }
@media(max-width: 767px) {
._video_thumb ._video_thumb_photo {
      width: 100%;
      height: auto
  }
    }
._video_thumb ._video_thumb_photo img {
      width: 100%;
      height: 100%;
      margin: auto;
    }
@media(max-width: 767px) {
._video_thumb ._video_thumb_photo img {
        width: 100%;
        height: auto
    }
      }
._video_thumb .play_btn:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
    }
._video_thumb .play_btn:hover img {
        transform: scale(1.1);
      }
._video_thumb .play_btn img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 71px;
      height: 81px;
      transition: transform .2s ease;
    }
@media(max-width: 767px) {
._video_thumb .play_btn img {
        width: 30px;
        height: 35px
    }
      }
#contentswrapper #_contents {
    transition: filter .2s ease-in;
  }
#contentswrapper.show-modal {
    z-index: 10000;
  }
#contentswrapper.show-modal #_contents {
      /* filter: blur(1px); */
    }
#_modal {
  display: none;
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
#_modal #_modal-content {
    height: auto;
    width: 90%;
    max-width: 930px;
    position: relative;
  }
@media(max-width: 767px) {
#_modal #_modal-content {
      width: calc(100% - 20px)
  }
    }
#_modal #_modal-content ._video-holder {
      position: relative;
      background-color: #111;
      margin: auto;
      padding: 0;
      height: 0;
      overflow: hidden;
      height: auto;
      padding: 56.25% 0 0 0;
    }
#_modal ._backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0);
    z-index: -1;
    transition: background .3s ease-out;
  }
#_modal.show {
    display: flex;
    justify-content: center;
    align-items: center;
  }
#_modal.show ._backdrop {
      background: rgba(0,0,0,.23);
    }
#_modal.show ._backdrop:hover {
        background: rgba(0,0,0,.20);
      }
#_modal #_player {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }
#_modal #_close-btn {
    top: -10px;
    right: 0;
    transform: translateY(-100%);
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    color: #fff;
    font-weight: 100;
  }
