@charset "UTF-8";
@import "base.css";
@import "fonts.css";
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
}
h1 {} /* Header内で設定 */
h2 {}
h3 {}
h4 {}
a {
  color: #195CB1;
}
a:hover, a:active {
  color: #195CB1;
  text-decoration: none;
}
a:visited {}
ul {}
li {}
dl {}
dt {}
dd {}
table {
  width: 100%
}
th, td {}
th {}
td {}
p {
  margin: 0 0 2.125em;
}
p, dd, td, th, li {
  line-height: 1.65em;
}
button {
  background-color: transparent;
}
.section {
  padding: 0 0 55px 0;
}
.section .section {
  padding: 0 0 35px;
}
.image_l {
  float: left;
  margin: 0 30px 20px 0;
}
.image_r {
  float: right;
  margin: 0 0 20px 20px;
}
* {
  box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  background: none;
}
body {
  color: #2C2C2C;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
}
#wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.inner {
  width: 1140px;
  margin: 0 auto;
}
/*==========================================================================*/
/*                               COMMON                                     */
/*==========================================================================*/
#toTop {
  border: none;
  bottom: 90px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  text-align: center;
  z-index: 999;
  margin-bottom: 0px;
  text-indent: -9999px;
  display: block;
}
#box_contact_fix {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 99;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  color: #fff;
}
#toTop {
  background: url("../images/to_top.svg") no-repeat center top;
  width: 50px;
  height: 50px;
}
#toTop a {
  display: block;
  width: 50px;
  height: 50px;
}
#toTop.show, #box_contact_fix.show, #tel_fix_sp.show {
  opacity: 1;
  visibility: visible;
}
.box_contact_fix_wrap {
  width: 860px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box_contact_sp_fix {
  display: flex;
}
.box_contact_sp_fix li a {
  width: 165px;
  height: 55px;
  text-decoration: none;
  background: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  position: relative;
}
.box_contact_sp_fix li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 11px 11px;
  border-color: transparent transparent #19C755 transparent;
  right: 5px;
  bottom: 5px;
}
.box_contact_sp_fix li.btn_contact a:before {
  border-color: transparent transparent #333333 transparent;
}
.box_contact_sp_fix li:not(:last-child) {
  margin-right: 20px;
}
.box_contact_sp_fix li a span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 3px;
}
.box_contact_sp_fix li.btn_line a span {
  background: url("../images/icon_line_green.svg") no-repeat left center/43px;
  padding-left: 60px;
  color: #19C755;
}
.box_contact_sp_fix li.btn_contact a span {
  background: url("../images/icon_contact_b.svg") no-repeat left 7px center/30px;
  padding-left: 50px;
  color: #000000;
}
.box_con_tt {
  margin-bottom: 0px;
  font-size: 27px;
  font-weight: bold;
  padding-top: 5px;
}
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
#top {
  margin-right: 100px;
}
#header {
  background-color: #fff;
  height: 100px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  margin: 0 auto;
  transition: all 0.05s linear;
}
#header_t {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.header_tel {
  display: flex;
  flex-direction: column;
  background: url("../images/icon-tel.svg") no-repeat left center/39px;
  padding-left: 47px;
  line-height: 1.5;
  margin-bottom: 0px;
  margin-left: auto;
}
.header_tel a {
  text-decoration: none;
  color: #2C2C2C;
  font-size: 23px;
  font-weight: bold;
}
.header_tel .txt {
  font-size: 14px;
  letter-spacing: 0.03em;
}
/*==========================================================================*/
/*                                   TOPINFO                                */
/*==========================================================================*/
#index #top_info {
  background: linear-gradient(to right, rgba(20, 20, 17, 1) 0%, rgba(20, 20, 17, 1) 60%, rgba(49, 50, 45, 1) 80%, rgba(98, 98, 96, 1) 100%);
  height: 503px;
  position: relative;
  z-index: 1;
  padding: 40px 10px 40px 20px;
  margin-top: 100px;
}
.box_info {
  display: flex;
  color: #fff;
  padding-left: 20px;
}
.box_info_img, .t2_title01 {
  display: flex;
}
.box_info_img {
  margin-left: 20px;
}
.t2_title01 {
  align-items: center;
  font-size: 40px;
  margin-bottom: 15px;
}
.t2_title01 .yl {
  font-size: 64px;
  font-weight: bold;
  position: relative;
  margin-right: 25px;
  padding-bottom: 10px;
}
.t2_title01 .yl:before {
  position: absolute;
  content: "";
  border-bottom: 1px #C9AA34 solid;
  left: 5px;
  bottom: 0;
  width: 100%;
}
.yl {
  color: #C9AA34;
}
.t2_title02 {
  font-size: 52px;
  font-weight: 100;
  margin-bottom: 0px;
}
.box_info_txt {
  padding-top: 32px;
}
.box_info_txt_lg {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 30px;
}
.box_info_txt_lg .yl {
  font-size: 32px;
  margin-left: 7px;
  letter-spacing: 0.05em;
}
.box_info_txt_sm {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 7px;
  line-height: 1.7;
  letter-spacing: -0.05em;
}
.box_info_wrap {
  display: flex;
}
.box_info_img li:not(:last-child) {
  margin-right: 15px;
}
.box_info_img li {
  flex-shrink: 0;
}
.box_info_img li p {
  margin-bottom: 0px;
}
.box_info_txt_left {
  padding-top: 25px;
}
.topinfo_img {
  flex-shrink: 0;
  margin-right: 50px;
  margin-bottom: 0px;
}
/*==========================================================================*/
/*                                   GNAVI                                  */
/*==========================================================================*/
#gnavi {
  display: flex;
  align-items: center;
  width: 566px;
}
#gnavi > ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#gnavi > ul > li {
  text-align: center;
  /*  transition: all 0.3s linear;*/
  position: relative;
}
#gnavi > ul > li > a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background: rgba(101, 101, 101, 0.5);
  left: 0;
  transition: all 0.3s linear;
  bottom: 3px;
  z-index: 9;
}
#gnavi > ul > li > a:hover:before {
  width: 100%;
}
#gnavi > ul > li.sub01 > a {
  cursor: default;
  position: relative;
}
#gnavi > ul > li > a {
  white-space: nowrap;
  position: relative;
}
#gnavi li a {
  text-decoration: none;
  letter-spacing: 0.7px;
  text-align: left;
  color: #2C2C2C;
  transition: all 0.3s;
}
#gnavi > ul > li > a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  line-height: 1.625;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  height: 40px;
  letter-spacing: -0.1em;
}
#gnavi > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
}
#gnavi > ul > li > ul {
  width: 100%;
  padding: 45px 25px 45px;
}
#gnavi > ul > li > ul > li, #gnavi > ul > li > ul > li > a {
  width: 100%;
  display: block;
  cursor: pointer;
}
#gnavi > ul > li > ul > li {
  padding-left: 45px;
  width: 175px;
}
#gnavi > ul > li > ul > li > a {
  border-bottom: 1px #b7b7b7 solid;
}
#gnavi > ul > li > ul > li:not(:last-child) {
  margin-bottom: 30px;
}
.gnavi_icon01 {
  padding: 5px 0 3px;
  background: url("../images/idx_icon01.svg") no-repeat left center/24px;
}
.gnavi_icon02 {
  padding: 5px 0 3px;
  background: url("../images/idx_icon05.svg") no-repeat left center/24px;
}
.gnavi_icon03 {
  padding: 5px 0 3px;
  background: url("../images/idx_icon04.svg") no-repeat left center/28px;
}
.gnavi_icon04 {
  padding: 5px 0 3px;
  background: url("../images/idx_icon02.svg") no-repeat left center/31px;
}
/*==========================================================================*/
/*                                SCROLL TOP                                */
/*==========================================================================*/
@-webkit-keyframes scrolltop {
  0% {
    transform: translateY(-130px);
    opacity: 0;
    transition: ease-in-out;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes scrolltop {
  0% {
    transform: translateY(-90px);
    opacity: 0;
    transition: ease-in-out;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scrolltop {
  0% {
    transform: translateY(-90px);
    transform-origin: center;
    opacity: 0;
    transition: ease-in-out;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.bnr_top01 {
  text-align: center;
  margin: 30px auto 50px;
  padding: 0 20px;
}
.bnr_top01 img {
  max-width: 1140px;
  width: 100%;
}
/*==========================================================================*/
/*                               box01                                      */
/*==========================================================================*/
/*==========================================================================*/
/*                               box02                                      */
/*==========================================================================*/
#box02 {
  padding: 90px 0 55px;
  text-align: center;
}
#box02 .inner {
  width: 902px;
}
.box02-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 10px;
}
.box02-item > li {
  width: 33.333%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.box02-item > li:not(:last-child):before {
  background: url("../images/icon_plus.png") no-repeat center center;
  width: 42px;
  height: 42px;
  top: 67px;
  right: -21px;
}
.box02_tt {
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 21px;
  flex-grow: 1;
}
.box02_price {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: bold;
}
.box02_price span {
  font-size: 150%;
}
.box02_img {
  margin-bottom: 10px;
}
.box02_img img {
  width: auto;
  height: 180px;
}
.box02-txt01 {
  position: relative;
  color: #707070;
  font-weight: bold;
  font-size: 24px;
}
.box02-txt01 .red {
  font-size: 24px;
}
.box02-txt01 .red .lg, .box02-txt02 .lg {
  font-weight: bold;
}
.box02-txt02 .lg, .box02-txt01 .red .lg, .box02_price span {
  font-size: 150%;
}
.box02-txt02 {
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: bold;
}
.box02-item > li:not(:last-child):before, .box02-txt01:before {
  position: absolute;
  content: "";
}
.box02-txt01:before {
  background: url("../images/arrow_down.png") no-repeat center center/40px;
  width: 40px;
  height: 54px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -45px;
}
.box02-txt03 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 26px;
}
.box_category {
  width: 100%;
  flex-direction: column;
  max-width: 900px;
  margin: 0 auto 50px;
}
.box_category_list, .box_category {
  display: flex;
  flex-wrap: wrap;
}
.box_category_list > li {
  width: 300px;
  height: 200px;
  border-right: 2px #3B3B3B solid;
  border-bottom: 2px #3B3B3B solid;
  text-align: center;
}
.box_category_list > li:nth-child(3n + 1) {
  border-left: 2px #3B3B3B solid;
}
.box_category_list > li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #707070;
  transition: all 0.3s;
  cursor: default;
}
.idx_tt02 {
  color: #fff;
  background: #3B3B3B;
  padding: 16px 0 14px;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1.7;
}
.box_category_list > li a .icon {
  height: 76px;
  margin-bottom: 15px;
}
.box_category_list > li a .title {
  font-size: 26px;
  font-weight: 600;
}
.box02-txt04 {
  text-align: left;
}
/*==========================================================================*/
/*                               box03                                      */
/*==========================================================================*/
#box03 {}
.box03-item-wrap {
  border: 2px #434343 solid;
  padding: 25px 25px 15px;
  margin-bottom: 50px;
}
.box03-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.box03-item li {
  text-align: center;
}
.box03-item li:not(:last-child) {
  margin-right: 27px;
}
.box03_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.box03_img .txt {
  position: absolute;
  color: #C1172B;
  font-size: 30px;
  font-weight: bold;
}
.bpx03_tt {
  font-size: 26px;
  margin-bottom: 0px;
  color: #707070;
  font-weight: bold;
}
.box03-txt {
  margin-bottom: 0px;
}
/*==========================================================================*/
/*                               box04                                      */
/*==========================================================================*/
#box04 {
  margin-bottom: 100px;
}
.box04-item {
  margin-bottom: 50px;
}
.box04-item dl {
  border: 1px #8E8880 solid;
}
.box04-item dl:not(:last-child) {
  margin-bottom: 50px;
}
.box04-item dl dt {
  padding: 25px 20px 20px 60px;
  font-size: 24px;
  font-weight: bold;
  background: url("../images/icon_people.svg") no-repeat left 20px center/32px;
}
.box04-item dl dt.icon_women {
  background: url("../images/woman.png") no-repeat left 20px center/28px;
}
.box04_tt {
  background: #9A938A;
  color: #fff;
  padding: 10px 20px 5px;
  margin-bottom: 0px;
}
.box04_txt {
  padding: 15px 20px;
  margin-bottom: 0px;
}
/*==========================================================================*/
/*                               box05                                      */
/*==========================================================================*/
#box05 {
  background: #b3b3b3;
  padding: 70px 0 100px;
  margin-bottom: 100px;
}
.box05-item dl {
  background: #fff;
  padding: 40px;
}
.box05-item dl:not(:last-child) {
  margin-bottom: 10px;
}
.box05-item dl dt {
  font-weight: bold;
  color: #9A7D53;
  margin-bottom: 10px;
  font-size: 24px;
  align-items: center;
}
.box05-item dl dd {
  font-size: 18px;
}
.box05-item dl dt, .box05-item dl dd {
  display: flex;
}
.box05-item dl .icon_q, .box05-item dl .icon_a {
  font-size: 30px;
  margin-right: 20px;
  font-weight: bold;
  flex-shrink: 0;
}
.box05-item dl .icon_a {
  color: #707070;
}
/*==========================================================================*/
/*                               box06                                      */
/*==========================================================================*/
#box06 {
  margin-bottom: 90px;
}
.box06_img {
  margin-bottom: 50px;
}
/*==========================================================================*/
/*                               box07                                      */
/*==========================================================================*/
#box07 {
  margin-bottom: 90px;
}
.box07-frame {
  background: #ececec;
  padding: 20px 20px 10px;
  margin-bottom: 50px;
}
.box_white {
  background: #fff;
  padding: 30px 30px 20px;
  text-align: center;
  margin-bottom: 20px;
}
.box07_tt01 {
  margin-bottom: 10px;
}
.box07_bold {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 20px;
}
.box07_tt01 span {
  background: url("../images/icon_contact.svg") no-repeat left center/30px;
  padding: 20px 0 20px 45px;
  font-size: 32px;
  font-weight: bold;
}
.box07_txt p {
  margin-bottom: 0px;
}
.box08_link {
  padding: 20px 20px 10px;
  display: flex;
  flex-wrap: wrap;
}
.box08_link li {
  width: calc(25% - 8px);
  margin-bottom: 10px;
  margin-right: 10px;
}
.box08_link li a {
  background: url("../images/arrow_black.svg")#fff no-repeat right 20px center/8px;
  font-size: 18px;
  border-radius: 5px;
  padding: 10px 10px 8px;
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
/*==========================================================================*/
/*                               box08                                      */
/*==========================================================================*/
#box08 {}
/*tab*/
.btn_tab {
  display: flex;
  margin-bottom: 10px;
}
.btn_tab li {
  width: calc(25% - 7px);
}
.btn_tab li a {
  background: #fff;
}
.btn_tab li:not(:last-child) {
  margin-right: 10px;
}
.btn_tab li a, .box08_link li a {
  text-decoration: none;
  color: #434343;
}
.btn_tab li a {
  font-weight: bold;
  padding: 15px 15px 10px;
  font-size: 22px;
}
.box08_link, .btn_tab li a {
  background: #e7e7e7;
  border-radius: 5px;
}
.btn_tab li a.active, .btn_tab li a:hover {
  background: #434343;
  color: #fff;
  position: relative;
}
.btn_tab li a.active:before, .btn_tab li a:hover:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12px 0 12px;
  border-color: #434343 transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  z-index: 99;
}
/*==========================================================================*/
/*                               h2->h5                                     */
/*==========================================================================*/
.idx_tt05, .idx_tt01, .idx_tt04 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
.idx_tt04 {
  color: #9A938A;
  margin-bottom: 20px;
}
.red {
  color: #C1172B;
}
.idx_tt03 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}
.idx_tt03:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 50%;
  border-bottom: 2px #2C2C2C solid;
}
.idx_tt03 span {
  background: #fff;
  padding: 0 30px 0 0;
  position: relative;
}
.idx_tt05 span {
  font-size: 120%;
  color: #C9A64F;
}
/*==========================================================================*/
/*                               BUTTON                                     */
/*==========================================================================*/
.btn a, .btn_tab li a, .box08_link li a, .ft_link, .topinfo_img, .box_contact_sp_fix li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  margin-bottom: 0px;
}
.btn a {
  text-decoration: none;
  width: 628px;
  height: 78px;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  font-size: 26px;
  padding-top: 2px;
}
.btn a:before {
  position: absolute;
  content: "";
  background: url("../images/arrow_w.svg") no-repeat center center/13px;
  width: 13px;
  height: 22px;
  right: 20px;
  top: calc(50% - 11px);
  transition: all 0.3s;
}
.btn_red a {
  color: #fff;
  background: #A10606;
}
.btn_white a {
  border: 2px #2C2C2C solid;
  color: #2C2C2C;
}
.btn_white a:before {
  background: url("../images/arrow_black.svg") no-repeat center center/13px;
}
#sell {
  margin-bottom: 50px;
}
.list_sell_ttl {}
.list_sell {
  background: #F7F7F7;
  padding: 30px;
}
h3.spec01 {
  color: #000000;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.list_sell_ttl {
  font-size: 25px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_sell_ttl img {
  width: 100px;
}
.list_sell_ttl span {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #D4D4D4 50%) rgba(0, 0, 0, 0);
  line-height: 1.2em;
  margin-right: 40px;
}
.list_sell table {
  max-width: 800px;
  margin: 0 auto;
}
.list_sell table, .list_sell th, .list_sell td {
  border-width: 1px;
}
.list_sell table td, .list_sell table th {
  text-align: center;
  font-weight: bold;
  padding: 20px;
  font-size: 23px;
}
.clr {
  color: #C1172B;
}
.list_sell table .th_f {
  text-align: left;
}
.list_sell table .price_tb {
  font-size: 27px;
}
.price_tb em {
  font-size: 20px;
}
#reasons {
  max-width: 1140px;
  background: #F7F7F7;
  padding: 55px 10px 75px;
  margin: 0 auto 80px;
}
h3.spec02 {
  max-width: 843px;
  margin: 0 auto;
}
.list_point {
  max-width: 845px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
}
.list_point_ct {
  background: #fff;
  width: calc((100% - 20px) / 5);
}
.list_point_p {
  background: #434343;
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
  padding: 7px 5px 2px;
}
.list_point_p span {
  font-size: 47px;
  display: block;
  line-height: 1.3em;
  padding-top: 3px;
  font-weight: 500;
}
.list_point_info {
  padding: 10px 10px 12px 10px;
}
.list_point_ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_point_des {
  font-size: 16px;
  margin-bottom: 0;
}
/* <!-- brand --> */
#brand {}
h3.spec03 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
h3.spec03 br {
  display: none;
}
.mr05 {
  margin-bottom: 30px
}
.txt01 {
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto 40px;
}
.h4spec01 {
  background: #434343;
  color: #fff;
  font-size: 25px;
  text-align: center;
  padding: 5px 20px;
  margin-bottom: 50px;
}
.list_compare {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.list_compare_ct {
  width: calc((100% - 50px) / 3);
}
.list_compare_ttl {
  font-size: 22px;
  font-weight: bold;
}
.list_compare_img {
  text-align: center;
  margin-bottom: 20px;
}
.list_compare_img img {
  width: 180px;
}
.list_compare_des {}
.list_compare_des table, .list_compare_des th, .list_compare_des td {
  border-color: #707070;
  padding: 4px;
  border: none;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.list_compare_des th {
  font-size: 20px;
  border-right: 1px solid #707070;
  width: 38%;
}
.list_compare_des td {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #707070;
}
.list_compare_des td span {
  font-size: 20px;
}
.list_compare_des td.specp {
  color: #C1172B;
  font-size: 42px;
}
.list_compare_des td.specp span {
  font-size: 24px;
}
h4.h4spec02 {
  position: relative;
  color: #9A938A;
  font-size: 28px;
  text-align: center;
  margin: 80px 0 50px;
  line-height: 1.3em;
}
h4.h4spec02 span {
  display: inline-block;
  background: #fff;
  padding: 0 25px;
  z-index: 2;
  position: relative;
  font-weight: bold;
}
h4.h4spec02:before {
  width: 100%;
  height: 2px;
  background: #9A938A;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.list_streng {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.list_streng a {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  text-decoration: none;
}
.list_streng_ct {
  text-align: center;
  border: 1px solid #434343;
  border-radius: 3px;
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
}
.list_streng_ct:before {
  content: "";
  background: url(../images/icon_polygon.png) 0 0 no-repeat;
  background-size: 22px;
  position: absolute;
  left: 8px;
  top: 8px;
  width: 22px;
  height: 22px;
}
.list_streng a:nth-child(3n+3) {
  margin-right: 0
}
.list_streng_img {
  margin-bottom: 20px;
  height: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_streng_img img {
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}
.list_streng_ttl {
  background: url(../images/icon_ar01.png) 0 6px no-repeat;
  background-size: 6px;
  font-weight: bold;
  font-size: 22px;
  width: 100%;
  max-width: 400px;
  text-align: left;
  color: #707070;
  padding-left: 15px;
  line-height: 1.4em;
  margin-bottom: 0;
}
/* point */
h3.spec04 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 35px;
}
h3.spec04 br {
  display: none;
}
h3.spec04 span {
  display: block;
  color: #A10606;
}
h3.spec04 em {
  font-size: 62px;
  font-weight: bold;
}
.point_box {
  background: #EBEBEB;
  padding: 48px;
  max-width: 1140px;
  margin: 0 auto;
}
.point_box .inner {
  width: auto;
}
#point01 {
  margin-bottom: 50px;
}
.point_ttl {
  border: 1px solid #434343;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background: #fff;
  font-size: 36px;
  font-weight: bold;
  height: 117px;
  margin-bottom: 50px;
}
.point_ttl span {
  color: #fff;
  background: #434343;
  padding: 0 25px 0 30px;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
.point_ttl span:after {
  position: absolute;
  content: "";
  right: -24px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 58px solid transparent;
  border-left: 25px solid #434343;
  border-bottom: 58px solid transparent;
}
.point_ttl em {
  padding-left: 53px;
  font-weight: bold;
}
.list_secret {}
.list_secret_ct {
  margin-bottom: 50px;
}
.list_secret_ct:last-child {
  margin-bottom: 0;
}
.list_secret_ttl {
  width: 50%;
  float: left;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
  padding-right: 15px;
}
.list_secret_img {
  width: 50%;
  float: right;
  margin-bottom: 0;
  max-width: 510px;
  /* padding-left: 15px; */
}
.list_secret_des {
  width: 50%;
  padding-right: 15px;
  float: left;
}
.list_secret_ct:nth-child(2n) .list_secret_ttl, .list_secret_ct:nth-child(2n) .list_secret_des {
  float: right;
  padding-left: 15px;
  padding-right: 0;
}
.list_secret_ct:nth-child(2n) .list_secret_img {
  float: left;
}
/* <!--  newest_brands  --> */
#newest_brands {}
.list_newest {
  text-align: center;
  margin: 0 auto 50px;
  width: calc(100% - 50px);
}
.list_newest_ct {}
.list_newest_img img {
  width: 120px;
}
.list_newest_ttl {
  margin-bottom: 7px;
}
.list_newest_price {
  color: #C1172B;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}
/* <!--  point02  --> */
#point02 {}
.point02_ct {}
.point02_ct_img {
  text-align: center;
}
.txt_point02 {
  text-align: center;
  margin-bottom: 0;
}
#market {
  margin-bottom: 50px;
}
.list_market {
  max-width: 900px;
  margin: 0 auto;
}
.list_market_ttl {
  background: #E2E2E2;
  padding: 10px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.list_market_ttl:before, .list_market_ttl:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #9A9A9A;
  right: 20px;
  z-index: 5;
  transition: all 0.3s;
  top: 22px;
}
.list_market_ttl:before {
  transform: rotate(-90deg);
}
.active .list_market_ttl:before {
  display: none;
}
.list_market_info {
  display: none;
  margin-bottom: 20px;
}
.list_market_info table {}
.list_market_info table th {
  font-size: 22px;
}
.list_market_info table th.tb_pr02 {
  font-weight: bold;
  font-size: 20px;
  color: #C1172B;
}
.list_market_info table, .list_market_info table th, .list_market_info table td {
  border-left: 0;
  border-right: 0;
  font-weight: normal;
  text-align: center;
  padding: 15px 5px;
  line-height: 1.4em;
}
.list_market_info table .tb_namepr_txt {
  text-align: left;
}
.list_market_info table img {
  width: 100px;
}
.tb_pr01_txt {
  font-size: 20px;
}
.tb_pr01_txt em {
  font-weight: bold;
}
.fsw {
  font-size: 20px;
  font-weight: bold;
  color: #C1172B;
}
.fsw em {
  font-weight: bold;
  font-size: 25px;
}
.list_commitment {
  /*  background: #fff;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070; */
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_commitment_ct {
  padding: 20px;
  border: 1px solid #707070;
  margin: 0 25px 25px 0;
  background: #fff;
  width: calc((100% - 25px) / 2);
}
.list_commitment_ct:nth-child(2n+1) {
  margin-right: 0;
}
.list_commitment_ct:nth-child(1) {
  width: 100%;
  margin-right: 0;
}
.list_commitment_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  border-bottom: 1px solid #2C2C2C;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.list_commitment_ttl span {
  color: #9A7D53;
  font-size: 78px;
  line-height: 1.3em;
}
.list_commitment_ttl em {
  font-size: 26px;
  font-weight: bold;
  padding-left: 25px;
  line-height: 1.5em;
}
.list_commitment_des {
  font-size: 18px;
  margin-bottom: 0;
}
.list_commitment_img {
  float: right;
  margin: 0 0 5px 18px;
}
/*==========================================================================*/
/*                               footer                                     */
/*==========================================================================*/
#footer {
  background: #272727;
  color: #fff;
  text-align: center;
  padding: 40px 0 36px;
  margin-top: 120px;
  margin-bottom: 80px;
}
.ft_company {
  font-size: 21px;
  margin-bottom: 2px;
  line-height: 1;
}
.ft_txt {
  font-size: 12px;
  margin-bottom: 0px;
}
.ft_link {
  margin-bottom: 25px;
}
.ft_link li {
  padding: 0 25px;
  line-height: 1.6;
}
.ft_link li:not(:last-child) {
  border-right: 1px #fff solid;
  line-height: 0.8;
}
.ft_link li a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  position: relative;
}
.ft_logo {
  margin-bottom: 20px;
}
address {
  font-size: 10px;
}
.box_info {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}
#box_contact_fix {
  background: #434343;
  height: 80px;
}

.idx_tt05__special {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.box8__special {
  margin-bottom: 50px;
}

.sepecial__spec04{
  margin-top: 60px;
}