@charset "UTF-8";
html{background: #ffffff;}
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;
  list-style: none;
}
body {
  line-height: 1;
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  color: #000000;
  background: #FFF;
}
::-moz-selection {
  background: #fff;
  color: #000;
}
::selection {
  background: #fff;
  color: #000;
}
::-moz-selection {
  background: #fff;
  color: #000;
}
#anim{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110vw;
  right: -5vw;
  height: 110vh;
  top: -5vh;
  background: #e4e2d9;
  position: fixed;
  z-index: 99999;
  overflow: hidden;
  -webkit-transition: all 1.4s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 1.4s cubic-bezier(.19, 1, .22, 1);
  transition: all 1.4s cubic-bezier(.19, 1, .22, 1);
}
#anim.after{
  height: 0;
}
#anim #svg{
  position: absolute;
  left: 5vw;
  width: 100vw;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 400;  
  color: #000;      
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: none;
}
img{width: 94%;
  margin: 0 auto
}
@media only screen and (min-width: 768px) {
.sp_only {
  display: none!important;
}
h1{
  width: 30vw;
  position: fixed;
  top: 8vw;
  left: 35vw;
}
}
@media only screen and (max-width: 768px) {
.pc_only {
  display: none!important;
}

h1{
  width: 22vw;
  position: fixed;
  top: 3vh;
  left: 39vw;
  z-index: 9999;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #000;
}
.swiper-slide{
  height: 100svh;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 2vh;
}
.swiper-pagination{
  position: fixed;
  height: 6px;
  top: 0;
  left: 0;
}
.price{
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: italic;
  position: fixed;
  bottom: 5vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 32px;
}
.swiper-3d .swiper-slide-shadow {
    background: #fff!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  content: "";
  background: url(../img/right.png) no-repeat center center;
  background-size: 50%;
  width: 100%;
  height: 100%;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  content: "";
  background: url(../img/left.png) no-repeat center center;
  background-size: 50%;
  width: 100%;
  height: 100%;
}
.swiper-button-prev{
  bottom:4.6vh;
  top: unset;
  left: 10vw;
}
.swiper-button-next{
  bottom:4.6vh;
  top: unset;
  right: 10vw;
}
.swiper-pagination-progressbar{
  background:#ddd;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  width: 50vw;
  height: var(--swiper-pagination-progressbar-size, 3px);
  left: 25vw;
  top: unset;
  bottom: 7vh;
}
.en{
  width: 18vw;
  position: fixed;
  top: 4.4vh;
  left: 10%;
  z-index: 9999;
}
.take{
  position: fixed;
  right: 6vw;
  z-index: 9999;
}
.take{
  top: 3.5vh;
  width: 40%;
}
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  /* iPad 縦向き用のスタイル */
    h1 {
          display: none
  ;
      }  
  img {
      width: 74%;
      margin: 0 auto;
      margin-bottom: 7vw;
  }
}