@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

body {
  line-height: 1.4;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: none;
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "FOT-筑紫ゴシック Pr5 M", TsukuGoPr5-M, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.is-loading {
  overflow: hidden;
}

body.is-loading #wrapper {
  height: 100vh;
}

body.is-no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.font-en {
  font-family: "Montserrat", sans-serif;
}

.text-bold-border {
  display: inline-block;
  font-family: "FOT-筑紫ゴシック Pro B", TsukuGoPro-B;
  line-height: 1.8;
  padding: 0 4px;
  position: relative;
}

.text-bold-border::before {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition-delay: 1s;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.23, 1);
  width: 0;
}

.is-animated .text-bold-border::before {
  width: 100%;
}

.svg-wrapper,.is-fixed,.is-fixed-original {
  left: 0;
  position: fixed !important;
  top: 0;
}

.is-relative-original {
  left: 0;
  position: relative !important;
  top: 0;
}

.is-fixed-original {
  display: none;
}

.is-fixed-original.is-visible {
  display: block;
}

.is-relative {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.site-screen,.site-screen__inner {
  height: 100vh;
  min-height: 640px;
  position: relative;
  width: 100%;
}

.site-screen.site-screen--h-auto,.site-screen__inner.site-screen--h-auto {
  height: auto;
  min-height: initial;
  min-height: auto;
}

.site-screen.site-screen--h-auto .site-screen__inner,.site-screen__inner.site-screen--h-auto .site-screen__inner {
  height: auto;
  min-height: initial;
  min-height: auto;
}

.site-screen--footer {
  height: auto;
  min-height: inherit;
  min-height: auto;
}

.site-frame {
  margin: 0 auto;
  max-width: 1480px;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .site-frame {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#site-bar,#site-bar-hr {
  z-index: 100 !important;
}

.common-button-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  width: 100%;
}

.common-button {
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  overflow: hidden;
  padding: 12px 10px;
  position: relative;
  text-decoration: none;
  transition-delay: 0.2s;
}

.common-button__inner {
  position: relative;
  z-index: 2;
}

.common-button__hover::before {
  background: #fff;
  content: "";
  display: block;
  height: calc(103% / 3);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-delay: 0;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.5, 0.1, 0.22, 1);
  width: 100%;
}

.common-button__hover::after {
  background: #fff;
  content: "";
  display: block;
  height: calc(103% / 3);
  position: absolute;
  right: 0;
  top: 33%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-delay: 0.1s;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.5, 0.1, 0.22, 1);
  width: 100%;
}

.common-button__hover span::before {
  background: #fff;
  content: "";
  display: block;
  height: calc(103% / 3);
  position: absolute;
  right: 0;
  top: 66%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-delay: 0.2s;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.5, 0.1, 0.22, 1);
  width: 100%;
}

a.common-button:hover {
  color: #8ac0dd;
}

a.common-button:hover:hover .common-button__icon-window::before {
  background-color: #8ac0dd;
}

a.common-button:hover:hover .common-button__icon-window::after {
  background-color: #8ac0dd;
  border-color: #fff;
}

a.common-button:hover .common-button__hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

a.common-button:hover .common-button__hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

a.common-button:hover .common-button__hover span::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.common-button-blank {
  padding-left: 45px;
  padding-right: 45px;
}

.common-button__icon-window {
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 18px;
  z-index: 1;
}

.common-button__icon-window::after {
  background: #fff;
  border: 1px solid #8ac0dd;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: -1px;
  top: -1px;
  transition-delay: 0.2s;
  width: 14px;
}

.common-button__icon-window::before {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  transition-delay: 0.2s;
  width: 14px;
}

.mb-mcr {
  margin-bottom: 5px !important;
}

.mb-sml {
  margin-bottom: 15px !important;
}

.mb-mid {
  margin-bottom: 30px !important;
}

.mb-lrg {
  margin-bottom: 40px !important;
}

#site-nav {
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 100;
}

#site-nav a {
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  padding: 12px 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: transform 0.3s cubic-bezier(0.45, 0.05, 0.2, 0.99), -webkit-transform 0.3s cubic-bezier(0.45, 0.05, 0.2, 0.99);
}

#site-nav a:hover {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

#site-nav a.is-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#site-nav span {
  background: #fff;
  height: 4px;
  width: 50px;
}

#global-nav {
  bottom: 0;
  display: none;
  left: 0;
  padding: 80px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
}

.global-nav__bg {
  background: #000;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
  width: 100%;
}

.global-nav__bg.is-open {
  opacity: 0.5;
}

.is-nav-open #global-nav {
  display: flex;
  display: -webkit-flex;
}

.global-nav__inner {
  display: flex;
  display: -webkit-flex;
  overflow: auto;
  position: relative;
  width: 100%;
  z-index: 201;
}

.global-nav__list-wrapper {
  -webkit-align-items: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 480px;
  overflow: auto;
  position: relative;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  width: 100%;
}

.global-nav__list {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  letter-spacing: 0.1em;
  max-height: 440px;
  position: relative;
}

.global-nav__list li {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  transition: opacity 0.3s linear, transform 0.5s cubic-bezier(0.18, 1, 0.4, 1), -webkit-transform 0.5s cubic-bezier(0.18, 1, 0.4, 1);
}

.global-nav__list.is-visible li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.global-nav__list.is-visible li:nth-child(2) {
  transition-delay: 0.1s;
}

.global-nav__list.is-visible li:nth-child(3) {
  transition-delay: 0.2s;
}

.global-nav__list.is-visible li:nth-child(4) {
  transition-delay: 0.3s;
}

.global-nav__list.is-visible li:nth-child(5) {
  transition-delay: 0.4s;
}

.global-nav__list.is-visible li:nth-child(6) {
  transition-delay: 0.5s;
}

.global-nav__list.is-visible li:nth-child(7) {
  transition-delay: 0.6s;
}

.global-nav__list a {
  -webkit-align-items: center;
  align-items: center;
  color: #000;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 2rem;
  font-weight: bold;
  padding: 13px 0;
  text-decoration: none;
}

.global-nav__list a .ja {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  margin-bottom: -30px;
  margin-top: -15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.18, 1, 0.4, 1), -webkit-transform 0.5s cubic-bezier(0.18, 1, 0.4, 1);
  width: 100%;
}

.global-nav__list a .en {
  font-family: "Montserrat", sans-serif;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.18, 1, 0.4, 1), -webkit-transform 0.5s cubic-bezier(0.18, 1, 0.4, 1);
}

.global-nav__list a:hover .ja {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.global-nav__list a:hover .en {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

#globa-nav-button {
  cursor: pointer;
  display: block;
  height: 32px;
  left: 26px;
  position: fixed;
  top: calc(50% - 16px);
  width: 32px;
  z-index: 300;
}

#globa-nav-button::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 6px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
  width: 4px;
}

#globa-nav-button::after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 20px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: all 0.2s ease-in-out;
  width: 4px;
}

#globa-nav-button:hover::before {
  top: -5px;
}

#globa-nav-button:hover::after {
  top: 5px;
}

.is-nav-open #globa-nav-button {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: rotateNavi;
  animation-name: rotateNavi;
}

.is-nav-open #globa-nav-button::before {
  left: 14px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-nav-open #globa-nav-button::after {
  left: 14px;
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is-nav-open #globa-nav-button:hover::before {
  height: calc(100% + 4px);
  -webkit-transform: rotate(45deg) translate3d(-2px, -2px, 0);
  transform: rotate(45deg) translate3d(-2px, -2px, 0);
}

.is-nav-open #globa-nav-button:hover::after {
  height: calc(100% + 4px);
  -webkit-transform: rotate(-45deg) translate3d(2px, -2px, 0);
  transform: rotate(-45deg) translate3d(2px, -2px, 0);
}

@-webkit-keyframes rotateNavi {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateNavi {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

span.common-text-anime {
  display: inline-block;
}

.common-text-anime {
  opacity: 0;
  -webkit-transform: scale3d(1.1, 1.1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 10px, 0);
  transform: scale3d(1.1, 1.1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 10px, 0);
  transition: opacity 1.5s, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.common-text-anime.is-animated {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
}

.common-text-anime-delay1 {
  transition-delay: 0.1s !important;
}

.common-text-anime-delay2 {
  transition-delay: 0.2s !important;
}

.common-text-anime-delay3 {
  transition-delay: 0.3s !important;
}

.common-text-anime.type-3d {
  -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(-1, -3, 1, 60deg) translate3d(-50px, 150px, -100px);
  transform: scale3d(1.3, 1.3, 1) rotate3d(-1, -3, 1, 60deg) translate3d(-50px, 150px, -100px);
  transition: opacity 1.5s, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.common-text-anime.type-3d.is-animated {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
}

.common-text-anime.type-3d-reverse {
  -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(-1, -3, 1, -60deg) translate3d(-50px, 150px, -100px);
  transform: scale3d(1.3, 1.3, 1) rotate3d(-1, -3, 1, -60deg) translate3d(-50px, 150px, -100px);
  transition: opacity 1.5s, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.common-text-anime.type-3d-reverse.is-animated {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
}

img.common-text-anime {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0) rotateX(60deg) scale(0.9);
  transform: translate3d(0, 30px, 0) rotateX(60deg) scale(0.9);
  transition: opacity 1s linear, transform 2s cubic-bezier(0.075, 0.8, 0.2, 1), -webkit-transform 2s cubic-bezier(0.075, 0.8, 0.2, 1);
}

img.common-text-anime.is-animated {
  opacity: 1;
  -webkit-transform: translateZ(0) rotateX(0deg) scale(1);
  transform: translateZ(0) rotateX(0deg) scale(1);
}

#sns-list {
  bottom: 30px;
  display: flex;
  display: -webkit-flex;
  position: fixed;
  right: 25px;
  z-index: 101;
}

#sns-list .sns-list__title {
  -webkit-align-self: center;
  align-self: center;
  color: #fff;
  font-weight: bold;
}

#sns-list li {
  margin: 0 6px;
  position: relative;
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.18, 1, 0.4, 1);
}

#sns-list li a {
  display: block;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition-duration: 0.3s;
  transition-property: transform, -webkit-transform;
  transition-property: transform;
  transition-property: -webkit-transform;
  transition-timing-function: cubic-bezier(0.18, 1, 0.4, 1);
}

#sns-list li a:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

#sns-list li a img {
  display: block;
}

.is-start #sns-list li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#sns-list li:nth-child(3) {
  transition-delay: 0.2s;
}

#sns-list li:nth-child(4) {
  transition-delay: 0.4s;
}

@media screen and (max-width: 767px) {
  #sns-list {
    -webkit-flex-direction: column;
    flex-direction: column;
    right: 10px;
  }
  #sns-list .sns-list__title {
    font-size: 1.2rem;
    font-weight: normal;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #sns-list li {
    margin: 6px 0;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
  }
}

#share-list {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 110px;
}

#share-list .share-list__title {
  color: #fff;
  font-weight: bold;
}

#share-list li {
  margin: 0 6px;
  position: relative;
}

#share-list li a {
  display: block;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition-duration: 0.3s;
  transition-property: transform, -webkit-transform;
  transition-property: transform;
  transition-property: -webkit-transform;
  transition-timing-function: cubic-bezier(0.18, 1, 0.4, 1);
}

#share-list li a:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

#wrapper {
  background: #000;
  min-height: 640px;
  overflow: hidden;
  position: relative;
}

.svg-wrapper {
  background: #8ac0dd;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  position: relative;
  width: 100vw;
  z-index: 1;
}

.svg-wrapper.is-hidden {
  display: none !important;
}

.svg-wrapper svg {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.svg-wrapper .js-svg-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

#scaleup {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

#scaledown {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 10;
}

.top-slider {
  height: 100%;
  left: 0;
  min-height: 640px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.top-slider.is-hidden {
  display: none;
}

.top-slider li {
  clip: rect(0, 100vw, 100vh, 0);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition-duration: 1s;
  transition-property: clip;
  transition-timing-function: cubic-bezier(0.18, 1, 0.4, 1);
  width: 100%;
}

.top-slider li.is-clip {
  clip: rect(0, 100vw, 100vh, 100vw);
}

.top-slider li.is-clip span {
  opacity: 1 !important;
  z-index: 11 !important;
}

.top-slider li span {
  background-position: 50% 50%;
  background-repeat: none;
  background-size: cover;
  color: transparent;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.top-slider li.is-active span {
  -webkit-animation-duration: 5.2s;
  animation-duration: 5.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: rotate_up;
  animation-name: rotate_up;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.05, 0.46, 1);
  animation-timing-function: cubic-bezier(0.17, 0.05, 0.46, 1);
  opacity: 1;
  z-index: 10;
}

@-webkit-keyframes rotate_up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
  100% {
    -webkit-transform: scale(1.1) rotateZ(0.001deg);
    transform: scale(1.1) rotateZ(0.001deg);
  }
}

@keyframes rotate_up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
  100% {
    -webkit-transform: scale(1.1) rotateZ(0.001deg);
    transform: scale(1.1) rotateZ(0.001deg);
  }
}

.svg-slide-wrapper {
  background: #8ac0dd;
  clip: rect(0, 100vw, 100vh, 0);
  left: 0;
  position: absolute;
  top: 0;
  transition-duration: 1s;
  transition-property: clip;
  transition-timing-function: cubic-bezier(0.18, 1, 0.4, 1);
}

.svg-slide-wrapper.is-clip {
  clip: rect(0, 100vw, 100vh, 100vw);
  z-index: 12;
}

.product-top {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  left: 0;
  min-height: 640px;
  padding: 30px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

.product-top img {
  height: auto;
  min-width: 1%;
  width: 100%;
}

.product-top--header {
  max-width: 289px;
  min-width: 173px;
  text-align: center;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  transition: transform 1s cubic-bezier(0.075, 0.8, 0.2, 1), -webkit-transform 1s cubic-bezier(0.075, 0.8, 0.2, 1);
  width: 15.12%;
  z-index: 1;
}

.is-start .product-top--header {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.product-top---logo {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 556px;
  min-width: 556px;
  opacity: 1;
  transition: 0.3s opacity linear;
  width: 100%;
  z-index: 1;
}

.product-top---logo.is-hidden {
  opacity: 0;
}

.product-top---logo img {
  max-width: 310px;
}

.product-top---logo span {
  background-image: url(../images/top_logo_l.png);
  background-position: 0 0;
  background-size: 100% auto;
  display: block;
  padding-top: 89.92%;
  width: 100%;
}

.product-top---logo span.is-animated {
  -webkit-animation: patternStepTop 1.2s steps(68) 0.2s 1;
  animation: patternStepTop 1.2s steps(68) 0.2s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.product-top---logo span.is-complate {
  -webkit-animation: none;
  animation: none;
  background-position: 0 -34000px;
}

@media screen and (max-width: 1024px) {
  .product-top---logo {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@media screen and (max-width: 767px) {
  .product-top---logo {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

@-webkit-keyframes patternStepTop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -34000px;
  }
}

@keyframes patternStepTop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -34000px;
  }
}

.product-top---footer {
  max-width: 318px;
  min-width: 190px;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  transition: transform 1s cubic-bezier(0.075, 0.8, 0.2, 1), -webkit-transform 1s cubic-bezier(0.075, 0.8, 0.2, 1);
  width: 16.66%;
  z-index: 1;
}

.is-start .product-top---footer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.concept-frame {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 640px;
  padding-bottom: 240px;
  padding-top: 240px;
  width: 100%;
}

.concept-frame-sub .concept-dec {
  line-height: 2.4;
}

.main-heading-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
}

.main-heading {
  margin-bottom: 20px;
  opacity: 0;
  transition: opacity 1s linear, transform 2s cubic-bezier(0.075, 0.8, 0.2, 1), -webkit-transform 2s cubic-bezier(0.075, 0.8, 0.2, 1);
}

.main-heading img {
  height: auto;
  max-width: 670px;
  min-width: 1%;
  width: 100%;
}

.is-animated .main-heading,.is-animated .sub-heading {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sub-heading-wrapper {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.sub-heading {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  margin-bottom: 120px;
  opacity: 0;
  transition: opacity 1s linear, transform 2s cubic-bezier(0.075, 0.8, 0.2, 1), -webkit-transform 2s cubic-bezier(0.075, 0.8, 0.2, 1);
}

.concept-dec {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-align: center;
}

.concept-dec--mb {
  margin-bottom: 120px;
}

.top-screen-mask {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pattern-elem {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background-image: url(../images/pattern2.png);
  background-position: 0 0;
  background-size: 100% auto;
  display: block;
  height: 180px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 200px;
}

.pattern-elem.is-animated {
  -webkit-animation: patternStep 1s steps(59) 0s;
  animation: patternStep 1s steps(59) 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.pattern-elem.is-animated.is-end {
  -webkit-animation: patternStepEnd 1s steps(59) 0s;
  animation: patternStepEnd 1s steps(59) 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background-image: url(../images/pattern_end.png);
}

@-webkit-keyframes patternStep {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -10620px;
  }
}

@keyframes patternStep {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -10620px;
  }
}

@-webkit-keyframes patternStepEnd {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -10620px;
  }
}

@keyframes patternStepEnd {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -10620px;
  }
}

.concept-wrapper {
  background: #8ac0dd;
}

.tile-frame {
  padding-bottom: 120px;
  padding-top: 120px;
}

.tile-wrapper {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.tile {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 120px;
  max-width: 680px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  width: 50%;
}

.tile:nth-child(even) {
  padding-right: 50px;
}

.tile:nth-child(odd) {
  padding-left: 50px;
}

.tile.tile__last {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .tile:nth-child(even) {
    padding-right: 30px;
  }
  .tile:nth-child(odd) {
    padding-left: 30px;
  }
}

.tile__image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}

.tile__image img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

.is-animated .tile__image-wrapper {
  opacity: 1;
  -webkit-transform: translateZ(0) rotateX(0deg) scale(1);
  transform: translateZ(0) rotateX(0deg) scale(1);
}

.tile__image-wrapper {
  margin-bottom: 50px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 30px, 0) rotateX(60deg) scale(0.9);
  transform: translate3d(0, 30px, 0) rotateX(60deg) scale(0.9);
  transition: opacity 1s linear, transform 2s cubic-bezier(0.075, 0.8, 0.2, 1), -webkit-transform 2s cubic-bezier(0.075, 0.8, 0.2, 1);
  width: 100%;
}

.tile__image-wrapper::before {
  content: "";
  display: block;
  padding-top: 60.319%;
}

.tile-title-img {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(-5%, 0, 0);
  transform: translate3d(-5%, 0, 0);
  transition: opacity 1s linear, transform 3s cubic-bezier(0.075, 0.8, 0.2, 1), -webkit-transform 3s cubic-bezier(0.075, 0.8, 0.2, 1);
  width: 100%;
  z-index: 1;
}

.tile-title-img img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

.tile:nth-child(odd) .tile-title-img {
  -webkit-transform: translate3d(5%, 0, 0);
  transform: translate3d(5%, 0, 0);
}

.is-animated .tile-title-img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.tile-text {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.tile__heading {
  color: #fff;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: scale3d(1.1, 1.1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 10px, 0);
  transform: scale3d(1.1, 1.1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 10px, 0);
  transition: opacity 1.5s, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.5s;
}

.is-animated .tile__heading {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
}

.tile__desc {
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
  opacity: 0;
  -webkit-transform: scale3d(1.1, 1.1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 10px, 0);
  transform: scale3d(1.1, 1.1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 10px, 0);
  transition: opacity 1.5s, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 1s;
}

.tile__desc span {
  display: inline-block;
}

.is-animated .tile__desc {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
}

.contents-slider-wrapper {
  background: #8ac0dd;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  width: 100%;
}

.contents-slider__text {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  position: fixed;
  top: 0;
  transition: opacity 0.1s linear;
  width: 100%;
  z-index: 1;
}

.contents-slider__text.is-hidden {
  opacity: 0 !important;
}

.contents-slider__text.is-hidden-slide-play {
  opacity: 0 !important;
}

.contents-slider__text-image {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.5s linear, transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-play .contents-slider__text-image {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.text-image__hokkaido {
  max-width: 664px;
  width: 100%;
}

.text-image__hokkaido img {
  height: auto;
  width: 100%;
}

.contents-slider {
  display: flex;
  display: -webkit-flex;
  height: 100vh;
  min-height: 640px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  position: relative;
}

.contents-slider__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip: rect(0, 100vw, 100vh, 0);
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 100vh;
  left: 0;
  min-height: 640px;
  position: absolute;
  top: 0;
  transition-duration: 1s;
  transition-property: clip;
  transition-timing-function: cubic-bezier(0.18, 1, 0.4, 1);
  width: 100%;
}

.contents-slider__item.is-clip {
  clip: rect(0, 100vw, 100vh, 100vw);
}

.other-contents-wrapper {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.other-contents__child {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.other-contents__price {
  padding-bottom: 110px;
  padding-top: 120px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .other-contents__price {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.other-contents__heading {
  margin: 0 auto 60px;
  max-width: 660px;
}

.other-contents__heading img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

.other-contents__text {
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

.other-contents__text.other-contents__text--small {
  font-size: 1.6rem;
}

.other-contents__text.other-contents__text--large {
  font-size: 2.7rem;
  margin-top: 30px;
}

.shop_text {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.package-wrapper {
  margin: 0 auto;
  max-width: 768px;
  padding: 60px 40px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .package-wrapper {
    margin-bottom: 60px;
  }
}

.package-head {
  box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto 65px;
  opacity: 0;
  position: relative;
  top: 315px;
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
  z-index: 1;
}

.is-animated .package-head {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: headAnime;
  animation-name: headAnime;
}

.package-head img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

.package-body {
  box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
}

.is-animated .package-body {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: bodyAnime;
  animation-name: bodyAnime;
}

.package-body img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

@-webkit-keyframes bodyAnime {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
  10% {
    opacity: 1;
  }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.18, 1, 0.4, 1);
    animation-timing-function: cubic-bezier(0.18, 1, 0.4, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.18, 1, 0.4, 1);
    animation-timing-function: cubic-bezier(0.18, 1, 0.4, 1);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bodyAnime {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
  10% {
    opacity: 1;
  }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.18, 1, 0.4, 1);
    animation-timing-function: cubic-bezier(0.18, 1, 0.4, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.18, 1, 0.4, 1);
    animation-timing-function: cubic-bezier(0.18, 1, 0.4, 1);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes headAnime {
  0% {
    top: 315px;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
  10% {
    opacity: 1;
  }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.28, 0.01, 0.13, 0.99);
    animation-timing-function: cubic-bezier(0.28, 0.01, 0.13, 0.99);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  45% {
    top: 315px;
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.01, 0, 1);
    animation-timing-function: cubic-bezier(0.5, 0.01, 0, 1);
    top: 0;
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes headAnime {
  0% {
    top: 315px;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
  10% {
    opacity: 1;
  }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.28, 0.01, 0.13, 0.99);
    animation-timing-function: cubic-bezier(0.28, 0.01, 0.13, 0.99);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  45% {
    top: 315px;
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.01, 0, 1);
    animation-timing-function: cubic-bezier(0.5, 0.01, 0, 1);
    top: 0;
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes headAnimeSp {
  0% {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0);
    top: 130px;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
  10% {
    opacity: 1;
  }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.28, 0.01, 0.13, 0.99);
    animation-timing-function: cubic-bezier(0.28, 0.01, 0.13, 0.99);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  45% {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.4);
    top: 130px;
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.01, 0, 1);
    animation-timing-function: cubic-bezier(0.5, 0.01, 0, 1);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
    top: 0;
  }
  100% {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
    opacity: 1;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes headAnimeSp {
  0% {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0);
    top: 130px;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
  10% {
    opacity: 1;
  }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.28, 0.01, 0.13, 0.99);
    animation-timing-function: cubic-bezier(0.28, 0.01, 0.13, 0.99);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  45% {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.4);
    top: 130px;
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.01, 0, 1);
    animation-timing-function: cubic-bezier(0.5, 0.01, 0, 1);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
    top: 0;
  }
  100% {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
    opacity: 1;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.limit-circle {
  background: #fff;
  border-radius: 100%;
  bottom: -28px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
  height: 176px;
  position: relative;
  position: absolute;
  right: -48px;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 176px;
  z-index: 2;
}

.limit-circle .animate {
  background-image: url(../images/200days.png);
  background-position: 0 0;
  background-size: 100% auto;
  display: block;
  height: 176px;
  width: 176px;
}

.is-animated .limit-circle .animate {
  -webkit-animation: patternlimit 1.5s steps(89) 0.8s 1;
  animation: patternlimit 1.5s steps(89) 0.8s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.is-animated .limit-circle {
  height: 176px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 0.5s;
  transition-duration: 0.5s;
  transition-property: transform, -webkit-transform;
  transition-property: transform;
  transition-property: -webkit-transform;
  transition-timing-function: cubic-bezier(0.12, 1.01, 0.7, 1);
  width: 176px;
}

.limit-circle img {
  border-radius: 100%;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 100%;
}

.limit-circle img.img-200 {
  height: 28px;
  left: 31px;
  top: 57px;
}

.limit-circle img.img-day {
  bottom: 58px;
  height: 28px;
  right: 28px;
}

.limit-circle img.img-limited {
  bottom: 30px;
  height: 10px;
  left: 58px;
  z-index: 30;
}

@-webkit-keyframes patternlimit {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -15664px;
  }
}

@keyframes patternlimit {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -15664px;
  }
}

.limit-circle-border {
  background: #8ac0dd;
  display: block;
  height: 2px;
  left: 10%;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(0) scale(1, 0.2);
  transform: rotate(0) scale(1, 0.2);
  width: 80%;
  z-index: 10;
}

.is-animated .limit-circle-border {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
  transition-delay: 0.7s;
  transition-duration: 0.5s;
  transition-property: transform, -webkit-transform;
  transition-property: transform;
  transition-property: -webkit-transform;
  transition-timing-function: cubic-bezier(0.12, 1.01, 0.7, 1);
}

.limit-circle__text {
  color: #8ac0dd;
}

.limit-circle__text .number-text {
  font-size: 4rem;
  font-weight: bold;
  left: 18%;
  letter-spacing: 0.1em;
  position: absolute;
  top: 25%;
}

.limit-circle__text .day-text {
  bottom: 22%;
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  right: 15%;
}

.limit-circle__text .limited-text {
  bottom: 25px;
  font-size: 1.2rem;
  font-weight: bold;
  left: 0;
  letter-spacing: 0.1em;
  position: absolute;
  text-align: center;
  width: 100%;
}

.other-contents__shop {
  padding-bottom: 110px;
  text-align: center;
}

.shop-heading {
  margin: 0 auto 50px;
  max-width: 132px;
}

.shop-heading img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

.shop-img {
  margin: 0 auto 40px;
  max-width: 540px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.shop-img img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

.shop-sub-heading {
  color: #fff;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
  text-align: center;
}

.other-contents__price-text {
  color: #fff;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
}

.other-contents__price-text .name {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.other-contents__price-text .name span {
  display: inline-block;
  font-family: "FOT-筑紫ゴシック Pr5 M", TsukuGoPr5-M, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 110%;
  font-weight: normal;
  vertical-align: -0.05em;
}

.other-contents__price-text .price {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.other-contents__price-text .tax {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

#contact {
  position: relative;
}

.debut-img {
  margin-left: auto;
  margin-right: auto;
}

.debut-img img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.debut-img.debut-img--concept {
  margin-top: 110px;
  max-width: 540px;
}

.debut-img.debut-img--price {
  margin-bottom: 60px;
  margin-top: 50px;
  max-width: 450px;
}

.debut-img.debut-img--top {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.debut-img.debut-img--top.is-play img {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.debut-img.debut-img--top img {
  max-width: 700px;
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 2);
  transform: scale3d(1.2, 1.2, 2);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: opacity 0.5s linear, transform 1s cubic-bezier(0.075, 0.8, 0.2, 1), -webkit-transform 1s cubic-bezier(0.075, 0.8, 0.2, 1);
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .debut-img.debut-img--concept {
    margin-top: 60px;
  }
  .debut-img.debut-img--price {
    margin-bottom: 30px;
    margin-top: 35px;
  }
  .debut-img.debut-img--top {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sp-only {
  display: none;
}

.footer-wrapper {
  background: #fff;
}

.footer-wrapper .common-button {
  border-color: #000;
  color: #000;
}

.footer-wrapper .common-button--tel {
  color: #000;
  cursor: default;
  text-decoration: none;
}

.footer-wrapper a.common-button:hover {
  color: #fff;
}

.footer-wrapper .common-button__hover::before {
  background-color: #000;
}

.footer-wrapper .common-button__hover::after {
  background-color: #000;
}

.footer-wrapper .common-button__hover span::before {
  background-color: #000;
}

.footer-wrapper .common-button__icon-window::before {
  background-color: #000;
}

.footer-wrapper .common-button__icon-window::after {
  background-color: #000;
  border-color: #fff;
}

.footer-wrapper a.common-button:hover .common-button__icon-window::before {
  background-color: #fff;
}

.footer-wrapper a.common-button:hover .common-button__icon-window::after {
  background-color: #fff;
  border-color: #000;
}

.footer-inner {
  display: flex;
  display: -webkit-flex;
  padding-bottom: 40px;
  padding-top: 80px;
  position: relative;
}

#to-page-top {
  border-right: 5px solid #26120b;
  border-top: 5px solid #26120b;
  height: 26px;
  left: 60px;
  position: absolute;
  text-decoration: none;
  top: 90px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  width: 26px;
}

#to-page-top:hover {
  top: 85px;
}

@media screen and (max-width: 1024px) {
  #to-page-top {
    left: 20px;
  }
}

.footer-inner__contact {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 120px;
}

.footer-inner__col {
  margin-bottom: 40px;
  min-width: 250px;
}

.footer-inner__col .common-button-wrapper {
  margin: 0;
}

.footer-inner__col:first-child {
  margin-right: 80px;
}

.footer-heading {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.footer-text {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  white-space: nowrap;
}

.footer-inner__copy {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 40px;
}

.footer-inner__copy small {
  color: #26120b;
  font-size: 1.1rem;
  font-weight: bold;
  white-space: nowrap;
}

.footer-logo {
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .footer-text {
    white-space: inherit;
  }
  .footer-inner__contact {
    padding-left: 60px;
  }
}

#intro-screen {
  background: #fff;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
}

.intro-screen__inner {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  min-height: 640px;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform 1s cubic-bezier(0.14, 0.01, 0.37, 0.96), -webkit-transform 1s cubic-bezier(0.14, 0.01, 0.37, 0.96);
  width: 100%;
  z-index: 2;
}

.is-skip .intro-screen__inner {
  -webkit-transform: translate3d(0, -55vh, 0);
  transform: translate3d(0, -55vh, 0);
}

.intro-screen__copy {
  color: #fff;
  font-family: "FOT-筑紫ゴシック Pro B", TsukuGoPro-B;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  opacity: 0;
}

.intro-screen__copy br {
  display: none;
}

.intro-screen-image-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.intro-screen-image {
  margin: 0 35px;
  opacity: 0;
}

.intro-screen-image img {
  height: 230px;
  min-height: 1%;
  min-width: 1%;
  vertical-align: top;
  width: auto;
}

.intro-screen__copy-image {
  opacity: 0;
}

.intro-screen__copy-image img {
  max-width: 100%;
  vertical-align: top;
}

.intro-screen__bg {
  background-image: url(../images/top_img01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 1s linear;
  width: 100%;
  z-index: 1;
}

@-webkit-keyframes fadeInOut {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.075, 0.8, 0.2, 1);
    animation-timing-function: cubic-bezier(0.075, 0.8, 0.2, 1);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  1% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.11, 0.65, 0.98);
    animation-timing-function: cubic-bezier(0, 0.11, 0.65, 0.98);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes fadeInOut {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.075, 0.8, 0.2, 1);
    animation-timing-function: cubic-bezier(0.075, 0.8, 0.2, 1);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  1% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.11, 0.65, 0.98);
    animation-timing-function: cubic-bezier(0, 0.11, 0.65, 0.98);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.075, 0.8, 0.2, 1);
    animation-timing-function: cubic-bezier(0.075, 0.8, 0.2, 1);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  1% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.075, 0.8, 0.2, 1);
    animation-timing-function: cubic-bezier(0.075, 0.8, 0.2, 1);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  1% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  5% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.11, 0.65, 0.98);
    animation-timing-function: cubic-bezier(0, 0.11, 0.65, 0.98);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  5% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.11, 0.65, 0.98);
    animation-timing-function: cubic-bezier(0, 0.11, 0.65, 0.98);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    opacity: 0;
  }
  80% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.intro-screen__copy.is-play {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-play-state: 1;
  animation-play-state: 1;
}

.intro-screen__copy.is-fadeout {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.intro-screen-image-wrapper.is-play .intro-screen-image {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-play-state: 1;
  animation-play-state: 1;
}

.intro-screen-image-wrapper.is-play .intro-screen-image:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.intro-screen-image-wrapper.is-play .intro-screen-image:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.is-play .intro-screen__bg {
  opacity: 1;
}

.is-play .intro-screen-image-wrapper.is-fadeout {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-play-state: 1;
  animation-play-state: 1;
}

.intro-screen__copy-image.is-play {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-play-state: 1;
  animation-play-state: 1;
}

.intro-screen__progress {
  background: #8ac0dd;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

html.is-ios,.is-ios body {
  height: 100%;
}

.is-ios body.is-loading #wrapper {
  height: 100%;
}

.is-ios #intro-screen,.is-ios .site-screen,.is-ios .site-screen__inner,.is-ios .svg-wrapper,.is-ios .concept-frame {
  height: 100%;
}

.is-ios .site-screen.site-screen--h-auto,.is-ios .site-screen__inner.site-screen--h-auto {
  height: auto;
}

.is-ios #wrapper,.is-ios .intro-screen__inner {
  min-height: inherit;
  min-height: auto;
}

.is-ios .site-screen,.is-ios .site-screen__inner,.is-ios .svg-wrapper,.is-ios .top-slider,.is-ios .product-top,.is-ios .contents-slider-wrapper {
  min-height: inherit;
  min-height: auto;
}

@media screen and (max-width: 767px) {
  .is-side .product-top---logo {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
}

.is-side .site-frame,.is-side .contents-slider__text-image {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
  #site-nav {
    display: none;
  }
  .site-frame,.contents-slider__text-image {
    padding-left: 20px;
    padding-right: 20px;
  }
  .concept-frame {
    padding: 120px 20px;
  }
  .other-contents__price {
    padding: 120px 0;
  }
  .other-contents__shop {
    padding-bottom: 120px;
  }
  .main-heading-wrapper {
    width: 100%;
  }
  .concept-dec {
    font-size: 1.4rem;
  }
  .other-contents__text {
    font-size: 1.4rem;
  }
  .other-contents__price-text,.other-contents__text.other-contents__text--small {
    font-size: 1.4rem;
  }
  .shop-sub-heading {
    font-size: 2rem;
  }
  .shop_text {
    font-size: 1.4rem;
  }
  .concept-dec--mb {
    margin-bottom: 60px;
  }
  .text-image__hokkaido img {
    height: auto;
    width: 100%;
  }
  .sub-heading {
    font-size: 1.8rem;
    margin-bottom: 60px;
  }
  .tile-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: auto !important;
  }
  .tile {
    margin-bottom: 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    width: 100%;
  }
  .tile:last-child {
    margin-bottom: 0 !important;
  }
  .tile__heading {
    font-size: 1.8rem;
  }
  .tile__desc {
    font-size: 1.4rem;
  }
  .tile__image-wrapper {
    margin-bottom: 25px;
  }
  .package-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    padding: 60px 0 30px;
  }
  .package-head {
    margin-bottom: 30px;
    top: 130px;
  }
  .is-animated .limit-circle {
    bottom: -50px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .is-animated .package-head {
    -webkit-animation-name: headAnimeSp;
    animation-name: headAnimeSp;
  }
  .footer-inner {
    display: block;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 120px;
  }
  .footer-inner__contact {
    display: block;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
  .footer-text {
    font-size: 2rem;
  }
  .footer-inner__col {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 0 30px !important;
    text-align: center;
  }
  .footer-inner__col:last-child {
    margin-bottom: 0 !important;
  }
  .footer-inner__copy {
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 0;
  }
  .footer-logo {
    margin-bottom: 0;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  #to-page-top {
    left: 50%;
    margin-left: -18px;
    top: 30px;
  }
  #to-page-top:hover {
    top: 25px;
  }
  #global-nav {
    padding: 70px 20px;
  }
  .global-nav__list-wrapper,.global-nav__list {
    min-height: 340px;
  }
  .global-nav__list {
    max-height: 380px;
  }
  .global-nav__list a {
    font-size: 1.6rem;
    padding-bottom: 6px;
    padding-top: 6px;
  }
  #globa-nav-button {
    left: auto;
    position: fixed !important;
    right: 10px;
    top: 20px !important;
  }
  .intro-screen__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .intro-screen__copy {
    font-size: 5.5vw;
    text-align: center;
  }
  .intro-screen__copy br {
    display: block;
  }
  .intro-screen-image-wrapper {
    width: 0 -10px;
  }
  .intro-screen-image {
    margin: 0;
    padding: 0 10px;
    width: 33.33%;
  }
  .intro-screen-image img {
    height: auto;
    width: 100%;
  }
  .intro-screen-image:nth-child(2) {
    padding: 0 calc(10px + 1%);
  }
}

@media screen and (max-width: 360px) {
  .footer-text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .shop-sub-heading {
    font-size: 1.9rem;
  }
  .shop_text {
    font-size: 1.3rem;
  }
  .other-contents__text.other-contents__text--small {
    font-size: 1.3rem;
  }
  .footer-heading {
    font-size: 1.4rem;
  }
  .footer-text {
    letter-spacing: 0;
  }
}