@charset "utf-8";

/*fs*/

p {
  margin: 0;
}

.fs-l-footer {
  border-top: none;
  background-color: #fff;
  margin-top: 0px;
}

.fs-l-footer a {
  color: #fff;
}

.fs-c-breadcrumb {
  border-bottom: 1px solid #ddd;
  padding: 10px 5%;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.fs-c-breadcrumb__list {
  max-width: 1120px;
  margin: 0 auto;
}

.fs-l-main {
  margin: 0 auto 60px;
  padding: 0px;
  max-width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-client-cart-count {
  width: 20px;
  height: 20px;
  position: absolute;
  background: #d0281a;
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  line-height: 1.3rem;
  text-align: center;
  font-size: 1.2rem;
  top: -4px;
  right: -7px;
  z-index: 100;
}

.fs-p-cartItemNumber {
  font-size: .5rem;
  top: -3px !important;
  right: -3px !important
}

.tp_login.my-true,
.tp_logout.my-false,
.tp_mypage.my-false,
.tp_register.my-true {
  display: none
}

/* common */

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a img {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover,
a:hover img {
  opacity: .6;
  text-decoration: none;
}

li {
  list-style: none;
}

.imgmax {
  width: 100%;
  height: auto;
  line-height: 1rem;
  display: block;
}

.mrb20 {
  margin-bottom: 20px;
}

.mrb40 {
  margin-bottom: 40px;
}

.mrb60 {
  margin-bottom: 60px;
}

.pconly {
  display: block;
}

.sponly,
#foot_areanav,
.spnav,
.snav__bg,
.sp__ricon,
#nav-toggle,
.sp__search,
.sp__banarea,
.f__logo--sp,
.sp__endbtn,
.foot__splink {
  display: none;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#page-top {
  display: block;
  z-index: 999;
  padding: 10px;
  font-size: 1.4rem;
  border-radius: 8px;
  background-color: #e53f52;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.tp_cp {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 10px;
}

.mb_txt p:not(:last-child) {
  margin-bottom: 20px;
}

.head__cover {
  padding: 0 3%;
}

#headers {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 0;
}

.header--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo,
.f__logo {
  max-width: 250px;
  width: 23%;
}

.head__banner {
  max-width: 240px;
  width: 19%;
  margin-right: 2%;
  margin-left: auto;
}

.topaction {
  max-width: 61%;
}

.topaction__area {
  margin-bottom: 18px;
}

.topaction__area,
.topaction__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topaction__area--list:not(:first-child) {
  margin-left: 13px;
}

.topaction--a,
.topaction--cart {
  font-weight: bold;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.topaction__area--list:last-child {
  width: 160px;
  text-align: center;
  position: relative;
}

.topaction--cart {
  padding: 12px 5%;
  background: url(../img/cart_bg.jpg);
  color: #fff !important;
  border-radius: 50px;
}

/*変更箇所メモ*/
.tp__icon {
  background-size: 20px 20px;
  padding: 3px 0 0 28px;
}

.i__cart {
  background: url(../img/i__cart.svg) no-repeat;
  background-position: left 2px;
}

/*変更箇所メモ*/
.i__login {
  background: url(../img/i__login.svg) no-repeat;
  background-position: top 0px left 2px;
}

.i__regist {
  background: url(../img/i__regist.svg) no-repeat;
  background-position: left 2px;
}

.i__history {
  background: url(../img/i__history.svg) no-repeat;
  background-position: left 2px;
}

.i__review {
  background: url(../img/review_icon.svg) no-repeat;
  background-size: 20px 18px;
  background-position: left 4px;
}
/*
.i__gift {
  background: url(../img/i__gift.svg) no-repeat;
  background-position: 8px 3px;
}*/

.i__order {
  background: url(../img/i__order.svg) no-repeat;
  background-position: left 3px;
}

.i__mail {
  background: url(../img/i__mail.svg) no-repeat;
  background-position: left 5px;
}

.topaction__info--list:not(:first-child) {
  margin-left: 30px;
  border-left: 1px solid #707070;
  padding-left: 30px;
}

#gnav {
  padding: 0 3%;
  background: url(../img/gnav_bg.jpg)
}

.gnav__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
}

.gnav__area--list {
  width: 14.2%;
  text-align: center;
  font-weight: 600;
}

.gnav__area--a {
  display: block;
  padding: 15px 5%;
  color: #fff !important;
}

.gnav__area--list:not(:first-child) .gnav__area--a {
  background: url(../img/gnav__line.svg) no-repeat left center;
}

.gnav__area--list:nth-child(n+8) {
  display: none;
}

.head__info {
  background: #7e0817;
  padding: 10px 5%;
  color: #dbb754;
  font-weight: bold;
}

.head__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.icon__deli {
  background: url(../img/icon__deli.svg) no-repeat left center;
  background-size: 21px 18px;
  padding: 5px 0 5px 31px;
}

.special__info {
  background: #f5f5f5;
  padding: 20px 5% 0px;
}

.special__info--area. .special__info--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.special__info--area {
  max-width: 1120px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.special__info--list {
  margin: 0 2% 2% 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  display: inline-block
}

.info--list__name {
  margin-right: 10px;
  background: #920013;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
}

.info--list__content {
  display: inline-block;
}

.underline {
  text-decoration: underline;
}

.sp-slide {
  position: absolute !important;
}

.mincyo,
.s__type--a,
.footer__tit {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.icon__w-arrow {
  background: url(../img/icon__w-arrow.svg) no-repeat right center / 18px 16px;
  padding-right: 22px;
}

.icon__r__arrow {
  background: url(../img/r__arrow.svg) no-repeat right center / 18px 16px;
  padding-right: 22px;
}

.maincontents {
  max-width: 1120px;
  margin: 20px auto 60px;
}

.top__subtit {
  text-align: center;
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 4.5rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.mainarea {
  max-width: 1120px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-side {
  width: 26.7%;
  max-width: 300px;
}

.side__banarea {
  margin-bottom: 30px;
}

.side__banarea--list:not(:last-child) {
  margin-bottom: 10px;
}

.side--subtit {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.fs-l-pageMain,
.main_cont {
  width: 69.6%;
}

.side_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.side_search--box {
  width: 76%;
  display: block;
  padding: 6px 10px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.side_search--submit {
  width: 20%;
  max-width: 80px;
  background: #222;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 8px 5px;
  border: none;
  cursor: pointer;
}

.s__type--a {
  background: #000;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 22px 5%;
  color: #fff !important;
  display: block;
  background-size: auto 100%;
}

.s__type--block {
  margin-bottom: 25px;
}

.s__type--list:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.s__type--list {
  padding: 7px 5%;
}

.footer__info {
  background: #efefef;
  padding: 60px 5%;
}

.f__logo {
  margin-bottom: 30px;
}

.f__area,
.foot_hokusen {
  max-width: 1120px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f__area--list {
  background: #fff;
  padding: 3%;
  width: 32%;
  margin: 0 2% 2% 0;
}

.f__first,
.f__end {
  width: 100%;
  margin-right: 0;
}

.f__area--list:nth-child(4) {
  margin-right: 0;
}

.f__end {
  margin-bottom: 0;
}

.gabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gabs--harf {
  width: 50%;
}

.gabs--harf:last-child {
  width: 44%;
}

.gabs--harf .bk__btn {
  max-width: 360px;
  margin: 0 auto;
}

.gabs--cent {
  text-align: center;
  margin-bottom: 20px;
}

.gabs__coution {
  -webkit-box-shadow: 0 0 0 2px #b5000a inset;
  box-shadow: 0 0 0 2px #b5000a inset;
  padding: 3%;
  text-align: center;
  color: #b5000a;
  font-weight: bold;
  margin-bottom: 20px;
}

.gabs__coution--tit {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 5px;
}

.gabs__coution--link {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 40px;
}

.coution--info__num {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.coution--info__num:first-child {
  margin-bottom: 30px;
}

.sendmap {
  margin-bottom: 25px;
}

.i_error {
  background: url(../img/error.svg) no-repeat left center;
  background-size: 23px 20px;
  padding: 5px 0 5px 33px;
}

.footer__tit {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 2.2rem;
  line-height: 3.2rem;
}

.send--logo {
  max-width: 100px;
  width: 100%;
  margin-bottom: 10px;
}

.send__table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-top: 20px;
}

.send__table--th,
.send__table--td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.send__table--th {
  width: 70%;
  background: #fbf3e5
}

.send__table--td {
  text-align: right;
}

.foot_paylist {
  margin-bottom: 20px;
}

.bk__btn {
  text-align: center;
}

.bk__btn--a {
  display: block;
  padding: 10px;
  border-radius: 6px;
  background: #000;
  color: #fff !important;
  font-weight: bold;
}

.red__btn--a {
  display: block;
  padding: 10px;
  border-radius: 6px;
  background: #b5000a;
  color: #fff !important;
  font-weight: bold;
}

.f__paymenttxt {
  margin-bottom: 20px;
}

.bk--icon__arrow {
  background: url(../img/bk--icon__arrow.svg) no-repeat right center;
  padding-right: 24px;
}

.f__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f__contact--list {
  text-align: center;
  width: 33.33333%;
  width: calc(100% / 3);
  padding: 10px 3%;
}

.f__contact--tit {
  font-weight: bold;
  margin-bottom: 20px;
}

.f__contact--list:not(:last-child) {
  border-right: 1px solid #ccc;
}

.btn__contact {
  background: #b5000a;
}

.btn__contact,
.btn__fax {
  display: block;
  padding: 15px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
}

.btn__fax {
  background: #000;
}

.freetel {
  margin: -15px auto 10px;
}

.freetel a {
  color: #000 !important;
}

.icon_w_mail {
  background: url(../img/icon_w_mail.svg) no-repeat left center;
  background-size: 29px 22px;
  padding: 5px 0 5px 38px;
}

.icon__freetel {
  background: url(../img/icon__freetel.svg) no-repeat left center;
  background-size: 43px 25px;
  padding: 5px 0 5px 53px;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
}

.fax__call {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
}

.f__contact--min {
  font-size: 1.4rem;
}

.c_red {
  color: #920013;
}

.ft__deli {
  max-width: 1120px;
  margin: 0 auto 30px;
  padding: 0 3% 30px;
  border-bottom: 1px solid #ccc;
}

.ft__deli,
.ft__deli--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ft__deli--poser {
  max-width: 17%;
}

.ft__deli--info {
  width: 78%;
}

.ft__deli--btn {
  width: 35%;
}

.ft__deli--btn {
  width: 35%;
}

.ft__deli--yamato {
  max-width: 100px;
  margin-bottom: 5px;
}

.ft__deli--txt {
  width: 62%;
}

.deli--btn--a {
  background: #b5000a;
  color: #fff !important;
  display: block;
  padding: 15px;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
}

.distributor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1120px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.5rem;
}

.distributor--list:not(:last-child) {
  margin-right: 30px;
}

.foot_inner {
  position: relative;
}

.f__linkblock {
  position: relative;
  max-width: 1120px;
  margin: 60px auto;
}

.f__link--area {
  font-size: 1.5rem;
}

.f__link--area,
.f__link--list:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f__link--list {
  width: 18%;
}

.f__link--list:first-child {
  width: 40%;
}

.f__link--tit {
  width: 100%;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.f__link--list:first-child .f__link--block {
  width: 48%;
}

.f__link a {
  color: #000;
}

.f__sns {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f__sns--list {
  width: 30px;
}

.f__sns--list {
  margin-left: 15px;
}

.footers--link {
  background: #333;
  padding: 10px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footers--a {
  color: #fff !important;
  padding: 0 10px;
}

.footers--list:not(:last-child) .footers--a {
  border-right: 1px solid #ccc;
}

.footers--list:not(:last-child) {
  font-size: 1.4rem;
}

.footers--end {
  max-width: 1120px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footers--name {
  width: 50%;
}

.ssllink {
  width: 40%;
}

.footers--bold {
  font-weight: bold;
  margin-bottom: 10px;
}

.footers--mins {
  font-size: 1.4rem;
  line-height: 2rem;
}

.ssllink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ssllink--link:not(:last-child) {
  margin-right: 10px;
}

.copys {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 40px;
}

/*top*/

.mainmvarea__cover {
  padding: 0 5%;
}

.mainmvarea {
  max-width: 1480px;
  margin: 20px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainmvarea--mv {
  max-width: 1090px;
  width: 73.6%;
}

.sp-bottom-thumbnails {
  max-width: 1090px;
  margin-top: 0px !important;
  width: 100% !important;
}

.sp-thumbnails {
  padding: 20px 0 0;
}

.sp-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: -1px;
  position: relative;
}

.sp-thumbnail-container {
  margin-right: 10px !important;
  max-width: 210px;
  background: #f5f5f5;
  overflow: visible !important;
  opacity: .5
}

.sp-thumbnail-container.sp-selected-thumbnail {
  background: #f8e0b6 !important;
  position: relative;
  opacity: 1;
}

.sp-thumbnail-container.sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  left: 44%;
  top: -12px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f8e0b6;
  border-left: 15px solid transparent;
  z-index: 9999;
}

.sp-thumbnail--img {
  margin-right: 5%;
  max-width: 80px;
}

.tp_impban {
  width: 25%;
  max-width: 370px;
}

.tp_impban--list:first-child {
  margin-bottom: 20px;
}

.pronoun__area,
.qualityarea {
  margin: 0 auto 60px;
}

.pronoun__box,
.pronoun__box--min--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pronoun__box--list,
.pronoun__box--b {
  width: 41%;
}

.pronoun--name {
  width: 8%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.pronoun__box--b {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.pronoun__box--list {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.pronoun__box--min--list:first-child {
  margin-bottom: 10px;
}

.pronoun__box--min--img {
  width: 49%;
}

.qualityarea--box,
.proud__linkarea,
.deals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.qualityarea--list {
  width: 22.5%;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: -1px;
}

.qualityarea--img {
  margin-bottom: 10px;
}

.proud__area {
  background: url(../img/proud__bg.jpg) repeat-x left top;
  padding: 80px 5% 0;
  margin-bottom: 60px;
}

.proud__cont {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.proud__cont .top__subtit {
  color: #fff;
}

.proud__btn {
  position: absolute;
  top: 5px;
  right: 0;
}

.proud__btn--a {
  background: #fff;
  display: block;
  padding: 10px 15px;
  border-radius: 6px;
  line-height: 1.6rem;
  color: #b5000a;
  font-weight: bold;
}

.proud__linkarea--list {
  width: 24.2%;
  background: #fff;
  text-align: center;
}

.box_video,
.proud__linkarea--a {
  display: block;
}

.box_video {
  position: relative;
}

video {
  width: 100%;
  height: auto;
}

.silhouette {
  text-align: center;
  margin: -105px auto 10px;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.4));
}

.proud__linkarea--a:hover .silhouette img {
  opacity: 1;
}

.proud__linkarea--name {
  font-size: 2.6rem;
  line-height: 3.6rem;
  margin-bottom: 20px;
}

.deals {
  margin-bottom: 54px;
}

.deals--list {
  width: 33.33333%;
  width: calc(100% / 3);
  position: relative;
  background: #000;
}

.deals--txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.deals--a {
  display: block;
  color: #fff !important;
  font-size: 2.4rem;
  line-height: 4rem;
  letter-spacing: 1px;
}

.deals--txt__big {
  font-size: 3.2rem;
}

.deals--a {
  opacity: 1;
}

.deals--a .deals--img {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.deals--a:hover,
.deals--a:hover img,
.deals--a:hover .deals--img {
  opacity: 1 !important;
}

.deals--txt {
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 1));
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 1));
}

.hide {
  display: none;
}

.ranktab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ranktab--list {
  width: 24.4%;
  text-align: center;
  background: #333;
  color: #fff;
  padding: 15px 5px;
  font-weight: bold;
}

.ranktab--list.select {
  background: #da8b00;
}

.ranktab--list,
.ranktab--list.select {
  background-image: linear-gradient(135deg, #fff 10px, transparent 0);
}

.rankcontent {
  background: #fbf3e5;
  padding: 5%;
  margin-bottom: 80px;
}

.tp_ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tp_ranking--list {
  width: 22%;
  margin-right: 4%;
  position: relative;
}

.tp_ranking--list:last-child,
.rank_first {
  margin-right: 0;
}

.rank_first {
  width: 100%;
}

.rank_first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.rank_first .tp_ranking--img {
  width: 54%;
}

.rank_first .tp_ranking--info {
  width: 40%;
}

.rank_first .tp_ranking--name {
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 3rrem;
  margin-bottom: 20px;
}

.tp_ranking--list:not(:first-child) .tp_ranking--img {
  margin-bottom: 10px;
}

.i_rank {
  max-width: 49px;
  height: auto;
  position: absolute;
  left: 0px;
  top: -20px;
  z-index: 2;
}

.tp_ranking--list:first-child .i_rank {
  top: 10px;
}


.other_cate--intxt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: normal;
  margin: 0 auto 40px;
}

.other_cate {
  width: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 80px;
  position: relative;
}

.other_cate--tit {
  position: relative;
  width: 40%;
  letter-spacing: 4px;
}

/* for Microsoft Edge */

@supports (-ms-ime-align:auto) {
  .other_cate--tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .other_cate--intxt {
    height: 300px;
  }
}


.other_cate--icon {
  width: 343px;
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 2;
}

.other_cate--link {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.other_cate--list {
  width: 31%;
  height: 400px;
}

.other_cate--a {
  display: block;
  background: #000;
  height: 400px;
  padding-top: 30%;
  position: relative;
  font-size: 2.4rem;
  line-height: 4rem;
  letter-spacing: 1px;
}

.other_cate--capt {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
}

.cate__yellow,
.cate__red,
.cate__bk {
  padding: 5px;
  margin-bottom: 6px;
}

.cate__yellow {
  background: #cbb765;
}

.cate__red {
  background: #951919;
}

.cate__bk {
  background: #000;
}

.cate--setitem {
  background: url(../img/cate--setitem.jpg) no-repeat center center;
  background-size: cover;
}

.cate--series {
  background: url(../img/cate--series.jpg) no-repeat center center;
  background-size: cover;
}

.cate--free {
  background: url(../img/cate--free.jpg) no-repeat center center;
  background-size: cover;
}

.manycheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 60px;
}

.manycheck--harf {
  width: 48%;
  padding: 4%;
  background: #eee;
}

.manycheck--harf:last-of-type {
  background: #fbf3e5
}

.m__check--tit {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  border-bottom: solid 1px #525252;
  padding-bottom: 15px;
  font-size: 1.8rem;
  line-height: 3rem;
}

.m__check--tit:before,
.m__check--tit:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.m__check--tit:before {
  border: solid 10px transparent;
  border-top: solid 10px #525252;
}

.m__check--tit:after {
  border: solid 14px transparent;
  border-top: solid 14px #eee;
  margin-top: -5px;
}

.manycheck--harf:last-of-type .m__check--tit:after {
  border-top: solid 14px #fbf3e5;
}

.tp_check--a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: underline;
}

.tp_check--img {
  width: 36%;
}

.tp_check--name {
  width: 56%;
}

.tp_check--list {
  margin-bottom: 20px;
}

.tp_check--btn__a {
  background: #b5000a;
  display: block;
  text-align: center;
  padding: 10px 5%;
  border-radius: 6px;
  color: #fff !important;
  font-weight: bold;
}

.tp_useful--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tp_useful--list {
  width: 32%;
  margin: 0 2% 2% 0;
}

.tp_useful--list:nth-child(3n) {
  margin-right: 0;
}


/*フォームお名前横*/
#fs_label_name::after {
  content: "※前方のボックスに「姓」、後方のボックスに「名」をご入力ください";
  font-weight:500;
  color:#FF0000;
}

/*フォーム左寄せ*/
.fs-c-inputTextGroup {
  justify-content: start;
}

/*姓名フォーム幅調整*/
.fs-c-inputTextGroup__item {
  flex: 0 1 40%;
}

/*各種フォーム幅調整*/
#fs_input_email ,#fs_input_addressLine1 ,#fs_input_addressLine2 ,#fs_input_addressLine3 {
width:80%;
}

/*都道府県フォーム幅調整*/
.fs-c-inputField__field.fs-system-assistTarget > .fs-c-dropdown {
width:40%;
}

/*電話番号フォーム幅調整*/
#fs_input_phoneNumber {
width:40%;
}

/*フォーム枠線色変更*/
[type=hidden],
[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=datetime],
[type=date],
[type=month],
[type=week],
[type=time],
[type=datetime-local],
[type=number],
select,
textarea {
  -webkit-appearance: none;
  border: 1px solid #999;
  line-height: 1.4;
  min-height: 1.8em;
  padding: 3px 5px;
  width: 100%;
}

/*フォーム枠線色変更（パスワード）*/
.fs-c-inputField__field.fs-c-inputGroup{
border-color: #999;
width:80%;
}

[type=hidden]:focus,
[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=datetime]:focus,
[type=date]:focus,
[type=month]:focus,
[type=week]:focus,
[type=time]:focus,
[type=datetime-local]:focus,
[type=number]:focus,
select:focus,
textarea:focus {
  border-color: #4CAAC0;
  box-shadow: inset 0 0 1px #4CAAC0;
  outline: none;
}
[type=hidden].is-error,
[type=text].is-error,
[type=search].is-error,
[type=tel].is-error,
[type=url].is-error,
[type=email].is-error,
[type=password].is-error,
[type=datetime].is-error,
[type=date].is-error,
[type=month].is-error,
[type=week].is-error,
[type=time].is-error,
[type=datetime-local].is-error,
[type=number].is-error,
select.is-error,
textarea.is-error {
  border-color: #da4453;
  background-color: #fceef0;
}

.change-button {
color:#FFFFFF!important;
}

@media screen and (max-width: 959px) {

  .tp_cp,
  .head__banner {
    display: none;
  }

  .topaction {
    max-width: 80%;
  }

  .mainmvarea {
    margin-bottom: 50px;
  }

  .special__info--list {
    font-size: 1.5rem;
  }

  .silhouette {
    margin-top: -50px;
  }

  .proud__linkarea--name {
    font-size: 2rem;
  }

  .maincontents,
  .mainarea {
    width: 90%;
  }

  .ranktab--list {
    font-size: 1.4rem;
  }

  .other_cate--icon {
    max-width: 300px;
  }

  .m__check--tit {
    font-size: 1.6rem;
  }

  .f__contact--list {
    padding: 10px 2%;
  }

  .btn__contact,
  .btn__fax {
    padding: 15px 10px;
  }

  .icon__freetel {
    font-size: 2.3rem;
  }

  .f__contact,
  .distributor {
    font-size: 1.5rem;
  }

  .gnav__area--list {
    font-size: 1.4rem;
    letter-spacing: -1px;
  }

  .f__linkblock,
  .footers--end {
    width: 90%;
  }

  .ft__deli {

    font-size: 1.3rem;
    padding: 0 0% 30px
  }

  .distributor {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .f__link--area {
    font-size: 1.3rem;
  }

  .footers--name {
    width: 36%;
  }

  .deli--btn--a {
    padding: 15px 5px;
  }

  /*future*/
  .fs-l-pageMain {
    margin: 0 auto 50px;
  }
}


@media screen and (max-width: 767px) {

  .sponly,
  #nav-toggle,
  .sp__search,
  .sp__banarea,
  .f__logo--sp,
  .sp__endbtn,
  .foot__splink {
    display: block;
  }

  .pconly,
  #sub_nav,
  .l-side,
  .topaction {
    display: none;
  }

  #headers {
    padding: 10px 0;
    position: relative;
    height: 60px;
  }

  .fs-body-top .fs-l-pageMain {
    width: 100% !important;
  }

  .main_cont {
    width: 100%;
  }

  .fs-l-pageMain {
    width: 90%;
    margin: 0 auto;
  }

  .logo {
    width: 130px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }

  .sp__hmenu {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1rem;
    margin-top: 14px;
  }

  #nav-toggle {
    width: 40px;
    position: absolute;
    top: 44%;
    left: 0;
  }

  .sp__ricon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    margin-top: 5px;
  }

  .sp__ricon--list {
    max-width: 40px;
    position: relative;
  }

  .sp__ricon--list:nth-child(2) {
    margin-left: 5px;
  }

  .sp__ricon--list a {
    display: block;
  }

  .sp__ricon--list .imgmax {
    width: 21px;
    height: 22px;
    margin: 0 auto -10px;
  }

  #singles .fs-l-pageMain {
    width: 90%;
  }

  /* Toggle Button */
  .burger {
    height: 18px;
    margin: 0 auto;
    left: 50%;
    margin-left: -37%;
  }

  .burger::before {
    top: 8px;
  }

  .burger::after {
    bottom: 8px;
  }

  .burger::before,
  .burger::after {
    content: "";
    display: block;
  }

  .burger::after,
  .burger::before,
  .burger {
    position: absolute;
    width: 24px;
    height: 4px;
    background: rgba(0, 0, 0, 1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border-radius: 2px;
  }

  #nav-toggle.menu-on .burger::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0px;
  }

  #nav-toggle.menu-on .burger::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0px;
  }

  #nav-toggle.menu-on .burger {
    background: rgba(111, 111, 111, .0);
  }

  .spnav {
    display: block;
    opacity: 0;
    position: fixed;
    top: -100vh;
    left: 0px;
    z-index: 1000;
    height: 100vh;
    width: 100vw;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 5vh 0 15vh;
  }

  .open .spnav {
    opacity: 1;
    top: 0%;
    height: 100vh;
    width: 100vw;
  }

  .open_detail .spnav_search {
    opacity: 1;
    left: 0%;
    z-index: 1000;
    overflow: auto;
    max-height: 9999px;
  }

  .inbox {
    width: 90vw;
    height: 80vh;
    overflow: auto;
    margin: 0 auto;
  }

  .spnav_search .scrolls {
    padding-top: 10px;
  }

  .open .snav__bg {
    display: block;
    z-index: 500;
    background: rgba(77, 77, 77, .7);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }

  .open #page-top {
    display: none !important;
  }

  .spf_navarea {
    background: #fff;
    padding: 5%;
    border-radius: 10px;
  }

  .spf_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .spf_tab--list {
    width: 50%;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
  }

  .spf_content--list {
    padding: 5%;
  }

  .spf_tab--list:first-child,
  .spf_content--list:first-child {
    background: #f5dfe1;
  }

  .spf_tab--list:last-child,
  .spf_content--list:last-child {
    background: #f5f5f5;
  }

  .spf__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .spf__item--cover {
    overflow: scroll;
    height: 420px;
  }

  .spf__item--list {
    text-align: center;
  }

  .spf__item--list {
    width: 49%;
    margin: 0 2% 2% 0;
  }

  .spf__item--list:nth-child(2n) {
    margin-right: 0;
  }

  .spf__item--a {
    display: block;
    padding: 12px 10px;
    background: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.3rem;
    letter-spacing: -1px;
    border-radius: 6px;
    color: #000 !important;
  }

  .spf__item--img {
    max-width: 32px;
    margin: 0 auto 6px;
  }

  .spf__item--icon {
    max-width: 18px;
    height: 18px;
    margin: 0 auto 6px;
  }

  .spf_singlebtn {
    text-align: center;
    margin-top: 10px;
  }

  .spf_singlebtn--act {
    color: #fff;
    display: block;
    padding: 10px 5px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .spf_pink {
    background: #cf4e58;
  }

  .spf_blue {
    background: #1b668d;
  }

  .spf_close {
    background: #666;
  }

  .line__ham {
    text-align: center;
  }

  .line__ham--a {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #ccc;
  }

  #gnav {
    padding: 0;
  }

  .gnav__area {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .gnav__area--list:nth-child(n+8) {
    display: block;
  }

  .gnav__area--list:nth-child(1),
  .gnav__area--list:nth-child(2),
  .gnav__area--list:nth-child(5),
  .gnav__area--list:nth-child(6),
  .gnav__area--list:nth-child(7) {
    display: none;
  }

  .gnav__area--list {
    width: 25%;
    line-height: 2rem;
    text-align: center;
  }

  .gnav__area--list:not(:first-child) .gnav__area--a {
    background: none;
  }

  .gnav__area--list:not(:nth-child(3)) .gnav__area--a {
    border-left: 1px solid #ccc;
  }

  .gnav__area--a {
    padding: 6px 5%;
    height: 100%;
    display: block;
  }

  .gnav__area--list:not(:nth-child(8)) .gnav__area--a {
    padding: 18px 5% 0;
  }

  .sp__search {
    padding: 12px 5%;
  }

  .sp__search .side_search {
    margin: 0;
  }

  /*変更箇所メモ（追加）*/
  input::-webkit-input-placeholder {
    line-height: normal;
  }

  input:-ms-input-placeholder {
    line-height: normal;
  }

  input::placeholder {
    line-height: normal;
  }

  .side_search--box {
    border: 1px solid #ccc;
  }

  .special__info--list {
    font-size: 1.3rem;
  }

  .special__info {
    padding-bottom: 16px;
  }

  .mainmvarea__cover {
    width: 100%;
    padding: 0;
    overflow-x: hidden;
  }

  .mainmvarea {
    display: block;
    margin: 0 auto;
  }

  .mainmvarea--mv {
    width: 100%;
  }

  .sp-bottom-thumbnails {
    display: none;
  }

  .box_video {
    overflow: hidden;
  }

  .sp-button {
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    background: #eee;
  }

  /*変更箇所メモ*/
  .sp-arrow {
    width: 15px !important;
    /*元10px*/
    height: 22px !important;
    /*元15px*/
  }

  .sp-selected-button {
    background: #960004 !important;
  }

  /*変更箇所メモ*/
  .sp-horizontal .sp-arrows {
    top: inherit !important;
    bottom: 160px;
    /*元-10px*/
    z-index: 999;
  }

  .sp-next-arrow:after,
  .sp-next-arrow:before,
  .sp-previous-arrow:after,
  .sp-previous-arrow:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #FFF !important;
    /*元#000*/
  }

  /*変更箇所メモ*/
  .sp-horizontal .sp-previous-arrow {
    left: 10px !important;
    /*元100px*/
  }

  /*変更箇所メモ*/
  .sp-horizontal .sp-next-arrow,
  .sp-horizontal.sp-rtl .sp-previous-arrow {
    right: 10px !important;
    /*元30px*/
  }

  .tp_impban {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 30px auto;
  }

  /*変更箇所メモ*/
  .tp_impban--list:first-child {
    margin-bottom: 0px;
    margin-right: 10px;
    /*元無し*/
  }

  .sp__banarea {
    width: 90%;
    margin: 0 auto 30px;
  }

  .sp__banarea--list:not(:last-child),
  .pronoun__box--b,
  .deals--list:not(:last-child) {
    margin-bottom: 10px;
  }

  .mainarea {
    width: 100%;
  }

  .pronoun__box {
    display: block;
  }

  .pronoun__box--list,
  .pronoun__box--b {
    width: 100%;
  }

  .pronoun--name {
    width: 100px;
    margin: 0 auto 30px
  }

  .top__subtit {
    font-size: 2.6rem;
    line-height: 3.6rem;
    margin: 0 auto 25px;
  }

  .qualityarea--box,
  .proud__linkarea {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .qualityarea--list,
  .proud__linkarea--list {
    width: 48%;
    margin: 0 4% 4% 0;
    text-align: left;
  }

  .qualityarea--list:nth-child(2n),
  .proud__linkarea--list:nth-child(2n) {
    margin-right: 0;
  }

  .proud__btn {
    display: none;
  }

  .proud__area {
    padding-top: 50px;
    margin-bottom: 40px;
    background-size: 100% 33%;
  }

  .proud__linkarea--name {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 10px;
  }

  .proud__linkarea--list p {
    padding: 0 5%;
    font-size: 1.4rem;
  }

  .deals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 40px;
  }

  .tp_ranking--list {
    width: 48%;
  }

  .rankcontent {
    padding: 40px 5%;
    margin-bottom: 50px;
  }

  .deals--list,
  .tp_ranking--list.rank_first,
  .rank_first .tp_ranking--img,
  .rank_first .tp_ranking--info {
    width: 100%;
  }

  .ranktab--list {
    font-size: 1.3rem;
    line-height: 1.8rem;
    width: 24.8%;
  }

  .ranktab--list:nth-child(1),
  .ranktab--list:nth-child(2) {
    padding-top: 26px
  }

  .rank_first,
  .manycheck {
    display: block;
  }

  .rank_first .tp_ranking--img {
    margin-bottom: 15px;
  }

  .tp_ranking--list:not(:first-child) {
    margin: 0 4% 40px 0;
  }

  .tp_ranking--list:nth-child(3),
  .tp_ranking--list:nth-child(5) {
    margin-right: 0;
  }

  .tp_ranking--list:nth-child(4),
  .tp_ranking--list:nth-child(5) {
    margin-bottom: 0;
  }

  .other_cate {
    display: block;
    width: 90%;
  }

  .other_cate--tit {
    width: 100%;
    display: block;
    position: relative;
  }

  .other_cate--link,
  .manycheck--harf {
    width: 100%;
  }

  .other_cate--intxt {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 2.8rem;
    line-height: 4rem;
    font-weight: normal;
    letter-spacing: 0;
  }

  /* for Microsoft Edge */
  @supports (-ms-ime-align:auto) {
    .other_cate--intxt {
      height: auto;
    }
  }

  .other_cate--a {
    font-size: 2rem;
  }

  .other_cate--a,
  .other_cate--list {
    height: 360px;
  }

  .other_cate--icon {
    position: absolute;
    right: 0;
    left: inherit;
    bottom: -20px;
    max-width: 180px;
  }

  .manycheck {
    margin-bottom: 50px;
  }

  .manycheck--harf {
    padding: 40px 5%;
  }

  .m__check--tit {
    font-size: 2rem;
  }

  .tp_useful--area {
    margin: 0 auto;
    width: 90%;
  }

  .tp_useful--list,
  .tp_useful--list:nth-child(3n) {
    width: 48%;
    margin: 0 4% 4% 0;
  }

  .tp_useful--list:nth-child(2n) {
    margin-right: 0;
  }

  .footer__info {
    padding: 0 0 1px;
  }

  .f__logo--sp {
    max-width: 170px;
    margin: 0 auto 30px;
  }

  .f__area--list:not(:last-child),
  .footer__tit,
  .f__contact--list:not(:nth-child(2)),
  .ft__deli,
  .distributor,
  .f__linkblock,
  .footers--link,
  .footers--end {
    display: none;
  }

  .f__contact--list:not(:last-child) {
    border: none;
  }

  .f__contact--list {
    width: 100%;
  }

  .f__area {
    width: 90%;
    margin-bottom: 20px;
  }

  .icon__freetel {
    font-size: 3rem;
  }

  .sp__endbtn {
    width: 100%;
    margin: 0 auto;
    background: #efefef;
    padding: 0 5%;
  }

  .sp__endbtn--list {
    margin-bottom: 15px;
  }

  .sp__endbtn .red__btn--a,
  .sp__endbtn .bk__btn--a {
    padding: 20px 5%;
  }

  .foot__splink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 25px;
  }

  .foot__splink--list {
    width: 49.5%;
    margin: 0 1% 1% 0;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2rem;
  }

  .foot__splink--list:nth-child(2n) {
    margin-right: 0;
  }

  .foot__splink--a {
    display: block;
    padding: 15px 2%;
    background: #fff;
    color: #000 !important;
  }

  .copys {
    padding: 20px 5%;
    margin-bottom: 0;
    background: #efefef
  }

  /*future*/
  .base__area {
    margin: 0 auto 0;
  }
  

/*フォーム中央寄せ*/
.fs-c-inputTextGroup {
  justify-content: space-between;
}

/*姓名フォーム幅調整*/
.fs-c-inputTextGroup__item {
  flex: 1 1 50%;
}

/*各種フォーム幅調整*/
#fs_input_email ,#fs_input_addressLine1 ,#fs_input_addressLine2 ,#fs_input_addressLine3 {
width:100%;
}

/*パスワード幅調整*/
.fs-c-inputField__field.fs-c-inputGroup{
width:100%;
}

/*都道府県フォーム幅調整*/
.fs-c-inputField__field.fs-system-assistTarget > .fs-c-dropdown {
width:100%;
}

/*電話番号フォーム幅調整*/
#fs_input_phoneNumber {
width:100%;
}

}

@media screen and (max-width: 320px) {}