:root {
  --accent-color: #839aa1;
  --base-gray: #f2f2f2;
  --base-color: #fcfaf2;
  --txt-color: #595556;
  --yellow: #fff2d4;
  --gray: #888;
  --green: #617278;
  --green-02: #647880;
}

.main-wrap {
  max-width: 1200px;
  margin: 0 auto;
  color: var(--txt-color);
  /* font-family: "Noto Sans JP", sans-serif; */
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

.main-wrap .num {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  letter-spacing: 0.04em;
  padding-left: 0.1em;
}

.main-wrap img {
  vertical-align: bottom;
}

.main-wrap h1 {
  max-width: 100%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
}

.main-wrap h1 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.main-wrap h2 {
  position: relative;
  padding: 16px 25px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  background-color: var(--yellow);
}

.main-wrap h3 {
  font-size: 1.5rem;
  margin: 24px 0 24px;
  padding: 0 25px 5px;
  border-bottom: 2px dotted var(--accent-color);
  line-height: 1;
  color: var(--green);
  /* アイコンと横並び */
  display: flex;
  align-items: center;
}

.main-wrap h3::before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  margin-right: 10px;
  background-image: url(https://houjin.biccamera.com/images/topics/tenma_fits/icon_osusume.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.main-wrap h4 {
  margin: 0;
  padding: 12px 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
  background-color: var(--gray);
}

.main-wrap .contents {
  margin-bottom: 40px;
}

.main-wrap ul {
  padding-left: 0;
}

.main-wrap li {
  list-style: none;
}

.main-wrap a {
  text-decoration: none;
  display: block;
  color: var(--txt-color);
  font-size: 18px;
  transition: 0.3s;
}

.main-wrap a:hover {
  opacity: 0.7;
}

.main-wrap p {
  /* font-size: 18px; */
}

.main-wrap .intro {
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 1.3rem;
}

.main-wrap .intro span {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  color: var(--green);
  background: linear-gradient(transparent 70%, var(--yellow) 30%);
}

.main-wrap .intro span::before,
.main-wrap .intro span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  bottom: 0;
  background-color: var(--green);
}

.main-wrap .intro span::before {
  left: -16px;
  transform: rotate(-35deg);
}

.main-wrap .intro span::after {
  right: -16px;
  transform: rotate(35deg);
}

/* ============================
    ナビゲーション 
=============================*/

.nav {
  margin-bottom: 32px;
}

.nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding-left: 0;
}

.nav ul li {
  box-sizing: border-box;
  width: calc((100% / 4) - 12px);
}

.nav ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 16px 0 13px;
  background-color: var(--txt-color);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}

.nav ul li a::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  right: 16px;
  top: calc(50% - 2px);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
  translate: 0 -50%;
}

.nav ul li a:hover {
  background-color: var(--green-02);
  opacity: 1;
}

/* ============================
    各項目 
=============================*/

.menu-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
  padding: 24px;
  margin: 0;
}

.menu-item {
  box-sizing: border-box;
  width: calc((100% / 3) - 16px);
}

.menu-item .img-box {
  padding: 20px;
  border-left: 2px solid var(--base-gray);
  border-right: 2px solid var(--base-gray);
  border-bottom: 2px solid var(--base-gray);
}

.menu-item img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.menu-item p {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 10px 10px 20px;
  background-color: var(--base-gray);
  font-weight: 600;
  text-align: left;
  border-left: 15px solid var(--accent-color);
}

.menu-item-others {
  width: 100%;
}

.img-box-others {
  display: flex;
}

/* ============================
    おすすめ商品コンテンツのタイトル 
=============================*/

.recommend-ttl {
  width: 100%;
  box-sizing: border-box;
}

.recommend-ttl img {
  width: 100%;
  height: auto;
}

/* ============================
    ポイント 
=============================*/

.point-wrap {
  /* padding: 20px; */
  margin-bottom: 40px;
}

.point {
  position: relative;
  padding: 24px;
  background-color: var(--base-color);
}

.point .point-ttl {
  margin-top: 0;
  /* 両端の線を横並びにする */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  color: var(--accent-color);
  letter-spacing: 0.05em;
}

/* 両端の線 */
.point-ttl::before,
.point-ttl::after {
  content: "";
  display: block;
  width: 32px;
  border-top: 2px solid var(--accent-color);
}

.point-ttl::before {
  margin-right: 0.5em;
}

.point-ttl::after {
  margin-left: 0.5em;
}

.point-contents {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.point-item {
  position: relative;
  width: calc((100% / 3) - 12px);
  padding: 24px 60px;
  text-align: center;
  background-color: #fff;
}

.point-item .ribon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 40px;
  padding: 4px 0 5px;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  font-weight: 600;
  background-color: var(--accent-color);
}

.point-item .ribon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid var(--accent-color);
  border-right: 20px solid var(--accent-color);
  border-bottom: 10px solid transparent;
}

.point-item .ribon span {
  font-size: 11px;
}

.point-item p {
  margin-top: 8px;
  margin-bottom: 0;
}

.point-item:last-child {
  margin-right: 0;
}

.point-item img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

/* ============================
    おすすめ商品項目 
=============================*/

.recommend-menu-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
  padding: 24px;
  margin: 0;
}

.recommend-menu-wrap .menu-item {
  width: calc((100% / 4) - 18px);
}

.recommend-menu-wrap .menu-item .img-box {
  padding: 35px 35px 0;
  border: none;
}

.recommend-menu-wrap .recommend-item-name {
  padding: 0;
  text-align: center;
  background-color: transparent;
  border-left: none;
  font-family: "Roboto", sans-serif;
}

.recommend-menu-wrap .item_contents {
  text-align: center;
  background-color: transparent;
  padding: 0 0 35px;
  border: 2px solid var(--base-gray);
  border-top: none;
}

/* ============================
    お問い合わせボタン
=============================*/

.contact-btn {
  width: 65%;
  margin: 0 auto;
  text-align: center;
}

.contact-btn a {
  position: relative;
  width: 100%;
  padding: 26px;
  background-color: var(--txt-color);
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  transition: 0.3s;
}

.contact-btn a span {
  font-size: 28px;
  color: var(--yellow);
  transition: color 0.2s ease-out;
}

.contact-btn a::before,
.contact-btn a::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
}

.contact-btn a::before {
  width: 100px;
  height: 100px;
  left: 36px;
  background: url(https://houjin.biccamera.com/images/topics/tenma_fits/img/man.png)
    center/contain no-repeat;
}

.contact-btn a::after {
  width: 102px;
  height: 102px;
  right: 36px;
  background: url(https://houjin.biccamera.com/images/topics/tenma_fits/img/woman.png)
    center/contain no-repeat;
}

.contact-btn a:hover {
  opacity: 1;
  background-color: var(--green-02);
}

.contact-btn .microcopy {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  font-size: 18px;
}

.contact-btn .microcopy::before,
.contact-btn .microcopy::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2px;
  height: 23px;
  bottom: 0;
  background-color: var(--txt-color);
}

.contact-btn .microcopy::before {
  left: -0.7em;
  transform: rotate(-30deg);
}

.contact-btn .microcopy::after {
  right: -0.5em;
  transform: rotate(30deg);
}

/* ============================
    小さい文字
=============================*/
.small-text {
  font-size: 13px;
}
