@charset "UTF-8";
html,
body, article, section, nav, aside,
h1, h2, h3, h4, h5, h6,
header, footer, address,
p, ol, ul, li, dl, dt, dd, div,
a, strong, small, sup, sup, span,
img, iframe, embed, object, video, audio,
table, tr, td, th,
canvas,
svg {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  cursor: default;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  font-family: 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", 'MS PGothic', Verdana, sans-serif;
}

::-moz-selection {
  background-color: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #ccc;
  color: #000;
  text-shadow: none;
}

ol, ul {
  list-style: none;
}

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

article, section, nav, aside,
header, footer {
  display: block;
}

video, audio,
canvas {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

strong {
  font-weight: inherit;
}

strong {
  font-weight: bolder;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.isShow--pc {
  display: block;
}

html.cnrPage_typeNarrow .isShow--pc {
  display: none;
}

.isShow--sp {
  display: block;
}

html.cnrPage_typeWide .isShow--sp {
  display: none;
}

/*@function sizeVW($px, $width) {
  @return ($px / $width) * 100vw;
}*/
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.disable-link {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

.text-replace {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

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

.notoSansLight {
  font-family: 'Noto Sans JP Light', 'kozuka-gothic-pro', 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", 'MS PGothic', Verdana, sans-serif;
}

@font-face {
  font-family: "Yu Gothic M";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

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

/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
 */
/*@font-face {
  font-family: 'Noto Sans JP Light';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}*/
/*@font-face {
  font-family: 'Noto Sans JP Regular';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}*/
/* imgの下の隙間対策 */
img {
  vertical-align: bottom;
}

/* フォントサイズリセット ベース10px */
html, body {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #000000;
  /* 基本のフォントカラー */
  font-family: 'kozuka-gothic-pro', 'Noto Sans JP Light', 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", 'MS PGothic', Verdana, sans-serif;
}

body.scrolling a {
  pointer-events: none;
}

a {
  color: #988837;
  text-decoration: none;
}

a svg {
  fill: #000;
}

html.pc a {
  text-decoration: none;
}

html.pc a:hover {
  text-decoration: underline;
}

.futura {
  font-family: futura-pt, 'Noto Sans JP Light', sans-serif;
  font-style: normal;
  font-weight: 300;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

svg {
  display: block;
  pointer-events: none;
}

@-webkit-keyframes hover-flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes hover-flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}

.zoomInBg {
  -webkit-transform: matrix(1.3, 0, 0, 1.3, 0, 0);
      -ms-transform: matrix(1.3, 0, 0, 1.3, 0, 0);
          transform: matrix(1.3, 0, 0, 1.3, 0, 0);
  opacity: .8;
}

.zoomOutAnimBg {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.zoomInAnimBg {
  -webkit-transform: matrix(1.3, 0, 0, 1.3, 0, 0);
      -ms-transform: matrix(1.3, 0, 0, 1.3, 0, 0);
          transform: matrix(1.3, 0, 0, 1.3, 0, 0);
  opacity: .8;
  -webkit-transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: transform 2s cubic-bezier(0.895, 0.03, 0.685, 0.22), opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 2s cubic-bezier(0.895, 0.03, 0.685, 0.22), opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

html.cnrPage_typeWide .cnrHead {
  background: #fff;
  height: 70px;
  position: fixed;
  width: 100%;
  z-index: 80;
}

html.cnrPage_typeWide .cnrHead_logo {
  left: 50%;
  position: absolute;
  margin: 0 0 0 -77.5px;
  top: 13px;
  height: 36px;
  width: 156px;
}

html.cnrPage_typeWide .cnrHead_logo_svg path {
  fill: #000;
}

html.cnrPage_typeWide .cnrHead_logo img {
  height: auto;
  width: 100%;
}

html.cnrPage_typeWide .cnrHead_btnSns {
  position: absolute;
  right: 10px;
  top: 26px;
}

html.cnrPage_typeWide .cnrHead_btnSns ul li {
  float: left;
  margin: 0 8px 0 0;
}

html.cnrPage_typeWide .cnrHead_btnSns ul li:first-child {
  /*is fb*/
}

html.cnrPage_typeWide .cnrHead_btnSns ul li a {
  display: block;
  padding: 0 10px;
}

html.cnrPage_typeWide .cnrHead_btnSns ul li a svg {
  fill: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeWide .cnrHead_btnSns ul li a.iconInsta {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  height: 20px;
  width: 20px;
  position: relative;
}

html.cnrPage_typeWide .cnrHead_btnSns ul li a.iconInsta .iconInsta__img {
  height: 100%;
  width: 100%;
  position: relative;
}

html.cnrPage_typeWide .cnrHead_btnSns ul li a.iconInsta .iconInsta__img .is-off {
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeWide .cnrHead_btnSns ul li a.iconInsta .iconInsta__img .is-on {
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeWide .cnrHead_btnSns ul li a.iconInsta .iconInsta__img > img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

html.cnrPage_typeWide .cnrHead_btnSns ul li a.iconMail {
  padding: 4px 10px 0 10px;
}

html.cnrPage_typeWide .cnrHead_btnSns ul li a.iconMail svg {
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 0.999999982852977px;
}

html.cnrPage_typeNarrow .cnrHead {
  background: #fff;
  height: 42px;
  position: fixed;
  width: 100%;
  z-index: 90;
}

html.cnrPage_typeNarrow .cnrHead_logo {
  left: 50%;
  position: absolute;
  margin: 0 0 0 -50.895px;
  top: 6px;
  height: 24px;
  width: 102px;
}

html.cnrPage_typeNarrow .cnrHead_logo_svg {
  height: 24px;
  width: 102px;
}

html.cnrPage_typeNarrow .cnrHead_logo_svg path {
  fill: #21110c;
}

html.cnrPage_typeNarrow .cnrHead_logo img {
  height: auto;
  width: 100%;
}

html.cnrPage_typeNarrow .cnrHead_btnSns {
  display: none;
}

html.pc .cnrHead_btnSns ul li a:hover .iconInsta__img .is-off {
  opacity: 0;
}

html.pc .cnrHead_btnSns ul li a:hover .iconInsta__img .is-on {
  opacity: 1;
}

html.pc .cnrHead_btnSns ul li a:hover svg {
  fill: #988837;
}

html.cnrPage_typeWide .cnrBtnMenu {
  display: block;
  left: 12px;
  position: fixed;
  padding: 10px;
  top: 15px;
  z-index: 100;
}

html.cnrPage_typeWide .cnrBtnMenu_wrap {
  height: 19px;
  overflow: hidden;
  position: relative;
  width: 23px;
}

html.cnrPage_typeWide .cnrBtnMenu span {
  background: #000;
  display: block;
  height: 1px;
  position: absolute;
  width: 23px;
}

html.cnrPage_typeWide .cnrBtnMenu_line01 {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeWide .cnrBtnMenu_line02 {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeWide .cnrBtnMenu_line03 {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeWide .cnrBtnMenu.hmb .cnrBtnMenu_line01 {
  left: 0;
  top: 0;
}

html.cnrPage_typeWide .cnrBtnMenu.hmb .cnrBtnMenu_line02 {
  left: 0;
  top: 9px;
  opacity: 1;
}

html.cnrPage_typeWide .cnrBtnMenu.hmb .cnrBtnMenu_line03 {
  left: 0;
  top: 18px;
}

html.cnrPage_typeWide .cnrBtnMenu.close .cnrBtnMenu_line01 {
  left: 0;
  top: 9px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

html.cnrPage_typeWide .cnrBtnMenu.close .cnrBtnMenu_line02 {
  left: 0;
  top: 9px;
  -webkit-transform: translate(100%, 0%);
      -ms-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
}

html.cnrPage_typeWide .cnrBtnMenu.close .cnrBtnMenu_line03 {
  left: 0;
  top: 9px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

html.cnrPage_typeNarrow .cnrBtnMenu {
  display: block;
  left: 7px;
  position: fixed;
  padding: 10px;
  top: 4.5px;
  z-index: 100;
}

html.cnrPage_typeNarrow .cnrBtnMenu_wrap {
  height: 13px;
  overflow: hidden;
  position: relative;
  width: 16px;
}

html.cnrPage_typeNarrow .cnrBtnMenu span {
  background: #000;
  display: block;
  height: 1px;
  position: absolute;
  width: 16px;
}

html.cnrPage_typeNarrow .cnrBtnMenu_line01 {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeNarrow .cnrBtnMenu_line02 {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeNarrow .cnrBtnMenu_line03 {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeNarrow .cnrBtnMenu.hmb .cnrBtnMenu_line01 {
  left: 0;
  top: 0;
}

html.cnrPage_typeNarrow .cnrBtnMenu.hmb .cnrBtnMenu_line02 {
  left: 0;
  top: 6px;
  opacity: 1;
}

html.cnrPage_typeNarrow .cnrBtnMenu.hmb .cnrBtnMenu_line03 {
  left: 0;
  top: 12px;
}

html.cnrPage_typeNarrow .cnrBtnMenu.close .cnrBtnMenu_line01 {
  left: 0;
  top: 6px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

html.cnrPage_typeNarrow .cnrBtnMenu.close .cnrBtnMenu_line02 {
  left: 0;
  top: 6px;
  -webkit-transform: translate(100%, 0%);
      -ms-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
}

html.cnrPage_typeNarrow .cnrBtnMenu.close .cnrBtnMenu_line03 {
  left: 0;
  top: 6px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

html.pc .cnrBtnMenu {
  /*span {
      transition: background 0.3s;
    }*/
}

html.pc .cnrBtnMenu:hover span {
  background: #988837;
}

html.cnrPage_typeWide .cnrNav {
  height: 100%;
  position: fixed;
  width: 300px;
  z-index: 90;
}

html.cnrPage_typeWide .cnrNav_links {
  padding: 100px 0 0 20px;
  position: relative;
  z-index: 2;
}

html.cnrPage_typeWide .cnrNav_links_li01 {
  margin: 0 0 33px;
}

html.cnrPage_typeWide .cnrNav_links_li02 {
  margin: 0 0 48px;
}

html.cnrPage_typeWide .cnrNav_links_li03 {
  margin: 0 0 40px;
}

html.cnrPage_typeWide .cnrNav_links_li04 {
  margin: 0 0 40px;
}

html.cnrPage_typeWide .cnrNav_links_li05 {
  margin: 0 0 44px;
}

html.cnrPage_typeWide .cnrNav_links_li06 {
  margin: 0 0 44px;
}

html.cnrPage_typeWide .cnrNav_links_li07 {
  margin: 0 0 44px;
}

html.cnrPage_typeWide .cnrNav_links_li08 {
  margin: 0 0 36px;
}

html.cnrPage_typeWide .cnrNav_links_li09 {
  margin: 0 0 44px;
}

html.cnrPage_typeWide .cnrNav_links ul li a {
  display: block;
  /*&.btnYou {
              width: 37.76px;

              svg {
                height: 18.56px;
                width: 37.76px;
              }
            }*/
}

html.cnrPage_typeWide .cnrNav_links ul li a svg {
  fill: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeWide .cnrNav_links ul li a svg polygon, html.cnrPage_typeWide .cnrNav_links ul li a svg line {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeWide .cnrNav_links ul li a svg path {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnTop {
  width: 34px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnTop svg {
  height: 23px;
  width: 34px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnWorks {
  width: 63px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnWorks svg {
  height: 21px;
  width: 63px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnNews {
  width: 53px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnNews svg {
  height: 12px;
  width: 53px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnAbout {
  width: 63px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnAbout svg {
  height: 21px;
  width: 63px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnMember {
  width: 87px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnMember svg {
  height: 21px;
  width: 87px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnContact {
  width: 81px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnContact svg {
  height: 17px;
  width: 81px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnRecruit {
  width: 68.66px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnRecruit svg {
  height: 17px;
  width: 68.66px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnStore {
  width: 158px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnStore svg {
  height: 23px;
  width: 158px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnStore .a {
  fill: none;
  stroke: #231815;
  stroke-miterlimit: 10;
  stroke-width: 0.94px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnStore .b {
  fill: #231815;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnBooks {
  width: 148px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btnBooks svg {
  height: 22px;
  width: 148px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btn15th {
  width: 135px;
}

html.cnrPage_typeWide .cnrNav_links ul li a.btn15th svg {
  height: 21px;
  width: 135px;
}

html.cnrPage_typeWide .cnrNav_bg {
  background: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

html.cnrPage_typeNarrow .cnrNav {
  position: fixed;
  width: 100%;
  z-index: 80;
}

html.cnrPage_typeNarrow .cnrNav_links {
  padding: 85px 0 60px 20px;
  position: relative;
  z-index: 2;
}

html.cnrPage_typeNarrow .cnrNav_links_li01 {
  margin: 0 0 22px;
}

html.cnrPage_typeNarrow .cnrNav_links_li02 {
  margin: 0 0 35px;
}

html.cnrPage_typeNarrow .cnrNav_links_li03 {
  margin: 0 0 27px;
}

html.cnrPage_typeNarrow .cnrNav_links_li04 {
  margin: 0 0 27px;
}

html.cnrPage_typeNarrow .cnrNav_links_li05 {
  margin: 0 0 31px;
}

html.cnrPage_typeNarrow .cnrNav_links_li06 {
  margin: 0 0 31px;
}

html.cnrPage_typeNarrow .cnrNav_links_li07 {
  margin: 0 0 31px;
}

html.cnrPage_typeNarrow .cnrNav_links_li08 {
  margin: 0 0 23px;
}

html.cnrPage_typeNarrow .cnrNav_links_li09 {
  margin: 0 0 31px;
}

html.cnrPage_typeNarrow .cnrNav_links ul li a {
  display: block;
  /*&.btnYou {
              svg {
                height: 18.56px;
                width: 37.76px;
              }
            }*/
}

html.cnrPage_typeNarrow .cnrNav_links ul li a svg {
  fill: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeNarrow .cnrNav_links ul li a svg polygon, html.cnrPage_typeNarrow .cnrNav_links ul li a svg line {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeNarrow .cnrNav_links ul li a svg path {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeNarrow .cnrNav_links ul li a.btnTop svg {
  height: 23px;
  width: 34px;
}

html.cnrPage_typeNarrow .cnrNav_links ul li a.btnWorks svg {
  height: 21px;
  width: 63px;
}

html.cnrPage_typeNarrow .cnrNav_links ul li a.btnNews svg {
  height: 12px;
  width: 53px;
}

html.cnrPage_typeNarrow .cnrNav_links ul li a.btnAbout svg {
  height: 21px;
  width: 63px;
}

html.cnrPage_typeNarrow .cnrNav_links ul li a.btnMember svg {
  height: 21px;
  width: 87px;
}

html.cnrPage_typeNarrow .cnrNav_links ul li a.btnContact svg {
  height: 17px;
  width: 81px;
}

html.cnrPage_typeNarrow .cnrNav_links ul li a.btnRecruit svg {
  height: 17px;
  width: 68.66px;
}

html.cnrPage_typeNarrow .cnrNav_links ul li a.btnStore {
  width: 158px;
}

html.cnrPage_typeNarrow .cnrNav_links ul li a.btnStore svg {
  height: 23px;
  width: 158px;
}

html.cnrPage_typeNarrow .cnrNav_links ul li a.btnStore .a {
  fill: none;
  stroke: #231815;
  stroke-miterlimit: 10;
  stroke-width: 0.94px;
}

html.cnrPage_typeNarrow .cnrNav_links ul li a.btnStore .b {
  fill: #231815;
}

html.cnrPage_typeNarrow .cnrNav_links ul li a.btnBooks {
  width: 148px;
}

html.cnrPage_typeNarrow .cnrNav_links ul li a.btnBooks svg {
  height: 22px;
  width: 148px;
}

html.cnrPage_typeNarrow .cnrNav_links ul li a.btn15th {
  width: 135px;
}

html.cnrPage_typeNarrow .cnrNav_links ul li a.btn15th svg {
  height: 21px;
  width: 135px;
}

html.cnrPage_typeNarrow .cnrNav_bg {
  background: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

html.pc .cnrNav_links ul li a:hover svg {
  fill: #988837;
}

html.pc .cnrNav_links ul li a:hover svg polyline, html.pc .cnrNav_links ul li a:hover svg line {
  stroke: #988837 !important;
}

html.pc .cnrNav_links ul li a:hover svg path {
  fill: #988837 !important;
}

html.cnrPage_typeWide .cnrFoot {
  box-sizing: border-box;
  height: 80px;
}

html.cnrPage_typeWide .cnrFoot_btnSns {
  display: none;
}

html.cnrPage_typeWide .cnrFoot_copyright {
  text-align: center;
  padding: 35px 0 30px;
}

html.cnrPage_typeWide .cnrFoot_copyright svg {
  display: inline-block;
  fill: #000;
}

html.cnrPage_typeNarrow .cnrFoot {
  box-sizing: border-box;
  height: 80px;
}

html.cnrPage_typeNarrow .cnrFoot_btnSns {
  height: 19.06px;
  padding: 12px 0 0;
  position: relative;
}

html.cnrPage_typeNarrow .cnrFoot_btnSns ul {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

html.cnrPage_typeNarrow .cnrFoot_btnSns ul li {
  float: left;
  margin: 0 32px 0 0;
}

html.cnrPage_typeNarrow .cnrFoot_btnSns ul li:first-child {
  /*is fb*/
}

html.cnrPage_typeNarrow .cnrFoot_btnSns ul li:last-child {
  margin: 0;
}

html.cnrPage_typeNarrow .cnrFoot_btnSns ul li a {
  display: block;
  padding: 0 10px;
}

html.cnrPage_typeNarrow .cnrFoot_btnSns ul li a svg {
  fill: #000;
}

html.cnrPage_typeNarrow .cnrFoot_btnSns ul li a.iconInsta {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  height: 20px;
  width: 20px;
  position: relative;
}

html.cnrPage_typeNarrow .cnrFoot_btnSns ul li a.iconInsta .iconInsta__img {
  height: 100%;
  width: 100%;
  position: relative;
}

html.cnrPage_typeNarrow .cnrFoot_btnSns ul li a.iconInsta .iconInsta__img .is-off {
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeNarrow .cnrFoot_btnSns ul li a.iconInsta .iconInsta__img .is-on {
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeNarrow .cnrFoot_btnSns ul li a.iconInsta .iconInsta__img > img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

html.cnrPage_typeNarrow .cnrFoot_btnSns ul li a.iconMail svg {
  padding: 4px 0 0;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 0.999999982852977px;
}

html.cnrPage_typeNarrow .cnrFoot_copyright {
  text-align: center;
  padding: 12px 0 10px;
}

html.cnrPage_typeNarrow .cnrFoot_copyright svg {
  display: inline-block;
  fill: #000;
}

.cnrFoot_btnSns ul li a svg {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.pc .cnrFoot_btnSns ul li a:hover svg {
  fill: #988837;
}

#stageLoading {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.cnrLoading {
  background: #fff;
  height: 1px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  z-index: 10000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cnrLoading_bar {
  background: #988837;
  display: block;
  height: 1px;
  position: relative;
  width: 200%;
}

.cnrLoading_bar.setAnim {
  -webkit-animation: cnrLoading_bar_anim 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
          animation: cnrLoading_bar_anim 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite;
}

@-webkit-keyframes cnrLoading_bar_anim {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  90% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  100% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}

@keyframes cnrLoading_bar_anim {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  90% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  100% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}

html.cnrPage_typeWide .cnrBody {
  font-size: 13.5px;
  font-size: 1.35rem;
  padding: 70px 0 0;
}

html.cnrPage_typeWide.cnrPage_works .cnrBody {
  padding: 112px 0 0;
}

html.cnrPage_typeNarrow .cnrBody {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 42px 0 0;
}

html.cnrPage_typeNarrow.cnrPage_works .cnrBody {
  padding: 90px 0 0;
}

html.cnrPage_index #stage {
  position: relative;
}

html.cnrPage_index .cnrBody_topWorks_box_photo {
  opacity: 0;
  -webkit-transition: opacity 1.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1.8s cubic-bezier(0.77, 0, 0.175, 1);
}

html.cnrPage_index .cnrBody_topWorks_box_photo.isPhotoShow {
  opacity: 1;
}

html.cnrPage_index .cnrBody_topWorks_box_photo.isPhotoHide {
  opacity: 0;
}

html.cnrPage_typeWide.cnrPage_index .cnrBody_topWorks_video {
  display: block;
  overflow: hidden;
  position: relative;
}

html.cnrPage_typeWide.cnrPage_index .cnrBody_topWorks_video:before {
  content: '';
  display: block;
  padding-top: 58.69048%;
}

html.cnrPage_typeWide.cnrPage_index .cnrBody_topWorks_video > a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

html.cnrPage_typeWide.cnrPage_index .cnrBody_topWorks_video > a > video {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

html.cnrPage_typeWide.cnrPage_index .cnrBody_topWorks_box {
  display: block;
  overflow: hidden;
  position: relative;
  /*.typeC {
          box-sizing: border-box;
          //padding: 230px 0 0 55px;
          padding: 0 0 0 55px;
          max-width: 960px;
          width: 100%;

          &_wrap {
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
          }
        }*/
  /*&_ja {
          font-size: 15px;
          font-size: 1.5rem;
          letter-spacing: 0.1em;
          line-height: 2.6;
        }

        &_en {
          font-size: 15px;
          font-size: 1.5rem;
          letter-spacing: 0.1em;
          line-height: 2.6;
        }*/
}

html.cnrPage_typeWide.cnrPage_index .cnrBody_topWorks_box:before {
  content: '';
  display: block;
  padding-top: 58.74%;
}

html.cnrPage_typeWide.cnrPage_index .cnrBody_topWorks_box .typeT {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

html.cnrPage_typeWide.cnrPage_index .cnrBody_topWorks_box .typeT > * {
  pointer-events: none;
}

html.cnrPage_typeWide.cnrPage_index .cnrBody_topWorks_box .typeT img {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  height: auto;
  width: 100%;
  zoom: 1;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1.008);
      -ms-transform: scale(1.008);
          transform: scale(1.008);
}

html.cnrPage_typeWide.cnrPage_index .cnrBody_topWorks_box_h1 svg path {
  fill: #000;
}

html.cnrPage_typeWide.cnrPage_index .cnrBody_topWorks_box_btnMore {
  color: #988837;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2.6;
}

html.cnrPage_typeWide.cnrPage_index .cnrBody_topWorks_box_ttl {
  bottom: 50px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 100;
  letter-spacing: 0.12em;
  left: 55px;
  position: absolute;
  -webkit-transform: rotate(0.01deg);
      -ms-transform: rotate(0.01deg);
          transform: rotate(0.01deg);
  z-index: 10;
}

html.cnrPage_typeWide.cnrPage_index .cnrBody_topWorks_box_ttl span {
  margin: 0 13px;
}

html.cnrPage_typeWide.cnrPage_index .cnrBody_topWorks_box_photo {
  z-index: 1;
}

html.cnrPage_typeNarrow.cnrPage_index .cnrBody_topWorks_video {
  display: block;
  overflow: hidden;
  position: relative;
}

html.cnrPage_typeNarrow.cnrPage_index .cnrBody_topWorks_video:before {
  content: '';
  display: block;
  padding-top: 173.6715%;
}

html.cnrPage_typeNarrow.cnrPage_index .cnrBody_topWorks_video > a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

html.cnrPage_typeNarrow.cnrPage_index .cnrBody_topWorks_video > a > video {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

html.cnrPage_typeNarrow.cnrPage_index .cnrBody_topWorks_box {
  display: block;
  overflow: hidden;
  position: relative;
  /*.typeC {
          box-sizing: border-box;
          height: 100%;
          margin: 0 auto;
          position: relative;
          width: 89.0625%;

          &_wrap {
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
          }
        }*/
  /*&_ja {
          letter-spacing: 0.1em;
          line-height: 2.2;
        }

        &_en {
          letter-spacing: 0.1em;
          line-height: 2.2;
        }*/
}

html.cnrPage_typeNarrow.cnrPage_index .cnrBody_topWorks_box:before {
  content: '';
  display: block;
  padding-top: 58.7%;
}

html.cnrPage_typeNarrow.cnrPage_index .cnrBody_topWorks_box .typeT {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_index .cnrBody_topWorks_box .typeT > * {
  pointer-events: none;
}

html.cnrPage_typeNarrow.cnrPage_index .cnrBody_topWorks_box .typeT img {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  height: auto;
  width: 100%;
  zoom: 1;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

html.cnrPage_typeNarrow.cnrPage_index .cnrBody_topWorks_box_h1 svg {
  height: 20.85px;
  width: 286px;
}

html.cnrPage_typeNarrow.cnrPage_index .cnrBody_topWorks_box_h1 svg path {
  fill: #000;
}

html.cnrPage_typeNarrow.cnrPage_index .cnrBody_topWorks_box_btnMore {
  color: #988837;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

html.cnrPage_typeNarrow.cnrPage_index .cnrBody_topWorks_box_ttl {
  bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: 0.1em;
  left: 17px;
  position: absolute;
  -webkit-transform: rotate(0.01deg);
      -ms-transform: rotate(0.01deg);
          transform: rotate(0.01deg);
  z-index: 10;
}

html.cnrPage_typeNarrow.cnrPage_index .cnrBody_topWorks_box_ttl span {
  margin: 0 10px;
}

html.cnrPage_typeNarrow.cnrPage_index .cnrBody_topWorks_box_photo {
  z-index: 1;
}

html.pc.cnrPage_index .cnrBody_topWorks_box .typeT {
  cursor: pointer;
  /*&:hover {

            img {
              opacity: 0.8;
            }
          }*/
}

html.cnrPage_typeWide .cnrBody_archives_box {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

html.cnrPage_typeWide .cnrBody_archives_box_photo {
  background: #fff;
  overflow: hidden;
  position: relative;
}

html.cnrPage_typeWide .cnrBody_archives_box_photo img {
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 101%;
  zoom: 1;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

html.cnrPage_typeWide .cnrBody_archives_box_dt {
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 1.72;
  padding: 15.5px 28px 68px 22px;
}

html.cnrPage_typeWide .cnrBody_archives_box_dt_cate li {
  display: inline-block;
  margin: 0 6px 0 0;
}

html.cnrPage_typeWide .cnrBody_archives_box_dt_cate li:last-child {
  margin: 0;
}

html.cnrPage_typeNarrow .cnrBody_archives {
  font-size: 16px;
  font-size: 1.6rem;
}

html.cnrPage_typeNarrow .cnrBody_archives_box {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

html.cnrPage_typeNarrow .cnrBody_archives_box_photo {
  background: #fff;
  overflow: hidden;
  position: relative;
}

html.cnrPage_typeNarrow .cnrBody_archives_box_photo img {
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 101%;
  zoom: 1;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

html.cnrPage_typeNarrow .cnrBody_archives_box_dt {
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 1.72;
  padding: 30px 34px 55px 22px;
}

html.cnrPage_typeNarrow .cnrBody_archives_box_dt_cate li {
  display: inline-block;
  margin: 0 8px 0 0;
}

html.cnrPage_typeNarrow .cnrBody_archives_box_dt_cate li:last-child {
  margin: 0;
}

html.cnrPage_index .cnrBody_archives_box_dt {
  display: none;
}

html.cnrPage_index .cnrBody_archives.typeText a, html.cnrPage_works .cnrBody_archives.typeText a {
  display: block;
  float: left;
}

html.cnrPage_index .cnrBody_archives.typeText .cnrBody_archives_box_dt, html.cnrPage_works .cnrBody_archives.typeText .cnrBody_archives_box_dt {
  display: none;
}

html.cnrPage_index .cnrBody_archives a,
html.cnrPage_works .cnrBody_archives a {
  color: #000;
  text-decoration: none;
}

html.cnrPage_index .cnrBody_archives a dl,
html.cnrPage_works .cnrBody_archives a dl {
  pointer-events: none;
}

html.pc.cnrPage_index .cnrBody_archives a:hover,
html.pc.cnrPage_works .cnrBody_archives a:hover {
  text-decoration: none;
}

html.pc.cnrPage_index .cnrBody_archives a:hover img,
html.pc.cnrPage_works .cnrBody_archives a:hover img {
  opacity: 0.8;
}

html.pc.no-ie.no-edge.cnrPage_index .cnrBody_archives a img,
html.pc.no-ie.no-edge.cnrPage_works .cnrBody_archives a img {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_about .cnrBody_about .philosophy li, html.cnrPage_about .cnrBody_about .philosophy p, html.cnrPage_about .cnrBody_about .philosophy a {
  word-break: normal;
  word-wrap: break-word;
}

html.cnrPage_about .cnrBody_about .clients li, html.cnrPage_about .cnrBody_about .clients p, html.cnrPage_about .cnrBody_about .clients a {
  word-break: normal;
  word-wrap: break-word;
}

html.cnrPage_about .cnrBody_about .award li, html.cnrPage_about .cnrBody_about .award p, html.cnrPage_about .cnrBody_about .award a {
  word-break: normal;
  word-wrap: break-word;
}

html.cnrPage_about .cnrBody_about .image365 {
  width: 100%;
}

html.cnrPage_about .cnrBody_about .image365 img {
  display: block;
  height: auto;
  width: 100%;
}

html.cnrPage_about .cnrBody_about .client-title {
  line-height: 1;
}

html.cnrPage_about .cnrBody_about .client-title a svg {
  fill: #000;
}

html.cnrPage_about .cnrBody_about .award-title {
  line-height: 1;
}

html.cnrPage_about .cnrBody_about .award-title a svg {
  fill: #000;
}

html.cnrPage_about .cnrBody_about .field-title {
  line-height: 1;
}

html.cnrPage_about .cnrBody_about .field-title a svg {
  fill: #000;
}

html.cnrPage_about .cnrBody_you .you li, html.cnrPage_about .cnrBody_you .you p, html.cnrPage_about .cnrBody_you .you a {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: normal;
  word-wrap: break-word;
}

html.cnrPage_about .cnrBody_you .image365 {
  width: 100%;
}

html.cnrPage_about .cnrBody_you .image365 img {
  display: block;
  height: auto;
  width: 100%;
}

html.cnrPage_typeWide.cnrPage_about .cnrAnchor {
  background: #fff;
  left: 0;
  padding-bottom: 20px;
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 80;
}

html.cnrPage_typeWide.cnrPage_about .cnrAnchor_btns {
  line-height: 1;
  text-align: center;
}

html.cnrPage_typeWide.cnrPage_about .cnrAnchor_btns li {
  display: inline-block;
  margin-right: 44px;
  vertical-align: top;
}

html.cnrPage_typeWide.cnrPage_about .cnrAnchor_btns li:last-child {
  margin-right: 0;
}

html.cnrPage_typeWide.cnrPage_about .cnrAnchor_btns li a svg {
  fill: #000;
  -webkit-transition: fill .25s;
  transition: fill .25s;
}

html.cnrPage_typeWide.cnrPage_about .cnrAnchor_btns li a.active svg {
  fill: #988837;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about {
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0 auto;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto;
  max-width: 860px;
  padding: 169px 30px 0;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .article {
  margin-bottom: 70px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .article h1 {
  font-size: 0;
  line-height: 1;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .article h1 svg path {
  fill: #000;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .article .about_ttl01 {
  margin-bottom: 118px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .article .about_ttl02 {
  margin-bottom: 23px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .article .about_ttl03 {
  margin-bottom: 23px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .article .about_ttl04 {
  margin-bottom: 23px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .article .about_ttl05 {
  margin-bottom: 28px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .article h2 {
  font-size: 19px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .article h2 span {
  margin-right: 11px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .article h2 svg path {
  fill: #000;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .article p {
  letter-spacing: 0.11em;
  line-height: 2.48;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .article .about_prgph p + p {
  margin-top: 1em;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .about_article01 {
  margin-bottom: 108px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .about_article02 {
  margin-bottom: 24px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .aboutFigure {
  width: 100%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .aboutFigure img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  max-width: 860px;
  width: 100%;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .about_article03 {
  margin-bottom: 108px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .about_article04 {
  margin-bottom: 108px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .philosophy .about_article05 {
  margin-bottom: 108px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .clients {
  padding: 0 0 53px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .clients .client-title {
  margin: 0 auto 53px;
  max-width: 860px;
  padding: 85px 30px 0;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .clients .client-title a {
  font-weight: bold;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .clients .client-wrapper {
  margin: 0 auto;
  max-width: 860px;
  padding: 0 30px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .clients .client-wrapper ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .clients .clientList-wrapper {
  margin: 0 auto;
  max-width: 860px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .awards {
  background: #efefef;
  font-size: 14px;
  padding: 85px 0 80px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .awards .award-title {
  margin: 0 auto 53px;
  max-width: 860px;
  padding: 0 30px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .awards .award-title a {
  font-weight: bold;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .awards .award-wrapper {
  margin: 0 auto;
  max-width: 860px;
  padding: 0 30px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .awards .award-wrapper .chrono {
  line-height: 1;
  padding-left: 100px;
  position: relative;
  margin-bottom: 40px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .awards .award-wrapper .chrono:last-child {
  margin-bottom: 0;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .awards .award-wrapper .chrono .year {
  left: 0;
  line-height: 2;
  position: absolute;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .awards .award-wrapper .chrono .prize {
  line-height: 2;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .awards .award-wrapper .chrono .prize span {
  font-family: 'Noto Sans JP Regular', 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", 'MS PGothic', Verdana, sans-serif;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .awards .awardList-wrapper {
  margin: 0 auto;
  max-width: 860px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .field {
  background: #fff;
  font-size: 14px;
  padding: 85px 0 80px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .field .field-title {
  margin: 0 auto 63px;
  max-width: 860px;
  padding: 0 30px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .field .field-title a {
  font-weight: bold;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_about .field .field-title a svg {
  height: 15px;
  width: 30px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_you {
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 48px auto 0;
  max-width: 860px;
  overflow: hidden;
  padding: 83px 30px 0;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_you .you {
  margin: 0 auto;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_you .you .article {
  margin-bottom: 70px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_you .you .article h1 {
  margin-bottom: 34px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_you .you .article h2 {
  margin-bottom: 10px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_you .you .article p {
  letter-spacing: 0.1em;
  line-height: 2.4;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_you .you .article .ja {
  margin-bottom: 42px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_you .image365 {
  margin-bottom: 80px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_you .entry h3 {
  margin-bottom: 32px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_you .entry ul li {
  margin-bottom: 42px;
  position: relative;
  padding-left: 140px;
}

html.cnrPage_typeWide.cnrPage_about .cnrBody_you .entry ul li span {
  position: absolute;
  left: 0;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrAnchor {
  display: none;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about {
  letter-spacing: 0.05em;
  line-height: 2.0;
  padding-top: 132px;
  margin: 0;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .title {
  margin: 0 auto 50px;
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .title h1 {
  font-size: 21px;
  line-height: 1;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .article {
  margin: 0 auto 60px;
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .article h1 {
  font-size: 0;
  line-height: 1;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .article h1 svg path {
  fill: #000;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .article .about_ttl01 {
  margin-bottom: 129px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .article .about_ttl01 svg {
  max-width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .article .about_ttl02 {
  margin-bottom: 26px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .article .about_ttl03 {
  margin-bottom: 26px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .article .about_ttl03 svg {
  max-width: 419.44px;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .article .about_ttl04 {
  margin-bottom: 26px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .article .about_ttl05 {
  margin-bottom: 30px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .article h2 {
  font-size: 18px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .article h2 svg path {
  fill: #000;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .article p {
  letter-spacing: 0.1em;
  line-height: 2.45;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .article .about_prgph p + p {
  margin-top: 1em;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .about_article01 {
  margin-bottom: 91px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .about_article02 {
  margin-bottom: 46px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .aboutFigure {
  width: 88%;
  margin-bottom: 88px;
  margin-left: auto;
  margin-right: auto;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .aboutFigure img {
  height: auto;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .about_article03 {
  margin-bottom: 90px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .about_article04 {
  margin-bottom: 90px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .about_article05 {
  margin-bottom: 90px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .clients .client-title {
  margin: 0 auto;
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .clients .client-title a {
  box-sizing: border-box;
  display: block;
  font-weight: bold;
  height: 48px;
  padding-top: 13px;
  position: relative;
  text-decoration: none;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .clients .client-title a:before {
  background: url("../img/about/arrow01.png") no-repeat center center;
  background-size: 21px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  margin-left: -11px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 21px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .clients .client-title a.close:before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .clients .client-title a svg {
  height: 16.84px;
  width: 52.17px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .clients .client-wrapper {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .clients .client-wrapper .inner {
  padding: 22px 0 0;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .clients .client-wrapper ul {
  margin-bottom: 30px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .clients .client-wrapper ul:last-child {
  margin-bottom: 0;
  padding-bottom: 50px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .clients .clientList-wrapper {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .awards {
  background: #efefef;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .awards .award-title {
  margin: 0 auto;
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .awards .award-title a {
  box-sizing: border-box;
  display: block;
  font-weight: bold;
  height: 48px;
  padding-top: 13px;
  position: relative;
  text-decoration: none;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .awards .award-title a:before {
  background: url("../img/about/arrow01.png") no-repeat center center;
  background-size: 21px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  margin-left: -11px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 21px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .awards .award-title a.close:before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .awards .award-title a svg {
  height: 16.84px;
  width: 62.54px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .awards .award-wrapper {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .awards .award-wrapper .inner {
  padding: 16px 0 0;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .awards .award-wrapper .chrono {
  line-height: 1;
  margin-bottom: 40px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .awards .award-wrapper .chrono:last-child {
  margin-bottom: 0;
  padding-bottom: 50px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .awards .award-wrapper .chrono .year {
  display: block;
  line-height: 2;
  margin-bottom: 20px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .awards .award-wrapper .chrono .prize {
  line-height: 2;
  margin-bottom: 20px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .awards .award-wrapper .chrono .prize:last-child {
  margin-bottom: 0;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .awards .award-wrapper .chrono .prize span {
  font-family: 'Noto Sans JP Regular', 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", 'MS PGothic', Verdana, sans-serif;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .awards .awardList-wrapper {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .field {
  background: #fff;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .field .field-title {
  margin: 0 auto;
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .field .field-title a {
  box-sizing: border-box;
  display: block;
  font-weight: bold;
  height: 48px;
  padding-top: 13px;
  position: relative;
  text-decoration: none;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .field .field-title a:before {
  background: url("../img/about/arrow01.png") no-repeat center center;
  background-size: 21px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  margin-left: -11px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 21px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .field .field-title a.close:before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_about .field .field-title a svg {
  overflow: visible;
  height: 16.84px;
  width: 33.19px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_you {
  letter-spacing: 0.05em;
  line-height: 2.0;
  padding-top: 50px;
  margin: 0;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_you .title {
  margin: 0 auto 50px;
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_you .title h1 {
  line-height: 1;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_you .article {
  margin: 0 auto 60px;
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_you .article h1 {
  margin-bottom: 28px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_you .article h2 {
  margin-bottom: 18px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_you .article p {
  letter-spacing: 0.1em;
  line-height: 2.0;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_you .article .ja {
  margin: 0 0 50px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_you .image365 {
  margin-bottom: 80px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_you .entry {
  margin: 0 auto 60px;
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_you .entry h3 {
  margin-bottom: 18px;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_you .entry ul li {
  margin-bottom: 42px;
  position: relative;
}

html.cnrPage_typeNarrow.cnrPage_about .cnrBody_you .entry ul li span {
  display: block;
}

html.pc.cnrPage_about .cnrAnchor_btns li a:hover svg {
  fill: #988837;
}

/*
.about {

  .loading-animation {
    margin: -8px 0 0 -50px;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 1000;
  }

  .contents {
    visibility: hidden;
    opacity: 0;

    &.run {
      visibility: visible;
      opacity: 1;
    }

    .js-scene {
      opacity: 0;
      transition: opacity 0.5s $_1_SineInOut;

      &.view {
        opacity: 1;
      }
    }

    .client-title {
      line-height: 1;
      a {
        svg {
          fill: #000000;
        }
      }
    }

    .award-title {
      line-height: 1;
      a {
        svg {
          fill: #000000;
        }
      }
    }
  }

  @include min-screen($breakpoint-mobile-ex) {

    .about-head {
      background: #ffffff;
      left: 0;
      padding-bottom: 20px;
      position: fixed;
      top: $pc_header-height+px;
      width: 100%;
      z-index: 10;

      .anchor-buttons {
        line-height: 1;
        text-align: center;
        li {
          display: inline-block;
          margin-right: 44px;
          vertical-align: top;

          &:last-child {
            margin-right: 0;
          }

          a {
            svg {
              transition: fill .25s;
            }

            &:hover, &.active {
              svg {
                fill: $hoverColor;
              }
            }
          }
        }
      }
    }

    .contents {
      letter-spacing: 0.05em;
      line-height: 2;
      margin: $pc_header-height+20+px auto 0;

      .philosophy {
        margin: 0 auto;
        max-width: 860px;
        padding: 120px 30px 0;

        .article {
          margin-bottom: 90px;

          &.jp {

            h1 {
              font-size: 0;
              line-height: 1;
              margin-bottom: 34px;

              svg {
                fill: #000;
              }
            }

            h2 {
              font-size: 19px;
              margin-bottom: 34px;

              span {
                margin-right: 11px;
              }
            }

            p {
              font-size: 14px;
              letter-spacing: 0.1em;
              line-height: 2.785;
              margin-bottom: 90px;

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

          }

          &.en {

          }

        }
      }

      .clients {
        font-size: 14px;
        background: #efefef;
        padding: 60px 0 53px;

        .client-title {
          margin: 0 auto 53px;
          max-width: 860px;
          padding: 0 30px;

          a {
            font-weight: bold;
            @include disable-link;
          }
        }

        .client-wrapper {
          margin: 0 auto;
          max-width: 860px;
          padding: 0 30px;

          ul {
            li {
              display: inline-block;
              vertical-align: top;
              width: 50%;
            }
          }
        }

      }

      .awards {
        font-size: 14px;
        padding: 60px 0 80px;

        .award-title {
          margin: 0 auto 53px;
          max-width: 860px;
          padding: 0 30px;

          a {
            font-weight: bold;
            @include disable-link;
          }
        }

        .award-wrapper {
          margin: 0 auto;
          max-width: 860px;
          padding: 0 30px;

          .chrono {
            line-height: 1;
            padding-left: 100px;
            position: relative;
            margin-bottom: 40px;

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

            .year {
              left: 0;
              line-height: 2;
              position: absolute;
            }

            .prize {
              line-height: 2;
            }

          }
        }

      }

    }

  }

  @include max-screen($breakpoint-mobile) {

    .about-head {
      display: none;
    }

    .contents {
      font-size: 16px;
      letter-spacing: 0.05em;
      line-height: 2.0;
      padding-top: 50px;
      margin-top: $mobile-header-height+px;


      .js-scene {
        //opacity: 1;
        //transition-property: opacity;
        //@include easing01(0.6s);


        &.bottom-view {
          opacity: 1;
        }
      }

      .title {
        margin: 0 auto 50px;
        width: 88.8%;
        h1 {
          font-size: 21px;
          line-height: 1;
        }
      }

      .article {
        margin: 0 auto 50px;
        width: 88.8%;

        &.jp {
          h2 {
            font-size: 18px;
            margin-bottom: 40px;
          }

          p {
            //font-size: 14px;
            letter-spacing: 0.1em;
            line-height: 2.785;
            margin-bottom: 80px;
          }
        }

        &.en {

        }

      }

      .clients {
        background: #efefef;

        .client-title {
          margin: 0 auto;
          width: 88.8%;

          a {
            box-sizing: border-box;
            display: block;
            font-weight: bold;
            height: 68px;
            padding-top: 22px;
            position: relative;
            text-decoration: none;

            &:before {
              background: url("../img/about/arrow01.png") no-repeat center center;
              background-size: 21px 12px;
              content: "";
              display: block;
              height: 12px;
              left: 50%;
              margin-left: -11px;
              margin-top: -6px;
              position: absolute;
              top: 50%;
              width: 21px;
              transition-property: transform;
              transition-duration: 0.6s;
              transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            }

            &.close {
              &:before {
                transform: rotateX(180deg);
              }
            }

            svg {
              height: 24.5px;
              width: 60.5px;
            }

          }
        }

        .client-wrapper {
          height: 0;
          margin: 0 auto;
          overflow: hidden;
          width: 88.8%;

          ul {
            margin-bottom: 30px;
            &:last-child {
              margin-bottom: 0;
              padding-bottom: 50px;
            }
          }

        }
      }

      .awards {
        background: #DCDDDD;

        .award-title {
          margin: 0 auto;
          width: 88.8%;

          a {
            box-sizing: border-box;
            display: block;
            font-weight: bold;
            height: 68px;
            padding-top: 20px;
            position: relative;
            text-decoration: none;

            &:before {
              background: url("../img/about/arrow01.png") no-repeat center center;
              background-size: 21px 12px;
              content: "";
              display: block;
              height: 12px;
              left: 50%;
              margin-left: -11px;
              margin-top: -6px;
              position: absolute;
              top: 50%;
              width: 21px;
              transition-property: transform;
              transition-duration: 0.6s;
              transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            }

            &.close {
              &:before {
                transform: rotateX(180deg);
              }
            }

            svg {
              height: 24.5px;
              width: 72.5px;
            }

          }
        }

        .award-wrapper {
          height: 0;
          margin: 0 auto;
          overflow: hidden;
          width: 88.8%;

          .chrono {
            line-height: 1;
            margin-bottom: 40px;
            &:last-child {
              margin-bottom: 0;
              padding-bottom: 50px;
            }

            .year {
              display: block;
              line-height: 2;
              margin-bottom: 20px;
            }

            .prize {
              line-height: 2;
              margin-bottom: 20px;
              &:last-child {
                margin-bottom: 0;
              }
            }

          }

        }

      }

    }

  }

}
*/
html.cnrPage_member .cnrBody_member .person p, html.cnrPage_member .cnrBody_member .person a {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: normal;
  word-wrap: break-word;
}

html.cnrPage_member .cnrBody_member .person li {
  word-break: normal;
  word-wrap: break-word;
}

html.cnrPage_member .cnrBody_member .person .face {
  position: relative;
}

html.cnrPage_member .cnrBody_member .person .awards .award-title a:before {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.cnrPage_member .cnrBody_member .person .awards .award-title a.close:before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

html.cnrPage_member .cnrBody_member .person .awards .award-wrapper {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
}

html.cnrPage_member .cnrBody_member .person .awards .award-wrapper .inner {
  padding: 16px 0 0;
}

html.cnrPage_typeWide.cnrPage_member .cnrBody_member {
  font-size: 13.5px;
  font-size: 1.35rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
  margin: 0 auto;
  max-width: 860px;
  padding: 0 30px;
}

html.cnrPage_typeWide.cnrPage_member .cnrBody_member .person {
  margin-bottom: 115px;
}

html.cnrPage_typeWide.cnrPage_member .cnrBody_member .person .face {
  margin-bottom: 60px;
  width: 100%;
}

html.cnrPage_typeWide.cnrPage_member .cnrBody_member .person .profile .line {
  margin-bottom: 30px;
}

html.cnrPage_typeWide.cnrPage_member .cnrBody_member .person .awards .award-title {
  width: 100%;
}

html.cnrPage_typeWide.cnrPage_member .cnrBody_member .person .awards .award-title a {
  box-sizing: border-box;
  display: block;
  font-weight: bold;
  height: 68px;
  padding-top: 20px;
  position: relative;
  text-decoration: none;
}

html.cnrPage_typeWide.cnrPage_member .cnrBody_member .person .awards .award-title a:before {
  background: url("../img/about/arrow01.png") no-repeat center center;
  background-size: 21px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 100px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 21px;
}

html.cnrPage_typeWide.cnrPage_member .cnrBody_member .person .awards .award-wrapper .chrono {
  line-height: 1;
  padding-left: 100px;
  position: relative;
  margin-bottom: 40px;
}

html.cnrPage_typeWide.cnrPage_member .cnrBody_member .person .awards .award-wrapper .chrono .year {
  left: 0;
  line-height: 2;
  position: absolute;
  /*top : 0;*/
}

html.cnrPage_typeWide.cnrPage_member .cnrBody_member .person .awards .award-wrapper .chrono .prize {
  line-height: 2;
}

html.cnrPage_typeWide.cnrPage_member .cnrBody_member .person .awards .award-wrapper .chrono .prize span {
  font-family: 'Noto Sans JP Regular', 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", 'MS PGothic', Verdana, sans-serif;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.0;
  margin: 0;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person {
  margin-bottom: 100px;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person .face {
  margin-bottom: 40px;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person .face img {
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person .profile {
  margin: 0 auto;
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person .profile .line {
  margin-bottom: 40px;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person .awards {
  background: #efefef;
  margin: 24px 0 0;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person .awards .award-title {
  margin: 0 auto;
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person .awards .award-title a {
  box-sizing: border-box;
  display: block;
  font-weight: bold;
  height: 48px;
  padding-top: 13px;
  position: relative;
  text-decoration: none;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person .awards .award-title a:before {
  background: url("../img/about/arrow01.png") no-repeat center center;
  background-size: 21px 12px;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  margin-left: -11px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 21px;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person .awards .award-title a svg {
  height: 16.84px;
  width: 62.54px;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person .awards .award-wrapper {
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person .awards .award-wrapper .chrono {
  line-height: 1;
  margin-bottom: 40px;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person .awards .award-wrapper .chrono:last-child {
  margin-bottom: 0;
  padding-bottom: 50px;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person .awards .award-wrapper .chrono .year {
  display: block;
  line-height: 2;
  margin-bottom: 20px;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person .awards .award-wrapper .chrono .prize {
  line-height: 2;
  margin-bottom: 20px;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person .awards .award-wrapper .chrono .prize:last-child {
  margin-bottom: 0;
}

html.cnrPage_typeNarrow.cnrPage_member .cnrBody_member .person .awards .award-wrapper .chrono .prize span {
  font-family: 'Noto Sans JP Regular', 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", 'MS PGothic', Verdana, sans-serif;
}

html.cnrPage_contact .cnrBody_contact .address .number a {
  text-decoration: none;
  -webkit-transition: color .25s;
  transition: color .25s;
}

html.cnrPage_typeWide.cnrPage_contact .cnrBody_contact {
  letter-spacing: 0.1em;
  line-height: 2.4;
  margin: 0 auto;
  max-width: 860px;
  padding: 85px 30px 0;
}

html.cnrPage_typeWide.cnrPage_contact .cnrBody_contact .moveImg {
  margin-bottom: 45px;
}

html.cnrPage_typeWide.cnrPage_contact .cnrBody_contact .moveImg img {
  display: block;
  height: auto;
  width: 100%;
}

html.cnrPage_typeWide.cnrPage_contact .cnrBody_contact .address {
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 55px;
}

html.cnrPage_typeWide.cnrPage_contact .cnrBody_contact .address ul.name {
  margin-bottom: 45px;
}

html.cnrPage_typeWide.cnrPage_contact .cnrBody_contact .address ul.name li {
  display: inline-block;
}

html.cnrPage_typeWide.cnrPage_contact .cnrBody_contact .address ul.name li:first-child {
  margin-right: 16px;
}

html.cnrPage_typeWide.cnrPage_contact .cnrBody_contact .address ul.number {
  margin-bottom: 45px;
}

html.cnrPage_typeWide.cnrPage_contact .cnrBody_contact .address ul.place {
  margin-bottom: 45px;
}

html.cnrPage_typeWide.cnrPage_contact .cnrBody_contact .gmap {
  height: 600px;
  margin: 0 auto;
  max-width: 680px;
  width: 100%;
}

html.cnrPage_typeWide.cnrPage_contact .cnrBody_contact .gmap .gmap-cover {
  display: none;
}

html.cnrPage_typeWide.cnrPage_contact .cnrBody_contact .gmap .gmap-container {
  height: 100%;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_contact .cnrBody_contact {
  padding-top: 45px;
  margin: 0 auto;
}

html.cnrPage_typeNarrow.cnrPage_contact .cnrBody_contact .moveImg {
  margin: 0 auto 42px;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_contact .cnrBody_contact .moveImg img {
  display: block;
  height: auto;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_contact .cnrBody_contact .address {
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0 auto 45px;
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_contact .cnrBody_contact .address ul {
  margin-bottom: 42px;
}

html.cnrPage_typeNarrow.cnrPage_contact .cnrBody_contact .gmap {
  height: auto;
  position: relative;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_contact .cnrBody_contact .gmap .gmap-cover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

html.pc.cnrPage_contact .cnrBody_contact .address .number a:hover {
  color: #988837;
  text-decoration: underline;
}

html.cnrPage_news .cnrBody_news .news-single p, html.cnrPage_news .cnrBody_news .news-single li, html.cnrPage_news .cnrBody_news .news-single a {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: normal;
  word-wrap: break-word;
}

html.cnrPage_news .cnrBody_news .btn-more {
  display: block;
  position: relative;
}

html.cnrPage_news .cnrBody_news .btn-more:before {
  content: 'more...';
  display: block;
  left: 0;
  position: relative;
  top: 0;
  opacity: 1;
}

html.cnrPage_news .cnrBody_news .btn-more:after {
  content: 'close';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
}

html.cnrPage_news .cnrBody_news .btn-more.close:before {
  opacity: 0;
}

html.cnrPage_news .cnrBody_news .btn-more.close:after {
  opacity: 1;
}

html.cnrPage_news .cnrBody_news .more-news {
  overflow: hidden;
}

html.cnrPage_typeWide.cnrPage_news .cnrNewsArchives {
  font-weight: bold;
  letter-spacing: 0.04em;
  background: #ffffff;
  left: 0;
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 10;
}

html.cnrPage_typeWide.cnrPage_news .cnrNewsArchives .btn-archives {
  background: #efefef;
  display: block;
  height: 48px;
  position: relative;
  width: 100%;
  z-index: 2;
}

html.cnrPage_typeWide.cnrPage_news .cnrNewsArchives .btn-archives svg {
  fill: #000000;
  left: 50%;
  margin-left: -96px;
  position: absolute;
  top: 14px;
  height: 15.17px;
  width: 66.64px;
}

html.cnrPage_typeWide.cnrPage_news .cnrNewsArchives .btn-archives:before {
  background: url(../img/common/arrow_archive.png) no-repeat left top;
  background-size: 18px 9.5px;
  content: '';
  display: block;
  height: 9.5px;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  top: 19px;
  width: 18px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.cnrPage_typeWide.cnrPage_news .cnrNewsArchives .btn-archives.open:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

html.cnrPage_typeWide.cnrPage_news .cnrNewsArchives .years {
  display: none;
  opacity: 0;
  overflow: hidden;
  padding: 22px 0 17px;
  visibility: hidden;
  width: 100%;
}

html.cnrPage_typeWide.cnrPage_news .cnrNewsArchives .years .cover {
  background: #efefef;
  bottom: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

html.cnrPage_typeWide.cnrPage_news .cnrNewsArchives .years_wrap {
  margin: 0 auto;
  width: 400px;
}

html.cnrPage_typeWide.cnrPage_news .cnrNewsArchives .years_wrap ul {
  position: relative;
  width: 430px;
  z-index: 2;
}

html.cnrPage_typeWide.cnrPage_news .cnrNewsArchives .years_wrap ul:last-child {
  margin-bottom: 0;
}

html.cnrPage_typeWide.cnrPage_news .cnrNewsArchives .years_wrap ul li {
  display: inline-block;
  text-align: left;
  margin: 0 0 25px;
  width: 86px;
}

html.cnrPage_typeWide.cnrPage_news .cnrNewsArchives .years_wrap ul li:last-child {
  margin-right: 0;
}

html.cnrPage_typeWide.cnrPage_news .cnrNewsArchives .years_wrap ul li a {
  font-family: 'Noto Sans JP Light', 'kozuka-gothic-pro', 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", 'MS PGothic', Verdana, sans-serif;
  color: #000;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

html.cnrPage_typeWide.cnrPage_news .cnrNewsArchives .years_wrap ul li.current a {
  color: #988837;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  position: relative;
}

html.cnrPage_typeWide.cnrPage_news .cnrBody_news {
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 48px auto 0;
  max-width: 860px;
  overflow: hidden;
  padding: 83px 30px 0;
}

html.cnrPage_typeWide.cnrPage_news .cnrBody_news .news-single {
  margin-bottom: 83px;
}

html.cnrPage_typeWide.cnrPage_news .cnrBody_news .news-single .line {
  margin: 0 0 16px;
}

html.cnrPage_typeWide.cnrPage_news .cnrBody_news .news-single .line img {
  display: block;
  max-width: 100%;
}

html.cnrPage_typeWide.cnrPage_news .cnrBody_news .news-single .photo img {
  display: block;
  max-width: 100%;
}

html.cnrPage_typeWide.cnrPage_news .cnrBody_news .news-single .iframe-cover {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}

html.cnrPage_typeWide.cnrPage_news .cnrBody_news .news-single .iframe-cover iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html.cnrPage_typeWide.cnrPage_news .cnrBody_news .news-single .flash-cover {
  position: relative;
  padding: 56.25% 0 0 0;
  height: 100%;
  overflow: hidden;
}

html.cnrPage_typeWide.cnrPage_news .cnrBody_news .news-single .flash-cover iframe,
html.cnrPage_typeWide.cnrPage_news .cnrBody_news .news-single .flash-cover object,
html.cnrPage_typeWide.cnrPage_news .cnrBody_news .news-single .flash-cover embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html.cnrPage_typeNarrow.cnrPage_news .cnrNewsArchives {
  font-weight: bold;
  letter-spacing: 0.05em;
  position: fixed;
  top: 42px;
  width: 100%;
  z-index: 10;
  /*
    .btn-switch {
      background: #efefef;
      display: block;
      height: 60px;
      line-height: 60px;
      text-align: left;
      text-decoration: none;
      padding-left: 22px;
      position: relative;
      z-index: 20;

      &:after {
        background: url(../img/about/arrow01.png) no-repeat left top;
        background-size: 21px 12px;
        content: '';
        display: block;
        height: 12px;
        left: 50%;
        position: absolute;
        margin-left: -11px;
        margin-top: -6px;
        top: 50%;
        width: 21px;
        transition-property: transform;
        transition-duration: 0.6s;
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
      }

      &.close {
        &:after {
          transform: rotateX(180deg);
        }
      }

    }*/
}

html.cnrPage_typeNarrow.cnrPage_news .cnrNewsArchives .btn-archives {
  background: #efefef;
  display: block;
  height: 48px;
  position: relative;
  width: 100%;
  z-index: 2;
}

html.cnrPage_typeNarrow.cnrPage_news .cnrNewsArchives .btn-archives svg {
  fill: #000000;
  left: 50%;
  margin-left: -96px;
  position: absolute;
  top: 14px;
  height: 15.17px;
  width: 66.64px;
}

html.cnrPage_typeNarrow.cnrPage_news .cnrNewsArchives .btn-archives:before {
  background: url(../img/common/arrow_archive.png) no-repeat left top;
  background-size: 18px 9.5px;
  content: '';
  display: block;
  height: 9.5px;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  top: 19px;
  width: 18px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.cnrPage_typeNarrow.cnrPage_news .cnrNewsArchives .btn-archives.open:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

html.cnrPage_typeNarrow.cnrPage_news .cnrNewsArchives .years {
  background: #efefef;
  /*height: 0;*/
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 10;
}

html.cnrPage_typeNarrow.cnrPage_news .cnrNewsArchives .years_wrap {
  padding: 0 0 40px;
}

html.cnrPage_typeNarrow.cnrPage_news .cnrNewsArchives .years ul {
  position: relative;
  z-index: 10;
}

html.cnrPage_typeNarrow.cnrPage_news .cnrNewsArchives .years ul li {
  display: inline-block;
  /*height: 44px;*/
  width: 100%;
  /*
          &.btn-2016 {
            svg {
              width: 51.5px;
              height: 16.5px;
            }
          }

          &.btn-2015 {
            svg {
              width: 50.5px;
              height: 16.5px;
            }
          }

          &.btn-2014 {
            svg {
              width: 51.5px;
              height: 17px;
            }
          }

          &.btn-2013 {
            svg {
              width: 50.5px;
              height: 16.5px;
            }
          }

          &.btn-2012 {
            svg {
              width: 50.5px;
              height: 16.5px;
            }
          }

          &.btn-2011 {
            svg {
              width: 46.5px;
              height: 16.5px;
            }
          }

          &.btn-2010 {
            svg {
              width: 51.5px;
              height: 16.5px;
            }
          }

          &.btn-2009 {
            svg {
              width: 51px;
              height: 16.5px;
            }
          }

          &.btn-2008 {
            svg {
              width: 50.5px;
              height: 16.5px;
            }
          }

          &.btn-2007 {
            svg {
              width: 50px;
              height: 16.5px;
            }
          }
          */
}

html.cnrPage_typeNarrow.cnrPage_news .cnrNewsArchives .years ul li a {
  font-family: 'Noto Sans JP Light', 'kozuka-gothic-pro', 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", 'MS PGothic', Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  box-sizing: border-box;
  display: block;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  padding: 14px 0 13px 30px;
  /*padding-left: 30px;*/
  position: relative;
  /*&:after {
              background: url(data:image/svg+xml,%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2085%2e06%2020%2e24%22%20style%3d%22fill%3a%23000000%22%3e%3cg%3e%3cpath%20d%3d%22M13%2e5%2c19%2e83h%2d%2e35a%2e77%2e77%2c0%2c0%2c1%2d%2e77%2d%2e77V7%2e77a7%2e46%2c7%2e46%2c0%2c0%2c0%2d1%2e12%2d4%2e58A4%2e35%2c4%2e35%2c0%2c0%2c0%2c7%2e63%2c1%2e76%2c4%2e85%2c4%2e85%2c0%2c0%2c0%2c3%2e27%2c3%2e86Q1%2e89%2c5%2e95%2c1%2e89%2c10%2e5v8%2e56a%2e77%2e77%2c0%2c0%2c1%2d%2e77%2e77H%2e77A%2e77%2e77%2c0%2c0%2c1%2c0%2c19%2e06V1%2e2A%2e77%2e77%2c0%2c0%2c1%2c%2e77%2e43h%2e35a%2e77%2e77%2c0%2c0%2c1%2c%2e77%2e77h0a%2e77%2e77%2c0%2c0%2c0%2c1%2e32%2e52A5%2e2%2c5%2e2%2c0%2c0%2c1%2c4%2e29%2e87%2c7%2e34%2c7%2e34%2c0%2c0%2c1%2c8%2e06%2c0%2c5%2e79%2c5%2e79%2c0%2c0%2c1%2c12%2e6%2c1%2e87%2c7%2e44%2c7%2e44%2c0%2c0%2c1%2c14%2e27%2c7v12A%2e77%2e77%2c0%2c0%2c1%2c13%2e5%2c19%2e83Z%22%2f%3e%3cpath%20d%3d%22M37%2e82%2c10H22%2e44a%2e77%2e77%2c0%2c0%2c0%2d%2e77%2e8%2c9%2e11%2c9%2e11%2c0%2c0%2c0%2c1%2e9%2c5%2e47%2c6%2e47%2c6%2e47%2c0%2c0%2c0%2c5%2e21%2c2%2e19%2c7%2e64%2c7%2e64%2c0%2c0%2c0%2c4%2e08%2d1A7%2e48%2c7%2e48%2c0%2c0%2c0%2c35%2e3%2c14%2e9a%2e78%2e78%2c0%2c0%2c1%2c1%2d%2e31l%2e26%2e13a%2e76%2e76%2c0%2c0%2c1%2c%2e31%2c1%2e07A9%2e45%2c9%2e45%2c0%2c0%2c1%2c33%2e8%2c19a9%2e55%2c9%2e55%2c0%2c0%2c1%2d5%2c1%2e25%2c8%2e33%2c8%2e33%2c0%2c0%2c1%2d6%2e62%2d2%2e75A11%2c11%2c0%2c0%2c1%2c19%2e75%2c10a10%2e27%2c10%2e27%2c0%2c0%2c1%2c2%2e56%2d7%2e2A8%2e37%2c8%2e37%2c0%2c0%2c1%2c28%2e77%2c0a8%2e72%2c8%2e72%2c0%2c0%2c1%2c6%2e56%2c2%2e56%2c9%2e49%2c9%2e49%2c0%2c0%2c1%2c2%2e48%2c6%2e89Zm%2d2%2e9%2d1%2e78a%2e78%2e78%2c0%2c0%2c0%2c%2e76%2d%2e92%2c6%2e49%2c6%2e49%2c0%2c0%2c0%2d2%2d3%2e76%2c6%2e93%2c6%2e93%2c0%2c0%2c0%2d4%2e91%2d1%2e78A6%2e85%2c6%2e85%2c0%2c0%2c0%2c24%2c3%2e56%2c6%2e75%2c6%2e75%2c0%2c0%2c0%2c21%2e9%2c7%2e31a%2e78%2e78%2c0%2c0%2c0%2c%2e76%2e94Z%22%2f%3e%3cpath%20d%3d%22M70%2e1%2c1%2e5%2c62%2e55%2c18%2e92a%2e77%2e77%2c0%2c0%2c1%2d1%2e42%2c0L55%2e82%2c6a%2e77%2e77%2c0%2c0%2c0%2d1%2e42%2c0L49%2e11%2c18%2e9a%2e77%2e77%2c0%2c0%2c1%2d1%2e42%2c0L40%2e11%2c1%2e51a%2e77%2e77%2c0%2c0%2c1%2c%2e7%2d1%2e08h%2e43a%2e77%2e77%2c0%2c0%2c1%2c%2e71%2e47l5%2e67%2c13%2e56a%2e77%2e77%2c0%2c0%2c0%2c1%2e42%2c0L54%2e39%2c1%2e4a%2e77%2e77%2c0%2c0%2c1%2c1%2e42%2c0L61%2e2%2c14%2e46a%2e77%2e77%2c0%2c0%2c0%2c1%2e42%2c0L68%2e26%2e9A%2e77%2e77%2c0%2c0%2c1%2c69%2c%2e43h%2e43A%2e77%2e77%2c0%2c0%2c1%2c70%2e1%2c1%2e5Z%22%2f%3e%3cpath%20d%3d%22M85%2e06%2c14%2e75a4%2e9%2c4%2e9%2c0%2c0%2c1%2d1%2e83%2c4%2c7%2e67%2c7%2e67%2c0%2c0%2c1%2d5%2c1%2e49%2c7%2e93%2c7%2e93%2c0%2c0%2c1%2d4%2d1%2c5%2e73%2c5%2e73%2c0%2c0%2c1%2d2%2e09%2d2%2c%2e78%2e78%2c0%2c0%2c1%2c%2e28%2d1%2e09l%2e39%2d%2e22a%2e75%2e75%2c0%2c0%2c1%2c1%2c%2e24%2c4%2e45%2c4%2e45%2c0%2c0%2c0%2c1%2e58%2c1%2e57%2c6%2e25%2c6%2e25%2c0%2c0%2c0%2c3%2e13%2e7%2c5%2e63%2c5%2e63%2c0%2c0%2c0%2c3%2d%2e75%2c3%2e53%2c3%2e53%2c0%2c0%2c0%2c1%2e54%2d3%2e62%2c2%2e85%2c2%2e85%2c0%2c0%2c0%2d1%2d1%2e77%2c14%2e35%2c14%2e35%2c0%2c0%2c0%2d4%2e06%2d1%2e93%2c9%2e28%2c9%2e28%2c0%2c0%2c1%2d3%2e74%2d2%2e25A4%2e54%2c4%2e54%2c0%2c0%2c1%2c73%2c5a4%2e64%2c4%2e64%2c0%2c0%2c1%2c1%2e49%2d3%2e62A6%2e84%2c6%2e84%2c0%2c0%2c1%2c81%2e85%2e82a5%2e5%2c5%2e5%2c0%2c0%2c1%2c1%2e71%2c1%2e76%2e78%2e78%2c0%2c0%2c1%2d%2e28%2c1%2e11l%2d%2e36%2e19a%2e76%2e76%2c0%2c0%2c1%2d1%2d%2e27%2c3%2e89%2c3%2e89%2c0%2c0%2c0%2d1%2e16%2d1%2e25%2c4%2e06%2c4%2e06%2c0%2c0%2c0%2d2%2e28%2d%2e59%2c3%2e65%2c3%2e65%2c0%2c0%2c0%2d2%2e56%2e88A3%2c3%2c0%2c0%2c0%2c75%2c5a3%2c3%2c0%2c0%2c0%2c%2e94%2c2%2e21%2c7%2e05%2c7%2e05%2c0%2c0%2c0%2c2%2e87%2c1%2e56%2c13%2e62%2c13%2e62%2c0%2c0%2c1%2c4%2e88%2c2%2e47A4%2e61%2c4%2e61%2c0%2c0%2c1%2c85%2e06%2c14%2e75Z%22%2f%3e%3c%2fg%3e%3c%2fsvg%3e) no-repeat right top;
              //background-size: 100% 100%;
              content: '';
              display: block;
              fill: $key-color-yellow;
              height: 11px;
              position: absolute;
              bottom: 13px;
              width: 104px;
            }*/
}

html.cnrPage_typeNarrow.cnrPage_news .cnrNewsArchives .years ul li.current {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

html.cnrPage_typeNarrow.cnrPage_news .cnrNewsArchives .years ul li.current a {
  color: #988837;
  /*
              &:after {
                background: url(data:image/svg+xml,%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2085%2e06%2020%2e24%22%20style%3d%22fill%3a%23988837%22%3e%3cg%3e%3cpath%20d%3d%22M13%2e5%2c19%2e83h%2d%2e35a%2e77%2e77%2c0%2c0%2c1%2d%2e77%2d%2e77V7%2e77a7%2e46%2c7%2e46%2c0%2c0%2c0%2d1%2e12%2d4%2e58A4%2e35%2c4%2e35%2c0%2c0%2c0%2c7%2e63%2c1%2e76%2c4%2e85%2c4%2e85%2c0%2c0%2c0%2c3%2e27%2c3%2e86Q1%2e89%2c5%2e95%2c1%2e89%2c10%2e5v8%2e56a%2e77%2e77%2c0%2c0%2c1%2d%2e77%2e77H%2e77A%2e77%2e77%2c0%2c0%2c1%2c0%2c19%2e06V1%2e2A%2e77%2e77%2c0%2c0%2c1%2c%2e77%2e43h%2e35a%2e77%2e77%2c0%2c0%2c1%2c%2e77%2e77h0a%2e77%2e77%2c0%2c0%2c0%2c1%2e32%2e52A5%2e2%2c5%2e2%2c0%2c0%2c1%2c4%2e29%2e87%2c7%2e34%2c7%2e34%2c0%2c0%2c1%2c8%2e06%2c0%2c5%2e79%2c5%2e79%2c0%2c0%2c1%2c12%2e6%2c1%2e87%2c7%2e44%2c7%2e44%2c0%2c0%2c1%2c14%2e27%2c7v12A%2e77%2e77%2c0%2c0%2c1%2c13%2e5%2c19%2e83Z%22%2f%3e%3cpath%20d%3d%22M37%2e82%2c10H22%2e44a%2e77%2e77%2c0%2c0%2c0%2d%2e77%2e8%2c9%2e11%2c9%2e11%2c0%2c0%2c0%2c1%2e9%2c5%2e47%2c6%2e47%2c6%2e47%2c0%2c0%2c0%2c5%2e21%2c2%2e19%2c7%2e64%2c7%2e64%2c0%2c0%2c0%2c4%2e08%2d1A7%2e48%2c7%2e48%2c0%2c0%2c0%2c35%2e3%2c14%2e9a%2e78%2e78%2c0%2c0%2c1%2c1%2d%2e31l%2e26%2e13a%2e76%2e76%2c0%2c0%2c1%2c%2e31%2c1%2e07A9%2e45%2c9%2e45%2c0%2c0%2c1%2c33%2e8%2c19a9%2e55%2c9%2e55%2c0%2c0%2c1%2d5%2c1%2e25%2c8%2e33%2c8%2e33%2c0%2c0%2c1%2d6%2e62%2d2%2e75A11%2c11%2c0%2c0%2c1%2c19%2e75%2c10a10%2e27%2c10%2e27%2c0%2c0%2c1%2c2%2e56%2d7%2e2A8%2e37%2c8%2e37%2c0%2c0%2c1%2c28%2e77%2c0a8%2e72%2c8%2e72%2c0%2c0%2c1%2c6%2e56%2c2%2e56%2c9%2e49%2c9%2e49%2c0%2c0%2c1%2c2%2e48%2c6%2e89Zm%2d2%2e9%2d1%2e78a%2e78%2e78%2c0%2c0%2c0%2c%2e76%2d%2e92%2c6%2e49%2c6%2e49%2c0%2c0%2c0%2d2%2d3%2e76%2c6%2e93%2c6%2e93%2c0%2c0%2c0%2d4%2e91%2d1%2e78A6%2e85%2c6%2e85%2c0%2c0%2c0%2c24%2c3%2e56%2c6%2e75%2c6%2e75%2c0%2c0%2c0%2c21%2e9%2c7%2e31a%2e78%2e78%2c0%2c0%2c0%2c%2e76%2e94Z%22%2f%3e%3cpath%20d%3d%22M70%2e1%2c1%2e5%2c62%2e55%2c18%2e92a%2e77%2e77%2c0%2c0%2c1%2d1%2e42%2c0L55%2e82%2c6a%2e77%2e77%2c0%2c0%2c0%2d1%2e42%2c0L49%2e11%2c18%2e9a%2e77%2e77%2c0%2c0%2c1%2d1%2e42%2c0L40%2e11%2c1%2e51a%2e77%2e77%2c0%2c0%2c1%2c%2e7%2d1%2e08h%2e43a%2e77%2e77%2c0%2c0%2c1%2c%2e71%2e47l5%2e67%2c13%2e56a%2e77%2e77%2c0%2c0%2c0%2c1%2e42%2c0L54%2e39%2c1%2e4a%2e77%2e77%2c0%2c0%2c1%2c1%2e42%2c0L61%2e2%2c14%2e46a%2e77%2e77%2c0%2c0%2c0%2c1%2e42%2c0L68%2e26%2e9A%2e77%2e77%2c0%2c0%2c1%2c69%2c%2e43h%2e43A%2e77%2e77%2c0%2c0%2c1%2c70%2e1%2c1%2e5Z%22%2f%3e%3cpath%20d%3d%22M85%2e06%2c14%2e75a4%2e9%2c4%2e9%2c0%2c0%2c1%2d1%2e83%2c4%2c7%2e67%2c7%2e67%2c0%2c0%2c1%2d5%2c1%2e49%2c7%2e93%2c7%2e93%2c0%2c0%2c1%2d4%2d1%2c5%2e73%2c5%2e73%2c0%2c0%2c1%2d2%2e09%2d2%2c%2e78%2e78%2c0%2c0%2c1%2c%2e28%2d1%2e09l%2e39%2d%2e22a%2e75%2e75%2c0%2c0%2c1%2c1%2c%2e24%2c4%2e45%2c4%2e45%2c0%2c0%2c0%2c1%2e58%2c1%2e57%2c6%2e25%2c6%2e25%2c0%2c0%2c0%2c3%2e13%2e7%2c5%2e63%2c5%2e63%2c0%2c0%2c0%2c3%2d%2e75%2c3%2e53%2c3%2e53%2c0%2c0%2c0%2c1%2e54%2d3%2e62%2c2%2e85%2c2%2e85%2c0%2c0%2c0%2d1%2d1%2e77%2c14%2e35%2c14%2e35%2c0%2c0%2c0%2d4%2e06%2d1%2e93%2c9%2e28%2c9%2e28%2c0%2c0%2c1%2d3%2e74%2d2%2e25A4%2e54%2c4%2e54%2c0%2c0%2c1%2c73%2c5a4%2e64%2c4%2e64%2c0%2c0%2c1%2c1%2e49%2d3%2e62A6%2e84%2c6%2e84%2c0%2c0%2c1%2c81%2e85%2e82a5%2e5%2c5%2e5%2c0%2c0%2c1%2c1%2e71%2c1%2e76%2e78%2e78%2c0%2c0%2c1%2d%2e28%2c1%2e11l%2d%2e36%2e19a%2e76%2e76%2c0%2c0%2c1%2d1%2d%2e27%2c3%2e89%2c3%2e89%2c0%2c0%2c0%2d1%2e16%2d1%2e25%2c4%2e06%2c4%2e06%2c0%2c0%2c0%2d2%2e28%2d%2e59%2c3%2e65%2c3%2e65%2c0%2c0%2c0%2d2%2e56%2e88A3%2c3%2c0%2c0%2c0%2c75%2c5a3%2c3%2c0%2c0%2c0%2c%2e94%2c2%2e21%2c7%2e05%2c7%2e05%2c0%2c0%2c0%2c2%2e87%2c1%2e56%2c13%2e62%2c13%2e62%2c0%2c0%2c1%2c4%2e88%2c2%2e47A4%2e61%2c4%2e61%2c0%2c0%2c1%2c85%2e06%2c14%2e75Z%22%2f%3e%3c%2fg%3e%3c%2fsvg%3e) no-repeat right top;
                //background-size: 100% 100%;
                content: '';
                display: block;
                fill: $key-color-yellow;
                height: 11px;
                position: absolute;
                bottom: 13px;
                width: 104px;
              }*/
}

html.cnrPage_typeNarrow.cnrPage_news .cnrBody_news {
  letter-spacing: 0.05em;
  line-height: 2.0;
  padding-top: 128px;
}

html.cnrPage_typeNarrow.cnrPage_news .cnrBody_news .news-single {
  margin-bottom: 60px;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_news .cnrBody_news .news-single .line {
  margin: 0 auto 26px;
  width: 88.8%;
}

html.cnrPage_typeNarrow.cnrPage_news .cnrBody_news .news-single .line img {
  display: block;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_news .cnrBody_news .news-single .photo {
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_news .cnrBody_news .news-single .photo img {
  display: block;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_news .cnrBody_news .news-single .iframe-cover {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}

html.cnrPage_typeNarrow.cnrPage_news .cnrBody_news .news-single .iframe-cover iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html.cnrPage_typeNarrow.cnrPage_news .cnrBody_news .news-single .flash-cover {
  position: relative;
  padding: 56.25% 0 0 0;
  height: 100%;
  overflow: hidden;
}

html.cnrPage_typeNarrow.cnrPage_news .cnrBody_news .news-single .flash-cover iframe,
html.cnrPage_typeNarrow.cnrPage_news .cnrBody_news .news-single .flash-cover object,
html.cnrPage_typeNarrow.cnrPage_news .cnrBody_news .news-single .flash-cover embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html.pc .cnrNewsArchives .btn-archives:hover svg {
  fill: #988837;
}

html.pc .cnrNewsArchives .years ul li a:hover {
  color: #988837;
}

html.cnrPage_works .cnrCate {
  position: fixed;
  width: 100%;
  z-index: 10;
}

html.cnrPage_works .cnrCate_btnArchives {
  background: #efefef;
  display: block;
  height: 48px;
  position: relative;
  width: 100%;
  z-index: 2;
}

html.cnrPage_works .cnrCate_btnArchives svg {
  fill: #000;
  left: 50%;
  margin-left: -140px;
  position: absolute;
  top: 17px;
  height: 16.84px;
  width: 85.1px;
}

html.cnrPage_works .cnrCate_btnArchives:before {
  background: url(../img/common/arrow_archive.png) no-repeat left top;
  background-size: 18px 9.5px;
  content: '';
  display: block;
  height: 9.5px;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  top: 19px;
  width: 18px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.cnrPage_works .cnrCate_btnArchives.open:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

html.cnrPage_works .cnrCate_scroller {
  display: none;
  text-align: center;
  padding: 22px 0 38px;
  width: 100%;
}

html.cnrPage_works .cnrCate_scroller .cover {
  background: #efefef;
  bottom: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

html.cnrPage_works .cnrCate_scroller .cateButtons {
  margin: 0 auto 20px;
  position: relative;
  width: 90%;
  z-index: 2;
}

html.cnrPage_works .cnrCate_scroller .cateButtons:last-child {
  margin: 0 auto;
}

html.cnrPage_works .cnrCate_scroller .cateButtons li {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
}

html.cnrPage_works .cnrCate_scroller .cateButtons li:last-child {
  margin-right: 0;
}

html.cnrPage_works .cnrCate_scroller .cateButtons li.btn-movie {
  padding-top: 1px;
}

html.cnrPage_works .cnrCate_scroller .cateButtons li.btn-space, html.cnrPage_works .cnrCate_scroller .cateButtons li.btn-sign {
  vertical-align: bottom;
}

html.cnrPage_works .cnrCate_scroller .cateButtons li a {
  display: block;
}

html.cnrPage_works .cnrCate_scroller .cateButtons li a svg {
  fill: #000;
  -webkit-transition: fill .25s;
  transition: fill .25s;
}

html.cnrPage_works .cnrCate_scroller.cateAll li.btnAll a svg {
  fill: #988837;
}

html.cnrPage_works .cnrCate_scroller.cateBranding li.btnBranding a svg {
  fill: #988837;
}

html.cnrPage_works .cnrCate_scroller.cateIdentity li.btnIdentity a svg {
  fill: #988837;
}

html.cnrPage_works .cnrCate_scroller.cateProduct li.btnProduct a svg {
  fill: #988837;
}

html.cnrPage_works .cnrCate_scroller.catePackage li.btnPackage a svg {
  fill: #988837;
}

html.cnrPage_works .cnrCate_scroller.cateGraPop li.btnGraPop a svg {
  fill: #988837;
}

html.cnrPage_works .cnrCate_scroller.cateWeb li.btnWeb a svg {
  fill: #988837;
}

html.cnrPage_works .cnrCate_scroller.cateMovie li.btnMovie a svg {
  fill: #988837;
}

html.cnrPage_works .cnrCate_scroller.cateSpace li.btnSpace a svg {
  fill: #988837;
}

html.cnrPage_works .cnrCate_scroller.cateSign li.btnSign a svg {
  fill: #988837;
}

html.cnrPage_works .cnrCate_scroller.cateCharacter li.btnCharacter a svg {
  fill: #988837;
}

html.cnrPage_works .cnrCate_scroller.cateGoods li.btnGoods a svg {
  fill: #988837;
}

html.cnrPage_works .cnrCate_scroller.cateOthers li.btnOthers a svg {
  fill: #988837;
}

html.cnrPage_works .cnrCate_btnSwitch {
  right: 12px;
  position: absolute;
  top: 0;
  z-index: 15;
}

html.cnrPage_works .cnrCate_btnSwitch_btns li {
  float: left;
}

html.cnrPage_works .cnrCate_btnSwitch_btns li a {
  background: none;
  box-sizing: border-box;
  display: block;
  height: 48px;
  margin: 0 0 0 5px;
  position: relative;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_text {
  width: 45.62px;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_text svg {
  position: absolute;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_text .isActive {
  display: none;
  left: 10.5px;
  top: 13.5px;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_text .isActive rect {
  fill: #998a38;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_text .isActive line {
  fill: none;
  stroke: #998a38;
  stroke-miterlimit: 10;
  stroke-width: 0.694488188976378px;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_text .isDeactive {
  display: block;
  left: 10px;
  top: 13px;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_text .isDeactive rect, html.cnrPage_works .cnrCate_btnSwitch_btns_text .isDeactive line {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 0.694488188976378px;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_text.active .isActive {
  display: block;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_text.active .isDeactive {
  display: none;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_thumb {
  width: 47.75px;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_thumb svg {
  position: absolute;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_thumb .isActive {
  display: none;
  left: 10.5px;
  top: 13.5px;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_thumb .isActive rect {
  fill: #998a38;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_thumb .isDeactive {
  display: block;
  left: 10px;
  top: 13px;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_thumb .isDeactive rect {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 0.694488188976378px;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_thumb.active .isActive {
  display: block;
}

html.cnrPage_works .cnrCate_btnSwitch_btns_thumb.active .isDeactive {
  display: none;
}

html.cnrPage_works .cnrBody_archives {
  min-height: 250px;
}

html.cnrPage_typeWide.cnrPage_works .cnrCate {
  top: 70px;
}

html.cnrPage_typeWide.cnrPage_works .cnrCate_scroller_wrap .cateButtons li.btnMovie a {
  margin: 3px 0 0;
}

html.cnrPage_typeWide.cnrPage_works .cnrCate_scroller_wrap .cateButtons li.btnSpace a {
  margin: 6px 0 0;
}

html.cnrPage_typeWide.cnrPage_works .cnrCate_scroller_wrap .cateButtons li.btnSign a {
  margin: 3px 0 0;
}

html.cnrPage_typeNarrow.cnrPage_works .cnrCate {
  top: 42px;
}

html.cnrPage_typeNarrow.cnrPage_works .cnrCate_btnArchives {
  background: #efefef;
  box-sizing: border-box;
  display: block;
  height: 48px;
  position: relative;
  z-index: 10;
}

html.cnrPage_typeNarrow.cnrPage_works .cnrCate_btnArchives svg {
  left: 22px;
  margin-left: 0;
  top: 17px;
}

html.cnrPage_typeNarrow.cnrPage_works .cnrCate_scroller {
  padding: 0 0 14px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 48px;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_works .cnrCate_scroller_wrap {
  padding: 0 0 15px;
  position: relative;
}

html.cnrPage_typeNarrow.cnrPage_works .cnrCate_scroller .cover {
  background: #efefef;
  bottom: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

html.cnrPage_typeNarrow.cnrPage_works .cnrCate_scroller .cateButtons {
  margin: 0 auto;
  width: 100%;
  z-index: 5;
}

html.cnrPage_typeNarrow.cnrPage_works .cnrCate_scroller .cateButtons li {
  display: block;
  visilibity: 'hidden';
}

html.cnrPage_typeNarrow.cnrPage_works .cnrCate_scroller .cateButtons li a {
  text-align: left;
  padding: 13px 0 13px 34px;
}

html.pc.cnrPage_works .cnrCate_btnArchives svg {
  fill: #000;
  -webkit-transition: fill 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: fill 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.pc.cnrPage_works .cnrCate_btnArchives:hover svg {
  fill: #988837;
}

html.pc.cnrPage_works .cnrCate_scroller .cateButtons a svg {
  fill: #000;
  -webkit-transition: fill 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: fill 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.pc.cnrPage_works .cnrCate_scroller .cateButtons a:hover svg {
  fill: #988837;
}

html.pc.cnrPage_works .cnrCate_btnSwitch_btns_text svg {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.pc.cnrPage_works .cnrCate_btnSwitch_btns_text:hover svg {
  opacity: 0.6;
}

html.pc.cnrPage_works .cnrCate_btnSwitch_btns_thumb svg {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.pc.cnrPage_works .cnrCate_btnSwitch_btns_thumb:hover svg {
  opacity: 0.6;
}

html.pc.cnrPage_works .cnrBody_archives a {
  color: #000;
  text-decoration: none;
}

html.pc.cnrPage_works .cnrBody_archives a:hover {
  text-decoration: none;
}

.cnrProject {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
}

.cnrProject .wrapper-close {
  margin: 0 auto;
  max-width: 950px;
  padding: 0 30px;
  position: relative;
}

.cnrProject .wrapper-close.is-top {
  height: 45px;
  display: none;
}

.cnrProject .wrapper-close.is-btm {
  height: 20px;
  margin-top: -24px;
}

.cnrProject .wrapper-close .btn-close {
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 0;
  width: 20px;
  z-index: 10;
}

.cnrProject .wrapper-close .btn-close svg {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  -webkit-transition: fill .25s;
  transition: fill .25s;
  stroke-width: 0.5px;
}

.cnrProject .wrapper-close .btn-close svg .icon-close {
  height: 100%;
  width: 100%;
}

.cnrProject .wrapper-project .project .texts p {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: normal;
  word-wrap: break-word;
}

.cnrProjectCover {
  display: none;
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 15;
}

html.cnrPage_typeWide .cnrProject {
  top: 100px;
}

html.cnrPage_typeWide .cnrProject_wrap {
  padding: 0 0 55px;
  position: relative;
}

html.cnrPage_typeWide .cnrProject_wrap:before {
  position: fixed;
}

html.cnrPage_typeWide .cnrProject .wrapper-project {
  font-size: 13.5px;
  font-size: 1.35rem;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project {
  line-height: 1.7;
  letter-spacing: 0.1em;
  position: relative;
  width: 100%;
  /*.project-pics:not(.main) {
          @include wrapper-base-pc();
        }*/
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-title {
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 1.72;
  margin-bottom: 54px;
  max-width: 950px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-title span {
  padding: 0 10px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .texts {
  margin-bottom: 54px;
  max-width: 950px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .texts p {
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 2.4;
  margin-bottom: 54px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .texts p:last-child {
  margin-bottom: 0;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .more-area {
  margin-bottom: 54px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .more-area__btn {
  display: block;
  position: relative;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .more-area__btn:before {
  content: 'more...';
  display: block;
  left: 0;
  position: relative;
  top: 0;
  opacity: 1;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .more-area__btn:after {
  content: 'close';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .more-area__btn.close:before {
  opacity: 0;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .more-area__btn.close:after {
  opacity: 1;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .more-area__txt {
  margin-top: 16px;
  height: 0;
  overflow: hidden;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .credit {
  margin-top: 15px;
  margin-bottom: 22px;
  max-width: 950px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .credit:last-child {
  margin-bottom: 0;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .credit p {
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 1.72;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .credit p span {
  padding: 0 10px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .link {
  margin-top: 60px;
  margin-bottom: 22px;
  max-width: 950px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .link:last-child {
  margin-bottom: 0;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .link p {
  letter-spacing: 0.1em;
  line-height: 1.72;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .link p span {
  padding: 0 10px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics {
  margin-bottom: 57px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item {
  max-width: 950px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item + .item,
html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item + .item-w100,
html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item + .item-video88 {
  margin-top: 15px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  height: auto;
  width: 100%;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item.item--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item.item--video {
  position: relative;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item.item--video:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item.item--video video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-w100 {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-w100 + .item,
html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-w100 + .item-w100,
html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-w100 + .item-video88 {
  margin-top: 15px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-w100 img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  height: auto;
  width: 100%;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-w100 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-w100.item--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-w100.item--video {
  position: relative;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-w100.item--video:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-w100.item--video video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-video88 {
  max-width: 950px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  position: relative;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-video88 + .item-video88 {
  margin-top: 15px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-video88 + .item {
  margin-top: 15px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-video88 > span {
  display: block;
  position: relative;
  width: 100%;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-video88 > span:before {
  content: '';
  display: block;
  padding-top: 177.77778%;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-video88 > span video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-pics .item-video88.item-video88--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-mv {
  overflow: hidden;
  position: relative;
  margin-bottom: 57px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-mv .item {
  margin-bottom: 15px;
  position: relative;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-mv .item:last-child {
  margin-bottom: 0;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-mv .item img {
  height: auto;
  width: 100%;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-mv .item video {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-mv .item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro {
  position: relative;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents {
  position: relative;
  width: 100%;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents__bg {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents__wrap {
  max-width: 960px;
  padding-top: 70px;
  padding-bottom: 126px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents__wrap > h1 {
  letter-spacing: 0.1em;
  line-height: 1.72;
  margin-bottom: 42px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents__wrap > h1 span {
  padding: 0 10px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents__wrap > h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 61px;
  font-size: 6.1rem;
  line-height: 80px;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents__wrap > h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents__wrap > p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 38px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents__wrap p + p {
  margin-top: 2.2em;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents__wrap .awards-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -10px;
  margin-top: 96px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents__wrap .awards-list li {
  width: 9.1%;
  margin-right: 1%;
  margin-bottom: 1%;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents__wrap .awards-list li:nth-child(10n+0) {
  margin-right: 0;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents__wrap .awards-list li img {
  display: block;
  height: auto;
  width: 100%;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents__logo img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents__credit {
  margin-top: 2.2em;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents__credit > p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 38px;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-intro .item-contents__credit p + p {
  margin-top: 2.2em;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-content {
  padding-top: 57px;
  position: relative;
  width: 100%;
}

html.cnrPage_typeWide .cnrProject .wrapper-project .project .project-content:before {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

html.cnrPage_typeNarrow .cnrProject {
  top: 42px;
}

html.cnrPage_typeNarrow .cnrProject_wrap {
  padding: 0 0 55px;
  position: relative;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-close {
  height: 36px;
  padding: 0;
  max-width: 100%;
  width: 100%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-close.is-btm {
  height: 20px;
  margin-top: 25px;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-close .btn-close {
  display: block;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  width: 20px;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project {
  line-height: 1.7;
  letter-spacing: 0.1em;
  position: relative;
  width: 100%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-title {
  font-weight: 100;
  margin-bottom: 43px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-title span {
  padding: 0 10px;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .texts {
  margin-bottom: 35px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .texts p {
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 35px;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .texts p:last-child {
  margin-bottom: 0;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .more-area {
  margin-bottom: 35px;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .more-area__btn {
  display: block;
  position: relative;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .more-area__btn:before {
  content: 'more...';
  display: block;
  left: 0;
  position: relative;
  top: 0;
  opacity: 1;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .more-area__btn:after {
  content: 'close';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .more-area__btn.close:before {
  opacity: 0;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .more-area__btn.close:after {
  opacity: 1;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .more-area__txt {
  margin-top: 26px;
  height: 0;
  overflow: hidden;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .more-news {
  overflow: hidden;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .credit {
  margin-top: 15px;
  margin-bottom: 22px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .credit p {
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 2;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .credit p span {
  padding: 0 10px;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .link {
  margin-top: 60px;
  margin-bottom: 22px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .link p {
  letter-spacing: 0.1em;
  line-height: 2;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .link p span {
  padding: 0 10px;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics {
  margin-bottom: 46px;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item,
html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item-w100 {
  position: relative;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item + .item,
html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item + .item-w100,
html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item + .item-video88,
html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item-w100 + .item,
html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item-w100 + .item-w100,
html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item-w100 + .item-video88 {
  margin-top: 17.5px;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item img,
html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item-w100 img {
  width: 100%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item iframe,
html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item-w100 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item.item--video,
html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item-w100.item--video {
  position: relative;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item.item--video:before,
html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item-w100.item--video:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item.item--video video,
html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item-w100.item--video video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item-video88 {
  position: relative;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item-video88 + .item-video88 {
  margin-top: 17.5px;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item-video88 + .item {
  margin-top: 17.5px;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item-video88 > span {
  display: block;
  position: relative;
  width: 100%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item-video88 > span:before {
  content: '';
  display: block;
  padding-top: 177.77778%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item-video88 > span video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-pics .item-video88.item-video88--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-mv {
  overflow: hidden;
  position: relative;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-mv .item {
  margin-bottom: 17.5px;
  position: relative;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-mv .item:last-child {
  margin-bottom: 0;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-mv .item img {
  height: auto;
  width: 100%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-mv .item video {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-mv .item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro {
  position: relative;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents {
  position: relative;
  width: 100%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__bg {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__wrap {
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 118px;
  padding-left: 35px;
  padding-right: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__wrap > h1 {
  margin-bottom: 40px;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__wrap > h1 span {
  padding: 0 10px;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__wrap > h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 29.5px;
  font-size: 2.95rem;
  line-height: 1.48305;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__wrap > h2 br {
  display: none;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__wrap > h3 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__wrap > h3 br {
  display: none;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__wrap > p {
  font-size: 13.75px;
  font-size: 1.375rem;
  line-height: 2.61818;
  text-align: justify;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__wrap > p br {
  display: none;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__wrap p + p {
  margin-top: 2.2em;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__wrap .awards-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -2.4%;
  margin-top: 91px;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__wrap .awards-list li {
  width: 23.2%;
  margin-right: 2.4%;
  margin-bottom: 2.4%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__wrap .awards-list li:nth-child(4n+0) {
  margin-right: 0;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__wrap .awards-list li img {
  height: 100%;
  width: 100%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__logo img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__credit {
  margin-top: 2.2em;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__credit > p {
  font-size: 13.75px;
  font-size: 1.375rem;
  line-height: 2.61818;
  text-align: justify;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-intro .item-contents__credit p + p {
  margin-top: 2.2em;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-content {
  padding-top: 46px;
  position: relative;
  width: 100%;
}

html.cnrPage_typeNarrow .cnrProject .wrapper-project .project .project-content:before {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

html.cnrPage_project .cnrProject {
  background: #fff;
  position: static;
  width: 100%;
}

html.cnrPage_typeWide.cnrPage_project .cnrBody {
  padding: 70px 0 0;
  position: relative;
  /*&:before {
      background-color: #fff;
      content: '';
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      height: 145px;
      width: 100%;
      z-index: 1;
    }*/
}

html.cnrPage_typeNarrow.cnrPage_project .cnrBody {
  padding: 42px 0 0;
}

html.cnrFixed body {
  overflow: hidden;
}

html.cnrFixed body .cnrProject {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

html.pc .cnrProject .wrapper-close a svg {
  -webkit-transition: stroke 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: stroke 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.pc .cnrProject .wrapper-close a:hover svg {
  stroke: #988837;
}

html.cnrPage_typeWide.cnrPage_about .p-clientList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

html.cnrPage_typeWide.cnrPage_about .p-clientList ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 77px;
}

html.cnrPage_typeWide.cnrPage_about .p-clientList ul li:nth-child(10n+0) {
  margin-right: 0;
}

html.cnrPage_typeWide.cnrPage_about .p-clientList ul li img {
  height: auto;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_about .p-clientList ul {
  padding-bottom: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

html.cnrPage_typeNarrow.cnrPage_about .p-clientList ul li {
  margin-right: 1.6%;
  margin-top: 1.6%;
  width: 23.8%;
}

html.cnrPage_typeNarrow.cnrPage_about .p-clientList ul li:nth-child(4n+0) {
  margin-right: 0;
}

html.cnrPage_typeNarrow.cnrPage_about .p-clientList ul li img {
  height: auto;
  width: 100%;
}

html.cnrPage_typeWide.cnrPage_about .p-awardList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

html.cnrPage_typeWide.cnrPage_about .p-awardList + .p-awardList {
  margin-top: 50px;
}

html.cnrPage_typeWide.cnrPage_about .p-awardList__work {
  width: 251px;
}

html.cnrPage_typeWide.cnrPage_about .p-awardList__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 599px;
}

html.cnrPage_typeWide.cnrPage_about .p-awardList__logos li {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 77px;
}

html.cnrPage_typeWide.cnrPage_about .p-awardList__logos li:nth-child(7n+0) {
  margin-right: 0;
}

html.cnrPage_typeWide.cnrPage_about .p-awardList__logos li img {
  height: auto;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_about .p-awardList:last-child {
  padding-bottom: 48px;
}

html.cnrPage_typeNarrow.cnrPage_about .p-awardList + .p-awardList {
  margin-top: 30px;
}

html.cnrPage_typeNarrow.cnrPage_about .p-awardList__work {
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_about .p-awardList__work img {
  height: auto;
  width: 100%;
}

html.cnrPage_typeNarrow.cnrPage_about .p-awardList__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

html.cnrPage_typeNarrow.cnrPage_about .p-awardList__logos li {
  margin-right: 1.6%;
  margin-top: 1.6%;
  width: 23.8%;
}

html.cnrPage_typeNarrow.cnrPage_about .p-awardList__logos li:nth-child(4n+0) {
  margin-right: 0;
}

html.cnrPage_typeNarrow.cnrPage_about .p-awardList__logos li img {
  height: auto;
  width: 100%;
}

.p-topWorks {
  position: relative;
}

.p-topWorks__pics:before {
  content: '';
  display: block;
}

html.cnrPage_typeWide .p-topWorks__pics:before {
  padding-top: 58.74%;
}

html.cnrPage_typeNarrow .p-topWorks__pics:before {
  padding-top: 173.6%;
}

.p-topWorks__picsSlide {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: auto;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-topWorks__picsSlide.isPhotoShow {
  opacity: 1;
}

.p-topWorks__picsSlide.isPhotoHide {
  opacity: 0;
}

.p-topWorks__info {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.p-topWorks__infoWrap {
  box-sizing: border-box;
  position: relative;
  height: 100%;
}

html.cnrPage_typeWide .p-topWorks__infoWrap {
  width: 90.2%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.7vw;
}

html.cnrPage_typeWide .p-topWorks__infoWrap ul li {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25vw;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

html.cnrPage_typeWide .p-topWorks__infoWrap ul li + li {
  margin-top: 1.6vw;
}

html.cnrPage_typeNarrow .p-topWorks__infoWrap {
  width: 83.57488%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.48792vw;
}

html.cnrPage_typeNarrow .p-topWorks__infoWrap ul li {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.657vw;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

html.cnrPage_typeNarrow .p-topWorks__infoWrap ul li + li {
  margin-top: 2.89855vw;
}

html.cnrPage_typeWide .p-topWorks__infoWrap__title {
  display: block;
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -46%);
      -ms-transform: translate(0, -46%);
          transform: translate(0, -46%);
}

html.cnrPage_typeNarrow .p-topWorks__infoWrap__title {
  display: block;
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -58%);
      -ms-transform: translate(0, -58%);
          transform: translate(0, -58%);
}

html.cnrPage_typeWide .p-topWorks__infoMain {
  display: block;
  height: auto;
  width: 90.1vw;
}

html.cnrPage_typeNarrow .p-topWorks__infoMain {
  display: block;
  height: auto;
  width: 34.90338vw;
}

.p-topWorks__infoLink {
  display: block;
}

.p-topWorks__infoLink img {
  display: block;
  height: auto;
  width: 100%;
}

html.cnrPage_typeWide .p-topWorks__infoLink {
  height: 0.9vw;
  width: 5.175vw;
  margin-top: 1.25vw;
}

html.cnrPage_typeNarrow .p-topWorks__infoLink {
  height: 2.17391vw;
  width: 12.5vw;
  margin-top: 7.00483vw;
}

html.cnrPage_typeWide .p-topWorks__scroll {
  display: none;
}

html.cnrPage_typeNarrow .p-topWorks__scroll {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5.43478vw;
  width: 10.86957vw;
}

.p-topWorks__scroll img {
  display: block;
  height: auto;
  width: 100%;
}

.p-topWorks__scrollBar {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 24.15459vw;
  width: 0.24155vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.01932vw;
}

.p-topWorks__scrollBar:before {
  box-sizing: border-box;
  background-color: #fff;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  -webkit-animation-name: sizeScale;
          animation-name: sizeScale;
  -webkit-animation-duration: 2.0s;
          animation-duration: 2.0s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes sizeScale {
  0% {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  40% {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  51% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes sizeScale {
  0% {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  40% {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  51% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

.p-topOnline {
  position: relative;
  width: 100%;
}

.p-topOnline__pics {
  display: block;
  position: relative;
  width: 100%;
}

.p-topOnline__pics:before {
  content: '';
  display: block;
}

html.cnrPage_typeWide .p-topOnline__pics:before {
  padding-top: 58.74%;
}

html.cnrPage_typeNarrow .p-topOnline__pics:before {
  padding-top: 173.6%;
}

.p-topOnline__pics img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

html.cnrPage_typeWide .p-topOnline__scroll {
  display: none;
}

html.cnrPage_typeNarrow .p-topOnline__scroll {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5.43478vw;
  width: 10.86957vw;
}

.p-topOnline__scroll img {
  display: block;
  height: auto;
  width: 100%;
}

.p-topOnline__scrollBar {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 41.0628vw;
  width: 0.36232vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.01932vw;
}

.p-topOnline__scrollBar:before {
  box-sizing: border-box;
  background-color: #000;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  -webkit-animation-name: sizeScale;
          animation-name: sizeScale;
  -webkit-animation-duration: 2.0s;
          animation-duration: 2.0s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes sizeScale {
  0% {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  40% {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  51% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

.p-topMoves {
  position: relative;
  width: 100%;
}

.p-topMoves__pics {
  display: block;
  position: relative;
  width: 100%;
}

.p-topMoves__pics:before {
  content: '';
  display: block;
}

html.cnrPage_typeWide .p-topMoves__pics:before {
  padding-top: 58.74%;
}

html.cnrPage_typeNarrow .p-topMoves__pics:before {
  padding-top: 173.6%;
}

.p-topMoves__picsImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-topMoves__picsImg.isPhotoShow {
  opacity: 1;
}

.p-topMoves__picsImg.isPhotoHide {
  opacity: 0;
}

.p-top__mv {
  overflow: hidden;
  position: relative;
  /*&:before {
    content: '';
    display: block;
    padding-top: (1174 / 2000) * 100%;

    html.cnrPage_typeNarrow & {
      padding-top: (1438 / 828) * 100%;
    }
  }*/
}

.p-top__mv > video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.p-top__lead {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 3.66vw;
  padding-bottom: 3.96vw;
}

html.cnrPage_typeNarrow .p-top__lead {
  padding-left: 6.03865vw;
  padding-right: 6.03865vw;
  padding-top: 7.48792vw;
  padding-bottom: 9.17874vw;
}

.p-top__lead > a {
  color: #000;
  text-decoration: none !important;
  -webkit-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  /*>svg {
      height: sizeVW-pc(187.29 * 0.9);
      width: sizeVW-pc(1272.79 * 0.9);
      transition: fill 0.2s $_3_CubicOut;

      html.cnrPage_typeNarrow & {
        height: sizeVW-default(267.7);
        width: sizeVW-default(570.65);
      }
    }

    &:hover {
      >svg {
        fill: $key-color-yellow!important;
      }
    }*/
}

.p-top__lead > a:hover {
  color: #988837;
  text-decoration: none !important;
}

.p-top__lead > a:hover > svg {
  fill: #988837 !important;
}

.p-top__lead p.is-en {
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.062em;
  line-height: 1.78947;
}

html.cnrPage_typeNarrow .p-top__lead p.is-en {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.062em;
  line-height: 1.76923;
}

.p-top__lead p.is-ja {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.062em;
  line-height: 2.30769;
}

html.cnrPage_typeNarrow .p-top__lead p.is-ja {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.062em;
  line-height: 2;
}

html.cnrPage_typeNarrow .p-top__lead p + p {
  margin-top: 6px;
}

.p-top__lead .is-pc {
  display: block;
}

html.cnrPage_typeNarrow .p-top__lead .is-pc {
  display: none;
}

.p-top__lead .is-sp {
  display: none;
}

html.cnrPage_typeNarrow .p-top__lead .is-sp {
  display: block;
}

.p-top__leadTitle {
  margin-bottom: 22px;
  height: 26.24px;
  width: 237.155px;
  -webkit-transition: fill 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: fill 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeNarrow .p-top__leadTitle {
  margin-bottom: 20px;
  height: 26.24px;
  width: 237.155px;
}

.p-top__works {
  margin-bottom: 100px;
}

html.cnrPage_typeNarrow .p-top__works {
  margin-bottom: 60px;
}

.p-top__works > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -26px;
}

html.cnrPage_typeNarrow .p-top__works > ul {
  margin-bottom: -14px;
}

.p-top__works > ul > li {
  margin-bottom: 26px;
  width: 25%;
}

html.cnrPage_typeNarrow .p-top__works > ul > li {
  margin-bottom: 14px;
  width: 50%;
}

.p-top__works > ul > li:nth-child(1), .p-top__works > ul > li:nth-child(2) {
  width: 50%;
}

html.cnrPage_typeNarrow .p-top__works > ul > li:nth-child(1), html.cnrPage_typeNarrow .p-top__works > ul > li:nth-child(2) {
  width: 100%;
}

.p-top__works > ul > li .wBox {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

html.cnrPage_typeWide .p-top__works > ul > li .wBox:hover .wBox__title {
  color: #988837;
}

.p-top__works > ul > li .wBox__photo {
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeWide .p-top__works > ul > li .wBox__photo:hover {
  opacity: 0.8;
}

.p-top__works > ul > li .wBox__photo:before {
  content: '';
  display: block;
  padding-top: 58.75%;
}

.p-top__works > ul > li .wBox__photo > img, .p-top__works > ul > li .wBox__photo video {
  position: absolute;
  top: 0;
  left: 0;
}

.p-top__works > ul > li .wBox__photo > img {
  height: auto;
  width: 100%;
}

.p-top__works > ul > li .wBox__photo > video {
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.p-top__works > ul > li .wBox__title {
  padding-left: 14px;
  padding-right: 22px;
  padding-top: 12px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeNarrow .p-top__works > ul > li .wBox__title {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
}

.p-top__works > ul > li .wBox__title > h3 {
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 1.72;
}

html.cnrPage_typeNarrow .p-top__works > ul > li .wBox__title > h3 {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.062em;
  line-height: 1.83333;
}

.p-top__worksBtn {
  margin-top: 66px;
}

html.cnrPage_typeNarrow .p-top__worksBtn {
  margin-top: 36px;
}

.p-top__worksBtn > a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 1.177vw;
  width: 10.434vw;
}

html.cnrPage_typeNarrow .p-top__worksBtn > a {
  height: 3.62319vw;
  width: 33.9372vw;
}

.p-top__worksBtn > a > svg {
  height: 100%;
  width: 100%;
}

.p-top__worksBtn > a > svg .a {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 1.42px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-top__worksBtn > a > svg path {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeWide .p-top__worksBtn > a:hover > svg .a {
  stroke: #988837;
}

html.cnrPage_typeWide .p-top__worksBtn > a:hover > svg path {
  fill: #988837;
}

.p-top__news {
  margin-bottom: 50px;
  padding-left: 4vw;
  padding-right: 4vw;
}

html.cnrPage_typeNarrow .p-top__news {
  margin-bottom: 60px;
  padding-left: 4.71014vw;
  padding-right: 4.71014vw;
}

.p-top__news > h3 {
  margin-bottom: 58px;
  margin-left: auto;
  margin-right: auto;
  height: 1.53vw;
  width: 6.372vw;
}

html.cnrPage_typeNarrow .p-top__news > h3 {
  margin-bottom: 28px;
  height: 4.14251vw;
  width: 17.75362vw;
}

.p-top__news > h3 > svg {
  height: 100%;
  width: 100%;
}

.p-top__news > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html.cnrPage_typeNarrow .p-top__news > ul {
  margin-bottom: -14px;
}

.p-top__news > ul > li {
  width: 18.6%;
}

html.cnrPage_typeNarrow .p-top__news > ul > li {
  width: 31.7%;
  margin-bottom: 14px;
}

.p-top__news > ul > li:nth-child(6) {
  display: none;
}

html.cnrPage_typeNarrow .p-top__news > ul > li:nth-child(6) {
  display: block;
}

.p-top__news > ul > li .wBox {
  color: #000;
  display: block;
  text-decoration: none;
}

.p-top__news > ul > li .wBox > img {
  height: auto;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeWide .p-top__news > ul > li .wBox:hover > img {
  opacity: 0.8;
}

html.cnrPage_typeWide .p-top__news > ul > li .wBox:hover .wBox__title {
  color: #988837;
}

.p-top__news > ul > li .wBox__title {
  padding-top: 12px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeNarrow .p-top__news > ul > li .wBox__title {
  padding-left: 6px;
  padding-right: 4px;
  padding-top: 6px;
}

.p-top__news > ul > li .wBox__title > p,
.p-top__news > ul > li .wBox__title > h3 {
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 1.72;
}

html.cnrPage_typeNarrow .p-top__news > ul > li .wBox__title > p, html.cnrPage_typeNarrow
.p-top__news > ul > li .wBox__title > h3 {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.062em;
  line-height: 1.66667;
}

.p-top__newsBtn {
  margin-top: 66px;
}

html.cnrPage_typeNarrow .p-top__newsBtn {
  margin-top: 36px;
}

.p-top__newsBtn > a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 1.181vw;
  width: 8.3525vw;
}

html.cnrPage_typeNarrow .p-top__newsBtn > a {
  height: 3.62319vw;
  width: 31.88406vw;
}

.p-top__newsBtn > a > svg {
  height: 100%;
  width: 100%;
}

.p-top__newsBtn > a > svg .a {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 1.42px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-top__newsBtn > a > svg path {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.cnrPage_typeWide .p-top__newsBtn > a:hover > svg .a {
  stroke: #988837;
}

html.cnrPage_typeWide .p-top__newsBtn > a:hover > svg path {
  fill: #988837;
}

.p-books {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.p-books .lazyload {
  opacity: 0;
  pointer-events: none;
}

.p-books .lazyloaded {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-books__img > img {
  display: block;
  height: auto;
  width: 100%;
}

.p-books__video {
  position: relative;
}

.p-books__video:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.p-books__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*html.cnrPage_typeWide {}*/
/*html.cnrPage_typeNarrow {}*/
.cnrPage_15th footer {
  background-color: #fff;
  position: relative;
}

.p-15th {
  background-color: #fff100;
}

.p-15th .lazyload {
  opacity: 0;
}

.p-15th .lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-15th__mv {
  overflow: hidden;
  height: calc(100vh - 70px);
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0;
}

html.cnrPage_typeNarrow .p-15th__mv {
  height: calc(100vh - 42px);
  top: 42px;
}

.p-15th__mv img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

.p-15th__wrap {
  background-color: rgba(255, 240, 52, 0.8);
  margin-top: calc(100vh - 70px);
  padding: 120px 60px 150px;
  position: relative;
}

html.cnrPage_typeNarrow .p-15th__wrap {
  margin-top: calc(100vh - 42px);
  padding: 50px 30px 80px;
}

.p-15th__wrap > p {
  font-size: 17.6px;
  font-size: 1.76rem;
  letter-spacing: 0.062em;
  line-height: 2.27273;
  margin: 0 auto;
  max-width: 1060px;
}

html.cnrPage_typeNarrow .p-15th__wrap > p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.062em;
  line-height: 2;
}

.p-15th__wrap > p + p {
  margin-top: 2.8em;
}

html.cnrPage_typeNarrow .p-15th__wrap > p + p {
  margin-top: 2em;
}

html.cnrPage_typeNarrow .p-15th__wrap > p br.is-pc {
  display: none;
}

.p-15th__wrap > p br.is-sp {
  display: none;
}

html.cnrPage_typeNarrow .p-15th__wrap > p br.is-sp {
  display: block;
}

.p-field {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 860px;
}

html.cnrPage_typeNarrow .p-field {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  width: 88.8%;
}

html.cnrPage_typeNarrow .p-field .inner {
  padding-top: 40px;
  padding-bottom: 10px;
}

.p-field .inner > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

html.cnrPage_typeNarrow .p-field .inner > ul {
  display: block;
}

.p-field .inner > ul > li {
  border: 1px solid #000;
  box-sizing: border-box;
  margin-bottom: 50px;
  margin-right: 3.2%;
  width: 31.2%;
}

html.cnrPage_typeNarrow .p-field .inner > ul > li {
  margin-bottom: 40px;
  margin-right: 0;
  width: 100%;
}

.p-field .inner > ul > li:nth-child(3n+0) {
  margin-right: 0;
}

.p-field__box {
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html.cnrPage_typeNarrow .p-field__box {
  padding-left: 12px;
  padding-right: 12px;
  display: block;
}

.p-field__box > div > h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
  position: relative;
  -webkit-transform: translate3d(0, -12px, 0);
          transform: translate3d(0, -12px, 0);
}

.p-field__box > div > h2:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 100%;
  width: 94.69697%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.p-field__box > div > h2 > span {
  display: block;
  position: relative;
}

.p-field__box > div > h2 > span:nth-child(1) {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}

html.cnrPage_typeNarrow .p-field__box > div > h2 > span:nth-child(1) {
  font-size: 18px;
}

.p-field__box > div > h2 > span:nth-child(2) {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}

html.cnrPage_typeNarrow .p-field__box > div > h2 > span:nth-child(2) {
  font-size: 16px;
}

.p-field__box > div > p {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0;
}

html.cnrPage_typeNarrow .p-field__box > div > p {
  font-size: 14px;
}

.p-field__box > div > p.is-en {
  line-height: 1.4;
  margin-top: 4px;
}

html.cnrPage_typeNarrow .p-field__box > div > p.is-en {
  line-height: 1.55;
}

.p-field__box > div .is-thumb {
  margin-top: 18px;
  width: 100%;
}

.p-field__box > div .is-thumb > img {
  display: block;
  height: auto;
  width: 100%;
}

.p-field__box > div .is-thumb > a {
  display: block;
}

.p-field__box > div .is-thumb > a > img {
  display: block;
  height: auto;
  width: 100%;
}

.p-field__box > div .is-thumb > p {
  font-size: 10px;
  line-height: 1.4;
  min-height: 28px;
  margin-top: 5px;
}

html.cnrPage_typeNarrow .p-field__box > div .is-thumb > p {
  font-size: 12px;
  min-height: auto;
}

@media screen and (max-width: 500px){
  .philosophy p.en{
    text-align: left !important;
  }
}
