/* ========================================================
  共通
=========================================================*/
input::-webkit-calendar-picker-indicator {
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
input::-webkit-list-button {
  content: none;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /* font-family: "Zen Kaku Gothic New", sans-serif; */
  color: #333333;
  width: 100%;
}
.container {
  width: 92%;
  max-width: 1024px;
  margin: 0 auto;
}
img {
  width: 100%;
  max-width: 100%;
}
a:hover {
  opacity: 0.8;
}
.en {
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
}
.upper {
  text-transform: uppercase;
}
.attention {
  text-indent: -1em;
  margin-left: 1em;
}
.card_title {
  line-height: 1.5;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-top: clamp(8px, calc(24 / 1920 * 100vw), 24px);
}
.card_price {
  color: #bc3e29;
  margin-top: 12px;
  text-align: right;
  font-weight: bold;
}
.button {
  display: block;
  color: #fff;
  border-radius: 999px;
  text-align: center;
  position: relative;
  line-height: 1;
  font-size: clamp(12px, calc(16 / 1920 * 100vw), 16px);
  font-weight: bold;
  letter-spacing: calc(40 / 1000 * 1em);
}
.button::after {
  content: "";
  display: block;
  width: clamp(8px, calc(12 / 1440 * 100vw), 12px);
  height: clamp(8px, calc(12 / 1440 * 100vw), 12px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 24px;
}
.search_word {
  background-color: #eeeeee;
  color: #776f6c;
  padding: 0 0.5em;
  font-size: 14px;
}
.submit {
  background-color: #bc3e29;
  padding: 6px;
}

/* ========================================================
  メインコンテンツ（レフトナビ）iframe
=========================================================*/
.leftnav {
  width: 200px;
  padding-top: 38px;
}
.leftnav_head {
  background-color: #bc3e29;
  border-radius: 5px;
  color: #fff;
  padding: 0.8em 0;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: calc(40 / 1000 * 1em);
  line-height: 1;
}
.leftnav_head a {
  display: block;
}
.leftnav_head:has(a)::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
}
.leftnav_search_head {
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}
.leftnav_search .search-icon {
  width: 23px;
}
.leftnavi_form {
  width: 100%;
  margin-top: 15px;
  display: flex;
}
.leftnavi_form .submit {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.leftnavi_form .search_word {
  width: 160px;
}

.leftnav .hotkeyword {
  display: flex;
  font-size: 13px;
  line-height: calc(29 / 16);
  letter-spacing: calc(40 / 1000 * 1em);
  word-break: keep-all;
  margin-top: 18px;
}
.leftnav .hotkeyword + .hotkeyword {
  margin-top: 0.3em;
}

.subscription-image {
  display: block;
  margin-top: 29px;
}
.trial-image {
  display: block;
  margin-top: 20px;
}
.leftnav .choice_price_item + .choice_price_item {
  border-top: 1px solid #e2d3b1;
}

.leftnav .choice_price_link {
  display: block;
  padding: 1em 0;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.leftnav .choice_price_link::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #b07c31;
  border-right: 1px solid #b07c31;
  transform: translate(-50%, -75%) rotate(45deg);
}
.leftnav_category-item {
  width: 100%;
  position: relative;
}
.leftnav_category-link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #b07c31;
  border-right: 1px solid #b07c31;
  transform: translate(-50%, -75%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
}
.leftnav_category-item + .leftnav_category-item {
  border-top: 1px solid #e2d4b1;
}
.leftnav_category-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  -moz-column-gap: 7px;
  column-gap: 7px;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 0;
}

.leftnav_category-image {
  width: calc(74 / 200 * 100%);
  height: 100%;
  display: grid;
  place-items: center;
}
