@charset "UTF-8";
* {
  min-height: 0%;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: #3E3A39;
}

a:hover {
  opacity: .8;
}

body {
  position: relative;
  font-family: 'A1 Gothic R';
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #3E3A39;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.priceline {
  text-decoration: line-through;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}

.header h1 {
  margin: 0 80px;
}

.header h1 img {
  max-width: 400px;
}

.header-txt1 img {
  max-width: 214.606px;
}

.header-txt2 img {
  max-width: 176.6016px;
  vertical-align: middle;
}

.mv {
  overflow: hidden;
}

.msg {
  margin: 60px auto;
  display: flex;
  justify-content: center;
}

.yodo {
  max-width: 980px;
  margin: auto;
}

.yodo .yodo-pic {
  width: 440px;
}

.yodo .yodo-txt {
  position: absolute;
  top: 0;
  right: 85px;
  font-size: 17px;
  padding: 60px 80px;
  background-color: #F9F9F2;
  z-index: -1;
}

.yodo > div {
  position: relative;
  display: flex;
}

.yodo > div:nth-of-type(1) .yodo-txt {
  padding-left: 150px;
  top: -80px;
}

.yodo > div:nth-of-type(2) {
  justify-content: flex-end;
  margin: -100px 0 140px;
}

.yodo > div:nth-of-type(2) .yodo-txt {
  padding-right: 150px;
  right: inherit;
  left: 15px;
  top: inherit;
  bottom: -85px;
}

.yodo > div:nth-of-type(2) .yodo-pic {
  margin-right: 20px;
}

.yodo > div:nth-of-type(3) .yodo-txt {
  right: 0;
  top: 50px;
}

.yodo > div:nth-of-type(3) .yodo-pic {
  margin-left: 30px;
}

.lineup h2,
.contents h2 {
  text-align: center;
  margin: 0 auto 65px;
}

.lineup h2 span,
.contents h2 span {
  display: inline-block;
  margin: auto;
}

.lineup h2 img,
.contents h2 img {
  vertical-align: middle;
  width: 250px;
}

.contents {
  padding: 50px 30px 100px;
  background: rgba(170, 175, 165, 0.3);
}

.lineup {
  padding: 50px 0;
}

.lineup h2 img {
  max-width: 267.165px;
}

.lineup#condor2 {
  padding-bottom: 100px;
}

.lineup-items {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  padding: 0 30px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

.lineup-items > * {
  box-sizing: border-box;
  min-height: 0%;
}

.lineup-items > a {
  margin-right: 40px;
  width: calc((100% / 4) - (60px * 2 / 4));
}

.lineup-items > a img {
  width: 100%;
  vertical-align: bottom;
}

.lineup-items > a .cartbtn {
  width: 140px;
  display: block;
}

.lineup-items > a.sold .lineup-img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/store/veja/2022aw/images/index/soldout.png);
  background-size: contain;
  width: 100%;
  height: 100%;
}

.lineup-items > a.new .lineup-img::after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  background-image: url(/store/veja/2022aw/images/index/ico-new.svg);
  background-size: contain;
  width: 46.5342px;
  height: 43.6722px;
}

.lineup-items-ttl {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 50px 0;
}

.lineup-items-ttl img {
  width: auto;
  height: 49.4136px;
}

.lineup-items-ttl div {
  font-family: 'A1 Gothic M';
  color: #171C61;
  line-height: 26px;
  padding-left: 50px;
}

@media screen and (min-width: 769px) {
  .lineup-items > a:nth-of-type(4n) {
    margin-right: 0;
  }
  .lineup-items > a:nth-of-type(n+5) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .lineup-items {
    max-width: 500px;
  }
  .lineup-items > a {
    margin-right: 20px;
    width: calc((100% / 2) - (20px * 1 / 2));
  }
  .lineup-items > a:nth-of-type(2n) {
    margin-right: 0;
  }
  .lineup-items > a:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .lineup-items > a.new .lineup-img::after {
    width: 18%;
    height: 18%;
  }
  .lineup-items-ttl {
    display: block;
    padding: 25px 0;
  }
  .lineup-items-ttl img {
    height: 26px;
  }
  .lineup-items-ttl div {
    padding: 12px 0 0;
    font-size: 12px;
    line-height: 20px;
  }
}

.lineup-img {
  position: relative;
}

.lineup-txt {
  margin: 15px 0;
}

.lineup-txt > span {
  display: block;
  line-height: 28px;
}

.lineup-txt > span:nth-of-type(1) {
  font-size: 18px;
}

.lineup-txt > span:nth-of-type(2) {
  font-size: 11px;
  transform: translateX(-5px);
}

.lineup-txt > span:nth-of-type(3) {
  font-size: 17px;
}

.lineup-txt > span:nth-of-type(3) span {
  font-size: 11px;
}

.lineup-bottom {
  text-align: center;
  font-size: 14px;
  line-height: 1.71;
  color: #AAAFA5;
  margin-top: 50px;
}

.contents-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1020px;
  margin: auto;
}

.contents-items > a {
  width: calc(50% - 30px);
  margin-top: 50px;
}

.contents-items > a:nth-of-type(1), .contents-items > a:nth-of-type(2) {
  margin-top: 0;
}

.contents-txt {
  font-family: 'A1 Gothic M';
  font-size: 18px;
  line-height: 1.6;
  margin-top: 15px;
}

footer {
  display: flex;
  max-width: 1080px;
  margin: auto;
  padding: 90px 30px;
}

.footer-left {
  font-family: 'Koburina Gothic W6 JIS2004';
  width: 50%;
}

.footer-left-block1 > a {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.footer-left-block1 > a span.imginner {
  width: 34px;
  display: flex;
}

.footer-left-block1 > a .imgWrap {
  display: flex;
  width: 34px;
}

.footer-left-block1 > a:nth-of-type(1) {
  margin-top: 0;
}

.footer-left-block1 > a:nth-of-type(1) img {
  width: 24.64px;
}

.footer-left-block1 > a:nth-of-type(2) img {
  width: 23.5136px;
}

.footer-left-block1 > a:nth-of-type(3) img {
  width: 30.7469px;
}

.footer-left-block2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 398px;
  font-size: 13.44px;
  border-top: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  padding: 20px 0;
  margin-top: 35px;
}

.footer-left-block2 > a img {
  width: auto;
}

.footer-left-block2 > a.ig img {
  height: 36.4px;
}

.footer-left-block2 > a.tw img {
  height: 36.4px;
}

.footer-left-block2 > a.fb img {
  height: 36.4px;
}

.footer-left-block2 > a.li img {
  height: 36.4px;
}

.footer-right {
  width: 50%;
  margin-left: 60px;
  font-family: 'Koburina Gothic W3 JIS2004';
  font-size: 13px;
  line-height: 2.15;
}

.footer-right p:nth-of-type(2) {
  margin: 50px 0 20px;
}

.yodo-pic,
.yodo-txt {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header h1 {
    margin: 0 3vw;
  }
  .yodo .yodo-pic {
    width: 46%;
  }
  .yodo .yodo-txt {
    padding: 5vw 7vw;
    right: 7vw;
    font-size: 1.4vw;
  }
  .yodo > div:nth-of-type(1) .yodo-txt {
    padding-left: 10vw;
    top: -6.5vw;
    right: 6vw;
  }
  .yodo > div:nth-of-type(2) {
    margin: -8.5vw 0 12vw;
  }
  .yodo > div:nth-of-type(2) .yodo-txt {
    padding-right: 10vw;
    bottom: -7vw;
  }
  .yodo > div:nth-of-type(3) .yodo-txt {
    top: 4vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1030px) {
  .yodo > div:nth-of-type(1) .yodo-txt {
    right: 2vw;
  }
  .yodo > div:nth-of-type(2) .yodo-txt {
    left: 1vw;
    padding-left: 4vw;
  }
  .yodo > div:nth-of-type(3) .yodo-txt {
    padding-right: 4vw;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrap::before {
    background-image: url(/store/veja/2022aw/images/index/bg-blue-sp.png);
    width: 26px;
  }
  .wrap::after {
    background-image: url(/store/veja/2022aw/images/index/bg-red-sp.png);
    width: 26px;
    background-position: inherit;
  }
  .inner {
    padding: 50px 30px;
  }
  .header {
    flex-direction: column;
    text-align: center;
    max-width: 400px;
    width: 62%;
    margin: auto;
    padding: 30px 0 25px;
  }
  .header h1 {
    margin: 9% 0 7%;
    width: 100%;
  }
  .header h1 img {
    max-width: inherit;
    width: 100%;
  }
  .header-txt1 {
    width: 100%;
  }
  .header-txt1 img {
    max-width: inherit;
    width: 54%;
    margin: auto;
  }
  .header-txt2 {
    width: 100%;
  }
  .header-txt2 img {
    max-width: inherit;
    width: 44%;
  }
  .msg {
    margin: 0;
    padding: 30px 5%;
    font-size: 14px;
  }
  .yodo .yodo-pic {
    width: 65%;
  }
  .yodo .yodo-txt {
    padding: 6vw !important;
    font-size: 3.5vw;
  }
  .yodo > div:nth-of-type(1) .yodo-txt {
    top: inherit;
    bottom: -30vw;
    right: 0;
  }
  .yodo > div:nth-of-type(2) {
    margin: 36vw 0 56vw;
  }
  .yodo > div:nth-of-type(2) .yodo-pic {
    margin-right: 1vw;
  }
  .yodo > div:nth-of-type(2) .yodo-txt {
    left: 0;
    top: inherit;
    bottom: -51vw;
  }
  .yodo > div:nth-of-type(3) .yodo-pic {
    margin: 31vw 0 0;
  }
  .yodo > div:nth-of-type(3) .yodo-txt {
    top: 0;
  }
  .lineup-items {
    padding: 0 5%;
  }
  .lineup-items > a .cartbtn {
    width: 75%;
  }
  .lineup-txt > span {
    line-height: 1.3;
    display: block;
  }
  .lineup-txt > span:nth-of-type(1) {
    font-size: 13px;
  }
  .lineup-txt > span:nth-of-type(2) {
    transform: inherit;
    font-size: 10px;
    margin: 8px 0;
    line-height: 1.5;
  }
  .lineup-txt > span:nth-of-type(3) {
    font-size: 12px;
  }
  .lineup-txt > span:nth-of-type(3) span {
    font-size: 10px;
  }
  .lineup-bottom {
    font-size: 12px;
  }
  .lineup h2 img,
  .contents h2 img {
    width: auto;
    display: block;
    margin: auto;
    height: 7.4vw;
    max-height: 35px;
  }
  .lineup {
    padding: 25px 0 20px;
  }
  .lineup h2 {
    margin: auto;
    padding-bottom: 20px;
  }
  .lineup#condor2 {
    padding-bottom: 80px;
  }
  .contents {
    padding: 25px 5% 30px;
  }
  .contents h2 {
    margin: 0 auto 20px;
  }
  .contents-items > a {
    width: 100%;
    margin-top: 30px;
  }
  .contents-items > a:nth-of-type(1) {
    margin-top: 0;
  }
  .contents-items > a:nth-of-type(2) {
    margin-top: 30px;
  }
  .contents-txt {
    font-size: 14px;
    margin-top: 10px;
  }
  footer {
    flex-direction: column;
    padding: 40px 5%;
  }
  .footer-left {
    width: 100%;
  }
  .footer-left-block1 {
    font-size: 13px;
  }
  .footer-left-block2 {
    font-size: 11px;
    padding: 25px 0;
  }
  .footer-left-block2 > a img {
    height: 28px !important;
  }
  .footer-right {
    width: 100%;
    margin: 50px 0 0;
  }
  .footer-right p:nth-of-type(2) {
    margin: 40px 0 20px;
  }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  .yodo {
    max-width: 500px;
  }
  .yodo .yodo-txt {
    font-size: 2.6vw;
  }
  .yodo > div:nth-of-type(1) .yodo-txt {
    bottom: -25vw;
  }
  .yodo > div:nth-of-type(2) {
    margin: 29vw 0 44vw;
  }
  .yodo > div:nth-of-type(2) .yodo-txt {
    bottom: -40vw;
  }
  .yodo > div:nth-of-type(3) .yodo-pic {
    margin: 24vw 0 0;
  }
}

@media screen and (max-width: 350px) {
  .yodo .yodo-txt {
    font-size: 3.4vw;
  }
}
