@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

html {
  scroll-padding-top: 0; /* ページ内リンクの位置調整 */
  scroll-behavior: smooth; /* ページ内移動をなめらかに */
}

img {
  width: 100%;
  /* vertical-align: bottom; */
}

main {
  text-align: left;
  /* font-family: 'Roboto', sans-serif; */
  background: #fff;
    flex: 1; /* footerを下部に固定 */
}

.tab-flex {
    display: flex;
}

.main-visual {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}


.inner {
  max-width: 750px;
  width: 100%;
  height: auto;
  /* display: flex; */
  /* flex-wrap: wrap; */
  justify-content: space-between;
  display: block;
  margin: 0 auto;
  padding: 0 0 25px 0;
  background: #f6d7c6; /* 背景の色 */
   background-color: #f6d7c6;
   background-image: radial-gradient(#fdf4ef 10%, transparent 20%), radial-gradient(#fdf4ef 10%, transparent 20%);
   background-size: 20px 20px;
   background-position: 0 0, 10px 10px;
}

.title-item-area {
  margin-top: 25px;
}


.Claim-Your-Free-Manga-btn-area {

}


.Claim-Your-Free-Manga-btn {
    position: fixed;
    bottom: 20px;
    z-index: 20;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

.Claim-Your-Free-Manga-btn a {
  color: #fff;
  background: rgb(80, 76, 255);
  background: linear-gradient(90deg, rgba(80, 76, 255, 1) 0%, rgba(86, 122, 255, 1) 100%);
  width: 100%;
  max-width: 400px;
  height: auto;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 18px;
  line-height: 0;
  font-weight: 700;
  box-shadow: 0px 0px 10px -1px #fff;
  border-radius: 30px;
  border: solid 2px #fff;
  }

.title-item {
  width: 90%;
  /* width: calc(50% - 8px); */
  height: auto;
  margin: 16px auto;
  /* color: #100073; */
  border: 2px solid #fff; /* 枠線の色 */
  box-shadow: 0px 0px 8px -2px #e45151;
  position: relative;
  /* border-radius: 4px; */
  background: #e45151;
  display: flex; /* 押せる範囲を枠いっぱいに広げる */
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;

  a {
  width: 100%;
  }

}

.hyoshi-and-text {
  display: flex;
  width: 100%;
  height: auto;
   overflow: hidden;
   width: 100%;
 align-items: center;
 display: -webkit-flex;
right: 0;
}

.hyoshi {
  width: 26%;
  /* margin-left: 10px; */
}

.hyoshi img {
  width: 100%;
  /* border-radius: 2px; */
}

.text-box {
  display: inline-flex;
  width: calc(90% - 10px);
  flex-direction: column;
  /* justify-content: space-between; */
}

.main-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  margin: auto 10px;
}


@media screen and (min-width: 750px) {

  .Claim-Your-Free-Manga-btn a {
    /* padding: 22px 0; */
    font-size: 20px;
    }

  .title-item {
    /* width: 100%; */
    margin-top: 16px;
  }

  .hyoshi {
    width: 20%;
  }

  .main-title {
    font-size: 20px;
    line-height: 1.4;
    margin: auto 12px;
  }

}
