@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&family=Noto+Sans+JP:wght@500;700&family=Shippori+Mincho+B1:wght@500;700&display=swap");
@font-face {
  font-family:'felix';
  src:url('../font/felix.ttf') format("truetype");
}
/*---------------------

accent-color: #C7AA5C

---------------------*/
* {
  margin:0;
  padding:0;
}
html, body {
  width:100%;
  height:auto;
  margin:0;
  padding:0;
}
html {
  font-size:62.5%;
}
body {
  font-family:"Noto Sans JP", 'Hiragino Sans,', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', YuGothic, '游ゴシック体', 'BIZ UDPGothic', 'Meiryo', sans-serif;
  color:#4c4948;
  font-size:1.6rem;
  font-weight:500;
  word-break:break-all;
  line-height:2;
  letter-spacing:.01em;
  overflow-x:hidden;
  position:relative;
}
/*---link---*/
a {
  text-decoration: none;
  color:#4c4948;
}
a:hover {
  color:#4c4948;
}
/*---image---*/
img,picture {
  display:block;
  width:100%;
  height:auto;
}
/*---Color---*/
.fontColor-aqua {
  color:#B0E0E6;
}
.bgColor-aqua {
  background:#B0E0E6;
}
.bgColor-red {
  background:#E6B6B0;
}
.bgColor-brw {
  background:#D2C6AD;
}
.bgColor-grn {
  background:#78B499;
}
.bgColor-lgrn {
  background:#B3BD9F;
}
/*---moveing---*/
.fadeIn {
  opacity:0;
  transition:1s;
}
.is-fadeIn {
  opacity:1;
}
.fadeInUP {
  opacity:0;
  transform: translate(0, 20px);
  transition:1s;
}
.is-fadeInUP {
  opacity:1;
  transform:translate(0, 0);
}
.fadeInUP2 {
  opacity:0;
  transform: translate(0, 20px);
  transition:1s;
}
.is-fadeInUP2 {
  opacity:1;
  transform:translate(0, 0);
}
.fadeInScale {
  transform:scale(1.1);
  opacity:0;transition:1s;
}
.is-fadeInScale {
  transform:scale(1);
  opacity:1;
}
.yu_mincho {
  font-family:"游明朝",YuMincho,"Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
}
@keyframes rotation {
  0% {transform:rotate(0);}
  100% {transform: rotate(360deg);}
}
/*----------------------------------------------------
  common
----------------------------------------------------*/
/*---見出し---*/
.ttl {
  width:100%;
  height:auto;
  display:flex;
  flex-direction:column-reverse;
  align-items:center;
  justify-content:center;
  margin-bottom:50px;
  position:relative;
}

.ttl > h2 {
  font-size:1rem;
  font-weight:normal;
  text-align:center;
  line-height:1.6;
}
.ttl > p {
  font-size:6rem;
  font-family:'felix';
  letter-spacing:.1em;
  line-height:1.4;
}
.ttl > img {
  width:120px;
  height:auto;
  margin-bottom:10px;
}
/*---link__btn---*/
.link__btn {
  width:100%;
  height:60px;
  margin:0 auto;
}
.link__btn > a {
  width:100%;
  height:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 20px;
  box-sizing:border-box;
  font-family:"Cormorant Garamond", serif;
  font-style:normal;
  border-bottom:1px solid #ccc;
}
.link__btn > a::after {
  display:inline-block;
  content:'';
  width:14px;
  height:14px;
  background:url('../img/common/arrow-right.svg');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}



/*----------------------------------------------------
  #loading
----------------------------------------------------*/
.loading {
  width:100vw;
  height:100vh;
  background-color:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  position:fixed;
  top:0;left:0;
  z-index:99999;
}
.loading__inner {
  width:100%;
  height:auto;
}
.loading__inner > img {
  width:50%;
  max-width:200px;
  margin:0 auto;
}
/*----------------------------------------------------
 mouse tracking
----------------------------------------------------*/
#stkr {
  position:fixed;
  top:0px;
  left:0px;
  width:26px;
  height:26px;
  background:linear-gradient(45deg,rgba(135,193,153,.5),rgba(180, 187, 145,.5));
  border-radius:50%;
  transition:.5s;
  transition-timing-function:ease-out;
  pointer-events:none;
  mix-blend-mode:multiply;
  z-index:1000;
}
/*----------------------------------------------------
  #heading / h1
----------------------------------------------------*/
#heading {
  width:100%;
  height:auto;
  position:absolute;
  top:110px;
  left:0;
  z-index:2;
}
#heading > h1 {
  width:90%;
  height:auto;
  margin:0 auto;
  padding:5px 0;
  text-align:right;
  font-size:1rem;
  font-weight:normal;
  line-height:1.4;
  box-sizing:border-box;
}
#heading > h1 > br {
  display:none;
}
/*----------------------------------------------------
  header
----------------------------------------------------*/
header {
  width:100%;
  height:auto;
}
#header01 {
  width:100%;
  height:100px;
  position:fixed;
  top:0;
  left:0;
  z-index:999;
  letter-spacing:.05em;
  box-sizing:border-box;
  transition:1s cubic-bezier(.4, 0, .2, 1);
}
.head-animation {
  transform:translateY(-100%);
}
.global-nav__wrapper {
  width:100%;
  height:auto;
  transition: 1s cubic-bezier(.4, 0, .2, 1);
}
.scroll .global-nav__wrapper {
  background:rgba(255, 255, 255,.7);
  backdrop-filter: blur(30px);
  transition: 1s cubic-bezier(.4, 0, .2, 1);
}
.global-nav {
  width:90%;
  height:100px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.global-nav__logo {
  width:auto;
  height:40px;
  position:relative;
  z-index:1001;
}
.global-nav__logo > a {
  display:flex;
  align-items:center;
  width:100%;
  height:100%;
}
.global-nav__logo > a > img {
  width:auto;
  height:100%;
}
.navigation {
  width:auto;
  height:100px;
}
nav {
  height:100%;
  display:inline-flex;
  align-items:center;
  padding-left:100px;
  box-sizing:border-box;
}
nav > ul {
  height:100%;
  display:inline-flex;
  list-style:none;
}
nav > ul > li {
  display:inline-block;
  width:auto;
  height:100%;
}
.nav-current > a {
  position:relative;
}
.nav-current > a::after {
  display:inline-block;
  content:'';
  width:80%;
  height:0;
  border-bottom:2px solid #c5b358;
  position:absolute;
  bottom:20px;
  left:50%;
  transform:translate(-50%,0);
}
nav > ul > li > a {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:auto;
  height:100%;
  padding:0 14px;
}
.navi__txt {
  font-size:1.6rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  letter-spacing:-0.01em;
}
.navi__ruby {
  display:none;
  font-size:1.1rem;
  letter-spacing:0;
  font-family: "Shippori Mincho B1", serif;
}
.navi__menuSub {
  display:none;
  position:absolute;
  top:100%;
  left:50%;
  transform:translate(-50%,0);
  width:100%;
  height:auto;
  padding:20px 0;
  list-style:none;
  background:rgba(255, 255, 255,.9);
}
.navi__menuSub > ul {
  width:90%;
  max-width:1280px;
  margin:0 auto;
  display:flex;
  list-style:none;
}
.navi__menuSub > ul > li {
  display:inline-flex;
}
.navi__menuSub > ul > li::before {
  display:inline-block;
  content:'';
  width:10px;
  height:0;
  border-top:1px solid #ccc;
  margin-top:10px;
}
.navi__menuSub > ul > li > a {
  display:flex;
  flex-direction:column-reverse;
  justify-content:flex-start;
  width:100%;
  height:auto!important;
  padding:0 20px 0 5px;
  line-height:1.4;
  box-sizing:border-box;
  text-align:left!important;
}
.navi__menuSub > ul > li > a .navi__ruby {
  display:inline-block;
  color: #545454;
  background: linear-gradient(to right, #9C6926 0%, #B7822E 25%, #CA8540 50%, #E0AF3E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navi__menuSub > ul > li > a > i {
  margin-right:8px;
}
.navigation-cta {
  width:auto;
  display:flex;
  align-items:center;
}
.navigation-cta > a {
  width:160px;
  height:42px;
  display:flex;
  align-items:center;
  font-size:1.3rem;
  padding-left:20px;
  box-sizing:border-box;
  color:#fff;
  border-radius:20px 20px 20px 0;
  position:relative;
}
.navigation-cta > a:not(:last-child) {
  margin-right:5px;
}
.navigation-cta > a > span:nth-of-type(2) {
  display:flex;
  align-items:center;
}
.navigation-cta > a > span:nth-of-type(2)::before {
  display:inline-block;
  content:'';
  width:8px;
  height:8px;
  background:50vh;
  border-radius:50vh;
  margin-right:5px;
  background:#fff;
}
.navigation-cta__web {
  background:#2c2c2c;
}
.navigation-cta__line {
  background:linear-gradient(115deg, #49c8ad, #89d1e7);
}
.navigation-cat__icon {
  width:28px;
  height:28px;
  font-size:1.8rem;
  background:#fff;
  border-radius:50vh;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  margin-right:5px;
  position:absolute;
  top:50%;
  right:5px;
  transform:translate(0,-50%);
}
.navigation-cta__web .navigation-cat__icon > i {
  color:#2c2c2c;
}
.navigation-cta__line .navigation-cat__icon > i {
  color:#49c8ad;
}
.navigation-cta.header-sp {
  display:none;
}
/*----------------------------------------------------
  #nav-toggle
----------------------------------------------------*/
.nav-toggle {
  display:none;
  position:fixed;
  top:0;
  right:20px;
  width:60px;
  height:100px;
  z-index:1001;
  cursor:pointer;
}
.nav-toggle > span {
  display:inline-block;
  width:50%;
  height:3px;
  position:absolute;
  left:50%;
  transform:translate(-50%,0);
  background:#1a1a1a;
  border-radius:3px;
  transition:all .4s;
  box-sizing:border-box;
}
.scroll .nav-toggle > span {
  background:#1a1a1a;
}
.nav-toggle > span:nth-of-type(1) {
  top:36px;
}
.nav-toggle > span:nth-of-type(2) {
  top:46px;
  right:0;
}
.nav-toggle > span:nth-of-type(3) {
  top:56px;
}
.nav-toggle.active > span {
  height:3px;
  left:50%;
  transform:translate(-50%,0);
  background:#1a1a1a;
}
.nav-toggle.active > span:nth-of-type(1) {
  top:26px;
  transform:translate(-50%,20px) rotate(-45deg);
  -webkit-transform:translate(-50%,20px) rotate(-45deg);
}
.nav-toggle.active > span:nth-of-type(2) {
  left:50%;
  opacity:0;
  animation: active-menu-bar02 .8s forwards;
  -webkit-animation: active-menu-bar .8s forwards;
}
@-webkit-keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
.nav-toggle.active span:nth-of-type(3) {
  top:66px;
  transform: translate(-50%,-20px) rotate(45deg);
  -webkit-transform:translate(-50%,-20px) rotate(45deg);
}
/*------------------------------------
  main
------------------------------------*/
main {
  width:100%;
  height:auto;
  position:relative;
  overflow:hidden;
}
/*------------------------------------
  reserve
------------------------------------*/
.reserve {
  width:100%;
  height:auto;
  padding:100px 0;
  position:relative;
}
.reserve-body {
  width:90%;
  max-width:1200px;
  margin:0 auto;
}
.menu-link {
  width:90%;
  padding:60px 7.5% 0 7.5%;
  box-sizing:border-box;
  margin:0 auto;
  background:rgba(0,0,0,.1);
  position:relative;
  color:#fff;
}
.menu-link__bg {
  width:42.5%;
  position:absolute;
  top:2.5%;
  left:-5%;
}
.menu-link__ttl {
  width:100%;
  margin:0 auto 20px auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  line-height:1.6;
}
.menu-link__ttl > h2,
.menu-link__ttl > h3,
.menu-link__ttl > h4 {
  font-size:2.6rem;
}
.menu-select-arrow {
  width:100%;
  height:16px;
  margin:5px 0 20px 0;
  position:relative;
}
.menu-select-arrow span {
  position: absolute;
  top:0;
  left:50%;
  transform:translate(-50%, 0);
  width:16px;
  height:16px;
  border-top:16px solid #fff;
  border-right:16px solid transparent;
  border-left:16px solid transparent;
  border-bottom:16px solid transparent;
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
@keyframes blink {
  0% {
    opacity:0;
  }
  50% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}
.menu-link__lead {
  width:100%;
  text-align:center;
  margin-bottom:30px;
}
.menu-link-sp {
  display:none;
}
.menu-link__col {
  width:100%;
  height:auto;
  display:flex;
  align-items:center;
  justify-content:space-around;
  margin:0 auto;
}
.menu-link__col-img {
  width:47.5%;
  height:auto;
}
.menu-link__col-blk {
  width:40%;
  height:auto;
}
.menu-link__col-blk > a {
  width:100%;
  height:100px;
  display:flex;
  align-items:center;
  color:#fff;
  border-radius:50vh 50vh 50vh 0;
  padding-left:20%;
  box-sizing:border-box;
}
.menu-link__col-blk > a:not(:last-child) {
  margin-bottom:10px;
}
.menu-link__col-blk > a:nth-of-type(1) {
  background: linear-gradient(45deg, #1a1a1a, #444444,#1a1a1a);
}
.menu-link__col-blk > a:nth-of-type(2) {
  background: linear-gradient(115deg, #49c8ad, #89d1e7);
}
.menu-link__col-blk > a:nth-of-type(3) {
  background: linear-gradient(45deg, #AA9883, #61564A);
}
.menu-link__col-icon {
  display:flex;
  justify-content:center;
  align-items:center;
  width:52px;
  height:52px;
  font-size:2.4rem;
  line-height:1;
  background:#fff;
  color:#1a1a1a;
  border-radius:50vh;
  margin-right:10px;
}
.menu-link__col-blk > a:nth-of-type(1) i {
  color:#1a1a1a;
}
.menu-link__col-blk > a:nth-of-type(2) i {
  color:#49c8ad;
}
.menu-link__col-blk > a:nth-of-type(3) i {
  color:#61564A;
}
.menu-link__col-txt {
  display:flex;
  flex-direction:column;
  line-height:1.4;
  font-size:1.2rem;
}
.menu-link__col-txt-main {
  font-size:2.6rem;
}
.menu-link__txt {
  font-size:1.4rem;
  margin-top:30px;
}
/*------------------------------------
 #mobile-nav
------------------------------------*/
#mobile-nav {
  display:none;
  width:100%;
  max-width:480px;
  height:auto;
  position:fixed;
  left:0;bottom:0;right:0;
  z-index:998;
  box-sizing:border-box;
  background:#1a1a1a;
}
#mobile-nav > ul {
  width:100%;
  height:auto;
  display:flex;justify-content:space-around;align-items:center;
  margin:0 auto;
  box-sizing:border-box;
  list-style:none;
  position:relative;
  z-index:1;
}
#mobile-nav > ul > li {
  width:50%;
  height:52px;
}
#mobile-nav > ul > li:nth-of-type(1) {
  background: linear-gradient(45deg, #1a1a1a, #444444, #1a1a1a);
}
#mobile-nav > ul > li:nth-of-type(2) {
  background: linear-gradient(115deg, #49c8ad, #89d1e7);
}
#mobile-nav > ul > li:nth-of-type(3) {
  background: linear-gradient(45deg, #AA9883, #61564A);
}
#mobile-nav > ul > li > a {
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  line-height:1.4;
  color:#fff;
}
.mobile-nav__inner {
  display:inline-flex;
  justify-content:center;
  align-items:center;
}
.mobile-nav__icon {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:24px;
  height:24px;
  background:rgba(255,255,255,.7);
  border-radius:50vh;
  font-size:1.4rem;
  line-height:1;
  margin-right:3px;
}
#mobile-nav > ul > li:nth-of-type(1) .mobile-nav__icon i {
  color:#1a1a1a;
}
#mobile-nav > ul > li:nth-of-type(2) .mobile-nav__icon i {
  color:#49c8ad;
}
#mobile-nav > ul > li:nth-of-type(3) .mobile-nav__icon i {
  color:#61564A;
}
.mobile-nav__inner > p {
  font-size:1.4rem;
}
#mobile-nav > ul > li > a > span {
  font-size:1rem;
}
/*------------------------------------
 .footer
------------------------------------*/
#footer01 {
  width:100%;
  height:auto;
  background:linear-gradient(45deg,#1a1a1a,#444444,#1a1a1a);
  color:#fff;
  font-size:1.4rem;
  font-family:"Shippori Mincho B1", serif;
  font-weight:500;
  font-style:normal;
  position:relative;
}
#footer01 a {
  color:#fff;
}
.footer__body {
  width:90%;
  max-width:1280px;
  margin:0 auto;
  padding:120px 0;
}
.footer-col {
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items: center;
}
.footer-info {
  width:auto;
  height:auto;
  flex:1;
}
.footer-top {
  display:flex;
  align-items:center;
  border-bottom:1px solid rgba(255,255,255,.2);
  margin-bottom:20px;
  padding-bottom:20px;
}
.footer-top > a {
  display:block;
  width:160px;
  margin-right:20px;
}
.footer-top > h2 {
  font-size:1rem;
  font-weight:normal;
  line-height:1.6;
}
.footer-info > ul {
  font-size:1.4rem;
  list-style:none;
  margin-bottom:20px;
}
.footer-info > ul > li {
  line-height:1.4;
  margin-bottom:5px;
}
.footer-info > ul > li:nth-of-type(1) {
  margin-bottom:20px;
}
.footer-attention {
  font-size:1.2rem;
}
.footer-address__col {
  display:flex;
  align-items:center;
}
.footer-address__col-tab {
  width:80px;
  background:rgba(0,0,0,.5);
  text-align:center;
  padding:2.5px 0;
  margin-right:10px;
}
.footer-link {
  display:flex;
  align-items:center;
}
.footer-link > a {
  padding-right:20px;
  font-weight:400;
}
.footer-link > a > i {
  font-size:2rem;
  font-weight:400;
}
.footer-link > a > svg {
  width:20px;
  fill:#fff;
}

.footer-nav {
  width:auto;
  display:flex;
  justify-content:space-between;
}
.footer-nav > ul {
  width:auto;
  list-style:none;
  padding:0 40px;
  box-sizing:border-box;
}
.footer-nav > ul > li > a {
  display:inline-flex;
  align-items:center;
  padding-bottom:10px;
}
.footer-nav > ul > li > a::before {
  display:inline-block;
  content:'';
  width:10px;
  height:10px;
  background: url('../img/common/icon-dia-w.svg');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  margin-right:5px;
}

.footer-nav > ul > li > ul {
  list-style:none;
}
.footer-nav > ul > li > ul {
  padding-left:14px;
  box-sizing:border-box;
}
.footer-nav > ul > li > ul > li > a {
  display:inline-flex;
  align-items:center;
  padding-bottom:10px;
}
.footer-nav > ul > li > ul > li > a::before {
  display:inline-block;
  content:'';
  width:10px;
  height:0;
  border-top:2px solid #6c6c6c;
  border-radius:2px;
  margin-right:5px;
}
.copyright {
  width:100%;
  height:auto;
  text-align:center;
  font-size:1.2rem;
  padding:10px 0;
}
@media screen and (max-width:1360px) {
  .tb-br br {
    display:block!important;
  }
  .tb-br{
    line-height:1.6;
  }
  .footer01 {
    width:90%;
    max-width:initial;
  }
}
@media screen and (max-width:1300px) {
  nav {
    padding-left: 0;
  }
}
@media screen and (max-width:1280px) {
  html {
    font-size: calc(100vw/128.0);
  }
}
@media screen and (max-width:1200px) {
  #header01 {
    height:auto;
    position:fixed;
    z-index:1001;
  }
  .global-nav__wrapper {
    width:100%;
    max-width:initial;
    padding-left:0;
  }
  .global-nav {
    justify-content:space-between;
    padding:0 10px;
    box-sizing:border-box;
  }
  .navigation-cta {
    margin-right:20px;
  }
  #nav-toggle {
    display:block;
  }
  .navi__txt {
    font-size:1.8rem;
  }
  /*-------------------------------------------------
    toggle
  -------------------------------------------------*/
 .navigation {
    width:100%;
    max-width:initial;
    height:100vh;
    background:#fff;
    box-sizing:border-box;
    opacity:0;
    visibility:hidden;
    transition: .4s;
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
  }
  .navigation.is-open {
    width:100%;
    height:100vh;
    opacity:1;
    display:flex;
    flex-direction:column;
    visibility:visible;
    overflow-y:scroll;
  }
  .navigation.is-open::-webkit-scrollbar {
    display:none;
  }
  .navigation > nav {
    width:100%;
    height:auto;
    margin:0 auto;
    padding:100px 0;
  }
  .navigation > nav > ul {
    width:100%;
    max-width:520px;
    height:auto;
    margin:0 auto;
    flex-direction:column;
  }
  .navigation > nav > ul > li {
    width:100%;
    height:auto;
    box-sizing:border-box;
    position:relative;
  }
  .navigation > nav > ul > li > a {
    display:block;
    width:100%;
    padding-bottom:5px;
  }
  .navigation > nav > ul > li > a .navi__txt {
    font-size:3rem;
  }
  .nav-current > a::after {
    display:none;
  }
  .navi__menuSub {
    display:block!important;
    position:relative;
    top:initial;
    left:initial;
    transform:initial;
    width:100%;
    height:auto;
    padding:10px 0;
    list-style:none;
    background:rgba(219, 219, 219, 0.2);
  }
  .navi__menuSub > ul {
    flex-wrap:wrap;
  }
  .navi__menuSub > ul > li {
    width:49%;
    padding:10px 0;
  }
}
@media screen and (max-width:1100px) {
  /*---menu-link---*/
  .menu-link {
    padding:60px 50px 0 50px;
  }
  .menu-link__col-blk {
    width:45%;
    height:auto;
  }
  .menu-link__col-blk > a {
    height:84px;
  }
  .menu-link__txt {
    margin:20px 0;
  }
}
@media screen and (max-width:1024px) {
  html {
    font-size: calc(100vw/102.4);
  }
  /*---menu-link---*/
  .menu-link {
    width:100%;
  }
}
@media screen and (max-width:896px) {
  html {
    font-size: calc(100vw/89.6);
  }
  /*---menu-link---*/
  .menu-link__col-blk > a {
    padding-left:12%;
  }
  /*---footer---*/
  .footer-col {
    flex-direction:column;
  }
  .footer-info {
    padding-bottom:40px;
  }
  .footer-nav {
    flex-direction:column;
    padding:20px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
  }
  .footer-nav > ul {
    padding:0;
  }
  .footer-nav > ul > li > ul {
    display:flex;
  }
  .footer-nav > ul > li > ul > li:not(:last-child) {
    margin-right:20px;
  }
  .footer-nav > ul:nth-of-type(2) {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
  }
  .footer-nav > ul:nth-of-type(2) > li {
    width:49%;
  }
 
}
@media screen and (max-width:786px) {
  html {
    font-size: calc(100vw/78.6);
  }
  /*---menu-link---*/
  .menu-link {
    padding: 60px 50px;
  }
  .menu-link__col {
    flex-direction:column;
  }
  .menu-link__lead br {
    display:none;
  }
  .menu-link__col-img {
    width: 56.5%;
    margin-bottom:30px;
  }
  .menu-link__col-blk {
    width:60%;
  }
  .menu-link__col-blk > a {
    justify-content:center;
    padding-left:0;
  }
  .menu-link__col-txt {
    width:180px;
    font-size:1rem;
    text-align:center;
  }
  .menu-link__txt {
    width:100%;
  }
}
@media screen and (max-width:680px) {
  html {
    font-size: calc(100vw/68);
  }
  .navigation > nav > ul {
    width:75%;
    max-width:initial;
  }
  .navigation-cta {
    margin-right:40px;
  }
  /*---menu-link---*/
  .menu-link__col-img {
    width:72.5%;
  }
  .menu-link-pc {
    display:none;
  }
  .menu-link-sp {
    display:block;
  }
  .menu-link__col-blk {
    width:80%;
  }
  .menu-link__bg {
    width:50%;
    top:-1.5%;
    left:-4%;
  }
}
@media screen and (max-width:600px) {
  .navigation-cta.header-pc {
    display:none;
  }
}
@media screen and (max-width:480px) {
  html {
    font-size:62.5%;
  }
  body {
    font-size:1.4rem;
  }
  #stkr {
    display:none;
  }
  #header01 {
    height:auto;
    position:fixed;
  }
  #heading {
    top:68px;
    color:#a3a3a3;
  }
  #heading > h1 > br {
    display:block;
  }
  #heading > h1 {
    letter-spacing:0;
  }
  .global-nav {
    height:68px;
  }
  .global-nav__logo {
    height:40px;
  }
  nav {
    padding-bottom:0;
  }
  .navigation > nav > ul {
    width:85%;
    max-width:initial;
  }
  .navigation > nav > ul > li > a {
    padding:0;
    line-height:2;
  }
  .navigation > nav > ul > li > a .navi__txt {
    font-size:2rem;
  }
  .navi__menuSub {
    padding:5px 0;
  }
  .navi__menuSub > ul {
    width:95%;
  }
  .navi__txt {
    font-size:1.3rem;
  }
  .navi__ruby {
    font-size:1rem;
  }
  .navigation-cta {
    display:none;
  }
  .nav-toggle {
    height:68px;
  }
  .nav-toggle > span:nth-of-type(1) {
    top:16px;
  }
  .nav-toggle > span:nth-of-type(2) {
    top:26px;
    right:0;
  }
  .nav-toggle > span:nth-of-type(3) {
    top:36px;
  }
  .nav-toggle.active > span:nth-of-type(1) {
    top:6px;
  }
  .nav-toggle.active > span:nth-of-type(2) {
    left:50%;
  }
  .nav-toggle.active span:nth-of-type(3) {
    top:46px;
  }
  /*---ttl---*/
  .ttl > p {
    font-size:4.6rem;
  }
  .ttl > img {
    width:60px;
    margin-left:10px;
  }
  .ttl__sub {
    font-size:5rem;
  }
  /*---menu-link---*/
  .menu-link {
    padding:40px 20px;
  }
  .menu-select-arrow {
    margin:0px 0 15px 0;
  }
  .menu-link__ttl > h2,
  .menu-link__ttl > h3,
  .menu-link__ttl > h4 {
    font-size: 2rem;
  }
  .menu-link__col-img {
    width:87.5%;
  }
  .menu-link__lead {
    margin-bottom:20px;
    text-align:left;
  }
  .menu-link__col-blk {
    width:100%;
  }
  .menu-link__col-icon {
    width:46px;
    height:46px;
    font-size:2rem;
  }
  .menu-link__col-txt {
    width:170px;
  }
  .menu-link__col-txt-main {
    font-size:2.2rem;
  }
  .menu-link__txt {
    font-size:1.2rem;
  }
  /*---footer---*/
  .footer::before {
    opacity: .8;
  }
  .footer__body {
    padding:100px 0;
  }
  .footer-top {
    flex-direction:column;
    align-items:center;
    padding-bottom:30px;
    margin-bottom:30px;
  }
  .footer-top > a {
    width:60%;
    margin-right:0;
    margin-bottom:20px;
  }
  .footer-nav > ul > li > ul {
    flex-wrap:wrap;
  }
  .footer-nav > ul > li > ul > li {
    width:49%;
  }
  .footer-nav > ul > li > ul > li:not(:last-child) {
    margin-right:0;
  }
  .copyright {
    font-size:1rem;
    padding-bottom:70px;
  }
}