@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 180% !important;
  color: #222 !important;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: 0.6;
}

ul {
  list-style: none;
}

.txt_c {
  text-align: center;
}

.img_max {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.mrb10 {
  margin-bottom: 10px;
}

.mrb20 {
  margin-bottom: 20px;
}

.mrb30 {
  margin-bottom: 30px;
}

.mrb40 {
  margin-bottom: 40px;
}

.mrb50 {
  margin-bottom: 50px;
}

.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}

.c_red {
  color: #f00;
}

.f_bold {
  font-weight: bold;
}

.f_110 {
  font-size: 110%;
}

.pg_head {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}

.pg_head_tcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 20px;
}

.pg_head_tcon_logo {
  width: 27%;
  max-width: 300px;
}

.pg_head_tcon_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pg_head_tcon_list {
  margin-right: 20px;
}

.pg_head_tcon_list a {
  text-decoration: underline;
}

.pg_head_tcon_list a:hover {
  text-decoration: none;
}

.pg_head_tcon_cart,
.pg_head_tcon_log {
  width: 185px;
  margin-left: 15px;
}

.pg_head_tcon_cartlink,
.pg_head_tcon_loglink {
  text-decoration: none;
}

.pg_head_tcon_cartlink {
  background: #D9333F;
  padding: 10px;
  display: block;
  color: #fff !important;
   !important;
  border: solid 2px #D9333F;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
}

.pg_head_tcon_loglink {
  padding: 10px;
  display: block;
  color: #D9333F !important;
  border: solid 2px #D9333F;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
}

.i_cart {
  padding-left: 25px;
  background-image: url(../img/icon_cart_w.svg);
  background-size: 16px;
  background-position: left center;
}

.i_key {
  padding: 10px 0 10px 25px;
  background-image: url(../img/icon_key.svg);
  background-size: 16px;
  background-position: left center;
}

.pg_head_bcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 20px;
}

.pg_head_bcon_l,
.pg_head_bcon_r {
  font-size: 110%;
  font-weight: bold;
}

.pg_head_bcon_l {
  padding-right: 20px;
  border-right: solid 1px #000;
}

.pg_head_bcon_r {
  padding-left: 15px;
}

.pg_head_bcon_l_red {
  color: #D9333F;
  font-size: 28px;
}

.pg_head_bcon_r_red {
  color: #D9333F;
  font-size: 30px;
}

.pg_head_bcon_r_p {
  font-size: 24px;
}

.pg_head_logoarea {
  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;
}

.wordsearch {
  width: 100%;
  background-size: 50%, contain;
  background: -webkit-gradient(linear, left top, right top, from(#072068), color-stop(50%, #072068), color-stop(50%, #D9333F), to(#D9333F));
  background: linear-gradient(90deg, #072068 0%, #072068 50%, #D9333F 50%, #D9333F 100%);
}

.wordsearch_bk {
  background-image: url(../img/nav_bk01.png), url(../img/nav_bk02.png);
  background-position: left, right;
  background-size: contain;
}

.wordsearch_con {
  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;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.nav__in--app {
  width: 80%;
  max-width: 900px;
}

.nav__in--navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__in--navi--list {
  width: 20%;
  text-align: center;
  background-color: #072068;
  border-left: solid 2px #fff;
}

.nav__in--navi--list:last-child {
  border-right: solid 2px #fff;
}

.nav__in--navi--a {
  color: #fff !important;
  display: block;
  padding: 18px 0;
}

#sample {
  width: 18%;
  max-width: 200px;
}

#sample .text {
  width: 100%;
  max-width: 200px;
  height: 42px;
  border: 1px solid #CCC;
  border-radius: 20px;
  text-indent: 10px;
  margin-right: -8px;
  font-size: 14px;
  padding-left: 10px
}

#sample .btn {
  background-color: rgba(0, 0, 0, 0);
  height: 17px;
  width: 17px;
  border: none;
  margin-left: -35px;
  margin-bottom: -3px;
}

::-webkit-input-placeholder {
  color: #BBBBBB;
}

:-ms-input-placeholder {
  color: #BBBBBB;
}

::placeholder {
  color: #BBBBBB;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  border-bottom: 5px solid #072068;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  border-bottom: 13px solid #072068;
}

.contents,
.fs-l-main {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 80px auto 120px;
  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;
}

.contents_side {
  width: 20%;
}

.contents_main,
.fs-l-pageMain {
  width: 73.5%;
}

.single {
  width: 100%;
}

.ft_red {
  color: #D9333F;
}

.side_catetit {
  font-size: 140%;
  line-height: 160%;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 10px
}

.side_catecon {
  margin-bottom: 40px;
}

.side_catebig_link {
  display: block;
  padding: 20px 10px;
  background-color: #072068;
  color: #fff !important;
  font-size: 120%;
  line-height: 140%;
}

.side_catesmo {
  border-bottom: solid 1px #ccc;
}

.side_catesmo_link {
  display: block;
  padding: 20px 10% 20px 10px;
  font-size: 115%;
  line-height: 140%;
  background-image: url(../img/arrow_l.svg);
  background-size: 10px;
  background-position: 94% center;
}

.contents_main_tit,
.fs-body-about-shippingPayment .fs-c-documentArticle__heading {
  font-size: 160%;
  line-height: 180%;
  letter-spacing: 3px;
  padding: 0 75px;
  background-image: url(../img/tit_bk.png), url(../img/tit_bk.png);
  background-size: 75px;
  background-position: left, right;
  text-align: center;
  color: #072068;
  margin-bottom: 30px;
  font-weight: bold;
}

.fs-body-about-shippingPayment .fs-c-documentArticle__heading {
  background-repeat: no-repeat;
  background-color: #fff;
}

.contents_main_tit:first-letter,
.fs-body-about-shippingPayment .fs-c-documentArticle__heading:first-letter {
  color: #D9333F;
}

.fs-body-about-shippingPayment .fs-c-documentSubColumn {
  display: none;
}

.contents_main_box {
  margin-bottom: 7%;
}

.contents_main_box_apparel {
  margin-bottom: 10%;
}

.contents_main_stit {
  font-size: 140%;
  line-height: 160%;
  letter-spacing: 3px;
  text-align: center;
  color: #072068;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}

.contents_main_stit::before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 90px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #D9333F;
}

.contents_main_list {
  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;
}

.contents_main_item {
  width: 48%;
  margin-bottom: 4%;
}

.contents_main_btn {
  width: 90%;
  max-width: 350px;
  margin: 20px auto 0;
  text-align: center;
}

.contents_main_btnlink {
  display: block;
  border: solid 2px #072068;
  color: #072068;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
}

.cmpbnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 80px auto;
}

.cmpbnr_bnr {
  width: 48%;
}

.brand,
.newitem,
.coordinate {
  margin: 0 auto 60px;
}

.informations {
  padding-bottom: 50px;
  border-bottom: solid 1px #C5C5C5;
}

.informations__block li {
  display: flex;
  margin: 0 auto 10px;
}

.informations__block li time {
  width: 20%;
  font-weight: bold;
  margin-right: 5%;
}

.contents_main_tit02 {
  font-size: 160%;
  line-height: 180%;
  letter-spacing: 3px;
  background-color: #072068;
  padding: 0px 15px;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contents_main_subtit {
  font-size: 16px;
  line-height: 16px;
  margin-left: 15px;
  font-weight: normal;
}

.coordinate_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 60px;
}

.coordinate_con {
  width: 15%;
}


.cremap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 90px;
}

.calender {
  width: 46%;
  max-width: 385px;
  padding-right: 8%;
  border-right: solid 1px #ccc;
}

.calender_tit_bk {
  background-color: #072068;
  margin-bottom: 25px;
}

.calender_tit {
  text-align: center;
  font-size: 120%;
  padding: 10px;
  background-image: url(../img/nav_bk01.png);
  background-position: left;
  background-size: contain;
  color: #fff !important;
}

.takuhai {
  width: 46%;
  max-width: 393px;
}

.takuhai_tit {
  text-align: center;
  font-size: 120%;
  padding: 10px;
  background-color: #F2F2F2;
  color: #072068;
  font-weight: 600;
  margin-bottom: 25px;
}

.takuhai_img {
  margin-bottom: 40px;
}

.fot_img {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.fot_img img {
  max-width: 1120px;
}

.footer_tit_bk {
  background-color: #072068;
}

.footer_tit {
  text-align: center;
  padding: 15px;
  font-size: 140%;
  color: #fff !important;
  background-image: url(../img/nav_bk01.png);
  background-position: left;
  background-size: contain;
  letter-spacing: 3px;
}

.footer_con {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 80px auto 60px;
}

.footer_con_se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.footer_con_se_box {
  width: 50%;
}

.footer_con_se_box:last-child {
  padding-left: 30px;
  border-left: 1px solid #CECECE;
}

.footer_con_tit {
  font-size: 115%;
  padding-left: 35px;
  background-image: url(../img/square.svg);
  background-size: 25px;
  background-position: left center;
  margin-bottom: 20px;
}

.footer_con_contact {
  font-size: 120%;
  font-weight: bold;
}

.footer_con_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.footer_con_contents02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.footer_con_contents_list {
  margin-right: 30px;
}

.footer_con_contents_link {
  display: block;
  background-image: url(../img/arrow_l.svg);
  background-size: 6px;
  background-position: 98% center;
  padding-right: 20px;
}

.footer_con_thr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
  border-top: 1px solid #CECECE;
}

.footer_con_thr_box {
  width: 30%;
  max-width: 310px;
}

.footer_con_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 35px;
}

.footer_con_btnlink {
  background-color: #072068;
  color: #fff !important;
  padding: 2px 5px;
}

.footer_con_tel,
.footer_con_mail {
  font-size: 110%;
  font-weight: bold;
  color: #D9333F;
}

.udline {
  text-decoration: underline;
}

.copys {
  text-align: center;
  font-size: 14px;
  padding: 25px;
}

#page-top {
  display: block;
  z-index: 999;
  padding: 10px 15px;
  border-radius: 8px 0 0 8px;
  background-color: #D9333F;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 0;
}

.brand_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 5px #D9333F;
}

.brand_cate {
  width: 25%;
  padding: 10px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-color: #072068;
  color: #fff !important;
  border: solid 1px #fff;
  border-bottom: none;
}

.brand_cate:first-child {
  border-left: none;
}

.brand_cate:last-child {
  border-right: none;
}

.brand_cate_t {
  margin: 50px auto 0;
}

.is-active {
  background-color: #D9333F;
}

.brand_cate_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand_cate_img {
  width: 34%;
  margin: 0 5% 5%;
}

.cal {
  background-color: #fff !important;
  FFF;
  width: 100%;
  /*    max-width: 250px;*/
  border-collapse: collapse;
  padding: 0px 0px 10px 0px;
  margin: 0 auto;
}

.cal th {
  background-color: #D9333F;
}

.cal_wrapper {
  margin: 30px 0;
}

.schedule_wrapper {
  padding: 10px 0px;
  width: 310px;
  border: solid 1px #CCC;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px #666;
  box-shadow: 1px 1px 3px #666;
}

.schedule_wrapper h3 {
  padding: 0px 10px;
  font-weight: normal;
  margin: 0px;
  font-size: 12px;
  color: #666;
}

.schedule_wrapper div.schedule_list {
  padding: 0px 10px;
  margin: 0px;
}

.schedule_wrapper div.schedule_list ol {
  padding: 0px;
  margin: 5px auto;
  border-top: solid 1px #CCC;
}

.schedule_wrapper div.schedule_list ol li {
  padding: 5px 10px 0px 0px;
  margin: 0px 0px 0px 30px;
  font-size: 12px;
  line-height: 1.5em;
}

.schedule_wrapper div.schedule_list ol li:hover {
  text-decoration: underline;
}

.cal_wrapper table.cal tr th p {
  padding: 5px;
  margin: 0px;
  color: #fff !important;
  font-size: 12px;
}

.cal_wrapper table.cal tr th div.cal_ui {
  float: right;
}

.cal_wrapper table.cal tr th div.cal_ui input {
  border: solid 1px #CCC;
  background-color: #fff !important;
  font-size: 12px;
  margin: 0px 1px;
  padding: 1px 5px;
  border-radius: 3px;
}

.cal_wrapper table.cal tr td {
  font-size: 13px;
  text-align: center;
  padding: 5px;
}

.cal_wrapper table.cal tr.headline td {
  padding: 5px 0px;
  color: #666;
}

.cal_wrapper table.cal tr.headline {
  background-color: #EEE;
}

.cal_wrapper table.cal tr td div {
  position: relative;
  font-size: 13px;
  text-align: center;
  background-color: #fff !important;
  border-radius: 3px;
}

.cal_wrapper table.cal tr td div span {
  display: none;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 180px;
  border: solid 1px #EEE;
  background-color: #fff !important;
  text-align: left;
  padding: 5px;
  z-index: 10;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
  -webkit-box-shadow: 1px 1px 3px #666;
  box-shadow: 1px 1px 3px #666;
}

/* 以下、クラス指定するときのアレ */

.cal_wrapper table.cal tr td div.Sat {
  color: #00F;
}

.cal_wrapper table.cal tr td div.Sun {
  color: #F00;
}

.cal_wrapper table.cal tr td div.Today {
  font-weight: bolder;
}

.cal_wrapper table.cal tr td div.Deli {
  background-color: #EFE;
}

.cal_wrapper table.cal tr td div.Holyday {
  font-weight: bolder;
  color: #F00;
  background-color: #FEE;
}

.cal_wrapper table.cal tr td div.Birthday {
  font-weight: bolder;
  background-color: #EEF;
  color: #090;
  border-radius: 3px;
}

.cal_wrapper table.cal tr td div.backward {
  color: #CCC;
  font-weight: normal;
  background-color: #fff !important;
  border-radius: 3px;
}

.footer {
  min-width: 1120px;
}

.invisible {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.0;
}


/*slick用CSSここから*/

.multiple {
  padding: 0;
}

.multiple img {
  width: 100%;
}

.multiple div {
  margin: 3px 5px;
}

.multiple .slick-next {
  right: 17px;
  z-index: 100;
}

.multiple .slick-prev {
  left: 23px;
  z-index: 100;
}

.slider-pro {
  background-color: #f0f0f0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.fs-c-breadcrumb {
  max-width: 1120px;
  margin: 0 auto;
}

/*form*/
.form__deal {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0 auto 50px;
}

.form--th,
.form--td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.form--th {
  width: 30%;
  text-align: left;
  font-weight: normal;
  background: #e0f1ff;
}

.form--th {
  width: 40%;
}

.need {
  margin-left: 10px;
  background: #900;
  color: #fff;
  font-size: 100%;
  line-height: 1em;
  padding: 5px;
  border-radius: 6px;
}

.form__deal input,
.form__deal button,
.inq__btn,
.form__deal select,
.form__deal textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.form__deal textarea {
  resize: vertical;
  padding: 5px;
}

.form__deal input[type='checkbox'],
.form__deal input[type='radio'] {
  display: none;
}

.form__deal input[type='submit'],
.form__deal input[type='button'],
.form__deal label,
.form__deal button,
.form__deal select,
.inq__btn {
  cursor: pointer;
}

.form__deal select::-ms-expand {
  display: none;
}

.inq__input {
  border: 1px solid #ccc !important;
  width: 80%;
  padding: 5px;
}

.inq__btn {
  background: #D9333F;
  color: #fff;
  width: 30%;
  margin: 0 auto;
  display: block;
  padding: 10px;
}

.form_top {
  width: 90%;
  max-width: 350px;
  margin: 40px auto 0;
  text-align: center;
}

.form_topbtn {
  display: block;
  border: solid 2px #072068;
  color: #fff;
  background-color: #072068;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
}

.fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
}

.fs-c-productList__list__item {
  padding: 0;
  width: 30%;
  margin: 0 5% 5% 0;
}

.fs-c-productList__list__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {

  body {
    margin-top: 60px;
  }

  .mrb10_sp {
    margin-bottom: 10px;
  }

  .fs-c-breadcrumb {
    margin: 0 auto;
    padding: 0 5%;
  }

  .contents_side {
    display: none;
  }

  .contents_main,
  .fs-l-pageMain {
    width: 100%;
    padding: 0 5%;
  }

  .contents_main_tit,
  .fs-body-about-shippingPayment .fs-c-documentArticle__heading {
    font-size: 120%;
    line-height: 140%;
    letter-spacing: 3px;
    padding: 0 40px;
    background-image: url(../img/tit_bk.png), url(../img/tit_bk.png);
    background-size: 40px;
    background-position: left, right;
    text-align: center;
    color: #072068;
    width: 100%;
    margin: 0 auto 20px;
  }

  .contents_main_stit {
    font-size: 110%;
    line-height: 130%;
    margin-bottom: 40px;
  }

  .contents_main_box {
    margin-bottom: 60px;
  }

  .cmpbnr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto;
  }

  .cmpbnr_bnr {
    width: 100%;
    margin-bottom: 20px;
  }

  .cmpbnr_bnr:last-child {
    margin-bottom: 0;
  }

  .informations {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }

  .informations__block li {
    display: block;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
  }

  .informations__block li time {
    width: 100%;
    font-weight: bold;
    margin-right: 0%;
  }

  .brand_cate_t {
    margin: 20px auto 0;
  }

  .brand_cate_box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand_cate_img {
    width: 48%;
    margin: 0 0 20px;
  }

  .cremap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .calender {
    width: 100%;
    padding: 0;
    border: none;
    margin: 0 auto;
  }

  .cal_wrapper {
    width: 90%;
    margin: 30px auto 0;
  }

  .takuhai {
    width: 100%;
    margin: 50px auto 0;
  }

  .contents,
  .fs-l-main {
    margin: 30px auto 30px;
    padding: 0;
  }

  .f_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 25px;
  }

  .f_navlist {
    width: 50%;
    border: solid 1px #fff;
    text-align: center;
  }

  .f_navlink {
    display: block;
    padding: 10px;
    background-color: #072068;
    color: #fff !important;
  }

  .footer_con {
    font-size: 90%;
    line-height: 140%;
    padding: 0 7%;
    margin: 0px auto;
  }

  .footer_con_tit {
    padding-left: 0;
    background-image: unset;
    text-align: center;
  }

  .footer_con_tit_mark {
    padding-left: 20px;
    background-image: url(../img/square.svg);
    background-size: 15px;
    background-position: left 42%;
  }

  .ft_add {
    margin: 20px auto 20px;
    color: #D9333F;
    font-weight: bold;
  }

  .sp-button {
    width: 10px;
    height: 10px;
    margin: 4px 5px;
  }

  .copys {
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    color: #fff !important;
    background-color: #072068;
    padding: 10px 5px;
    margin-top: 30px;
  }

  .wordsearch_sp {
    padding: 15px 25px;
    background-color: #D9333F;
  }

  .wordsearch_sp_con {
    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;
    -webkit-box-align: center;
    align-items: center;
    width: 340px;
    margin: 0 auto;
  }

  #sample_sp .text {
    width: 340px;
    height: 42px;
    border: 1px solid #CCC;
    border-radius: 20px;
    text-indent: 10px;
    margin-right: -8px;
    font-size: 14px;
  }

  #sample_sp .btn {
    background-color: rgba(0, 0, 0, 0);
    height: 17px;
    width: 17px;
    border: none;
    margin-left: -35px;
    margin-bottom: -3px;
  }

  .attention {
    padding: 15px 10px;
    background: #EAEAEA;
  }

  .wordsearch_con_word_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }

  .wordsearch_con_word_list {
    text-align: center;
    margin: 2% 0;
    margin-right: calc(4% / 3);
    width: 24%;
  }

  .wordsearch_con_word_list:nth-child(4n) {
    margin-right: 0;
  }

  .wordsearch_con_word_link {
    display: block;
    background-color: #fff !important;
    padding: 2px;
    font-size: 14px;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /*    ヘッダー*/

  .head {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 100;
    padding: 0;
  }

  #c-header {
    width: 100%;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0px 5%;
    height: 60px;
  }

  .c-header__logo {
    width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }

  #nav-toggle {
    width: 34px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
  }

  .nav-toggle__line {
    width: 32px;
    position: relative;
    letter-spacing: 1.3px;
    padding-top: 20px;
    margin: 0 auto;
  }

  #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition: top .2s ease, -webkit-transform .3s ease-in-out;
    -webkit-transition: top .2s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .2s ease;
    transition: transform .3s ease-in-out, top .2s ease, -webkit-transform .3s ease-in-out;
  }

  .nav-toggle__line--f {
    top: 0;
  }

  .nav-toggle__line--s {
    top: 9px;
  }

  .nav-toggle__line--t {
    top: 18px;
  }

  .c-header__name {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
  }

  .c-header__act {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 25%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
  }

  .c-header__act--icon-mypage {
    width: 20px;
    margin: 0 auto;
  }

  .c-header__act--icon-cart {
    width: 24px;
    margin: 0 auto;
  }

  .spnav {
    opacity: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    background: #fff;
    -webkit-transition: 1s;
    transition: 1s;
    left: -320px;
    z-index: 1000;
    height: 100vh;
    width: 320px;
    padding-top: 70px;
  }

  .inbox,
  .inmenu {
    margin: 0 auto;
    width: 300px;
    height: 90vh;
    overflow: auto;
    padding-bottom: 0;
  }

  .scrolls {
    padding-bottom: 50px;
  }

  .wordsearch {
    display: none;
  }

  .close_btn {
    cursor: pointer;
    background: #002373;
    color: #fff !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    text-align: center;
    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;
    -webkit-transition: .3s;
    transition: .3s;
    height: 50px;
    width: 50px;
    line-height: 13px;
    font-size: 11px;
    font-weight: 500;
  }

  .i_close,
  #i_serchtp,
  #i_carttp {
    width: 20px;
    height: 20px;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  .header-bar__search-form {
    width: 300px;
    max-width: 350px;
    height: 40px;
    border-radius: 20px;
    margin: 0 auto 30px;
    background: #fff;
    padding: 0 0px;
    overflow: hidden;
    border: 1px solid #aaa;
    position: relative;
  }

  .ser-in {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }

  .form--sys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form--sys__label {
    margin-left: 5%;
    width: 80%;
    padding: 3px;
  }

  .header-bar__search-form .header-bar__search-input {
    border: none;
    font-size: 16px;
  }

  .header-bar__search-submit {
    width: 44px;
    height: 44px;
    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;
    background: #eee;
    border: none;
  }

  .open .spnav {
    opacity: 1;
    left: 0%;
  }

  .open .snav__bg {
    display: block;
    z-index: 500;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .spnav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .spnav__link--list {
    font-size: 14px;
    width: 50%;
    border: 1px solid #ccc;
    margin: 0 -0.5px -1px;
  }

  .spnav__link--a {
    display: block;
    padding: 12px;
    background: url(../img/arrow_l.svg) no-repeat 95% center / 6px 10px;
  }

  .spnav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
  }

  .link-cate {
    font-size: 15px;
    border: 1px solid #ccc;
    width: 100%;
    margin: 0 0 -1px;
  }

  .spnav__link--plus {
    display: block;
    padding: 12px;
    background: url(../img/r_plus.svg) no-repeat 95% center / 10px 10px;
  }

  .spnav__link--plus.active {
    display: block;
    padding: 12px;
    background: url(../img/r_muinus.svg) no-repeat 95% center / 10px 10px;
  }

  .link-cate--child {
    display: none;
  }

  .link-cate--min:first-child {
    border-top: 1px solid #ccc;
  }

  .link-cate--min {
    border-bottom: 1px solid #ccc;
  }

  .link-cate--min:last-child {
    border-bottom: none;
  }

  .user_name,
  .sp_sidecate {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin: 30px auto 10px;
  }

  .sp_haimg {
    width: 80%;
    margin: 20px auto;
  }

  .fot_img {
    bottom: -2px;
  }

  #page-top_sp {
    z-index: 2;
    -webkit-transition: .3s;
    transition: .3s;
    position: fixed;
    bottom: 92px;
    right: 10px;
    font-size: 12px;
    line-height: 18px;
    width: 55px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

}


/*下層ページ*/

.p-company {
  margin: 0 0 80px;
}

.p-company_tbl {
  width: 100%;
  margin: 40px auto;
  border: solid 1px #ddd;
}

.p-company_th {
  background: #f6f6f6;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  color: #000;
  padding: 10px;
  width: 25%
}

.p-company_td {
  width: 75%;
  border-bottom: solid 1px #ddd;
  padding: 10px;
}

.p-company_tbl tr:last-child .p-company_th,
.p-company_tbl tr:last-child .p-company_td {
  border-bottom: none;
}

.contents_main_mid,
.fs-body-about-shippingPayment .fs-c-documentColumn__heading,
.fs-c-documentArticle__heading {
  font-size: 130%;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 3px #072068;
  border-left: none;
  margin: 60px auto 20px;
}

.fs-c-documentArticle__heading {
  color: #000;
  text-align: left;
  background: none;
  padding-left: 0;
}

.contents_main_mid_tp,
.fs-body-about-shippingPayment .fs-c-documentColumn__heading {
  margin-top: 40px;
}

.fs-body-about-shippingPayment .fs-c-documentColumn__heading {
  padding-left: 0;
}

.contents_main_smid {
  font-size: 110%;
  font-weight: bold;
  margin: 0 auto 5px;
}

.contents_main_ptxt {
  margin-left: 25px;
}

.p-payment {
  margin: 0 0 80px;
}

.p-payment_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}

.p-payment_con {
  width: calc(100% / 8);
}

.p-payment_con_tit {
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  background-color: #f7f7f7;
  padding: 2px 3px;
  font-size: 95%;
}

.p-payment_con_price {
  text-align: right;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding: 2px 3px;
  font-size: 95%;
}

.p-payment_tbl,
.fs-body-about-shippingPayment .fs-c-specTable {
  width: 100%;
  margin: 40px auto;
  border: solid 1px #ddd;
}

.fs-body-about-shippingPayment .fs-c-specTableContainer {
  display: block;
}

.p-payment_mth,
.fs-body-about-shippingPayment .fs-c-specTable__caption {
  background-color: #ddd;
  border-bottom: solid 1px #ddd;
  padding: 5px;
}

.p-payment_th,
.fs-body-about-shippingPayment .fs-c-specTable__headerCell {
  background: #f6f6f6;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  color: #000;
  padding: 10px;
  width: 20%;
  font-weight: normal;
}

.p-payment_td,
.fs-body-about-shippingPayment .fs-c-specTable__dataCell {
  width: 80%;
  border-bottom: solid 1px #ddd;
  padding: 20px 10px;
  font-size: 90%;
}

.fs-body-about-shippingPayment .fs-c-specTable__headerCell,
.fs-body-about-shippingPayment .fs-c-specTable__dataCell {
  border: 1px solid #ddd;
}

.fs-body-about-shippingPayment .fs-c-specTable__dataCell {
  text-align: left;
}

.p-payment_tbl tr:last-child .p-payment_th,
.p-payment_tbl tr:last-child .p-payment_td {
  border-bottom: none;
}

.p-payment_td_list {
  list-style: unset;
  padding-left: 20px;
}

.p-payment_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-payment_tbl02 {
  width: 50%;
  margin: 40px 0;
  border: solid 1px #ddd;
}

.p-payment_th_match {
  background: #f6f6f6;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  color: #000;
  padding: 10px;
  width: 80%;
}

.p-payment_th_pay {
  background: #f6f6f6;
  width: 20%;
  border-bottom: solid 1px #ddd;
  padding: 10px;
  font-size: 90%;
}

.p-payment_td_match {
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  color: #000;
  padding: 10px;
  width: 80%;
}

.p-payment_td_pay {
  width: 20%;
  border-bottom: solid 1px #ddd;
  padding: 10px;
  font-size: 90%;
  text-align: right;
}

.p-payment_tbl02 tr:last-child .p-payment_td_match,
.p-payment_tbl02 tr:last-child .p-payment_td_pay {
  border-bottom: none;
}

.p-payment_stit {
  font-size: 130%;
}

.list_dot {
  list-style: unset;
}

.footer_con_link {
  text-decoration: underline;
}

.footer_con_link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.my_logout {
  display: block;
  text-align: center;
  order: 3;
  width: 30%;
  margin: 0 auto;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.my_logout--a {
  display: block;
  padding: 5%;
  background: #333;
  border-radius: 3px;
  color: #fff !important;
  font-weight: bold;
}


@media screen and (max-width: 768px) {

  .p-company_tbl {
    margin: 20px auto;
  }

  .p-company_th {
    border-right: none;
    border-top: solid 1px #ddd;
    display: block;
    width: 100%;
  }

  .p-company_tbl tr:first-child .p-company_th {
    border-top: none;
  }

  .p-company_tbl tr:last-child .p-company_th {
    border-bottom: solid 1px #ddd;
  }

  .p-company_td {
    border-bottom: none;
    display: block;
    width: 100%;
  }

  .contents_main_mid,
  .fs-body-about-shippingPayment .fs-c-documentColumn__heading {
    font-size: 110%;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: solid 3px #072068;
    margin: 40px auto 20px;
  }

  .contents_main_mid_tp,
  .fs-body-about-shippingPayment .fs-c-documentColumn__heading {
    margin-top: 20px;
  }

  .contents_main_smid {
    font-size: 105%;
    font-weight: bold;
    margin: 0 auto 5px;
  }

  .contents_main_ptxt {
    margin-left: 15px;
  }

  .p-payment_con {
    width: calc(100% / 3);
  }

  .p-payment_tbl {
    margin: 20px auto;
  }

  .p-payment_mth {
    padding: 10px;
  }

  .p-payment_th {
    border-right: none;
    border-top: solid 1px #ddd;
    display: block;
    width: 100%;
  }

  .p-payment_tbl tr:first-child .p-payment_th {
    border-top: none;
  }

  .p-payment_tbl tr:last-child .p-payment_th {
    border-bottom: solid 1px #ddd;
  }

  .p-payment_td {
    border-bottom: none;
    display: block;
    width: 100%;
  }

  .p-payment_th_match,
  .p-payment_td_match {
    width: 75%;
  }

  .p-payment_th_pay,
  .p-payment_th_pay {
    width: 25%;
  }

  .p-payment_tbl02 {
    width: 100%;
  }

  .p-payment_stit {
    font-size: 110%;
  }

  /*form*/
  .form--th,
  .form--td {
    display: block;
    width: 100%;
  }

  .inq__input {
    width: 100%;
  }

  .inq__btn {
    width: 80%;
  }
  
  .fs-c-productList__list__item,
  .fs-c-productList__list__item:nth-child(3n){
    padding: 0;
    width: 48%;
    margin: 0 4% 5% 0;
  }

  .fs-c-productList__list__item:nth-child(2n) {
    margin-right: 0;
  }
  
  .my_logout {
    width:80%;
  }
  
  .fs-c-accountService__page {
    flex-basis: 48%;
  }
}
