@charset "UTF-8";
.brsp {
  display: none; }

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1110; }
  .loader:before {
    content: '';
    display: block;
    padding-top: 100%; }

.loader .circular {
  animation: rotate 2s linear infinite;
  width: 50px;
  height: 50px;
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.loader .circular .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dashloader 1.5s ease-in-out infinite;
  stroke: #000;
  stroke-linecap: round; }

@media all and (-ms-high-contrast: none) {
  .loader .circular .path {
    stroke-dasharray: 89, 200 !important;
    stroke-dashoffset: -35px !important; }

  /* IE10 */ }
@keyframes rotate {
  100% {
    transform: rotate(360deg); } }
@keyframes dashloader {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }
/* common
=================================================================== */
main {
  margin-bottom: 110px;
  position: relative;
  margin-top: 78px;
  z-index: 0;
  display: block; }
  .contents main {
    padding-top: 40px;
    margin-bottom: 57px; }
  .contents_detail main {
    padding-top: 40px;
    margin-bottom: 90px; }

.contentsSection {
  max-width: 972px;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }
  .contentsSection img {
    width: 100%;
    height: auto;
    display: block; }

.thum__category {
  font-size: 12px;
  line-height: 2.1;
  display: inline; }
  .thum__category a {
    display: inline;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    color: #585858; }
  .thum__category:hover a {
    color: #000; }

.contents__list {
  margin-right: -36px;
  margin-bottom: -30px; }
  .contents__list li {
    float: left;
    margin-right: 36px;
    margin-bottom: 20px;
    opacity: 0;
    position: relative; }
    .contents__list li.active {
      -ms-transition-duration: 0.5s;
      -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　-moz-transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
    .contents__list li.is--broken {
      opacity: 1; }
    .contents__list li:hover .thum__img img {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      opacity: .8; }
    .contents__list li .thum__img {
      margin-bottom: 8px; }
      .contents__list li .thum__img img {
        width: 100%;
        height: auto;
        display: block;
        -ms-transition-duration: 0.5s;
        -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　-moz-transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
      .contents__list li .thum__img:hover + dl .thum__name a {
        color: #000; }
    .contents__list li dl {
      position: relative; }
      .contents__list li dl .thum__name {
        font-size: 14px;
        padding-right: 45px; }
        .contents__list li dl .thum__name a {
          -ms-transition-duration: 0.5s;
          -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          -webkit-transition-duration: 0.5s;
          -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          　-moz-transition-duration: 0.5s;
          -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          　transition-duration: 0.5s;
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
      .contents__list li dl .thum__category {
        position: absolute;
        width: 65px;
        right: 0;
        text-align: right;
        top: 0;
        -ms-transition-duration: 0.5s;
        -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　-moz-transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
      .contents__list li dl .thum__title {
        font-size: 13px;
        color: #757575;
        margin-top: 2px; }
    .contents__list li.designers dl .thum__name {
      padding-right: 65px; }
    .contents__list li .contents__list--title {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 74px;
      height: auto;
      z-index: 1; }
    .contents__list li.award {
      padding-bottom: 30px;
      margin-bottom: 50px; }
      .contents__list li.award dl {
        margin-top: 13px;
        position: static; }
        .contents__list li.award dl .thum__name {
          padding-right: 0;
          line-height: 1.5; }
          .contents__list li.award dl .thum__name.link {
            padding-right: 106px;
            position: relative; }
            .col__3 .contents__list li.award dl .thum__name.link {
              padding-right: 84px; }
            .contents__list li.award dl .thum__name.link span {
              position: absolute;
              right: 0;
              top: 0; }
              .col__3 .contents__list li.award dl .thum__name.link span {
                font-size: 11px;
                line-height: 2; }
        .contents__list li.award dl .thum__note {
          font-size: 12px;
          margin-top: 5px;
          margin-bottom: 10px; }
          .contents__list li.award dl .thum__note.award--icon {
            height: 30px;
            text-indent: -9999px; }
            .contents__list li.award dl .thum__note.award--icon.award--icon--red--2 {
              background: url(../img/contents/about/awards/reddot_award/award--2.png) no-repeat left center;
              background-size: auto 100%;
              height: 55px; }
        .contents__list li.award dl .thum__text {
          margin-top: 5px;
          margin-bottom: 10px; }
      .contents__list li.award .award__link {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0; }
        .contents__list li.award .award__link a {
          -ms-transition-duration: 0.5s;
          -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          -webkit-transition-duration: 0.5s;
          -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          　-moz-transition-duration: 0.5s;
          -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          　transition-duration: 0.5s;
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  .contents__list.about li a:after {
    content: " ";
    display: block;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  .contents__list.about li:hover a:after {
    background: rgba(0, 0, 0, 0.8); }
  .contents__list.archive li .thum__img {
    border: 1px #b3b3b3 solid; }

.col__1 ul {
  margin-bottom: -30px; }
  .col__1 ul li {
    width: calc(100% - 36px);
    margin-bottom: 30px; }

.col__2 ul {
  margin-bottom: -30px; }
  .col__2 ul li {
    width: calc(50% - 36px);
    margin-bottom: 30px; }

.col__3 ul {
  margin-bottom: -20px; }
  .col__3 ul li {
    width: calc(33.3333% - 36px);
    margin-bottom: 25px; }
#top .col__3 {
  margin-bottom: 106px; }

.col__4 ul {
  margin-bottom: -20px; }
  .col__4 ul li {
    width: calc(25% - 36px); }

.col__5 ul {
  margin-bottom: -20px; }
  .col__5 ul li {
    width: calc(20% - 36px); }

.wideSection {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }
  .wideSection img {
    width: 100%;
    height: auto;
    display: block; }
  #top .wideSection {
    margin-bottom: 42px; }

.middleSection {
  max-width: 876px;
  margin: 0 auto 52px;
  overflow: hidden; }
  .middleSection img {
    width: 100%;
    height: auto;
    display: block; }

.smallSection {
  max-width: 806px;
  margin: 0 auto; }
  .smallSection img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px; }
  .smallSection a {
    display: inline;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.youtube__under {
	overflow:hidden;
	}

h2.contents__title {
  margin: 0 auto 56px; }
  h2.contents__title img {
    display: block;
    width: auto;
    height: 32px;
    margin: 0 auto; }

/* detail common
=================================================================== */
.detail__container {
  margin-bottom: 94px; }
  .detail__container .detail__title {
    text-align: center;
    font-size: 26px;
    margin: 0 auto 35px;
	/* 180611 追加分 - font-weight */
	font-weight: normal; }
    .detail__container .detail__title span {
      display: block;
      font-size: 14px; }
  .detail__container .wideSection {
    margin-bottom: 74px; }
  .detail__container .detail__lead {
    font-size: 16px; }
  .detail__container .detail__info {
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
    padding: 24px 0;
    margin: 30px 0;
    font-size: 14px; }
    .detail__container .detail__info li {
      margin-bottom: 20px; }
      .detail__container .detail__info li dl {
        position: relative;
        margin-bottom: 0; }
        .detail__container .detail__info li dl dt {
          position: absolute;
          top: 0;
          left: 0;
          width: 74px;
          font-weight: normal;
          font-size: 14px; }
        .detail__container .detail__info li dl dd {
          position: relative;
          margin-left: 74px; }
      .detail__container .detail__info li:last-child {
        margin-bottom: 0; }
  .detail__container .contentsSection, .detail__container .smallSection {
    margin-bottom: 64px; }
  .detail__container .smallSection:last-of-type {
    margin-bottom: 44px; }
  .detail__container h2, .detail__container h3, .detail__container h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px; }
    .detail__container h2 span, .detail__container h3 span, .detail__container h4 span {
      display: block;
      -ms-transition-duration: 0.5s;
      -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　-moz-transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      margin-bottom: 64px; }
  .detail__container p {
    margin-bottom: 2em; }
    .detail__container p:last-of-type {
      margin-bottom: 0; }
    .detail__container p.note {
      text-align: right;
      font-size: 85%; }
  .detail__container .section__image {
    margin-right: -36px;
    margin-top: 16px;
    margin-bottom: 36px; }
    .detail__container .section__image li {
      margin-right: 36px;
      width: calc(50% - 36px);
      float: left; }
  .detail__container dl {
    margin-bottom: 36px; }
    .detail__container dl dt {
      font-size: 17px;
      font-weight: bold;
      margin-bottom: 5px; }
  .detail__container .detail__share {
    text-align: center; }
    .detail__container .detail__share li {
      display: inline-block;
      -ms-transition-duration: 0.5s;
      -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　-moz-transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      width: 34px;
      margin: 0 7px; }
      .detail__container .detail__share li a img {
        width: 100%;
        height: auto;
        display: block; }
      .detail__container .detail__share li:hover {
        opacity: 0.7; }

.related__title {
  width: 165px;
  margin: 0 auto 34px; }
  .related__title img {
    width: 100%;
    height: auto;
    display: block; }
  .related__title.archive {
    width: 79px; }

.contents__link {
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　-moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  width: 100px;
  font-size: 16px;
  margin: 25px auto 0;
  text-align: center; }
  .contents__link a {
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
    .contents__link a:hover {
      color: #000; }

.profile__section {
  min-height: 230px;
  position: relative; }
  .profile__section dl dt {
    position: absolute;
    width: 230px;
    left: 0;
    top: 0; }
  .profile__section dl dd {
    margin-left: 266px;
    margin-bottom: 30px; }
  .profile__section .profile__section__detail {
    margin-left: 266px; }

/* detail アクセシビリティ追記0906
=================================================================== */
.large__image {
  margin: 0 -83px 64px; }

@media only screen and (max-width: 1002px) {
  .large__image {
    margin: 0 0 51px; } }
@media only screen and (max-width: 767px) {
  .large__image {
    margin: 0 0 25px; } }
/* detail アクセシビリティ追記1003
=================================================================== */
.detail__container h2.caption__section {
  text-align: center;
  margin-bottom: 22px; }
  .detail__container h2.caption__section span.title__image {
    width: 340px;
    margin: 0 auto 20px; }
    .detail__container h2.caption__section span.title__image img {
      margin-bottom: 0; }

/* header
=================================================================== */
header {
  /*height: 78px;*/
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  background: #fff; }
  header .contentsSection {
    height: 78px;
    overflow: inherit;
    z-index: 1; }
  header .header__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.28);
    display: none; }
  header .brandlogo {
    width: 109px;
    position: absolute;
    top: 30px;
    left: 0;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  header h1, header .header__slogan {
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    width: 255px;
    height: 100%;
    margin: 0 auto;
    /*padding-top: 29px; 190722修正 */ }
    header .header__slogan a {
      height: 100%; }
  header .nav__icon {
    position: absolute;
    right: -26px;
    top: 0;
    cursor: pointer;
    height: 78px;
    width: 78px;
border: 0;	/*181219追加*/
background: none;}
    header .nav__icon:hover span {
      width: 22px; }
      header .nav__icon:hover span:after, header .nav__icon:hover span:before {
        width: 32px;
        left: -5px; }
    header .nav__icon span {
      display: block;
      width: 26px;
      height: 1px;
      position: absolute;
      background: #000;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -ms-transition-duration: 0.2s;
      -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　-moz-transition-duration: 0.2s;
      -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
      header .nav__icon span:before, header .nav__icon span:after {
        content: " ";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        background: #000;
        -ms-transition-duration: 0.2s;
        -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transition-duration: 0.2s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　-moz-transition-duration: 0.2s;
        -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
      header .nav__icon span:before {
        top: -8px; }
      header .nav__icon span:after {
        top: 8px; }
    .active header .nav__icon {
      opacity: 0;
      pointer-events: none; }
  header nav {
    position: fixed;
    width: 800px;
    height: 100%;
    background: rgba(0,0,0,0.99);
    z-index: 100;
    left: 0;
    top: 0;
    transform: translateX(3000px);
    -webkit-transform: translateX(3000px); }
    header nav .nav__icon--active {
      cursor: pointer;
      height: 78px;
      width: 78px;
      background: #000;
      position: absolute;
      left: -78px;
      top: 0;
      display: block; }
      header nav .nav__icon--active:before, header nav .nav__icon--active:after {
        content: " ";
        display: block;
        position: absolute;
        width: 26px;
        height: 1px;
        background: #fff;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      header nav .nav__icon--active:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      header nav .nav__icon--active:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
    header nav .nav__container {
      position: relative;
      height: 100%;
      width: 240px; }
      header nav .nav__container .nav__container--inner {
        min-height: 508px;
        height: 100%;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0; }
    header nav .nav__container--contents {
      width: 87px;
      height: 458px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
      header nav .nav__container--contents .nav__menu > li {
        margin-bottom: 27px; }
        header nav .nav__container--contents .nav__menu > li > a {
          -ms-transition-duration: 0.5s;
          -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          -webkit-transition-duration: 0.5s;
          -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          　-moz-transition-duration: 0.5s;
          -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          　transition-duration: 0.5s;
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          height: 27px;
          display: inline-block;
			opacity: 0.6;  }
          header nav .nav__container--contents .nav__menu > li > a img {
            width: auto;
            height: 19px;}
          header nav .nav__container--contents .nav__menu > li > a:hover {
            opacity: 1.0; }
        header nav .nav__container--contents .nav__menu > li:nth-child(3) ul {
          margin-top: 15px; }
          header nav .nav__container--contents .nav__menu > li:nth-child(3) ul li {
            margin-bottom: 9px; }
            header nav .nav__container--contents .nav__menu > li:nth-child(3) ul li a {
              -ms-transition-duration: 0.5s;
              -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
              -webkit-transition-duration: 0.5s;
              -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
              　-moz-transition-duration: 0.5s;
              -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
              　transition-duration: 0.5s;
              transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
              height: 23px;
              display: inline-block;
			opacity: 0.6;  }
              header nav .nav__container--contents .nav__menu > li:nth-child(3) ul li a img {
                height: 15px;
                width: auto;}
              header nav .nav__container--contents .nav__menu > li:nth-child(3) ul li a:hover {
                opacity: 1.0; }
            header nav .nav__container--contents .nav__menu > li:nth-child(3) ul li.selected > a {
            	opacity: 1.0;
            /*  border-bottom: 1px #fff solid; */}
        header nav .nav__container--contents .nav__menu > li.selected > a {
            	opacity: 1.0;
          /* border-bottom: 1px #fff solid; */}
      header nav .nav__container--contents .nav__lang {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0; }
        header nav .nav__container--contents .nav__lang li {
          float: left;
          -ms-transition-duration: 0.5s;
          -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          -webkit-transition-duration: 0.5s;
          -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          　-moz-transition-duration: 0.5s;
          -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          　transition-duration: 0.5s;
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          width: 19px;
          height: 22px;
          margin-right: 20px;
          cursor: pointer;
          opacity: 0.6; }
          header nav .nav__container--contents .nav__lang li:hover {
            opacity: 1; }
          header nav .nav__container--contents .nav__lang li.selected {
            opacity: 1;
            pointer-events: none;
            border-bottom: 1px #fff solid; }
          header nav .nav__container--contents .nav__lang li.coming {
            opacity: 0.3;
            pointer-events: none; }

/* breadcrumb
=================================================================== */
.breadcrumb {
  margin-bottom: 17px; }
  .breadcrumb ul li {
    font-size: 12px;
    float: left;
    color: #757575;
    background: url(../img/common/breadcrumb__arrow.png) no-repeat left 3px;
    background-size: 6px auto;
    padding-left: 22px;
    margin-right: 18px;
    line-height: 1.2; }
    .breadcrumb ul li a {
      color: #000; }
    .breadcrumb ul li:first-child {
      padding-left: 0;
      background: none; }

/* footer
=================================================================== */
footer {
  position: relative;
  border-top: 1px #aeaeae solid;
  padding: 48px 0 62px; }
  footer .footer__top {
    width: 129px;
    position: absolute;
    left: 0;
    top: 48px;}
footer .footer__top a {
          opacity: 0.6;
        -ms-transition-duration: 0.5s;
        -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　-moz-transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);  }
footer .footer__top a:hover {
          opacity: 1.0; }
  footer .footer__nav {
    margin-left: 194px;
    height: 97px;
    background: url(../img/common/footer/footer__line.gif) repeat-y right top;
    background-size: 1px auto;
    width: 322px; }
    footer .footer__nav > ul > li {
      float: left;
      height: 13px;
      margin-right: 40px; }
      footer .footer__nav > ul > li > a {
        height: 100%;
		opacity: 0.6;
        -ms-transition-duration: 0.5s;
        -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　-moz-transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
        footer .footer__nav > ul > li > a img {
          height: 100%;
          width: auto;}
        footer .footer__nav > ul > li > a:hover {
          opacity: 1.0; }
      footer .footer__nav > ul > li:nth-child(3) {
        margin-right: 0; }
      footer .footer__nav > ul > li ul {
        margin-top: 19px;
        width: 160px;
        margin-right: -20px; }
        footer .footer__nav > ul > li ul li {
          float: left;
          width: 60px;
          height: 12px;
          margin-right: 20px;
          margin-bottom: 15px; }
          footer .footer__nav > ul > li ul li a {
            height: 100%;
		opacity: 0.6;
            -ms-transition-duration: 0.5s;
            -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            -webkit-transition-duration: 0.5s;
            -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            　-moz-transition-duration: 0.5s;
            -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            　transition-duration: 0.5s;
            transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
            footer .footer__nav > ul > li ul li a img {
              height: 100%;
              width: auto; }
            footer .footer__nav > ul > li ul li a:hover {
              opacity: 1.0; }
  footer .footer__link {
    position: absolute;
    width: 420px;
    right: 0;
    top: 48px; }
    footer .footer__link li {
      margin-right: 23px;
      height: 15px; /*13px*/
      -ms-transition-duration: 0.5s;
      -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　-moz-transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      margin-bottom: 18px; }
      footer .footer__link li:last-child {
        margin-bottom: 2px; }		
      footer .footer__link li a {
        display: inline-block;
      /*    padding-right: 13px; */
      /*  background: url(../img/common/footer/window.png) no-repeat right 1px;
        background-size: 7px auto; */
        height: 100%; }
        footer .footer__link li a {
          opacity: 0.6;
        -ms-transition-duration: 0.5s;
        -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　-moz-transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);  }
        footer .footer__link li a:hover  {
          opacity: 1.0; }
        footer .footer__link li a img {
          width: auto;
          height: 100%; }
      footer .footer__link li:hover {
        opacity: 1.0; }
  footer .page_top {
    position: absolute;
    width: 16px;
    height: 15px;
    border-bottom: 1px #000 solid;
    cursor: pointer;
    right: 0;
    top: 48px;
    opacity: 0.6;
        -ms-transition-duration: 0.5s;
        -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　-moz-transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);}
  footer .page_top:hover {
        opacity: 1.0; }
    footer .page_top img {
      width: 14px;
      height: auto;
      margin: 0 auto; }
	  
  footer .copyright {
	float:left;
    font-size: 9px;
    position: absolute;
    bottom: 63px;
    left: 0;
    line-height: 1;
    color: #585858; }
		  
  footer ul.container_links {
	float:right;
	margin-bottom: -45px;
	text-align: right;
	font-size: 10px;
    display:table;
    table-layout:fixed;
    width:230px;
    padding-bottom: 40px; }

  footer ul.container_links li {
    display:table-cell;
    vertical-align:middle;
    border-left:1px solid black; }

  footer ul.container_links li:first-child {
    border:none;
	padding-right:10px;   }  

  footer ul.container_links li a {
    display:block;
    text-decoration:none; }
	
/* 180228 追加分
=================================================================== */

  footer .footer__link > ul {
	float:left; } 
	
	
/* 20180525 */		
		footer #cookie_link {
			margin-top: 63px; }	/* /// */
	  

/* top
=================================================================== */
@keyframes animedash {
  0% {
    stroke-dasharray: 1, 188;
    stroke-dashoffset: 0; }
  80% {
    stroke-dasharray: 94, 188;
    stroke-dashoffset: 0; }
  100% {
    stroke-dasharray: 188, 188;
    stroke-dashoffset: -188px; } }
.top__section .top__splash {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/common/splash--logo.png) no-repeat center center #fff;
  background-size: 302px auto;
  opacity: 0; }
.top__section .top__image {
  position: relative;
  margin-bottom: 17px;
  z-index: 0;
}
  .top__section .top__image li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    opacity: 1; }
    .top__section .top__image li img {
      position: absolute;
      -ms-transition-duration: 0.5s;
      -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　-moz-transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
      .top__section .top__image li img:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02); }
    .top__section .top__image li:first-child {
      position: relative;
      display: block; }
  .top__section .top__image:hover + .thum__text .thum__name a {
    color: #000; }
.top__section .thum__text {
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　-moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  padding-right: 120px;
  /**overflow: hidden;**/
  height: 29px;
  position: relative; }
  .top__section .thum__text li {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
    .top__section .thum__text li dl {
      display: inline-block; }
      .top__section .thum__text li dl dt, .top__section .thum__text li dl dd {
        transform: translateY(40px);
        -webkit-transform: translateY(40px); }
  .top__section .thum__text .thum__name {
    font-size: 15px;
    float: left;
    margin-right: 1em;
    line-height: 29px; }
  .top__section .thum__text .thum__category {
    line-height: 30px;
    /**display: inline-block;**/ }
.top__section .loop {
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　-moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 130px;
  height: 30px;
  padding-right: 40px;
  text-align: right; }
  .top__section .loop ul li {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #8c8c8c;
    border-radius: 3px;
    margin: 0 4px;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    cursor: pointer; }
    .top__section .loop ul button.active li, .top__section .loop ul li:hover {
      background: #000; }
    .top__section .loop ul li.active {
      pointer-events: none; }
  .top__section .loop .loop__btn {
    width: 30px;
    height: 30px;
    border: 1px #dbdbdb solid;
    border-radius: 15px;
    position: absolute;
    right: 0;
    top: -2px;
    background: url(../img/contents/top/icon__stop.png) no-repeat center center;
    background-size: 7px auto; 
    cursor: pointer; }
    .top__section .loop .loop__btn.active {
      background: url(../img/contents/top/icon__play.png) no-repeat center center;
      background-size: 7px auto;  }
/*181101追加*/
    .top__section .loop .loop__btn img {
      position: absolute;
      top: -2px;
		left: -2px;}

    .top__section .loop .loop__btn svg {
      position: absolute;
      top: -2px;
      left: -2px;
      width: 34px;
      height: 34px;
      z-index: 1;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg); }
      .top__section .loop .loop__btn svg .path {
        fill: none; }
      @media all and (-ms-high-contrast: none) {
        .top__section .loop .loop__btn svg {
          /* IE10 */ }
          .top__section .loop .loop__btn svg .path {
            stroke-dasharray: 94, 188 !important;
            stroke-dashoffset: 0 !important; } }
    .top__section .loop .loop__btn.loadanime.active .path {
      animation-play-state: paused; }
    .top__section .loop .loop__btn.loadanime .path {
      stroke-dasharray: 1, 188;
      stroke-dashoffset: 0;
      animation: animedash 5.8s ease-in-out;
      stroke-linecap: round;
      stroke-width: 1;
      stroke: #585858; }
    @media all and (-ms-high-contrast: none) {
      .top__section .loop .loop__btn.loadanime {
        /* IE10 */ }
        .top__section .loop .loop__btn.loadanime .path {
          stroke-dasharray: 94, 188 !important;
          stroke-dashoffset: 0 !important; } }

.news__section {
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　-moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  #about_news .news__section {
    margin-bottom: 63px; }
  .news__section h2 {
    width: 67px;
    margin: 0 auto 43px; }
  .news__section .news__head {
    text-align: center;
    width: 102px;
    border-bottom: 1px #000 solid;
    font-size: 19px;
    margin: 0 auto 68px;
    padding-bottom: 5px;
    font-weight: 400;
    letter-spacing: 0.04em; }
  .news__section ul {
    margin-bottom: 34px; }
    .news__section ul li {
      position: relative;
      margin-bottom: 20px; }
      .news__section ul li:last-child {
        margin-bottom: 0; }
      .news__section ul li dt {
        position: absolute;
        width: 118px;
        top: 0;
        left: 0;
        font-size: 14px;
        color: #757575; }
      .news__section ul li dd {
        margin-left: 118px;
        font-size: 17px;
        line-height: 1.5; }
        .news__section ul li dd a {
          -ms-transition-duration: 0.5s;
          -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          -webkit-transition-duration: 0.5s;
          -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          　-moz-transition-duration: 0.5s;
          -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          　transition-duration: 0.5s;
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

html {
  overflow-y: scroll; }

body.active {
  overflow: hidden; }

/* About us
=================================================================== */
/*↓190702追加*/

.video_dsn{
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom: 70px;
}
.video_dsn iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}	
/*↑190702追加*/

.about__list {
  margin-bottom: 78px; }
  .about__list li {
 /* background: url(../img/contents/about/message.jpg) no-repeat center center; */
    background-size: 100% auto;
    height: 0;
    padding-top: 36%;
    margin-bottom: 58px;
    position: relative; }
    .about__list li a {
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .about__list li a img.txt_img { /*180906修正*/
        position: absolute;
        height: 30.1px;
        width: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
		background-color: rgba(0,0,0,0.5);
    	box-shadow: 0px 0px 24px 12px rgba(0,0,0,0.5);}
      .about__list li a:after {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.39);
        -ms-transition-duration: 0.5s;
        -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　-moz-transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
      .about__list li a:hover:after {
        background: rgba(0, 0, 0, 0.64); }
    .about__list li:nth-child(2) {
   /* background: url(../img/contents/about/offices.jpg) no-repeat center center;　*/
      background-size: 100% auto; }
    .about__list li:nth-child(3) {
   /* background: url(../img/contents/about/awards.jpg) no-repeat center center;　*/
      background-size: 100% auto; }
    .about__list li:nth-child(4) {
   /* background: url(../img/contents/about/history.jpg) no-repeat center center;　*/
      background-size: 100% auto; }

/* About us - Offices
=================================================================== */
.offices__map {
  background: #000;
  margin-bottom: 64px; }
  .offices__map .offices__map--inner {
    /*padding-top: 62.5%;*/
    position: relative; }
    .offices__map .offices__map--inner.map2 {
      /*background: url(../img/contents/about/offices/map.jpg) no-repeat center center;*/
      background-size: 100% auto; }
  .offices__map #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .offices__map ul li {
    position: absolute;
    width: 124px;
    cursor: pointer; }
    .offices__map ul li.pin__hk {
      bottom: 45.8%;
      left: 38.5%;
      z-index: 1;}
    .offices__map ul li.pin__jp {
      bottom: 52.8%;
      left: 44.9%;
      z-index: 1; }
    .offices__map ul li.pin__kl {
      bottom: 36.6%;
      left: 35.9%;
      z-index: 1; }
    .offices__map ul li.pin__ld {
      bottom: 64.1%;
      left: 6.9%;
      z-index: 1; }
    .offices__map ul li.pin__na {
      bottom: 54.2%;
      left: 85.9%;
      z-index: 1; }
    .offices__map ul li.pin__sh {
      bottom: 49.1%;
      left: 40.8%;
      z-index: 1; }
    .offices__map ul li.pin__sv {
      bottom: 53.0%;
      left: 71.9%;
      z-index: 1; }

.offices__contents {
  margin-bottom: 92px; }
  .offices__contents h2 {
    font-size: 19px;
    margin-bottom: 16px; }
  .offices__contents .offices__main {
    margin-bottom: 36px; }
  .offices__contents dl {
    position: relative;
    margin-bottom: 30px; }
    .offices__contents dl dt {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 19px; }
    .offices__contents dl dd {
      margin-left: 166px;
      font-size: 16px; }
  .offices__contents .offices__photo {
    margin-left: 166px;
    margin-right: -36px; }
    .offices__contents .offices__photo li {
      width: calc(33.3333% - 36px);
      margin-right: 36px;
      float: left; }

/* About us - Message
=================================================================== */
.message__main {
  margin-bottom: 100px; }
  .message__main .message__head {
    width: 438px;
    margin: 64px auto 46px; }
  .message__main .message__text p {
    font-size: 1rem;
    margin-bottom: 2em;
    line-height: 2.1;
    text-align: center;}

.message__philosophy .message__philosophy--head {
  width: 280px;
    margin: 56px auto;}
.message__philosophy .message__philosophy--head img{margin: 0;}
.message__philosophy .message__philosophy--text {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.1;
  margin-bottom: 6.6em; }
.message__philosophy .message__philosophy--list {
  margin-right: -84px; }
  .message__philosophy .message__philosophy--list > li {
    float: left;
    width: calc(50% - 84px - 1em);
    margin-right: 84px;
    margin-bottom: 60px;
    text-indent: -1em;
    margin-left: 1em; }
    .message__philosophy .message__philosophy--list > li dl dt {
      font-size: 20px; }
    .message__philosophy .message__philosophy--list > li dl > dd {
      font-size: 16px;
      line-height: 1.6; }
      .message__philosophy .message__philosophy--list > li dl > dd > ul > li {
        margin-bottom: 15px; }
        .message__philosophy .message__philosophy--list > li dl > dd > ul > li:last-child {
          margin-bottom: 0; }

/* About us - Awards
=================================================================== */
.awards__topics {
  margin-top: 65px; }
  .awards__topics .awards__topics--image {
    width: calc(50% - 18px);
    float: left; }
  .awards__topics .awards__topics--contents {
    width: calc(50% - 18px);
    float: right; }
    .awards__topics .awards__topics--contents dl {
      margin-bottom: 5px; }
      .awards__topics .awards__topics--contents dl dt {
        font-size: 19px;
        margin-bottom: 8px; }
    .awards__topics .awards__topics--contents .awards__topics--category {
      font-size: 13px; }
    .awards__topics .awards__topics--contents ul {
      position: absolute;
      left: auto;
      bottom: 0; }
      .awards__topics .awards__topics--contents ul li {
        float: left;
        margin-right: 30px;
        height: 65px; }
        .awards__topics .awards__topics--contents ul li img {
          vertical-align: middle;
          height: 100%;
          width: auto; }

.awards__list {
  margin-bottom: 80px;
  margin-top: 50px; }
  .awards__list > ul {
    margin-right: -36px; }
    .awards__list > ul > li {
      float: left;
      width: calc(50% - 36px);
      margin-right: 36px;
      border-bottom: 1px #aeaeae solid;
      margin-bottom: 27px; }
      .awards__list > ul > li dl {
        position: relative;
        height: 154px;
        border-bottom: 1px #aeaeae dashed; }
        .awards__list > ul > li dl dt {
          width: auto;
          height: 100px;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
          .awards__list > ul > li dl dt img {
            height: 100%;
            width: auto; }
        .awards__list > ul > li dl dd {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-36%);
          transform: translateY(-36%);
          text-align: right;
          font-size: 19px;
          letter-spacing: 0.04em; }
          .awards__list > ul > li dl dd span {
            display: block;
            font-size: 13px; }
      .awards__list > ul > li ul {
        line-height: 60px; }
        .awards__list > ul > li ul li {
          float: left;
          margin-right: 30px;
          font-size: 24px; }
          .awards__list > ul > li ul li a {
            -ms-transition-duration: 0.5s;
            -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            -webkit-transition-duration: 0.5s;
            -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            　-moz-transition-duration: 0.5s;
            -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            　transition-duration: 0.5s;
            transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
			.awards__list .awards__list--year clearfix {
				display: block;
				float: left; }

.award__title {
  margin: 0 auto 40px;
  text-align: center;
  height: 74px; }
  .award__title .award__title--image {
    height: 100%;
    width: auto;
    vertical-align: middle;
    margin-right: 28px; }
  .award__title span {
    display: inline-block;
    padding-top: 21px;
    padding-left: 30px;
    border-left: 1px #ebebeb solid;
    vertical-align: middle;
    height: 100%; }
    .award__title span img {
      height: 32px;
      width: auto; }

.award__main {
  margin-bottom: 65px; }
  .award__main .award {
    margin-bottom: 30px;
    position: relative; }
  .award__main .award__main--text {
    position: relative;
    min-height: 150px; }
    .award__main .award__main--text dl {
      /*position: absolute;*/
      left: 0;
      top: 0;
      width: 300px;
	  /* 180306 追加分 */
	  float:left; }
      .award__main .award__main--text dl dt {
        font-size: 19px;
        line-height: 1.6;
        margin-bottom: 10px; }
        .award__main .award__main--text dl dt a {
          -ms-transition-duration: 0.5s;
          -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          -webkit-transition-duration: 0.5s;
          -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          　-moz-transition-duration: 0.5s;
          -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          　transition-duration: 0.5s;
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
      .award__main .award__main--text dl dd a {
        -ms-transition-duration: 0.5s;
        -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　-moz-transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
      .award__main .award__main--text dl dd.link a {
        margin-bottom: 0; }
      .award__main .award__main--text dl dd.award__link, .award__main .award__main--text dl dd.thum__name {
        float: left;
        margin-right: 20px;
        margin-top: 14px; }
      .award__main .award__main--text dl dd.award--icon {
        height: 30px;
        text-indent: -9999px;
        background: url(../img/contents/about/awards/gooddesign/award--2.png) no-repeat left center;
        background-size: auto 100%; }
        .award__main .award__main--text dl dd.award--icon.award--icon2 {
          background: url(../img/contents/about/awards/gooddesign/award--3.png) no-repeat left center;
          background-size: auto 100%; }
        .award__main .award__main--text dl dd.award--icon.award--icon--red {
          background: url(../img/contents/about/awards/reddot_award/award.png) no-repeat left center;
          background-size: auto 100%;
          height: 70px; }
        .award__main .award__main--text dl dd.award--icon.award--icon--red--2 {
          background: url(../img/contents/about/awards/reddot_award/award--2.png) no-repeat left center;
          background-size: auto 100%;
          height: 70px; }
    .award__main .award__main--text p {
      margin-left: 336px;
      font-size: 16px; }

.award__thum {
  margin-bottom: 52px; }

/* 180306 追加分
=================================================================== */

      .award__main .award__main--text dl dd.iaud--icon {
        height: 110px;
        text-indent: -9999px;
        background: url(../img/contents/about/awards/iaud_award/award--1.jpg) no-repeat left center;
        background-size: auto 100%; }
      .award__main .award__main--text dl dd.iaud--icon.iaud--icon--2 {
        background: url(../img/contents/about/awards/iaud_award/award--2.jpg) no-repeat left center;
        background-size: auto 100%; }
		
      .award__main .award__main--text dl dd.ifdesign--icon {
        height: 70px;
        text-indent: -9999px;
        background: url(../img/contents/about/awards/ifdesign_award/award--1.png) no-repeat left center;
        background-size: auto 100%; }
		
      .contents__list li.award dl .thum__note.iaud--icon.iaud--icon--3 {
        height: 110px;
        text-indent: -9999px;
        background: url(../img/contents/about/awards/iaud_award/award--3.jpg) no-repeat left center;
        background-size: auto 100%; }

      .contents__list li.award dl .thum__name.thum__name--iaud {
		height: 3em; }

/* 180611 追加分
=================================================================== */

.awards__archive {
	overflow: hidden;
}
/* 
=================================================================== */  
  
  

/* About us - History
=================================================================== */
.history__section {
  margin-bottom: 66px; }
  .history__section .history__top {
    font-size: 17px;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 40px;
    line-height: 2.1; }
  .history__section .history__list p a {
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　-moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    　transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.04em; }

.history__hero--img {
  margin-bottom: 64px; }

.history__detail {
  margin-bottom: 150px; }

.hisotry__image {
  margin-bottom: 75px; }

.history__age {
  margin-bottom: 60px; }
  .history__age ul {
    width: 630px;
	/* 180323 追加分 heightのみ */
	height: 40px;
    margin: 0 auto; }
    .history__age ul li {
      float: left;
      font-weight: 400;
      letter-spacing: 0.04em;
      font-size: 19px;
      margin: 0 12px;
      padding-bottom: 5px;
      text-align: center;
      width: 102px; }
      .history__age ul li a {
        -ms-transition-duration: 0.5s;
        -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　-moz-transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        color: #000; }
        .history__age ul li a:hover {
          color: #585858; }
      .history__age ul li.selected {
        border-bottom: 1px solid #000;
        pointer-events: none; }

.history__link {
  font-size: 19px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 80px; }
  .history__link ul li {
    border-bottom: 1px solid #adadad;
    height: 45px; }
    .history__link ul li a {
      -ms-transition-duration: 0.5s;
      -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　-moz-transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.history__contents {
  margin-bottom: 70px;
  letter-spacing: 0.04em; }
  .history__contents:last-of-type {
    margin-bottom: 0; }
  .history__contents h2 {
    font-size: 19px;
    padding-left: 68px;
    position: relative;
    margin-bottom: 13px; }
    .history__contents h2 span {
      width: 68px;
      position: absolute;
      left: 0;
      top: 0; }
    .history__contents h2 small {
      font-size: 14px;
      margin-left: 10px; }
  .history__contents .history__contents--container {
    min-height: 400px;
    position: relative; }
    .history__contents .history__contents--container .history__contents--image {
      position: absolute;
      width: 300px;
      left: 0;
      top: 6px; }
      .history__contents .history__contents--container .history__contents--image > img {
        width: 100%;
        height: auto;
        display: block;
        border: 1px #f1f1f1 solid; }
      .history__contents .history__contents--container .history__contents--image dl {
        /* padding-top: 16px; */
        position: relative; }
        .history__contents .history__contents--container .history__contents--image dl.history__contents--name dt {
          float: none; }
        .history__contents .history__contents--container .history__contents--image dl.history__contents--name dd {
          float: none;
          margin-top: 6px;
          display: block; }
        .history__contents .history__contents--container .history__contents--image dl dt {
          width: 124px;
          float: left; }
          .history__contents .history__contents--container .history__contents--image dl dt img {
            width: 100%;
            height: auto; }
        .history__contents .history__contents--container .history__contents--image dl dd {
          float: right;
          font-size: 12px;
          line-height: 1.4;
          padding-top: 0.3em; }
        .history__contents .history__contents--container .history__contents--image dl.prize__if dt {
          width: 42px; }		  
        .history__contents .history__contents--container .history__contents--image dl.prize__if dd {
          padding-top: 1.3em; }
        .history__contents .history__contents--container .history__contents--image dl.prize__idea dt {
          width: 68px; }
        .history__contents .history__contents--container .history__contents--image dl.prize__idea dd {
          padding-top: 1.3em; }
        .history__contents .history__contents--container .history__contents--image dl.prize__moma dt {
          width: 65px; }
    .history__contents .history__contents--container .history__contents--text {
      margin-left: 336px; }
      .history__contents .history__contents--container .history__contents--text dt {
        font-weight: bold;
        margin-bottom: 6px; }
      .history__contents .history__contents--container .history__contents--text dd {
        text-align: justify;
        line-height: 1.7; }
    .history__contents .history__contents--container.double__prize {
      min-height: 400px; }



/* 180525 policy-page 追加分
=================================================================== */
.policy-page{
	font-family: 'Open Sans', 'Open Sans Condensed', sans-serif;
	word-wrap: break-word;
}
.policy-page richtext .section{
    font-size: 14px;
    line-height: 1.834;
}
.policy-page #sections {
    padding-top: 55px;
}
.policy-page .linkcolorDarkBlue a {
	color: #0041C0 ;
	font-weight: bold;
	display:inline;
}
.policy-page .container {
    max-width: 976px;
    margin: 0 auto;
    padding: 0 5px 60px;
    position: relative;
}
.policy-page ul, .policy-page ol {
    margin-left: 2em;
	margin-top: 15px;
}
.policy-page li {
    list-style: outside disc;
	}
.policy-page .pagesection {
    width: 95%;
}
.policy-page h2 .header1 {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
}
.policy-page h3 .header3 {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
}
.policy-page h4 .header4 {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}
.policy-page h5 .header5 {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.policy-page .separateline{
    max-width: 976px;
	width: 95%;
    margin: 0 auto 65px;
	border-bottom: 1px #aeaeae solid;	
}
.richtext.section p, .basic-page .richtext.section ul, .basic-page .richtext.section ol, .basic-page .richtext.section > div, .intitle {
    margin-top: 15px;
}


/* 180528 term-of-use 追加分
=================================================================== */
.horizontal li {
    margin-top: 0;
    display: inline-block;
    margin-right: 15px;
}
.richtext.section ol li {
    list-style: outside decimal;
}
#Linkingdots li {
    list-style: outside disc;
}

.seemorecontents-panel {
	padding-bottom: 20px;
}

.seemorecontents-panel .upper-roman ol li{
	list-style-type: upper-roman;
}

.seemorecontents-list {
    margin: 0 auto;
    text-align: center;
    padding: 25px 0 40px;
    position: relative;
}
.seemorecontents-list.column-1 > .col {
    width: 100%;
	text-align: left;
}
.seemorecontents-list:after {
    content: "";
    display: table;
    height: 0;
    clear: both;
}

.seemorecontents-btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.seemorecontents-btn.button {
    display: inline-block;
    border: 1px solid #cecece;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    background-color: #f2f2f2;
    background: linear-gradient(#ffffff, #f2f2f2);
    height: 36px;
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    color: #222222;
}
.seemorecontents-btn.button a {
    color: #222222;
}
.seemorecontents-btn.button.lightgrey {
    background: #DEDEDE;
    background: linear-gradient(#f5f5f5, #c8c8c8);
    color: #1f1f1f;
    border: none;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	width: 200px;
    margin: 0px -100px;
}
.seemorecontents-btn.button:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.seemorecontents-btn.button:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 7px;
    vertical-align: middle;
}
.seemorecontents-btn.showedAll .close {
    display: inline-block;
}

/*
.button {
    text-align:center;
    padding:10px;
    color:#fff;
    background:#03A9F4;
    width:200px;
}
.close {
    background:#666;
}
*/

/* 180718 designers/ikegaya 追加分
=================================================================== */

  .detail__container .section__image.ike {
    margin-right: -36px;
    margin-top: 16px;
    margin-bottom: 1px; }
  .smallSection.ike2 img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 18px; }
  .smallSection.ike3 img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1px; }
@media only screen and (max-width: 767px) {
  .detail__container .section__image.ike {
    margin-right: 1px;
    margin-top: 16px;
    margin-bottom: 1px; } }


/* 181022 hamburger button 追加分
=================================================================== */

header .nav__icon {
    border-color: #fff;
}

header nav .nav__icon--active {
    border-color:  #000;
}

/* 181105 スライド切り替えボタン button 追加分
=================================================================== */

 .loop button {
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgb(255, 255, 255);
    border-style: none;
    border-width: 0px;
    padding: 10px 0px 1px;
	margin: 0px 2px;
    color: #fff;
    background-color: #fff;
}

/* 190318 top splash表示分　追記
=================================================================== */

img#splash {
	z-index: 1;
	background: #FFF;
	-ms-animation: fadeinout 5s ease-in-out 1;
	-moz-animation: fadeinout 5s ease-in-out 1;
	-webkit-animation: fadeinout 5s ease-in-out 1;
	animation: fadeinout 5s ease-in-out 1;
      -ms-transition-duration: 0.5s;
      -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　-moz-transition-duration: 0.5s;
      -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      　transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
/*  pointer-events: none; */
}
@-ms-keyframes fadeinout {
	0% {
		opacity :1;
	}
	25%{
		opacity :1;
	}
	50%{
		opacity :0.75;
	}
	75%{
		opacity :0.5;
	}
	100% {
		opacity:0;
		display: none;
	}
}
@-moz-keyframes fadeinout {
	0% {
		opacity :1;
	}
	25%{
		opacity :1;
	}
	50%{
		opacity :0.75;
	}
	75%{
		opacity :0.5;
	}
	100% {
		opacity:0;
		display: none;
	}
}
@-webkit-keyframes fadeinout {
	0% {
		opacity :1;
	}
	25%{
		opacity :1;
	}
	50%{
		opacity :0.75;
	}
	75%{
		opacity :0.5;
	}
	100% {
		opacity:0;
		display: none;
	}
}
@keyframes fadeinout {
	0% {
		opacity :1;
	}
	25%{
		opacity :1;
	}
	50%{
		opacity :0.75;
	}
	75%{
		opacity :0.5;
	}
	100% {
		opacity:0;
		display: none;
	}
}


#splash_txt {
	background: #FFF;
	-ms-animation: fadein 5s ease-in-out 1;
	-moz-animation: fadein 5s ease-in-out 1;
	-webkit-animation: fadein 5s ease-in-out 1;
	animation: fadein 5s ease-in-out 1;
}
@-ms-keyframes fadein {
	0% {
		opacity :0;
	}
	25%{
		opacity :0;
	}
	50%{
		opacity :0.25;
	}
	75%{
		opacity :0.5;
	}
	100% {
		opacity:1;
	}
}
@-moz-keyframes fadein {
	0% {
		opacity :0;
	}
	25%{
		opacity :0;
	}
	50%{
		opacity :0.25;
	}
	75%{
		opacity :0.5;
	}
	100% {
		opacity:1;
	}
}
@-webkit-keyframes fadein {
	0% {
		opacity :0;
	}
	25%{
		opacity :0;
	}
	50%{
		opacity :0.25;
	}
	75%{
		opacity :0.5;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadein {
	0% {
		opacity :0;
	}
	25%{
		opacity :0;
	}
	50%{
		opacity :0.25;
	}
	75%{
		opacity :0.5;
	}
	100% {
		opacity:1;
	}
}


/* 190404 見出しマークアップ修正分　追記
=================================================================== */


h1.contents__title {
  margin: 0 auto 56px; }
h1.contents__title img {
    display: block;
    width: auto;
    height: 32px;
    margin: 0 auto; }

