
/* ==============================================
　↓ SP/STORY
===============================================*/

/* main */

.headerber__container {
  background-image: url(../images/sp/sp-header-about.png);
  background-position: center;
  background-size: cover;
}

.floating-sun {
  top: 35px;
  left: -16px;
}

.menu {
  width: clamp(1px, 55vw, 206px);
  top: -7vw;
  right: -11.5vw;
  animation: swing-pendulum-smooth 6s infinite linear;
}

.menucat__container::after{
  display: none;
}

.section--story{
  padding-top: 10vw;
}

.story__header{
  padding: 30vw 10vw 2vw;
  background-image: url(../images/sp/about-flame.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.section__title {
  line-height: 1.5;
  position: relative;
}

.about-img{
  max-width: 95%;
  margin: 10px auto 0;
  position: relative;
}

.about-img::before{
  position: absolute;
  content: "";
  display: block;
  width: clamp(1px, 36.07vw, 238px);
  height: clamp(1px, 50.13vw, 383px);
  background-image: url(../images/pc/frame-flower3.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-31deg);
  bottom: -30vh;
  left: -68px;
}

.concept__container{
  background-image: url(../images/sp/about-flame.png);
  background-repeat: no-repeat;
  background-size: cover;
  
}

.concept__container::before{
  display: none;
}

.story-subtitle{
  font-size: 1.4rem; 
  text-align: center;
  letter-spacing: 1px;
}

.flower-img{
  position: relative;
}

.flower-img{
  position: absolute;
  width: clamp(1px, 36.07vw, 238px);
  height: clamp(1px, 47.13vw, 383px);
  transform: rotate(60deg);
  right: -45px;
  top: 134vw;
}


.concept-about__wrap{
  padding: 75px 11% 0;
}

.concept-txt {
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: 400;
}

.tapiko-cat{
  text-align: center;
}

.tapiko-cat img{
  margin-left: 48px;
  width: 33%;
  opacity: 0.95;
}

.concept-topic{
  font-size: clamp(0.1rem, 5.33vw, 2.0rem);
  text-align: center;
  margin-top: 30px;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative;
}

.concept-topic:first-of-type{
  margin-top: 0px;
}

.concept-topic::after{
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/sp/tapikotape.png);
  background-size: cover;
  background-repeat: repeat-x;
  width: 110%;
  height: 14px;
  bottom: -14px;
  right: -4px;
  z-index: -2;
}

.concept-txtdetail {
  margin-top: 28px;
}

.shopvibe-imgs-fs{
  margin-top: 7vw;
  margin-bottom: 73vw;
  position: relative;
}

.shopvibe-imgs-fs1 {
  position: absolute;
  width: 50%;
  z-index: 2;
  left: 15px;
  transform: rotate(-5deg);
}

.shopvibe-imgs-fs2 {
  position: absolute;
  width: 50%;
  top: 28px;
  right: 18px;
  transform: rotate(5deg);
}

.shopvibe-imgs-sec1{
  position: absolute;
  width: 49%;
  top: -10px;
  left: 15px;
  transform: rotate(-5deg);
  z-index: 1;
}

.shopvibe-imgs-sec2{
  position: absolute;
  width: 47%;
  top: 38px;
  right: 9px;
  transform: rotate(5deg);

}

.shopvibe-imgs-fs.third{
  margin-top: -3vw;
}

.shopvibe-imgs-third1 {
  position: absolute;
  width: 41%;
  z-index: 2;
  top: 47px;
  left: 31px;
  transform: rotate(-7deg);
}

.shopvibe-imgs-third2 {
  position: absolute;
  width: 50%;
  top: 38px;
  right: 9px;
  transform: rotate(5deg);
}

.road-img{
  position: relative;
  z-index: -1;
}

.road-img img{
  position: absolute;
  top: -29vw;
  transform: rotate(-16deg); 
}

.road-img::after {
  content: "";
  position: absolute;
  left: -8.5vw;
  bottom: -9.6vw;
  width: clamp(1px, 34.7vw, 130px);
  height: clamp(1px, 34.7vw, 130px);
  background-image: url(../images/sp/mandara2.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: -1;
}


.section--access{
  margin-top: 128vw;
  padding-bottom: 9vw;
}


/* ==============================================
　↓　PC/STORY
===============================================*/


@media screen and (min-width: 769px){

  .headerber__container {
    background-image: url(../images/pc/pc-header-about.png);
    height: 90px;
    background-size: contain;
  }

  .floating-sun {
    width: 18vw;
    top: 17%;
    left: 11%;
  }

  .menu{
    width: 22vw;
    top: -3vw;
    right: 4.5vw;
  }


  .menucat__container::after{
    display: none;
  }

  .story__header{
    padding: 0;
    background-image: none;
  }

  .section--story {
    padding-top: 10vw;
  }

  .section__title {
    font-size: 3.4rem;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600;
    letter-spacing: 6.2px;
  }

  .story-subtitle {
    position: relative;
    font-size: 1.4rem;
    letter-spacing: 2px;
    top: -16px;
  }

  .about-img{
    display: none;
  }

  .pc-about-img{
    text-align: center;
    position: relative;
  }

  .pc-about-img img{
    width: 60%;
  }

  .pc-ethnic-road {
    position: absolute;
    top: 37vw;
  }

  .concept__container{
    background-image: none;
    margin-top: 5vw;
    padding: 15% 13% 0;
    position: relative;
  }


  .concept-about__wrap {
    background-image: url(../images/pc/pc-about-flame-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 190px 15% 50px;
  }

  .flower-img{
    display: none;
  }

  .tapiko-cat img{
    width: 17%;
    margin-bottom: 20px;
  }

  .concept-txt{
    text-align: center;
    line-height: 230%;
    letter-spacing: 1.7px;
  }

  .concept-topic{
    font-size: clamp(2rem, 1.81vw, 3rem);
  }

  .concept-topic::after{
    height: 20px;
    bottom: -20px;
    width: 100%;
  }

  .concept-txtdetail {
    text-align: center;
    padding: 30px 10%;
    font-size: clamp(12px, 1.18vw, 17px);
    line-height: 2;
    letter-spacing: 1.5px;
    font-weight: 500;
  }

  .shopvibe-imgs-fs {
    margin-top: 2vw;
    width: 67%;
    margin: 1vw auto 29vw;
  }

  .shopvibe-imgs-fs.third{
    margin-top: 1vw;

  }

  .shopvibe-imgs-third1 {
    width: 48%;
    left: 4px;
  }

  .shopvibe-imgs-third2 {
    width: 64%;
    right: -18px;
  }

  .pc-road-img.pcOnly{
    margin-top: -8vw;
  }

  .section--access{
    margin-top: -3vw;
  }
}

/* pc-flame Toggle visibility */
@media screen and (min-width: 1023px){
.concept-about__wrap {
    background-image: url(../images/pc/pc-about-flame-2.png);
    background-size: contain;
  }
}

@media screen and (min-width: 1200px){
.concept-about__wrap {
    background-image: url(../images/pc/pc-about-flame.png);
  }
}


/* about.css end */