@charset "utf-8";

*,
::before,
::after{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* 初期設定の余白をリセット＆余白計算方式の変更 */

ul{
  list-style: none;
}

/* リスト使用時の「・」マークをリセット */

li {
  margin-left: 0em;
  padding-left: 0em;
}

a{
  color: inherit;
  text-decoration: none;
}
/* リンク設定時の青文字と下線をリセット */

body{
  font-family: sans-serif;
  font-size: 16px;
  color: #373636;
  line-height: 1;
  background-color: #F4F9FF;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
/* テキストスタイル、背景の初期設定 */

img{
  max-width: 100%;
}
/* 画像が親要素からはみ出すのを防ぐ設定 */


/* cssベース設定　こここまで */


.first-view{
  -webkit-animation: fadeIn 1.0s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

/* .content{
  -webkit-animation: fadeIn 3.5s ease-in 0s 1 normal;
  animation: fadeIn 5.0s ease-in 0s 1 normal;
} */

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}





/* ここから右スクロールアニメーション用 */

	@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 35s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 2);
}
.scroll-infinity__item>img {
  width: 100%;
}

/* ここまで右スクロールアニメーション用 */


.header a{
  display: block;
}

.header{
  width: 100%;
  padding: 10px 0px 10px 10px;
  position: fixed;
  /* right: 0;
  top: 10px; */
  z-index: 15;
  display: flex;
  justify-content: space-between;
}


.kanro_logo{
  width: 100px;
}


.content{
  background-image: url(img/back_test_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 100vh; */
  width: 100vw;
  max-width: 390px;
  padding-bottom: 100px;
  backdrop-filter: blur(7px)
}

.first-view{
  z-index: -10;
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0; */

}

.bg{
  position: fixed;
  display: block;
  height: 100vh;
  width: 100vw;
  background-image: url(img/back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
}


.logo-area{
  display: flex;
  height: 100vh;
}

/* .logo-area-2{
  
} */

.logo{
  display: block;
  /* padding-top: calc(100vh - 100vh * 2 / 3);
  height: 30rem; */
  /* height: 30rem; */
  /* text-align: center; */
  /* align-items: center;
  justify-content: center; */
  height: 15rem;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}

.content-inner{
  font-size: 16px;
  text-align: center;
  /* width: 90%; */
  margin-left: auto;
  margin-right: auto;
  /* background-color: #f4f9ff71; */
  /* padding: 90px 20px 70px; */
  /* border-radius: 20px; */
  /* backdrop-filter:blur(10px) */
}

.content-inner h1{
  margin-top: -10px;
  color: #ee1f64;
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  text-shadow: 2px 2px 2px #ffffff;
}

.first-txt{
  margin-top: 20px;
  color: #ee1f64;
  line-height: 2.3;
  font-size: 16px;
  text-shadow: 2px 2px 2px #ffffff;
}




/* ここからメッセージ */



.message{
  margin-top: 80px;
  text-align: center;
  line-height: 1.6;
}

.message h2{
  font-size: 18px;
  background-color: #f4f9ffd3;
  padding: 20px 0;
  border-radius: 60px;
  margin: 0 12px;
  color: #23849f;
}

.scroll-infinity{
  margin-top: 40px;
}

.scroll-infinity li{
  margin-left: 30px;
}

.btn-make{
  margin-top: 30px;
  display: block;
  font-size: 24px;
}

.btn{
  background-image: url(img/btn_heart_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  width: 150px;
  height: 150px;
  color: #F4F9FF;
}



/* ここから商品一覧 */



#gumi{
  margin-top: 70px;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#gumi p{
  margin-top: 10px;

}

#gumi h3{
  font-size: 20px;
  background-color: #60B7CE;
  padding: 30px 0;
  border-radius: 12px 12px 0 0;
  color: #F4F9FF;
}


#gumi .gumi-name{
  background-color: #f4f9ffd3;
  padding: 15px 0;
  border-radius: 30px;
  margin-top: 40px;
  font-size: 20px;
  color: #ea166f;
  font-weight: bold;
}

.gumi_list{
  margin-top: 30px;
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
}

.gumi{
  width: 100px;
  line-height: 1.2;
  text-align: left;
}

.gumi p{
  color: #5e2020;
}



/* ここからツイート一覧 */



.logo-tweet{
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tweet-area .tweet{
  line-height: 2;
  margin-top: 10px;
}

.tweet-h2{
  line-height: 2;
  margin-top: 26px;
  color: #F4F9FF;
  font-size: 20px;
  text-align: center;
}

.tweet-area{
  background-color: #60B7CE;
  border-radius: 0 0 12px 12px;
  margin-top: 70px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.tweet-inner{
  padding: 50px 16px 40px;
}

.tweet-txt{
  margin-top: 45px;
}

.tag{
  line-height: 2;
  margin-top: 5px;
  color: #23849f;
}

.tweet-div{
  padding: 20px ;
  margin-top: 10px;
  background-color: #F4F9FF;
  border-radius: 12px;
}

.btn-x{
  margin-top: 40px;
  display: block;
  text-align: center;
  padding-top: 54px;
  width: 150px;
  height: 150px;
}

.word{
  margin-top: 90px;
  text-align: center;
  color: #F4F9FF;
  text-shadow: 0px 0px 10px #be1e5e;
  font-weight: bold;
}

.footer{
  /* margin-top: 100px; */
  background-color: #eff7ff;
  padding: 50px 0 20px;
}

.footer-inner{
  text-align: center;
}

.footer-inner ul{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.link li{
  margin-top: 20px;
  padding: 10px 40px;
  border-right: 2px solid #dedede;
}

.link li:last-child{
  border: none;
}


.logo-footer{
  width: 150px;
}

.pure{
  width: 110px;
}

.copyright{
  margin: 50px 0 0;
}