.red {color: #f00;}
.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;
}
.pagination {
	margin: 1rem
}

.pagination li {
	font-size: 24px
}
@media  screen and (max-width: 767px) {
    .pagination li {
    	font-size: 16px
    }
}
.pagination li a {
	color: #000
}

.pagination .page-item.active .page-link {
	background: #24bbb7;
	border-color: #24bbb7
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-bottom-left-radius: .25rem;
	border-top-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-bottom-right-radius: .25rem;
	border-top-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 2;
	color: #fff;
	background-color: #0275d8;
	border-color: #0275d8
}

.page-item.disabled .page-link {
	color: #636c72;
	pointer-events: none;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination .page-link {
	position: relative;
	display: block;
	padding: .5rem 1.4rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #24bbb7;
	background-color: #fff;
	border: 1px solid #ddd
}
@media  screen and (max-width: 767px) {
    .pagination .page-link {
	   padding: .5rem 1.0rem;
    }
}
.page-link:focus, .page-link:hover {
	color: #187b78;
	text-decoration: none;
	background-color: #eceeef;
	border-color: #ddd
}
.flex-center {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 5rem;
}

.flex-center>* {
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	order: 0;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto
}


.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;
	}
}
/* 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;
}
</style>
<style>
.cats {
    margin-bottom: 20px;
}
.cats ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.cats ul li {
    display: inline-block;
    margin: 10px 4px;
    width: 32%;
}
.cats ul li a {
    max-width: 100%;
    padding: 10px 15px;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background-color: #34d0ba;
    border-radius: 4px;
    display: block;
    text-align: center;
}
.cats ul li a.recom {
    background-color: #ff6347;
}
.cats ul li a.selected {
    background-color: #f80;
}
@media all and (max-width:767px) , print {
    .cats ul {
        font-size: 11px;
    }
    .cats ul li {
        display: inline-block;
        margin: 4px 2px;
        width: 30%;
    }
    .cats ul li a {
        padding: 5px 2px;
    }
}
.tags {
	/*
    margin-bottom: 30px;
    */
}
.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;
}
.freeword input.text {
    display: block;
    width: 65%;
    padding: 18px 25px 13px;
    border: 2px solid #34d0ba;
    border-radius: 10px 0px 0px 10px;
    float: left;
    outline: none;
    font-size: 20px;
}
.freeword input.submit {
    display: block;
    width: 18%;
    padding: 9px 6px;
    border: 2px solid #34d0ba;
    background-color: #34d0ba;
    border-radius: 0px 10px 10px 0px;
    float: left;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.2em;
    outline: none;
    cursor: pointer;
}
@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: 9px 20px 9px;
        margin-left: 2%;
    }
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.nf {
    font-size: 1.5em;
    text-align: center;
    margin: 35px auto;
    color : #000;
}
.main {
    margin-bottom: 30px;
}

#sorttag {
    margin: 20px auto;
}
#sorttag a {
    padding: 4px 10px;
    text-align: center;
    border-radius: 5.5px;
    background-color: #aaa;
    color: #fff;
    font-size: 13pt;
    margin-right: 8px;
}
#sorttag a.selected {
    background: #f80;
}

.reviewCont {
  width:99%; float: left; margin: 0 2px;
}
.reviewCont .smile {
  background-color: #efefef; margin: 10px 0; padding: 8px 10px;
}
.reviewCont .smile img {
    height: 20px;
}
.reviewCont .reviewText {
    font-size: 0.9em;
}
.reviewCont .align-center {
    text-align: center;
}
.reviewCont .reviewExp {
    font-size: 0.8em; margin-bottom: 4px;
}
.reviewCont .product div {
}
.reviewCont .product span img {
    display: inline-block;
    /*
    width: 20%;
    */
    box-sizing: border-box;
    margin: 4px 2px;
}
.reviewCont .product img {
    display: block;
    max-width: 65%;
    box-sizing: border-box;
    margin: 2px auto;
    vertical-align: text-bottom;
}
p.reviewText {
    display: block;
    width: 49%;
    float: right;
}
.reviewCont dl dd dl {
    display: block;
    width: 49%;
    float: left;
}
.float-clear {
    clear: both;
}
@media  screen and (max-width: 767px) {
    .reviewCont .product img {
        max-width: 90%;
    }
    .reviewCont .reviewText {
        font-size: 0.8em;
    }
}

.exampleCont {
  width:99%; float: left; margin: 0 2px;
}
.exampleCont .smile {
  background-color: #efefef; margin: 10px 0; padding: 8px 10px;
}
.exampleCont .smile img {
    height: 20px;
}
.exampleCont .exampleText {
    font-size: 0.9em;
}
.exampleCont .align-center {
    text-align: center;
}
.exampleCont .exampleExp {
    font-size: 0.8em; margin-bottom: 4px;
}
.exampleCont .product div {
}
.exampleCont .product img {
    display: inline-block;
    width: 62%;
    box-sizing: border-box;
    margin: 4px 2px;
}
p.exampleText {
    display: block;
    width: 49%;
    float: right;
}
.exampleCont dl dd dl {
    display: block;
    width: 49%;
    float: left;
}
.float-clear {
    clear: both;
}
@media  screen and (max-width: 767px) {
    .exampleCont .product img {
        display: inline-block;
        width: 93%;
        box-sizing: border-box;
        margin: 4px 2px;
    }
    .exampleCont .exampleText {
        font-size: 0.8em;
    }
}

.designguide_template li{
    position: relative;
}
.designguide_template .icon-favorite_on , .designguide_template .icon-favorite_off{
    position: absolute;
    top: -1.5rem;
    right: 0rem;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;
    text-align: center !important;
    color: #fff;
    z-index: 99;
}
.designguide_template .icon-favorite_on {
    background-image: url(/common/img/cmn_icon_hart_on.png);
}
.designguide_template .icon-favorite_off {
    background-image: url(/common/img/cmn_icon_hart_off.png);
}
.designguide_template .icon-favorite_on a, .designguide_template .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;}