/******************************/
/* SLIDER */
/******************************/
.p-main-slider .bx-wrapper {
  margin-bottom: 0;
}

.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}

.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.p-main-slider .bx-wrapper .bx-pager {
  box-sizing: border-box;
  padding-top: 0;
  padding-right: 25px;
  bottom: 45px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager {
    display: none;
  }
}

.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 5px;
  margin-right: 5px;
  background: #cdcdcd;
}

.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  position: relative;
  background: #000000;
}

.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #333333;
}

.p-main-slider .bx-wrapper .bx-pager-item {
  text-align: left;
}

.p-main-slider .bx-wrapper .bx-controls-direction a {
  z-index: 100;
}

.p-main-slider .bx-wrapper .bx-prev,
.p-main-slider .bx-wrapper .bx-next {
  margin-top: 0;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {

  .p-main-slider .bx-wrapper .bx-prev,
  .p-main-slider .bx-wrapper .bx-next {
    width: 40px;
    height: 40px;
  }
}

.p-main-slider .bx-wrapper .bx-prev::before,
.p-main-slider .bx-wrapper .bx-next::before {
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  width: 13px;
  height: 13px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

@media screen and (max-width: 767px) {

  .p-main-slider .bx-wrapper .bx-prev::before,
  .p-main-slider .bx-wrapper .bx-next::before {
    margin-top: -5px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
  }
}

.p-main-slider .bx-wrapper .bx-prev:hover,
.p-main-slider .bx-wrapper .bx-next:hover {
  background: rgba(255, 255, 255, 0.9);
}

.p-main-slider .bx-wrapper .bx-prev {
  left: 0;
}

.p-main-slider .bx-wrapper .bx-prev::before {
  transform: rotate(135deg);
}

.p-main-slider .bx-wrapper .bx-next {
  right: 0;
}

.p-main-slider .bx-wrapper .bx-next::before {
  transform: rotate(-45deg);
}

.p-main-slider+.p-line-informaiton {
  margin-top: 0;
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton {
    margin-top: 55px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.p-line-informaiton+.p-concept {
  margin-top: 0;
}

.p-line-informaiton__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton__wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.p-line-informaiton-list__item {
  overflow: hidden;
  display: flex !important;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    overflow: visible;
    display: block !important;
  }
}

.p-line-informaiton-list__date {
  width: 160px;
}

@media screen and (max-width: 1023px) {
  .p-line-informaiton-list__date {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-line-informaiton-list__date {
    margin-bottom: 5px;
    width: auto;
  }
}

.p-line-informaiton-list__ttl {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 90px;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton-list__ttl {
    overflow: visible;
    white-space: normal;
    padding-right: 0;
  }
}

.p-line-informaiton-list .slick-prev,
.p-line-informaiton-list .slick-next {
  z-index: 10;
  height: 35px;
  width: 35px;
  border-radius: 0;
  background: transparent;
}

@media screen and (max-width: 767px) {

  .p-line-informaiton-list .slick-prev,
  .p-line-informaiton-list .slick-next {
    height: 45px;
    width: 45px;
  }
}

.p-line-informaiton-list .slick-prev:before,
.p-line-informaiton-list .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg) translateX(-50%);
}

.p-line-informaiton-list .slick-prev:hover,
.p-line-informaiton-list .slick-next:hover {
  background: #f5f5f5;
}

.p-line-informaiton-list .slick-prev {
  left: auto;
  right: 35px;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton-list .slick-prev {
    right: auto;
    left: -50px;
  }
}

.p-line-informaiton-list .slick-prev:before {
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
}

.p-line-informaiton-list .slick-next {
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton-list .slick-next {
    right: -50px;
  }
}

.p-line-informaiton-list .slick-next:before {
  margin-left: -3px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.js-news-slider {
  display: none;
}

.js-news-slider.slick-initialized {
  display: block;
}

/******************************/
/* CONCEPT */
/******************************/
.p-concept {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .p-concept {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.p-concept__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 600px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-concept__img {
    width: auto;
  }
}

.p-concept__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
}

@media screen and (max-width: 1023px) {
  .p-concept__txt {
    padding: 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-concept__txt {
    padding: 45px 20px;
    width: auto;
  }
}

.p-concept__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-concept__ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

.p-concept__body {
  line-height: 2;
}

/******************************/
/* RECOMMEND ITEMS */
/******************************/
.p-recommend {
  overflow: hidden;
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .p-recommend {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}

.p-recommend-item-list {
  display: flex;
  flex-wrap: wrap;
}

.p-recommend-item-list__item {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  word-break: break-all;
}

@media screen and (max-width: 1023px) {
  .p-recommend-item-list__item {
    margin-bottom: 20px;
    width: 33.3333%;
  }
}

@media screen and (max-width: 767px) {
  .p-recommend-item-list__item {
    width: 50%;
  }
}

.p-recommend-item-list__item.is-hidden {
  display: none;
}

.p-recommend-item-list__item:hover .c-item-list__txt {
  opacity: 1;
}

.p-recommend-bg img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .p-recommend-bg img {
    object-fit: cover;
    height: 270px;
  }
}

/******************************/
/* TOP RANKING */
/******************************/
.p-ranking {
  overflow: hidden;
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .p-ranking {
    margin-top: 90px;
    margin-bottom: 60px;
  }
}

.p-ranking-list {
  box-sizing: border-box;
}

.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  word-break: break-all;
}

.p-ranking-list__item.is-hidden {
  display: none;
}

.p-ranking-list__item:hover .c-item-list__txt {
  opacity: 1;
}

.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
  padding-top: 3px;
  min-width: 60px;
  line-height: 57px;
  font-size: 28px;
  font-weight: bold;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  transition: all ease 0.1s;
}

@media screen and (max-width: 1023px) {
  .p-ranking-list__num {
    top: 20px;
    left: 20px;
    padding-top: 3px;
    min-width: 45px;
    line-height: 42px;
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .p-ranking-list__num {
    top: 10px;
    left: 10px;
    padding-top: 3px;
    min-width: 30px;
    line-height: 27px;
    font-size: 17px;
  }
}

.p-ranking-list__num.is-1 {
  background: #dbc131;
  color: #ffffff;
}

.p-ranking-list__num.is-2 {
  background: #bababa;
  color: #ffffff;
}

.p-ranking-list__num.is-3 {
  background: #c09257;
  color: #ffffff;
}

@keyframes rankingfadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/******************************/
/* TOP Å¹ÊÞ¾Ò²ð */
/******************************/
.p-shop {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .p-shop {
    display: block;
    margin-top: 75px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
}

.p-shop__img {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-shop__img {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.p-shop__txt {
  text-align: center;
}

.p-shop__ttl {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-shop__ttl {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.p-shop__body {
  line-height: 2;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-shop__body {
    font-size: 13px;
  }
}

.p-shop__url {
  margin-top: 15px;
}

.p-shop__url a {
  color: #2d2d2d;
}

.p-free {
  overflow: hidden;
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .p-free {
    margin-top: 60px;
  }
}

.p-free img {
  display: block;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

@media screen and (max-width: 1023px) {
  .p-free img {
    object-fit: cover;
    height: 270px;
  }
}














/* 2024 */
/* slider */
.p-main-slider .bx-wrapper img {
  height: auto;
}

/* news */
.p-line-informaiton {
  background-color: #3A85BE;
  padding: 22px 0;
}

.p-line-informaiton-list__item,
.p-line-informaiton-list__item a {
  color: #fff;
}

.p-line-informaiton-list .slick-prev:before,
.p-line-informaiton-list .slick-next:before {
  border-color: #fff;
}

/* achieve */
.p-achieve {
  position: relative;
  padding: 60px 0 clamp(16px, 50vw, 60px);
}

.p-achieve::before {
  position: absolute;
  content: '';
  width: 524px;
  height: 467px;
  top: 0;
  right: 0;
  background-image: url('https://file001.shop-pro.jp/PA01513/886/img/top/achieve-bg.png');
  background-size: cover;
  z-index: 0;
}

.p-achieve-head {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  position: relative;
  width: 360px;
  margin: auto;
}

.p-achieve-head span {
  display: block;
  font-size: 25px;
}

.p-achieve-head::before {
  position: absolute;
  content: '';
  background-image: url('https://file001.shop-pro.jp/PA01513/886/img/top/achieve-left.png');
  background-size: cover;
  width: 57px;
  height: 163px;
  top: -15px;
  left: -70px;
  z-index: 1;
}

.p-achieve-head::after {
  position: absolute;
  content: '';
  background-image: url('https://file001.shop-pro.jp/PA01513/886/img/top/achieve-right.png');
  background-size: cover;
  width: 57px;
  height: 163px;
  top: -15px;
  right: -70px;
  z-index: 1;
}

.p-achieve-body {
  max-width: 800px;
  margin: 50px auto 0;
  position: relative;
  z-index: 2;
}

.p-achieve-cookie img {
  position: absolute;
  z-index: 1;
}

.p-achieve-cookie img:nth-child(1) {
  width: 120px;
  bottom: 20px;
  left: 20px;
}

.p-achieve-cookie img:nth-child(2) {
  width: 123px;
  bottom: -40px;
  left: 130px;
}

.p-achieve-cookie img:nth-child(3) {
  width: 98px;
  bottom: 20px;
  right: 30px;
}

/* media */
.p-media {
  position: relative;
  padding-bottom: 180px;
}

#canvas,
#canvas-voice {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 900px;
}

.p-heading {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-top: 70px;
}

.p-media .p-heading {
  padding-top: 0;
}

.p-media .p-heading,
.p-media a {
  color: #fff;
}

.p-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.p-item {
  width: calc((100% - 120px) / 4);
}

.p-media .p-item {
  color: #fff;
}

.p-media .p-item-button,
.p-appeal .p-item-button a,
.p-instagram .p-item-button a,
.p-button .p-item-button {
  font-size: 18px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 60px;
  margin: auto;
}

.p-media .p-item-button::after,
.p-appeal .p-item-button a::after,
.p-instagram .p-item-button a::after,
.p-button .p-item-button::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 23px;
  right: 13px;
  transform: rotate(45deg);
  z-index: 1;
}

.p-media .p-item-button {
  margin-top: 40px;
}

.p-media a:hover .p-item-button {
  background-color: #fff;
  color: #3A85BE;
}

.p-media a:hover .p-item-button::after {
  border-color: #3A85BE;
}

.masked-image {
  width: 300px;
  height: 300px;
  background-image: url('https://file001.shop-pro.jp/PA01513/886/img/top/appeal01.jpg');
  background-size: cover;
  mask-image: url('https://file001.shop-pro.jp/PA01513/886/img/top/line.svg');
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-image: url('https://file001.shop-pro.jp/PA01513/886/img/top/line.svg');
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
}

/* appeal */
.p-appeal .p-list {
  flex-direction: column;
}

.p-appeal .p-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 100px;
}

.p-appeal .p-item:nth-child(even) {
  flex-direction: row-reverse;
}

.p-appeal-image,
.p-appeal-lead {
  width: 50%;
  box-sizing: border-box;
}

.p-appeal-lead {
  padding-left: 50px;
}

.p-appeal .p-item:nth-child(even) .p-appeal-lead {
  padding-left: 0;
  padding-right: 50px;
}

.p-appeal-title {
  font-size: 24px;
  font-weight: bold;
}

.p-appeal .p-item-button a,
.p-button .p-item-button,
.p-instagram .p-item-button a {
  border-color: #482D1F;
  color: #482D1F;
  margin-top: 100px;
  width: 300px;
  background-color: #fff;
}

.p-appeal .p-item-button a::after,
.p-button .p-item-button::after,
.p-instagram .p-item-button a::after {
  border-color: #482D1F;
}

.p-appeal .p-item-button a:hover,
.p-button a:hover .p-item-button,
.p-instagram .p-item-button a:hover {
  background-color: #482D1F;
  color: #fff;
  text-decoration: none;
}

.p-appeal .p-item-button a:hover::after,
.p-button a:hover .p-item-button::after,
.p-instagram .p-item-button a:hover::after {
  border-color: #fff;
}

.p-appeal .p-item-button a {
  width: 440px;
}

.p-parallax {
  padding-top: 100px;
}

.p-parallax img {
  width: 100%;
  height: 550px;
}

/* about */
.p-about {
  position: relative;
}

.p-about::before {
  position: absolute;
  content: '';
  background-image: url('https://file001.shop-pro.jp/PA01513/886/img/top/about-bg_2.png');
  background-size: cover;
  width: 357px;
  height: 467px;
  bottom: -900px;
  left: 0;
  z-index: 0;
}

.p-about-map {
  text-align: center;
}

.p-about-map iframe {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
}

/* voice */
.p-voice {
  position: relative;
  padding: 50px 0 150px;
  margin-top: 100px;
}

#canvas-voice {
  height: 100%;
}

.p-voice .p-list {
  align-items: stretch;
}

.p-voice .p-item {
  position: relative;
  background-color: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
}

.p-voice .p-item::after {
  position: absolute;
  content: '';
  border: 2px solid #8BCEE9;
  width: 100%;
  height: 100%;
  top: 5px;
  left: -5px;
  z-index: 1;
}

.p-voice-title {
  font-size: 20px;
  font-weight: bold;
}

/* button */
.p-button {
  display: flex;
}

.p-button a {
  width: 50vw;
  height: 50vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: transform .6s ease;
  position: relative;
  overflow: hidden;
}

.p-button a:nth-child(1)::before {
  position: absolute;
  content: '';
  background-image: url('https://file001.shop-pro.jp/PA01513/886/img/top/category01-bg.jpg');
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: transform .6s ease;
  z-index: -1;
}

.p-button a:nth-child(2)::before {
  position: absolute;
  content: '';
  background-image: url('https://file001.shop-pro.jp/PA01513/886/img/top/category02-bg.jpg');
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: transform .6s ease;
  z-index: -1;
}

.p-button .p-item-button {
  margin: 30px auto 0;
}

.p-button a:hover {
  text-decoration: none;
}

.p-button a:hover::before {
  transform: scale(1.3);
}

.p-button-title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.p-button-title span {
  font-size: 20px;
  display: block;
}

/* instagram */
.p-instagram {
  padding-top: 100px;
}

.p-instagram .p-heading {
  position: relative;
}

.p-instagram .p-heading::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 41px;
  background-image: url('https://file001.shop-pro.jp/PA01513/886/img/top/instagram-icon.png');
  background-size: cover;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.p-instagram .p-item {
  width: calc((100% - 60px) / 4);
}

.p-instagram .p-item-button a {
  width: 360px;
  margin-top: 50px;
}

@media screen and (max-width:767px) {

  /* news */
  .p-line-informaiton {
    padding: 13px 0;
  }

  .p-line-informaiton-list__date,
  .p-line-informaiton-list__ttl,
  .p-line-informaiton-list__ttl a {
    font-size: 12px;
  }

  /* achieve */
  .p-achieve {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-achieve::before {
    width: 140px;
    height: 125px;
  }

  .p-achieve-head {
    font-size: 32px;
    width: 266px;
  }

  .p-achieve-head span {
    font-size: 16px;
  }

  .p-achieve-head::before {
    width: 30px;
    height: 88px;
    top: -7px;
    left: 0;
  }

  .p-achieve-head::after {
    width: 30px;
    height: 88px;
    top: -7px;
    right: 0;
  }

  .p-achieve-body {
    margin-top: 20px;
  }

  .p-achieve-cookie img:nth-child(1) {
    width: 54px;
    bottom: 20px;
    left: 20px;
  }

  .p-achieve-cookie img:nth-child(2) {
    width: 45px;
    bottom: 10px;
    left: 20%;
  }

  .p-achieve-cookie img:nth-child(3) {
    width: 47px;
    bottom: 20px;
    right: 20px;
  }

  /* media */
  .p-media {
    padding-bottom: 120px;
  }

  #canvas,
  #canvas-voice {
    height: 750px;
    object-fit: cover;
  }

  .p-heading {
    font-size: 27px;
    padding-top: 50px;
  }

  .p-list-sp {
    overflow: hidden;
  }

  .p-list-sp .p-list {
    overflow: scroll;
    width: 100%;
    padding-bottom: 13px;
  }

  .p-item {
    width: 100%;
  }

  .p-list-sp .p-item {
    /* width: 220px; */
    min-width: 240px;
    margin-right: 40px;
  }

  .p-list-sp img {
    width: 220px;
    max-width: none;
  }

  .p-media .p-item-button,
  .p-appeal .p-item-button a,
  .p-instagram .p-item-button a,
  .p-button .p-item-button {
    font-size: 16px;
    width: 200px;
    height: 50px;
  }

  .p-appeal .p-item-button a,
  .p-button .p-item-button,
  .p-instagram .p-item-button a {
    margin-top: 30px;
  }

  .p-media .p-item-button::after,
  .p-appeal .p-item-button a::after,
  .p-instagram .p-item-button a::after,
  .p-button .p-item-button::after {
    top: 19px;
    right: 8px;
  }

  /* appeal */
  .p-appeal .p-item,
  .p-appeal .p-item:nth-child(even) {
    flex-direction: column;
  }

  .p-appeal .p-item {
    margin-top: 50px;
  }

  .p-appeal-image,
  .p-appeal-lead {
    width: 100%;
  }

  .p-appeal-lead,
  .p-appeal .p-item:nth-child(even) .p-appeal-lead {
    padding: 0;
  }

  .p-appeal-lead {
    margin-top: 30px;
  }

  .p-appeal .p-item-button a {
    width: 100%;
  }

  .p-parallax .u-container {
    padding: 0;
  }

  .p-parallax img {
    height: 171px;
  }

  /* about */
  .p-about::before {
    display: none;
  }

  .p-about-map iframe {
    max-height: 130px;
    margin-top: 20px;
  }

  /* voice */
  .p-voice {
    padding: 40px 0 80px;
  }

  .p-voice::before {
    position: absolute;
    content: '';
    background-image: url('https://file001.shop-pro.jp/PA01513/886/img/top/about-bg_2.png');
    background-size: cover;
    width: 184px;
    height: 164px;
    top: -140px;
    left: 0;
    z-index: -1;
  }

  .p-voice .u-container {
    padding-right: 0;
    padding-top: 50px;
  }

  /* button */
  .p-button {
    flex-direction: column;
  }

  .p-button a {
    width: 100%;
    height: 100vw;
  }

  .p-button-title,
  .p-button-title span {
    font-size: 20px;
  }

  /* instagram */
  .p-instagram .p-heading::before {
    top: 0;
  }

  .p-instagram .p-list {
    flex-wrap: wrap;
  }

  .p-instagram .p-item {
    width: 50%;
  }

  .p-instagram .p-item-button a {
    width: 100%;
  }
}