@media only screen and (max-width: 768px) {
  .dis_sp {
    display: block;
  }
  .dis_pc {
    display: none;
  }
}
.dis_sp {
  display: none;
}

.dis_pc {
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
}

.tamagocchiBg {
  background: url(../img/bg.png);
  background-size: cover;
  min-width: 1200px;
  background-attachment: fixed;
}

.tamagocchiBg:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
}

header {
  text-align: center;
}
header h1 img {
  width: 100%;
}

.iframe-container {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -130px;
}
.iframe-container .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-container .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: solid #fff 5px;
}

.tamagocchiInner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.tamagocchiInner h2 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.tamagocchiInner .productCatch {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 130px;
}
.tamagocchiInner .productCatch .productCatchBox {
  width: 100%;
  max-width: 600px;
  height: 820px;
}
.tamagocchiInner .productCatch .productCatchBox img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.tamagocchiInner .productCatch .productCatchBox01 {
  background: url(../img/bg_yellow.png);
}
.tamagocchiInner .productCatch .productCatchBox02 {
  background: url(../img/bg_blue.png);
}
.tamagocchiInner .productCatch .productCatchBox03 {
  background: url(../img/bg_green.png);
}
.tamagocchiInner .productCatch .productCatchBox04 {
  background: url(../img/bg_violet.png);
}
.tamagocchiInner .productDisc {
  position: relative;
}
.tamagocchiInner .productDisc .priceBox {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.tamagocchiInner .productDisc .priceBox .h3Box {
  background: #06147E;
  /* line-height: 90px; */
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.tamagocchiInner .productDisc .priceBox .h3Box img.ufo {
  position: absolute;
  left: 0;
  top: -100px;
  left: 30px;
}
.tamagocchiInner .productDisc .priceBox .h3Box h3 {
  position: relative;
}
.tamagocchiInner .productDisc .priceBox .h3Box h3:after {
  content: "";
  display: block;
  height: 65px;
  width: 85px;
  position: absolute;
  right: -100px;
  top: -15px;
  background-image: url(../img/tamagotchi_icon.png);
}
.tamagocchiInner .productDisc .priceBox .ulBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tamagocchiInner .productDisc .priceBox .ulBox ul {
  padding-inline-start: 0px;
}
.tamagocchiInner .productDisc .priceBox .ulBox ul li {
  list-style-type: none;
  display: flex;
  line-height: 2.5;
}
.tamagocchiInner .productDisc .priceBox .ulBox ul li p {
  font-size: 19px;
}
.tamagocchiInner .productDisc .priceBox .ulBox ul li p:first-child {
  text-align: right;
  width: 70px;
  margin-right: 30px;
  font-weight: bold;
}
.tamagocchiInner .productDisc .priceBox .ulBox ul li p:last-child {
  margin-left: 30px;
}
.tamagocchiInner .productDisc:after {
  content: "";
  display: block;
  height: 277px;
  width: 277px;
  position: absolute;
  right: 60px;
  top: -100px;
  background-image: url(../img/bg_circle.png);
}
.tamagocchiInner nav {
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 85px;
}
.tamagocchiInner nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-block-start: 0;
  padding-inline-start: 0;
}
.tamagocchiInner nav ul li {
  list-style-type: none;
}
.tamagocchiInner nav ul li .productItemBox {
  max-width: 350px;
  position: relative;
  margin-bottom: 75px;
  width: 100%;
}
.tamagocchiInner nav ul li .productItemBox a.productItemcart {
  display: block;
  height: 70px;
  background-image: url(../img/btn_01.png);
  background-repeat: no-repeat;
  width: 268px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -80%);
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
}
.tamagocchiInner nav ul li .productItemBox a.productItemcart p {
  line-height: 63px;
  color: #fff;
  position: relative;
  left: 5%;
  font-size: 22px;
  font-weight: bold;
}
.tamagocchiInner nav ul li .productItemBox a.productItemcart p:before {
  content: "";
  display: block;
  height: 26px;
  width: 26px;
  position: absolute;
  top: 50%;
  transform: translate(-15%, -50%);
  background-image: url(../img/cart_icon.svg);
  background-size: contain;
  left: 7%;
  background-repeat: no-repeat;
}
.tamagocchiInner nav ul li .productItemBox a.productItemcart form {
  line-height: 63px;
  color: #fff;
  position: relative;
  left: 5%;
  font-size: 22px;
  font-weight: bold;
}
.tamagocchiInner nav ul li .productItemBox a.productItemcart form input.addCart {
  background: none;
  border: none;
  color: #fff;
}
.tamagocchiInner nav ul li .productItemBox a.productItemcart form input.addCart:hover {
  cursor: pointer;
}
.tamagocchiInner nav ul li .productItemBox a.productItemcart form:before {
  content: "";
  display: block;
  height: 26px;
  width: 26px;
  position: absolute;
  top: 50%;
  transform: translate(-15%, -50%);
  background-image: url(../img/cart_icon.svg);
  background-size: contain;
  left: 7%;
  background-repeat: no-repeat;
}
.tamagocchiInner nav ul li .productItemBox a.productItemcart:hover {
  background-image: url(../img/btn_02_hover.png);
}
.tamagocchiInner nav .producrtItemMore a {
  display: block;
  height: 83px;
  background-image: url(../img/btn_02.png);
  background-repeat: no-repeat;
  width: 493px;
  left: 50%;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
  margin-left: auto;
  margin-right: auto;
}
.tamagocchiInner nav .producrtItemMore a p {
  line-height: 83px;
  color: #000;
  font-weight: bold;
  position: relative;
  font-size: 18px;
  font-size: 22px;
  top: -3px;
}
.tamagocchiInner nav .producrtItemMore a p::after {
  content: "";
  display: block;
  height: 23px;
  width: 23px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  background-image: url(../img/arrow.png);
  right: 5%;
  transition: all 0.2s;
}
.tamagocchiInner nav .producrtItemMore a p:hover::after {
  right: 3.5%;
  transition: all 0.2s;
}

footer {
  background: #06147E;
  position: relative;
  z-index: 1;
}
footer address {
  color: #fff;
  line-height: 40px;
  display: block;
  text-align: center;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
  }
  .tamagocchiBg {
    background: url(../img/bg_sp.png);
    background-size: 100%;
    background-repeat: repeat;
    overflow: hidden;
    min-width: inherit;
    position: relative;
  }
  .tamagocchiBg:before {
    content: "";
    display: block;
    height: 196vw;
    width: 100%;
    position: fixed;
    top: 0;
    background: url(../img/bg_sp2.png) no-repeat;
    background-size: cover;
  }
  header {
    text-align: center;
    margin-bottom: 20vw;
  }
  header h1 img {
    width: 100%;
  }
  .iframe-container {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -17vw;
  }
  .iframe-container .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .iframe-container .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5vw;
    border: solid #fff 5px;
  }
  .tamagocchiInner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    margin-top: -31vw;
    position: relative;
    z-index: 2;
  }
  .tamagocchiInner h2 {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .tamagocchiInner h2 img {
    width: 100%;
  }
  .tamagocchiInner .productCatch {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 130px;
  }
  .tamagocchiInner .productCatch .productCatchBox {
    width: 50%;
    max-width: 600px;
    height: 62vw;
  }
  .tamagocchiInner .productCatch .productCatchBox img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .tamagocchiInner .productCatch .productCatchBox01 {
    background: url(../img/bg_yellow.png);
    background-size: cover;
  }
  .tamagocchiInner .productCatch .productCatchBox02 {
    background: url(../img/bg_blue.png);
    background-size: cover;
  }
  .tamagocchiInner .productCatch .productCatchBox03 {
    background: url(../img/bg_green.png);
    background-size: cover;
  }
  .tamagocchiInner .productCatch .productCatchBox04 {
    background: url(../img/bg_violet.png);
    background-size: cover;
  }
  .tamagocchiInner .productDisc .priceBox {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 6vw;
    margin-bottom: 5vw;
  }
  .tamagocchiInner .productDisc .priceBox .h3Box {
    background: #06147E;
    /* line-height: 90px; */
    height: 22vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6vw 6vw 0 0;
    position: relative;
    padding-top: 5vw;
  }
  .tamagocchiInner .productDisc .priceBox .h3Box img.ufo {
    position: absolute;
    left: 50%;
    top: -6vw;
    transform: translate(-50%, -50%);
    width: 35vw;
  }
  .tamagocchiInner .productDisc .priceBox .h3Box h3 {
    width: 70vw;
  }
  .tamagocchiInner .productDisc .priceBox .h3Box h3 img {
    margin-right: auto;
    margin-left: auto;
  }
  .tamagocchiInner .productDisc .priceBox .h3Box h3:after {
    display: none;
  }
  .tamagocchiInner .productDisc .priceBox .ulBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tamagocchiInner .productDisc .priceBox .ulBox ul {
    padding-inline-start: 0px;
  }
  .tamagocchiInner .productDisc .priceBox .ulBox ul li {
    list-style-type: none;
    display: flex;
  }
  .tamagocchiInner .productDisc .priceBox .ulBox ul li p {
    font-size: 3vw;
  }
  .tamagocchiInner .productDisc .priceBox .ulBox ul li p:first-child {
    text-align: right;
    width: 10vw;
    margin-right: 3vw;
  }
  .tamagocchiInner .productDisc .priceBox .ulBox ul li p:last-child {
    margin-left: 3vw;
  }
  .tamagocchiInner .productDisc:after {
    display: none;
  }
  .tamagocchiInner nav {
    width: 100%;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 85px;
  }
  .tamagocchiInner nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-block-start: 0;
    padding-inline-start: 0;
  }
  .tamagocchiInner nav ul li {
    list-style-type: none;
    width: 48%;
  }
  .tamagocchiInner nav ul li .productItemBox {
    position: relative;
    margin-bottom: 50px;
    width: 100%;
  }
  .tamagocchiInner nav ul li .productItemBox a.productItemcart {
    display: block;
    height: 10vw;
    background-image: url(../img/btn_01.png);
    background-repeat: no-repeat;
    width: 40vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -80%);
    text-decoration: none;
    text-align: center;
    transition: all 0.5s;
    background-size: contain;
  }
  .tamagocchiInner nav ul li .productItemBox a.productItemcart p {
    line-height: 0;
    color: #fff;
    position: relative;
    left: 2vw;
    font-size: 3.5vw;
    top: 4.5vw;
    font-weight: bold;
  }
  .tamagocchiInner nav ul li .productItemBox a.productItemcart p:before {
    content: "";
    display: block;
    height: 3.3vw;
    width: 3.3vw;
    position: absolute;
    top: 40%;
    left: 8%;
    transform: translate(-15%, -40%);
    background-image: url(../img/cart_icon.svg);
    background-size: contain;
  }
  .tamagocchiInner nav ul li .productItemBox a.productItemcart form {
    line-height: 3vw;
    color: #fff;
    position: relative;
    left: 2vw;
    font-size: 3.5vw;
    top: 2.5vw;
    font-weight: bold;
  }
  .tamagocchiInner nav ul li .productItemBox a.productItemcart form input.addCart {
    background: none;
    border: none;
    color: #fff;
  }
  .tamagocchiInner nav ul li .productItemBox a.productItemcart form:before {
    content: "";
    display: block;
    height: 3.3vw;
    width: 3.3vw;
    position: absolute;
    top: 45%;
    left: 8%;
    transform: translate(-15%, -35%);
    background-image: url(../img/cart_icon.svg);
    background-size: contain;
  }
  .tamagocchiInner nav ul li a.productItemcart:hover {
    background-image: url(../img/btn_02_hover.png);
  }
  .tamagocchiInner nav .producrtItemMore a {
    display: block;
    height: 17vw;
    background-image: url(../img/btn_02_sp.png);
    background-repeat: no-repeat;
    width: 60vw;
    left: 50%;
    text-decoration: none;
    text-align: center;
    transition: all 0.5s;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
  }
  .tamagocchiInner nav .producrtItemMore a p {
    line-height: 16vw;
    color: #000;
    font-weight: bold;
    position: relative;
    font-size: 3.5vw;
    top: 0;
    left: -2vw;
  }
  .tamagocchiInner nav .producrtItemMore a p::after {
    content: "";
    display: block;
    height: 4vw;
    width: 4vw;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    background-image: url(../img/arrow.png);
    right: 0%;
    background-size: contain;
  }
  .tamagocchiInner nav .producrtItemMore a p:hover::after {
    content: "";
    display: block;
    height: 4vw;
    width: 4vw;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    background-image: url(../img/arrow.png);
    right: 0%;
    background-size: contain;
  }
  footer {
    background: #06147E;
  }
  footer address {
    color: #fff;
    line-height: 40px;
    display: block;
    text-align: center;
    font-style: normal;
  }
}/*# sourceMappingURL=style02.css.map */