/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}




.sm{
  display: none;
}

a:hover{
  text-decoration: none;
  color: #d78f2d;
  transition: .5s;
}

.pc{
  display: contents;
}

.flex{
  display: flex;
}

.en{
  font-family: 'Cinzel', serif;
}

#header{
  color: #F4F4F4;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Cinzel', serif;
  background-color: rgba(0,0,0,0.8);
  /* display: none; */
  height: 100px;
}

#header.show {
  display: inline-flex;
}


main{
  font-family: 小塚明朝 Pro;
  color: #F4F4F4;
  overflow: hidden;
}

.logo{
  width: 200px;
  padding: 30px 0px;
}

.tel{
  font-size: 2.5rem;
  margin: 24px 35px 0 auto;
}

.nav-btn{
  padding: 24px 65px 0 0;
}

.fv{
  width: 100%;
  height: 100vh;
}

.fv img{
  height: 100vh;
  position: relative;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}


.bg {
  position: relative;
}

.bg::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-image:url(../img/bg.jpg);
  background-size: cover;
}




/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 40px;
  top   : 40px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 47.9375em){
  .hamburger{
    top: 26px;
    right: 30px;
  }
  .nav-btn {
    padding: 16px 70px 0 0;
}

}

.hamburger span {
  display : block;
  position: absolute;
  width   : 45px;
  height  : 2px ;
  left    : 0px;
  background : #d78f2d;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
  opacity: 0.5;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 0px;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  color: #000;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 37.4479166667vw;
  height: 100%;
  padding-top: 7.2916666667vw;
  padding-bottom: 7.2916666667vw;
  padding-left: 6.875vw;
  padding-right: 3.0208333333vw;
  background: url(../img/ham-bg.jpg);
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border-top: 1px solid #c8c7c4;
  border-bottom: 1px solid #c8c7c4;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #c8c7c4;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#d78f2d;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}

.t2rem{
  font-size: 1.5rem;
}

.t1-5rem{
  font-size: 2.2rem;
}

.t1-6rem{
  font-size: 1.6rem;
}

.t1-3rem{
  font-size: 1.3rem;
}

.footer-navs .t1-5rem{
  font-size: 1.3rem;
}

.reviews-content {
  padding: 62px 65px 32px 65px;
}

.utility-banners {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  padding-bottom: 32px;
}

.utility-banners li {
  width: 38%;
  padding: 50px 20px;
}

.banner-voice {
  background: no-repeat right/cover url(../img/cast-rct.jpg);
}

.banner-faq {
  background: no-repeat center /cover url(../img/mens-rct.jpg);
}

.banner-riogroup {
  background: no-repeat center /cover url(../img/riogroup.jpg);
}

.label1{
  margin-left: 62%;
}

.label2{
  margin-left: 15%;
}

.reviews-content .label .ja {
  font-weight: normal;
  line-height: .9;
  color: #EDEDED;
  font-size: 26px;
  letter-spacing: .12em;
  display: block;
  margin-bottom: 12px;
}

.reviews-content .label .en {
  font-family: 'Cinzel', serif;
  font-weight: normal;
  color: #9D9E9F;
  font-size: 13px;
  letter-spacing: .20em;
  display: block;
}

.reviews-content .interior {
  text-align: center;
  width: 100%;
  display: inline-block;
  background: #555555;
  padding: 70px 0;
}

.reviews-content .logo{
  width: 40%;
}


.roppongi-img img{
  height: 100vh;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}


footer{
  padding-top: 30px;
  background-color: #F4F4F4;
  color: black;
}

.footer-info{
  margin: 0px 100px 25px;
}

footer .logo{
  width: 200px;
}

footer .logo img{
  width: 150px;
}

.address{
  margin: auto 0;
}

.footer-navs{
  margin: 0 100px 50px;
}

.footer-navs1{
  margin: 0 100px 0px;
}

.footer-navs a{
  margin: auto 35px;
}

.navs{
  font-size: 0.9rem;
}

.copyright{
  text-align: center;
  font-size: .6rem;
}

#footer_tel{
  display: none;
}

.none{
  opacity: 0;
}

.roppongi{
  z-index: 1000;
  position: relative;
  color: white;
  text-align: right;
  font-family: 小塚明朝 Pro;
  font-size: 0.8em;
  font-weight: normal;
  top: 20px;
  right: 38px;
  position: fixed;
}



@media screen and (max-width: 47.9375em){

    .pc{
      display: none;
  }

  .sm{
      display: contents;
  }

  .logo{
      width: 130px;
  }

  .tel{
      font-size: 1.5rem;
  }

  .roppongi{
    right: 26px;
  }


  .news_ticker1 {
    width: 100%;
    font-size: 14rem;
    height: 250px;
  }



    nav.globalMenuSp{
      width: 100%;
      padding-top: 80px;
      padding-bottom: 80px;
      padding-left: 10vw;
      padding-right: 10vw;
    }

    
    .t2rem{
      font-size: 1.6rem;
  }

  .t1-5rem{
      font-size: 1rem;
      margin: 0 15px;
  }

  .reviews-content {
      padding: 20px 5% 20px;
  }

  .utility-banners {
      display: block;
      padding-bottom: 0;
  }

  .utility-banners li {
      width: auto;
      margin-bottom: 12px;
      padding: 40px 30px;
  }

  .reviews-content .label .ja {
      margin-bottom: 8px;
      font-size: 20px;
  }

  .reviews-content .label .en {
      letter-spacing: .12em;
  }

  .reviews-content .interior {
      padding: 0px 0;
  }

  .banner-voice {
      background: no-repeat center/cover url(../img/cast-rct.jpg);
  }

  .footer-info{
      margin: 0 40px 15px;
  }

  footer .logo{
      width: 200px;
  }

  footer .logo img{
      width: 140px;
  }

  .address{
      width: 70%;
      font-size: 0.8rem;
  }

  .copyright{
      font-size: 0.5rem;
      padding-bottom: 100px;
  }

  .footer-navs{
      margin: 4px 10% 30px;
  }

  .footer-navs1{
    margin: 2px 10% 0px;
  }

  .footer-navs a{
      margin: auto;
      flex: 1;
  }

  .navs{
      font-size: 0.8rem;
      text-align: center;
      width: 100%;
  }

  .roppongi-img img{
      height: auto;
      width: 140%;
  }

  #footer_tel{
    display: block;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 1.5% 2% 1.5%;
    z-index: 9999;
    color: white;
    text-align: center;
    font-family: 小塚明朝 Pro;
  }

  .tel_text{
    font-size: 1rem;
    margin-bottom: 3px;
  }

  .tel_text span{
    font-size: 0.8rem;
    top: -2px;
    left: -3px;
    position: relative;
  }

  .bak{
    padding: 0.2rem 0.35rem;
    border-radius: 0.5rem;
    background-image: linear-gradient( 135deg, #704308 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #704308 100% );
  }

  .tel_box{
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0px auto;
    border-radius: 0.5rem;
    background: black;
  }

  .footer_tel{
    font-size: 1.75rem;
  }

  .center{
    text-align: center;
  }

  .roppongi{
    top: 18px;
    right: 26px;
    font-size: 0.6em;
  }

  .roppongi h1{
    font-weight: normal;
  }

}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}


#video{
  position: fixed;
  z-index: -1;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  object-fit: cover;
}

.news_ticker1 {
  width: 100%;
  font-size: 20rem;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'Cinzel', serif;
  font-weight: 500;
  height: 345px;
}

@keyframes hscroll {
  0% { transform: translateX(300px); }
  100% { transform: translateX(-100%); }
}

.news_ticker1 ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  animation: hscroll 55s linear infinite;
}

.news_ticker1 li {
  display: inline-block;
}

.reviews-content .title {
  font-size: 2.5rem;
  text-align: center;
  position: static;
}

.reviews-content .sub {
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 15px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  position: absolute;
  top: 115px;
  left: 20px;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
  color: #777;
}