@charset "utf-8";
/* CSS Document */
@import "reset.css";
@import "base_min.css";
/*******************
shared
+00 common
+01 site-frame (size and position)
+02 header
+03 catch and main
+04 sidebar
+05 footer
+06 block style (product-item,search-box,etc...)
********************/

/*-------------------------------------------
00 common
-----------------------------------------------*/
/* font-style */
.red {color: #ca1e1e;}
.bold {font-weight: bold;}
.uline {text-decoration: underline;}
.fs-s {font-size: .8em;}
.fs-l {font-size: 1.2em;}
.mk {
  background-color: rgb(255, 250, 109);
}
a img {
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
a:hover img {
  opacity: .7;
}
body {
  min-width: 1500px;
}

/*-------------------------------------------
01 site-frame
-----------------------------------------------*/
header {
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  position: relative;
  background: url(../img/header_bg.png) repeat-x top center;
}
.header-box {
  width: 1500px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.header-box nav {
  position: absolute;
  top: 0;
  right: 200px;
  margin: 0 auto;
}
#container {
  box-sizing: border-box;
  margin: 0 auto 0;
  width: 1100px;
}
#container #main {
  box-sizing: border-box;
  display: block;
  float: right;
  width: 780px;
}
#container #side {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 260px;
  margin: 10px 0 60px;
}

/*-------------------------------------------
02 header
-----------------------------------------------*/
.header-box li {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  line-height: 60px;
  background: #d6a052;
  border-right: 1px solid #d1974a;
  border-left: 1px solid #ddae68;

}
.header-box li a {
  align-items: center;
  display: flex;
  color: #fff;
}
.header-nav li:nth-of-type(1){
  padding: 0 40px 0 34px;
}
.header-nav li:nth-of-type(2){
  padding: 0 20px 0 18px;
}
.header-nav li:nth-of-type(3){
  padding: 0 22px 0 24px;
}
.header-nav li img {
  margin-right: 10px;
}
/*-------------------------------------------
03 fv main
-----------------------------------------------*/
.fv {
  width: 1100px;
  position: relative;
  height: 705px;
  margin-top: -20px;
}
.fv p:first-child {
  position: absolute;
  top: 10;
  left: -500px;
  /*   right: 500px; */
  margin: 0 auto;
}
.fv-btn {
  position: absolute;
  bottom: 50px;
  right: 320px;
}
.search-box-table th span {
  display: inline-block;
  font-size: 16px;
}

/* top5-box  */
.top5-box {
  margin-bottom: 50px;
}
.top5-box ul {
  margin-left: 112px;
  margin-top: 17px;
}
.top5-box ul li {
  float: left;
  margin: 0 22px 13px 0;
}
.mg0 {margin-right: 0!important;}
/* top-ranking  */

.tx-r {text-align: right;}
.txt-c {text-align: center;}
.mb77 {margin-bottom: 77px;}
/*-------------------------------------------
04 sidebar
-----------------------------------------------*/
.side-dl + .side-dl {
  margin-top: 50px;
}
.side-dl dt {
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  z-index: 999;
}
.side-dl dd {
  box-sizing: border-box;
  width: 100%;
}
.side-dl li {
  box-sizing: border-box;
  display: block;
}
.side-column ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 10px;
  z-index: 999;  
}
.side-column ul li a {
  box-sizing: border-box;
  display: block;
  margin-left: 23px;
  text-indent: -2em;
  font-size: 16px;
  font-weight: bold;
}
.side-column {
  height: 903px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.side-column ul li a:before {
  content: url(../img/side_icon.png);
  margin-right: 20px;
  position: relative;
  top: 0;
  left: 10px;
}

/* side-column */
.side-column ul li {
  box-sizing: border-box;
  padding: 11px 0;
  border-bottom: 1px solid #d6a052;
  margin: 0 26px 0;
}

.side-column ul li:last-child {
  background: none;
  border: none;
}

/* side-product */
.side-product {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.side-product dd{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 999;
}
.side-product ul {
  margin-bottom: 44px;
}
.side-product li {
  border-bottom: 1px solid #d6a052;
  box-sizing: border-box;
  text-align: center;
  padding: 26px 0;
  position: relative;
  margin: 0px 26px;
}
.side-product li img {
  margin-left: -13px;
}
.side-product li:last-child {
  padding-bottom: 0;
  border: none;
}
.side-product li + li {
  /*   background: url(../img/side_line.png) no-repeat top center; */
}

.side-product .side-product-img {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.side-product-name {
  color: #d6a052;
  font-weight: bold;
}
.side-product .side-product-name,.side-product-com {
  text-align: center;
  font-size: 1em;
}
.side-product .side-product-name,.side-product-com:hover {
  text-decoration: none;
}
/*-------------------------------------------
05 footer
-----------------------------------------------*/
footer {
  margin: 0 auto;
}
.footer-ttl {
  position: relative;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}

/* gotop btn */
#gotop-btn {
  background: url(../img/footer_bg.png) repeat-x top center;
}
#gotop-btn .gotop-btn-box {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 1500px;
}
#gotop-btn ul {
  position: absolute;
  bottom: 0;
  right: 200px;
  margin: 0 auto;
}
#gotop-btn ul li {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  line-height: 60px;
  background: #d6a052;
  border-right: 1px solid #d1974a;
  border-left: 1px solid #ddae68;

}
#gotop-btn ul li a {
  align-items: center;
  display: flex;
  color: #fff;
}
#gotop-btn ul li:nth-of-type(1){
  padding: 0 40px 0 34px;
}
#gotop-btn ul li:nth-of-type(2){
  padding: 0 10px 0 12px;
}
#gotop-btn ul li:nth-of-type(3){
  padding: 0 20px 0 18px;
}
#gotop-btn ul li:nth-of-type(4){
  padding: 0 22px 0 24px;
}
#gotop-btn ul li img {
  margin-right: 10px;
}
#gotop-btn #gotop {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
}
/* link list */
.footer-list {
  background: url(../img/footer_bg.jpg) repeat;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 0 50px;
}
.footer-list .footer-list-area {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-list .footer-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  /*! width: 100%; */
}
.footer-list .footer-list-box li {
  margin-bottom: 20px;
  /*   margin-left: 1.4em; */
  /*   text-indent: -1.4em; */
}
.footer-list .footer-list-box > ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%;
  margin-right: 120px;
}
.footer-list .footer-list-dl {
  width: 100%;
  margin-right: 60px;
}
.footer-list .footer-list-dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #ec456d;
  width: 100%;
  margin-bottom: 25px;
}
.footer-list .footer-list-dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-list .footer-list-dl dd > ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%;
}
.footer-list .footer-list-dl dd > ul li  {
  margin-bottom: .5em;
  padding-bottom: .5em;
  display: block;
  border-bottom: 1px dashed #ac7100;
  width: 320px;
}
.footer-list .footer-list-dl dd > ul li a {

}
.ind-1 {
  padding-left:1.2em;
  text-indent:-1.2em;
}
.footer-list-box ul li a:before {
  content: url(../img/footer_icon.png);
  margin: 0 10px 0 0; 
}

/* footer link */

.footer-link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
  width: 100%;
}
.footer-link li {
  display: inline-block;
  padding-left: .6em;
}
#copy {
  text-align: center;
  width: 100%;
  color: #d6a052;
  padding: 20px 0;
  font-size: 14px;
  /*   height: 60px; */
}


/*-------------------------------------------
06 block style (product-item,search-box,etc...)
-----------------------------------------------*/
.search-box-table select {
  /*! outline: 1px solid red; */
  color: #593723;
  font-size: 24px;
  position: relative;
  width: 100%;
  padding: 0 0.625em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #593723;
  background: #fff;
  border-radius: 0.208em;
  margin-bottom: 0.417em;
}
.search-box-table div {
  position: relative;
}

.search-box-table div:after {
  display: block;
  content: " ";
  position: absolute;
  top: 58%;
  right: 0em;
  width: 3.800em;
  height: 4.500em;
  margin-top: -0.813em;
  background: url(../img/search_icon.png) 0 0 no-repeat;
  background-size: 1.250em;
  pointer-events: none;
}
.search-box-table .bl:after {
  right: -1em;
}
select::-ms-expand {
  display: none;
}

/* pan */
.pan {
  font-size: .85em;
  width: 100%;
}
.pan li {
  display: inline-block;
}
.pan li + li:before {
  content: ">";
  display: inline-block;
  padding-right: .3em;
}

/* search-box */
.search-box-table th {
  border-bottom: 1px solid #ffd49d;
  background-color: #fff6e8;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 160px;
}
.search-box-table td {
  border-bottom: 1px solid #ffd49d;
  background-color: #fff;
  box-sizing: border-box;
  padding: 18px;
  vertical-align: middle;
  width: 560px;
  /* height: 90px; */
  text-align: left;
}
.search-box-table td label:nth-of-type(3){
  padding-right: 0;
}
.search-box-table td label {
  width: 150px;
  display: inline-block;
}
.search-box-table td label input {
  margin-right: 10px;
}
.search-box {
  background: url(../img/search_img.png) no-repeat top center;
  height: 800px;
  margin-bottom: 85px;
  position: relative;
  z-index: 999;
}
.search-box-form {
  text-align: center;
  padding-top: 120px;
}
.search-box-table {
  margin: 0 auto;
}
.search-box .search-box-submit {
  margin: 20px auto 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/search_btn.png) no-repeat top center;
  width: 254px;
  height: 74px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.search-box .search-box-submit:hover {
  opacity: .7;
}
.top-box1 {
  position: relative;
  margin: 0 auto 45px;
  text-align: center;
}
.top-box1 div p {
  text-align: left;
  position: absolute;
  top: 230px;
  left: 0;
  width: 400px;
  font-size: 20px;
  line-height: 40px;
}
.details-box {
  position: relative;
  margin: 0 auto 20px;
  text-align: center;
}
.details-box .details-text {
  position: absolute;
  bottom: 60px;
  left: 70px;
}

.details-box .text {
  position: absolute;
  top: 180px;
  right: 30px;
  width: 350px;
  color: #fff;
  text-align: left;
  line-height: 40px;
  font-size: 18px;
}
.details-box .text span {
  color: #194437;
  background: #f0dbbe;
}
.details-box .table-box {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.details-box .item-box {
  position: absolute;
  top: 90px;
  right: 0;
  left: 160px;
  margin: 0 auto;
  z-index: 999;
}

.details-box .comparison-table {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 640px;
}
.comparison-table tbody tr th {
  text-align: center;
  background-color: #d6a052;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  width: 130px;
  line-height: 22px;
}
.details-box .comparison-table tbody tr th {
  text-align: center;
  background-color: #d6a052;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  width: 150px;
  line-height: 22px;
}
.details-box .comparison-table tbody tr th:nth-of-type(1) {
  width: 180px;
}
.details-box .comparison-table table tbody {
  border: 3px solid #d6a052;
  border-collapse: collapse;
}
.comparison-table table tbody , td, th {
  border: 1px solid #d6a052;
  border-collapse: collapse;
}
.comparison-table table tr td:nth-of-type(1){
  background: #fff6e8;
  color: #4e350e;
  font-weight: bold;
  font-size: 16px;
}
.comparison-table table tr td small {
  font-size: 10px;
  vertical-align: top;
  display: inline-block;
  margin-top: -4px;
}
.comparison-table tfoot tr td:nth-of-type(1){
  background: none;
}
.comparison-table tbody .vgood {
  background:#fffcb1 url(../img/v_good.png) no-repeat;
  background-position: 50% 10px;
  padding-top: 75px;
  padding-bottom: 6px;
}
.comparison-table tbody .good {
  background:#fff url(../img/good.png) no-repeat;
  background-position: 50% 10px;
  padding-top: 75px;
  padding-bottom: 8px;
}
.comparison-table tbody .soso {
  background:#fff url(../img/soso.png) no-repeat;
  background-position: 50% 10px;
  padding-top: 75px;
  padding-bottom: 8px;
}
.comparison-table tbody .nogood {
  background:#fff url(../img/n_good.png) no-repeat;
  background-position: 50% 14px;
  padding-top: 75px;
  padding-bottom: 8px;
}
.top-introduction {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.top-introduction div p {
  position: absolute;
  top: 90px;
  right: 105px;
  text-align: left;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  width: 400px;
}
.top-introduction div p span {
  color: #ca1e1e;
  border-bottom: 1px solid #ca1e1e;
}
.ranking-box {
  position: relative;
  margin: 0 auto 70px;
  text-align: center;
  width: 780px;
}
.ranking-box table tbody {
  border: 2px solid #d6a052;
  border-collapse: collapse;
}
.ranking-box .comparison-table-name {
  display: block;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.ranking-box .comparison-table-com {
  text-align: center;
  font-weight: normal;
  display: block;
  font-size: .8em;
  line-height: 13px;
  color: #fff;
}
.ranking-box .comparison-table-com2 {
  text-align: center;
  font-weight: normal;
  display: block;
  font-size: .75em;
  line-height: 13px;
  color: #fff;
  margin-left: .3em;
}
.comparison-table .comparison-table-point td {
  font-size: 50px;
  vertical-align: middle;
  padding: 40px 0;
  font-weight:bold;
}
.comparison-table .f-siz30 {
  font-size: 30px;
}
.comparison-table .total-vgood {
  background-color: #fffcb1;
  color: #ca1e1e;
}
.comparison-table .comparison-table-btn {
  border: none;
}
.comparison-table .comparison-table-btn tr {
}
.comparison-table .comparison-table-btn td {
  border: none;
  vertical-align: top;
  padding: 10px 0;
}
.mt02 {
  margin-top: 0.2em;
}
.comparison-table .comparison-table-btn td img:nth-of-type(2) {
  
}
.comparison-table .comparison-table-btn th {
  border: none;
}
.totalrank-box {
  position: relative;
  margin: 0 auto 70px;
  text-align: center;
}
.totalrank-box ul {
  margin-bottom: 38px;
}
.totalrank-box ul li {
  vertical-align: top;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  width: 220px;
  line-height: 35px;
}
.totalrank-box span {
  font-size: 20px;
  font-weight: normal;
}
.top-ranking {
  position: relative;
  margin-bottom: 80px;
}
.top-ranking .top-ranking-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.txt-c {text-align: center;}
/* product-item */
.product-item {
  margin: 10px 0 77px;
}
.product-box div:nth-of-type(1){
  position: relative;
}
.product-box div:nth-of-type(1) h2{
  position: absolute;
  top: 90px;
  left: 170px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.product-box-catch {
  position: relative;
}
.product-box div:nth-of-type(1) .product-box-catch {
  position: absolute;
  top: 200px;
  right: 30px;
}
.product-box div:nth-of-type(1) .product-box-catch .product-box-list dt {
  color: #d6a052;
  font-weight: bold;
  font-size: 28px;
  line-height: 38.5px;
  border-bottom: 1px solid #d6a052;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.product-box div:nth-of-type(1) .product-box-catch .product-box-list dt small {
  font-size: 8px;
  vertical-align: top;
  display: inline-block;
  margin-top: -1em;
}
.product-box div:nth-of-type(1) .product-box-catch .product-box-list dt .r-icon {
  font-size: 24px;
  vertical-align: top;
  display: inline-block;
  margin-top: -.31em!important;
}
.product-box .check-list li {
  font-size: 20px;
  line-height: 1.3em;
}
.product-box .check-list li small {
  font-size: 10px;
  vertical-align: top;
  display: inline-block;
  margin-top: -.5em;
}
.annotation-box {
  font-size: .6em;
  position: relative;
  top: -8px;
}
.product-box div:nth-of-type(1) .product-box-img {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
.product-box-table {
  position: relative;
  margin: 0 auto;
  /*   text-align: center; */
}
.product-box-table table tbody {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 720px;
  margin: 0 auto;
  text-align: center;
  border: 3px solid #d6a052;
}
.product-box-table th {
  background: #fff6e8;
  color: #4e350e;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 0;
  height: 67px;
  line-height: 27.5px;
  width: 239px;
}
.product-box-table td {
  padding: 0;
  height: 69px;
  font-size: 28px;
}
.product-box-table span {
  font-size: 14px;
}
.product-box-table .nd-text {
  font-size: 14px;
  display: block;
  line-height: 1;
}
.product-box-table .f-siz26 {
  font-size: 26px;
}
.product1 {
  position: relative;
}
.product1 .product1-text01 {
  position: absolute;
  top: 220px;
  left: 70px;
  width: 370px;
  font-size: 20px;
  line-height: 1.7em;
}
.product1 small {
  font-size: .6em;
  line-height: 2em;
  vertical-align: top;
}
.product1 .product1-text02 {
  position: absolute;
  bottom: 60px;
  left: 70px;
  width: 660px;
  font-size: 20px;
  line-height: 35px;
}
.product1 .sub-titl {
  color: #4e350e;
  font-size: 23px;
  font-weight: bold;
  display: block;
  line-height: 1.7em;
}

.feature-box div {
  position: relative;
}
.feature-box div:nth-of-type(1) p:last-child{
  position: absolute;
  top: 160px;
  left: 63px;
  width: 370px;
  font-size: 20px;
  color: #303030;
  line-height: 40px;
}
.feature-box div:nth-of-type(1) p:last-child .sub-titl {
  color: #4e350e;
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.feature-box div:nth-of-type(2) p:last-child{
  position: absolute;
  top: 70px;
  right: 50px;
  width: 370px;
  font-size: 20px;
  color: #303030;
  line-height: 40px;
}
.feature-box div:nth-of-type(2) p:last-child .sub-titl {
  color: #4e350e;
  font-size: 23px;
  font-weight: bold;
  display: block;
}
.feature-box div:nth-of-type(3) p:last-child{
  position: absolute;
  top: 20px;
  left: 63px;
  width: 370px;
  font-size: 20px;
  color: #303030;
  line-height: 40px;
}
.feature-box div:nth-of-type(3) p:last-child .sub-titl {
  color: #4e350e;
  font-size: 24px;
  font-weight: bold;
  display: block;
}

.product-box-kuchikomi {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
}
.product-box-kuchikomi .box {
  box-sizing: border-box;
  position: absolute!important;
  top: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 660px;
}
.product-box-kuchikomi .product-box-kuchikomi-list {
  background: #fff;
  box-sizing: border-box;
  padding: 0px 20px;
  height: 360px;
  overflow-y: scroll;
}
.product-box-kuchikomi li {
  padding: 20px 0;
  font-size: 20px;
}
.product-box-kuchikomi li span {
  color: #fff;
  background: #f58029;
  font-weight: bold;
  font-size: 20px;
  padding: 0 5px;
  margin-left: 500px;
}
.product-box-kuchikomi li + li {
  border-top: 1px solid #f58029;
}
.product_btn {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.product_btn p:last-child {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.rank-kuchikomi {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.rank-kuchikomi .text1{
  position: absolute;
  top: 40px;
  right: 120px;
  width: 590px;
  line-height: 1.8;
  text-align: left;
  font-size: 18px;
  color: #432511;
}
.rank-kuchikomi .text1 span {
  background: #ec456d;
  padding: 0 5px;
  margin-top: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: table;
}

.rank-kuchikomi .text2{
  position: absolute;
  bottom: 45px;
  left: 130px;
  width: 590px;
  line-height: 1.8;
  text-align: left;
  font-size: 18px;
  color: #432511;
}
.rank-kuchikomi .text2 span {
  background: #ec456d;
  padding: 0 5px;
  margin-top: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: table;
}

/* top-kuchikomi  */
.top-kuchikomi {
  margin: 0 auto 5%;
  text-align: center;
  position: relative;
}
.top-kuchikomi .box1, .box2, .box3 {
  position: relative;
}
.top-kuchikomi .box3 {
  margin-bottom: 45px;
}
.top-kuchikomi .box1 .text-titl {
  position: absolute;
  bottom: 30%;
  right: 60px;
  line-height: 40px;
  color: #d6a052;
  font-size: 34px;
  font-weight: bold;
  width: 340px;
}
.top-kuchikomi .box2 .text-titl {
  position: absolute;
  top: 20%;
  right: 80px;
  line-height: 40px;
  color: #d6a052;
  font-size: 34px;
  font-weight: bold;
  width: 340px;
}
.top-kuchikomi .box3 .text-titl {
  position: absolute;
  top: 15%;
  right: 80px;
  line-height: 40px;
  color: #d6a052;
  font-size: 34px;
  font-weight: bold;
  width: 340px;
}
.top-kuchikomi div .text-titl span {
  color: #303030;
  font-size: 20px;
  display: block;
}
.top-kuchikomi .box1 .btn {
  position: absolute;
  bottom: 8%;
  right: 50px;
}
.top-kuchikomi .box2 .btn {
  position: absolute;
  bottom: 10%;
  right: 50px;
}
.top-kuchikomi .box3 .btn {
  position: absolute;
  bottom: 20%;
  right: 50px;
}
.top-kuchikomi .box2 .text-box {
  position: absolute;
  top: 40%;
  right: 55px;
  width: 360px;
  font-size: 20px;
  line-height: 35px;
  text-align: left;
}
.top-kuchikomi .box3 .text-box {
  position: absolute;
  top: 45%;
  right: 55px;
  width: 360px;
  font-size: 20px;
  line-height: 35px;
  text-align: left;
}
.check-list li {
  background: url(../img/product_icon.png) no-repeat top left;
  box-sizing: border-box;
  padding: 2px 0 0 30px;
  margin: 0 auto .6em;
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .fv {
    width: 780px;
    position: relative;
    height: 705px;
    margin-top: -20px;
    /*     overflow: hidden; */
  }
  .fv p:first-child {
    position: absolute;
    top: 10;
    left: -570px;
    /*   right: 500px; */
    margin: 0 auto;
  }
  .fv-btn {
    position: absolute;
    bottom: 50px;
    right: 60px;
  }
}