@charset "UTF-8";
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-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
table {
  font-size: inherit;
  font: 100%;
}
picture {
  display: block;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
html[data-fontsize=small] {
  font-size: 56.25%;
}
html[data-fontsize=medium] {
  font-size: 62.5%;
}
html[data-fontsize=large] {
  font-size: 68%;
}
@media print {
  html html {
    background-image: none;
    background-color: #fff;
  }
}

body {
  width: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
body {
  font-size: 15px;
}
html, body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
}
@media print {
  body {
    _zoom: 80%;
  }
}

a,
a:before,
a:after,
button,
button:before,
button:after,
.u-transition,
.u-transition_before:before,
.u-transition_after:after {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
a img {
  transition: all 1.5s;
}
a,
input,
button {
  touch-action: manipulation;
  -webkit-touch-callout: none;
}
a,
button {
  cursor: pointer;
}
a {
  color: #000;
  text-decoration: none;
  display: block;
  backface-visibility: hidden;
}
button {
  cursor: pointer;
  outline: none;
}
img {
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
li {
  list-style: none;
}
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  color: #fff;
  background: #CD7511;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
dt, dd {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
}

.c-heading_en,
.u-font_aviano,
.u-font_avianoBefore:before,
.u-font_avianoAfter:after {
  font-family: aviano, serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .u-show_sp {
    display: none !important;
  }
}
@media print {
  .u-show_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-hide_sp {
    display: none !important;
  }
}
@media screen and (min-width: 376px) {
  .u-show_se {
    display: none !important;
  }
}
.u-inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

/* scroll FadeIn　未使用
//* -------------------------------------------------- */
/* SCROLL fade 使用
//* -------------------------------------------------- */
.js-scrollClass {
  opacity: 0;
}
.is-state_scroll {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time04 {
  animation-delay: 0.4s;
}
.delay-time06 {
  animation-delay: 0.6s;
}

/* SCROLL fade 使用
//* -------------------------------------------------- */
.anime_op {
  opacity: 0;
  transition: all 1s;
}
.motion_Y10 {
  transform: translateY(10px);
  transition: all 0.5s;
}
.motion_Y30 {
  transform: translateY(30px);
  transition: all 0.5s;
}
.motion_Y50 {
  transform: translateY(50px);
}
.motion_X20 {
  transform: translateX(-20px);
  transition: all 0.8s;
}
.motion_X_20 {
  transform: translateX(20px);
  transition: all 0.8s;
}
.motion_Z8 {
  transform: scale(0.8,0.8);
}
.motion_blur {
  filter: blur(25px);
  transition: all 0.8s ease-in;
}

.is_animed {
  transform: translateX(0);
  transform: translateY(0);
  transform: rotate(0);
  transform: scale(1);
  opacity: 1;
  filter: blur(0px);
}
.delay-ani02 {
  transition-delay: 0.2s;
}
.delay-ani03 {
  transition-delay: 0.3s;
}
.delay-ani05 {
  transition-delay: 0.5s;
}


.g-body {
  font-family: zen-kaku-gothic-new, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #fff;
  font-display: swap;
  line-height: 1.65;
  font-weight: 400;
  color: #000;
  animation: fade 1s ease forwards;
  opacity: 0;
  letter-spacing: -0.01em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html.is-fixed,
body.is-fixed {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.g-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 auto;
}
.g-header {
  z-index: 99;
  top: 4%;
  left: 2%;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  font-family: new-atten, sans-serif;
}
.g-header.is-fixed {
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  top: 4%;
  left: 2%;
  width: fit-content;
  z-index: 1000;
  color: #fff;
}
.g-header .logo svg {
  width: 186.999px;
  height: 16.16px;
  flex-shrink: 0;
}
.is-story .g-header .logo path,
.is-contact .g-header .logo path {
  fill: #fff;
}
.g-header-pcmenu {
  position: fixed;
  height: fit-content;
  top: 0;
  bottom: 0;
  margin: auto;
}
.g-header-pcmenu li {
  margin: .5em 0;
  font-weight: 500;
  line-height: 1;
}
.g-header-pcmenu a {
  color: rgba(0, 140, 189, 1);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  width: fit-content;
  padding: 0 .5em;
  transition: all 0.3s;
}
.is-story .g-header-pcmenu a,
.is-contact .g-header-pcmenu a {
  color: var(--unnamed, #FFF);
}
.menu-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 1px solid rgba(0, 140, 189, 1);
  border-radius: 13px;
  pointer-events: none;
  transition: all 0.4s ease;
  box-sizing: border-box;
  z-index: 0;
}
.is-story .menu-indicator,
.is-contact .menu-indicator {
  border-color: var(--unnamed, #FFF);
}

@media screen and (min-width: 768px) {
  .g-header-hamburger:hover,
  .g-header-close:hover,
  .g-header-bnr a:hover {
    transform: scale(1.1);
    cursor: pointer;
  }
  .g-header-sidemenu-lists a:hover {
    letter-spacing: .15em;
  }
  .g-header-pcmenu a:hover {
    letter-spacing: .2em;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-header {
    top: 15px;
    right: 15px;
    left: inherit;
  }
  .g-header.is-fixed {
    left: 15px;
    width: inherit;
    top: 2%;
  }
  .js-navopen .g-header {
    z-index: 1000;
  }
  .g-header .logo {
    width: fit-content;
    margin-top: calc(21vw / 7.5);
  }
  .g-header .logo svg {
    width: calc(255vw / 7.5);
    height: calc(22.036vw /7.5);
    z-index: 9;
    position: relative;
  }
  .js-navopen .g-header .logo path {
    fill: #000!important;
  }
  .g-header-sidemenu {
    height: 100vh;
    position: fixed;
    right: -100%;
    transition: all 0.6s ease-in-out;
    top: 0;
    visibility: hidden;
    width: 0;
    z-index: -1;
    opacity: 0;
    background: url(../images/common/bg_nav.jpg) repeat-y;
    background-size: 100% auto;
    margin: 0 auto;
  }
  .g-header-sidemenu:before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    margin: auto;
    background: url(../images/common/nav_caramel.webp) no-repeat right top;
    background-size: 100% auto;
    width: calc(468vw / 7.5);
    height: calc(599vw / 7.5);
    top: -3%;
  }
  .js-navopen .g-header-sidemenu:before {
    animation: souce02 2.5s ease-in-out forwards;
    animation-delay: 0s;
  }
  .g-header-hamburger {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background: #CD7511;
    color: #fff;
    border: 1px solid #CD7511;
    text-align: left;
    font-size: 1.8rem;
    line-height: 88px;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    text-indent: 1.1em;
    width: calc(186vw / 7.5);
    height: calc(72vw / 7.5);
    font-size: calc(28vw / 7.5);
    line-height: calc(72vw / 7.5);
    border-radius: calc(36vw / 7.5);
  }
  .g-header-close > span,
  .g-header-hamburger > span {
    position: absolute;
    right: .8em;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: calc(24vw / 7.5);
    height: calc(24vw / 7.5);
  }
  .g-header-close > span:before,
  .g-header-hamburger > span:before {
    display: block;
    content: '';
    position: absolute;
    width: calc(7vw / 7.5);
    height: calc(7vw / 7.5);
    background: #fff;
    border-radius: 50%;
    left: 0;
    top: 0;
  }
  .g-header-close > span:after,
  .g-header-hamburger > span:after {
    display: block;
    content: '';
    position: absolute;
    width: calc(7vw / 7.5);
    height: calc(7vw / 7.5);
    background: #fff;
    border-radius: 50%;
    right: 0;
    top: 0;
  }
  .g-header-close > span > span:before,
  .g-header-hamburger > span > span:before {
    display: block;
    content: '';
    position: absolute;
    width: calc(7vw / 7.5);
    height: calc(7vw / 7.5);
    background: #fff;
    border-radius: 50%;
    left: 0;
    bottom: 0;
  }
  .g-header-close > span > span:after,
  .g-header-hamburger > span > span:after {
    display: block;
    content: '';
    position: absolute;
    width: calc(7vw / 7.5);
    height: calc(7vw / 7.5);
    background: #fff;
    border-radius: 50%;
    right: 0;
    bottom: 0;
  }
  .g-header-close > span:after,
  .g-header-close > span > span:before,
  .g-header-close > span > span:after,
  .g-header-close > span:before {
    background: #CD7511;
  }
  .g-header-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: #fff;
    color: #CD7511;
    display: inline-block;
    font-weight: bold;
    z-index: -1;
    opacity: 0;
    transition: .3s;
    text-indent: 1.1em;
    width: calc(186vw / 7.5);
    height: calc(72vw / 7.5);
    font-size: calc(28vw / 7.5);
    line-height: calc(72vw / 7.5);
    border-radius: calc(36vw / 7.5);
  }
  .js-navopen .g-header-close {
    z-index: 999;
    opacity: 1;
  }
  .g-header-ank {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border: 1px solid #CD7511;
    text-align: left;
    font-size: 1.8rem;
    line-height: 88px;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    text-indent: 1.1em;
    width: calc(342vw / 7.5);
    height: calc(72vw / 7.5);
    font-size: calc(28vw / 7.5);
    line-height: calc(72vw / 7.5);
    border-radius: calc(36vw / 7.5);
  }
  .g-header-close > span {
    transition: transform .8s cubic-bezier(.25,.8,.25,1);
    transform: rotate(0deg);
  }
  .js-navopen .g-header-close > span {
    transform: rotate(90deg);
  }
  .g-header-ank a {
    color: #CD7511;
  }
  .g-header-ank:before {
    display: block;
    content: '';
    position: absolute;
    width: calc(7vw / 7.5);
    height: calc(7vw / 7.5);
    background: #CD7511;
    border-radius: 50%;
    left: calc(136vw / 7.5);
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .is-lineup .g-header-ank {
    width: calc(186vw / 7.5);
  }
  .g-header-overlay {
    background-color: rgba(0, 0, 0,.6);
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    visibility: hidden;
    width: 100vw;
    z-index: 1;
  }
  .js-navopen .g-header-sidemenu {
    top: 0;
    visibility: visible;
    z-index: 2;
    opacity: 1;
    width: 100%;
    max-width: 750px;
    right: 0;
  }
  .js-navopen .g-header-overlay {
    opacity: 0.8;
    visibility: visible;
  }
  .g-header-sidemenu-inner {
    height: 100vh;
    overflow-y: scroll;
    position: relative;
    scrollbar-width: none;
    display: block;
    padding: calc(250vw / 7.5) 5% calc(60vw / 7.5);
    overflow: hidden;
  }
  .g-header-sidemenu-inner::-webkit-scrollbar {
    display: none;
  }
  .g-header-logo {
    margin: 0 auto;
    border-radius: calc(205vw / 7.5);
  }
  .g-header-sidemenu-lists {
    margin: calc(60vw / 7.5) auto 0;
    height: calc(600vw / 7.5);
    display: grid;
    align-content: space-around;
  }
  .g-header-sidemenu-lists_en {
    font-size: calc(20vw / 7.5);
  }
  .g-header-sidemenu-list a {
    margin: 0;
  }
  .g-header-sidemenu-items {
    padding-top: calc(161vw / 7.5);
  }  
  .g-header-sidemenu-items a {
    font-size: calc(26vw / 7.5);
    margin: 0 calc(10vw / 7.5);
  }
  .g-header-sidemenu-items li:last-child a {
    margin: 0;
  }
  .g-header-sidemenu {
    text-align: center;
    font-size: calc(40vw / 7.5);
  }
  .g-header-sidemenu li {
    margin-top: calc(35vw / 7.5);
    font-weight: 500;
  }
  .g-header-sidemenu .insta {
    width: calc(53vw / 7.5);
    margin-left: auto;
    margin-right: auto;
  }
}

/* loader
//* -------------------------------------------------- */
#loader,
#return-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
  overflow: hidden;
}
#loader .logo {
  opacity: 0;
  position: relative;
  z-index: 1;
  animation: loadinglogo 2.5s forwards;
  animation-delay: 0.3s;
  width: calc(486vw / 14);
  height: calc(342vw / 14);
}
@keyframes loadinglogo {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#loader svg,
#return-loader svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#return-loader svg path,
#loader svg path {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(3) translateX(-80%) translateY(-12%);
  animation: loadingbg 4.5s linear forwards;
  animation-delay: 2s;
}
#return-loader svg path {
  animation-delay: 0s;
}
@keyframes loadingbg {
  0% {
    transform: scale(3) translateX(-60%) translateY(-12%);
  }
  100% {
    transform: scale(3) translateX(50%) translateY(100%);
  }
}
#return-loader.hide,
#loader.hide {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  #loader .logo {
    opacity: 0;
    position: relative;
    z-index: 1;
    animation: loadinglogo 2.5s forwards;
    animation-delay: 0.3s;
    width: calc(359vw / 7.5);
    height: calc(257vw / 7.5);
  }
  @keyframes loadinglogo {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  #return-loader svg,
  #loader svg {
    width: 200%;
  }
  #return-loader svg path,
  #loader svg path {
    width: 200%;
    height: 100%;
    transform: scale(2) translateX(-80%) translateY(-12%);
    animation: loadingbg 2.5s linear forwards;
    animation-delay: 2s;
  }
  #return-loader svg path {
    animation-delay: 0s;
  }
  @keyframes loadingbg {
    0% {
      transform: scale(2) translateX(-60%) translateY(-12%);
    }
    100% {
      transform: scale(2) translateX(50%) translateY(100%);
    }
  } 
}


/* kv
//* -------------------------------------------------- */
.kv {
  display: block;
  position: relative;
  height: 100vh;
  /* min-height: 1020px; */
  background: url(../images/common/bg_kv.jpg) no-repeat;
  background-size: cover;
  /* max-height: 1020px; */
}
.kv:before {
  display: block;
  content: '';
  position: absolute;
  top: -3.5vw;
  right: 0;
  margin: auto;
  background: url(../images/common/kv_caramel.webp) no-repeat left top;
  background-size: 100% auto;
  width: calc(1165vw / 14);
  height: 100%;
  max-width: 1165px;
  animation: souce 2.5s ease-in-out forwards;
  animation-delay: 1.5s;
}
.onwards .kv:before {
  animation-delay: .5s;
}
@keyframes souce {
  0% {
    top: -3.5vw;
  }
  100% {
    top: -1vw;
  }
}
.kv-main {
  position: absolute;
  bottom: calc(200vw / 14);
  bottom: 0;
  top: 0;
  left: calc(490vw / 14);
  margin: auto;
  width: calc(582vw / 14);
  height: calc(469vw / 14);
  z-index: 2;
}
.kv-main_shadow {
  position: absolute;
  bottom: calc(244vw / 14);
  bottom: 0;
  top: 0;
  left: calc(490vw / 14);
  margin: auto;
  width: calc(582vw / 14);
  /* height: calc(469vw / 14); */
  z-index: 1;
  mix-blend-mode: multiply;
}
.kv-logo {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(679vw / 14);
  height: calc(58vw / 14);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  filter: blur(15px);
  animation: fv01 0.8s 0.3s ease forwards;
}
@keyframes fv01 {
  0% {
    filter: blur(15px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@media screen and (max-height: 820px) {
  .kv:before {
    background-position: left bottom;
  }
}
@media screen and (max-width: 1170px) {
  .kv {
    height: calc(1019vw / 14);
    max-height: 1019px;
  }
  .kv:before {
    background-position: left top;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .kv {
    background-size: 228% auto;
    max-height: calc(1190vw / 7.5);
    height: 100vh;
    background-position: 14% 35%;
  }
  .kv:before {
    width: 100%;
    height: 100%;
    background: url(../images/common/kv_caramel_sp.webp) no-repeat;
    background-size: 100% auto;
    background-position: right top -10%;
    animation: souce 3.5s ease-in-out forwards;
    animation-delay: 1.5s;
    top: -5%;
  }
  @keyframes souce {
    0% {
      top: -5%;
    }
    100% {
      top: 0;
    }
  }
  .kv-main {
    top: calc(353vw / 7.5);
    bottom: inherit;
    left: calc(90vw / 7.5);
    width: calc(710vw / 7.5);
    height: calc(513vw / 7.5);
  }
  .kv-main_shadow {
    top: calc(347vw / 7.5);
    bottom: inherit;
    left: calc(73vw / 7.5);
    width: calc(710vw / 7.5);
    /* height: calc(513vw / 7.5); */
  }
  .kv-logo {
    bottom: inherit;
    top: calc(1010vw / 7.5);
    width: calc(641vw / 7.5);
    height: calc(55vw / 7.5);
  }
}