@charset "UTF-8";
/*
 * htmlのfont-size用
 */
/*
   * font-size可変用
   */
/*メディアクエリー
---------------------------------------------*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* variable */
i {
  margin: auto 20px;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pc {
  display: inherit !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
}
/*---------------------------------------------------------------
common
-------------------------------------------------------------- */
.wf-loading {
  opacity: 0;
}

html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
  scroll-behavior: smooth;
}

body {
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 180%;
  color: #222;
  background: #f6f6f6;
  background-size: cover;
  background-position: center center;
  font-feature-settings: "palt";
  text-align: justify;
  position: relative;
}

a,
a:hover,
a:visited {
  color: #222;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4 {
  font-family: din-2014-narrow, zen-kaku-gothic-new, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*-------------------------------
block
--------------------------------- */
.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: inherit;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*---------------------------------------------------------------
 navi
-------------------------------------------------------------- */
#toggle {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  background: #222;
  border: solid 1px #444;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #toggle {
    top: 20px;
    right: 20px;
  }
}

#toggle-box {
  margin-top: -4px;
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

#toggle-box > span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease;
}

#toggle-box > span:nth-child(1) {
  top: 0;
}

#toggle-box > span:nth-child(2) {
  top: 50%;
  transform: translatey(-50%);
}

#toggle-box > p {
  color: #fff;
  font-size: 10px;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  margin-top: 8px;
  text-align: center;
}

#toggle {
  z-index: 1000;
}

#nav-content {
  z-index: 9999;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #222;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  text-align: left;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #nav-content {
    width: 100%;
    max-width: 400px;
    border-left: solid 1px #444;
  }
}
#nav-content nav {
  width: 80%;
  margin: 0 auto;
}
#nav-content nav h1 {
  width: 50%;
  max-width: 200px;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  #nav-content nav h1 {
    margin: 0 auto 50px;
  }
}
#nav-content nav ul.navi_1 {
  list-style: none;
}
#nav-content nav ul.navi_1 li {
  margin-bottom: 6.6666666667vw;
  font-size: 8.5333333333vw;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  #nav-content nav ul.navi_1 li {
    margin-bottom: 25px;
    font-size: 3.2rem;
  }
}
#nav-content nav ul.navi_1 li a {
  display: block;
  text-decoration: none;
  padding: 0;
  transition: opacity 0.6s ease;
  position: relative;
  color: #fff;
}
#nav-content nav ul.navi_1 li a:hover {
  opacity: 0.6;
}
#nav-content nav ul.navi_1 ul.navi_2 {
  margin: 5.3333333333vw 0 2.6666666667vw 5.3333333333vw;
  list-style: none;
}
@media screen and (min-width: 769px) {
  #nav-content nav ul.navi_1 ul.navi_2 {
    margin: 20px 0 10px 20px;
  }
}
#nav-content nav ul.navi_1 ul.navi_2 li {
  margin-bottom: 2.6666666667vw;
  font-size: 5.3333333333vw;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  #nav-content nav ul.navi_1 ul.navi_2 li {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
#nav-content nav ul.navi_1 ul.navi_2 li a {
  display: block;
  text-decoration: none;
  padding: 0;
  transition: opacity 0.6s ease;
  position: relative;
  color: #fff;
}
#nav-content nav ul.navi_1 ul.navi_2 li a:hover {
  opacity: 0.6;
}
#nav-content nav ul.navi_1 ul.navi_2 li a span {
  margin-left: 2.6666666667vw;
  font-size: 2.6666666667vw;
  vertical-align: middle;
  color: #ccc;
}
@media screen and (min-width: 769px) {
  #nav-content nav ul.navi_1 ul.navi_2 li a span {
    margin-left: 10px;
    font-size: 1rem;
  }
}

.is-open {
  overflow: hidden;
}

.is-open #toggle-box > span {
  background: #fff;
}

.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

.is-open #toggle-box > p {
  display: none;
}

.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
}

/*-------------------------------
main
--------------------------------- */
.main {
  width: 100%;
  margin: 0 auto;
  padding: 0 auto 26.6666666667vw;
  background: #E2E2E2;
  color: #222;
  display: block;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .main {
    max-width: 100%;
  }
}
.main .vegas-content-scrollable {
  overflow: visible;
}
.main .vegas-content {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: visible;
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  position: relative;
}
.main .title h1 {
  z-index: 2;
}
.main .title h1 .logo {
  width: 53.3333333333vw;
  max-width: 350px;
  margin: 0 auto;
}

/*-------------------------------
concept
--------------------------------- */
.concept {
  width: 100%;
  margin: 0;
  padding: 21.3333333333vw 8vw 8vw;
  background: url("../images/bg.jpg") #E2E2E2;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .concept {
    padding: 120px 30px 50px;
  }
}
.concept .box {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .concept .box {
    max-width: 1500px;
  }
}
.concept .box h2 {
  margin: 0 auto 8vw;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .concept .box h2 {
    margin-bottom: 50px;
  }
}
.concept .box h2 .en {
  font-size: 8.5333333333vw;
  display: block;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .concept .box h2 .en {
    margin-bottom: 15px;
    font-size: 5.4rem;
  }
}
.concept .box h2 .jp {
  font-size: 3.7333333333vw;
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .concept .box h2 .jp {
    font-size: 2rem;
  }
}
.concept .box h2 .jp::before, .concept .box h2 .jp::after {
  border-top: 1px solid;
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
}
.concept .box h2 .jp::before {
  margin-right: 1rem;
}
.concept .box h2 .jp::after {
  margin-left: 1rem;
}
.concept .box p.txt {
  font-size: 3.7333333333vw;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .concept .box p.txt {
    font-size: 1.8rem;
  }
}
.concept .box .image_area {
  width: 100vw;
  margin: 13.3333333333vw calc(50% - 50vw) 0;
  position: relative;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .concept .box .image_area {
    width: 80%;
    margin: 80px auto 0;
  }
}
.concept .box .image_area::before {
  content: "";
  display: block;
  padding-top: 178.6666666667%;
}
@media screen and (min-width: 769px) {
  .concept .box .image_area::before {
    padding-top: 59.375%;
  }
}
.concept .box .image_area .img_1 {
  width: 70.6666666667%;
  position: absolute;
  top: 7.4626865672%;
  left: 0;
  animation-delay: 1s;
}
@media screen and (min-width: 769px) {
  .concept .box .image_area .img_1 {
    width: 41.40625%;
    top: 11.8421052632%;
    left: 9.375%;
  }
}
.concept .box .image_area .img_2 {
  width: 40%;
  position: absolute;
  top: 0;
  right: 8%;
  animation-delay: 1s;
}
@media screen and (min-width: 769px) {
  .concept .box .image_area .img_2 {
    width: 23.4375%;
    top: 72.3684210526%;
    right: auto;
    left: 0;
  }
}
.concept .box .image_area .img_3 {
  width: 46.6666666667%;
  position: absolute;
  top: 38.8059701493%;
  right: 0;
  animation-delay: 1s;
}
@media screen and (min-width: 769px) {
  .concept .box .image_area .img_3 {
    width: 27.34375%;
    top: 18.4210526316%;
    right: 0;
  }
}
.concept .box .image_area .img_4 {
  width: 37.3333333333%;
  position: absolute;
  top: 55.223880597%;
  left: 8%;
  animation-delay: 1s;
}
@media screen and (min-width: 769px) {
  .concept .box .image_area .img_4 {
    width: 21.875%;
    top: 47.3684210526%;
    left: 42.96875%;
  }
}
.concept .box .image_area .img_5 {
  width: 26.6666666667%;
  position: absolute;
  top: 80.5970149254%;
  left: 21.875%;
  animation-delay: 1s;
}
@media screen and (min-width: 769px) {
  .concept .box .image_area .img_5 {
    width: 15.625%;
    top: 0;
    left: 59.375%;
  }
}
.concept .scroll-list {
  margin-top: 26.6666666667vw;
  display: block;
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
}
@media screen and (min-width: 769px) {
  .concept .scroll-list {
    margin-top: 150px;
  }
}
.concept .scroll-list li {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #222;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  font-size: 14.4vw;
  white-space: nowrap;
  padding: 0 0.3em 0 0;
  margin: 0;
  animation: marquee-left 16s linear infinite;
}
@media screen and (min-width: 769px) {
  .concept .scroll-list li {
    font-size: 8.4rem;
  }
}
@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}

/*-------------------------------
item
--------------------------------- */
.item {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
}
.item .item_box > li {
  margin-bottom: 16vw;
  /*-------item_list-------*/
  /*-------//item_list-------*/
}
@media screen and (min-width: 769px) {
  .item .item_box > li {
    margin-bottom: 50px;
  }
}
.item .item_box > li .item_category {
  margin-bottom: 16vw;
  padding: 16vw 16vw 10.6666666667vw;
  background: #DEDE3D;
  position: sticky;
  top: 0;
  z-index: -1;
  /* スクロールダウンの位置 */
  /* 線のアニメーション部分 */
  /* 線のアニメーション */
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_category {
    margin-bottom: 60px;
    padding: 8vw 16vw 5.3333333333vw;
    position: static;
  }
}
.item .item_box > li .item_category figure {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_category figure {
    max-width: 1000px;
  }
}
.item .item_box > li .item_category figure .num {
  color: #222;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  font-size: min(32vw, 200px);
  position: absolute;
  top: -2.6666666667vw;
  right: -13.3333333333vw;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_category figure .num {
    top: 30px;
    right: -150px;
  }
}
.item .item_box > li .item_category h3 {
  line-height: 100%;
  margin-top: 4vw;
  font-size: 10.1333333333vw;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_category h3 {
    margin-top: 20px;
    font-size: 54px;
  }
}
.item .item_box > li .item_category h3 span {
  line-height: 100%;
  margin-top: 2.6666666667vw;
  font-size: 2.9333333333vw;
  display: block;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_category h3 span {
    margin-top: 10px;
    font-size: 14px;
  }
}
.item .item_box > li .item_category .scroll {
  position: absolute;
  right: 50%;
  bottom: 10%;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_category .scroll {
    bottom: 30px;
    height: 50px;
  }
}
.item .item_box > li .item_category .scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -16vw;
  content: "";
  height: 13.3333333333vw;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_category .scroll::before {
    bottom: -60px;
    height: 50px;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.item .item_box > li .box {
  background: #f6f6f6;
}
.item .item_box > li .item_lead {
  padding: 13.3333333333vw 8vw 0;
  font-size: 3.7333333333vw;
  line-height: 180%;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_lead {
    margin: 0 auto;
    padding: 50px 30px 0;
    font-size: 1.8rem;
  }
}
.item .item_box > li .item_main {
  padding: 13.3333333333vw 0 0;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_main {
    padding: 80px 50px 0;
  }
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_main > ul {
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto;
  }
}
.item .item_box > li .item_main > ul > li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_main > ul > li {
    width: 50%;
  }
}
.item .item_box > li .item_main > ul > li figure,
.item .item_box > li .item_main > ul > li .slider_2 {
  width: 60%;
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_main > ul > li figure,
  .item .item_box > li .item_main > ul > li .slider_2 {
    width: 65%;
  }
}
.item .item_box > li .item_main > ul > li .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.item .item_box > li .item_main > ul > li .slider_2 .slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.item .item_box > li .item_main > ul > li .slider_2 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.item .item_box > li .item_main > ul > li .slider_2 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.item .item_box > li .item_main > ul > li .slider_2 .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
}
.item .item_box > li .item_main > ul > li .slider_2 .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.item .item_box > li .item_main > ul > li .slider_2 .slick-dots > li:first-child:last-child {
  display: none;
}
.item .item_box > li .item_main > ul > li > div {
  width: 35%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 8vw;
  text-align: left;
  line-height: 100%;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_main > ul > li > div {
    width: 35%;
    right: 2.6666666667vw;
  }
}
.item .item_box > li .item_main > ul > li > div .name {
  font-size: 4vw;
  line-height: 130%;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_main > ul > li > div .name {
    font-size: 2rem;
  }
}
.item .item_box > li .item_main > ul > li > div .price {
  margin-top: 1.8666666667vw;
  font-size: 4.8vw;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_main > ul > li > div .price {
    margin-top: 12px;
    font-size: 2.4rem;
  }
}
.item .item_box > li .item_main > ul > li > div .price span {
  font-size: 2.6666666667vw;
  margin-left: 0.8vw;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_main > ul > li > div .price span {
    font-size: 1.4rem;
    margin-left: 3px;
  }
}
.item .item_box > li .item_main > ul > li > div .txt {
  margin-top: 2.6666666667vw;
  padding-top: 2.6666666667vw;
  font-size: 2.6666666667vw;
  line-height: 140%;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_main > ul > li > div .txt {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 1.2rem;
    line-height: 150%;
  }
}
.item .item_box > li .item_main > ul > li > div .buy {
  margin-top: 4vw;
  padding: 2.6666666667vw 6.6666666667vw;
  font-size: 3.7333333333vw;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  border: solid 1px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_main > ul > li > div .buy {
    margin-top: 20px;
    padding: 10px 25px;
    font-size: 1.4rem;
  }
}
.item .item_box > li .item_main > ul > li:nth-child(2) figure,
.item .item_box > li .item_main > ul > li:nth-child(2) .slider_2 {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_main > ul > li:nth-child(2) figure,
  .item .item_box > li .item_main > ul > li:nth-child(2) .slider_2 {
    margin-right: auto;
    margin-left: 0;
  }
}
.item .item_box > li .item_main > ul > li:nth-child(2) > div {
  right: auto;
  left: 8vw;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_main > ul > li:nth-child(2) > div {
    right: 2.6666666667vw;
    left: auto;
  }
}
.item .item_box > li ul.category,
.item .item_box > li div.category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .item .item_box > li ul.category,
  .item .item_box > li div.category {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.item .item_box > li ul.category li,
.item .item_box > li div.category div {
  width: 46%;
  margin-bottom: 8vw;
  line-height: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .item .item_box > li ul.category li,
  .item .item_box > li div.category div {
    width: 23%;
    margin-bottom: 30px;
  }
}
.item .item_box > li ul.category li a > p:first-child,
.item .item_box > li div.category div a > p:first-child {
  position: relative;
}
@media screen and (min-width: 769px) {
  .item .item_box > li ul.category li a > p:first-child span,
  .item .item_box > li div.category div a > p:first-child span {
    display: none !important;
  }
}
.item .item_box > li ul.category > div,
.item .item_box > li ul.category li,
.item .item_box > li div.category > div,
.item .item_box > li div.category li {
  width: calc((100% - 10px) / 2);
}
@media screen and (min-width: 769px) {
  .item .item_box > li ul.category > div,
  .item .item_box > li ul.category li,
  .item .item_box > li div.category > div,
  .item .item_box > li div.category li {
    width: calc((100% - 80px) / 4);
  }
}
.item .item_box > li ul.category li,
.item .item_box > li div.category > div {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .item .item_box > li ul.category li,
  .item .item_box > li div.category > div {
    margin-bottom: 40px;
  }
}
.item .item_box > li ul.category a,
.item .item_box > li div.category a {
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
  text-align: left;
  line-height: 150%;
}
@media screen and (min-width: 769px) {
  .item .item_box > li ul.category a,
  .item .item_box > li div.category a {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
.item .item_box > li ul.category img,
.item .item_box > li div.category img {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .item .item_box > li ul.category img,
  .item .item_box > li div.category img {
    margin-bottom: 1rem;
  }
}
.item .item_box > li ul.category .price,
.item .item_box > li div.category .price {
  margin-top: 0.8vw;
  font-size: 3.7333333333vw;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .item .item_box > li ul.category .price,
  .item .item_box > li div.category .price {
    margin-top: 8px;
    font-size: 1.8rem;
  }
}
.item .item_box > li ul.category a .salecolor,
.item .item_box > li div.category a .salecolor {
  margin-bottom: 0;
}
.item .item_box > li ul.category a .ico_box,
.item .item_box > li div.category a .ico_box {
  display: none;
}
.item .item_box > li ul.category p:nth-child(3),
.item .item_box > li div.category p:nth-child(3) {
  display: none;
}
.item .item_box > li a.categorylist {
  width: 80%;
  padding: 4vw;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 3.7333333333vw;
  background: #D68966;
  display: block;
  border-radius: 100vh;
}
@media screen and (min-width: 769px) {
  .item .item_box > li a.categorylist {
    width: 70%;
    max-width: 450px;
    margin: auto;
    padding: 20px;
    font-size: 1.8rem;
  }
}
.item .item_box > li .caution {
  margin-top: 4vw;
  line-height: 180%;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .caution {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}
.item .item_box > li .item_others {
  padding: 13.3333333333vw 8vw 0;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_others {
    margin: 0 auto;
    padding: 80px 100px 50px;
  }
}
.item .item_box > li .item_others ul.item_others_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_others ul.item_others_list {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.item .item_box > li .item_others ul.item_others_list > li {
  width: 46%;
  margin-bottom: 8vw;
  line-height: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_others ul.item_others_list > li {
    width: 23%;
    margin-bottom: 30px;
  }
}
.item .item_box > li .item_others ul.item_others_list > li .slick-dotted.slick-slider {
  margin-bottom: 0;
  border: dotted 1px #e6e6e6;
}
.item .item_box > li .item_others ul.item_others_list > li ul.slider .slick-dots {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.item .item_box > li .item_others ul.item_others_list > li ul.slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.item .item_box > li .item_others ul.item_others_list > li ul.slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.item .item_box > li .item_others ul.item_others_list > li ul.slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
}
.item .item_box > li .item_others ul.item_others_list > li ul.slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.item .item_box > li .item_others ul.item_others_list > li ul.slider .slick-dots > li:first-child:last-child {
  display: none;
}
.item .item_box > li .item_others ul.item_others_list > li .shop_only {
  margin-top: 2.6666666667vw;
  margin-bottom: -1.3333333333vw;
  font-size: 2.9333333333vw;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_others ul.item_others_list > li .shop_only {
    margin-top: 15px;
    margin-bottom: -8px;
    font-size: 1.3rem;
  }
}
.item .item_box > li .item_others ul.item_others_list > li .name {
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
  text-align: left;
  line-height: 150%;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_others ul.item_others_list > li .name {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
.item .item_box > li .item_others ul.item_others_list > li .name span {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_others ul.item_others_list > li .name span {
    font-size: 1.2rem;
  }
}
.item .item_box > li .item_others ul.item_others_list > li .price {
  margin-top: 0.8vw;
  font-size: 3.7333333333vw;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_others ul.item_others_list > li .price {
    margin-top: 8px;
    font-size: 1.8rem;
  }
}
.item .item_box > li .item_others ul.item_others_list > li .price span {
  font-size: 2.6666666667vw;
  margin-left: 0.8vw;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_others ul.item_others_list > li .price span {
    font-size: 1.2rem;
    margin-left: 3px;
  }
}
.item .item_box > li .item_others ul.item_others_list > li .buy {
  padding: 2.6666666667vw 6.6666666667vw;
  font-size: 3.7333333333vw;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  border: solid 1px;
  display: inline-block;
  line-height: 100%;
  position: absolute;
  top: -1.3333333333vw;
  right: -1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_others ul.item_others_list > li .buy {
    padding: 10px 25px;
    font-size: 1.4rem;
    top: -5px;
    right: -5px;
  }
}
.item .item_box > li .item_others .more {
  margin: 0 auto 21.3333333333vw;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_others .more {
    margin: 0 auto 80px;
  }
}
.item .item_box > li .item_others .more__btn {
  width: 100%;
  padding: 4vw;
  margin-top: 5.3333333333vw;
  font-size: 5.3333333333vw;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  color: #222;
  display: block;
  border: solid 1px;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_others .more__btn {
    width: 500px;
    margin: 20px auto 0;
    padding: 20px;
    font-size: 2rem;
  }
}
.item .item_box > li .item_others .more__btn:before {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin: auto;
  border: 0;
  border-bottom: solid 1px #222;
  border-right: solid 1px #222;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 8vw;
  bottom: 0vw;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .item .item_box > li .item_others .more__btn:before {
    width: 20px;
    height: 20px;
    left: 60px;
    bottom: 0;
  }
}
.item .item_box > li:nth-child(3n-2) .item_category,
.item .item_box > li:nth-child(3n-2) .buy,
.item .item_box > li:nth-child(3n-2) .more__btn {
  background: #DEDE3D;
}
.item .item_box > li:nth-child(3n-1) .item_category,
.item .item_box > li:nth-child(3n-1) .buy,
.item .item_box > li:nth-child(3n-1) .more__btn {
  background: #F8932E;
}
.item .item_box > li:nth-child(3n) .item_category,
.item .item_box > li:nth-child(3n) .buy,
.item .item_box > li:nth-child(3n) .more__btn {
  background: #808EFF;
}

/*-----------------------------
 information
------------------------------------ */
.information {
  width: 100%;
  margin: 0 auto;
  padding: 26.6666666667vw 8vw 0;
  position: relative;
  background: #222222;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .information {
    padding: 100px 60px 0;
  }
}
.information h2 {
  font-size: 9.6vw;
  text-align: center;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .information h2 {
    font-size: 3.6rem;
  }
}
.information .information_box {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .information .information_box {
    padding: 0 30px;
  }
}
.information .information_box h3 {
  margin: 13.3333333333vw auto 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  font-size: 5.3333333333vw;
  line-height: 100%;
  text-align: center;
  border-bottom: dotted 1px #666;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .information .information_box h3 {
    margin: 50px auto 20px;
    padding: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .information .information_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.information .information_box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  border-bottom: dotted 1px #666;
}
@media screen and (min-width: 769px) {
  .information .information_box ul li {
    width: 46%;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.information .information_box ul li p.name {
  width: calc(100% - 26.6666666667vw);
  padding: 0;
  margin-bottom: 1.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 150%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .information .information_box ul li p.name {
    width: calc(100% - 120px);
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}
.information .information_box ul li a.btn {
  width: 21.3333333333vw;
  padding: 2.6666666667vw;
  text-decoration: none;
  color: #222;
  display: inline-block;
  background: #808EFF;
  text-align: center;
  font-size: 2.9333333333vw;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (min-width: 769px) {
  .information .information_box ul li a.btn {
    width: 100px;
    padding: 10px;
    font-size: 1.4rem;
  }
}

footer {
  width: 100%;
  padding: 26.6666666667vw 16vw;
  text-align: center;
  background: #222222;
  color: #fff;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 100px 60px;
  }
}
footer .f_logo {
  width: 42.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  footer .f_logo {
    width: 160px;
  }
}
footer .f_logo a {
  margin: 0 auto;
  padding: 0;
  display: block;
}
footer .f_logo a img {
  vertical-align: bottom;
}
footer .f_icon {
  margin: 13.3333333333vw auto 2.6666666667vw;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  footer .f_icon {
    margin: 50px auto 10px;
  }
}
footer .f_icon li {
  margin: 0 4vw;
  padding: 0;
}
@media screen and (min-width: 769px) {
  footer .f_icon li {
    margin: 0 15px;
  }
}
footer .f_icon li i {
  margin: 0;
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 769px) {
  footer .f_icon li i {
    font-size: 2.8rem;
  }
}
footer a,
footer a:hover,
footer a:visited {
  color: #fff;
  text-decoration: none;
}
footer small {
  text-align: center;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  footer small {
    font-size: 1rem;
  }
}

/*------------------------------
animation
-------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}
@keyframes bgAnimTop {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px 1200px;
  }
}
@keyframes bgAnimBottom {
  0% {
    background-position: 0px 1200px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@keyframes bgAnimLeft {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 1200px 0px;
  }
}
/*------------------------------
interview
-------------------------------*/
.interview {
  width: 80%;
  margin: 13.3333333333vw auto 0;
}
@media screen and (min-width: 769px) {
  .interview {
    margin: 50px auto 0;
  }
}
.interview h4 {
  margin-bottom: 5.3333333333vw;
  line-height: 100%;
  font-size: 6.4vw;
}
@media screen and (min-width: 769px) {
  .interview h4 {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.interview h4 span {
  line-height: 100%;
  margin-top: 2.6666666667vw;
  font-size: 3.4666666667vw;
  display: block;
}
@media screen and (min-width: 769px) {
  .interview h4 span {
    margin-top: 10px;
    font-size: 18px;
  }
}
.interview P {
  font-size: 3.4666666667vw;
  line-height: 180%;
}
@media screen and (min-width: 769px) {
  .interview P {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .interview P br {
    display: none;
  }
}
.interview a.btn {
  width: 60%;
  padding: 3.2vw;
  margin: 5.3333333333vw auto 0;
  font-size: 4.2666666667vw;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 500;
  background: #808EFF;
  color: #222;
  display: block;
  border: solid 1px;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .interview a.btn {
    width: 300px;
    margin: 20px auto 0;
    padding: 16px;
    font-size: 1.6rem;
  }
}
.interview a.btn:before {
  content: "";
  width: 1.6vw;
  height: 1.6vw;
  margin: auto;
  border: 0;
  border-bottom: solid 1px #222;
  border-right: solid 1px #222;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 8vw;
  bottom: 0vw;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .interview a.btn:before {
    width: 12px;
    height: 12px;
    left: 60px;
    bottom: 0;
  }
}

/* モーダルのスタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.modal.show {
  display: block;
  opacity: 1;
}

.modal-content {
  width: 90%;
  background-color: #fff;
  margin: auto;
  padding: 5.3333333333vw;
  max-height: 100%;
  overflow-y: auto;
  position: relative;
}

.close_btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px;
  background-color: #808EFF;
  border-radius: 100vh;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .close_btn {
    top: 50px;
    right: 50px;
    width: 80px;
    height: 80px;
  }
}

.close {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  position: relative;
  transform: rotate(45deg);
  border-radius: 1px;
}

.close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: inherit;
  transform: rotate(90deg);
}

.interview_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
.interview_wrap figure {
  margin-bottom: 50px;
}
.interview_wrap h2.interview_title {
  margin-bottom: 40px;
  font-size: 5.3333333333vw;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .interview_wrap h2.interview_title {
    font-size: 3.6rem;
  }
}
.interview_wrap p {
  margin-bottom: 40px;
  font-size: 3.7333333333vw;
  line-height: 2.4;
}
@media screen and (min-width: 769px) {
  .interview_wrap p {
    font-size: 1.8rem;
  }
}
.interview_wrap p.qes {
  font-weight: 700;
}
.interview_wrap p.qes:before {
  content: "ーー";
  margin-right: 10px;
}
.interview_wrap p.ans span {
  font-weight: 700;
  margin-right: 10px;
}
.interview_wrap .profile {
  width: 100%;
  padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
  background: #e6e6e6;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .interview_wrap .profile {
    padding: 60px;
  }
}
.interview_wrap .profile figure {
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .interview_wrap .profile figure {
    margin-bottom: 30px;
  }
}
.interview_wrap .profile .prof_1 {
  margin-bottom: 0;
  font-size: 4.8vw;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .interview_wrap .profile .prof_1 {
    font-size: 2rem;
  }
}
.interview_wrap .profile .prof_2 {
  margin-bottom: 5.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .interview_wrap .profile .prof_2 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.interview_wrap .profile .prof_3 {
  margin-bottom: 0;
  font-size: 3.4666666667vw;
  text-align: left;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .interview_wrap .profile .prof_3 {
    font-size: 1.5rem;
  }
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */