body#webstore .webstore-inner {
  position: relative;
}
@media only screen and (min-width:1100px) {
  body#webstore .webstore-inner {
    padding-top: 43px;
  }
}


@media only screen and (min-width:1100px) {
  body#webstore .contents section.wrap_01 .parallelogram{
    width: 870px;
  }
}


.webstore--slide {
  width: 79.1vw;
  height: 52.3vw;
  padding: 0 0 9.025vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width:1100px) {
  .webstore--slide {
    width: 870px;
    height: auto;
    padding: 0;
    order: 2;
  }
}
.webstore--slide .swiper-container {
  overflow: visible;
}
.webstore--slide-item {
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1100px) {

  .webstore--slide-item img {
    width: 100%;
    height: auto;
  }

  .webstore--slide-item {
    height: auto;
  }
}

.webstore--slide .swiper-controls {
  position: relative;
  height: 4.31vw;
  width: fit-content;
  margin-top: 4.72vw;
  margin-inline: auto;
}
@media only screen and (min-width:1100px) {
  .webstore--slide .swiper-controls {
    margin-top: 23.99px;
    height: 34px;
  }
}
.webstore--slide .swiper-button-next, .webstore--slide .swiper-button-prev {
  width: 4.41vw;
  height: 4.31vw;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 11;
  margin-top: 0;
}
@media only screen and (min-width:1100px) {
  .webstore--slide .swiper-button-next, .webstore--slide .swiper-button-prev {
    width: 26px;
    height: 22px;
    top: 50%;
  }
  .webstore--slide .swiper-button-next:hover, .webstore--slide .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.webstore--slide .swiper-button-next.is-disable, .webstore--slide .swiper-button-prev.is-disable {
  opacity: 0.35;
}
.webstore--slide .swiper-button-prev {
  background-image: url("../images/shared/slide_prev_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: -10.36vw;
  right: auto;
}
.webstore--slide .swiper-button-prev::after, .webstore--slide .swiper-button-next::after {
  display: none;
}
@media only screen and (min-width:1100px) {
  .webstore--slide .swiper-button-prev {
    left: -77.95px;
  }
}
.webstore--slide .swiper-button-next {
  background-image: url("../images/shared/slide_next_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: -10.36vw;
  left: auto;
}
@media only screen and (min-width:1100px) {
  .webstore--slide .swiper-button-next {
    right: -77.95px;
  }
}
.webstore--slide .swiper-pagination-bullets {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  display: flex;
}
.webstore--slide .swiper-pagination-bullet {
  border-radius: 0;
  background: rgba(254, 1, 1,0.25);
  width: 11.63vw;
  height: 1.16vw;
  margin: 0 0.36vw !important;
  opacity: 1 !important;
  transition: all 0.3s;
  display: block;
}
.webstore--slide .swiper-pagination-bullet-active {
  background: #fe0101;
  box-shadow: 1px 1px 15px #930000, 1px -1px 15px #930000, -1px 1px 15px #930000, -1px -1px 15px #930000;
}

@media only screen and (min-width:1100px) {
  .webstore--slide .swiper-pagination-bullet {
    
    width: 80px;
    height: 8px;
    margin: 0 3.50px !important;
  }
}
.webstore-content {
  background-size: 6.56vw;
  background-position: 0 0;
  padding: 0 0 9.13vw;
  margin: 0 auto;
}
@media only screen and (min-width:1100px) {
  .webstore-content {
    width: 100%;
    background-size: 32px;
    padding: 0;
    margin: 30px auto 0;
  }
}

body#webstore .webstore-content .parallelogram .red-shadow.is-center {
  text-align: center;
  padding-left: 0;
  line-height: 0.8;
}

@media only screen and (min-width:1100px) {
  body#webstore .webstore-content .parallelogram .red-shadow.is-center {
    text-align: center;
    padding-left: 0;
    line-height: 1;
    padding: 8px 0 12px 0;
  }
}

body#webstore .webstore-content .parallelogram .red-shadow.is-center .first-line {
  padding-left: 0;
  font-size: 3.8vw;
}

@media only screen and (min-width:1100px) {
  body#webstore .webstore-content .parallelogram .red-shadow.is-center .first-line {
    font-size: 25px;
  }
}

body#webstore .webstore-content .parallelogram .redbg  {
  width: 8vw;
}

@media only screen and (min-width:1100px) {
  body#webstore .webstore-content .parallelogram .redbg  {
    width: 70px;
  }
}

.webstore-content--subtit {
  background: rgb(255, 138, 0);
  padding: 0.82vw 2.05vw 2.26vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 5.74vw;
  height: 10.26vw;
  text-shadow: 0 0.82vw 0 #000;
  margin: 8.21vw 0 0;
}
@media only screen and (min-width:1100px) {
  .webstore-content--subtit {
    background: linear-gradient(90deg, rgba(255, 138, 0, 0.05) 0%, rgb(255, 138, 0) 40%, rgb(255, 138, 0) 60%, rgba(255, 138, 0, 0.05) 100%);
    padding: 0.80px 1px 1.60px;
    font-size: 28px;
    text-shadow: 0 0.40px 0 #000;
    margin: 0 0 24px;
    height: 50px;
  }
}
.webstore-content--subtit__pic {
  width: 37.13vw;
  height: 17.64vw;
}
@media only screen and (min-width:1100px) {
  .webstore-content--subtit__pic {
    width: 198px;
    height: 94px;
  }
}
@media only screen and (min-width:1100px) {
  .webstore-content--faq {
    padding: 30px 0 75.99px;
  }
}
.webstore-content--accordion {
  width: 79.1vw;
  margin: 6.46vw auto 0;
}
@media only screen and (min-width:1100px) {
  .webstore-content--accordion {
    width: 890px;
    margin: 38px auto 0;
  }
}
.webstore-content--accordion__item {
  background-color: rgba(0, 0, 0,0.75);
  color: #fff;
  margin: 1.95vw auto 0;
  
  cursor: pointer;
}
@media only screen and (min-width:1100px) {
  .webstore-content--accordion__item {
    margin: 19px auto 0;

  }
}
.webstore-content--accordion__item:first-child {
  margin-top: 0;
}
.webstore-content--accordion__wrap {
  padding: 2.77vw 2.77vw 2.77vw 3.08vw;
}
@media only screen and (min-width:1100px) {
  .webstore-content--accordion__wrap {
    padding: 23px 17px;
  }
}
.webstore-content--accordion__wrap.active {
  padding: 2.77vw 2.77vw 1.44vw 3.08vw;
}
@media only screen and (min-width:1100px) {
  .webstore-content--accordion__wrap.active {
    padding: 23px 17px 23px;
  }
}
.webstore-content--accordion__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.87vw;
  line-height: 1.5;
  padding: 0 6.15vw 0 8vw;
  display: flex;
  align-items: center;
  position: relative;
  background-color: transparent;
  color: white;
  border: none;
  width: 100%;
  text-align: left;
}
@media only screen and (min-width:1100px) {
  .webstore-content--accordion__title {
    font-size: 23px;
    line-height: 1.15;
    padding: 0 46px 0 61px;
  }
}
.webstore-content--accordion__title:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #fe0101;
  background: url("../images/shared/icon_question.png") no-repeat;
  background-size: contain;
  width: 6.8vw;
  height: 6.8vw;
  top: -1.017vw;
  left: 0;
  border-radius: 50%;
}
@media only screen and (min-width:1100px) {
  .webstore-content--accordion__title:before {
    width: 46px;
    height: 46px;
    top: -7px;
  }
}
.webstore-content--accordion__title:after {
  display: block;
  content: "";
  content: "+";
  font-size: 5.13vw;
  font-weight: bold;
  position: absolute;
  padding-top: 0.205vw;
  text-align: center;
  right: 0;
  background-color: rgba(254, 1, 1,0.25);
  width: 6.15vw;
  height: 6.15vw;
  transition: all 0.4s ease;
  line-height: 1.04;
}
@media only screen and (min-width:1100px) {
  .webstore-content--accordion__title:after {
    font-size: 40px;
    width: 42px;
    height: 42px;
    padding-top: 0;
    line-height: 0.9;
  }
}
.webstore-content--accordion__title.active:after {
  display: block;
  content: "";
  content: "−";
}
.webstore-content--accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.webstore-content--accordion__txt {
  font-weight: 400;
  font-size: 2.36vw;
  border-top: 0.31vw solid #fe0101;
  margin-top: 3.90vw;
  padding: 4.92vw 0 2.46vw 8vw;
  line-height: 3.69vw;
  position: relative;
}
@media only screen and (min-width:1100px) {
  .webstore-content--accordion__txt {
    font-size: 18px;
    line-height: 1.44;
    margin-top: 32px;
    padding: 15px 0 0 61px;
    border-top: 0.30px solid #fe0101;
    display: flex;
    flex-wrap: wrap;
  }
}
.webstore-content--accordion__txt:before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/shared/icon_answer.png") no-repeat;
  background-size: contain;
  font-size: 4.10vw;
  width:6.8vw;
  height: 6.8vw;
  top: 4.4vw;
  left: 0.23vw;
}
@media only screen and (min-width:1100px) {
  .webstore-content--accordion__txt:before {
    width: 46px;
    height: 46px;
    top: 6px;
    left: 0px;
  }
}
.webstore-content--accordion__pic {
  width: 100%;
  margin: 2.26vw 0 0;
}

.webstore-content--accordion__pic img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width:1100px) {
  .webstore-content--accordion__pic {
    width: 755px;
    margin: 18px 0 0;
  }
}
.webstore-content--accordion__pic.middle {
  margin: 2.26vw 0;
}
@media only screen and (min-width:1100px) {
  .webstore-content--accordion__pic.middle {
    width: 755px;
    margin: 40px 0;
  }
}
.webstore-content--accordion__ref {
  color: #9d9d9d;
  font-size: 2.05vw;
  width: 100%;
  line-height: 1.6;
}
@media only screen and (min-width:1100px) {
  .webstore-content--accordion__ref {
    font-size: 12px;
    line-height: 1.3;
  }
}
.webstore-content--additional {
  width: 79.1vw;
  margin: 1.95vw auto 0;
  background: rgba(0, 0, 0,0.75);
  color: white;
  padding: 4.31vw 3.79vw;
  box-sizing: border-box;
}
@media only screen and (min-width:1100px) {
  .webstore-content--additional {
    width: 890px;
    margin: 19px auto 0;
    padding: 28px 32px;
    border-radius: 20px;
  }
}
.webstore-content--additional__text {
  font-size: 2.67vw;
  line-height: 1.3846153846;
  letter-spacing: 0.08em;
}
@media only screen and (min-width:1100px) {
  .webstore-content--additional__text {
    font-size: 18px;
  }
}
.webstore-content--additional__link {
  font-size: 2.67vw;
  display: inline-block;
  color: #fe0101;
  padding-bottom: 0.8vw;
  border-bottom: 0.1vw solid #fe0101;
  letter-spacing: 0.08em;
  transition: 0.3s;
}
@media only screen and (min-width:1100px) {
  .webstore-content--additional__link {
    font-size: 20px;
    margin-top: 7px;
    padding-bottom: 6px;
    border-bottom: 1px solid #fe0101;
  }
  .webstore-content--additional__link:hover {
    border-color: transparent;
  }
}
.webstore-content--additional__ref {
  margin-top: 4vw;
  display: block;
  font-size: 2.26vw;
  line-height: 1.3636363636;
  letter-spacing: 0.08em;
}
@media only screen and (min-width:1100px) {
  .webstore-content--additional__ref {
    margin-top: 25px;
    font-size: 12px;
    line-height: 1.4285714286;
  }
}

body#webstore .g-navi-area h1{
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  footer .notice .inner ul {
    margin-left: 2.5em;
  }
}
