@charset "UTF-8";

.wrap,
.extra_wrap {
  width: 100%;
  margin: 0 auto;
}
.container {
  display: flex;
}

.btn_onlinestore {
  width: 50%;
  margin: 4rem auto;
}

.btn_cartin {
  margin: 0 auto;
}

.sns {
  margin: 1rem auto;
  display: flex;
  justify-content: center;
}

.snsIcon {
  padding: 0.5px;
  width: 64px;
  margin: 0 0.5rem;
}

 .logo_img {
  margin: 2.5rem auto;
  width: 70%;
}
#FV {
  position: relative;
  height: 50vh;
  width: 100%;
  background: url("../img/fv_bg001.png") no-repeat top left/contain;
}

#FV .copy {
  position: absolute;
  width: 50%;
  left: 5vw;
  top: 5vh;
  z-index: 100;
}

#FV .FVimg {
  position: absolute;
  width: 50vh;
  right: 0;
  top: 10vh;
  z-index: 99;
}

#section1 .presents_img {
  margin: 2.5rem auto;
  width: 30%;
}
#section1 .sec01_img {
  margin: 2.5rem auto;
  width: 70%;
}
#section1 .sec01_itembox {
  margin: 4rem auto;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
}

#section1 .item_left {
  width: 25%;
}

#section1 .item_right {
  width: 60%;
}

#section2 {
  margin-top: 7rem;
}

#section2 .sec02_hl {
  margin: 5rem auto;
}

#section2 .sec02_circle_r,
#section2 .sec02_circle_l {
  position: relative;
  width: 100vw;
  height: 100vw;
  background: url("../img/sec02_bg_circle.png") no-repeat center/cover;
}

#section2 .sec02_circle_r {
  background-position: center right -20vw;
}

#section2 .sec02_circle_l {
  background-position: center left -20vw;
}

#section2 .sec02_title01,
#section2 .sec02_title02,
#section2 .sec02_title03,
#section2 .sec02_title04 {
  width: 35%;
  position: absolute;
}

#section2 .sec02_title01,
#section2 .sec02_title03 {
  left: 20%;
}
#section2 .sec02_title02,
#section2 .sec02_title04 {
  right: 20%;
}

#section2 .sec02_title04 {
  width: 45%;
}

#section2 .sec02_txt01,
#section2 .sec02_txt02,
#section2 .sec02_txt03,
#section2 .sec02_txt04 {
  position: absolute;
  width: 80%;
  top: 20%;
}

#section2 .sec02_txt01,
#section2 .sec02_txt03 {
  left: 15%;
}
#section2 .sec02_txt02,
#section2 .sec02_txt04 {
  right: 15%;
}
#section2 .sec02_img01,
#section2 .sec02_img02,
#section2 .sec02_img03,
#section2 .sec02_img04 {
  position: absolute;
  top: 50%;
}

#section2 .sec02_img01,
#section2 .sec02_img03 {
  left: 20%;
}
#section2 .sec02_img02,
#section2 .sec02_img04 {
  right: 20%;
}

#section2 .sec02_img01 {
  width: 40%;
  top: 55%;
}

#section2 .sec02_img02 {
  width: 60%;
  right: 10%;
  top: 45%;
}

#section2 .sec02_img03 {
  width: 90%;
  left: 5%;
}

#section2 .sec02_img04 {
  width: 50%;
  right: 20%;
}

/*
#section2 .sec02_img {
  width: 80%;
  margin-top: 4rem;
}

#section2 .sec02_r {
  margin-left: auto;
}
#section2 .sec02_l {
  margin-right: auto;
}
*/

#section3 {
  margin-top: 10rem;
}

#section3 .sec03_hl {
  width: 80%;
  margin: 2rem auto;
}

#section3 .effects {
  position: relative;
  width: 80vw;
  height: 100vw;
  margin: 0 auto;
}

#section3 .sec03_img01,
#section3 .sec03_img02,
#section3 .sec03_img03,
#section3 .sec03_img04 {
  position: absolute;
  width: 50vw;
}

#section3 .sec03_img01,
#section3 .sec03_img02 {
  top: 10%;
}

#section3 .sec03_img03,
#section3 .sec03_img04 {
  top: 54%;
}

#section3 .sec03_img01 {
  right: 50%;
}
#section3 .sec03_img03 {
  right: 50%;
}

#section3 .sec03_img02,
#section3 .sec03_img04 {
  left: 50%;
}

#section3 .sec03_c {
  width: 80%;
  margin: 2rem auto;
}

#section3 .sec03_l {
  width: 60%;
  margin: 10rem auto 0 0;
}

#section3 .sec03_r {
  width: 60%;
  margin: 0 0 2rem auto;
}

#storeInfo .storeItems{
  margin: 4rem auto;
  width: 100%;
  align-items: flex-end;
  justify-content: space-around;
}


#storeInfo .itemCard {
  padding: 1rem;
  margin: 0 1rem;
  border: solid #ccc 1px;
}

#storeInfo .itemImg img {
  object-fit: cover;
  margin: 0 auto;
}

#storeInfo .itemTxt {
  margin: 1rem auto;
  text-align: center;
  font-size: 3vw;
}

footer {
  padding-bottom: 4rem;
}
/*スマホ表示*/
@media screen and (max-width: 1079px) {
  .pc {
    display: none;
  } 
}

/*PC表示*/
@media screen and (min-width: 1080px) {
  .wrap {
    width: 40vw;
  }
  .extra_wrap {
    width: 50vw;
    margin: 0 auto;
  }
  .sp {
    display: none;
  }

#section2 .sec02_circle_r,
#section2 .sec02_circle_l {
  width: 50%;
  height: 600px;
  background-position: center center;
  background-size: contain;
}
#section2 .sec02_circle_r {
  margin-left: auto;
}

#section2 .sec02_circle_l {
  margin-right: auto;
}

#section3 .effects {
  position: relative;
  width: 80%;
  height: 1200px;
}
  #storeInfo .storeItems{
  margin: 4rem auto;
  width: 100%;
  align-items: flex-end;
  justify-content: space-around;
}

  #storeInfo .itemCard {
    padding: 1rem;
    margin: 0 1rem;
    border: solid #ccc 1px;
  }

  #storeInfo .itemImg img {
    object-fit: cover;
    margin: 0 auto;
  }

  #storeInfo .itemTxt {
    margin: 1rem auto;
    text-align: center;
    font-size: 1rem;
  }
}