@charset "UTF-8";
/* Scss Document */
body {
  width: 100%;
  overflow: hidden scroll; }

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

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

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

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

.menu-btn {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  position: relative; }
  @media screen and (max-width: 768px) {
    .menu-btn {
      height: 40px;
      width: 40px; } }

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  transition: all 0.5s;
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute; }

.menu-btn span:before {
  bottom: 8px; }

.menu-btn span:after {
  top: 8px; }

#menu-btn-check {
  display: none; }

#menu-btn-check:checked ~ .menu-btn {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 30px); }

#menu-btn-check:checked ~ .menu-btn span {
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/ }

#menu-btn-check:checked ~ .menu-btn span::before {
  transition: all 0.5s;
  bottom: 0;
  transform: rotate(45deg); }

#menu-btn-check:checked ~ .menu-btn span::after {
  transition: all 0.5s;
  top: 0;
  transform: rotate(-45deg); }

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: black; }

.menu-content ul {
  padding: 70px 10px 0; }
  @media screen and (max-width: 768px) {
    .menu-content ul {
      padding: 20px 0 0 2%;
      font-size: 12px;
      display: flex;
      flex-wrap: wrap; } }

.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none; }
  @media screen and (max-width: 768px) {
    .menu-content ul li {
      width: 45%;
      margin: 0 2%; } }
  .menu-content ul li:nth-child(7) {
    width: 94%;
    margin: 0 4% 0 2%; }

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative; }

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 43%; }

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: black;
  transition: all 0.5s;
  /*アニメーション設定*/ }

#menu-btn-check:checked ~ .menu-content {
  left: 0;
  /*メニューを画面内へ*/ }

main {
  font-family: acumin-pro, sans-serif;
  letter-spacing: 1px;
  color: white;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    main {
      background-image: url("/html/template/rojo/assets/img/top/sp_background.jpg");
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-attachment: fixed; } }
  main h2 {
    font-family: acumin-pro-condensed, sans-serif;
    margin: 0;
    padding: 0; }
  main section {
    margin: 0;
    padding: 0; }
  main a {
    color: white; }
  main a:hover {
    color: #7C7C7C;
    text-decoration: none; }
  main #mainvisual {
    width: 100vw;
    height: 100vh;
    text-align: center;
    background-image: url("/html/template/rojo/assets/img/common/visual.svg");
    background-color: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-size: auto 85%;
    background-position: 3% -30px;
    display: flex;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      main #mainvisual {
        background-size: auto 23%;
        background-position: 50% 11vh; } }
    main #mainvisual .copy {
      width: 100%;
      text-align: center;
      height: 460px; }
      @media screen and (max-width: 768px) {
        main #mainvisual .copy {
          height: 100vh;
          margin: 8vh 0 0; } }
      main #mainvisual .copy h1 {
        font-family: acumin-pro-condensed, sans-serif;
        margin: 80px 0 0; }
        @media screen and (max-width: 768px) {
          main #mainvisual .copy h1 {
            margin: 30vh 0 0;
            font-size: 16px; } }
      main #mainvisual .copy .bodycopy {
        margin: 80px 0 0;
        line-height: 230%; }
        @media screen and (max-width: 768px) {
          main #mainvisual .copy .bodycopy {
            margin: 48px 0 0;
            font-size: 14px;
            font-size: 13px;
            line-height: 193%; } }
    main #mainvisual .dive {
      position: absolute;
      left: 50%;
      bottom: 150px;
      margin: 0 0 0 -13px; }
      @media screen and (max-width: 768px) {
        main #mainvisual .dive {
          bottom: auto;
          top: 77vh; } }
      main #mainvisual .dive a {
        color: white; }
      main #mainvisual .dive:before {
        content: " ";
        position: absolute;
        left: 50%;
        top: 41px;
        margin: -5px;
        border-radius: 4px;
        background-color: white;
        width: 9px;
        height: 9px; }
      main #mainvisual .dive:after {
        content: " ";
        position: absolute;
        left: 49%;
        top: 41px;
        border-right: 1px solid white;
        height: 200px; }
        @media screen and (max-width: 768px) {
          main #mainvisual .dive:after {
            height: calc(23vh + 0vh); } }
  @media screen and (max-width: 768px) {
    main .ec-overlayRole {
      display: none; } }
  main #direction {
    background-color: black;
    width: 100vw;
    text-align: center;
    padding: 80px; }
    @media screen and (max-width: 768px) {
      main #direction {
        padding: 10vh 8vw; } }
    main #direction .description {
      font-size: 14px;
      margin: 40px auto 0; }
    main #direction .list {
      display: flex;
      width: 900px;
      justify-content: space-around;
      margin: 60px auto 0;
      flex-wrap: wrap; }
      main #direction .list article {
        margin: 0 0 40px; }
        @media screen and (max-width: 768px) {
          main #direction .list article {
            width: 100%; }
            main #direction .list article img {
              width: 100%; } }
        main #direction .list article h3 {
          font-size: 18px; }
        @media screen and (max-width: 768px) {
          main #direction .list article:last-child {
            margin: 0; } }
      @media screen and (max-width: 768px) {
        main #direction .list {
          width: 100%; } }
  main #newarrival {
    background-color: black;
    width: 100vw;
    text-align: center;
    padding: 0 0 80px; }
    @media screen and (max-width: 768px) {
      main #newarrival {
        padding: 10vh 6vw; } }
    main #newarrival .list {
      display: flex;
      width: 1000px;
      justify-content: space-around;
      margin: 60px auto 0;
      flex-wrap: wrap; }
      main #newarrival .list .item {
        margin: 0 0 40px; }
        main #newarrival .list .item .name {
          font-size: 16px;
          margin: 18px 0 0; }
      @media screen and (max-width: 768px) {
        main #newarrival .list {
          width: 100%; } }
  main #member {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    text-align: center;
    padding: 80px; }
    @media screen and (max-width: 768px) {
      main #member {
        padding: 10vh 6vw; } }
    main #member .list {
      display: flex;
      width: 1000px;
      justify-content: space-around;
      margin: 60px auto 0;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        main #member .list {
          margin: 8vh auto 0; } }
      main #member .list .detail {
        margin: 0 0 40px; }
        @media screen and (max-width: 768px) {
          main #member .list .detail {
            width: 46%;
            margin: 0 2% 5vh; }
            main #member .list .detail img {
              width: 100%; } }
        main #member .list .detail .name {
          font-size: 16px;
          margin: 18px 0 0; }
      @media screen and (max-width: 768px) {
        main #member .list {
          width: 100%; } }
  main #notice {
    background-color: black;
    width: 100vw;
    text-align: center;
    padding: 80px; }
    @media screen and (max-width: 768px) {
      main #notice {
        padding: 10vh 6vw; } }
    main #notice .list {
      width: 600px;
      margin: 0 auto;
      text-align: left; }
      main #notice .list article {
        margin: 40px 0 0; }
        main #notice .list article .newswrap {
          cursor: -moz-pointer;
          cursor: -webkit-pointer;
          cursor: pointer; }
          main #notice .list article .newswrap .title {
            display: flex; }
            main #notice .list article .newswrap .title .openbutton {
              padding: 20px; }
            @media screen and (max-width: 768px) {
              main #notice .list article .newswrap .title h3 {
                font-size: 5vw; } }
          main #notice .list article .newswrap .detail {
            display: none; }
      @media screen and (max-width: 768px) {
        main #notice .list {
          width: 100%; } }

nav {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 5;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    nav {
      width: 100vw;
      padding: 8px 5.5vw;
      justify-content: flex-end; } }
  @media screen and (max-width: 768px) {
    nav #cartbtn {
      width: 40px;
      height: 50px;
      padding: 10px 0 0 8px; } }
  nav #cartbtn img {
    width: 100%; }
  nav #cartbtn .ec-cartNavi {
    background-color: transparent;
    color: white;
    padding: 7px 17px 10px; }
    @media screen and (max-width: 768px) {
      nav #cartbtn .ec-cartNavi {
        padding: 0; } }
    nav #cartbtn .ec-cartNavi .ec-cartNavi__icon {
      font-size: 24px; }
    nav #cartbtn .ec-cartNavi .ec-cartNavi__badge {
      top: 2px;
      padding: 6px;
      background-color: #3A3A3A; }
      @media screen and (max-width: 768px) {
        nav #cartbtn .ec-cartNavi .ec-cartNavi__badge {
          top: -10px;
          padding: 5px; } }
  nav #cartbtn .ec-cartNaviIsset {
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    color: white; }
  nav .site-contents {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100vw;
    padding: 80px; }
    @media screen and (max-width: 768px) {
      nav .site-contents {
        padding: 5vh 8vw; } }
    nav .site-contents ul {
      list-style-type: none;
      display: flex;
      justify-content: space-evenly;
      margin: 0 0 30px;
      padding: 0; }
      @media screen and (max-width: 768px) {
        nav .site-contents ul {
          display: block;
          padding: 0; } }
      nav .site-contents ul li a {
        color: white;
        text-decoration: none; }
  nav .pagetopbtn {
    width: 40px;
    height: 54px;
    overflow: hidden;
    padding: 0 0 0 4px; }
    nav .pagetopbtn a {
      width: 40px;
      height: 40px;
      color: white;
      font-size: 36px; }
      nav .pagetopbtn a div {
        width: 40px;
        text-align: center; }

footer {
  position: relative;
  background-color: #2b2b2b;
  z-index: 3;
  text-align: center;
  padding: 80px 0 20px;
  color: white; }
  footer img {
    width: 140px; }
  footer .title {
    margin: 16px; }
  footer .copyright {
    font-size: 12px;
    margin: 40px 0 0; }

.bg-video-wrap {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh; }
  @media screen and (max-width: 768px) {
    .bg-video-wrap {
      display: none; } }
  .bg-video-wrap video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1; }

/* デフォルトテンプレートの打ち消し用 */
.ec-layoutRole {
  background-color: transparent; }
  .ec-layoutRole .ec-layoutRole__contents {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap; }
