@charset "UTF-8";
/* ====================================================================================

    THEMA INFO

==================================================================================== */
/*
Theme Name: Russeluno_Brand_Thema_V2
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
*/
/* ====================================================================================

    IMPORT

==================================================================================== */
/* ==================================================================================== 

    MIXIN

==================================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
@import url("https://use.typekit.net/pwu6ext.css");
/* ====================================================================================

    R E S E T

==================================================================================== */
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video, picture {
  display: block;
  margin: 0;
  padding: 0; }

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.cf {
  min-height: 1px; }

* {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px; }

body {
  max-height: 100%; }

.hidden {
  height: 100vh;
  overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2; }

p {
  text-align: justify;
  line-height: 1.8;
  font-weight: 300; }

a {
  text-decoration: none; }

img,
iframe {
  vertical-align: bottom;
  max-width: 100%; }

#wrapper {
  font-family: "Open Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  line-height: 1;
  position: relative;
  overflow: hidden; }

.sp {
  display: none !important; }

.flex,
.flex-all {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex; }

.between {
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between; }

.vertical {
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */ }

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.flex-bot {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.btn-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  font-family: "Open Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.tr {
  text-align: right; }

.tc {
  text-align: center; }
  .tc p {
    text-align: center; }

.min {
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.re {
  position: relative; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px; }

.content {
  padding-top: 65px;
  padding-bottom: 65px; }

.contentHight {
  padding-top: 180px;
  padding-bottom: 180px; }

.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 1240px;
  max-width: 100%; }

.inner1530 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 1570px;
  max-width: 100%; }

.pb0 {
  padding-bottom: 0; }

.half {
  width: 50%; }

.f16 {
  font-size: 16px;
  font-size: 1.6rem; }

/* ====================================================================================

    HEADER

==================================================================================== */
#common-header {
  padding: 30px 20px 20px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background: rgba(255, 255, 255, 0.6); }
  #common-header.page-header {
    opacity: 0;
    z-index: -1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }

.title-h1 {
  width: 11.80851%;
  position: relative;
  z-index: 1; }

/* ====================================================================================

    NAV

==================================================================================== */
#common-nav {
  width: 62.55319%; }
  #common-nav ul {
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -webkit-box-pack: justify;
    /*Android4.3*/
    -moz-box-pack: justify;
    /*Firefox21*/
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-justify-content: space-between;
    /*PC-Safari,iOS8.4*/
    justify-content: space-between; }
    #common-nav ul li a {
      color: #000;
      font-weight: 600;
      font-size: 18px;
      font-size: 1.8rem; }

.sns-nav {
  width: 9.04255%;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  position: relative;
  -webkit-transform: translateY(6px);
  transform: translateY(6px); }

#nav-torigger {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 22px;
  z-index: 101;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  #nav-torigger span {
    display: block;
    background: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all 0.5s ease; }
    #nav-torigger span:nth-of-type(1) {
      top: 0; }
    #nav-torigger span:nth-of-type(2) {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    #nav-torigger span:nth-of-type(3) {
      bottom: 0; }
  #nav-torigger.active span:nth-of-type(1) {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    transform: translate(0, 10px) rotate(45deg); }
  #nav-torigger.active span:nth-of-type(2) {
    opacity: 0; }
  #nav-torigger.active span:nth-of-type(3) {
    -webkit-transform: translate(0, -10px) rotate(-45deg);
    transform: translate(0, -10px) rotate(-45deg); }

/* ====================================================================================

    SIDE

==================================================================================== */
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #ff00ff;
  z-index: 1000; }

#load-before {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 900px;
  max-width: 100%; }
  #load-before p {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    width: 130px;
    font-size: 2rem;
    font-family: HelveticaNeue-CondensedBold, sans-serif;
    letter-spacing: 2px; }

#loader {
  width: 900px;
  max-width: 100%;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #000;
  z-index: 2; }
  #loader:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(assets/img/op-item01.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation-name: op;
    animation-duration: 11.5s;
    animation-timing-function: steps(5, jump-start);
    animation-iteration-count: 1;
    animation-fill-mode: both;
    z-index: 1; }

.op-text-box {
  width: 67.26058%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 150%);
  transform: translate(-50%, 150%);
  z-index: 2;
  -moz-animation-name: gameover;
  -moz-animation-duration: 3s;
  -moz-animation-timing-function: steps(12, jump-start);
  -moz-animation-delay: 10.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  animation-name: gameover;
  animation-duration: 3s;
  animation-timing-function: steps(12, jump-start);
  animation-delay: 10.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both; }

.op-choise {
  margin: 7% 0;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  .op-choise li {
    margin: 0 5%; }
    .op-choise li a,
    .op-choise li button {
      width: 100%; }
      @media only screen and (min-width: 769px) {
        .op-choise li a:hover,
        .op-choise li button:hover {
          opacity: 0.7; } }

.op-yes {
  width: 21.52318%; }

.op-no {
  width: 14.56954%; }

@keyframes gameover {
  0% {
    -webkit-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%); }
  25% {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }
  50% {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }
  75% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

/* ====================================================================================

    FOOTER

==================================================================================== */
.copy {
  padding-right: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  z-index: 100; }
  .copy small {
    font-size: 10px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 2px; }

/* ====================================================================================

	COMMON

==================================================================================== */
.contentBox {
  width: 100%;
  height: 100vh; }

.nestContent {
  padding: 25% 30px 5% 30px;
  cursor: pointer;
  position: relative;
  transition: background .5s ease; }
  .nestContent a {
    display: block; }
  .nestContent.active {
    cursor: default; }
  .nestContent .typo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px); }
    .nestContent .typo .cls-1 {
      transition: all 0.5s ease; }

.activeContent {
  opacity: 0;
  display: none;
  position: relative;
  z-index: 1; }

.return {
  margin: 8% auto 0;
  display: block;
  width: 4.79167%;
  cursor: pointer; }

.returnSvg {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 1.6px; }

.title-h3 {
  margin-bottom: 40px;
  text-align: center;
  color: #fff; }

/* ====================================================================================

	TOP

==================================================================================== */
.topSlider {
  height: 100%; }
  .topSlider * {
    height: 100%; }
  .topSlider li img {
    width: 100%; }

#content02 {
  background: #b4b4b5; }
  #content02 .returnSvg {
    stroke: #b4b4b5; }
  #content02 .cls-4 {
    fill: #ee5500; }
  #content02.active {
    background: #ee5500; }
    #content02.active .cls-1 {
      fill: #FF19A5; }
    #content02.active .cls-2 {
      fill: #d72e21; }
    #content02.active .cls-3 {
      fill: #265314; }
    #content02.active .cls-4 {
      fill: #b4b4b5; }
    #content02.active .cls-5 {
      fill: #b4b4b5; }

#content03 {
  background: #6a2839; }
  #content03 .returnSvg {
    stroke: #6a2839; }
  #content03.active {
    background: #fff; }
  #content03.nestContent {
    padding-left: 0;
    padding-right: 0; }

#content04 {
  background: #6700AE; }
  #content04 .returnSvg {
    stroke: #6700AE; }
  #content04 .cls-1 {
    fill: #FF6410; }
  #content04.active {
    background: #FF6410; }
    #content04.active .cls-1 {
      fill: #6700AE; }

#content05 {
  background: #b6a168; }
  #content05 .returnSvg {
    stroke: #b6a168; }
  #content05 .cls-1 {
    fill: #B6A168; }
  #content05.active {
    background: #B6A168; }
    #content05.active .cls-1 {
      fill: #000; }

#content06 {
  padding-left: 0;
  padding-right: 0;
  background: #ffff00; }
  #content06 .returnSvg {
    stroke: #C20000; }
  #content06 .cls-1 {
    fill: #00e1c1; }
  #content06.active {
    background: #00e1c1;
    background: url(assets/img/bg-shop.png) no-repeat top, #00e1c1;
    background-size: 100% auto; }
    #content06.active .cls-1 {
      fill: #ffff00; }
    #content06.active .typo .shop-item {
      opacity: 0; }

.side-inner {
  padding-left: 30px;
  padding-right: 30px; }

.brand-text1 {
  margin: 0 auto 5%;
  width: 79.6875%; }
  .brand-text1 p {
    font-size: 1.6vw;
    line-height: 3;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    color: #FF19A5;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
    .brand-text1 p strong {
      font-size: 2.4vw; }
      .brand-text1 p strong span {
        margin-right: -1%; }

.brand-text2 {
  margin: 0 auto;
  width: 79.6875%; }
  .brand-text2 p {
    font-size: 1.4vw;
    line-height: 2.6;
    font-family: pressio-condensed, sans-serif;
    color: #FF19A5;
    text-align: left;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }

.top-look {
  width: 47.08333%; }
  .top-look a {
    display: block;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .top-look a img {
        transition: all 0.5s ease; }
      .top-look a:hover img {
        opacity: 0.8;
        -webkit-transform: scale(1.05);
        transform: scale(1.05); } }
  .top-look p {
    margin-top: 30px;
    font-family: pressio-condensed, sans-serif;
    font-size: 30px;
    font-size: 3rem;
    color: #00AC54;
    text-align: center; }

.garage-wrapper {
  background: #fff;
  height: 500px; }

#rucha {
  pointer-events: none; }
  #rucha ul li {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
    #rucha ul li img {
      max-width: none; }
    #rucha ul li.def {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #rucha ul li.first {
      height: 470px; }
    #rucha ul li.s3 {
      width: 535px;
      left: calc(50% + 10px);
      top: calc(50% + 3px); }
    #rucha ul li.s4 {
      width: 565px;
      top: calc(50% + 3px); }
    #rucha ul li.s5 {
      width: 584px;
      top: calc(50% + 10px); }
    #rucha ul li.s6 {
      width: 636px;
      top: calc(50% + 4px);
      left: calc(50% + 22px); }
    #rucha ul li.s7 {
      width: 695px;
      top: calc(50% - 30px);
      left: calc(50% + 50px); }
    #rucha ul li.s8 {
      width: 718px;
      top: calc(50% - 60px);
      left: calc(50% + 50px); }
    #rucha ul li.s9 {
      width: 705px;
      top: calc(50% - 90px);
      left: calc(50% + 50px); }
    #rucha ul li.on {
      opacity: 1; }
    #rucha ul li.w46 {
      width: 46%; }
    #rucha ul li.w48 {
      width: 48%; }
    #rucha ul li.w49 {
      width: 49%; }
    #rucha ul li.w50 {
      width: 50%; }
    #rucha ul li.w55 {
      width: 55%; }
    #rucha ul li.w60 {
      width: 60%; }
    #rucha ul li.w62 {
      width: 62%; }
    #rucha ul li.t37 {
      top: 37%; }
    #rucha ul li.t38 {
      top: 38%; }
    #rucha ul li.t42 {
      top: 42%; }
    #rucha ul li.t46 {
      top: 46%; }
    #rucha ul li.t51 {
      top: 51%; }
    #rucha ul li.l52 {
      left: 52%; }
    #rucha ul li.l54 {
      left: 54%; }

/* ====================================================================================

	PAGE

==================================================================================== */
.bg-grey {
  background: #B4B4B5; }

.page-wrapper {
  padding-bottom: 4.375%; }
  .page-wrapper img {
    width: 100%; }
  .page-wrapper h2 {
    margin-bottom: 100px;
    padding: 20px 30px 0; }

.lookHoverEff {
  display: inline-block;
  position: relative; }
  .lookHoverEff:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  @media only screen and (min-width: 768px) {
    .lookHoverEff:after {
      transition: all 0.5s ease; }
    .lookHoverEff:hover:after {
      opacity: 1; } }

.look-box {
  margin-bottom: 6.25%; }
  .look-box .w48 {
    width: 48.5%; }

.half {
  width: 50%; }

.look-ab {
  position: absolute; }

.white-space {
  padding: 12px;
  display: inline-block;
  background: #fff; }

.look-box1 .look-left {
  text-align: right; }
  .look-box1 .look-left img {
    width: 79.58333%; }

.look-box1 .look-right {
  width: 48.95833%; }
  .look-box1 .look-right .look-right-flex {
    margin-bottom: 2.12766%;
    margin-left: auto;
    width: 79.25532%; }
  .look-box1 .look-right .look-right-bot {
    width: 79.14894%; }

.look-box2 .look-left {
  width: 39.79167%; }
  .look-box2 .look-left .look-left-flex {
    margin-top: 2.96736%; }

.look-box2 .look-right {
  width: 59.0625%; }

.look-box3 {
  margin-bottom: 1.04167%;
  text-align: center; }
  .look-box3 img {
    width: 79.6875%; }

.look-box4 {
  position: relative; }
  .look-box4 .look-left {
    padding-top: 19.5%;
    width: 59.58333%; }
    .look-box4 .look-left .look-ab1 {
      top: 10%;
      left: 5.5%;
      width: 31.81818%;
      z-index: 1; }
  .look-box4 .look-right {
    width: 40.5%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
    .look-box4 .look-right .look-top {
      margin-left: -4.5%;
      width: 104.5%; }
    .look-box4 .look-right .look-bot {
      margin-top: 2.55754%;
      margin-left: auto;
      width: 71.61125%; }

.look-box5 {
  margin-left: auto;
  width: 74.89583%; }
  .look-box5 .look-ab1 {
    width: 39.1516%;
    bottom: 0;
    left: -14%;
    z-index: 1; }

.look-box6 .look-left {
  width: 29.27083%;
  text-align: right; }
  .look-box6 .look-left img {
    width: 65.30249%; }

.look-box6 .look-right {
  width: 69.6875%; }
  .look-box6 .look-right .look-top {
    margin-bottom: 8.96861%; }
    .look-box6 .look-right .look-top li:nth-of-type(1) {
      width: 27.429%; }
    .look-box6 .look-right .look-top li:nth-of-type(2) {
      width: 26.68161%; }
    .look-box6 .look-right .look-top li:nth-of-type(3) {
      width: 42.75037%; }

.look-box7 {
  margin-bottom: 2.86458%; }
  .look-box7 .look-left .look-bot {
    margin-top: 2.08333%;
    margin-left: auto;
    width: 79.58333%; }
  .look-box7 .look-right {
    text-align: center; }
    .look-box7 .look-right img {
      width: 79.58333%; }
  .look-box7 .w48 {
    width: 48%; }

.look-box8 {
  margin-bottom: 1.04167%; }
  .look-box8 .look-left {
    width: 38.75%; }
  .look-box8 .look-right {
    width: 60.15625%; }
    .look-box8 .look-right .look-top {
      margin-bottom: 10.99567%;
      width: 70.82251%; }
    .look-box8 .look-right .look-bot {
      width: 49.09091%; }
    .look-box8 .look-right .look-ab1 {
      display: -webkit-box;
      /*Android4.3*/
      display: -moz-box;
      /*Firefox21*/
      display: -ms-flexbox;
      /*IE10*/
      display: -webkit-flex;
      /*PC-Safari,iOS8.4*/
      display: flex;
      width: 49.17749%;
      right: 0;
      bottom: 18.5%; }

.look-box9 {
  padding-bottom: 22.5%; }
  .look-box9 .look-main {
    margin-left: auto;
    width: 34.58333%; }
  .look-box9 .look-ab {
    left: 10%; }
  .look-box9 .look-ab1 {
    width: 21.09375%;
    top: -8.5%;
    z-index: 2; }
  .look-box9 .look-ab2 {
    width: 64.89583%;
    bottom: 0;
    z-index: 1; }

.look-box10 {
  margin-bottom: 1.04167%; }
  .look-box10 .look-left {
    padding-top: 10.41667%;
    width: 54.0625%; }
  .look-box10 .look-right {
    padding-right: 5.20833%;
    width: 45%; }
    .look-box10 .look-right .look-top {
      margin-bottom: 2.6178%; }

.look-box11 {
  padding-top: 27.5%; }
  .look-box11 .look-main {
    margin-left: auto;
    margin-right: 5.05208%;
    width: 77.60417%; }
  .look-box11 .look-ab1 {
    width: 29.6875%;
    top: 0;
    left: 17%;
    z-index: 1; }

.back-to-top {
  text-align: center; }
  .back-to-top a {
    display: inline-block;
    width: 92px; }
  .back-to-top svg {
    stroke: #00AC54; }

.shop-wrap {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between; }
  .shop-wrap.col-1 {
    margin: 0 auto;
    margin-bottom: 100px;
    width: 71.66667%; }
  .shop-wrap.col-2 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .shop-wrap.col-2 .shop-box {
      margin-bottom: 100px;
      width: 40.83333%; }

.shop-box {
  color: #fff;
  text-align: center;
  letter-spacing: 1px; }
  .shop-box h1 {
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
    font-family: HelveticaNeue-CondensedBold, sans-serif;
    letter-spacing: 2px; }
  .shop-box .shop-img {
    margin-bottom: 20px;
    position: relative; }
  .shop-box p {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
    color: #ffff00; }
  .shop-box .tel_link {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ffff00; }
  .shop-box .times {
    margin-top: 25px;
    font-size: 16px;
    font-size: 1.6rem; }

.recruit-btn {
  text-align: center; }
  .recruit-btn a {
    padding: 6px 24px;
    background: #C20100;
    border-radius: 15px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    border: 1px solid #C20100;
    color: #fff;
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .recruit-btn a {
        transition: all 0.5s ease; }
        .recruit-btn a:hover {
          color: #C20100;
          background: #fff; } }

.partners-wrap {
  padding-left: 50px;
  padding-right: 50px;
  color: #fff; }
  .partners-wrap h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px; }

.partners-table {
  width: 100%;
  border: 1px solid #fff;
  background: #0072C1; }
  .partners-table tr {
    border-bottom: 1px solid #fff; }
    .partners-table tr:last-child {
      border-bottom: none; }
    .partners-table tr th,
    .partners-table tr td {
      padding: 18px;
      line-height: 1.4; }
    .partners-table tr th {
      padding-left: 70px;
      width: 30.06536%;
      font-size: 20px;
      font-size: 2rem; }
      .partners-table tr th small {
        font-size: 14px;
        font-size: 1.4rem;
        display: block; }
    .partners-table tr td {
      font-size: 14px;
      font-size: 1.4rem; }
      .partners-table tr td:last-child {
        font-size: 16px;
        font-size: 1.6rem; }
      .partners-table tr td a {
        color: #fff; }

#letters {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 150; }
  #letters svg {
    width: 100%;
    height: 100%;
    display: block; }

#path {
  fill: #fff; }

.look-image {
  margin-bottom: 20%;
  padding-left: 10%;
  padding-right: 10%; }
  .look-image li {
    margin-bottom: 10%; }

/* ====================================================================================

	COMPANY

==================================================================================== */
.back-company svg {
  stroke: #000; }

.page-title {
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-size: 3rem; }

.company-table-wrap {
  margin: 0 auto;
  width: 850px;
  max-width: 100%; }

.company-table {
  width: 100%;
  color: #fff; }
  .company-table tr th,
  .company-table tr td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4; }
  .company-table tr th {
    border-right: 1px solid #fff;
    font-size: 20px;
    font-size: 2rem;
    width: 18%;
    vertical-align: top; }
  .company-table tr td {
    padding-left: 10.45752%; }
    .company-table tr td dl dd {
      font-size: 16px;
      font-size: 1.6rem; }
    .company-table tr td dl + dl {
      margin-top: 15px; }

/* ====================================================================================

	NEW

==================================================================================== */
.mv-top {
  width: 100%;
  height: 100vh;
  background: url(assets/img/bg-top.jpg) no-repeat center;
  background-size: cover;
  position: relative; }
  .mv-top img {
    position: absolute;
    top: 45%;
    left: 5%;
    width: 78.125%;
    max-height: 90%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.brand-inner {
  margin: 0 auto;
  width: 64.84375%;
  max-width: 100%; }

.brand-content {
  padding-top: 57%;
  padding-bottom: 100px;
  background: #000;
  position: relative; }

.brand-bomb {
  width: 81.92771%;
  position: absolute;
  top: -13vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.brand-text {
  margin-top: 5%; }
  .brand-text img {
    width: 100%; }

.brand-rage {
  margin: 70px 0; }
  .brand-rage img {
    width: 100%; }

.brand-2nd {
  width: 40%; }

.brand-change {
  margin-top: 20px;
  width: 70%; }

.shop-item {
  position: absolute;
  transition: all 0.5s ease; }

.shop-item01 {
  width: 25.40984%;
  top: 13%;
  left: 16%; }

.shop-item02 {
  width: 29.78142%;
  bottom: 7%;
  right: 15%; }

.shop-item03 {
  width: 40%;
  top: -17%;
  right: -27%; }

@media only screen and (max-width: 1920px) {
  .mv-top img {
    max-width: 1500px; } }

@media only screen and (max-width: 1200px) {
  .sns-nav {
    width: 11%; }
  #common-nav {
    width: 64%; } }

@media only screen and (max-width: 1000px) {
  html {
    font-size: 1vw; }
  .brand-text1 p {
    font-size: 16px;
    font-size: 1.6rem; }
  .brand-text2 p {
    font-size: 14px;
    font-size: 1.4rem; }
  .title-h1 {
    width: 150px; }
  #nav-torigger {
    display: block; }
  #common-header {
    padding: 20px;
    display: block; }
  #common-nav {
    display: none;
    opacity: 0;
    padding: 140px 20px 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    overflow-y: scroll; }
    #common-nav ul {
      display: block; }
      #common-nav ul li {
        margin: 20px 0;
        text-align: center; }
        #common-nav ul li a {
          display: block;
          font-size: 30px;
          font-size: 3rem; }
  .sns-nav {
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 101;
    width: auto; }
    .sns-nav li {
      margin-right: 20px; } }

@media only screen and (max-width: 640px) {
  html {
    font-size: 2vw; }
  .pc {
    display: none !important; }
  .sp {
    display: block !important; }
  .flex {
    display: block; }
  .flex-box {
    width: 100% !important; }
  #content1 {
    background: url(assets/img/bg-top_sp.jpg) no-repeat center;
    background-size: cover; }
  .mv-top img {
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #content02 .cls-4 {
    fill: #a226af; }
  #content02.active .cls-4 {
    fill: #a226af; }
  .brand-content {
    padding-bottom: 50px; }
  .brand-text p {
    margin: 30px 0;
    font-size: 2.4vw; }
    .brand-text p.brand-gameover {
      margin-bottom: 40px; }
    .brand-text p.brand-continue {
      margin-top: 40px; }
      .brand-text p.brand-continue i {
        font-size: 3.4vw; }
  .brand-rage {
    margin: 30px 0; }
  .brand-inner {
    width: 85%; }
  .eoc-type {
    margin-top: -15%; }
  .shop-item01 {
    width: 46.5%;
    top: 7%;
    left: 23%; }
  .shop-item02 {
    width: 54.5%;
    right: auto;
    left: 2%;
    bottom: 0; }
  .shop-item03 {
    top: -25%;
    right: -17%; }
  #content06.active {
    background: url(assets/img/bg-shop_sp.png) no-repeat top, #00e1c1;
    background-size: 100% auto; }
  .shop-wrap {
    margin: 0 auto;
    width: 85% !important; }
  .look-box {
    margin-bottom: 0; }
    .look-box .sp {
      display: inline-block !important; }
  .look-box1 {
    margin-bottom: 2%; }
    .look-box1 .look-left {
      margin-bottom: 11%;
      text-align: center; }
  .look-box2 {
    margin-bottom: 10%; }
    .look-box2 .look-left {
      margin-bottom: 2%;
      margin-right: 5%;
      margin-left: auto;
      width: 53.5%; }
    .look-box2 .look-right {
      width: 74.4%; }
  .look-box3 {
    margin-bottom: 7%;
    padding-left: 7%; }
    .look-box3 img {
      width: 97.31183%; }
  .look-box4 .look-left {
    margin-bottom: 2%;
    padding-top: 25.5%;
    margin-left: auto;
    width: 90%; }
    .look-box4 .look-left .look-ab1 {
      top: 0;
      left: 0;
      width: 37%; }
  .look-box4 .look-right {
    position: relative; }
    .look-box4 .look-right .look-top {
      margin-right: 11%;
      margin-left: auto;
      width: 58%; }
    .look-box4 .look-right .look-bot {
      width: 39.7%; }
  .look-box5 {
    margin-bottom: 13%;
    padding-top: 37%;
    width: 100%;
    text-align: right;
    z-index: 1; }
    .look-box5 .top {
      margin-right: 5%; }
      .look-box5 .top img {
        width: 76.6%; }
    .look-box5 .look-ab1 {
      top: -25%;
      left: 0;
      width: 61.8%;
      bottom: auto; }
  .look-box6 {
    margin-bottom: 10%;
    position: relative; }
    .look-box6 .look-left a {
      width: 36.7%;
      position: absolute;
      bottom: 19.5%;
      left: -1px;
      z-index: 1; }
      .look-box6 .look-left a img {
        width: 100%; }
    .look-box6 .look-right .look-top {
      margin-bottom: 26%;
      margin-left: auto;
      width: 90%;
      -webkit-align-items: flex-end;
      align-items: flex-end; }
      .look-box6 .look-right .look-top li:nth-of-type(1), .look-box6 .look-right .look-top li:nth-of-type(2) {
        padding-bottom: 29.66667%; }
    .look-box6 .look-right .look-bot {
      margin-left: auto;
      width: 95%; }
  .look-box7 {
    margin-bottom: 10.7%;
    padding-bottom: 26%;
    position: relative; }
    .look-box7 .look-left {
      width: 95%; }
      .look-box7 .look-left .look-bot {
        margin-top: 10%;
        width: 79.5%;
        position: relative;
        z-index: 1; }
        .look-box7 .look-left .look-bot li:nth-of-type(2) {
          padding-top: 48.90605%; }
    .look-box7 .look-right {
      width: 56%;
      position: absolute;
      left: 0;
      bottom: 0; }
      .look-box7 .look-right img {
        width: 100%; }
  .look-box8 .look-left {
    width: 47.4%;
    position: absolute;
    bottom: 35.1%; }
  .look-box8 .look-right .look-top {
    margin-bottom: 60.8%;
    margin-left: auto;
    width: 81.8%; }
  .look-box8 .look-right .look-bot {
    padding-top: 1.5%;
    padding-left: 8.4%;
    width: 53.2%;
    background: #fff; }
  .look-box8 .look-right .look-ab1 {
    padding: 0;
    background: transparent;
    width: 44.5%;
    bottom: 14%; }
    .look-box8 .look-right .look-ab1 li:nth-of-type(1) {
      padding-top: 56.17978%; }
  .look-box9 {
    padding-bottom: 79%; }
    .look-box9 .look-ab1 {
      padding: 0;
      background: transparent;
      width: 25.7%;
      top: -2%;
      left: auto;
      right: 7.5%; }
    .look-box9 .look-ab2 {
      width: 84.5%;
      bottom: 10%;
      left: 12%; }
    .look-box9 .look-main {
      padding-top: 8.5%;
      margin-left: 5%;
      margin-right: auto;
      width: 48.6%; }
  .look-box10 .look-left {
    padding-top: 0;
    width: 85.4%; }
  .look-box10 .look-right {
    padding-top: 38.4%;
    padding-right: 0;
    position: relative;
    text-align: center; }
    .look-box10 .look-right .look-top {
      width: 60%;
      position: absolute;
      top: -8.4%;
      right: 2%; }
    .look-box10 .look-right .bot img {
      width: 76.4%; }
  .look-box11 {
    margin-bottom: 18%;
    padding-top: 86%; }
    .look-box11 .look-ab1 {
      width: 56.8%;
      top: 7%;
      left: 6.6%; }
    .look-box11 .look-main {
      margin: 0;
      margin-left: -1px;
      width: calc(100% + 2px); }
  .back-to-top svg {
    width: 60px; }
  .nestContent {
    padding-top: 68%;
    padding-left: 20px;
    padding-right: 20px; }
    .nestContent .typo {
      left: 20px;
      width: calc(100% - 40px); }
  .side-inner {
    padding-left: 20px;
    padding-right: 20px; }
  .brand-text1 {
    width: 95%; }
    .brand-text1 p {
      font-size: 24px;
      font-size: 2.4rem;
      word-break: break-all; }
      .brand-text1 p strong {
        font-size: 26px;
        font-size: 2.6rem; }
  .brand-text2 {
    width: 95%; }
  .return {
    width: 15%; }
  .shop-wrap {
    display: block;
    width: 100%; }
    .shop-wrap.col-1 {
      margin-bottom: 0;
      width: 100%; }
    .shop-wrap.col-2 {
      margin-bottom: 0;
      width: 100%; }
  .shop-box {
    margin-bottom: 60px !important; }
    .shop-box p {
      font-size: 16px;
      font-size: 1.6rem; }
  .partners-wrap {
    padding-left: 0;
    padding-right: 0; }
  .partners-table {
    border: none; }
    .partners-table tr {
      padding: 30px 20px;
      display: block;
      border-top: 1px solid #fff;
      border-bottom: none; }
      .partners-table tr:last-child {
        border-bottom: 1px solid #fff; }
      .partners-table tr th,
      .partners-table tr td {
        padding: 0;
        width: 100%;
        display: block; }
      .partners-table tr th {
        margin-bottom: 5px; }
      .partners-table tr td:last-child {
        margin-top: 3px; }
  .page-wrapper h2 {
    margin-bottom: 60px;
    padding: 20px;
    padding-bottom: 0; }
  .page-title {
    margin-bottom: 40px; }
  .company-table-wrap {
    margin-left: -20px;
    max-width: none;
    width: calc(100% + 40px); }
  .company-table tr {
    padding: 20px 30px;
    display: block;
    border-top: 1px solid #fff; }
    .company-table tr th,
    .company-table tr td {
      padding: 0;
      display: block;
      width: 100%;
      border: none; }
    .company-table tr th {
      margin-bottom: 10px;
      font-size: 18px;
      font-size: 1.8rem; }
    .company-table tr td {
      font-size: 24px;
      font-size: 2.4rem; } }
