/*! destyle.css v2.0.2 | 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;
  line-height: inherit;
  font-weight: 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;
  /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  appearance: checkbox;
}

[type="radio"] {
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

img {
  width: 100%;
}

html {
  font-size: 0.80000001vw;
}

@media (max-width: 1024px) {
  html {
    font-size: 2.666666666666667vw;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2;
}

p {
  font-size: 1.5rem;
}

.cc-container-fv {
  background: url(../img/fv-pc@2x.jpg) center center/cover no-repeat;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.cc-container-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.cc-container-mask.bk {
  background-color: rgba(0, 0, 0, 0.7);
}

.cc-section {
  padding: 10% 5% 13% 5%;
}

.cc-section p, .cc-section img, .cc-section .gmap {
  margin-top: 2rem;
}

.cc-section .headline {
  text-align: center;
  line-height: 1.2;
}

.cc-section .headline .stk {
  font-size: 3.8rem;
  -webkit-text-stroke: 2px #000;
  color: #fff;
  text-shadow: 4px 4px 0px #FFDB0C;
}

.cc-section .headline .cc-txt-jp {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}

.cc-section.yel {
  background-color: #FFDB0C;
}

.cc-section.yel .headline {
  text-align: center;
}

.cc-section.yel .headline .stk {
  font-size: 3.8rem;
  -webkit-text-stroke: transparent;
  color: #000;
  text-shadow: 4px 4px 0px #fff;
}

.cc-section.concept .copy {
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}

.cc-section.mobile-order .copy {
  font-weight: bold;
  font-size: 2rem;
  color: #000;
}

.cc-section.slider-wrap {
  padding: 3% 0;
  overflow: hidden;
}

.cc-shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cc-button {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 4rem;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 3px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.cc-button:after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  clip-path: polygon(0 0, 0% 100%, 80% 50%);
  background-color: #FFDB0C;
  margin-left: .7rem;
}

.cc-button.bk {
  background-color: #000;
  color: #fff;
}

.l-column {
  width: 55%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  padding: 7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.l-column .info {
  background-color: #fff;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
}

.l-column .info p {
  font-size: 1rem;
  width: 100%;
}

.l-column .info .cc-social-icon-warp {
  width: 23%;
}

.l-column .info .cc-social-icon-warp img {
  max-width: 30px;
  width: 19%;
  margin: 0;
  margin-left: 1rem;
}

.l-column .copy {
  color: #FFDB0C;
  font-size: 2.2vw;
  font-weight: 600;
  white-space: nowrap;
}

.l-column .scroll-down {
  position: absolute;
  z-index: 2;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 50px;
  bottom: 10px;
  right: 10px;
  color: #fff;
}

.l-column .scroll-down span {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

.l-column .scroll-down span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.r-column {
  width: 45%;
  margin-left: 55%;
  display: flex;
}

.main-column {
  width: 60%;
  background: #fff;
}

.side-column {
  width: 18%;
  padding: 4%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
}

.side-column .cc-txt-en {
  writing-mode: vertical-rl;
  color: #fff;
  margin: auto;
  margin-bottom: 3rem;
  font-size: 2.7rem;
  white-space: nowrap;
}

.logo {
  width: 20%;
}

.desc {
  color: #fff;
}

.cc-txt-en {
  font-family: 'DM Sans', sans-serif;
  font-style: italic;
}

.cc-txt-en.wht {
  color: #fff;
}

.cc-txt-border {
  display: inline-block;
  padding: .5rem 1rem;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.cc-txt-border.yel {
  background-color: #FFDB0C;
}

.cc-txt-border.bd {
  font-weight: bold;
}

.img-qr {
  max-width: 200px;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cc-info {
  font-size: 1.5rem;
}

.cc-info dt {
  background-color: #FFDB0C;
  padding: .5rem 1rem;
}

.cc-info dt, .cc-info dd {
  margin-top: 2rem;
}

.cc-social-icon-warp img {
  max-width: 30px;
  width: 5%;
  margin: 0 1rem;
}

@media (max-width: 1024px) {
  .cc-container-fv {
    height: initial;
  }
  .l-column, .side-column {
    display: none;
  }
  .r-column {
    margin-left: 0;
    width: 100%;
  }
  .main-column {
    width: 100%;
    min-width: initial;
  }
}

.main-column > div {
  z-index: 1;
}

.main-column-fv {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  overflow: hidden;
  position: relative;
}

.main-column-fv-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem .5rem;
  height: 100%;
  z-index: 2;
  position: relative;
}

.main-column-fv .cc-container-mask {
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.main-column-fv .main-copy {
  text-align: center;
}

.main-column-fv .main-logo {
  max-width: 390px;
  width: 50%;
}

.main-column-fv .copy {
  color: #FFDB0C;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  border: 2px solid #000;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.modaal-content-container {
  padding: 5px;
}

.modaal-wrapper .modaal-close {
  background: #FFDB0C;
}

.modaal-close:after, .modaal-close:before, .modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #000;
}

.modaal-close {
  right: 2%;
}

.fixed-wrap {
  display: none;
}

@media (max-width: 1024px) {
  .fixed-wrap {
    display: block;
  }
}

.fixed-info {
  z-index: 99;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background-color: #000;
  color: #fff;
  align-items: center;
  justify-content: space-between;
}

.fixed-info p {
  font-size: 1.1rem;
  font-weight: bold;
}

.fixed-info a {
  padding: .7rem 1rem;
  background-color: #FFDB0C;
  color: #000;
  font-weight: bold;
  border-radius: 6px;
}

.fixed-info .ttl {
  font-size: 1.4rem;
  color: #FFDB0C;
}

footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10% 5% 0% 5%;
}

@media (max-width: 1024px) {
  footer {
    padding: 10% 5% 20% 5%;
  }
}

footer .cc-social-icon-warp {
  margin: 3rem 0 5rem 0;
}

.logo-footer {
  max-width: 200px;
  width: 30%;
}

.copyright {
  font-size: 1.5rem;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.8rem 2rem;
}

header .logo {
  width: 27%;
}

header .cc-social-icon-warp {
  width: 100%;
  text-align: right;
}

header .cc-social-icon-warp img {
  max-width: 20px;
  width: 18%;
  margin: 0;
  margin-left: 1rem;
}

.slider {
  display: flex;
}

.slider img {
  width: 240px;
  margin-top: 0;
}

.slider__inner {
  display: flex;
}

.slider__item {
  margin-right: 1rem;
}

.slider__inner:first-child {
  animation: loop 90s linear infinite;
}

.slider__inner:nth-child(2) {
  animation: loop2 90s -60s linear infinite;
}

.slider__inner:last-child {
  animation: loop3 90s -30s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}

.slider.inversion {
  margin-top: 1rem;
}

.slider.inversion .slider__inner:first-child {
  animation: loopIn 90s linear infinite;
}

.slider.inversion .slider__inner:nth-child(2) {
  animation: loop2In 90s -60s linear infinite;
}

.slider.inversion .slider__inner:last-child {
  animation: loop3In 90s -30s linear infinite;
}

@keyframes loopIn {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(200%);
  }
}

@keyframes loop2In {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes loop3In {
  0% {
    transform: translateX(-300%);
  }
  to {
    transform: translateX(0%);
  }
}
/*# sourceMappingURL=common.css.map */