@charset "UTF-8";
#firstview {
  height: 100vh;
  background-color: #333; }
  #firstview::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  #firstview .view {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
    overflow: hidden; }
  #firstview .overlay {
    position: absolute;
    top: 12.7%;
    right: 7.6666666667%;
    display: flex;
    flex-flow: row-reverse;
    color: #FFF;
    z-index: 5; }
    #firstview .overlay .txt01 {
      display: inline-block;
      text-align: left;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 3.25em;
      line-height: 1em;
      letter-spacing: 0.180em;
      padding-right: 0.7em;
      padding-left: 1.14em;
      position: relative;
      -webkit-transition: color 2s 1s;
      -moz-transition: color 2s 1s;
      transition: color 2s 1s;
      color: rgba(255, 255, 255, 0); }
      #firstview .overlay .txt01::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 0%;
        border-right: 1px solid #FFF;
        -webkit-transition: height 2s;
        -moz-transition: height 2s;
        transition: height 2s; }
      #firstview .overlay .txt01 .small {
        font-size: 0.7692307692em;
        display: inline-block; }
    #firstview .overlay .txt02 {
      display: inline-block;
      text-align: left;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 1.0625em;
      line-height: 2.1176470588em;
      letter-spacing: 0.280em;
      padding-top: 3.7647058824em;
      position: relative; }
      #firstview .overlay .txt02 p {
        color: rgba(255, 255, 255, 0); }
        #firstview .overlay .txt02 p:nth-child(1) {
          -webkit-transition: color 2s 2s;
          -moz-transition: color 2s 2s;
          transition: color 2s 2s; }
        #firstview .overlay .txt02 p:nth-child(2) {
          -webkit-transition: color 2s 2.3s;
          -moz-transition: color 2s 2.3s;
          transition: color 2s 2.3s; }
        #firstview .overlay .txt02 p:nth-child(3) {
          -webkit-transition: color 2s 2.6s;
          -moz-transition: color 2s 2.6s;
          transition: color 2s 2.6s; }
        #firstview .overlay .txt02 p:nth-child(4) {
          -webkit-transition: color 2s 2.9s;
          -moz-transition: color 2s 2.9s;
          transition: color 2s 2.9s; }
        #firstview .overlay .txt02 p:nth-child(5) {
          -webkit-transition: color 2s 3.2s;
          -moz-transition: color 2s 3.2s;
          transition: color 2s 3.2s; }
      #firstview .overlay .txt02::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0%;
        border-top: 1px solid #FFF;
        -webkit-transition: width 2s 2s;
        -moz-transition: width 2s 2s;
        transition: width 2s 2s; }
  #firstview .slide_dots {
    position: absolute;
    bottom: 1.5em;
    right: 3.125em;
    z-index: 15; }
  #firstview .scroll {
    position: absolute;
    left: 1.75em;
    bottom: 0;
    z-index: 15; }
    #firstview .scroll a {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      #firstview .scroll a:active, #firstview .scroll a:hover {
        filter: alpha(opacity=60);
        -webkit-opacity: 0.6;
        -moz-opacity: 0.6;
        opacity: 0.6; }
      #firstview .scroll a .txt {
        font-size: 1.0625em;
        line-height: 1em;
        letter-spacing: 0.280em;
        display: inline-block;
        text-align: left;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        color: #FFF; }
      #firstview .scroll a .bar {
        display: block;
        width: 1px;
        height: 5.625em;
        position: relative;
        overflow: hidden;
        margin-top: 1.625em;
        z-index: 1; }
        #firstview .scroll a .bar::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #FFF;
          animation: scroll_bar 3s linear infinite; }
@keyframes scroll_bar {
  0% {
    top: -110%; }
  100% {
    top: 110%; } }
  @media screen and (max-width: 767px) {
    #firstview .overlay {
      top: 50%;
      right: 50%;
      transform: translate(50%, -50%); }
    #firstview .slide_dots {
      font-size: 1.3em;
      position: absolute;
      bottom: 1.3392857143em;
      right: 50%;
      transform: translateX(50%); }
    #firstview .scroll {
      display: none; } }

body.loaded #firstview .view .dark {
  opacity: 0; }
body.loaded #firstview .view .overlay .txt01 {
  color: #FFF; }
  body.loaded #firstview .view .overlay .txt01::before {
    height: 100%; }
body.loaded #firstview .view .overlay .txt02 p {
  color: #FFF; }
body.loaded #firstview .view .overlay .txt02::before {
  width: 100%; }

#story {
  background-color: #fafafa;
  padding-top: 8.4375em;
  padding-bottom: 10em; }
  #story h3.type1 {
    text-align: right;
    padding-right: 5.5em; }
  #story .txt01 {
    font-size: 1.125em;
    line-height: 2em;
    letter-spacing: 0.280em;
    margin-top: 3.3333333333em;
    margin-left: 9%;
    margin-right: 3em; }
  @media screen and (max-width: 767px) {
    #story {
      padding-top: 4.4642857143em;
      padding-bottom: 6.25em; }
      #story h3.type1 {
        padding-right: 0; }
      #story .txt01 {
        font-size: 1.125em;
        line-height: 2em;
        margin-top: 1.7857142857em;
        margin-left: 0; } }

#carbon {
  padding-top: 10em;
  padding-bottom: 5.625em; }
  #carbon h3.type1 {
    text-align: right;
    padding-right: 5.5em; }
  #carbon .txt01 {
    margin-top: 1.875em;
    margin-left: 9%; }
  @media screen and (max-width: 767px) {
    #carbon {
      padding-top: 4.4642857143em;
      padding-bottom: 3.5714285714em;
      padding-left: 0; }
      #carbon h3.type1 {
        padding-right: 0; }
      #carbon .txt01 {
        margin: 0 2.1428571429em;
        margin-top: 1.0714285714em; } }

#bamboo {
  padding-top: 10em;
  padding-bottom: 5.625em; }
  #bamboo h3.type1 {
    text-align: right;
    padding-right: 5.5em; }
  #bamboo .txt01 {
    margin-top: 1.875em;
    margin-left: 9%; }
  @media screen and (max-width: 767px) {
    #bamboo {
      padding-top: 4.4642857143em;
      padding-bottom: 3.5714285714em;
      padding-left: 0; }
      #bamboo h3.type1 {
        padding-right: 0; }
      #bamboo .txt01 {
        margin: 0 2.1428571429em;
        margin-top: 1.0714285714em; } }

section.product {
  background-color: #fafafa;
  padding-top: 5.625em;
  padding-bottom: 22.5em; }
  section.product .items {
    margin-left: auto;
    margin-right: 1.875em;
    margin-bottom: 4.0625em;
    text-align: right;
    letter-spacing: -0.5em; }
    section.product .items li {
      display: inline-block;
      width: 8em;
      letter-spacing: 0.280em;
      text-align: left; }
      section.product .items li a {
        cursor: pointer;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        section.product .items li a:active, section.product .items li a:hover {
          filter: alpha(opacity=60);
          -webkit-opacity: 0.6;
          -moz-opacity: 0.6;
          opacity: 0.6; }
  section.product .productlist {
    display: flex;
    flex-wrap: wrap; }
    section.product .productlist .p_item {
      width: 50%;
      padding: 0.9375em;
      box-sizing: border-box; }
      section.product .productlist .p_item:nth-child(2n) {
        transform: translateY(6.25em); }
      section.product .productlist .p_item .p_item_inner {
        position: relative;
        line-height: 0; }
      section.product .productlist .p_item .p_name {
        position: absolute;
        bottom: 1.25em;
        right: 1.5625em;
        z-index: 5;
        text-align: right;
        line-height: 2em; }
        section.product .productlist .p_item .p_name::before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          height: 0;
          width: 5.875em;
          margin-right: 1.25em;
          border-bottom: 1px solid #000;
          -webkit-transition: border-color 0.3s;
          -moz-transition: border-color 0.3s;
          transition: border-color 0.3s; }
      section.product .productlist .p_item.lbox .p_item_inner {
        cursor: pointer;
        color: #000; }
        section.product .productlist .p_item.lbox .p_item_inner::before {
          content: "";
          z-index: 1;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-transition: background-color 0.3s;
          -moz-transition: background-color 0.3s;
          transition: background-color 0.3s; }
        section.product .productlist .p_item.lbox .p_item_inner .p_name {
          -webkit-transition: color 0.3s;
          -moz-transition: color 0.3s;
          transition: color 0.3s; }
        section.product .productlist .p_item.lbox .p_item_inner:active::before, section.product .productlist .p_item.lbox .p_item_inner:hover::before {
          background-color: rgba(0, 0, 0, 0.6); }
        section.product .productlist .p_item.lbox .p_item_inner:active .p_name, section.product .productlist .p_item.lbox .p_item_inner:hover .p_name {
          color: #FFF; }
          section.product .productlist .p_item.lbox .p_item_inner:active .p_name::before, section.product .productlist .p_item.lbox .p_item_inner:hover .p_name::before {
            border-color: #FFF; }
  @media screen and (max-width: 767px) {
    section.product {
      padding-left: 0 !important; }
      section.product h3.type1 {
        text-align: right; }
      section.product .items {
        width: 29.0178571429em;
        margin-left: auto;
        margin-right: auto; }
        section.product .items li {
          width: 7.2321428571em; }
      section.product .productlist {
        width: 29.8214285714em;
        margin-left: auto;
        margin-right: auto; }
        section.product .productlist .p_item {
          padding: 0.4017857143em; }
          section.product .productlist .p_item:nth-child(2n) {
            transform: translateY(2.9910714286em); }
          section.product .productlist .p_item .p_name {
            font-size: 0.65em;
            letter-spacing: 0.15em; } }

#contact {
  padding-top: 8.125em;
  padding-bottom: 11.25em; }
  #contact .cbase {
    padding: 0 6.6666666667%; }
  #contact h3.type1 {
    text-align: right; }
  #contact .buttons {
    display: flex;
    justify-content: flex-end; }
    #contact .buttons a {
      display: block;
      padding-left: 5.625em;
      position: relative;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      #contact .buttons a:not(:last-child) {
        margin-right: 9.0625em; }
      #contact .buttons a .en {
        font-size: 2.5em;
        line-height: 1em;
        letter-spacing: 0.280em; }
      #contact .buttons a .jp {
        line-height: 1em;
        margin-top: 2em; }
      #contact .buttons a .icon {
        position: absolute;
        top: 50%;
        left: 1.875em;
        transform: translate(-50%, -50%);
        width: 1.875em;
        height: 1.875em;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s; }
        #contact .buttons a .icon::before, #contact .buttons a .icon::after {
          content: "";
          display: block;
          width: 100%;
          height: 0;
          border-bottom: 1px solid #000;
          position: absolute;
          top: 50%;
          left: 50%; }
        #contact .buttons a .icon::before {
          transform: translate(-50%, -50%); }
        #contact .buttons a .icon::after {
          transform: translate(-50%, -50%) rotate(90deg); }
      #contact .buttons a:active, #contact .buttons a:hover {
        opacity: 0.6; }
        #contact .buttons a:active .icon, #contact .buttons a:hover .icon {
          transform: translate(-50%, -50%) rotate(180deg); }
  @media screen and (max-width: 767px) {
    #contact {
      padding-top: 4.4642857143em;
      padding-bottom: 6.9642857143em; }
      #contact .buttons {
        flex-direction: column;
        margin-top: 6.9642857143em; }
        #contact .buttons a:not(:last-child) {
          margin-right: 0;
          margin-bottom: 5.1339285714em; } }

#lboxDialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(255, 255, 255, 0.9); }
  #lboxDialog .ld_inner {
    background-color: #000;
    color: #FFF;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100em;
    max-width: 90%;
    min-height: 90%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    overflow: auto; }
  #lboxDialog .close {
    position: absolute;
    top: 3.3125em;
    right: 3.75em;
    width: 3.375em;
    height: 3.375em;
    transform: translate(50%, -50%);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
    z-index: 10; }
    #lboxDialog .close:active, #lboxDialog .close:hover {
      filter: alpha(opacity=60);
      -webkit-opacity: 0.6;
      -moz-opacity: 0.6;
      opacity: 0.6; }
    #lboxDialog .close::before, #lboxDialog .close::after {
      content: "";
      display: block;
      width: 100%;
      height: 0;
      border-bottom: 1px solid #FFF;
      position: absolute;
      top: 50%;
      left: 50%; }
    #lboxDialog .close::before {
      transform: translate(-50%, -50%) rotate(45deg); }
    #lboxDialog .close::after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  #lboxDialog .contents {
    display: flex;
    width: 100%;
    margin: auto 0;
    padding: 6.875em 3.125em;
    padding-left: 5em; }
    #lboxDialog .contents .area_l {
      width: 25%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    #lboxDialog .contents .area_r {
      flex-grow: 1;
      width: 0; }
    #lboxDialog .contents .top .p_name {
      font-size: 1.875em;
      line-height: 1.5em;
      letter-spacing: 0.280em;
      margin-bottom: 1.6666666667em; }
    #lboxDialog .contents .top .p_color {
      font-size: 1.4em;
      line-height: 1.5em;
      letter-spacing: 0.15em; }
      #lboxDialog .contents .top .p_color small {
        display: block;
        font-size: 0.6153846154em;
        letter-spacing: 0.280em;
        line-height: 1.5em; }
    #lboxDialog .contents .bottom {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      margin-right: auto; }
      #lboxDialog .contents .bottom .count {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.875em;
        line-height: 1em;
        letter-spacing: 0.080em; }
        #lboxDialog .contents .bottom .count .now {
          padding: 1em 0; }
        #lboxDialog .contents .bottom .count .total {
          border-top: 1px solid #FFF;
          padding: 1em 0; }
      #lboxDialog .contents .bottom .navi .arrow {
        cursor: pointer;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        #lboxDialog .contents .bottom .navi .arrow:active, #lboxDialog .contents .bottom .navi .arrow:hover {
          filter: alpha(opacity=60);
          -webkit-opacity: 0.6;
          -moz-opacity: 0.6;
          opacity: 0.6; }
    #lboxDialog .contents .slider {
      position: relative; }
      #lboxDialog .contents .slider::before {
        content: "";
        display: block;
        padding-top: 59.0476190476%; }
      #lboxDialog .contents .slider .site-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    #lboxDialog .contents .slide_dots {
      padding: 1.875em 0;
      justify-content: center; }
    #lboxDialog .contents .caption {
      line-height: 2.325em;
      letter-spacing: 0; }
  @media screen and (max-width: 767px) {
    #lboxDialog .ld_inner {
      width: 100%;
      height: 100%;
      max-width: 100%;
      transform: translate(-50%, -50%); }
    #lboxDialog .contents {
      display: block;
      padding: 2.0535714286em;
      box-sizing: border-box;
      max-height: 100%;
      overflow-y: auto; }
      #lboxDialog .contents .area_l {
        width: 100%; }
      #lboxDialog .contents .area_r {
        width: 100%; }
      #lboxDialog .contents .top {
        margin-bottom: 2.6785714286em; }
        #lboxDialog .contents .top .p_color {
          font-size: 1.6em;
          display: flex;
          align-items: center; }
          #lboxDialog .contents .top .p_color small {
            font-size: 0.6153846154em;
            margin-right: 1em; }
      #lboxDialog .contents .bottom {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: auto;
        justify-content: center;
        margin-top: 2.6785714286em; }
        #lboxDialog .contents .bottom .arrow {
          padding: 0.8928571429em; }
        #lboxDialog .contents .bottom .prev {
          margin-right: 4.4642857143em; }
        #lboxDialog .contents .bottom .next {
          margin-left: 4.4642857143em; }
      #lboxDialog .contents .slide_dots {
        padding: 2.2321428571em 0; } }

body.browserIE #lboxDialog .ld_inner {
  min-height: inherit; }

.lboxItems {
  display: none; }

.lbox_product_detail_info {
  letter-spacing: 0.180em;
  margin-top: 2em; }
  .lbox_product_detail_info dl {
    display: inline-flex;
    white-space: nowrap;
    margin-right: 2em; }
    .lbox_product_detail_info dl dt {
      display: inline-block; }
      .lbox_product_detail_info dl dt::after {
        content: "："; }
    .lbox_product_detail_info dl dd {
      display: inline-block; }
  @media screen and (max-width: 767px) {
    .lbox_product_detail_info dl {
      display: flex; }
      .lbox_product_detail_info dl dt {
        margin-right: 1em; } }

.lbox_product_detail_price {
  letter-spacing: 0.180em;
  margin-top: 1em; }
