@charset 'UTF-8';
.cr-person .cr-person_item .cr-person_item_head:hover, .isOtherDevice .search_box .btn-submit:hover {
  opacity: .7
}
.isPCn {
  display: none
}
.feature_area .feature_list, .higher_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}
.section {
  padding-top: 120px;
  padding-bottom: 120px
}
.top-lead_area {
  padding-bottom: 105px
}
.bottom-svc_area {
  padding-bottom: 0
}
.bottom-tips_area {
  padding-top: 60px;
  padding-bottom: 60px
}
.feature_area {
  max-width: 1000px;
  margin: 0 auto
}
.feature_area .feature_ttl {
  font-size: 44px;
  font-size: 2.8rem;
  text-align: center
}
.feature_area .feature_list {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.feature_area .box {
  margin-top: 30px;
  -webkit-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%
}
.isTablet .feature_area .box {
  margin-top: 20px;
  -webkit-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%
}
.feature_area .box.is-2col {
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%
}
.feature_area .box > a {
  display: block;
  overflow: hidden;
  height: 100%;
  text-decoration: none !important;
  border-radius: 10px;
  background-color: #fff
}
.feature_area .box .item_detail {
  padding: 15px
}
.feature_area .box .item_detail dt {
  font-size: 20px;
  font-size: 1.3rem;
  font-weight: 700
}
.feature_area .box .item_detail dd {
  font-size: 17px;
  font-size: 1.1rem;
  margin-top: 10px
}
.feature_area .box .item_detail em {
  font-size: 17px;
  font-size: 1.1rem
}
.search-area {
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 50px 80px;
  text-align: center;
  background-color: #efefef
}
.search-area .btn-submit {
  width: 200px;
  margin: 22px auto 0
}
.search-area .search-select_cover {
  margin-top: 16px
}
.search-area button, .search-area input[type=button], .search-area input[type=file], .search-area input[type=submit], .search-area label, .search-area option, .search-area select {
  font-family: メイリオ, Meiryo, Droid Sans, HiraKakuProN-W3, HiraKakuPro-W3, ヒラギノ角ゴ ProN W3, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  cursor: pointer
}
.search-area input, .search-area select {
  font-size: 24px;
  font-size: 1.5rem;
  width: 100%;
  height: 36px;
  padding: 5px 10px;
  border: 1px solid #444;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}
.search-area select::-ms-expand {
  display: none
}
.search-area .btn-submit {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  height: 36px;
  padding: 5px;
  vertical-align: top;
  color: #fff;
  background: #000
}
.search_subttl {
  font-size: 44px;
  font-size: 2.8rem
}
.search_subtxt {
  margin-top: 10px
}
.search-select_cover {
  zoom: 1
}
.search-select_cover:after {
  display: block;
  clear: both;
  content: ''
}
.isOtherDevice .search_box .btn-submit {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.search_box {
  padding: 0
}
.search_box .select {
  position: relative;
  float: left;
  width: -webkit-calc(50% - 1em);
  width: calc(50% - 1em);
  background: #fff
}
.search_box .select:after {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: '';
  border-width: 8px 5px 0;
  border-style: solid;
  border-color: #444 transparent transparent
}
.search_box .select ~ .select {
  float: right
}
.search_box .select ~ .select:before {
  font-family: defico;
  font-size: 22px;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 13px;
  left: -1.6em;
  display: inline-block;
  content: '\e91b';
  vertical-align: middle;
  text-transform: none;
  speak: none;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.search_box .select select {
  position: relative;
  z-index: 1;
  background: 0 0
}
.higher-area {
  padding-bottom: 0
}
.higher_list {
  display: flex;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.higher_list .higher_headding {
  position: relative;
  -webkit-flex-basis: 39%;
  -ms-flex-preferred-size: 39%;
  flex-basis: 39%
}
.higher_list .higher_pic {
  position: relative
}
.higher_list .higher_pic:before {
  position: absolute;
  top: 20px;
  left: 20px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  content: '';
  background-color: rgba(255, 255, 255, .75)
}
.higher_list .higher_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center
}
.higher_list .higher_cont .btn-more {
  margin-top: 10px
}
.higher_list .higher_cont .btn-more a {
  width: 100%;
  min-width: 0;
  max-width: 200px;
  padding: 7px 10px
}
.higher_list .higher_ttl {
  font-size: 38px;
  font-size: 2.4rem;
  font-weight: 700
}
.isTablet .higher_list .higher_ttl {
  font-size: 32px;
  font-size: 2rem;
  white-space: nowrap
}
.higher_list .higher_item {
  -webkit-flex-basis: 17%;
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%
}
.higher_list .item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.higher_list .item-detail {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}
.higher_list .item-thum {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1px;
  -ms-flex-order: 1px;
  order: 1px
}
.higher_list .item-price {
  font-size: 17px;
  font-size: 1.1rem;
  display: inline-block;
  width: 100%;
  vertical-align: middle
}
.higher_list .item-price:after {
  content: '円（税込）'
}
.higher_list .item-price.hanbai {
  font-size: 19px;
  font-size: 1.2rem
}
.higher_list .item-price.hanbai:before {
  content: '販売価格：'
}
.higher_list .item-price.hanbai.catalog:after {
  content: '円（税込）~'
}
.higher_list .item-price.normal, .higher_list .item-price.normal_m, .higher_list .item-price.normal_s {
  margin-top: 0 !important
}
.higher_list .item-price.normal:before {
  content: '価格：'
}
.higher_list .item-price.normal_s:before {
  content: '価格(S)：'
}
.higher_list .item-price.normal_m:before {
  content: '価格(M)：'
}
.higher_list .item-price strong {
  font-weight: 400;
  vertical-align: baseline
}
.higher_list .item-price strong span {
  font-weight: 700;
  display: inline-block;
  margin-right: .05em
}
.higher_list .item-price ~ .item-price {
  margin-top: .2em
}
.cr-person .sec_txt {
  text-align: center
}
.cr-person .cr-person_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.cr-person .cr-person_item {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  -webkit-flex-basis: -webkit-calc((100% - 60px)/ 4);
  -ms-flex-preferred-size: calc((100% - 60px)/ 4);
  flex-basis: calc((100% - 60px)/ 4)
}
.cr-person .cr-person_item .cr-person_item_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 216px;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}
.cr-person .cr-person_item .cr-person_item_head a {
  font-size: 28px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-decoration: none !important;
  color: #fff;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.cr-person .cr-person_item.family .cr-person_item_head {
  background-image: url(/kekkonuchiiwai/2018/images/pic_for_family.jpg)
}
.cr-person .cr-person_item.boss .cr-person_item_head {
  background-image: url(/kekkonuchiiwai/2018/images/pic_for_boss.jpg)
}
.cr-person .cr-person_item.colleague .cr-person_item_head {
  background-image: url(/kekkonuchiiwai/2018/images/pic_for_colleague.jpg)
}
.cr-person .cr-person_item.friends .cr-person_item_head {
  background-image: url(/kekkonuchiiwai/2018/images/pic_for_friends.jpg)
}
.cr-person .cr-person_item .cr-person_item_detail {
  padding: 15px
}
.cr-person .cr-person_item .cr-person_item_txt {
  font-size: 16px;
  font-size: 1rem;
  min-height: 60px
}
.cr-person .btn-more {
  margin-top: 20px
}
.cr-person .btn-more a {
  font-size: 22px;
  font-size: 1.4rem;
  display: block;
  min-width: 0
}
.isTablet .cr-person .btn-more a {
  padding: 12px 0
}
.cr-point {
  margin-bottom: 60px;
  padding: 60px 0;
  background-color: #e4f0f4
}
.cr-point .cr-point-item {
  width: 80%;
  margin: 0 auto
}
.cr-point .cr-point_heading {
  font-size: 38px;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  background: url(/kekkonuchiiwai/2018/images/bg_ttl_senpai.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%
}
.cr-point .cr-point_heading::before {
  position: absolute;
  top: -30px;
  right: 40px;
  width: 63px;
  height: 59px;
  content: '';
  background: url(/kekkonuchiiwai/2018/images/bg_point_02.png) no-repeat;
  -webkit-background-size: 63px auto;
  background-size: 63px auto
}
.isTablet .cr-point .cr-point_heading::before {
  right: -30px
}
.cr-point .cr-point_heading span {
  font-weight: 700;
  color: #42b4d5
}
.cr-point .cr-point-item_heading {
  font-size: 28px;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 20px 0 10px;
  color: #42b4d5
}
.cr-point .cr-point-item_txt {
  font-size: 25px;
  font-size: 1.6rem
}
.cr-point .cr-point-item_txt span {
  font-weight: 700
}
.cr-headerBtns {
  margin-right: -webkit-calc(((100vw - 100%)/ 2) * -1);
  margin-right: calc(((100vw - 100%)/ 2) * -1);
  margin-left: -webkit-calc(((100vw - 100%)/ 2) * -1);
  margin-left: calc(((100vw - 100%)/ 2) * -1)
}
.cr-headerBtns .cr-headerBtnsList > li a {
  font-weight: 700;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  min-height: 44px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.cr-headerBtns .cr-headerBtnsList > li span {
  font-weight: 700;
  position: relative
}
.cr-headerBtns .cr-headerBtnsList > li span:nth-child(3) {
  padding: 2px 10px;
  border: 2px solid #fff
}
.cr-headerBtns .cr-headerBtnsList > li span:nth-child(2) {
  margin: 0 30px
}
.cr-headerBtns .cr-headerBtnsList > li span em {
  font-weight: 700
}
.cr-headerBtns .cr-headerBtnsList > li.band-coupon {
  background-color: #FF2B6F
}
.cr-headerBtns .cr-headerBtnsList > li.band-coupon a:hover {
  background-color: #ff6597
}
.cr-headerBtns .cr-headerBtnsList > li.band-coupon span:nth-child(1) {
  padding: 2px 20px;
  color: #ff4f4f;
  border-radius: 5px;
  background-color: #fff
}
.cr-headerBtns .cr-headerBtnsList > li.band-coupon span:nth-child(1):after, .cr-headerBtns .cr-headerBtnsList > li.band-coupon span:nth-child(1):before {
  font-size: 64px;
  font-size: 4rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}


.cr-headerBtns .cr-headerBtnsList > li.band-campaign {
  background-color: #ff87ae;
}
.cr-headerBtns .cr-headerBtnsList > li.band-campaign a:hover {
  background-color: #ffbcd2
}
.cr-headerBtns .cr-headerBtnsList > li.band-campaign span:nth-child(1) {
  padding: 2px 20px;
  color: #ff4f4f;
  border-radius: 5px;
  background-color: #fff
}
.cr-headerBtns .cr-headerBtnsList > li.band-campaign span:nth-child(2) {
  font-size: 32px;
  font-size: 2rem
}

.special_bnr_area{
    width: 930px;
    margin: 50px auto;
    text-align: center;
}

.special_bnr_area a{text-decoration:none!important;display:block}.special_bnr_area p{font-size:1.6rem;margin-top:5px}.special_bnr_single_outer{margin-bottom:2rem}.special_bnr_single_inner:first-child{margin-bottom: 2rem;}.special_bnr_double_outer{margin-bottom:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.special_bnr_double_inner{width:48%}