/* ---------- reset --------- */
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;500;700&family=Shippori+Mincho+B1:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap);
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

div, p, table, tbody, thead, th, tr, td, form, fieldset, input, textarea, blockquote, header, footer, nav, article, section, dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  font-style: normal;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset, img {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button, textarea, select, input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background: transparent;
}

header, footer, section, main, p, div, ul, li, span, a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: 500;
}

/* ---------- Base --------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---------- font --------- */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: 'Cormorant Infant','Shippori Mincho B1', serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFF;
  -webkit-font-feature-settings: 'palt', auto;
  font-feature-settings: 'palt', auto;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-display: swap;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  color: #242424;
  position: relative;
  min-width: 1280px;
}

img.iep {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.sp {
  display: none !important;
}

a {
  color: #242424;
  text-decoration: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
a:active {
  color: #000;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
a:focus {
  outline: none;
}
a.nolink {
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px), print {
  body {
    min-width: 100%;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}
/* =============================================================

Animation

* ============================================================= */
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes blockfadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes blockfadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes blockfadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* =============================================================

Wrapper

* ============================================================= */
.wrap {
  min-width: 1200px;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .wrap {
    min-width: 100%;
  }
}

/* =============================================================

  header

* ============================================================= */
.header h1 {
  position: fixed;
  z-index: 9999;
  top: 55px;
  left: 64px;
}
.header h1 a {
  width: 92px;
  height: 117px;
  display: block;
  background: url(../img/logo2.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  .header h1 {
    top: 7.3vw;
    left: 6.66vw;
  }
  .header h1 a {
    width: 13.33vw;
    height: 18vw;
  }
}
.header .insta {
  position: fixed;
  z-index: 80;
  bottom: 60px;
  right: 73px;
  z-index: 9999;
  width: 22px;
  height: 212px;
  background: url(../img/insta-txt.svg) no-repeat top center;
  background-size: 13px auto;
  padding: 190px 0 0;
}
.header .insta a {
  width: 22px;
  height: 22px;
  display: block;
  background: url(../img/icon-insta.svg) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  .header .insta {
    bottom: 8vw;
    right: 8vw;
    width: 4.3vw;
    height: 41vw;
    background: url(../img/insta-txt.svg) no-repeat top center;
    background-size: 2.4vw auto;
    padding: 36.66vw 0 0;
  }
  .header .insta a {
    width: 4.3vw;
    height: 4.3vw;
  }
}
.header .drawer-hamburger {
  position: fixed;
  top: 60px;
  right: 72px;
  z-index: 80;
}
@media screen and (max-width: 767px), print {
  .header .drawer-hamburger {
    top: 7.3vw;
    right: 6.66vw;
  }
}

.footer {
  background: #648b37;
  color: #f1e31f;
  padding: 70px 0 60px;
  height: 600px;
	width: 100%;
	margin-top:-10px;
}
@media screen and (max-width: 767px), print {
  .footer {
    padding: 13.33vw 0 11.33vw;
    height: auto;
  }
}
.footer .__inner {
  width: 970px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .footer .__inner {
    width: 100%;
  }
}
.footer .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 322px;
  height: 96px;
  background: url(../img/logo3.svg) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  .footer .logo {
    position: static;
    width: 42.66vw;
    height: 12.8vw;
    margin: 0 auto 10vw;
  }
}
.footer .f-link-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
}
@media screen and (max-width: 767px), print {
  .footer .f-link-box {
    position: static;
    width: 100%;
  }
}
.footer .f-link {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px), print {
  .footer .f-link {
    display: block;
    padding-bottom: 13.33vw;
  }
}
.footer .f-link li:not(:last-child) {
  margin-right: 20px;
}
.footer .f-link li.end a {
  padding-left: 26px;
}
@media screen and (max-width: 767px), print {
  .footer .f-link li.end a {
    padding-left: 0;
  }
}
.footer .f-link li a {
  font-size: 1.8rem;
  line-height: 1.0;
  letter-spacing: 0.05em;
  color: #f1e31f;
}
@media screen and (max-width: 767px), print {
  .footer .f-link li {
    text-align: center;
    margin-bottom: 5.33vw;
  }
  .footer .f-link li:not(:last-child) {
    margin-right: 0;
  }
  .footer .f-link li a {
    font-size: 1.4rem;
  }
}
.footer .f-link.__large {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px), print {
  .footer .f-link.__large {
    display: block;
    padding-bottom: 0;
  }
}
.footer .f-link.__large li {
  margin-bottom: 15px;
  width: 150px;
}
.footer .f-link.__large li:not(:last-child) {
  margin-right: 0;
}
.footer .f-link.__large li a {
  font-size: 2.9rem;
  line-height: 1.0;
}
@media screen and (max-width: 767px), print {
  .footer .f-link.__large li {
    margin-bottom: 5.33vw;
    width: 100%;
  }
  .footer .f-link.__large li a {
    font-size: 2.0rem;
  }
}
.footer .txt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px), print {
  .footer .txt {
    position: static;
    width: 100%;
    text-align: center;
  }
}
.footer .address {
  font-size: 1.3rem;
  line-height: 1.6;
  padding-bottom: 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px), print {
  .footer .address {
    padding-bottom: 6.66vw;
  }
}
.footer .bag {
  background: url(../img/icon-bag-yw.svg) no-repeat left center;
  background-size: 16px 17px;
  padding-left: 22px;
  font-size: 1.0rem;
  line-height: 17px;
  height: 17px;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px), print {
  .footer .bag {
    background-size: 3.6vw auto;
    padding-left: 5.2vw;
    line-height: 3.8vw;
    height: 3.8vw;
    margin-bottom: 6.66vw;
    display: inline-block;
  }
}
.footer .caution {
  font-size: 1.0rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px), print {
  .footer .caution {
    padding-bottom: 10.66vw;
  }
}
.footer .copy {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.2rem;
  line-height: 1.0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px), print {
  .footer .copy {
    position: static;
    text-align: center;
    font-size: 1.0rem;
  }
}

/* =============================================================

Drawer

* ============================================================= */
.l-header-hamburger {
  display: block;
  width: 83px;
  height: 25px;
  background: url(../img/btn-menu2.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header-hamburger:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media screen and (max-width: 767px), print {
  .l-header-hamburger {
    width: 10.66vw;
    height: 3.6vw;
  }
}

.__l-drawer {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 934px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background: #FFF url(../img/bk3.jpg) no-repeat bottom center;
  background-size: 100% auto;
  overflow: hidden;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px), print {
  .__l-drawer {
    min-height: 100%;
    background: transparent;
  }
}

.is-drawer-open .__l-drawer {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}

.__l-video {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 934px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.__l-video .__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .__l-video {
    min-height: 100%;
  }
}

.__l-popuop,
.__l-popuop_2023 {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 934px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.__l-popuop .__inner,
.__l-popuop_2023 .__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .__l-popuop,
  .__l-popuop_2023 {
    min-height: 100%;
  }
}

.is-video-open .__l-video,
.is-popup-open .__l-popuop,
.is-popup-open .__l-popuop_2023,
.is-popup-open2 .__l-popuop2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.__l-popuop .p-body {
  width: 782px;
  height: 528px;
  background: url(../img/popup-2023-2-pc.png) no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .__l-popuop .p-body {
    width: 100%;
    height: 129vw;
    background: url(../img/popup-2023-2-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
.__l-popuop .p-btn-close {
  position: absolute;
  right: 60px;
  top: 25px;
  width: 75px;
  height: 75px;
  z-index: 10;
  background: url(../img/popup-close-btn.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 767px), print {
  .__l-popuop .p-btn-close {
    right: 9.4vw;
    top: 3.2vw;
    width: 14vw;
    height: 14vw;
  }
}
.__l-popuop .p-icon-insta a {
  display: block;
  position: absolute;
  left: 215px;
  bottom: 102px;
  width: 22px;
  height: 22px;
  z-index: 10;
  background: url(../img/popup-insta-icon.svg) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 767px), print {
  .__l-popuop .p-icon-insta a {
    width: 4.6vw;
    height: 4.6vw;
    right: 0;
    left: 0;
    bottom: 84vw;
    margin: 0 auto;
  }
}
.__l-popuop .p-icon-lineup a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 166px;
  margin: 0 auto;
  width: 200px;
  height: 31px;
  z-index: 10;
  background: url(../img/popup-2023-2-btn.svg) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 767px), print {
  .__l-popuop .p-icon-lineup a {
    width: 32.3vw;
    height: 5.8vw;
    right: 0;
    left: 32.3vw;
    bottom: 54.4vw;
    margin: 0;
  }
}
.__l-popuop .p-icon-newitem a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  margin: 0 auto;
  width: 145px;
  height: 45px;
  z-index: 10;
  background: url(../img/new-item-btn.svg) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 767px), print {
  .__l-popuop .p-icon-newitem a {
    width: 23.6vw;
    height: 7.7vw;
    right: 0;
    left: 0;
    bottom: 13vw;
  }
}

.__l-popuop_2023 .p-body {
  width: 1250px;
  height: 688px;
  background: url(../img/popup-2023-pc.png) no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .__l-popuop_2023 .p-body {
    width: 96vw;
    height: 140vw;
    background: url(../img/popup-2023-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
.__l-popuop_2023 .p-btn-close {
  position: absolute;
  left: 930px;
  top: 110px;
  width: 75px;
  height: 75px;
  z-index: 10;
  background: url(../img/popup-close-btn.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 767px), print {
  .__l-popuop_2023 .p-btn-close {
    left: 72vw;
    top: 11.5vw;
    width: 14vw;
    height: 14vw;
  }
}
.__l-popuop_2023 .p-btn-2023 a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 264px;
  margin: 0 auto;
  width: 228px;
  height: 35px;
  z-index: 10;
  background: url(../img/popup-btn-2023.svg) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 767px), print {
  .__l-popuop_2023 .p-btn-2023 a {
    width: 40vw;
    height: 6.2vw;
    top: 74vw;
  }
}

.__l-popuop2 {
  display: block;
  width: 145px;
  height: 391px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  overflow: hidden;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin: auto 0;
}
.__l-popuop2 .p-body {
  width: 100%;
  height: 100%;
  background: url(../img/popup-small-pc2.png) no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .__l-popuop2 .p-body {
    width: 23.73vw;
    height: 64.8vw;
    background: url(../img/popup-small-sp2.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
.__l-popuop2 .p-btn-close {
  position: absolute;
  right: 14px;
  top: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  background: url(../img/popup-close-btn.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 767px), print {
  .__l-popuop2 .p-btn-close {
    right: 2vw;
    top: 2.9vw;
    width: 7.8vw;
    height: 7.8vw;
  }
}

.video-wrap-box {
  width: 60vw;
}
.video-wrap-box video {
  width: 100%;
}
@media screen and (max-width: 767px), print {
  .video-wrap-box {
    width: 90vw;
  }
}
.video-wrap-box .video-box {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.video-wrap-box .video-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.btn-video-close {
  position: fixed;
  top: 43px;
  right: 40px;
  z-index: 9999;
  width: 60px;
  height: 14px;
  cursor: pointer;
}
@media screen and (max-width: 767px), print {
  .btn-video-close {
    top: 6vw;
    right: 4vw;
    width: 12vw;
    height: 3vw;
  }
}

.btn-video-close {
  display: none;
}

.is-video-open .btn-video-close {
  display: block;
}

.btn-video-close > p {
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  display: none;
}

.btn-video-close > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #FFF;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-video-close > span._top {
  top: 0;
  -moz-animation: hamburger-top 0.75s forwards;
  -webkit-animation: hamburger-top 0.75s forwards;
  animation: hamburger-top 0.75s forwards;
}

.is-video-open .btn-video-close > span._top {
  -moz-animation: active-hamburger-top 0.75s forwards;
  -webkit-animation: active-hamburger-top 0.75s forwards;
  animation: active-hamburger-top 0.75s forwards;
}

.btn-video-close > span._bottom {
  bottom: 0;
  -moz-animation: hamburger-bottom 0.75s forwards;
  -webkit-animation: hamburger-bottom 0.75s forwards;
  animation: hamburger-bottom 0.75s forwards;
}

.is-video-open .btn-video-close > span._bottom {
  -moz-animation: active-hamburger-bottom 0.75s forwards;
  -webkit-animation: active-hamburger-bottom 0.75s forwards;
  animation: active-hamburger-bottom 0.75s forwards;
}

input:-webkit-autofill {
  animation-name: onAutoFillStart;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 5000s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: background-color 5000s ease-in-out 0s;
}

@-moz-keyframes hamburger-top {
  0% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(30deg);
    transform: translateY(7px) rotate(30deg);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes hamburger-top {
  0% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(30deg);
    transform: translateY(7px) rotate(30deg);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes hamburger-top {
  0% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(30deg);
    transform: translateY(7px) rotate(30deg);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-moz-keyframes hamburger-bottom {
  0% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-30deg);
    transform: translateY(-7px) rotate(-30deg);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes hamburger-bottom {
  0% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-30deg);
    transform: translateY(-7px) rotate(-30deg);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes hamburger-bottom {
  0% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-30deg);
    transform: translateY(-7px) rotate(-30deg);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-moz-keyframes active-hamburger-top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(30deg);
    transform: translateY(7px) rotate(30deg);
  }
}
@-webkit-keyframes active-hamburger-top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(30deg);
    transform: translateY(7px) rotate(30deg);
  }
}
@keyframes active-hamburger-top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    top: -1px;
    -webkit-transform: translateY(7px) rotate(30deg);
    transform: translateY(7px) rotate(30deg);
  }
}
@-moz-keyframes active-hamburger-bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-30deg);
    transform: translateY(-7px) rotate(-30deg);
  }
}
@-webkit-keyframes active-hamburger-bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-30deg);
    transform: translateY(-7px) rotate(-30deg);
  }
}
@keyframes active-hamburger-bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    bottom: -1px;
    -webkit-transform: translateY(-7px) rotate(-30deg);
    transform: translateY(-7px) rotate(-30deg);
  }
}
@media screen and (max-width: 767px), print {
  @-moz-keyframes hamburger-top {
    0% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(30deg);
      transform: translateY(1.5vw) rotate(30deg);
    }
    50% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(0);
      transform: translateY(1.5vw) rotate(0);
    }
    100% {
      top: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes hamburger-top {
    0% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(30deg);
      transform: translateY(1.5vw) rotate(30deg);
    }
    50% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(0);
      transform: translateY(1.5vw) rotate(0);
    }
    100% {
      top: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes hamburger-top {
    0% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(30deg);
      transform: translateY(1.5vw) rotate(30deg);
    }
    50% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(0);
      transform: translateY(1.5vw) rotate(0);
    }
    100% {
      top: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }
  @-moz-keyframes hamburger-bottom {
    0% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(-30deg);
      transform: translateY(-1.5vw) rotate(-30deg);
    }
    50% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(0);
      transform: translateY(-1.5vw) rotate(0);
    }
    100% {
      bottom: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes hamburger-bottom {
    0% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(-30deg);
      transform: translateY(-1.5vw) rotate(-30deg);
    }
    50% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(0);
      transform: translateY(-1.5vw) rotate(0);
    }
    100% {
      bottom: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes hamburger-bottom {
    0% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(-30deg);
      transform: translateY(-1.5vw) rotate(-30deg);
    }
    50% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(0);
      transform: translateY(-1.5vw) rotate(0);
    }
    100% {
      bottom: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }
  @-moz-keyframes active-hamburger-top {
    0% {
      top: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    50% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(0);
      transform: translateY(1.5vw) rotate(0);
    }
    100% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(30deg);
      transform: translateY(1.5vw) rotate(30deg);
    }
  }
  @-webkit-keyframes active-hamburger-top {
    0% {
      top: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    50% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(0);
      transform: translateY(1.5vw) rotate(0);
    }
    100% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(30deg);
      transform: translateY(1.5vw) rotate(30deg);
    }
  }
  @keyframes active-hamburger-top {
    0% {
      top: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    50% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(0);
      transform: translateY(1.5vw) rotate(0);
    }
    100% {
      top: -1px;
      -webkit-transform: translateY(1.5vw) rotate(30deg);
      transform: translateY(1.5vw) rotate(30deg);
    }
  }
  @-moz-keyframes active-hamburger-bottom {
    0% {
      bottom: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    50% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(0);
      transform: translateY(-1.5vw) rotate(0);
    }
    100% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(-30deg);
      transform: translateY(-1.5vw) rotate(-30deg);
    }
  }
  @-webkit-keyframes active-hamburger-bottom {
    0% {
      bottom: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    50% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(0);
      transform: translateY(-1.5vw) rotate(0);
    }
    100% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(-30deg);
      transform: translateY(-1.5vw) rotate(-30deg);
    }
  }
  @keyframes active-hamburger-bottom {
    0% {
      bottom: 0;
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
    50% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(0);
      transform: translateY(-1.5vw) rotate(0);
    }
    100% {
      bottom: -1px;
      -webkit-transform: translateY(-1.5vw) rotate(-30deg);
      transform: translateY(-1.5vw) rotate(-30deg);
    }
  }
}
.__l-drawer .__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px), print {
  .__l-drawer .__inner {
    padding: 34.66vw 0 60vw;
    height: auto;
    background: #FFF url(../img/bk3-sp.jpg) no-repeat bottom center;
    background-size: 100% auto;
  }
}
.__l-drawer .nav-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .__l-drawer .nav-wrap {
    display: block;
  }
}
.__l-drawer .nav-box {
  margin: 0 auto;
}
.__l-drawer .nav-box li {
  margin-bottom: 20px;
}
.__l-drawer .nav-box li a {
  font-size: 1.8rem;
  line-height: 1.0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px), print {
  .__l-drawer .nav-box {
    width: 100%;
  }
  .__l-drawer .nav-box li {
    width: 100%;
    margin-bottom: 4vw;
  }
  .__l-drawer .nav-box li a {
    font-size: 1.8rem;
    display: block;
    text-align: center;
  }
}
.__l-drawer .nav-box.__large {
  padding-right: 35px;
}
.__l-drawer .nav-box.__large li {
  margin-bottom: 28px;
}
.__l-drawer .nav-box.__large li a {
  font-size: 2.9rem;
  line-height: 1.0;
}
@media screen and (max-width: 767px), print {
  .__l-drawer .nav-box.__large {
    padding-right: 0;
    margin-bottom: 8vw;
  }
  .__l-drawer .nav-box.__large li {
    margin-bottom: 5vw;
  }
  .__l-drawer .nav-box.__large li a {
    font-size: 2.6rem;
  }
}
.__l-drawer .nav-box.__thum {
  padding-left: 0;
}
.__l-drawer .nav-box.__thum li {
  margin-bottom: 35px;
}
.__l-drawer .nav-box.__thum li:not(:last-child) {
  margin-right: 15px;
}
.__l-drawer .nav-box.__thum li a {
  letter-spacing: 0;
  display: block;
  position: relative;
}
.__l-drawer .nav-box.__thum li a .p {
  width: 100%;
  height: 133px;
}
.__l-drawer .nav-box.__thum li a .p img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.__l-drawer .nav-box.__thum li a .t {
  width: 103px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.__l-drawer .nav-box.__thum li a .t img {
  width: 100%;
  height: auto;
  display: block;
}
.__l-drawer .nav-box.__thum li a p {
  padding: 20px 0 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.__l-drawer .nav-box.__thum li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media screen and (max-width: 767px), print {
  .__l-drawer .nav-box.__thum {
    padding: 0 9.33vw;
  }
  .__l-drawer .nav-box.__thum li {
    margin-bottom: 8.66vw;
    width: 50%;
  }
  .__l-drawer .nav-box.__thum li:not(:last-child) {
    margin-right: 0;
  }
  .__l-drawer .nav-box.__thum li:nth-child(3), .__l-drawer .nav-box.__thum li:nth-child(5), .__l-drawer .nav-box.__thum li:nth-child(6) {
    width: 50%;
  }
  .__l-drawer .nav-box.__thum li a {
    text-align: center;
  }
  .__l-drawer .nav-box.__thum li a .p {
    height: 24vw;
  }
  .__l-drawer .nav-box.__thum li a p {
    padding: 2vw 0 0;
    font-size: 1.2rem;
  }
}

.btn-close {
  position: absolute;
  top: 50px;
  right: 70px;
  width: 45px;
  height: 45px;
  background: url(../img/btn-close.jpg) no-repeat 0 0;
  background-size: 100% auto;
  cursor: pointer;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media screen and (max-width: 767px), print {
  .btn-close {
    position: fixed;
    top: 7.33vw;
    right: 7.33vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}

#land-scape-caution {
  display: none;
}
#land-scape-caution .__inner {
  width: 100vw;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  z-index: 1000000;
  background: #FFF;
  top: 0;
  left: 0;
}
#land-scape-caution p {
  text-align: center;
  font-size: calc(calc(100vw -80px) / 34);
  line-height: 2.0;
}
#land-scape-caution p.en {
  margin-top: -10vh;
  font-size: calc(calc(100vw -80px) / 20);
}

/* =============================================================

 TOP

* ============================================================= */
.kitsune-section {
  position: relative;
}
.kitsune-section.__lineup__list {
  width: 100%;
  background: url(../img/lineup-bk.jpg) repeat top center;
  height: 2280px;
  padding: 86px 0 0;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list {
    width: 100%;
    height: auto;
    background: url(../img/lineup-bk-sp.jpg) repeat top center;
    padding: 16.6vw 0 0;
  }
}
.kitsune-section.__lineup__list .bk {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1530px;
  height: 2147px;
  z-index: 0;
  background: url(../img/lineup_bk_1.png) no-repeat bottom center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list .bk {
    width: 100%;
    height: 100%;
    background: url(../img/lineup_bk_1-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
.kitsune-section.__lineup__list .__ttl h2 {
  font-size: 4.6rem;
  line-height: 1.0;
  font-weight: 400;
  text-align: center;
  margin-bottom: 94px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list .__ttl h2 {
    font-size: 2.6rem;
    margin-bottom: 13.5vw;
  }
}
.kitsune-section.__lineup__list ul {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
}
.kitsune-section.__lineup__list li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.kitsune-section.__lineup__list li a {
  display: block;
}
.kitsune-section.__lineup__list li .pic {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li .pic {
    margin: 0 auto 6.4vw;
  }
}
.kitsune-section.__lineup__list li .pic img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li .pic img {
    width: 100%;
  }
}
.kitsune-section.__lineup__list li .txt {
  text-align: center;
}
.kitsune-section.__lineup__list li .txt h3 {
  font-size: 2.2rem;
  line-height: 1.0;
  font-weight: 500;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li .txt h3 {
    font-size: 1.6rem;
  }
}
.kitsune-section.__lineup__list li .txt h3 span {
  display: block;
  font-size: 1.7rem;
  line-height: 1.2;
  padding: 10px 0 0;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li .txt h3 span {
    font-size: 1.2rem;
    padding: 2.5vw 0 0;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-1 {
  width: 584px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-1 {
    width: 100%;
    margin-bottom: 14vw;
  }
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-1 .pic {
    width: 52.56vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-1 .pic img {
  width: 100%;
  height: auto;
}
.kitsune-section.__lineup__list li.line-up-thum-2 {
  width: 390px;
  margin: 0 0 0 484px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-2 {
    width: 100%;
    margin: 0 0 14vw;
  }
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-2 .pic {
    width: 37.17vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-2 .pic img {
  width: 100%;
  height: auto;
}
.kitsune-section.__lineup__list li.line-up-thum-3 {
  width: 584px;
  margin: -140px 0 0 0;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-3 {
    width: 100%;
    margin: 0 0 14vw;
  }
  .kitsune-section.__lineup__list li.line-up-thum-3 .pic {
    width: 30vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-4 {
  width: 390px;
  margin: -96px 0 0 484px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-4 {
    width: 100%;
    margin: 0 0 14vw;
  }
  .kitsune-section.__lineup__list li.line-up-thum-4 .pic {
    width: 32.56vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-5 {
  width: 584px;
  margin: -130px 0 0 0;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-5 {
    width: 100%;
    margin: 0 0 14vw;
  }
  .kitsune-section.__lineup__list li.line-up-thum-5 .pic {
    width: 40.51vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-6 {
  width: 494px;
  margin: -38px 0 0 432px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-6 {
    width: 100%;
    margin: 0 0 14vw;
  }
  .kitsune-section.__lineup__list li.line-up-thum-6 .pic {
    width: 42.3vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-7 {
  width: 584px;
  margin: -70px 0 0 0;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-7 {
    width: 100%;
    margin: 0 0 14vw;
  }
  .kitsune-section.__lineup__list li.line-up-thum-7 .pic {
    width: 42.3vw;
  }
}
.kitsune-section.__lineup__list li.line-up-thum-8 {
  width: 390px;
  margin: -115px 0 0 484px;
}
@media screen and (max-width: 767px), print {
  .kitsune-section.__lineup__list li.line-up-thum-8 {
    width: 100%;
    margin: 0 0 34.6vw;
  }
  .kitsune-section.__lineup__list li.line-up-thum-8 .pic {
    width: 36.4vw;
  }
}

.first-view-box {
  width: 100%;
  height: 100vh;
  min-height: 934px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px), print {
  .first-view-box {
    min-height: 100%;
  }
}
.first-view-box .ttl {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto auto;
  width: 359px;
  height: 108px;
  z-index: 10;
  background: url(../img/logo1.svg) no-repeat top center;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  .first-view-box .ttl {
    top: 36.66vw;
    width: 53.33vw;
    height: 16vw;
  }
}
.first-view-box #bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 934px;
  z-index: 0;
}
.first-view-box #bk img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px), print {
  .first-view-box #bk {
    min-height: auto;
  }
}

.video-btn {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 154px;
  margin: auto auto 0;
  z-index: 10;
  width: 62px;
  height: 62px;
}
@media screen and (max-width: 767px), print {
  .video-btn {
    bottom: 21.33vw;
    width: 12.8vw;
    height: 12.8vw;
  }
}
.video-btn span, .video-btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/btn-video.svg) no-repeat top center;
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.video-btn span:hover, .video-btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.video-btn.-with-txt {
  position: static;
  margin: 40px auto 0;
  width: auto;
  height: auto;
}
.video-btn.-with-txt a {
  margin: 0 auto;
  display: inline-block;
  width: auto;
  height: auto;
  background: url(../img/btn-video.svg) no-repeat right center;
  background-size: 22px auto;
  font-size: 1.4rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  text-indent: 0;
  padding-right: 35px;
  height: 22px;
  line-height: 22px;
}
@media screen and (max-width: 767px), print {
  .video-btn.-with-txt {
    margin-top: 8vw;
  }
  .video-btn.-with-txt a {
    background: url(../img/btn-video.svg) no-repeat 99% center;
    background-size: 4.4vw auto;
    font-size: 1.2rem;
    padding-right: 6vw;
    height: 4.6vw;
    line-height: 4.6vw;
  }
}

.top-content-box h2.ttl {
  text-align: center;
  font-size: 4.6rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px), print {
  .top-content-box h2.ttl {
    font-size: 2.3rem;
  }
}
.top-content-box a:hover .pic-box {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.top-content-box .pic-box {
  width: 100%;
  min-height: 635px;
  height: 40vw;
  overflow: hidden;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px), print {
  .top-content-box .pic-box {
    min-height: 100vw;
    height: 100vw;
  }
}
.top-content-box .pic-box img {
  width: 100%;
  height: 100%;
}
.top-content-box .pic-box.--with--ttl {
  position: relative;
}
.top-content-box .pic-box.--with--ttl h2.ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 635px;
  height: 40vw;
}
@media screen and (max-width: 767px), print {
  .top-content-box .pic-box.--with--ttl h2.ttl {
    min-height: 100vw;
    height: 100vw;
  }
}

#about {
  width: 100%;
  height: 1000px;
  position: relative;
  background: #f1e31f;
}
@media screen and (max-width: 767px), print {
  #about {
    height: auto;
  }
}
#about .txt-box {
  width: 600px;
  margin: 0 auto;
}
#about .txt-box p {
  padding: 200px 0 0;
  font-size: 2.2rem;
  line-height: 2.0;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  #about .txt-box {
    width: 100%;
  }
  #about .txt-box p {
    padding: 78.4vw 0 116vw;
    font-size: 1.4rem;
  }
}
#about .tree1 {
  width: 330px;
  height: 706px;
  background: url(../img/tree1.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -400px;
  left: 0;
}
@media screen and (max-width: 767px), print {
  #about .tree1 {
    width: 100%;
    height: 106vw;
    background: url(../img/tree1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
    top: -30vw;
  }
}
#about .tree2 {
  width: 300px;
  height: 860px;
  background: url(../img/tree2.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -300px;
  right: 0;
}
@media screen and (max-width: 767px), print {
  #about .tree2 {
    display: none;
  }
}
#about .tree3 {
  width: 1066px;
  height: 565px;
  background: url(../img/tree3.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  bottom: -75px;
  right: 0;
}
@media screen and (max-width: 767px), print {
  #about .tree3 {
    width: 100%;
    height: 69.6vw;
    background: url(../img/tree2-sp.png) no-repeat 0 0;
    background-size: 100% auto;
    bottom: -14.33vw;
  }
}
#about .footprints {
  width: 860px;
  height: 826px;
  background: url(../img/footprints.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -150px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  #about .footprints {
    display: none;
  }
}
#about .footprints1 {
  display: none;
  width: 24vw;
  height: 20vw;
  background: url(../img/footprints1-sp.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -4vw;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  #about .footprints1 {
    display: block;
  }
}
#about .footprints2 {
  display: none;
  width: 58.66vw;
  height: 45.33vw;
  background: url(../img/footprints2-sp.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  left: 15vw;
  bottom: 58.26vw;
}
@media screen and (max-width: 767px), print {
  #about .footprints2 {
    display: block;
  }
}
#about #slide_kitsune {
  position: absolute;
  right: -300px;
  bottom: 70px;
}
@media screen and (max-width: 767px), print {
  #about #slide_kitsune {
    right: 0;
    bottom: 0;
  }
}
#about .kitsune {
  width: 647px;
  height: 440px;
  background: url(../img/kitsune.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #about .kitsune {
    background-size: 70vw auto;
    width: 46.66vw;
    height: 44vw;
  }
}

.line_up_wrapper {
  width: 100%;
}

.line-up-bk-box {
  overflow: hidden;
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100vh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  .line-up-bk-box {
    min-height: 100%;
    -webkit-position: sticky;
    -moz-position: sticky;
    -ms-position: sticky;
    -o-position: sticky;
    position: sticky;
    top: 0;
  }
}
.line-up-bk-box .__ttl {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .line-up-bk-box .__ttl {
    top: 22vw;
  }
}
.line-up-bk-box h2 {
  font-size: 4.0rem;
  line-height: 1.0;
  font-weight: 400;
  text-align: center;
}
.line-up-bk-box h2 span {
  display: block;
  margin: 20px auto 30px;
  font-size: 2.0rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px), print {
  .line-up-bk-box h2 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .line-up-bk-box h2 span {
    font-size: 1.3rem;
    margin: 2.6vw auto 6vw;
  }
}
.line-up-bk-box .pr {
  margin: 0 auto;
  background: #636464;
  color: #FFF;
  font-size: 1.5rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 108px;
  height: 36px;
}
@media screen and (max-width: 767px), print {
  .line-up-bk-box .pr {
    font-size: 1.1rem;
    width: 22vw;
    height: 6vw;
  }
}
.line-up-bk-box .btn-buy {
  position: relative;
  z-index: 100;
}
.line-up-bk-box .btn-buy a {
  color: #000;
  border: #000 solid 1px;
  font-size: 1.4rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 104px;
  height: 34px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px), print {
  .line-up-bk-box .btn-buy a {
    font-size: 1.0rem;
    width: 16vw;
    height: 5vw;
    -moz-border-radius: 2.5vw;
    -webkit-border-radius: 2.5vw;
    border-radius: 2.5vw;
    margin: 4vw auto 0;
  }
}
.line-up-bk-box .btn-buy a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.line-up-bk-box .sp-wrap em {
  display: block;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px), print {
  .line-up-bk-box .sp-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .line-up-bk-box .sp-wrap .btn-buy a {
    margin: 0 0 0 2.66vw !important;
  }
}

.line-up-item {
  width: 100%;
  height: 100vh;
  min-height: 830px;
}

@-moz-keyframes scrollLine {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@-webkit-keyframes scrollLine {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scrollLine {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.btn-next {
  position: absolute;
  bottom: 50px;
  left: 63px;
  z-index: 20;
}
@media screen and (max-width: 767px), print {
  .btn-next {
    bottom: 4.6vw;
    left: 5.3vw;
  }
}
.btn-next a {
  display: block;
  width: 94px;
  height: 94px;
  background: url(../img/btn-next.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  .btn-next a {
    width: 14.66vw;
    height: 14.66vw;
  }
}
.btn-next a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.counter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  z-index: 20;
}
@media screen and (max-width: 767px), print {
  .counter {
    width: 16vw;
    height: 16vw;
  }
}
.counter .__wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.counter .__wrap .line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 30px;
  background: #000;
  -moz-animation: scrollLine 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  -webkit-animation: scrollLine 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  animation: scrollLine 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width: 767px), print {
  .counter .__wrap .line {
    width: 1px;
    height: 5.33vw;
  }
}
.counter .st {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px), print {
  .counter .st {
    font-size: 1.4rem;
  }
}
.counter p {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.counter span {
  font-size: 2.1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px), print {
  .counter span {
    font-size: 1.3rem;
  }
}
.counter .m {
  padding: 0 3px;
}

.line-up-content-box {
  width: 100%;
  height: 100vh;
  min-height: 830px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 80px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.line-up-content-box.__show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px), print {
  .line-up-content-box {
    min-height: 100%;
    padding: 0;
  }
}
.line-up-content-box .txt p {
  line-height: 1.8;
  font-size: 2.0rem;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .line-up-content-box .txt p {
    font-size: 1.4rem;
  }
}
.line-up-content-box .item-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .line-up-content-box .item-box.--wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 75vw;
  }
}
@media screen and (max-width: 767px), print {
  .line-up-content-box .item-box {
    display: block;
  }
}
.line-up-content-box .item-box.-col-2 .item.-p1-1 .p, .line-up-content-box .item-box.-col-2 .item.-p1-2 .p, .line-up-content-box .item-box.-col-2 .item.-p1-3 .p {
  height: 296px;
}
.line-up-content-box .item-box.-col-2 .item.-p1-1 .p img, .line-up-content-box .item-box.-col-2 .item.-p1-2 .p img, .line-up-content-box .item-box.-col-2 .item.-p1-3 .p img {
  width: auto;
  height: 100%;
}
.line-up-content-box .item-box.-col-2 .item.-p1-2 {
  margin: 0 33px;
}
.line-up-content-box .item-box.-col-2 .item.-p2-1 {
  width: 394px;
  margin: 0 20px;
}
.line-up-content-box .item-box.-col-2 .item.-p2-2 {
  width: 400px;
  margin: 0 20px;
}
.line-up-content-box .item-box.-col-2 .item.-p4-1 {
  width: 394px;
}
.line-up-content-box .item-box.-col-2 .item.-p4-2 {
  width: 298px;
}
@media screen and (max-width: 767px), print {
  .line-up-content-box .item-box.-col-2 .item {
    margin: 0 auto;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-1 {
    width: 100%;
    padding-top: 10vw;
    margin-bottom: 6vw;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-1 .p {
    width: 50vw;
    height: auto;
    margin: 0 auto 2vw !important;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-1 .p img {
    width: 100%;
    height: auto;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-2 .p {
    width: 28vw;
    height: auto;
    margin: 0 auto 2vw !important;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-2 .p img {
    width: 100%;
    height: auto;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-2 p {
    line-height: 1.8;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-3 .p {
    width: 28vw;
    height: auto;
    margin: 0 auto 2vw !important;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-3 .p img {
    width: 100%;
    height: auto;
  }
  .line-up-content-box .item-box.-col-2 .item.-p1-3 p {
    line-height: 1.8;
  }
  .line-up-content-box .item-box.-col-2 .item.-p2-1 {
    width: 66vw;
  }
  .line-up-content-box .item-box.-col-2 .item.-p2-1 .p {
    width: 52.8vw;
    margin: 30vw auto 0 !important;
  }
  .line-up-content-box .item-box.-col-2 .item.-p2-2 {
    width: 66vw;
  }
  .line-up-content-box .item-box.-col-2 .item.-p2-2 .p {
    width: 52.8vw;
    margin: -2vw auto -7vw !important;
  }
  .line-up-content-box .item-box.-col-2 .item.-p4-1 {
    width: 80vw;
  }
  .line-up-content-box .item-box.-col-2 .item.-p4-1 .p {
    width: 53.33vw;
    margin: 28vw auto -1vw !important;
  }
  .line-up-content-box .item-box.-col-2 .item.-p4-2 {
    width: 80vw;
  }
  .line-up-content-box .item-box.-col-2 .item.-p4-2 .p {
    width: 38.66vw;
    margin: 1vw auto -2vw !important;
  }
}
.line-up-content-box .item-box .item {
  text-align: center;
}
.line-up-content-box .item-box .item.-p3-1 .p {
  width: 590px;
}
.line-up-content-box .item-box .item.-p4-1 .p {
  width: 623px;
}
.line-up-content-box .item-box .item.-p5-1 .p {
  width: 600px;
}
.line-up-content-box .item-box .item.-p6-1 {
  margin-top: 0;
}
.line-up-content-box .item-box .item.-p6-1 .p {
  width: 800px;
}
.line-up-content-box .item-box .item.-p7-1 .p {
  width: 600px;
}
.line-up-content-box .item-box .item.-p8-1 .p {
  width: 450px;
  margin: 0 0 90px;
}
@media screen and (max-width: 767px), print {
  .line-up-content-box .item-box .item.-p3-1 .p {
    width: 70vw;
    margin: 15vw auto 0 !important;
  }
  .line-up-content-box .item-box .item.-p4-1 .p {
    width: 33vw;
    margin: 0 auto 8vw !important;
  }
  .line-up-content-box .item-box .item.-p5-1 .p {
    width: 45vw;
    margin: 20vw auto 0 !important;
  }
  .line-up-content-box .item-box .item.-p6-1 .p {
    width: 70vw;
    margin: 20vw auto 5vw !important;
  }
  .line-up-content-box .item-box .item.-p7-1 .p {
    width: 40vw;
    margin: 20vw auto 5vw !important;
  }
  .line-up-content-box .item-box .item.-p8-1 .p {
    width: 51vw;
    margin: 20vw auto 5vw !important;
  }
}
.line-up-content-box .item-box .item .p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .line-up-content-box .item-box .item .p {
    margin: 0 auto 5vw;
  }
}
.line-up-content-box .item-box .item p {
  font-size: 1.3rem;
  line-height: 1.0;
  vertical-align: baseline;
  display: inline-block;
  letter-spacing: 0.05em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}
.line-up-content-box .item-box .item p span {
  font-size: 2.0rem;
}
.line-up-content-box .item-box .item p.-with-icon {
  background: url(../img/icon-bag-bk.svg) no-repeat 99% 60%;
  background-size: 16px auto;
  padding-right: 40px;
  line-height: 20px;
  height: 20px;
}
@media screen and (max-width: 767px), print {
  .line-up-content-box .item-box .item p {
    font-size: 1.0rem;
  }
  .line-up-content-box .item-box .item p span {
    font-size: 1.3rem;
  }
}
.line-up-content-box .desc-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.line-up-content-box .desc-box.-p1 .p {
  width: 707px;
}
.line-up-content-box .desc-box.-p2 .p {
  width: 620px;
}
.line-up-content-box .desc-box.-p3 .p {
  width: 700px;
}
.line-up-content-box .desc-box.-p4 .p {
  width: 610px;
}
.line-up-content-box .desc-box.-p5 .p {
  width: 710px;
}
.line-up-content-box .desc-box.-p6 .p {
  width: 800px;
}
.line-up-content-box .desc-box.-p7 .p {
  width: 710px;
}
.line-up-content-box .desc-box.-p8 .p {
  width: 710px;
}
@media screen and (max-width: 767px), print {
  .line-up-content-box .desc-box.-p1 .p, .line-up-content-box .desc-box.-p2 .p {
    width: 80vw;
  }
  .line-up-content-box .desc-box.-p3 .p, .line-up-content-box .desc-box.-p3-2 .p {
    width: 56vw;
    margin: 18vw auto 0 !important;
  }
  .line-up-content-box .desc-box.-p4 .p {
    width: 60vw;
    margin: 18vw auto 0 !important;
  }
  .line-up-content-box .desc-box.-p4-2 .p {
    width: 56vw;
    margin: 0 auto !important;
  }
  .line-up-content-box .desc-box.-p5 .p {
    width: 58vw;
    margin: 35vw auto 0 !important;
  }
  .line-up-content-box .desc-box.-p6 .p {
    width: 60vw;
    margin: 30vw auto 0 !important;
  }
  .line-up-content-box .desc-box.-p6-2 .p {
    width: 56vw;
    margin: 30vw auto 0 !important;
  }
  .line-up-content-box .desc-box.-p6-3 .p {
    width: 56vw;
    margin: 30vw auto 0 !important;
  }
  .line-up-content-box .desc-box.-p7 .p {
    width: 54vw;
    margin: 0 auto 0 !important;
  }
  .line-up-content-box .desc-box.-p8 .p {
    width: 62vw;
    margin: 0 auto 0 !important;
  }
}

.btn-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
  margin: auto auto 0;
  z-index: 999;
}
@media screen and (max-width: 767px), print {
  .btn-wrap {
    bottom: 25vw;
  }
}
.btn-wrap div {
  margin: 0 12px;
}
@media screen and (max-width: 767px), print {
  .btn-wrap div {
    margin: 0 2vw;
  }
}

.back-to-line-up a {
  background: url(../img/btn_back_lineup.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 121px;
  height: 39px;
  display: block;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  .back-to-line-up a {
    width: 20vw;
    height: 7vw;
  }
}
.back-to-line-up a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.go-to-next a {
  background: url(../img/btn-next-1.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 121px;
  height: 39px;
  display: block;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  .go-to-next a {
    width: 20vw;
    height: 7vw;
    bottom: 25vw;
  }
}
.go-to-next a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

#line_up_bk_1 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-1.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_1 .bk {
    min-height: 100%;
  }
}
#line_up_bk_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 60vw;
  height: 100vh;
  min-height: 830px;
  background: url(../img/line-up-1-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_1::before {
    width: 100%;
    height: 100vw;
    min-height: 100%;
    background: url(../img/line-up-1-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 50vw;
  height: 100vh;
  min-height: 830px;
  background: url(../img/line-up-1-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_1::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vw;
    min-height: 100%;
    background: url(../img/line-up-1-p-2-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_1 .kitsune {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 450px;
  height: 540px;
  background: url(../img/line-up-1-kitsune.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_1 .kitsune {
    top: 113vw;
    width: 49.33vw;
    height: 65.33vw;
  }
}

#line_up_bk_2 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-2.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_2 .bk {
    min-height: 100%;
  }
}
#line_up_bk_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 50vw;
  height: 100vh;
  min-height: 830px;
  background: url(../img/line-up-2-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_2::before {
    width: 100%;
    height: 70vw;
    min-height: 100%;
    background: url(../img/line-up-2-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 50vw;
  height: 100vh;
  min-height: 830px;
  background: url(../img/line-up-2-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_2::after {
    display: none;
  }
}
#line_up_bk_2 .kitsune {
  position: absolute;
  left: 11vw;
  bottom: 0;
  width: 760px;
  height: 318px;
  z-index: 0;
  background: url(../img/line-up-2-kitsune.png) no-repeat 100% 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_2 .kitsune {
    width: 76.66vw;
    height: 38.4vw;
    background: url(../img/line-up-2-kitsune.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px), print {
  #line_up_bk_3 .pr {
    top: 50vw;
  }
}
#line_up_bk_3 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-3.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_3 .bk {
    min-height: 100%;
  }
}
#line_up_bk_3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100vh;
  min-height: 830px;
  background: url(../img/line-up-3-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_3::before {
    width: 100%;
    height: 68vw;
    min-height: 100%;
    background: url(../img/line-up-3-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100vh;
  min-height: 830px;
  background: url(../img/line-up-3-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_3::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 102vw;
    min-height: 100%;
    background: url(../img/line-up-3-p-2-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_3 .kitsune {
  position: absolute;
  left: 18vw;
  bottom: 0;
  width: 430px;
  height: 380px;
  z-index: 0;
  background: url(../img/line-up-3-kitsune.png) no-repeat 100% 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_3 .kitsune {
    left: 40vw;
    width: 60vw;
    height: 60vw;
    background: url(../img/line-up-3-kitsune.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}

#line_up_bk_4 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-4-1.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_4 .bk {
    min-height: 100%;
  }
}
#line_up_bk_4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100vh;
  min-height: 830px;
  background: url(../img/line-up-4-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_4::before {
    width: 100%;
    height: 68vw;
    min-height: 100%;
    background: url(../img/line-up-4-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_4::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100vh;
  min-height: 830px;
  background: url(../img/line-up-4-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_4::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 51.73vw;
    min-height: 100%;
    background: url(../img/line-up-4-p-2-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_4 .kitsune {
  position: absolute;
  left: 25vw;
  bottom: 0;
  width: 590px;
  height: 200px;
  z-index: 0;
  background: url(../img/line-up-4-kitsune.png) no-repeat 100% 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_4 .kitsune {
    left: 0;
    right: 0;
    margin-left: auto;
    width: 66.66vw;
    height: 30vw;
    background: url(../img/line-up-4-kitsune-sp.png) no-repeat right bottom;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px), print {
  #line_up_bk_5 .pr {
    top: 58vw;
  }
}
#line_up_bk_5 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-5.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_5 .bk {
    min-height: 100%;
  }
}
#line_up_bk_5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100vh;
  min-height: 830px;
  background: url(../img/line-up-5-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_5::before {
    width: 100%;
    height: 76vw;
    min-height: 100%;
    background: url(../img/line-up-5-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_5::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100vh;
  min-height: 830px;
  background: url(../img/line-up-5-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_5::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 44vw;
    min-height: 100%;
    background: url(../img/line-up-5-p-2-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_5 .kitsune {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 545px;
  height: 300px;
  z-index: 0;
  background: url(../img/line-up-5-kitsune.png) no-repeat 100% 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_5 .kitsune {
    bottom: 10.66vw;
    width: 66.66vw;
    height: 56vw;
    background: url(../img/line-up-5-kitsune-sp.png) no-repeat 100% 0;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px), print {
  #line_up_bk_6 .pr {
    top: 58vw;
  }
}
#line_up_bk_6 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-6.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_6 .bk {
    min-height: 100%;
  }
}
#line_up_bk_6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100vh;
  min-height: 830px;
  background: url(../img/line-up-6-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_6::before {
    width: 100%;
    height: 55vw;
    min-height: 100%;
    background: url(../img/line-up-6-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_6::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100vh;
  min-height: 830px;
  background: url(../img/line-up-6-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_6::after {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 86vw;
    min-height: 100%;
    background: url(../img/line-up-6-p-2-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_6 .kitsune {
  position: absolute;
  right: 7vw;
  bottom: 0;
  width: 380px;
  height: 425px;
  z-index: 0;
  background: url(../img/line-up-6-kitsune.png) no-repeat 100% 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_6 .kitsune {
    right: 27.46vw;
    width: 50vw;
    height: 56vw;
  }
}

#line_up_bk_7 .__ttl h2 {
  position: relative;
}
#line_up_bk_7 .new {
  position: absolute;
  top: -50px;
  left: calc(50% - 370px);
  width: 84px;
  height: 84px;
  background: url(../img/icon-new.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_7 .new {
    top: -16vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12.5vw;
    height: 12.5vw;
  }
}
#line_up_bk_7 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-7.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_7 .bk {
    min-height: 100%;
  }
}
#line_up_bk_7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100vh;
  min-height: 830px;
  background: url(../img/line-up-7-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_7::before {
    width: 100%;
    height: 100vh;
    min-height: 100%;
    background: url(../img/line-up-7-p-1-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#line_up_bk_7::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100vh;
  min-height: 830px;
  background: url(../img/line-up-7-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_7::after {
    display: none;
  }
}
#line_up_bk_7 .kitsune {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 414px;
  height: 286px;
  z-index: 0;
  background: url(../img/line-up-7-kitsune.png) no-repeat right bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_7 .kitsune {
    width: 56vw;
    height: 37vw;
  }
}

#line_up_bk_8 .__ttl h2 {
  position: relative;
}
#line_up_bk_8 .new {
  position: absolute;
  top: -50px;
  left: calc(50% - 300px);
  width: 84px;
  height: 84px;
  background: url(../img/icon-new.png) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_8 .new {
    top: -16vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12.5vw;
    height: 12.5vw;
  }
}
#line_up_bk_8 .bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/line-up-8.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 830px;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_8 .bk {
    min-height: 100%;
  }
}
#line_up_bk_8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100vh;
  min-height: 830px;
  background: url(../img/line-up-8-p-1.png) no-repeat 0 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_8::before {
    width: 100%;
    height: 100vh;
    min-height: 100%;
    background: url(../img/line-up-8-p-1-sp.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#line_up_bk_8::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 100vh;
  min-height: 830px;
  background: url(../img/line-up-8-p-2.png) no-repeat 100% 0;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_8::after {
    display: none;
  }
}
#line_up_bk_8 .kitsune {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 397px;
  height: 314px;
  z-index: 0;
  background: url(../img/line-up-8-kitsune.png) no-repeat right bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #line_up_bk_8 .kitsune {
    background: url(../img/line-up-8-kitsune-sp.png) no-repeat right bottom;
    background-size: 100% auto;
    width: 51vw;
    height: 50vw;
  }
}

#shop {
  width: 100%;
  min-height: 1000px;
  position: relative;
  background: #FFF url(../img/bk2.jpg) no-repeat bottom center;
  background-size: 100% auto;
  padding: 280px 0 0;
}
#shop .__inner {
  width: 970px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#shop .__inner::before {
  content: "";
  display: block;
  width: 190px;
  height: 190px;
  background: url(../img/sun.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -160px;
  left: -35px;
}
@media screen and (max-width: 767px), print {
  #shop {
    padding: 31.6vw 0 0;
    min-height: 100%;
  }
  #shop .__inner {
    width: 100%;
  }
  #shop .__inner::before {
    width: 24.66vw;
    height: 24.66vw;
    top: -20.4vw;
    left: -4vw;
    z-index: 0;
  }
}
#shop .ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px), print {
  #shop .ttl {
    margin-bottom: 9.3vw;
    position: relative;
    z-index: 2;
  }
}
#shop .c {
  font-size: 2.9rem;
  line-height: 38px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 40px;
  display: block;
  width: 220px;
  height: 38px;
  position: relative;
}
#shop .c::after, #shop .c::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 38px;
  top: 0;
}
#shop .c::before {
  left: 0;
  background: url(../img/ttl-line-l.png) no-repeat center;
  background-size: auto 100%;
}
#shop .c::after {
  right: 0;
  background: url(../img/ttl-line-r.png) no-repeat center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  #shop .c {
    font-size: 1.5rem;
    line-height: 4.8vw;
    margin: 0 auto 5.3vw;
    width: 29.33vw;
    height: 4.8vw;
  }
  #shop .c::after, #shop .c::before {
    width: 2.4vw;
    height: 4.8vw;
  }
}
#shop .pop-up-lists {
  position: relative;
  padding-bottom: 41.25vw;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists {
    width: 70vw;
    margin: 0 auto;
    padding-bottom: 46.25vw;
  }
}
#shop .pop-up-lists::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../img/pop-up-line.jpg) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists::before {
    height: 1.4vw;
  }
}
#shop .pop-up-lists li {
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li {
    padding: 4vw 0;
  }
}
#shop .pop-up-lists li::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../img/pop-up-line.jpg) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li::after {
    height: 1.4vw;
  }
}
#shop .pop-up-lists li .tl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li .tl {
    display: block;
    position: relative;
    padding: 0 3vw;
  }
}
#shop .pop-up-lists li .co {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 30px 0;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li .co {
    display: block;
    position: relative;
    padding: 2.6vw 3vw 0;
  }
}
#shop .pop-up-lists li h3 {
  font-size: 2.1rem;
  line-height: 1.0;
  letter-spacing: 0.05em;
  width: 620px;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li h3 {
    font-size: 1.4rem;
    width: 100%;
  }
}
#shop .pop-up-lists li .date {
  flex: 1;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li .date {
    font-size: 1.2rem;
    padding-top: 1.3vw;
  }
}
#shop .pop-up-lists li .ad {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  width: 620px;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li .ad {
    font-size: 1.0rem;
    width: 100%;
  }
}
#shop .pop-up-lists li .btn {
  width: 30px;
  height: 17px;
  background: url(../img/arrow-down.svg) no-repeat 0 0;
  background-size: 100% auto;
}
#shop .pop-up-lists li .btn.__open {
  background: url(../img/arrow-up.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  #shop .pop-up-lists li .btn {
    width: 4.8vw;
    height: 2.4vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 3vw;
    margin: auto 0 auto auto;
  }
}

.btn-google a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: #231815 solid 1px;
  width: 126px;
  height: 38px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.btn-google a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media screen and (max-width: 767px), print {
  .btn-google a {
    width: 20.53vw;
    height: 4.8vw;
    font-size: 1.0rem;
    margin: 2.6vw 0 0;
  }
}
.kiyaku{
	background-color:#f6f6f6; 

	width:100%;
}
.kiyakunakami{
	font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	width:1000px; 
	line-height:150%;
	padding:15px;


margin:10px auto;}


@media screen and (max-width: 1000px) {
.kiyakunakami{
	width:100%; 
	line-height:150%;
	padding:15px;
margin:10px;}}


.kiyakutext{
	line-height:150%;
	font-size:90%;
}
@media screen and (max-width: 1000px) {	
	.kiyakutext{
	width:100%;
}}
.kakumaru{
	font-size:110%;
	padding:8px;
	border:2px solid #333333;
color:#333333;
border-radius: 30px;}


@media screen and (max-width: 798px) {
.pc{
		
	 display: none;
							}}
          @media screen and (min-width: 798px) {
  .sp{		margin:0 auto;
    display: none;
  }
}
