@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: 120%;
}
html[lang="ja"] {
  margin: 0 !important;
}
body {
  font-size: 14px;
  margin: 70px 0 0;
}
body#ic-nav {
  margin: 0;
}
.pc-only {
  display: none !important;
}
#wpadminbar {
  display: none !important;
}
.inner {
  width: 94%;
  margin: auto;
}
#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;
}
/* == parts ============================================== */
.title_page {
  text-align: center;
  font-size: 230%;
  color: #333333;
  font-weight: normal;
  border-bottom: solid 1px #333333;
  margin: 0 0 25px;
  padding: 0 0 15px;
  position: relative;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'MS PMincho', serif;
  line-height: 1.1;
}
.title_page span {
  display: block;
  z-index: 2;
  font-size: 50%;
  font-family: Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, sans-serif;
  margin: 8px 0 0;
}
.btn_back {
  width: 280px;
  margin: 20px auto 40px;
  text-align: center;
  transition: all .3s;
}
.btn_back a {
  display: block;
  line-height: 40px;
  border: solid 1px #999;
  color: #999;
  background: url("../img/back.png") no-repeat left 12px center;
  background-size: 14px;
}
/* == header ============================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}
.h_inner {
  width: 94%;
  margin: auto;
  padding: 10px 0;
}
.h_inner img {
  vertical-align: top;
}
.h_inner::after {
  content: '';
  display: block;
  clear: both;
}
.h_inner .main-logo {
  float: left;
  width: 50px;
  position: relative;
  top: 0px;
}
.h_inner .menu {
  width: 45px;
  height: 40.5px;
  background: #4A4747;
  float: right;
  position: relative;
  box-sizing: border-box;
  margin: 5px 0;
}
.h_inner .menu span {
  display: inline-block;
  width: 60%;
  height: 2px;
  background: #999;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.h_inner .menu span:nth-child(1) {
  top: 12px;
}
.h_inner .menu span:nth-child(2) {
  top: 0;
  bottom: 0;
}
.h_inner .menu span:nth-child(3) {
  bottom: 12px;
}
/* == footer ============================================== */
#pagetop {
  width: 40px;
  margin: 0 auto;
}
.copyright {
  border-top: solid 1px #333333;
  padding: 15px 0;
  margin: 8px 0 0;
  text-align: center;
  font-size: 75%;
  color: #919595;
}
/* == frontpage ==============================================*/
body.page-template-page-ic {
  margin: 0;
}
.block_ic-menu {
  width: 100%;
  min-height: 568px;
}
.block_ic-menu .list_ic-menu {
  width: 100%;
  height: 100%;
  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: 50%;
  text-align: center;
  box-sizing: border-box;
}
.block_ic-menu .list_ic-menu a {
  padding: 10vh 0 0;
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  height: 33.333333vh;
  min-height: 170px
}
.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: 0 0 1.5vh;
  font-size: 5vw;
  font-weight: 400;
  position: relative;
  z-index: 2;
  transition: all .4s;
  color: #000;
}
.block_ic-menu .list_ic-menu .ic-menu-text {
  font-size: 3.5vw;
  position: relative;
  z-index: 2;
  transition: all .4s;
  color: #000;
}
.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;
}
/* == underpage ============================================== */
/* ======
page-name #gallery
======*/
.block_gallery {
  margin: 0 0 30px;
}
.block_gallery .title_notice{
  margin-bottom: 2em;
  text-align: center;
}
.block_gallery .area_search {
  overflow: hidden;
  margin: 0 0 35px;
}
.block_gallery input, .block_gallery select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.block_gallery .search-box {
  width: 100%;
  margin: 0 0 10px;
}
.block_gallery .search-box select {
  width: 100%;
  line-height: 30px;
  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;
  background-size: 9px 4px;
  outline: none;
}
.block_gallery .submit-box {
  width: 120px;
  margin: auto;
}
.block_gallery .submit-box input {
  width: 100%;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 0;
  outline: none;
  transition: all .3s;
  font-weight: 600;
}
.list_gallery {
  overflow: hidden;
  max-width: 600px;
  margin: auto;
}
.list_gallery li {
  float: left;
  width: 48%;
  margin: 0 1% 4%;
  font-size: 88%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.list_gallery li:nth-child(2n + 1) {
  clear: both;
}
.list_gallery li.hidden {
  display: none;
}
.list_gallery a {
  display: block;
  transition: all .2s;
}
.list_gallery .thumbnail {
  position: relative;
  height: 0;
  margin: 15%;
  padding: 70% 0 0;
}
.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;
  overflow: hidden;
}
.block_gallery .list_gallery li {
  border: solid 1px #333333;
}
.block_gallery .list_gallery .info-box .box-title{
  border-bottom: solid 1px #333;
  box-sizing: border-box;
  padding: 4px 6px;
}
.block_gallery .list_gallery .info-box .price {
  box-sizing: border-box;
  padding: 4px 6px;
}
.block_gallery-single {
  margin: 75px 0 30px;
}
.block_gallery-single .inner {
  border-top: solid 1px #919595;
  padding: 12px 0;
}
.block_gallery-single .single-title {
  color: #919595;
  font-weight: 400;
  margin: 0 0 20px;
}
.block_gallery-single .single-title strong {
  font-size: 175%;
  font-weight: 400;
  padding: 0 12px 0 0;
}
.block_gallery-single .single-main-img {
  text-align: center;
  margin: 0 auto 20px;
  width: 80%;
}
.block_gallery-single .single-main-img img {
  vertical-align: top;
}
.list_single-img {
  margin: 0 0 20px;
  padding: 0 5px;
  overflow: hidden;
}
.list_single-img .content {
  width: 30%;
  float: left;
  text-align: center;
  color: #666;
  margin: 0 0 10px 5%;
  outline: none;
}
.list_single-img .content:nth-child(3n + 1) {
  clear: both;
  margin: 0 0 10px;
}
.list_single-img .content.slick-current {
  color: red;
}
.block_gallery-single .area_price {
  color: #595A5A;
  overflow: hidden;
  margin: 0 0 10px;
}
.block_gallery-single .area_price .size {
  display: block;
  vertical-align: bottom;
}
.block_gallery-single .area_price .price {
  margin: 5px 0 0;
  font-size: 125%;
  display: block;
  vertical-align: bottom;
}
.block_gallery-single .area_price .price .tax {
  font-size: 75%;
}
.block_gallery-single .single-number-type {
  margin: 0 0 30px;
  font-size: 94%;
}
.block_gallery-single .area_price .price .number {
  font-size: 200%;
}
.block_gallery-single .text-att {
  font-size: 82%;
  color: #595A5A;
  margin: 20px 0 15px;
}
.block_gallery-single .btn_print a {
  display: block;
  width: 120px;
  line-height: 30px;
  border: solid 1px #919595;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  text-align: center;
  color: #919595;
  font-weight: 600;
  transition: all .3s;
}
@media print {
  .btn_print, #pagetop, #btn_menu {
    display: none;
  }
  .page_single .h_inner .main-logo {
    top: 20px;
  }
}
/* ======
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-wrap{
  text-align: center;
  margin: 60px auto 0;
}
.btn-wrap .btn_base {
  display: inline-block;
  margin: 10px;
}
.ic-sec-title {
  font-size: 175%;
  font-weight: 400;
  padding: 0 0 8px;
  margin: 0 0 20px;
  position: relative;
  line-height: 1.5;
}
.ic-sec-title::before {
  content: '';
  width: 40px;
  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: 30px 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: 94%;
  height: auto;
  top: 35%;
  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: 24px;
  height: 24px;
  top: 105%;
}
.jq_sample-slide .slick-prev {
  left: 0px;
  background: url(/common/img/corona/prev.png) no-repeat !important;
  background-size: contain !important;
}
.jq_sample-slide .slick-next {
  right: 0px;
  left: auto;
  background: url(/common/img/corona/next.png) no-repeat !important;
  background-size: contain !important;
}
.sample-thumb-box .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 5;
  cursor: pointer;
  width: 30px;
}
/*ic-newtop*/
.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-title {
  width: 85%;
  margin: auto;
}
.block_ic-top .table-cell .ic-main-text {
  color: #FFFFFF;
  font-size: 175%;
  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: block;
  margin: 0 0 5px;
  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: 90%;
  max-width: 320px;
  border: none;
  padding: 10px;
  color: #fff;
}
.block_ic-top .table-cell input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 80%;
  max-width: 200px;
  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%;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  z-index: 10000;
  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;
  width: 32px;
}
.list_gallery-explanation {
  overflow-y: scroll;
  height: 85%;
  width: 95%;
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  margin: auto;
  text-align: center;
}
#jq_pop_slider {
  width: 94%;
  top: 30%;
  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: 24px;
  height: 24px;
  top: 105%;
}
#jq_pop_slider .slick-prev {
  left: 0px;
  background: url(/common/img/corona/prev.png) no-repeat;
  background-size: contain;
}
#jq_pop_slider .slick-next {
  right: 0px;
  left: auto;
  background: url(/common/img/corona/next.png) no-repeat;
  background-size: contain;
}
/* ======
page-name #product features
======*/
.list_features {
  margin: 0 0 10px;
}
.list_features li {
  box-sizing: border-box;
  border: solid 1px #707070;
  text-align: center;
  margin: 0 0 2%;
  line-height: 1.5;
}
.list_features a {
  padding: 25px 0;
  display: block;
  height: 100%;
  color: #333;
  box-sizing: border-box;
  transition: all .3s;
}
.list_features a.touch__start {
  background: #999;
  color: #fff;
}
.list_features .title {
  font-size: 180%;
  font-weight: 600;
}
.list_features .text {
  margin: 10px 0 0;
  font-size: 115%;
}
.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: 125%;
  font-weight: 600;
  text-align: center;
  color: #333333;
  margin: 0 0 25px;
  line-height: 1.5;
}
.list_catalog {
  overflow: hidden;
  max-width: 550px;
  margin: auto;
}
.list_catalog li {
  float: left;
  width: 49%;
  margin: 0 0 6% 2%;
}
.list_catalog .list-title {
  text-align: center;
  font-size: 88%;
  font-weight: 600;
  margin: 3px 0 0;
}
.list_catalog li:nth-child(2n + 1) {
  clear: both;
  margin: 0 0 6%;
}
.list_catalog a {
  display: block;
  transition: all .3s;
}
.list_catalog a.touch__start {
  opacity: .7;
}
.block_catalog .catalog-sub-title {
  text-align: center;
  font-size: 150%;
  font-weight: 600;
  margin: 0 0 10px;
}
.list_disc {
  margin: 0 5px;
}
.list_disc li {
  list-style: disc;
  margin: 0 0 0 1em;
  line-height: 2;
}
/* == IC →　Partner for SP ============================================== */
.block_partner .lead{
  font-size: 20px;
}
.block_partner .desc{
  font-size: 16px;
  margin-top: 30px;
}
.block_partner .triangle figcaption{
  font-size: 16px;
  line-height: 1.56;
  margin-top: 30px;
}
.block_partner .step{
  padding-bottom: 30px;
  margin-top: 40px;
}
.block_partner .step .wrapper{
  margin: 40px auto 75px auto;
}
.block_partner .step .slider .slick-arrow-prev{
  left: 35%;
}
.block_partner .step .slider .slick-arrow-next{
  right: 35%;
}
.block_partner .step .wrapper .arrow1,
.block_partner .step .wrapper .arrow2{
  display: none;
}
.block_partner .step .wrapper .arrow3::after{
  right: calc(50% - 145px);
}
.block_partner .step .slider .slider__item{
  width: 220px;
  height: 250px;
  padding: 55px 20px 30px 20px;
  margin: 0 62.5px;
}
.block_partner .ticket{
  padding: 35px 0;
}
.block_partner .ticket .wrapper h2{
  font-size: 18px;
  text-align: center;
}
.block_partner .ticket .wrapper img{
  width: 100%;
  margin-top: 25px;
}
.block_partner .ticket .ticket__desc{
  margin-top: 1em;
}
.block_partner .ticket .ticket__desc,
.block_partner .ticket .ticket__notes{
  font-size: 16px;
}
.block_partner .btn{
  margin: 40px 0;
}
.block_partner .btn a{
  height: 80px;
}
.block_partner .btn a img{
  left: 50%;
  transform: translateX(-50%);
}
.block_partner .btn a span{
  position: relative;
  top: 0.25em;
}
/* == IC →　Form for SP ============================================== */
/*.page-complete*/
.ic-block_form__wrapper{
  margin-bottom: 50px;
}
.ic-block_form__wrapper .lead{
  font-size: 20px;
  text-align: center;
}
.ic-block_form__wrapper form{
  margin-top: 30px;
}
.ic-block_form__wrapper .ic-block_form__wrapper--input label{
  display: block;
  margin-bottom: 2.5px;
}
.ic-block_form__wrapper .ic-block_form__wrapper--input label .no-required{
  width: 0;
}
.page-confirm .ic-block_form__wrapper .ic-block_form__wrapper--input .input-text{
  min-height: 26px;
}
.ic-block_form__wrapper .ic-block_form__wrapper--input.block-textarea .input-textarea{
  min-height: 12em;
}
.ic-block_form__wrapper .ic-block_form__wrapper--btn{
  margin-top: 40px;
}
.ic-block_form__wrapper .ic-block_form__wrapper--btn input.btn{
  width: 80%;
  height: 50px;
  margin: 10px auto;
}
.page-complete .ic-block_form__wrapper .lead{
  margin-bottom: 30px;
}