@charset "UTF-8";
body {
  background-color: #31b1e2;
}
.cont {
  position: relative;
}
.cont:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #9bca54 url(../img/pc_bg.png) repeat-x;
  background-size: 100% auto;
}
.cont.fixed:before {
  background-attachment: fixed;
}
.cont p {
  font-size: 2.2rem;
}

.pcBgPic01 {
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 96%;
  height: auto;
  aspect-ratio: 1583 / 1639;
  margin: 0 auto;
  background: url(../img/pc_bg_pic01.png) center 0 no-repeat;
  background-size: 100% auto;
}
.pcBgPic02 {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 96%;
  height: auto;
  aspect-ratio: 1720 / 1639;
  margin: 0 auto;
  background: url(../img/pc_bg_pic02.png) center 0 no-repeat;
  background-size: 100% auto;
}
.pcBgPic01.fixed {
  position: fixed;
  top: 100px;
}

.pcBgPic02.fixed {
  position: fixed;
  top: 70px;
}

.content {
  visibility: hidden;
  opacity: 1;
  transition: all 0.3s;
  transition-delay: 0.3s;
}

.loader {
  position: fixed;
  top: 28%;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  /* aspect-ratio: 4 / 2.2; */
  aspect-ratio: 4 / 5;
  margin: 0 auto;
  opacity: 1;
}

.loader .icon01 {
  position: absolute;
  top: 20%;
  left: 25%;
  z-index: 3;
  width: 200px;
}

.loader p.icon02 {
  position: absolute;
  top: 62%;
  left: 0;
  z-index: 2;
  width: 400px;
}
.loaded {
  opacity: 0;
  transition: all 0.3s;
}

.skip {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 90px;
  cursor: pointer;
  background: none;
  border: none;
}

header,
.header,
article,
footer {
  display: none;
  visibility: hidden;
}
ul#gNav {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 82%;
  max-width: 760px;
  padding: 0;
  margin: 0 auto;
}
ul#gNav.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}
ul#gNav li {
  width: calc(50% - 10px);
  padding: 0;
  line-height: 1;
}
ul#gNav.fixed li {
  width: 50%;
}
ul#gNav li:first-child a {
  background: #534741;
}
ul#gNav li:last-child a {
  background: #a9c848;
}
ul#gNav li a {
  width: 100%;
  padding: 25px 0 15px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
}
ul#gNav.fixed li a {
  width: 100%;
  padding: 20px 0;
  border-radius: inherit;
}
ul#gNav li a img {
  width: auto;
  height: 100%;
}

#kvArea {
  width: 100%;
  min-height: 860px;
  margin: 0 auto;
  background: url(../img/kv_pc.png) center 0 no-repeat;
  background-size: 1920px 860px;
}
@media screen and (max-width: 1117px) {
  #kvArea {
    min-height: inherit;
    aspect-ratio: 100/76;
    background-size: 170% auto;
  }
}
#kv {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 80px 0 0;
  margin: 0 auto;
}
#lottie {
  position: relative;
  left: 20px;
  width: 96%;
  max-width: 1110px;
  aspect-ratio: 1110/593;
  margin: 0 auto;
}
#lottieSp {
  display: none;
}
.lottieSp {
  display: none;
}
#lottieStit01 {
  width: 100%;
  aspect-ratio: 62/14;
  margin: 0 0 20px 13%;
}
#lottieStit02 {
  width: 100%;
  aspect-ratio: 62/14;
  margin: 0 0 20px -13%;
}
.kvPic01 {
  position: absolute;
  top: -50px;
  right: -1200px;
  left: 0;
  width: 109px;
  margin: 0 auto;
}
.kvPic02 {
  position: absolute;
  top: 300px;
  right: 0;
  left: -1400px;
  width: 112px;
  margin: 0 auto;
}
.kvPic03 {
  position: absolute;
  right: 0;
  bottom: -14%;
  left: 0%;
  width: 60%;
  max-width: 876px;
  margin: 0 auto;
}
@media screen and (max-width: 1117px) {
  .kvPic01 {
    top: -5%;
    right: -80%;
    left: 0;
    width: 10%;
  }
  .kvPic02 {
    top: 60%;
    right: 0;
    left: -90%;
    width: 10%;
  }
}

.spBox {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  padding: 14% 0 0;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
.tit01 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 30px;
}
.tit02 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 30px;
}
.pop01 {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  width: 35%;
  margin: 0 auto;
}
.pop02 {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  width: 35%;
  margin: 0 auto;
}
.date {
  display: block;
  width: 100%;
  margin: 0 auto 40px;
}
.brand {
  width: 60%;
  margin: 0 auto 15px;
}
.shopName {
  margin: 0;
  font-size: 2.3rem;
  line-height: 1.4;
}
.floor {
  margin: 0 0 20px;
  font-size: 1.6rem !important;
  line-height: 1.4;
  text-align: center;
}
.shopTxt {
  text-align: center;
}

.date01 {
  width: 80%;
  margin: 0 auto 30px;
}

.coution {
  font-size: 1.2rem;
  color: #db2e15;
  text-align: center;
}
.contImg {
  position: relative;
  width: 328px;
  margin: 0 auto 60px;
}

.read {
  width: 100%;
  margin: 0 auto 16%;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 4.2rem;
  color: #534741;
  text-align: center;
}
.stit01 {
  width: 100%;
  padding: 25px 0;
  margin: 0 auto;
  text-align: center;
  background: #f7931e;
  border-radius: 20px 20px 0 0;
}
.stit01 img {
  width: 45%;
}
.stit02 {
  width: 100%;
  padding: 25px 0;
  margin: 0 auto;
  text-align: center;
  background: #1bb8ce;
  border-radius: 20px 20px 0 0;
}
.stit02 img {
  width: 38%;
}
.stit03 {
  width: 100%;
  padding: 25px 0;
  margin: 0 auto;
  text-align: center;
  background: #29abe2;
  border-radius: 20px 20px 0 0;
}
.stit03 img {
  width: 38%;
}
section {
  margin: 0 0 50px;
}
.wBox {
  width: 100%;
  padding: 40px 5% 50px;
  margin: 0 auto 50px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.bg01 {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 0 30%;
  background: #fff7e7;
}
.bg01:after {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 749/2053;
  content: "";
  background: url(../img/bg01.png) center 0 no-repeat;
  background-size: 100% auto;
}
.bg02 {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 0 50px;
  background: #a9c848;
}
.bg02:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 75/23;
  content: "";
  background: url(../img/bg02.png) center 0 no-repeat;
  background-size: 100% auto;
}
.bg02 hr {
  margin-bottom: 50px;
}
.bg04 {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 30px 0;
  background: rgba(153, 153, 153, 0.17);
}

.curtainImg {
  margin: 0 auto 10px;
}

.box01 {
  width: 100%;
  padding: 15px 30px 50px;
  margin: 0 auto 30px;
  background: rgba(255, 193, 0, 0.16);
  border-radius: 20px;
}
.bg02 .box01 {
  background: #fff;
}
.bg03 .box01 {
  background: rgba(27, 184, 206, 0.16);
}
.box01 .clumnBox {
  margin: 0 auto 15px;
  border-bottom: solid 1px #000;
}
.box01 .clumnBox:last-of-type {
  border: none;
}
.box01 .clumnBox .clumn2 {
  width: calc(50%);
  padding: 10px 30px;
  text-align: center;
}
.box01 .clumnBox .clumn2:first-child {
  border-right: solid 1px #000;
}
.shopLogo {
  width: 70%;
  margin: 0 auto 10px;
}
.shopName {
  margin: 0;
  font-size: 2.2rem !important;
  text-align: center;
}
.shopJanle {
  margin: 0 0 5px;
  font-size: 1.2rem;
  text-align: center;
}
.shopImg {
  margin: 0 auto 10px;
}
.shopRead {
  margin: 0;
  font-size: 1.8rem;
  text-align: center;
}

#sns {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 650px;
  padding: 30px 0;
  margin: 0 auto 20px;
  background: #fff;
}
#sns .clumnBox {
  align-items: center;
}
#sns .clumn2 {
  width: 50%;
  margin: 0;
  line-height: 1;
}
#sns ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 230px;
}
#sns ul li {
  width: calc(100% / 3 - 15px);
}
#snsTit {
  font-size: 1.8rem;
  text-align: center;
}
#snsTit img {
  width: 173px;
  margin-left: 20px;
}
ul.bnr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 650px;
  padding: 10px 0;
  margin: 0 auto;
  background: #fff;
}
ul.bnr li {
  width: calc(50%);
  padding: 10px 20px;
  text-align: center;
}
ul.bnr li:first-child {
  border-right: solid 1px #ccc;
}
#flogo {
  width: 139px;
  margin: 0 auto 10px;
}
#goTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 500;
  width: 50px;
  opacity: 0;
}
#copy {
  padding: 0 0 0;
}

.line_btn {
  display: block;
  width: 550px;
  margin: 0 auto 0;
  text-align: center;
}

.line_btn img {
  width: 100%;
}

.news_btn {
  position: relative;
  z-index: 600;
  display: block;
  width: 280px;
  margin: 0 auto 50px;
  text-align: center;
}

.news_btn img {
  width: 100%;
}

.icon_box {
  position: relative;
}

.icon_01 {
  position: absolute; /* .containerを基準に絶対位置を決める */
  top: -15px; /* 親要素の外側（上辺）より50px内側 */
  right: 190px; /* 親要素の外側（左辺）より50px内側 */
  width: 70px;
  height: 70px;
}
.sidePic01 {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/side_pic01.png) center 0 no-repeat;
  background-size: 1970px auto;
}
.sidePic02 {
  position: absolute;
  top: -140px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/side_pic02.png) center 0 no-repeat;
  background-size: 1767px auto;
}
.sidePic03 {
  position: absolute;
  top: -180px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/side_pic03.png) center 0 no-repeat;
  background-size: 1974px auto;
}
