:root {
  --text-color-main: #262626;
}

.textcolor_main {
  color: var(--text-color-main);
}

.my-h4 {
  font-weight: bold;
  margin-top: 2rem;
  font-size: 1.2rem;
  border-left: 6px solid #f93;
  background-color: #fff;
  padding-left: 10px;
}

.my-h5 {
  font-size: 1rem;
  border-left: 4px solid #ff8b33;
  background-color: #fff;
  padding-left: 10px;
}

div.notice {
  margin-left: 15px;
}

.my-p {
  padding-left: 20px;
}

.card-title {
  margin-bottom: 0.75rem;
  font-weight: bold;
}

.no-link-style {
  text-decoration: none;
  color: #000000;
}

.my-table {
  width: 95%;
  margin: 0 auto;
  word-break: break-all;
}

.my-table.product td {
  min-width: 80px;
}

.my-table.product ul {
  padding-left: 1rem;
}

.tr-color {
  background-color: #ffeddb;
}

.tr-color_white {
  background-color: #fff6ed;
}

body {
  background-color: #fff7ef;
  color: var(--text-color-main);
  font-family: "Kosugi Maru", sans-serif;
}

.my-font-black {
  color: #000;
}

.my-footer {
  margin-top: 1rem;
}

.my-footer-content {
  margin: auto;
  min-width: 100%;
  text-align: center;
}

.my-header-content {
  margin: auto;
  min-width: 100%;
  text-align: center;
}

.my-icon-img {
  width: 100px;
  height: 100px;
  margin: 10px;
  transform: rotate(-19deg);
  border-radius: 43% 57% 43% 57% / 57% 43% 57% 43%;
  background-image: url("/resource/images/hitsuji_san.jpg");
  background-size: 100px;
}

.my-row {
  margin-top: 1rem;
}

a,
a:visited,
a:focus,
a:hover {
  text-decoration: none;
}

.breadcrumb {
  margin: 1rem !important;
}

/********************
 SNSアイコン
 ********************/

.snsicon_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0 !important;
}

.snsicon_area li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.snsicon_area img {
  margin: 10px;
  width: 30px;
  transition: 0.2s;
  filter: invert(10%) sepia(5%) saturate(10%) hue-rotate(318deg)
    brightness(102%) contrast(88%);
}

.snsicon_area img.twitter {
  transform: scale(0.9);
}

.snsicon_area img.qiita {
  width: 50px;
}

.snsicon_area img.twitter:hover {
  filter: invert(48%) sepia(37%) saturate(2763%) hue-rotate(179deg)
    brightness(103%) contrast(90%);
}

.snsicon_area img.zenn:hover {
  filter: invert(67%) sepia(47%) saturate(4811%) hue-rotate(183deg)
    brightness(101%) contrast(101%);
}

.snsicon_area img.qiita:hover {
  filter: invert(72%) sepia(30%) saturate(6750%) hue-rotate(54deg)
    brightness(98%) contrast(101%);
}

/********************
  NEW リボン
 ********************/
.new {
  font-weight: bold;
  font-family: "Helvetica", "sans-serif";
  position: relative;
  display: block;
  overflow: visible;
}
.new:before,
.new:after {
  display: block;
  position: absolute;
  left: -12px;
}
.new:before {
  content: "";
  border: 6px solid transparent;
  border-top-color: #b32740;
  border-right-color: #b32740;
  top: 32px;
}
.new:after {
  content: "NEW!";
  background: #ff385c;
  color: #ffffff;
  padding: 0 24px;
  height: 24px;
  line-height: 24px;
  top: 8px;
  z-index: 10;
}

/********************
  作品ページ
 ********************/

.product_thumb {
  width: 80%;
  max-width: 640px;
  margin: 10px auto;
}

.product_thumb img {
  width: 100%;
}

.info_area {
  margin: 1rem;
}
.info_area h1 {
  font-size: 2rem;
}

.product_button_area {
  text-align: center;
}

.product_button_area a {
  display: inline-block;
}

.product_button {
  color: #fff;
  background: #f56500;
  /* height: 4.5rem; */
  padding: 0.8rem 2rem 0.8rem 3rem;
  border-radius: 9999px;
  margin: auto;
  width: fit-content;
}

.product_button.disable {
  color: #fff;
  background: #aaaaaa;
}

.product_button:hover {
  opacity: 0.8;
}

.product_button.disable:hover {
  opacity: 1;
}

.product_button span {
  font-size: 1.5rem;
}

.product_button .bi {
  margin-left: 0.5rem;
  font-size: 1.3rem;
}

.table > :not(caption) > * > * {
  background-color: transparent;
}

.pager_area {
  margin: 50px auto 30px;
}

.pager_area ul {
  margin: auto;
  width: fit-content;
}

a.disable {
  pointer-events: none;
  /* color: initial; */
  color: #888888;
}

.vr {
  width: 2px;
  margin: auto 2rem;
}
