@charset "UTF-8";

/* ---------------------------個別デザイン *ここから*--------------------------- */



/* ---------------------------個別デザイン *ここまで*--------------------------- */
/* ---------------------------ふきだし *ここから*--------------------------- */

.balloon{
   text-align: center;
}

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #a886f5;
  font-size: 16px;
  background: #000;
  border: solid 3px #a886f5;
  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 #a886f5;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
  color:#fff;
}

.discount1{
  text-decoration: line-through;
}

.discount2 {
  color: #a886f5;
  font-size: 30px;
  font-weight: bold;
}




/*---------------------------ボタン1---------------------------*/
img.top-image {
  width:80%; 
}

#main_catch{
  width: 100%;
  height: auto;
  margin: 50px 20px 20px 20px;
  display: flex;
  justify-content: center;
}

h1{
  text-align: center;
  font-size: 30px;
  color: #a886f5;
  font-weight: 150;
  border-bottom: dashed; 3px black;

}

#story_main{
  font-size: 15px;
  color: #fff;
  margin: 2% 5% 0 5%;
}


#fv .button1{
    padding: 2% 0 1.5% 0;
    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;
}

#story .button1{
    padding: 0%;
    width: 90%;
    margin: 0% 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;
}

.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;
  background-image:
    radial-gradient(#393939 20%, transparent 10%),
    radial-gradient(#393939 20%, transparent 10%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

p {
  margin: 0;
  padding: 0;
}

a {
  font-weight: 700;
  text-decoration: none;
  border: none;
}

img {
    display: flex;
    justify-content: center;
  align-items: center;
  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: 16%;
    position: relative
}

#fv .button {
  position: absolute;
  width: 90%;
  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;
}
/* --------------------------- フッターとサポートメニュー --------------------------- */

#support_title {
  margin: 0 !important;
  padding: 10px;
  background-color: rgba(255, 110, 125, 1);
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  max-width: 100%;
  position: relative;
  z-index: 10;
}

/* サポートメニュー全体 */
.support {
  margin-top: 0 !important;
  background-color: #fff !important;
  opacity: 1;
}

/* テーブル全体 */
.spm_List {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: center;
  background-color: #fff !important;
}

/* テーブルのセル */
.spm_List td {
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 50%;
  background-color: #fff;
}

/* テーブル内のリンク */
.spm_List a {
  display: block;
  padding: 10px;
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.spm_List a:hover {
  color: orange;
}


.footer-list {
  margin: 0 !important;
  padding: 10px;
  background-color: rgba(255, 110, 125, 1);
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  max-width: 100%;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 10px 10px;
  background-color: #ff6e7d;
  list-style-type: none;
  margin: 5px;
}

.footer-list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style-type: none;

}


.footer-list01 a, .footer-list a {

  font-size: 13px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  padding: 5px 5px;
  transition: color 0.3s ease;
}

.footer-list01 a:hover, .footer-list a:hover {
  color: orange;

}

.footer-list01 li:not(:last-child)::after {
  content: "/"; /* ここでスラッシュを入れる！ */
  margin-left: 1em;
}

/* 著作権表記 */
#copyright {
  margin-top: 10px;
  color: #ffffffb3;
  font-weight: 200;
  font-size: 0.8em;
}

#kaiin {
  position: fixed;
  width: 160px;
  height: auto;
  bottom: -65px;
  right: -24px;
  z-index: 998;
}



/* ---------------------------共通設定ここまで--------------------------- */
