@charset "utf-8";
.block_ic-menu .list_ic-menu li.mati {
  pointer-events: none;
}
.block_ic-menu .list_ic-menu li.mati .mati-text {
  color: #fff;
  margin: 15px 0 0;
  font-size: 135%;
}
.sp-only {
  display: none !important;
}
body {
  min-width: 1000px;
  margin: auto;
}
.inner {
  width: 960px;
  margin: auto;
}
/* == parts ============================================== */
.title_page {
  text-align: center;
  font-size: 270%;
  color: #333333;
  font-weight: normal;
  border-bottom: solid 1px #333333;
  margin: 0 auto 50px;
  padding: 0 0 20px;
  position: relative;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'MS PMincho', serif;
  line-height: 1;
  width: 800px;
}
.title_page span {
  display: block;
  z-index: 2;
  font-size: 46%;
  font-family: Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, sans-serif;
  margin: 15px 0 0;
}
.btn_back {
  width: 300px;
  margin: 20px auto 60px;
  text-align: center;
  transition: all .3s;
}
.btn_back a {
  display: block;
  line-height: 50px;
  border: solid 1px #999;
  color: #999;
  background: url("../img/back.png") no-repeat left 12px center;
  background-size: 16px;
}
.btn_back:hover {
  background: #eee;
}
/* == header ============================================== */
.h_inner {
  width: 960px;
  margin: auto;
  padding: 25px 0 0;
  min-height: 100px;
  box-sizing: border-box;
  position: relative;
}
.h_inner img {
  vertical-align: top;
}
.h_inner::after {
  content: '';
  display: block;
  clear: both;
}
.h_inner .main-logo {
  width: 120px;
  position: absolute;
  top: 70px;
  left: 80px;
  z-index: 10;
}
/*
.page_single .h_inner .main-logo {
        width: auto;
        text-align: center;
        margin: auto;
        float: none;
        position: absolute;
        right: 0;
        left: 0;
}
*/
.h_inner .menu {
  width: 60px;
  height: 54px;
  background: #4A4747;
  float: right;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.h_inner .menu span {
  display: inline-block;
  width: 50%;
  height: 4px;
  background: #999;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.h_inner .menu span:nth-child(1) {
  top: 15px;
}
.h_inner .menu span:nth-child(2) {
  top: 0;
  bottom: 0;
}
.h_inner .menu span:nth-child(3) {
  bottom: 15px;
}
#ic-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .5s;
}
header.menu__open #ic-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* == footer ============================================== */
#pagetop {
  width: 59px;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.under-base #pagetop {
  margin: 0 auto;
}
.copyright {
  border-top: solid 1px #333333;
  padding: 20px 0;
  margin: 10px 0 0;
  text-align: center;
  font-size: 75%;
  color: #919595;
}
/* == frontpage ==============================================*/
.block_ic-menu {
  width: 100%;
  min-width: 1000px;
  height: 100vh;
  min-height: 600px;
}
.block_ic-menu .list_ic-menu {
  width: 100%;
  min-width: 1000px;
  height: 100%;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
}
.block_ic-menu .list_ic-menu li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 33%;
  height: 50%;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #ccc;
}
.block_ic-menu .list_ic-menu li:nth-child(3n + 2) {
  width: 34%;
}
.block_ic-menu .list_ic-menu a {
  display: block;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*
.block_ic-menu .list_ic-menu a::after {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .4);
        position: absolute;
        left: 0;
        top: 0;
        transition: all .4s;
}
.block_ic-menu .list_ic-menu a:hover::after {
        content: '';
        opacity: 0;
}*/
.block_ic-menu .list_ic-menu li:nth-child(1) a {
  background-color: #F2F2F2;
}
.block_ic-menu .list_ic-menu li:nth-child(2) a {
  background-color: #D9D9D9;
}
.block_ic-menu .list_ic-menu li:nth-child(3) a {
  background-color: #BFBFBF;
}
.block_ic-menu .list_ic-menu li:nth-child(4) a {
  background-color: #A6A6A6;
}
.block_ic-menu .list_ic-menu li:nth-child(5) a {
  background-color: #7F7F7F;
}
.block_ic-menu .list_ic-menu li:nth-child(6) a {
  background-color: #595959;
}
.block_ic-menu .list_ic-menu .ic-menu-title {
  padding: 16vh 0 2vh;
  font-size: 3.3vw;
  font-weight: 400;
  color: #000;
  position: relative;
  z-index: 2;
  transition: all .4s;
}
.block_ic-menu .list_ic-menu .ic-menu-text {
  color: #000;
  position: relative;
  z-index: 2;
  transition: all .4s;
  font-size: 125%;
}
.block_ic-menu .list_ic-menu li:nth-child(n + 4) .ic-menu-title, .block_ic-menu .list_ic-menu li:nth-child(n + 4) .ic-menu-text {
  color: #fff;
}
@media all and (max-width:999px) {
  .block_ic-menu .list_ic-menu .ic-menu-title {
    padding: 100px 0 2vh;
    font-size: 32px;
  }
}
@media all and (max-height:600px) {
  .block_ic-menu .list_ic-menu .ic-menu-title {
    padding: 100px 0 10px;
  }
}
/* == underpage ============================================== */
/* ======
page-name #gallery
======*/
.block_gallery .title_notice{
  margin-bottom: 2em;
  text-align: center;
}
.block_gallery .area_search {
  overflow: hidden;
  margin: 0 auto 50px;
  width: 96%;
}
.block_gallery input, .block_gallery select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.block_gallery .search-box {
  width: 27%;
  margin: 0 2% 0 0;
  float: left;
}
.block_gallery .search-box select {
  width: 100%;
  line-height: 40px;
  background: none;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0 20px 0 10px;
  font-size: 16px;
  color: #504F4F;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  outline: none;
}
.block_gallery .submit-box {
  width: 12.5%;
  float: right;
}
.block_gallery .submit-box input {
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 0;
  outline: none;
  transition: all .3s;
  font-weight: 600;
}
.block_gallery .submit-box input:hover {
  background: #808080;
}
.list_gallery {
  overflow: hidden;
}
.list_gallery li {
  width: 300px;
  float: left;
  margin: 0 10px 20px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.list_gallery li:nth-child(3n + 1) {
  clear: both;
}
.list_gallery li.hidden {
  display: none;
}
.list_gallery a {
  display: block;
}
.list_gallery .thumbnail {
  width: 300px;
  height: 300px;
  position: relative;
  box-sizing: border-box;
  margin: 0 0 10px;
}
.list_gallery .thumbnail img {
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list_gallery .info-box {
  border-top: solid 1px #333;
  display: table;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 90%;
}
.block_gallery .list_gallery li {
  border: solid 1px #333333;
}
.block_gallery .list_gallery .thumbnail {
  width: 220px;
  height: 220px;
  margin: 30px;
}
.block_gallery .list_gallery .info-box .box-title{
  width: 65%;
  border-right: solid 1px #333;
  padding: 10px 5px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.block_gallery .list_gallery .info-box .title {
}
.block_gallery .list_gallery .info-box .price {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
  box-sizing: border-box;
  padding: 10px 5px;
}
.block_gallery-single .title_page {
  font-size: 230%;
  padding: 0 0 60px;
}
.block_gallery-single .single-title {
  color: #919595;
  font-weight: 400;
  margin: 0 0 20px;
}
.block_gallery-single .single-title strong {
  font-size: 250%;
  font-weight: 400;
  padding: 0 15px 0 0;
}
.block_gallery-single .single-main-img {
  text-align: center;
  margin: 0 0 50px;
  width: 100%;
}
.block_gallery-single .single-main-img img {
  vertical-align: top;
}
.block_gallery-single .single-main-img .slick-slide {
  outline: none;
}
.list_single-img {
  padding: 0 10px;
  margin: 0 0 20px;
}
.list_single-img .content {
  display: inline-block;
  max-width: 250px;
  text-align: center;
  color: #666;
  margin: 0 30px 0 0;
  outline: none;
}
.list_single-img .content img {
  vertical-align: top;
  margin: 0 0 10px;
}
.list_single-img .content.slick-current {
  color: red;
}
.block_gallery-single .area_price {
  color: #333333;
  margin: 0 0 5px;
  position: relative;
}
.block_gallery-single .area_price .size {
  display: inline-block;
  font-size: 120%;
  margin: 0 20px 0 0;
  vertical-align: bottom;
}
.block_gallery-single .area_price .price {
  font-size: 120%;
  position: absolute;
  right: 0;
  top: 55px;
}
.block_gallery-single .area_price .price .tax {
  font-size: 75%;
}
.block_gallery-single .area_price .price .number {
  font-size: 200%;
}
.block_gallery-single .text-att {
  font-size: 75%;
  color: #595A5A;
  margin: 35px 0 15px;
}
.block_gallery-single .btn_print a {
  display: block;
  width: 150px;
  line-height: 40px;
  border: solid 1px #919595;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  text-align: center;
  color: #919595;
  font-weight: 600;
  transition: all .3s;
}
.block_gallery-single .btn_print a:hover {
  background: #333;
  color: #fff;
}
.block_gallery-single .single-number-type {
  margin: 0 0 50px;
  font-size: 94%;
}
@media print {
  .btn_print, #pagetop, #btn_menu {
    display: none;
  }
}
/* ======
page-name #color-sample
======*/
.btn_base {
  width: 300px;
  margin: 50px auto 100px;
  text-align: center;
  transition: all .3s;
}
.btn_base a {
  display: block;
  line-height: 50px;
  border: solid 1px #999;
  color: #999;
}
.btn_base:hover {
  background: #eee;
}
.btn-wrap{
  text-align: center;
  margin: 80px auto 40px;
}
.btn-wrap .btn_base {
  display: inline-block;
  margin: 20px;
}
.ic-sec-title {
  font-size: 200%;
  font-weight: 400;
  padding: 0 0 10px;
  margin: 0 0 25px;
  position: relative;
  line-height: 1.5;
}
.ic-sec-title::before {
  content: '';
  width: 50px;
  height: 1px;
  background: #1C2E5E;
  position: absolute;
  left: 0;
  bottom: 0;
}
.list_color-sample li + li {
  margin: 10px auto 0;
}
.block_gallery .sample-set + .sample-set {
  margin: 50px auto 0;
}
.list_color-sample .notes{
  text-align: right;
  color: #666;
}
.list_color-sample a {
  display: block;
  cursor: pointer;
}
.sample-thumb-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  z-index: 100;
  transition: all .6s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.sample-thumb-box.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sample-thumb-box .jq_sample-slide {
  width: 90%;
  max-width: 960px;
  height: auto;
  top: 20%;
  right: 0;
  left: 0;
  position: absolute;
  margin: auto !important;
  text-align: center;
}
.sample-thumb-box .jq_sample-slide .sample-slide {
  outline: none;
}
.jq_sample-slide .slick-prev, .jq_sample-slide .slick-next {
  width: 48px;
  height: 48px;
}
.jq_sample-slide .slick-prev {
  left: -56px;
  background: url(/common/img/corona/prev.png) no-repeat !important;
}
.jq_sample-slide .slick-next {
  right: -56px;
  left: auto;
  background: url(/common/img/corona/next.png) no-repeat !important;
}
.sample-thumb-box .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 5;
  cursor: pointer;
}
/* ======
page-name #case
======*/
.list_case-filter {
  overflow: hidden;
  padding: 0 0 40px;
}
.list_case-filter button {
  float: left;
  display: block;
  width: 20%;
  line-height: 50px;
  background: #000;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 100%;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  outline: none;
  box-sizing: border-box;
}
.list_case-filter button + button {
  border-left: solid 1px #fff;
}
.list_case-filter button::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-left: -15px;
  border-top-color: #383838;
  top: 95%;
  left: 50%;
  opacity: 0;
  transition: all .3s;
}
.list_case-filter button:hover, .list_case-filter button.is-checked {
  background: #383838;
  color: #fff;
}
.list_case-filter button:hover::after, .list_case-filter button.is-checked::after {
  opacity: 1;
  top: 100%;
}
.block_ic-top {
  background: #404040;
  width: 100%;
  height: 100vh;
  display: table;
}
.block_ic-top .table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.block_ic-top .table-cell .ic-main-text {
  color: #FFFFFF;
  font-size: 230%;
  margin: 6% 0 2%;
}
.block_ic-top .table-cell .ic-main-input {
  margin: 0 0 20px;
}
.block_ic-top .table-cell .ic-main-input span {
  display: inline-block;
  padding: 0 10px 0 0;
  color: #fff;
  font-size: 110%;
  font-weight: 600;
}
.block_ic-top .table-cell input[type="password"] {
  background: #5E5E5E;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 300px;
  border: none;
  padding: 10px;
  color: #fff;
}
.block_ic-top .table-cell input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 150px;
  color: #fff;
  border: none;
  background: #5E5E5E;
  font-weight: 600;
  cursor: pointer;
  padding: 10px;
}
.error-text {
  margin: 0 0 20px;
  color: #fff;
  font-size: 120%;
  font-weight: 600;
}
#gallery_splash {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1000px;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  z-index: 100;
  transition: all .6s;
}
#gallery_splash.none {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  filter: blur(5px);
}
#gallery_splash.disp {
  display: none;
}
#gallery_splash .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 5;
  cursor: pointer;
}
#jq_pop_slider {
  width: 600px;
  height: 500px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  margin: auto !important;
}
#jq_pop_slider .slide-content {
  outline: none;
  position: relative;
}
#jq_pop_slider .slick-prev, #jq_pop_slider .slick-next {
  width: 48px;
  height: 48px;
}
#jq_pop_slider .slick-prev {
  left: -60px;
  background: url(/common/img/corona/prev.png) no-repeat;
}
#jq_pop_slider .slick-next {
  right: -60px;
  left: auto;
  background: url(/common/img/corona/next.png) no-repeat;
}
/* ======
page-name #product features
======*/
.list_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.list_features li {
  box-sizing: border-box;
  border: solid 1px #707070;
  text-align: center;
  width: 32%;
  margin: 0 0 2% 2%;
  line-height: 1.5;
  min-height: 350px;
}
.list_features li:nth-child(3n + 1) {
  margin: 0 0 2%;
}
.list_features a {
  padding: 135px 0 0;
  display: block;
  height: 100%;
  color: #333;
  box-sizing: border-box;
  transition: all .3s;
}
.list_features a:hover {
  background: #999;
  color: #fff;
}
.list_features .title {
  font-size: 180%;
  font-weight: 600;
  margin: 0 0 15px;
}
.list_features .text {
  font-size: 125%;
}
.block_product .features-text {
  text-align: center;
  font-size: 180%;
  font-weight: 600;
  margin: 0 0 50px;
}
/* ======
page-name #catalog
======*/
.block_catalog .catalog-lead {
  font-size: 175%;
  font-weight: 600;
  text-align: center;
  color: #333333;
  margin: 0 0 45px;
  line-height: 1.5;
}
.list_catalog {
  overflow: hidden;
}
.list_catalog li {
  float: left;
  width: 30%;
  margin: 0 0 5% 5%;
}
.list_catalog .list-title {
  text-align: center;
  font-size: 88%;
  font-weight: 600;
  margin: 5px 0 0;
}
.list_catalog li:nth-child(3n + 1) {
  clear: both;
  margin: 0 0 5%;
}
.list_catalog a {
  display: block;
  transition: all .3s;
}
.list_catalog a:hover {
  opacity: .7;
}
.block_catalog .catalog-sub-title {
  text-align: center;
  font-size: 175%;
  font-weight: 600;
  margin: 0 0 15px;
}
.list_disc {
  margin: 0 5px;
}
.list_disc li {
  list-style: disc;
  margin: 0 0 0 1em;
  line-height: 2;
}

/* == IC →　Partner for PC ============================================== */
.block_partner .lead{
  font-size: 175%;
}
.block_partner .desc{
  font-size: 125%;
}
.block_partner .triangle img{
  width: 835px;
}
.block_partner .triangle figcaption{
  margin-top: 40px;
}
.block_partner .step{
  padding-bottom: 90px;
  margin-top: 80px;
}
.block_partner .step .wrapper{
  width: 850px;
  margin: 50px auto 75px auto;
}
.block_partner .step .wrapper .arrow1::after{
  left: 269px;
}
.block_partner .step .wrapper .arrow2::after{
  left: 569px;
}
.block_partner .step .wrapper .arrow3::after{
  right: -29px;
}
.block_partner .step .slider .slick-arrow-prev{
  left: 365px;
}
.block_partner .step .slider .slick-arrow-next{
  right: 365px;
}
.block_partner .step .slider .slider__item{
  width: 250px;
  height: 250px;
  padding: 55px 25px 30px 25px;
  margin-right: 50px;
}
.block_partner .ticket{
  padding: 55px 0 40px 0;
}
.block_partner .ticket .wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 635px;
  margin: auto;
}
.block_partner .ticket .wrapper h2{
  font-size: 150%;
}
.block_partner .ticket .wrapper h2 span{
  display: inline-block;
  margin-top: 0.25em;
}
.block_partner .ticket .wrapper div small{
  font-size: 15px;
}
.block_partner .ticket .ticket__desc{
  font-size: 125%;
  line-height: 2;
  margin-top: 50px;
  text-align: center;
}
.block_partner .ticket .ticket__notes{
  margin-top: 5px;
  text-align: center;
}
.block_partner .btn .inner{
  width: 650px;
  margin: 95px auto 0 auto;
}
.block_partner .btn a img{
  left: 10px;
}

/* == IC →　Form for PC ============================================== */
.ic-block_form .lead{
  font-size: 24px;
  line-height: 1.75;
  margin: 0 0 45px;
  text-align: center;
}
.ic-block_form__wrapper{
  width: 700px;
  margin: auto;
}
.ic-block_form__wrapper .ic-block_form__wrapper--input{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ic-block_form__wrapper .ic-block_form__wrapper--input label{
  display: block;
}
.ic-block_form__wrapper .ic-block_form__wrapper--input.input-textarea{
  display: block;
  margin-top: 30px;
}
.ic-block_form__wrapper .ic-block_form__wrapper--input.block-textarea .input-textarea{
  min-height: 210px;
}
.ic-block_form__wrapper .ic-block_form__wrapper--input.input-textarea label{
  width: 100%;
}
.ic-block_form__wrapper .ic-block_form__wrapper--input label{
  min-width: 230px;
  font-size: 18px;
  flex-shrink: 0;
}
.ic-block_form__wrapper .ic-block_form__wrapper--input .input-text,
.ic-block_form__wrapper .ic-block_form__wrapper--input .block-radio-box{
  width: 450px;
}
.page-confirm .ic-block_form__wrapper .ic-block_form__wrapper--input .input-text{
  min-height: 30px;
}
.ic-block_form__wrapper .ic-block_form__wrapper--input .block-radio-box span{
  margin-right: 30px;
}
.ic-block_form__wrapper .ic-block_form__wrapper--btn input,
.ic-block_form__wrapper .ic-block_form__wrapper--notes{
  font-size: 18px;
}
.ic-block_form__wrapper .ic-block_form__wrapper--btn{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.ic-block_form__wrapper .ic-block_form__wrapper--btn input.btn{
  width: 300px;
  height: 70px;
  margin: 0 10px;
}
.ic-block_form__wrapper--input:nth-last-of-type(1){
  margin-bottom: 0;

}

