@charset "utf-8";
/*
----------------------------------
◆(C)ANA master CSS for Domestic
◆Version: 1.3
◆creation date: 21/08/04
◆last update: 22/08/12
--------------------------------- */

/* --------------------------------------------------
  ana common reset
 --------------------------------------------------- */
#wrap-container, .max-inner {
  max-width: 100%;
}

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

.res-main-contents {
  margin-right: calc( ((100vw - 100%) / 2) * -1 );
  margin-left: calc( ((100vw - 100%) / 2) * -1 );
}

#wrap-container {
  padding-bottom: 0;
}

.rcrumbs-cover {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

[tabindex]:focus, a:focus, area:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline: none!important;
}

/* --------------------------------------------------
  main contents
 --------------------------------------------------- */
.base {
  box-sizing: border-box;
  color: #000;
  font-size: 1.04vw;
  line-height: 2.175em;
  letter-spacing: 0.075em;
	position: relative;
  width: 100%;
	height: 100%;
}

.base a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.base a:hover {
  opacity: 0.6;
}

main {
  display: block;
}

.l-main {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.c-sp {
  display: none;
}

.c-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* --------------------------------------------------
  header
 --------------------------------------------------- */
.l-header a {
  font-family: 'Helvetica',YuGothic,'Yu Gothic','Arial','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.l-header-wrapper {
  position: relative;
  z-index: 99;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 16.66vh;
  width: 100%;
  z-index: 99;
}

.p-header-logo--sub {
  line-height: 0;
  margin-left: 9.69vw;
  width: 21.25vw;
  height: 1.08vw;
}

.p-header-logo--main {
  position: absolute;
  bottom: calc(-13.43vw / 2);
  left: calc(50% - 18.23vw / 2);
  transition: 0.5s;
  width: 18.23vw;
  height: 13.45vw;
}

.p-header-icon-area {
  display: flex;
  justify-content: space-between;
  margin: 0 3.28vw 0 auto;
  width: 8.19vw;
  height: 2.28vw;
}

.p-btn-insta {
  display: inline-block;
  line-height: 0;
  margin-right: 2.29vw;
  width: 2.28vw;
  height: 2.28vw;
}

.p-btn-nav--open {
  cursor: pointer;
  opacity: 1;
  position: relative;
  transition: 0.8s;
  visibility: visible;
  width: 3.64vw;
  height: 2.13vw;
}

.p-btn-nav--open span {
  background-color: #000;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}

.p-btn-nav--open span:first-child {
  top: 0;
}

.p-btn-nav--open span:nth-child(2) {
  top: calc(50% - 1px);
}

.p-btn-nav--open span:last-child {
  bottom: 0;
}

/* --------------------------------------------------
  nav-area
 --------------------------------------------------- */
.p-nav {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 90px);
  z-index: -1;
  display: none;
  padding-bottom: 100vh;
  box-sizing: content-box;
}

.p-nav-list li {
  margin-bottom: 2.5em;
}

.p-nav-list li:first-child span {
  display: inline-block;
  font-size: 1.66vw;
  margin-left: 1em;
}

.p-nav-list li:last-child {
  margin-bottom: 0;
}

.p-nav-list a {
  font-family: 'Helvetica',YuGothic,'Yu Gothic','Arial','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 2.08vw;
  line-height: 1.32em;
  letter-spacing: 0.05em;
}

.p-nav-list .u-menu--child {
  margin-bottom: 1.2em;
}

.p-nav-list .u-menu--child a {
  font-size: 1.66vw;
}

.p-btn-nav--close-wrap {
  display: flex;
  align-items: center;
  height: 16.66vh;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 3.28vw;
  transition: 0.8s;
  visibility: hidden;
}

.p-btn-nav--close {
  cursor: pointer;
  width: calc(2.6vw * 1.414);
  height: calc(2.6vw * 1.414);
}

.p-btn-nav--close span {
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: calc(2.6vw * 1.414);
  height: 2px;
}

.p-btn-nav--close span:first-child {
  transform-origin: center;
  transform: rotate(45deg);
}

.p-btn-nav--close span:last-child {
  transform-origin: center;
  transform: rotate(-45deg);
}

/* --------------------------------------------------
  footer style
 --------------------------------------------------- */
.global-footer-utility-wrap {
  background-color: #fff;
  color: #000;
  font-family: YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}

/* --------------------------------------------------
  animation
 --------------------------------------------------- */
body {
  animation: fade-in 5s ease 0s 1 normal;
  -webkit-animation: fade-in 5s ease 0s 1 normal;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.base.open .p-nav, .base.open .p-btn-nav--close-wrap {
  opacity: 1;
  visibility: visible;
}

.base.open .p-btn-nav--open {
  opacity: 0;
  visibility: hidden;
}

.base.scroll .l-header-wrapper {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
}

.base.scroll .p-header-logo--main, .base.open .p-header-logo--main{
  position: absolute;
  bottom: calc(50% - 5.72vw / 2);
  left: calc(50% - 7.76vw / 2);
  width: 7.76vw;
  height: 5.73vw;
}

.active-slide {
  opacity: 0;
  transform : translate(-200px,0);
  transition : all 1500ms;
}

.focus-slide {
  opacity: 1;
  transform: translate(0, 0);
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .p-header-logo--main {
    transition: none;
  }
}

@media screen and (max-width:1024px){
  #breadcrumbs {
    top: 46px;
  }

  .rcrumbs-cover {
    padding: 0 1.5%;
  }

  .p-nav {
    height: calc(100vh - 75px);
    top: 75px;
  }
}

@media screen and (max-width:570px){
  .rcrumbs-cover {
    padding: 0 3%;
  }

  .base {
    font-size: 3.2vw;
  }

  .c-pc {
    display: none;
  }

  .c-sp {
    display: block;
  }

  .l-header {
    height: 8.61vh;
    justify-content: flex-end;
  }

  .p-header-logo--main, .base.scroll .p-header-logo--main, .base.open .p-header-logo--main{
    bottom: -5.17vw;
    left: calc(50% - 20.97vw / 2);
    width: 20.97vw;
    height: 15.48vw;
  }

  .p-header-logo--sub {
    margin-left: 6.85vw;
    position: absolute;
    left: 0;
    bottom: -4.32vw;
    width: 16.77vw;
    height: 14.78vw;
  }

  .p-header-icon-area {
    align-items: center;
    margin: 0 6.85vw 0 auto;
    width: 16.61vw;
    height: 5.22vw;
  }

  .p-btn-insta {
    margin-right: 5.14vw;
    width: 4.28vw;
    height: 4.28vw;
  }

  .p-btn-nav--open {
    width: 7.08vw;
    height: 5.2vw;
  }

  .p-btn-nav--open span {
    height: 1px;
  }

  .p-btn-nav--close-wrap {
    height: 8.61vh;
    top: 0;
    right: 6.85vw;
  }

  .p-nav-list {
    width: 75.4vw;
  }

  .p-nav-list li {
    margin-bottom: 15px;
  }

  .p-nav-list li:first-child {
    margin-bottom: 25px;
  }

  .p-nav-list a {
    font-size: 5.42vw;
  }

  .p-nav-list li:first-child span {
    font-size: 4.28vw;
    margin-left: 6px;
  }

  .p-nav-list .u-menu--child {
    margin-bottom: 15px;
  }

  .p-nav-list .u-menu--child a {
    font-size: 4.28vw;
  }

  .p-btn-nav--close {
    width: calc(5vw * 1.414);
    height: calc(5vw * 1.414);
  }

  .p-btn-nav--close span {
    width: calc(5vw * 1.414);
    height: 1px;
  }
}
