@charset "UTF-8";

/* ---------------------------個別デザイン *ここから*--------------------------- */

h2 {
    font-family: "MS Pゴシック" ;
    position: relative;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin-left: 5%;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    z-index: 1;
}

h2::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 95%;
    height: 100%;
    border-radius: inherit;
    background-image: linear-gradient(90deg, #ff5be0 10%, #2c1376 90%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 1.5rem;
    color: rgb(33, 33, 33);
    font-size: 1.5rem;
    filter: blur(0.7rem);
    content: "";
    z-index: -1;
}

.stripe_style01 {
    padding: 0.7em 0.5em 0.7em 1.5em;
    position: relative;
}

.stripe_style01::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 100%;
    background-image: linear-gradient(135deg, #000000 35.71%, #ff4fb9 35.71%, #ff4fb9 50%, #000000 50%, #000000 85.71%, #ff4fb9 85.71%, #ff4fb9 100%);
    background-size: 9.90px 9.90px;
}

/*その他の設定*/
*,::before, ::after {
    box-sizing: border-box;
}

#fv h3 {
   margin: 30px;
   color: #fff;
   text-shadow: 2px 2px 6px #d13693 ,
                -2px 2px 6px #d13693 ,
                2px -2px 6px #d13693 ,
                -2px -2px 6px #d13693;
} 

#substory h3 {
   margin: 30px;
   color: #fff;
} 

#substory img{
  width: 90%;
  margin-left: 5%;
}

.sub_h3title {
  padding: 0.1em 0.3em;
  border-left: 10px solid #a13dff;
}

/* ---------------------------個別デザイン *ここまで*--------------------------- */
/* ---------------------------ふきだし *ここから*--------------------------- */

.balloon{
   text-align: center;
}

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #ec3b83;
  font-size: 16px;
  background: #000;
  border: solid 3px #ec3b83;
  box-sizing: border-box;
  border-radius: 15px;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #000;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ec3b83;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
  color:#fff;
}

.discount1{
  text-decoration: line-through;
}

.discount2 {
  color: #ec3b83;
  font-size: 30px;
  font-weight: bold;
}


/*---------------------------ボタン1---------------------------*/
#fv .button1{
    padding: 2% 0 1.5%;
    width: 90%;
    margin: 8% auto 0;
    background-size: auto auto;
    background-color: rgba(255, 110, 125, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 135, 140, 1) 5px, rgba(255, 135, 140, 1) 7px );
    text-align: center;
    box-shadow: 0px 0px 0px 5px rgba(255, 110, 125, 1);
    border: dashed 1px #FFF;
    transition: .9s;
    border-radius: 10px;
    position:relative;
}

#story .button1{
    padding: 2% 0 1.5%;
    width: 90%;
    margin: 5% auto 0;
    background-size: auto auto;
    background-color: rgba(255, 110, 125, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 135, 140, 1) 5px, rgba(255, 135, 140, 1) 7px );
    text-align: center;
    box-shadow: 0px 0px 0px 5px rgba(255, 110, 125, 1);
    border: dashed 1px #FFF;
    transition: .9s;
    border-radius: 10px;
    position:relative;
}

#substory .button1{
    padding: 2% 0 1.5%;
    width: 90%;
    margin: 5% auto 15%;
    background-size: auto auto;
    background-color: rgba(161, 61, 255, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(193, 126, 255, 1) 5px, rgba(193, 126, 255, 1) 7px );
    text-align: center;
    box-shadow: 0px 0px 0px 5px rgba(161, 61, 255, 1);
    border: dashed 1px #FFF;
    transition: .9s;
    border-radius: 10px;
    position:relative;
}

.button1 a{
    color: #fff;
    font-size: 1.6em;
    letter-spacing: 0.13em;
}

.bound span{
  display: inline-block;
  animation: bound .9s linear infinite;
    color:#ff0;
}

.bound span:nth-child(2) {
  animation-delay: 0.2s;
}

.bound {
  animation: bound .7s linear infinite;
}
@keyframes bound {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0px) scaleY(0.7);
  }
}

/*---------------------------ボタン1---------------------------*/

/* ---------------------------以下共通設定--------------------------- */

body {
  font-family: "M PLUS Rounded 1c";
  margin:0;
  padding:0;
  background:#000;
}

p {
  margin: 0;
  padding: 0;
}

a {
  font-weight: 700;
  text-decoration: none;
  border: none;
}

img {
    display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#wrapper {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

header {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 5px;
}

.headerImg {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(-5px);
}

#fv{margin-bottom: 20%;
    position: relative;

}

#fv img{
  width: 90%;
  margin-left: 5%;
}

#fv .button {
  position: absolute;
  width: 96%;
  height: auto;
  padding: 0 2%;
  margin: -17% 0 0;
}


#story{
  margin-top: -12%;
  margin-bottom: 120px;}

#story .button {
  position: absolute;
  width: 90%;
  height: auto;
  left: 5%;
  bottom: -15%;
  padding: 0;
  }

.storyImg {
  position: relative;
}


.more div {
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
  padding: 10px;
  background-color: #fff;
  border-radius: 30px;
}

#pickup {
  margin-bottom: 80px;
}

#footer {
  position: relative;
  background-color: #fff;
  padding: 30px;
  z-index: 999;
}

#footer p {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  color: #040024;
}

#kaiin {
  position: fixed;
  width: 160px;
  height: auto;
  bottom: -65px;
  right: -24px;
  z-index: 998;
}



/* ---------------------------共通設定ここまで--------------------------- */
