:root {
  --text-color: #404040;
  --color-primary: #0E8260;
  --color-secondary: #d82b1e
}

html {
  overflow: auto
}

body#kakaku {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: 300;
  contain: paint;
  /*min-width: 1170px*/
}

#header {
  border-bottom: #ededed solid 1px
}

.headerIn, .footerIn {
  width: calc(100% - 60px);
  margin: 0 auto
}

.copyRight {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #ededed
}

#footer {
  padding-top: 10px;
  background-color: #fff;
  z-index: 1
}

.copyRightIn {
  width: calc(100% - 60px)
}

#mainContents {
  padding-bottom: 40px;
  background-color: #f2f2f2;
  color: var(--text-color);
  letter-spacing: .08em;
  font-feature-settings: palt1
}

.mainContentsIn {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  margin: -35px auto 0
}

.pageTop {
  border-radius: 50%
}

.sp {
  display: none !important
}

#kakaku em {
  font-style: normal;
  font-weight: 700;
  background-color: #d9eee7
}

#kakaku a, #kakaku a:visited, #kakaku a:hover {
  color: inherit;
  text-decoration: none
}

#mainContents a {
  transition: .2s
}

#globalFooter a {
  color: #fff
}

.kome7 {
  font-size: .4em;
  vertical-align: super
}

.btn {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 96px;
  background-color: var(--color-primary);
  text-align: center;
  color: #fff;
  font-size: 18px;
  transition: .2s;
  padding: 15px 0
}

.btn a, a .btn {
  display: block;
  position: relative
}

.btn a::after, a .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  width: .6em;
  height: .6em;
  margin: auto 0;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  color: #fff;
  transform: rotate(45deg)
}

.innerbnr2 a .btn::after {
  right: 12px;
  width: .4em;
  height: .4em
}

.btn:hover, a:hover .btn {
  opacity: .7
}

.btn .btn_block {
  display: block;
  font-size: 24px;
  font-weight: 700
}

#index {
  padding: 20px 0;
  background-color: #d9eee7
}

#index p {
  color: #000
}

#index ul {
  margin-top: 5px
}

#index ul li {
  border-top: 1px solid #fff;
  margin-left: 3em
}

#index ul li:first-child {
  border-top: none
}

#index ul li a {
  display: block;
  position: relative;
  line-height: 1.4em;
  padding: .8em 1.5em .8em 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--color-primary) !important
}

.number {
  font-size: 24px;
  position: relative;
  top: 3px;
  margin-right: 10px
}

#index ul li a:hover {
  opacity: .7;
  text-decoration: none
}

#index ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: .3em;
  width: .5em;
  height: .5em;
  margin: auto 0;
  border: 2px solid var(--color-primary);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  color: #fff;
  transform: translateY(-25%) rotate(135deg)
}

#index .btn {
  line-height: 40px;
  width: 260px;
  height: 42px;
  margin-top: 5px;
  border: 1px solid var(--color-primary);
  background-color: #fff;
  box-sizing: border-box;
  color: var(--color-primary);
  font-size: 14px
}

#index .btn a::after {
  display: none
}

.main #index {
  margin-top: 40px
}

.main #index p {
  text-align: center
}

.readbox-caption {
  font-size: 11px;
  border-bottom: 1px solid #000;
  display: inline-block;
}

/*.visual img {
  height: 62.8rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}*/
#mainVisual img {
  width: 100%;
  height: auto;
}

@media print, screen and (max-width: 1400px) {
  .visual {
    background: url("/sentaku/kakakucom2025/images/mv.jpg") no-repeat center top;
    background-size: cover;
    height: 45rem
  }

  .visual img {
    display: none;
  }
}

@media print, screen and (max-width: 900px) {
  .visual img {
    height: 40rem
  }
}

@media print, screen and (max-width: 767px) {
  .visual {
    background-image: url(../images/mv-sp.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 136%
  }

  .visual img {
    display: none
  }

  .kome7 {
    top: -.1em
  }
}

.nav {
  width: 670px;
  margin: 100px auto;
  border-radius: 10px;
  position: relative
}

.contents-list {
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  padding-left: 14.5rem;
  position: relative
}

.contents-list::before {
  background-image: url(../images/mokuji.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 176px;
  margin-top: -7.1rem;
  position: absolute;
  top: 44%;
  left: 0;
  width: 150px
}

@media print, screen and (max-width: 767px) {
  .contents-list::before {
    background-image: url(../images/mokuji-sp.png);
    height: auto;
    margin-top: 0;
    padding-top: 20%;
    top: -5.5rem;
    width: 100%
  }
}

.main {
  margin: 0 auto;
  background-color: #fff
}

.pointWrap {
  padding: 65px 0;
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
}

.point {
  position: relative;
  padding: 30px 40px 28px;
  border: 5px solid #dcdcdc;
  border-radius: 10px;
  background-color: #fff
}

.point .title {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 16em;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 700
}

.point ul li {
  position: relative;
  line-height: 1.4;
  padding-left: 3.3em;
  font-size: 19px;
  font-weight: 700
}

.point ul li + li {
  margin-top: 5px
}

.point ul li::before {
  content: "POINT";
  position: absolute;
  top: .4em;
  left: 0;
  line-height: 2.2em;
  padding: 0 1em 0 2em;
  background-color: var(--color-secondary);
  border-radius: 3px;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0
}

.point ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  left: .4em;
  width: .35em;
  height: .25em;
  margin: auto 0;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  color: #fff;
  transform: rotate(135deg)
}

.lead {
  line-height: 1.8;
  margin-top: 40px;
  font-size: 18px
}

.point small, .lead small {
  display: block;
  font-size: 11px;
  color: #999;
  margin-top: 15px
}

.indexWrap {
  background-color: #d9eee7
}

/*.paragraphIn {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 120px
}*/

.paragraphIn {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  padding: 0 0 120px
}

#matome {
  padding: 0 2rem
}

.paragraphIn.nomb {
  padding: 0
}

.paragraph h2 {
  position: relative;
  line-height: 1.4;
  font-weight: 600;
  padding: 35px 65px 0;
  text-align: center
}

.paragraph h2.last-title {
  font-size: 2.9rem;
  text-align: center;
  padding: 0
}

.paragraph h2 .titlebox {
  display: block;
  width: 100%;
  margin: 0 auto
}

.paragraph h2 .number-in {
  font-size: 36px;
  position: relative;
  top: 3px;
  margin-right: 10px
}

.paragraph h2 .sub {
  display: block;
  line-height: 1;
  color: var(--color-primary);
  font-size: 28px
}

.paragraph h2 .sub strong {
  font-size: 1.6em
}

.paragraph h2 .title {
  display: block;
  margin-top: 1em;
  font-size: 33px;
  font-weight: 600
}

.paragraph h3 {
  position: relative;
  line-height: 1.1;
  margin-top: 120px;
  padding-left: .5em;
  font-size: 26px;
  font-weight: 700;
  border-left: 4px solid var(--color-primary)
}

.paragraph h3.lineup-ttl {
  border-left: none;
  margin: 0 0 30px
}

.paragraph h4 {
  line-height: 1.6;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700
}

.paragraph h5 {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 700
}

.paragraph p {
  line-height: 1.8;
  margin-top: 80px;
  font-size: 18px
}

.paragraph p + p {
  margin-top: 30px
}

.paragraph h3 + p, .paragraph h4 + p {
  margin-top: 20px
}

.paragraph p small {
  display: block;
  font-size: 11px;
  color: #999;
  margin: 25px auto
}

.paragraphIn > small:first-child {
  display: block;
  font-size: 11px;
  color: #999;
  text-align: right;
  margin: 0 auto
}

.txtLink.btn {
  width: 490px;
  margin-top: 40px
}

.innerbnr {
  text-align: center;
  margin: 100px auto 0
}

.innerbnr2 {
  margin: 20px auto 0
}

.innerbnr .catch {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-primary)
}

.innerbnr .btn {
  width: 490px;
  margin: 10px auto 0
}

.innerbnr2 .btn {
  width: 140px;
  margin: 10px auto 0;
  padding: 5px 0
}

.innerbnr2 .btn .btn_block {
  font-size: 12px
}

.imgBox {
  margin: 50px auto
}

.imgBox .column {
  display: flex;
  justify-content: center;
  column-gap: 20px
}

.imgBox .column img, .imgBox .column video {
  width: 100%;
  height: auto
}

.imgBox .cap {
  margin-top: 15px;
  line-height: 1.6;
  font-size: 14px
}

.imgmb {
  margin-bottom: 50px
}

.imgmb2 {
  margin-bottom: 25px
}

.imgBox strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 15px
}

.imgBox strong.midashi {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0 0 5px
}

.imgBox .column + .column, .imgBox .column + strong {
  margin-top: 20px
}

.imgBox.movBox {
  margin-top: 70px
}

.imgBox.movBox .column {
  align-items: end
}

.imgBox.movBox .column span {
  display: block;
  width: auto;
  height: 465px;
  position: relative
}

.imgBox.movBox .column span video {
  width: auto;
  height: 465px
}

.imgBox.movBox .column span:before {
  content: "動画でCHECK！";
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  position: absolute;
  top: -2.2em;
  left: 0;
  z-index: 2
}

.imgBox a.hovernone:hover {
  cursor: auto;
  text-decoration: none
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.flex-item {
  max-width: 48.5%;
  width: 100%
}

.lineup {
  padding: 70px 65px 80px;
  border-top: 1px solid #ececec
}

.lineup h2 {
  position: relative;
  line-height: 1.6;
  font-size: 24px;
  font-weight: 700
}

.lineup h2::before {
  display: block;
  content: "";
  position: absolute;
  left: -65px;
  width: 5px;
  height: 100%;
  background-color: var(--color-primary)
}

.item {
  margin-top: 20px;
  text-align: center
}

.item + .item {
  margin-top: 20px
}

.item .info h3 {
  line-height: 1.2;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  transition: .2s
}

.item .info a:hover h3 {
  color: var(--color-primary)
}

.item .info .sub {
  font-size: 12px;
  text-align: center;
  margin: 5px auto 20px
}

.item .info .sub span {
  display: inline-block;
  border: 1px solid #0a95d4;
  color: #0a95d4;
  padding: .08em 1em .16em;
  margin: 0 5px
}

.item .info .sub span:last-child {
  border-color: #db4a3f;
  color: #db4a3f
}

.item .info .btn {
  line-height: 45px;
  width: 70%;
  height: 45px;
  margin: 10px auto 0;
  font-size: 15px
}

.item .info .btn span {
  background: #fff;
  border-radius: .2em;
  font-size: .9em;
  color: var(--color-primary);
  padding: 0 .5em;
  margin-right: .5em
}

.scroll {
  margin-top: 40px;
  overflow: auto;
  border: 1px solid #ddd
}

.scroll::-webkit-scrollbar {
  height: 12px
}

.scroll::-webkit-scrollbar-track {
  background: #f7f7f7
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ddd
}

.scroll::-webkit-scrollbar-thumb:hover {
  background: #ccc
}

.lineup-wrapper {
  margin: 50px 0 0
}

.lineup-wrapper2 {
  margin: 25px 0 0
}

.lineup-ttl {
  margin-bottom: 30px
}

.lineup-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.lineup-box figure {
  max-width: 56.9%;
  width: 100%
}

.lineup-box-txt {
  display: flex;
  flex-direction: column;
  max-width: 36.3%;
  padding-bottom: 3rem;
  width: 100%
}

.lineup-box-txt h4 {
  font-size: 4.8rem;
  margin-top: 0
}

.lineup-box-txt .products span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1rem
}

.lineup-box-txt .spec {
  background-color: #000;
  border-radius: .6rem;
  color: #fff;
  display: inline-block;
  font-size: 1.9rem;
  padding: 0 1rem;
  text-align: center;
  width: 19.5rem;
  margin-top: 0
}

.lineup-box-txt .list {
  margin-top: 1.5rem
}

.lineup-box-txt .list li {
  font-size: 1.5rem
}

.lineup-box-txt .innerbnr {
  margin: 20px 0 0
}

.lineup-box-txt .innerbnr .btn {
  width: 290px
}

.paragraph h2.head-border {
  display: flex;
  align-items: center;
  padding: 23px 0 0
}

.head-border:before, .head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666
}

.head-border:before {
  margin-right: 1rem
}

.head-border:after {
  margin-left: 1rem
}

.tr {
  text-align: right;
  margin: 50px 0 0
}

.compare_table {
  font-size: 1.4rem;
  border-collapse: separate;
  border-spacing: .2rem .2rem
}

.compare_names th, .compare_table tbody th {
  background-color: #bfd9cf;
  font-weight: 400;
  text-align: center
}

.compare_table tbody td {
  background-color: #eaf3ef
}

.compare_table tbody th, .compare_table tbody td {
  padding: .5em .1em
}

.compare_table tbody th {
  padding: .3em .5em
}

.compare_names th, .compare_table tbody td {
  line-height: 1.2;
  text-align: center
}

.compare_names th {
  padding: .3em 0;
  background-color: unset
}

.compare_table thead tr:first-child th {
  width: 25%;
  padding: .15em 0
}

.compare_table thead tr:first-child th.compare_table_tit_col {
  width: 25%
}

.compare_table .compare_img {
  background-color: #fff;
}

.compare_table .compare_img img {
  height: 160px;
  width: auto
}

.compare_modelNum {
  font-size: 1.8rem
}

.compare_names {
  font-size: 2.2rem
}

.compare_links td {
  padding: 1.5rem 1.8% 2rem;
  text-align: center
}

.introduce_product_mark {
  font-size: 1.6rem;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  width: 19.7rem;
  height: 6.3rem;
  padding-top: 1rem;
  margin: 0 auto .1rem;
  background-repeat: no-repeat;
  background-size: contain
}

.compare_fs {
  font-size: 1.3rem
}

.compare_btn {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #1BB8CE;
  display: block;
  padding: .2em 1.5em .3em 1em;
  text-align: center;
  border-radius: .5rem;
  margin-top: 1rem;
  box-shadow: .2rem .2rem .7rem 0 #0006;
  background-position: right .4em center;
  background-repeat: no-repeat;
  background-size: 1em;
  background-image: url(/products/common/images/chevron-right-solid-w.svg)
}

.compare_btn:hover {
  color: #fff;
  text-decoration: none
}

.compare_table tbody th.compare_tit_1col {
  text-align: center;
  padding: 0.3em;
  min-width: 3rem;
  /*border-right: 3px solid #fff;*/
}

.compare_table tbody th.compare_tit_1col > span {
  white-space: pre;
  writing-mode: vertical-rl
}

.dotted_line {
  border-left: 1px dotted #000;
  position: relative;
  left: -1px
}

.compare_tit_1col_num {
  display: inline-block;
  transform: rotate(270deg)
}

.compare_tit_1col_eng {
  display: inline-block;
  transform: rotate(0)
}

.compare_table th.compare_subtit {
  position: relative;
  font-weight: 300
}

.compare_table th.compare_subtit::before {
  content: "";
  position: static;
  top: 0;
  left: -.3rem;
  width: .3rem;
  height: 100%;
  background-color: inherit
}

.scroll-hint-icon {
  top: calc(50% - 50px);
  left: calc(50% - 70px);
  width: 130px;
  height: 100px
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  font-weight: 500;
  margin-top: 5px
}

.scroll-hint-icon {
  transition-delay: 0s;
  top: 23%
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  transition-delay: .3s;
  cursor: pointer;
  pointer-events: all
}

.scroll-hint-icon-wrap.not_touch_support .scroll-hint-icon {
  padding-top: 10px;
  height: auto;
  top: 28%
}

.scroll-hint-icon-wrap.not_touch_support .scroll-hint-icon::before, .scroll-hint-icon-wrap.not_touch_support .scroll-hint-icon::after {
  display: none !important
}

.scroll-hint-icon-wrap.not_touch_support .scroll-hint-icon .scroll-hint-text {
  margin-top: 0
}

.section_compare {
  padding-top: 0
}

.productcircle img {
  width: 134px;
  height: auto
}

@media print, screen and (max-width: 767px) {
  body#kakaku {
    min-width: auto
  }

  #mainContents {
    background-size: contain;
    color: var(--text-color);
    letter-spacing: .08em;
    font-feature-settings: palt1
  }

  sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: .4em
  }

  .pc {
    display: none
  }

  .sp {
    display: block !important
  }

  em {
    font-style: normal;
    font-weight: 700;
    background: #efefef
  }

  a, a:visited, a:hover {
    color: inherit
  }

  #mainContents a {
    transition: .2s
  }

  .btn {
    width: 100%;
    line-height: auto;
    height: auto;
    margin: 0 auto;
    border-radius: 4rem;
    background-color: var(--color-primary);
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    transition: .2s
  }

  .btn a, a .btn {
    display: block;
    position: relative;
    color: #fff
  }

  .btn a::after, a .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    width: .6em;
    height: .6em;
    margin: auto 0;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(45deg)
  }

  .btn .btn_block {
    font-size: 1.7em
  }

  .tr {
    text-align: center;
    margin: 20px 0 0
  }

  .sidebar .bnr {
    margin: 1rem
  }

  .sidebar .bnr a {
    display: flex;
    align-items: center;
    position: relative;
    height: 7rem;
    padding: 0 4rem 0 3rem;
    border-radius: 3.5rem;
    background-color: #fff;
    box-shadow: 0 0 1em 0 #3b3a3d4d
  }

  .sidebar .bnr a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.5rem;
    width: .8rem;
    height: .8rem;
    margin: auto 0;
    border: 2px solid var(--color-primary);
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(45deg)
  }

  .sidebar .bnr .img {
    width: 25%;
    height: auto;
    text-align: center
  }

  .sidebar .bnr .img img {
    width: 100%;
    height: auto
  }

  .sidebar .bnr .txt {
    width: 75%
  }

  .sidebar .bnr .txt .name {
    line-height: 1.2;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700
  }

  .sidebar .bnr .txt .name .sub {
    display: none
  }

  .sidebar .bnr .txt .btn {
    line-height: 1;
    margin-top: .5rem;
    color: var(--color-primary);
    font-size: .9rem;
    width: auto;
    height: auto;
    background: none;
    box-shadow: none
  }

  .sidebar .bnr .btn::after {
    display: none
  }

  .main {
    width: 100%
  }

  .readbox-caption {
    margin-top: 20px
  }

  .nav {
    width: 100%;
    margin: 50px auto
  }

  .pointWrap {
    width: 100%;
    padding: 0 2rem 3rem
  }

  .point {
    margin: -1rem auto 2rem;
    padding: 1.5rem 1.5rem 1.2rem;
    border: 4px solid #dcdcdc;
    border-radius: 1rem;
    background-color: #fff
  }

  .point .title {
    text-align: center;
    color: var(--color-secondary);
    font-size: 1rem;
    font-weight: 700
  }

  .point ul {
    margin-top: .8rem
  }

  .point ul li {
    position: relative;
    line-height: 1.4;
    padding-left: 4.7rem;
    font-size: 1.4rem;
    font-weight: 700;
    word-break: break-all
  }

  .point ul li + li {
    margin-top: .5rem
  }

  .point ul li::before {
    content: "POINT";
    position: absolute;
    top: .4rem;
    left: 0;
    line-height: 1.4rem;
    padding: 0 .5rem 0 1.5rem;
    border-radius: 3px;
    background-color: var(--color-secondary);
    color: #fff;
    font-size: .7rem;
    letter-spacing: 0
  }

  .point ul li::after {
    content: "";
    display: block;
    position: absolute;
    top: .8rem;
    left: .6rem;
    width: .6rem;
    height: .4rem;
    margin: auto 0;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(135deg)
  }

  .lead {
    line-height: 1.8;
    margin-top: 2rem;
    font-size: 1.6rem
  }

  .point small, .lead small {
    display: block;
    font-size: .7rem;
    color: #999;
    margin-top: 1rem
  }

  #index {
    margin-top: 2rem;
    padding: 2rem;
    background-color: #d9eee7
  }

  #index p {
    text-align: center;
    font-size: 1.2rem
  }

  #index ul {
    margin-top: 6rem
  }

  #index ul li {
    border-top: 1px solid #fff;
    margin-left: 0
  }

  #index ul li:first-child {
    border-top: none
  }

  #index ul li a {
    display: block;
    position: relative;
    line-height: 1.4em;
    padding: .8em 1.5em .8em 0;
    text-indent: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-primary)
  }

  #index ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .3em;
    width: .6em;
    height: .6em;
    margin: auto 0;
    border: 2px solid var(--color-primary);
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: translateY(-25%) rotate(135deg)
  }

  #index .btn {
    margin-top: .5rem;
    border: 1px solid var(--color-primary);
    background-color: #fff;
    box-sizing: border-box;
    color: var(--color-primary)
  }

  #index .btn a {
    color: var(--color-primary)
  }

  #index .btn a::after {
    display: none
  }

  .contents-list {
    padding-top: 2.5rem;
    padding-bottom: 0;
    padding-left: 0
  }

  .paragraphIn {
    width: 100%;
    padding: .5rem 2rem 3rem
  }

  .paragraphIn.nomb {
    width: 100%;
    padding: .5rem 2rem
  }

  #matome {
    padding: 0
  }

  .paragraph h2 {
    position: relative;
    line-height: 1.4;
    padding: 1.8rem 2rem 1.7rem
  }

  .paragraph h2 .sub {
    display: block;
    line-height: 1;
    color: var(--color-primary);
    font-size: 1.8rem;
    font-weight: 700
  }

  .paragraph h2 .number-in {
    font-size: 24px;
    position: relative;
    top: 3px;
    margin-right: 10px
  }

  .paragraph h2 .sub strong {
    font-size: 1.6em
  }

  .paragraph h2 .title {
    display: block;
    margin-top: .3em;
    font-size: 2.2rem;
    font-weight: 700
  }

  .paragraph h2 .titlebox {
    display: block;
    width: 100%;
    margin: 0 auto
  }

  .paragraph h3 {
    position: relative;
    line-height: 1.7;
    margin-top: 3rem;
    padding-left: 1em;
    font-size: 2rem;
    font-weight: 700
  }

  .paragraph h4 {
    line-height: 1.6;
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: 700
  }

  .paragraph h5 {
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: 700
  }

  .paragraph p {
    line-height: 1.8;
    margin-top: 2rem;
    font-size: 1.6rem
  }

  .paragraph h3 + p, .paragraph h4 + p {
    margin-top: 1rem
  }

  .paragraph p small, .paragraphIn > small:first-child {
    display: block;
    font-size: .7em;
    color: #999;
    margin-top: 1rem
  }

  .txtLink.btn {
    width: 100%;
    margin-top: 2rem
  }

  .innerbnr {
    text-align: center;
    margin: 2rem auto 0
  }

  .innerbnr .catch {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--color-primary)
  }

  .innerbnr .btn {
    width: 100%;
    margin: 10px auto 0
  }

  .imgBox {
    margin-top: 40px
  }

  .imgBox .column {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 1rem
  }

  .imgBox .column img {
    width: 100%;
    height: auto
  }

  .imgBox.movBox {
    margin-top: 20px
  }

  .imgBox.movBox .column {
    align-items: center
  }

  .imgBox.movBox .column span {
    display: block;
    text-align: center;
    position: relative;
    margin-top: 5rem
  }

  .imgBox.movBox .column video {
    width: 55%;
    height: auto;
    margin: auto
  }

  .imgBox.movBox .column span:before {
    content: "動画でCHECK！";
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-primary);
    position: absolute;
    top: -1.8em;
    left: 0;
    z-index: 2
  }

  .imgBox .cap {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 1.3rem
  }

  .imgBox .cap small {
    font-size: 1rem
  }

  .imgBox strong {
    display: block;
    font-size: 1.8rem;
    line-height: 1.3;
    color: var(--color-primary);
    margin-bottom: 10px
  }

  .imgBox .column + .column {
    margin-top: 10px
  }

  .imgBox .column + strong {
    margin-top: 20px
  }

  .lineup {
    border-top: 1px solid #ececec;
    padding: 3rem 2rem
  }

  .lineup h2 {
    position: relative;
    line-height: 1.6;
    font-size: 1.6rem;
    font-weight: 700
  }

  .lineup h2::before {
    display: block;
    content: "";
    position: absolute;
    left: -2rem;
    width: 4px;
    height: 100%;
    background-color: var(--color-primary)
  }

  .item {
    margin-top: 1.5rem
  }

  .item + .item {
    margin-top: 1rem
  }

  .item .img {
    text-align: center
  }

  .item .img img {
    width: 95%
  }

  .item .info {
    width: 100%
  }

  .item .info h3 {
    line-height: 1.4;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    transition: .2s
  }

  .item .info .sub {
    font-size: 1rem;
    text-align: center;
    margin: .3rem auto 20px
  }

  .item .info .sub span {
    display: inline-block;
    border: 1px solid #0a95d4;
    color: #0a95d4;
    padding: .08em 1em .16em;
    margin: 0 5px
  }

  .item .info .sub span:last-child {
    border-color: #db4a3f;
    color: #db4a3f
  }

  .item .info .btn {
    line-height: 4rem;
    width: 100%;
    height: 4rem;
    margin: 1rem 0 0
  }

  .item .info .btn span {
    background: #fff;
    border-radius: .2em;
    font-size: .85em;
    color: var(--color-primary);
    padding: 0 .5em;
    margin-right: .5em
  }

  .imgmb2 {
    margin-bottom: .5em
  }

  .imgmb3 {
    margin-bottom: 25px
  }

  .flex-item {
    max-width: 100%;
    margin-bottom: .5em
  }

  .lineup-box figure {
    max-width: 100%
  }

  .lineup-box-txt {
    max-width: 100%;
    text-align: center
  }

  .lineup-box-txt .spec {
    margin: 0 auto
  }

  .scroll {
    margin-top: 2rem;
    overflow: auto;
    border: 1px solid #ddd
  }

  .scroll::-webkit-scrollbar {
    height: 1rem
  }

  .scroll::-webkit-scrollbar-track {
    background: #f7f7f7
  }

  .scroll::-webkit-scrollbar-thumb {
    border-radius: .5rem;
    background: #ddd
  }

  .releasedate {
    margin: 0 2rem;
    text-align: left;
    color: #999;
    font-size: .85rem
  }

  .scroll_x {
    overflow-x: scroll
  }

  .scroll_x::-webkit-scrollbar {
    background: #ccc;
    height: 10px
  }

  .scroll_x::-webkit-scrollbar-thumb {
    background: #aaa
  }

  .scroll_x::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px
  }

  .compare_table {
    font-size: 1.3rem;
    width: 240%;
    margin-left: -.6rem
  }

  .compare_table thead tr:first-child th {
    width: calc(81% / 3);
    padding: .15em 0
  }

  .compare_table thead tr:first-child th.compare_table_tit_col {
    width: 19%;
  }

  .introduce_product_mark {
    font-size: 1.8rem;
    width: 8.5em;
    height: 4.6em;
    padding-top: 1rem;
    margin: 0 auto .5rem;
    background-repeat: no-repeat;
    background-size: contain
  }

  .compare_modelNum {
    font-size: 1.6rem
  }

  .compare_names {
    font-size: 2rem
  }

  .compare_links td {
    padding: 2.5rem 1.4% 2rem
  }

  .compare_btn {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 2.6rem;
    padding: .35em 1.4em .45em 1em;
    background-position: right .25em center
  }

  .compare_table tbody th {
    font-size: 1.3rem;
    padding: .5em
  }

  .compare_table th.compare_subtit {
    background-color: #bfd9cf;
  }

  .compare_table_wrap {
    position: relative
  }

  .compare_table_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: -.1rem;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    z-index: 1
  }

  .compare_table tbody th.compare_tit_1col {
    min-width: 5%;
    width: 5%;
  }

  .compare_table_fixed_sp {
    position: sticky !important;
    left: 0;
    background-color: #fff;
    z-index: 100;
  }

  .compare_subtit.compare_table_fixed_sp {
    left: 12.5%;
  }

  .compare_table .compare_table_fixed_sp::after {
    position: absolute;
    content: "";
    top: 0;
    right: -.3rem;
    width: .3rem;
    height: 100%;
    background-color: #fff
  }

  .section_compare {
    padding-top: 0
  }

  .section_compare .base-width {
    padding-inline: 0;
  }

  .scroll-hint-icon {
    z-index: 1000;
  }

  .productcircle img {
    width: 100%;
    height: auto
  }

  .scroll-hint.is-right-scrollable, .scroll-hint.is-right-scrollable.is-left-scrollable, .scroll-hint.is-left-scrollable {
    background: none;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .compare_subtit.compare_table_fixed_sp {
    left: 12.9%;
  }
}

@media screen and (min-width: 560px) and (max-width: 767px) {
  .compare_subtit.compare_table_fixed_sp {
    left: 12.7%;
  }
}