.colorkey {
   width: 14px;
   height: 14px;
   display: inline-block;
   margin: 0px 2px 0 0;
   border:1px solid #ccc;
   border-radius: 4px;
    vertical-align: middle;
}
.designguide_template p {
   vertical-align: middle;
   margin-top: 2px;
   line-height: 1.3em;
}
.designguide_template p strong {
   color: #000;
}
.designguide_template p span.remarks {
   font-size: 0.9em;
   color: #696969;
}
@media all and (max-width:767px) , print {
	.designguide_template p span.remarks {
	   font-size: 0.8em;
	}
}
span.col_disp {
    /*
    display: none;
    */
}
.lb-container {
    background-color: #ccc;
}
.cmn_cont01 h4 {
    margin-bottom: 10px;
}
.slider_lp p.txt03 {
   line-height: 140% !important;
   font-size: .9rem;
   font-weight: 300 !important;
}
div.slider_lp {
       display: -webkit-flex;
       display: flex;
       justify-content: space-between;
       flex-wrap: wrap;
}
div.slider_lp .bn_lp {
   width: 46%;
}
@media  screen and (max-width: 767px) {
    div.slider_lp p.txt03 {
        font-size: 0.8em;
    }
}
a img:hover , a p.lazyloaded:hover {
   opacity: 0.7;
}
.count {
    display: inline-block;
    color: #f80;
}
.align-right {
    text-align: right;
}
small {
    font-size: 0.9em;
    margin : 0;
}

section h4{
    color: #222;
    font-size: 2.0em;
    text-align: center;
    margin: 45px auto 20px;
}
@media  screen and (max-width: 767px) {
	section h4 {
	    font-size: 1.6em;
	}
}
section h5{
    color: #f80;
    font-size: 1.8em;
    margin: 30px auto 20px;
}
@media  screen and (max-width: 767px) {
	section h5 {
	    font-size: 1.5em;
	}
}

/* margin
------------------------------------------------*/

.mT5 {
    margin-top: 5px;
}
.mT10 {
    margin-top: 10px;
}
.mT15 {
    margin-top: 15px;
}
.mT20 {
    margin-top: 20px;
}
.mT30 {
    margin-top: 30px;
}
.mT40 {
    margin-top: 40px;
}
.mT50 {
    margin-top: 50px;
}

.center {
    text-align: center;
}

#bodycolors img,
#printcolors img {
    cursor: pointer;
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    margin: 1px;
}
.selected {
	/*
    border: 1px solid #f80 !important;
    */
}

#bodyprintlayers {
	display: inline-block;
    position: relative;
}
#bodycolor {
    position: relative;
    height: auto;
}

#printcolor {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -155px;
    margin-left: -110px;
    width: 220px;
}
@media  screen and (max-width: 767px) {
    #printcolor {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -88px;
        margin-left: -61px;
        width: 120px;
    }
}
.simu_main {
    margin: 0 auto;
    text-align: center;
}
.simu_main img#bodycolor {
    max-width: 560px;
    max-height: 484px;
}
@media  screen and (max-width: 767px) {
    .simu_main img#bodycolor {
        max-width: 90%;
        max-height: 300px;
    }
}
#wrap dl.dl-horizontal {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px auto;
    font-size: 20px;
}
@media  screen and (max-width: 767px) {
    #wrap dl.dl-horizontal {
        font-size: 12px;
    }
}
#wrap dl.dl-horizontal dt {
  width: auto;
  padding-right: 10px;
}
#wrap dl.dl-horizontal dd {
  width: 25%;
  background-color: #fffdf0;
  text-align: center;
}
.comp_wrap {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.comp_wrap select {
    display: block;
    margin: 10px auto;
    font-size: 1.4em;
    width: 98%;
    padding: 2px;
}
@media  screen and (max-width: 767px) {
	.comp_wrap select {
	    font-size: 16px;;
	}
}
.comp_wrap .comp_img img {
    max-width: 64%;
    display: block;
    margin: 10px auto;
}
.comp_wrap .comp {
    width: 47%;
}
.comp .comp_detail div {
    border-top: 1px dotted #ccc;
    padding: 2% 4px;
}
.comp p.comp_title {
    font-weight: bold;
    font-size: 1.2em;
    display: inline-block;
    width: 30%;
}
@media  screen and (max-width: 767px) {
    .comp p.comp_title {
        width: 100%;
    }
}
.comp p.comp_value {
    display: inline-block;
    margin-top: 4px;
    font-size: 0.9em;
}
.comp p.comp_value span {
    font-weight: bold;
    font-size: 1.4em;
}
.comp p.comp_value span.price {
    color: #f80;
}
.comp_wrap .comp_cv img {
    display: block;
    margin: 10px auto;
}

.comp_wrap .comp_price p.comp_value {
    color: #999;
}

.ext_bnr {
    width: 100%;
    height: 325px;
}
@media screen and (max-width:1140px) {
	.ext_bnr {
        width: 100%;
        height: calc((100vw - 30px)  * (325/1000));
        margin-bottom: 10px;
	}
}

.cats ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
}
.cats ul li {
    display: inline-block;
    margin: 8px;
}
.cats ul li a {
    max-width: 100%;
    padding: 10px 15px;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background-color: #34d0ba;
    border-radius: 4px;
}
@media all and (max-width:767px) , print {
    .cats ul {
        font-size: 11px;
    }
    .cats ul li {
        display: inline-block;
        margin: 4px 3px;
        width: auto;
    }
    .cats ul li a {
        padding: 5px 8px;
    }
}
.tags table {
    font-size: 20px;
    border-collapse: separate;
    border-spacing: 0 6px;
    table-layout: fixed;
    width: 100%;
    /*
    line-height: 1.3;
    letter-spacing: 0.18em;
    */
    border-radius: 10px;
}
.tags table th {
    font-weight: bold;
    text-align: center;
    background-color: #def7f4;
    border: 3px solid #def7f4;
    width: 208px;
    padding: 24px 5px;
    vertical-align: middle;
}
.tags table td {
    padding: 24px 15px;
    text-align: left;
    border: 3px solid #def7f4;
    /*
    border-left: none;
    */
}
.tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tags ul li {
    display: inline-block;
    margin: 8px;
}
.tags ul li a {
    text-decoration: underline;
}
@media all and (max-width:767px) , print {
    .tags table {
        font-size: 12px;
    }
    .tags table th , .tags table td {
        display: block;
        width: 100%;
        padding: 5px 0;
    }
    .tags ul {
        margin-left: 2%;
    }
    .tags ul li {
        margin: 5px;
    }
    .freeword input.text {
        padding: 13px 25px 10px;
        margin-left: 2%;
    }
}

/**
詳細
*/
#bodyprintlayers .icon-favorite_on , #bodyprintlayers .icon-favorite_off{
    position: absolute;
    top: 0rem;
    right: 0rem;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    text-align: center !important;
    color: #fff;
    z-index: 99;
}
#bodyprintlayers .icon-favorite_on {
    background-image: url(/common/img/cmn_icon_hart_on.png);
}
#bodyprintlayers .icon-favorite_off {
    background-image: url(/common/img/cmn_icon_hart_off.png);
}
#bodyprintlayers .icon-favorite_on a , #bodyprintlayers .icon-favorite_off a{
    display: block;
    width: 100%;
    height: 100%;
}
/*
---------------------------------------------------------
 tab-btn-content
--------------------------------------------------------- */
.Tab-area .tab-btn-content {
  float: none;
}
.Tab-area {
margin-bottom: 1%;
}

/* tab-btn-left
-------------------------------------------------------- */
.Tab-area .tab-btn-content .tab-btn-title {
  /* @mixin:PC-title-article */
  background-color: #ffee00;
  color: #34d0ba;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 4px 10px;
  font-size: 25px;
  text-align: center;
  border-radius: 30px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  background-color: #34d0ba;
  color: #fff;
  margin-bottom: 15px;
}
.Tab-area .tab-btn-content .tab-btn-title a {
  /* @mixin:PC-title-article */
  text-decoration: none;
  color: #34d0ba;
}

.Tab-area .tab-btn-left {
  margin: 0;
  padding: 0;
  list-style: none;
  /*width: 890px;*/
	display: flex;
    justify-content: center;
}

.Tab-area .tab-btn-left li {
  float: left;
  /*width: 296px;*/
  width: 24%;
  border-right: 2px dashed #34d0ba;
}

.Tab-area .tab-btn-left li:last-child {
  border-right: 0;
}

.Tab-area .tab-btn-left li label {
  background: #fff;
  display: block;
  cursor: pointer;
  text-align: center;
  border-bottom: none;
  font-weight: bold;
  line-height: 1.3;
  padding: 5px 25px 25px 25px;
  background-color: #fefef0;
  border-radius: 30px 30px 0 0;
}
.Tab-area .tab-btn-left li label:hover {
  background-color: #ffa;
  border-radius: 30px 30px 0 0;
}
.Tab-area .tab-btn-left li label.cheked {
  background-color: #ffa;
  border-radius: 30px 30px 0 0;
}

.Tab-area .tab-btn-left li label .tab-title {
  display: block;
  margin-bottom: 0;
  font-size: 24px;
}

.Tab-area .tab-btn-left .tab-btn .tab-img {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80px;
}

.Tab-area .tab-btn-left .tab-btn.tab01 .tab-img {
  background-image: url(/img/design/icon/icon_tee.png);
}

.Tab-area .tab-btn-left .tab-btn.tab02 .tab-img {
  background-image: url(/img/design/icon/icon_towel.png);
}

.Tab-area .tab-btn-left .tab-btn.tab03 .tab-img {
  background-image: url(/img/design/icon/icon_cap.png);
}

.Tab-area .tab-btn-left .tab-btn.tab04 .tab-img {
  background-image: url(/img/design/icon/icon_fonts.png);
}

.Tab-area .tab-btn-left li label img {
  width: 30px;
}


@media screen and (max-width: 767px) {
    /*
    ---------------------------------------------------------
     tab-btn-content
    --------------------------------------------------------- */
    /* tab-btn-left
    -------------------------------------------------------- */
    .Tab-area .tab-btn-content .tab-btn-title {
      margin: 0 20px 10px;
      text-align: center;
      position: relative;
    }

    .Tab-area .tab-btn-content .tab-btn-title:before {
      background: #34d0ba;
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto 0;
      height: 1px;
      z-index: 0;
    }

    .Tab-area .tab-btn-content .tab-btn-title span {
      color: #34d0ba;
      position: relative;
      display: inline-block;
      background: #FFF;
      font-size: 15px;
      letter-spacing: 0.2em;
    }

    .Tab-area .tab-btn-content .tab-btn-title span.title01 {
      padding: 0 10px;
    }

    .Tab-area .tab-btn-content .tab-btn-title span.title02 {
      color: #e4007f;
    }

    .Tab-area .tab-btn-left {
      /* @mixin:SP-content-body */
      /*
      padding-left: 4.8vw;
      padding-right: 4.8vw;
      */
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: stretch;
      align-content: center;
    }

    .Tab-area .tab-btn-left li {
      border-right: 1px dashed #34d0ba;
      width: 24%;
    }
    .Tab-area .tab-btn-left li:last-child {
      border-right: 0;
    }

    .Tab-area .tab-btn-left li label {
      background: #fff;
      display: block;
      cursor: pointer;
      text-align: center;
      border-bottom: none;
      font-weight: bold;
      line-height: 1.3;
      padding: 5px 5px 10px;
      border-radius: 10px 10px 0 0;
      /*
      height: 100%;
      */
    }
    .Tab-area .tab-btn-left li label:hover {
      border-radius: 10px 10px 0 0;
    }
    .Tab-area .tab-btn-left li label.cheked {
      border-radius: 10px 10px 0 0;
    }

    .Tab-area .tab-btn-left li label .tab-title {
      display: block;
      margin-bottom: 0;
      font-size: 12px;
    }

    .Tab-area .tab-btn-left .tab-btn .tab-img {
      display: block;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 42px 42px;
      height: 42px;
    }
    .Tab-area .tab-btn-left li label img {
      width: 17px;
    }
}
.cmn_cont01 h2 {margin-top: 0.7em;}