@charset "utf-8";
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ
=================================================================== */
.product main .container > section {
    padding: 7.5vw;
}

.product main .container > section {
    padding-bottom: 0;
}

#product_main {
    display: flex;
    display: -webkit-flex;
}

#product_main_img {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    padding: 30px;
}

#product_main_box {
    background: #f2fcfc;
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    padding: 50px;
}

#product_main_box #product_main_title {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

#product_main_box .product_main_txt01, .product_main_box .product_main_txt01 {
    margin: 30px 0 0;
}

#product_main_box #product_main_title h2 > span {
    display: block;
}

#product_main_box #product_main_title h2 > span:nth-child(2) {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin: 15px 0 0;
}

#product_main_box > dl, .product_main_box > dl {
    margin: 25px 0 0;
}

#product_main_box > dl > dt, .product_main_box > dl > dt {
    font-size: 20px;
    font-weight: bolder;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 2vw;
}

#product_main_box > dl > dt::after, .product_main_box > dl > dt::after {
    content: "";
    background: #ebebeb;
    height: 1px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    margin: 0 0 0 1em;
}

#product_main_box dl dd {
    display: flex;
    display: -webkit-flex;
}

#product_main_box dl dd figure {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    display: block;
    padding: 10%;
}

#floor_txt .floor_img {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 50px;
}

#floor_txt .floor_img figure {
    width: 30%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

#floor_txt .floor_img figure figcaption {
    margin-top: 20px;
}

#product_sub > div h3 {
    font-size: 24px;
    font-weight: bolder;
    line-height: 1.2;
    color: #21B7B6;
    margin: 2vw 0 1vw;
}

#product_sub > div p {
    margin-bottom: 1vw;
}

.detail .heading {
    line-height: 1.75;
}

.detail section:not(:first-child) .heading {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-top: 2px solid #21B7B6;
    border-bottom: 2px solid #ededed;
    height: 100px;
    padding: 10px 0;
    position: relative;
}

.detail .heading > span:nth-child(1) {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
}

.detail .inner, .detail .wrapper > section > #function_option .inner {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 50px 0 0;
}

.detail .inner > section, .detail .wrapper > section > #function_option .inner > section {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex: 0 1 48.2%;
    -webkit-flex: 0 1 48.2%;
    margin-top: 50px;
}

.detail .inner section h3 {
    font-size: 24px;
    font-weight: bolder;
    line-height: 1.2;
    color: #21B7B6;
}

.detail .inner > section > div, .detail .wrapper > section > #function_option .inner > section > div {
    flex: 1 1 0;
    -webkit-flex: 1 1 0;
}

#function_option .inner > section > figure {
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    margin: 0 0 0 20px;
}

.detail .inner > section > figure, .detail .wrapper > section > #function_option .inner > section > figure {
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    margin: 0 0 0 20px;
}

.detail .heading span:nth-child(2) {
    font-size: 30px;
    font-weight: 700;
    color: #21B7B6;
}

.detail #function .inner > section > div p, .detail .wrapper > section #function_option .inner > section > div p {
    margin: 10px 0 0;
}

#color .inner > section > ul {
    margin: 30px 0 0;
        margin-bottom: 0px;
}

#color .inner > section > ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 30px 0 0;
}

dl.other_option {
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin: 50px 0 0;
}

dl.other_option dt {
  font-size: 15px;
  font-weight: bolder;
  color: #ffffff;
  background: #919090;
  border-radius: 3px 0 0 3px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 0 1 15%;
  -webkit-flex: 0 1 15%;
  padding: 15px;
}

dl.other_option dd {
  background: #e9e9e9;
  border-radius: 0 3px 3px 0;
  flex: 1 1;
  -webkit-flex: 1 1;
  padding: 15px 15px 15px 0;
}

dl.other_option dd ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

dl.other_option dd ul li {
  margin: 0 0 0 20px;
}

dl.other_option dd ul li:before {
  content: "・";
}

dl.other_option dd ul li span {
  font-size: 11px;
  margin: 0 0 0 0.5em;
}

#product_main_img ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    font-size: 16px;
    letter-spacing: 0.15em;
    width: 200px;
}

#product_main_img ul li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 50px;
    height: 30px;
    color: #ffffff;
    margin: 0 0 10px 10px;
}

#color .inner > section > ul {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    margin: 30px 0 0;
}

#color .inner > section > ul li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: column;
    margin-right: 2vw;
}

#color .inner > section > ul li span {
    display: block;
    font-size: 15px;
    font-weight: bolder;
    text-align: center;
    margin: 5px 0 0;
}
/*============================
#spec
============================*/
#spec{
}
.product__spec-list{
	display:flex;
	flex-wrap:wrap;
}
.product__spec-item{
	width:50%;
	display:flex;
}
.product__spec-label,
.product__spec-value{
	padding:1.2em 2em;
	border:1px solid #fff;
}
.product__spec-label{
	width:30%;
	background-color:#00af95;
	color:#fff;
}
.product__spec-value{
	width:70%;
	background-color:#f2fcfc;
}

.okunai {
  background: #f69603;
}

.okugai {
  background: #00468c;
}

.cyokusen {
  background: #00A2D9;
}

.kyokusen {
  background: #6dae4a;
}

.isushiki {
  background: #3481b9;
}
/* -----------------------------------------------------------
    昇助くんSEシリーズ
----------------------------------------------------------- */
.se #product_main_img {
    background: url(../img/products/se/se_series_main.png) no-repeat center/cover;
}

.se #product_main_box dl dd {
    display: flex;
    display: -webkit-flex;
}

.se #product_main_box dl dd figure {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    display: block;
    padding: 10%;
}

/* -----------------------------------------------------------
    タスカルST3
----------------------------------------------------------- */
.st3 #product_main_img {
    background: url(../img/products/taskal_st3/product_detail_main.jpg) no-repeat center/cover;
}

/* -----------------------------------------------------------
    エスコートスリム
----------------------------------------------------------- */
.escort #product_main_img {
    background: url(../img/products/escort/product_detail_main.jpg) no-repeat center/cover;
}

.escort #product_main_img {
    background: url(../img/products/escort/product_detail_main.jpg) no-repeat center/cover;
}


.escort #color .inner > section {
    display: block;
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
}
/* -----------------------------------------------------------
    ジョイス
----------------------------------------------------------- */
.joyss #product_main_img {
    background: url(../img/products/joyss/product_detail_main.jpg) no-repeat center/cover;
}

/* -----------------------------------------------------------
    昇助くんNRシリーズ
----------------------------------------------------------- */
.nr_series #product_main_img {
    background: url(../img/products/nr_series/product_detail_main.jpg) no-repeat center/cover;
}

.nr_series #color > .inner > section {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    margin-top: 0;
}

.nr_series #color .inner > section > div {
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    margin-right: 2vw;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.nr_series #color .inner > section > div span {
    display: block;
    font-size: 15px;
    font-weight: bolder;
    text-align: center;
    margin: 5px 0 0;
}

.nr_series .blown_circle {
    width: 200px;
    height: 200px;
    background: #634E4B;
    border-radius: 50%;
}

.nr_series .camel_circle {
    width: 200px;
    height: 200px;
    background: #C2AD80;
    border-radius: 50%;
}

/* -----------------------------------------------------------
    製品一覧
----------------------------------------------------------- */

#products_sec .contents .products_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3vw;
  width: calc(100% + 3vw);
}

#products_sec .contents .products_box .item_box {
  width: calc(100% / 4 - 3vw);
  margin-top: 3vw;
  margin-left: 3vw;
}

#products_sec .contents .products_box .item_box:nth-of-type(4n+1) {
    margin-left: 0;
}

#products_sec .contents .products_box .item_box:nth-of-type(-n+4) {
  margin-top: 0;
}

#top main .container #products_sec .contents .products_box .item_box:nth-of-type(4n+1) {
  margin-left: 0;
}

#products_sec .contents .products_box .item_box a .pic_box picture {
  transition: all .5s ease;
}

#products_sec .contents .products_box .item_box a:hover .pic_box picture {
  opacity: 0.5;
}

#products_sec .contents .products_box .item_box a .txt_box {
  margin-top: 1vw;
}

#products_sec .contents .products_box .item_box a .txt_box h3 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 900;
  transition: all .5s ease;
}

#products_sec .contents .products_box .item_box a:hover .txt_box h3 {
  color: #00af95;
}

#products_sec .contents .products_box .item_box a .txt_box p {
  margin-top: 0.5vw;
}


.product .thum_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.product .thum_list .product_box {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 50px;
}

.product .thum_list .product_box:nth-child(3n) {
  margin-right: 0;
}

.product .thum_list .product_box:nth-child(n+3) {
  margin-bottom: 0;
}

.product .thum_list .product_box a:hover {
  opacity: 0.5;
}

.product .thum_list .product_box a > div:nth-of-type(1) {
  padding: 40px;
  background: #f2fcfc;
  height: 200px;
}

.product .thum_list .product_box a .sml_txt {
  font-size: 8px;
  font-size: 0.8rem;
  margin-top: 14px;
}

.product .thum_list .product_box a > div:nth-of-type(1) ul {
  display: flex;
  display: -webkit-flex;
  margin-bottom:40px !important;
}

.product .thum_list .product_box a > div:nth-of-type(1) ul li {
  padding: 5px 15px;
  color: #FFF;
  margin-right: 10px;
}

.product .thum_list .product_box a > div:nth-of-type(1) ul li:last-child {
  margin-right: 0;
}

.product .thum_list .product_box a > div:nth-of-type(1) h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bolder;
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-bottom: 40px;
}

.product .thum_list .product_box a > div:nth-of-type(1) h3::after {
  content: "";
  background: #2DD9D9;
  position: absolute;
  bottom: 2px;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: -1;
  width: 100%;
  height: 5px;
}

.product .thum_list .product_box div.detail_btn {
  display: flex;
  display: -webkit-flex;
}

.product .thum_list .product_box div.detail_btn a {
  font-size: 15px;
  font-weight: bolder;
  padding: 25px;
  width: 100%;
  background: #21B7B6;
  color: #FFF;
  display: block;
  margin: 0px auto;
  position: relative;
  text-align: center;
  border-top: 2px solid #FFF;
}

.product .thum_list .product_box div.detail_btn a i {
  right: 30px;
  top: 50%;
  position: absolute;
  margin-top: -6px;
}

.product .thum_list .product_box div.detail_btn a:nth-child(1) {
  border-right: 2px solid #FFF;
}

.product .thum_list .product_box a > div:nth-of-type(2) {
  font-size: 15px;
  font-weight: bolder;
  padding: 25px;
  width: 100%;
  background: #21B7B6;
  color: #FFF;
  display: block;
  margin: 0px auto;
  position: relative;
  text-align: center;
}

.product .thum_list .product_box a > div:nth-of-type(2) i {
  right: 30px;
  top: 50%;
  position: absolute;
  margin-top: -6px;
}

.product .product_sec .thum_list > section:not(:first-of-type) {
  margin: 50px 0 0;
  width: 100%;
}

.product .product_sec .thum_list > section h2 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bolder;
  background: #21b7b6;
  color: #ffffff;
  margin-bottom: 50px;
  padding: 1.5% 3%;
  text-align: left;
}

.product .product_sec .thum_list > section .thum_list_box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.product .product_sec .thum_list > section .thum_list_box .product_box {
  width: 23%;
  margin-right: 2.666%;
  margin-bottom: 50px;
}

.product .product_sec .thum_list > section .thum_list_box .product_box:nth-child(4n) {
  margin-right: 0;
}

.product .product_sec .thum_list > section .thum_list_box .product_box:nth-child(n+4) {
  margin-bottom: 0;
}

.product .product_sec .thum_list > section .thum_list_box .product_box a:hover {
  opacity: 0.5;
}

.product .product_sec .thum_list > section .thum_list_box .product_box a > div:nth-of-type(1) {
  padding: 40px;
  background: #f2fcfc;
}

.product .product_sec .thum_list > section .thum_list_box .product_box a > div:nth-of-type(1) ul {
  display: flex;
  display: -webkit-flex;
  margin-bottom:40px !important;
}

.product .product_sec .thum_list > section .thum_list_box .product_box a > div:nth-of-type(1) ul li {
  padding: 5px 15px;
  color: #FFF;
  margin-right: 10px;
}

.product .product_sec .thum_list > section .thum_list_box .product_box a > div:nth-of-type(1) ul li:last-child {
  margin-right: 0;
}

.product .product_sec .thum_list > section .thum_list_box .product_box a > div:nth-of-type(1) h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bolder;
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-bottom: 20px;
}

.product .product_sec .thum_list > section .thum_list_box .product_box a > div:nth-of-type(1) h3::after {
  content: "";
  background: #2DD9D9;
  position: absolute;
  bottom: 2px;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: -1;
  width: 100%;
  height: 5px;
}

.product .product_sec .thum_list > section .thum_list_box .product_box div.detail_btn {
  display: flex;
  display: -webkit-flex;
}

.product .product_sec .thum_list > section .thum_list_box .product_box div.detail_btn a {
  font-size: 15px;
  font-weight: bolder;
  padding: 14px;
  width: 100%;
  background: #00af95;
  color: #FFF;
  display: block;
  margin: 0px auto;
  position: relative;
  text-align: center;
  border-top: 2px solid #FFF;
}

.product .product_sec .thum_list > section .thum_list_box .product_box div.detail_btn a i {
  right: 30px;
  top: 50%;
  position: absolute;
  margin-top: -6px;
}

.product .product_sec .thum_list > section .thum_list_box .product_box div.detail_btn a:nth-child(1) {
  border-right: 2px solid #FFF;
}

.product .product_sec .thum_list > section .thum_list_box .product_box a > div:nth-of-type(2) {
  font-size: 15px;
  font-weight: bolder;
  padding: 25px;
  width: 100%;
  background: #21B7B6;
  color: #FFF;
  display: block;
  margin: 0px auto;
  position: relative;
  text-align: center;
}

.product .product_sec .thum_list > section .thum_list_box .product_box a > div:nth-of-type(2) i {
  right: 30px;
  top: 50%;
  position: absolute;
  margin-top: -6px;
}
/* -----------------------------------------------------------
    シュプール
----------------------------------------------------------- */
.spur #product_main_img {
    background: url(../img/products/spur/product_detail_main.jpg) no-repeat center/cover;
}

.spur #color .inner > section {
    display: flex;
    flex-flow: column;
    flex: 0 1 48.2%;
    -webkit-flex: 0 1 48.2%;
}

/* -----------------------------------------------------------
    エスコートスリム KF-A
----------------------------------------------------------- */
.escort_kft #product_main_img {
    background: url(../img/products/escort_kfa/product_detail_main.jpg) no-repeat center/cover;
}

/* -----------------------------------------------------------
    タスカルアルーラ(屋内用)
----------------------------------------------------------- */
.allura #product_main_img {
    background: url(../img/products/taskal_allura/product_detail_main.jpg) no-repeat center/cover;
}

.allura #color .inner > section {
    display: flex;
    flex-flow: column;
    flex: 0 1 48.2%;
    -webkit-flex: 0 1 48.2%;
}

/* -----------------------------------------------------------
    タスカルOSTⅡ
----------------------------------------------------------- */
.ost2 #product_main_img {
    background: url(../img/products/ost2/product_detail_main.jpg) no-repeat center/cover;
}

/* -----------------------------------------------------------
    エスコートスリム KS-B
----------------------------------------------------------- */
.escort_ksb #product_main_img {
    background: url(../img/products/escort_ksb/product_detail_main.jpg) no-repeat center/cover;
}

/* -----------------------------------------------------------
    タスカルアルーラ(屋外用)
----------------------------------------------------------- */
.allura_out #product_main_img {
    background: url(../img/products/allura_out/product_detail_main.jpg) no-repeat center/cover;
}

.allura_out #color .inner > section {
    display: flex;
    flex-flow: column;
    flex: 0 1 48.2%;
    -webkit-flex: 0 1 48.2%;
}

/* -----------------------------------------------------------
    エスコートスリム KF-B
----------------------------------------------------------- */
.escort_kfb #product_main_img {
    background: url(../img/products/escort_kfb/product_detail_main.jpg) no-repeat center/cover;
}
