@charset "UTF-8";
/*-------------------
base.css
-------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
}

img {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 0;
  font-size: 0;
  vertical-align: top;
}

html {
  width: 100%;
  height: 100%;
}

ul,
li {
  list-style: none;
}

p,
th,
td,
dd {
  font-style: normal;
  font-weight: 0;
  word-break: normal;
}

dd {
  word-break: break-all;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
}

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

body {
  font-family: "Cormorant", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
  font-size: calc(112.5% + 0.25vw);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.container {
  overflow: hidden;
}

body * {
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.Bold {
  font-weight: bold;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 200px, 0);
    transform: translate3d(-50%, 200px, 0);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 200px, 0);
    transform: translate3d(-50%, 200px, 0);
  }
}
@-webkit-keyframes pageTop {
  0% {
    bottom: -100%;
  }
  10% {
    bottom: -100%;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes pageTop {
  0% {
    bottom: -100%;
  }
  10% {
    bottom: -100%;
  }
  100% {
    bottom: 100%;
  }
}
.appear {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}
.appear.inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  body {
    background-repeat: repeat-y;
    background-position: top center;
  }
  a {
    text-decoration: none;
    color: #000000;
  }
  .transition {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #000000;
  }
  .transition:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .fixBnr {
    position: fixed !important;
    background: #F3F8FA;
    text-align: center;
    font-weight: bold;
    color: #000 !important;
    position: fixed;
    width: 126px;
    height: 126px;
    bottom: 2.15vw;
    right: 1.4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    z-index: 3;
    padding-top: 1.4vw;
    box-sizing: border-box;
    font-size: 0.8125rem;
    line-height: 1.55;
    position: relative;
  }
  .fixBnr::after {
    content: "";
    display: block;
    width: 19px;
    height: 10.3px;
    background: url(../img/arrow_gr.svg) no-repeat;
    background-size: contain;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20px;
    position: absolute;
  }
  .fixBnr a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .fixBnr a:hover {
    opacity: 0.7;
  }
  .fixBnr:hover {
    cursor: pointer;
  }
  /* -------------------------------------------------------------------------------------------
  *
  * ページトップボタン
  *
  * ----------------------------------------------------------------------------------------- */
  #pageTopBtn {
    position: fixed;
    right: 2.5rem;
    bottom: 8rem;
    height: 11rem;
    z-index: 10;
  }
  #pageTopBtn .scroll {
    position: absolute;
    width: 2rem;
    height: 11rem;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
  }
  #pageTopBtn .scroll p {
    text-align: end;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 0.75rem;
    position: absolute;
    bottom: 4rem;
    right: 0;
    left: -0.1rem;
    margin: auto;
    white-space: nowrap;
  }
  #pageTopBtn .scroll div {
    width: 2rem;
    height: 4rem;
    margin: 1rem 0 0 0;
    overflow: hidden;
    position: relative;
  }
  #pageTopBtn .scroll span {
    position: absolute;
    bottom: 0;
    left: 0.875rem;
    display: block;
    width: 0.5625rem;
    height: 3.875rem;
    background-image: url(../img/pageTop.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    -webkit-animation: 2s pageTop infinite;
    animation: 2s pageTop infinite;
  }
  header {
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 103;
    background-color: rgba(255, 255, 255, 0.95);
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
  }
  header + #menuBtn {
    position: fixed;
  }
  header .subMenu {
    position: fixed;
  }
  header h1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
  }
  header h1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100px;
    height: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header h1 a img {
    width: 68px;
  }
  .header .jrgroup_logo {
    width: 52px;
    margin: 0 0 0 123px;
  }
  header .nav {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0 0;
    width: 241px;
    text-align: left;
    margin-left: auto;
  }
  header .nav li {
    font-size: clamp(12px, 1.0416vw, 14px);
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  header .nav li:not(:last-child) {
    margin-right: 35px;
    margin-bottom: 14px;
  }
  header .nav li:hover::before {
    opacity: 0.6;
  }
  .header .instagram {
    width: 30px;
    margin-right: 137.6px;
  }
  ul li a,
  .instagram a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  ul li a:hover,
  .instagram a:hover {
    opacity: 0.7;
  }
  #menuBtn {
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 501;
    width: 7.375rem;
    height: 100px;
    z-index: 1001;
  }
  #menuBtn .menu-trigger,
  #menuBtn .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #menuBtn .menu-trigger {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 20px;
    margin: auto;
  }
  #menuBtn .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #72BEC3;
  }
  #menuBtn .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #menuBtn .menu-trigger span:nth-of-type(2) {
    left: 0;
    top: 50%;
  }
  #menuBtn .menu-trigger span:nth-of-type(3) {
    left: 0;
    bottom: 0;
  }
  #menuBtn.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(1rem) rotate(-36deg);
    transform: translateY(1rem) rotate(-36deg);
    top: -6px;
  }
  #menuBtn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menuBtn.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-1rem) rotate(36deg);
    transform: translateY(-1rem) rotate(36deg);
    width: 100%;
    bottom: -6px;
  }
  .subMenu {
    position: absolute;
    height: 100px;
    z-index: 103;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0;
    top: 0;
    right: 465px;
  }
  .subMenu li {
    font-size: clamp(12px, 1.0416vw, 15px);
    font-weight: bold;
    display: inline-block;
  }
  .subMenu li:not(:last-child) {
    margin-right: 3.8vw;
  }
  .subMenu li a {
    color: #72BEC3;
  }
  /* 営業時間 */
  .shopInfo_time {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 100px;
    left: 0;
    padding: 1rem 1.5rem;
    width: 100%;
    text-align: right;
    background: #ebebeb;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
  }
  .shopInfo_time.active {
    opacity: 1;
    visibility: visible;
  }
  .shopInfo_time p {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
  }
  .shopInfo_time p:nth-of-type(n+2) {
    margin-left: 2.5rem;
  }
  .shopInfo_time p a {
    font-size: 0.875rem;
  }
  .shopMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    background-color: #F3F8FA;
    z-index: 102;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    /*display: none;*/
    clear: both;
    position: fixed;
    overflow: auto;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: all 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  }
  .shopMenu .heading {
    font-size: 42px;
    text-align: left;
    margin-bottom: 91px;
  }
  .shopMenu .heading .small {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
  }
  .shopMenu.active {
    top: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 1000;
  }
  .shopMenu .inner {
    max-width: 1200px;
    padding: 0 20px;
    max-height: 72vh;
    overflow: auto;
    margin: 0 auto;
    color: #000000;
  }
  .shopMenu .main-title {
    font-size: clamp(40px, 6.5vw, 78px);
    letter-spacing: 0.07em;
  }
  .shopMenu .sub-title {
    font-size: 11px;
    margin-bottom: 4px;
    display: block;
  }
  nav .inner {
    scrollbar-base-color: #d7d7d7;
  }
  nav .inner::-webkit-scrollbar {
    width: 0.25rem;
  }
  nav .inner::-webkit-scrollbar-track {
    background: none;
  }
  nav .inner::-webkit-scrollbar-thumb {
    background: #d7d7d7;
    border-radius: 0.3rem;
  }
  .shopMenu ul {
    font-size: 0;
    text-align: left;
  }
  .shopMenu ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
  }
  .shopMenu ul li a {
    display: inline-block;
    vertical-align: top;
  }
  /* レッスンページ */
  nav.shopList ul {
    font-size: 0;
    text-align: left;
  }
  nav.shopList ul li {
    display: inline-block;
    vertical-align: top;
  }
  nav.shopList ul li:nth-of-type(n+4) {
    margin-top: 5rem;
  }
  nav.shopList ul li:nth-of-type(n+2) {
    margin-left: 0;
  }
  nav.shopList ul li:nth-of-type(1),
  nav.shopList ul li:nth-of-type(4) {
    width: 40%;
  }
  nav.shopList ul li:nth-of-type(2),
  nav.shopList ul li:nth-of-type(5) {
    width: 40%;
  }
  nav.shopList ul li:nth-of-type(3),
  nav.shopList ul li:nth-of-type(6) {
    width: 15%;
  }
  nav.shopList ul li a {
    display: inline-block;
    vertical-align: top;
  }
  nav.shopList ul li a p.main {
    font-size: 2.45rem;
    line-height: 0.75;
  }
  nav.shopList ul li a p.sub {
    font-size: 0.875rem;
    line-height: 0.8125;
    font-weight: bold;
    margin: 1.5rem 0 0 0;
  }
  nav div.inner div {
    margin: 5rem 4rem 6rem 0;
    text-align: left;
    float: left;
  }
  header .close .demoSpan1:before,
  header .demoSpan1:after {
    content: "";
    height: 1px;
    width: 7vw;
    display: block;
    background: #ffffff;
    position: absolute;
    top: 5.5vw;
    left: 2.5vw;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  header .close .demoSpan1:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }
  /*キャンペーンモーダル*/
  #cp_box a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
  }
  #cp_box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 9999;
    text-align: center;
  }
  #cp_box .pc {
    display: inline;
  }
  /*campaign2022*/
  #cp_box.campaign2022 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(8, 28, 62, 0.85);
    z-index: 9999;
    text-align: center;
  }
  #cp_box.campaign2022 .pc {
    display: inline;
  }
  #cp_box.campaign2022 .cpMain {
    position: relative;
  }
  #trialIcon {
    position: absolute;
    top: 130px;
    right: -80px;
    z-index: 100;
  }
  #cp_box .cpInner {
    position: relative;
    width: 533px;
    color: #fff;
    margin: 0px auto;
    padding-top: 130px;
  }
  .campaign {
    /* padding-top:80px; */
    /*display:none;*/
  }
  .campaign p.cpMain {
    width: 100%;
    margin: 0 auto;
  }
  .campaign_ttl {
    margin-bottom: 25px;
    font-size: 100px;
    line-height: 1em;
  }
  .campaign_subTtl {
    margin-bottom: 32px;
    padding-bottom: 32px;
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
    background: url(/lightgym/todoroki/index/inc/images/line_dot_x_wt_l.png) 0 bottom repeat-x;
    background-size: 13px auto;
  }
  .campaign_lead {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
  }
  .CP_btnClose {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: 309px;
    width: 50px;
  }
  #cp_box dl.CP_caution {
    text-align: left;
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    z-index: 50;
    width: 590px;
    margin: 20px auto 0;
  }
  #cp_box dl.CP_caution dd {
    padding-left: 1em;
    text-indent: -1em;
  }
  #cp_box dl.CP_caution1 {
    position: absolute;
    width: 580px;
    text-align: left;
    font-size: 13px;
    color: #626060;
    line-height: 22px;
    /* top:620px;*/
    top: 615px;
    left: 200px;
    z-index: 50;
    padding-bottom: 45px;
    border-bottom: 2px solid #0081CF;
  }
  #cp_box dl.CP_caution2 {
    position: absolute;
    width: 580px;
    text-align: left;
    font-size: 13px;
    color: #626060;
    line-height: 22px;
    /* top:620px;*/
    top: 1330px;
    left: 200px;
    z-index: 50;
  }
  #cp_box .btnBox {
    margin: 40px auto 0 auto;
    width: 358px;
  }
  #cp_box .btnBox a {
    position: relative;
    display: block;
    margin: 0 auto 50px auto;
    padding: 18px 0;
    width: 283px;
    color: #626060;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.3em;
    font-weight: bold;
    text-align: center;
    border: 2px solid #626060;
  }
  #cp_box .btnBox a::after {
    position: absolute;
    top: 20px;
    right: 16px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #626060 transparent transparent transparent;
    z-index: 190;
    pointer-events: none;
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  #cp_box.campaign2022 .btnBox {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #cp_box.campaign2022 .btnBox .campaign_link {
    color: #f02423;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    border: none;
  }
  #cp_box.campaign2022 .btnBox .campaign_link:after {
    background: url(../inc/images/link_arrow_r_red.png) right 0 no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    border: none;
    -webkit-transform: none;
            transform: none;
    top: 23px;
  }
  #cp_box dt {
    width: 154px;
    margin-bottom: 4px;
  }
  #cp_box dd.CP_yellow {
    text-indent: -12px;
    padding-left: 12px;
    color: #FF0;
  }
  #cp_box dd.CP_red {
    text-indent: -12px;
    padding-left: 12px;
    color: #ff0000;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 18px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    width: 84vw;
    margin: 0 auto;
  }
  a {
    text-decoration: none;
    color: #000000;
  }
  .subMenu {
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.9333333333vw;
    top: 17.3333333333vw;
    z-index: 10;
  }
  .subMenu li {
    height: inherit;
    text-align: center;
  }
  .subMenu li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .subMenu li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #72BEC3;
  }
  .subMenu .lesson {
    width: 32vw;
  }
  .subMenu .info {
    width: 44.8vw;
  }
  .subMenu .plan {
    width: 23.2vw;
  }
  .fixBnr {
    position: fixed !important;
    right: 3vw;
    bottom: 3vw;
    background-size: contain;
    padding-top: 4.4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    color: #000;
    width: 22.6666666667vw;
    height: 22.6666666667vw;
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 3;
    font-size: 2.9333333333vw;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: 0;
    background-color: #F3F8FA;
    -webkit-transition: all 0.8s 1.5s;
    transition: all 0.8s 1.5s;
  }
  .fixBnr::after {
    content: "";
    display: block;
    width: 4.08vw;
    height: 2.1733333333vw;
    background: url(../img/arrow_gr.svg) no-repeat;
    background-size: contain;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 2.3vw;
    position: absolute;
  }
  .fixBnrContainer.inview .fixBnr {
    opacity: 1;
  }
  #pageTopBtn {
    position: fixed;
    right: 2.5rem;
    bottom: 8rem;
    height: 11rem;
    z-index: 2;
  }
  #pageTopBtn .scroll {
    position: absolute;
    bottom: -2rem;
    width: 2rem;
    height: 8rem;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
  }
  #pageTopBtn .scroll p {
    text-align: end;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 0.6875rem;
    position: absolute;
    bottom: 4rem;
    right: 0;
    left: -0.1rem;
    margin: auto;
    white-space: nowrap;
  }
  #pageTopBtn .scroll div {
    width: 2rem;
    height: 2rem;
    /*margin: 2rem 0 0 0;*/
    overflow: hidden;
    position: relative;
  }
  #pageTopBtn .scroll span {
    position: absolute;
    bottom: 0;
    left: 0.875rem;
    display: block;
    width: 0.28125rem;
    height: 1.9375rem;
    background-image: url(../img/pageTop.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    -webkit-animation: 2s pageTop infinite;
    animation: 2s pageTop infinite;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 103;
    background-color: rgba(255, 255, 255, 0.95);
    text-align: right;
    overflow: hidden;
  }
  header h1 {
    position: absolute;
    width: 17.3333333333vw;
    top: 0;
    left: 0;
    background-color: #000;
  }
  header h1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 17.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header h1 a img {
    width: 68.4615384615%;
    height: 40%;
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .nav {
    height: 17.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 4vw;
  }
  .header .nav li:not(:last-child) {
    margin-right: 3vw;
  }
  .header .jrgroup_logo {
    width: 8.9733333333vw;
    height: 6.3333333333vw;
    margin-left: 20.1333333333vw;
  }
  .header .instagram {
    display: none;
  }
  header .nav {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
  }
  header .nav li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
  }
  header .nav li a {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-size: 2.8vw;
  }
  #menuBtn {
    cursor: pointer;
    position: fixed;
    right: 4vw;
    top: 6.1333333333vw;
    z-index: 501;
    width: 6.1333333333vw;
    height: 4.2666666667vw;
  }
  #menuBtn .menu-trigger,
  #menuBtn .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #menuBtn .menu-trigger {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1.5625rem;
    height: inherit;
    margin: auto;
  }
  #menuBtn .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #72BEC3;
  }
  #menuBtn .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #menuBtn .menu-trigger span:nth-of-type(2) {
    top: 49.5%;
  }
  #menuBtn .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menuBtn.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(0.5rem) rotate(-36deg);
    transform: translateY(0.5rem) rotate(-36deg);
  }
  #menuBtn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menuBtn.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-0.5rem) rotate(36deg);
    transform: translateY(-0.5rem) rotate(36deg);
    width: 100%;
  }
  /* 営業時間 */
  .shopInfo_time {
    display: none;
    padding: 3vw 5vw;
    width: 100%;
    text-align: left;
    background: #ebebeb;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
  }
  .shopInfo_time.active {
    display: block;
  }
  .shopInfo_time p {
    display: inline-block;
    font-size: 3vw;
    line-height: 1;
    margin: 0 3vw 1vw 0;
  }
  .shopMenu {
    margin: 0 auto;
    width: 100%;
    background-color: #F3F8FA;
    z-index: 105;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    clear: both;
    position: fixed;
    overflow: auto;
    text-align: center;
    padding: 0 0 5rem 0;
    top: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: all 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  }
  .shopMenu .heading {
    display: none;
  }
  .shopMenu.active {
    top: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .shopMenu .main-title {
    font-size: 9.3333333333vw;
    letter-spacing: 0.06em;
  }
  .shopMenu .sub-title {
    font-size: 2.9333333333vw;
    display: block;
  }
  .shopMenu ul.nav {
    font-size: 0;
    text-align: left;
    margin: 18vw 0 0 0;
  }
  .shopMenu ul.nav li {
    margin-bottom: 8vw;
  }
  .shopMenu .inner {
    width: 84vw;
    margin: 0 auto;
    padding: 0 6vw 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000000;
    max-height: 80vh;
    overflow: auto;
  }
  nav.shopList .inner {
    width: 90vw;
  }
  nav ul li a {
    display: inline-block;
    vertical-align: top;
  }
  nav div.inner div {
    margin: 10vw 0 0 0;
    text-align: left;
  }
  .campaign p.cpMain {
    width: 100%;
  }
  #cp_box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 9999;
    text-align: center;
  }
  /*campaign2022*/
  #cp_box.campaign2022 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(8, 28, 62, 0.85);
    z-index: 9999;
    text-align: center;
  }
  #cp_box.campaign2022 .pc {
    display: inline;
  }
  #cp_box.campaign2022 .cpMain {
    position: relative;
  }
  #cp_box .cpInner {
    padding: 53px 5% 0;
    width: 90%;
  }
  .campaign {
    padding: 0;
  }
  .campaign p.cpMain {
    width: 100%;
  }
  #cp_box .pc {
    display: none;
  }
  .campaign_ttl {
    margin-bottom: 13px;
    font-size: 50px;
    line-height: 1em;
    font-family: "ColfaxWeb", Sans-Serif;
    font-weight: 500;
    font-style: normal;
  }
  .campaign_subTtl {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 1em;
    font-weight: bold;
    background: url(/lightgym/todoroki/index/inc/images/line_dot_x_wt_l.png) 0 bottom repeat-x;
    background-size: 8px auto;
  }
  .campaign_lead {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1em;
    font-weight: bold;
  }
  .CP_btnClose {
    position: absolute;
    top: 10px;
    left: auto;
    right: 12px;
    margin-left: 0;
    width: 7%;
  }
  #cp_box dl.CP_caution {
    text-align: left;
    font-size: 90%;
    color: #fff;
    line-height: 22px;
    margin: 5% auto 0;
    width: 100%;
    z-index: 50;
  }
  #cp_box .btnBox {
    margin: 5% auto 0;
    width: 80%;
  }
  #cp_box .btnBox a {
    position: relative;
    display: block;
    margin: 0 auto 50px auto;
    padding: 18px 0;
    width: 100%;
    color: #626060;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.3em;
    font-weight: bold;
    text-align: center;
    border: 2px solid #626060;
  }
  #cp_box .btnBox a::after {
    position: absolute;
    top: 20px;
    right: 16px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #626060 transparent transparent transparent;
    z-index: 190;
    pointer-events: none;
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  #cp_box.campaign2022 .btnBox {
    position: absolute;
    bottom: 4vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #cp_box.campaign2022 .btnBox .campaign_link {
    color: #f02423;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    border: none;
    padding: 4vw 0;
  }
  #cp_box.campaign2022 .btnBox .campaign_link:after {
    background: url(../inc/images/link_arrow_r_red.png) right 0 no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    border: none;
    -webkit-transform: none;
            transform: none;
    top: 5vw;
  }
  .btnWebEntry {
    position: fixed;
    right: 0;
    /*top: 42%;*/
    top: 100px;
    height: 32.5px;
    z-index: 101;
  }
  .cpView {
    position: fixed;
    right: 0;
    /*top: 48%;*/
    top: 140px;
    height: 33px;
    z-index: 101;
  }
  header .close .demoSpan1:before,
  header .demoSpan1:after {
    content: "";
    height: 1px;
    width: 7vw;
    display: block;
    background: #ffffff;
    position: absolute;
    top: 5.5vw;
    left: 2.5vw;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  header .close .demoSpan1:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }
}