body {
  font-family: "M PLUS Rounded 1c", sans-serif, "Noto Sans Japanese";
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  color: #565656;
  background-color: #eb2529;
  margin: 0px;
}

p {
  margin: 0;
  font-weight: 500;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* コンテナのクラス */

.container {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

.detail {
  display: flex;
  padding: 4px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.navi {
  display: flex;
  padding: var(--space-md, 16px);
  flex-direction: column;
  align-items: center;
  gap: var(--space-md, 16px);
}

.summary_wrapper {
  margin: 16px;
}

.summary {
  width: 100%;
  height: auto;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 16px;
  background: #f5f5f5;
  border: 2px solid #000;
  box-sizing: border-box;
}

.img_box {
  width: 100%;
  margin: 0 auto;
}

.section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  background: #fff;
}

.category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.category_contents {
  display: flex;
  padding: var(--space-md, 16px);
  flex-direction: column;
  align-items: center;
  gap: var(--space-md, 16px);
}

.ichioshi1 {
  color: #0ba8e3;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
}

.ichioshi2 {
  color: #ff74df;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
}

.coma-container1 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #0a0101;
  padding-bottom: 32px;
}

.coma-container2 {
  display: flex;
  flex-direction: column;
  gap: var(--space-md, 16px);
  background: #2a1f1a;
  margin-top: -20px;
  padding-bottom: 32px;
}

.coma-buttons {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  align-self: stretch;
}

.secondary-button1 {
  display: flex;
  height: 40px;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: var(--space-2xs, 4px);
  flex: 1 0 0;
  border: 2px solid #000;
  background: var(--color-bg-primary, #fff);
  box-shadow: 0px 3px 0px 0px #ffec66;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
}

.section2 {
  display: flex;
  padding: 16px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background-color: #eb2529;
}

.section2-b {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  align-self: stretch;
  position: relative;
}

.section2-b h3 {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  background: #232323;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: -16px;
  z-index: 10;
}

.section2-b p {
  display: flex;
  padding: 32px 24px 24px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-self: stretch;
  background: #ffffff;
  border: 2px solid #000;
  align-self: stretch;
  font-size: 16px;
  color: #232323;
  letter-spacing: -0.7px;
  border-radius: 16px;
  font-weight: 600;
}
.section2-b ul {
  display: flex;
  padding: 32px 24px 24px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  align-self: stretch;
  text-align: left;
  background: #fff;
  border-radius: 24px;
  border: 2px solid #000;
  align-self: stretch;
  color: #232323;
}

.section2-b li {
  text-align: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: -0.7px;
  font-weight: 500;
}

.Target1 {
  display: flex;
  padding: 32px var(--space-md, 16px);
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: #443031;
}

.Target2 {
  display: flex;
  padding: 32px var(--space-md, 16px);
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: #406573;
}

.Target3 {
  display: flex;
  padding: 32px var(--space-md, 16px);
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: #5a434f;
}

.Target4 {
  display: flex;
  padding: 32px var(--space-md, 16px);
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: #463c2a;
}

.btn_s {
  flex-direction: column;
  align-items: center;
  gap: var(--space-xs, 8px);
}

.calligraphy2 {
  display: flex;
  align-items: flex-start;
  gap: var(--space-md, 6px);
}

.calligraphy2_flex {
  display: flex;
  align-items: flex-start;
  gap: var(--space-md, 16px);
}

.calligraphy2_contents {
  width: 50%;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.calligraphy4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 6px;
}

.calligraphy4_flex {
  display: flex;
  align-items: flex-start;
  gap: var(--space-xs, 6px);
  align-self: stretch;
}

.calligraphy4_contents {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}

.categoryinfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  flex: 1 0 0;
}

.ichioshi1-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-2xs, 8px);
  align-self: stretch;
}

.categoryimg {
  width: 30%;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.category-button {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: var(--space-2xs, 16px);
  align-self: stretch;
  border: 2px solid #000;
  background: var(--color-bg-primary, #fff);
  box-shadow: 0px 3px 0px 0px #ffec66;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
}

.categoryflex {
  display: flex;
  padding-bottom: 16px;
  gap: 8px;
}

.ichioshi1-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  gap: 8px;
}

.comic_h1 {
  color: rgba(0, 0, 0, 0.8);
  text-overflow: ellipsis;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
}

.comic_h2 {
  color: rgba(0, 0, 0, 0.6);
  text-overflow: ellipsis;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
  font-weight: 900;
  font-style: normal;
}

.akiman {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  background-color: #eb2529;
}

.akiman p {
  display: flex;
  padding: var(--space-xs, px) 0%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  line-height: 150%; /* 30px */
}

.akiman_tx {
  display: flex;
  padding: var(--space-md, 16px) var(--space-md, 16px) var(--space-lg, 24px)
    var(--space-md, 16px);
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  background: #fbd34e;
}

/* テキストのクラス */

.copy {
  font-size: 8px;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  color: #fff;
  margin-left: 16px;
}

/* 画像のクラス */

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  vertical-align: bottom;
}

.btnimg {
  width: 100%;
}

.btn_check {
  width: 100%;
  display: flex;
  align-items: center;
  align-self: stretch;
}

.btnflex {
  display: flex;
  align-items: flex-start;
  gap: var(--space-xs, 1%);
  align-self: stretch;
}

.btnimg-s {
  width: 60%;
}

.rectangle {
  height: 8px;
  align-self: stretch;
  background: linear-gradient(90deg, #b9ff00 0%, #ffe664 100%);
}
