@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
/* --------------------------------------------------
  ヘッダー
 --------------------------------------------------*/
#header #greenFd {
  position: relative;
  z-index: 2;
  height: 40px;
  background-color: inherit;
  padding-bottom: 27px;
  background-image: url(../images/jack_natal_2601/header-bg01.png);
  background-repeat: repeat-x;
  background-size: 35px;
  background-position: left bottom;
}
#header #greenFd:after {
}
#header #greenFd .helpLink {
  right: 20px;
}
#header #greenFd .helpLink a {
  color: #000000;
  line-height: 1.4;
  background-image: url(../images/jack_natal_2601/help_icon.png);
  height: 16px;
  width: 16px;
  background-size: 16px;
}
#header #greenFd #topInfo {
  position: relative;
  padding-bottom: 9px;
  padding-left: 60px;
  background-image: url(../images/jack_natal_2601/txt_news.png);
  background-size: auto 16px;
}
#header #greenFd #topInfo ul {
  margin-top: 2px;
}
#header #greenFd #topInfo ul li a {
  padding-bottom: 1px;
  border-bottom: 1px solid #CF3608;
  color: #CF3608;

}
#header #controlFd {
  background-color: #edede4;
  background-image: none;
}
#header #controlFd .btnList li:not(.cart) a {
  background-color: #edede4;
  background-image: none;
}


#header .hdr_inner .hdr_left,
#header .hdr_inner .hdr_center,
#header .hdr_inner .hdr_right {
  max-width: 25%;
  flex: 0 0 25%;
}
#header .hdr_inner .hdr_center {
  max-width: 50%;
  flex: 0 0 50%;
}

#header .hdr_inner .hdr_left img {
  width: 205px;
}

#header .hdr_inner .hdr_center {
  max-width: 60.3333%;
}

/* --------------------------------------------------
  先行予約・コラボ共通スタイル
 --------------------------------------------------*/
#yoyakuSect,
#collaboSect {
  overflow: hidden;
  width: 100%;
  background-color: #EAEBDF;
}
#yoyakuSect .index span:before,
#collaboSect .index span:before {
  background-color: #F0EEEC;
}
#yoyakuSect .bx-wrapper,
#collaboSect .bx-wrapper {
  position: relative;
}
#yoyakuSect .bx-viewport,
#yoyakuSect .bx-wrapper,
#collaboSect .bx-viewport,
#collaboSect .bx-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
#yoyakuSect .slides,
#collaboSect .slides {
  opacity: 0;
}
#yoyakuSect .slides li,
#collaboSect .slides li {
  position: relative;
  line-height: 0;
}
#yoyakuSect .slides li a,
#collaboSect .slides li a {
  display: block;
  position: relative;
  text-decoration: none;
}
#yoyakuSect .slides li a img,
#collaboSect .slides li a img {
  width: 100%;
}
#yoyakuSect .slides li .endDate,
#collaboSect .slides li .endDate {
  display: none;
}
#yoyakuSect .slides li .over,
#collaboSect .slides li .over {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  padding: 0 30px 0 13px;
  background-position: right top;
  background-color: #C71628;
  background-image: url(../images/common/over_time.png);
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
}
#yoyakuSect .slides li .over span,
#collaboSect .slides li .over span {
  font-size: 15px;
}

#pickUpSect .pickList li .cap {
  background-color: rgba(0, 41, 80, 0.8);
}
#yoyakuSect .slides li .cap,
#collaboSect .slides li .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 293px;
  padding: 11px 12px 9px;
  background-color: rgba(0, 41, 80, 0.8);
  background-color/***/: #000 \9;
  color: #ddd;
  font-size: 12px;
  line-height: 1.5;
}
#yoyakuSect .slides li .cap .add,
#collaboSect .slides li .cap .add {
  display: block;
  color: #c00d03;
  font-size: 10px;
}
#yoyakuSect .bx-controls-direction a,
#collaboSect .bx-controls-direction a {
  display: block;
  position: absolute;
  top: 109px;
  width: 26px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: repeat-x;
  background-color/***/: #000 \9;
  text-indent: -9999px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
#yoyakuSect .bx-controls-direction .bx-prev,
#collaboSect .bx-controls-direction .bx-prev {
  left: 10px;
  background-position: 10px center;
  background-image: url(../images/common/arrow_lt.png);
}
#yoyakuSect .bx-controls-direction .bx-prev:hover,
#collaboSect .bx-controls-direction .bx-prev:hover {
  background-position: -21px center;
}
#yoyakuSect .bx-controls-direction .bx-next,
#collaboSect .bx-controls-direction .bx-next {
  right: 10px;
  background-position: 11px center;
  background-image: url(../images/common/arrow_rt.png);
}
#yoyakuSect .bx-controls-direction .bx-next:hover,
#collaboSect .bx-controls-direction .bx-next:hover {
  background-position: 41px center;
}
#yoyakuSect .bx-controls,
#collaboSect .bx-controls {
  margin: 32px 0 54px;
  font-size: 0;
  text-align: center;
}
#yoyakuSect .bx-controls .bx-pager,
#collaboSect .bx-controls .bx-pager {
  display: inline-block;
}
#yoyakuSect .bx-controls .bx-pager-item,
#collaboSect .bx-controls .bx-pager-item {
  display: inline-block;
  width: 11px;
  height: 10px;
  margin: 0 6px;
  background-image: url(../images/common/point_df.png);
  background-repeat: no-repeat;
}
#yoyakuSect .bx-controls .bx-pager-link,
#collaboSect .bx-controls .bx-pager-link {
  display: inline-block;
  width: 11px;
  height: 10px;
  text-indent: -9999px;
  background-size: 11px 10px;
}
#yoyakuSect .label {
  background-color: #CF3608;
  display: flex;
  align-items: center;
}

/* --------------------------------------------------
  先行予約セクション
 --------------------------------------------------*/
#yoyakuSect .yoyakuSect_inner {
  position: relative;
  width: 970px;
  margin: 0 auto;
}
#yoyakuSect .yoyakuSect_inner .toList {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0 0 0 24px;
  background-position: left center;
  background-image: url(../images/top/list_icon.png);
  background-repeat: no-repeat;
}
#yoyakuSect .slides li a img {
  padding-top: 0;
}
#yoyakuSect .slides li .type {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #fff;
  height: 26px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 26px;
  padding: 0 30px 0 13px;
  background-color: #C71628;
  background-image: url(../images/jack_natal_2601/over_time.png);
  background-repeat: no-repeat;
  background-position: right top;
}
#yoyakuSect .slides li .over {
  top: 25px;
  right: 0;
  left: auto;
  color: #C71628;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  background-image: none;
  background-color: transparent;
}
#yoyakuSect .slides li .over span {
  font-size: 18px;
}
#yoyakuSect .slides li .cap {
  width: 453px;
}
#yoyakuSect .slides li .cap .add {
  color: #c00d03;
}
#yoyakuSect .slides li .slides_node-blue .over {
  color: #196c9e;
}
#yoyakuSect .slides li .slides_node-blue .type {
  background-color: #196c9e;
  background-image: url(../images/jack_natal_2601/over_time-blue.png);
}
#yoyakuSect .slides li .slides_node-blue .cap .add {
  color: #196c9e;
}
#yoyakuSect .bx-controls-direction a {
  top: 50%;
  transform: translateY(-50%);
}

/* --------------------------------------------------
  メインビジュアル
 --------------------------------------------------*/

#mainVisual .slides li .cap {
  background-color: rgba(0, 41, 80, 0.8);
}

/* --------------------------------------------------
  コラボセクション
 --------------------------------------------------*/
#collaboSect {
  margin-top: 60px;
  padding-top: 60px;
}
#collaboSect .cap {
  width: 299px !important;
}
#collaboSect .bx-controls-direction a {
  top: 109px;
}

/* --------------------------------------------------
  バナー関連
 --------------------------------------------------*/
.bnr img,
.bnrList img {
  width: 100%;
}

.bnr {
  margin-bottom: 15px;
}

/* --------------------------------------------------
  ロゴ
 --------------------------------------------------*/
.logo {
  display: block;
}
.logo a {
  text-decoration: none;
  width: auto;
}
.logo a .sub {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .08em;
  text-align: center;
  margin: 0;
  text-decoration: none;
  padding-bottom: 0;
  line-height: 1.4;
}

h1.logo a {
  text-decoration: none;
}

.logo_img {
  display: block;
  position: relative;
  height: 115px;
  font-size: 0;
  margin: 0 auto;
}
.logo_img img {
  transition: 300ms ease;
  transform: translateX(70px);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px auto 0;
  width: auto !important;
  height: 70px;
}
.logo_img img.show {
  transform: translateX(0);
  opacity: 1;
}
.logo_img img.animate {
  transform: translateX(-70px);
  opacity: 0;
}

#header .hdr_bottom.bottom1 .hdr_inner .gNav > ul > li > a {
  min-height: auto;
  padding-bottom: 20px;
}

/* --------------------------------------------------
  ピックリスト
 --------------------------------------------------*/
.natalPickList li {
  padding: 18px 0;
  border-bottom: 1px solid #eee;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: 400ms ease;
  -moz-transition: 400ms ease;
  -ms-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
}
.natalPickList li:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.natalPickList li a {
  text-decoration: none;
}
.natalPickList li .img {
  display: table-cell;
  padding: 0 10px 0 0;
}
.natalPickList li .img img {
  width: 80px;
  vertical-align: bottom;
}
.natalPickList li .cap {
  display: table-cell;
  vertical-align: top;
  font-size: 13px;
  color: #444;
  line-height: 1.6;
}
.natalPickList li .cap .date {
  display: block;
  margin-bottom: 5px;
}
#topicSect .natalPickList li .cap {
  font-size: 13px;
}
#blogSect .natalPickList li .cap {
  font-size: 12px;
}
.natalPickList li:first-child {
  padding: 0 0 18px;
}

/* --------------------------------------------------
  ブログセクション
 --------------------------------------------------*/
#blogSect {
  background-color: initial;
  padding-top: 45px;
  padding-bottom: 0;
}

/* --------------------------------------------------
  ランキングセクション
 --------------------------------------------------*//
#rankingSect {
background-color: #EAEBDF;
}
#rankingSect .index span {
  width: auto;
  padding: 0 23px;
}
#rankingSect .itemList li#ranking_no1 .flag {
  background: none;
}
#rankingSect .itemList li#ranking_no1 .flag span {
  width: 24px;
  height: 27px;
  background-image: url(../images/jack_natal_2601/num1.png) !important;
  background-position: top;
  background-size: 24px 27px;
}
#rankingSect .itemList li#ranking_no2 .flag {
  background: none;
}
#rankingSect .itemList li#ranking_no2 .flag span {
  width: 24px;
  height: 27px;
  background-image: url(../images/jack_natal_2601/num2.png) !important;
  background-position: top;
  background-size: 24px 27px;
}
#rankingSect .itemList li#ranking_no3 .flag {
  background: none;
}
#rankingSect .itemList li#ranking_no3 .flag span {
  width: 24px;
  height: 27px;
  background-image: url(../images/jack_natal_2601/num3.png) !important;
  background-position: top;
  background-size: 24px 27px;
}

/* --------------------------------------------------
  アバウトセクション
 --------------------------------------------------*/
#aboutSect {
  padding: 60px 0;
}

.aboutSect_inner + .aboutSect_inner {
  margin-top: 60px;
}
.aboutSect_inner .index {
  margin-bottom: 50px;
  text-align: center;
}
.aboutSect_inner .index span {
  width: 303px !important;
  height: 30px;
}
.aboutSect_inner .index span img {
  /*width: 176px;*/
  height: 23px;
}

.aboutBlock {
/*  width: 760px;
  margin: 0 auto;
  display: flex;
  align-items: center;
*/}

.aboutBlock_info {
  /*width: 540px;*/
  /*margin-left: 45px;*/
}
.aboutSect_inner {
  overflow: hidden;
  width: 783px;
  margin: 0 auto;
}

.aboutBlock {
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 40px;
}

.aboutBlock_img {
  text-align: center;
}

.aboutBrand_name {
  font-family: "Lato", sans-serif;
  font-size: 18px !important;
  letter-spacing: .08em;
  font-weight: bold;
}

.aboutMoreButton {
  text-align: center;
  margin-top: 30px;
}
.aboutMoreButton img {
  width: 150px;
}

.aboutBrand_text {
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1.7;
  margin-top: 15px;
}

.instaDetail {
  font-size: 14px;
  letter-spacing: .06em;
  display: flex;
  align-items: center;
  margin-top: 9px;
}

.iconInsta {
  height: 15px;
  margin-right: 7px;
}

/* --------------------------------------------------
  SNSリンク
 --------------------------------------------------*/
/*#snslinks ul li.snav2 .i {
  background-image: url(../images/jack_natal_2601/snav2_i.png);
  background-size: 40px auto;
}
#snslinks ul li.snav2 .tx {
  width: 110px;
  color: #fff;
  background-image: url(../images/jack_natal_2601/snav2.png);
  background-size: 52px auto;
}
#snslinks ul li.snav2:hover {
  background-color: #C71628 !important;
}
#snslinks ul li.snav2:hover .i,
#snslinks ul li.snav2:hover .tx {
  background-color: #C71628 !important;
}*/
/*#snslinks ul li.snav5 .i {
  background-image: url(../images/jack_natal_2601/snav5_i.png);
}
#snslinks ul li.snav5 .tx {
  width: 110px;
  color: #fff;
  background-image: url(../images/jack_natal_2601/snav5.png);
}
#snslinks ul li.snav5:hover {
  background-color: #6DD900;
}
#snslinks ul li.snav5:hover .i,
#snslinks ul li.snav5:hover .tx {
  background-color: #6DD900;
}*/
#snslinks ul li.snav9 .i {
  background-image: url(../images/jack_natal_2601/snav9_i.png);
  background-size: 34px;
}
#snslinks ul li.snav9 .tx {
  width: 110px;
  color: #fff;
  background-image: url(../images/jack_natal_2601/snav9.png);
  background-size: 84px;
}
#snslinks ul li.snav9:hover .i,
#snslinks ul li.snav9:hover .tx {
  background-color: #929395;
}

.tx {
  font-family: "Roboto", sans-serif;
}

/* --------------------------------------------------
  SNSセクション
 --------------------------------------------------*/
#snsSect .snsSect_list {
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /* Safari6.1以降 */
  width: 860px;
  margin: 0 auto;
}
#snsSect .snsSect_list_node {
  width: 400px;
}
#snsSect .snsSect_list_node:nth-child(2n+2) {
  margin-left: 60px;
}
#snsSect .snsSect_list_node:nth-child(n+3) {
  margin-top: 50px;
}
#snsSect .snsSect_list_title {
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  margin-bottom: 20px;
}
#snsSect .snsSect_list_title img {
  margin-right: 10px;
}
#snsSect .snsSect_list_posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#snsSect .snsSect_list_posts a {
  padding: 45px;
  display: inline-block;
  background-size: 100%;
  border: 1px solid #eee;
  margin-bottom: 9px;
}

/* --------------------------------------------------
  ラベル
 --------------------------------------------------*/
.label {
  background-color: #929395;
  position: relative;
  height: 52px;
  width: 220px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  padding: 5px 10px 0 10px;
}
.label:after {
  position: absolute;
  right: -18px;
  top: 0;
  content: "";
  background-image: url(../images/jack_natal_2601/label_styling.png);
  width: 18px;
  height: 26px;
  background-size: 18px 26px;
  background-repeat: no-repeat;
}
.label span {
  font-size: 15px;
}

/* --------------------------------------------------
  セクションボックス
 --------------------------------------------------*/
.sectBox {
  position: relative;
}
.sectBox .topTopicBox_button {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0 0 0 24px;
  background-position: left center;
  background-image: url(../images/top/list_icon.png);
  background-repeat: no-repeat;
}

/* --------------------------------------------------
  左カラム
 --------------------------------------------------*/
#lColumn .index span:before {
  background-color: #fff;
  background-image: none;
}
#lColumn .catList > li > span > a {
  padding: 15px 25px 12px 12px !important;
  font-size: 12px;
}
#lColumn .catList > li .detailCat li {
  line-height: 1.5;
  font-size: 12px;
}
#lColumn .catList.collabo > li > span > a {
  word-break: break-all;
  line-height: 1.3;
}

/* --------------------------------------------------
  新商品セクション
 --------------------------------------------------*/
#newItemSect .dv_recommend {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
#newItemSect .dv_rc_items {
  margin: 0 20px 20px 0;
}
#newItemSect .dv_rc_items:nth-child(4n) {
  margin-right: 0;
}

#newItemSect .dv_rc_items a {
  position: relative;

}
#newItemSect .dv_rc_description {
  color: #416c9b;
}

#newItemSect .dv_rc_items .detail .brand {
  padding: 10px 0 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
}
#newItemSect .dv_rc_items .detail .txt {
  padding: 5px 0 0;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
}
#newItemSect .dv_rc_items .detail .price {
  padding: 7px 0 18px 0;
  font-size: 13px;
}
#newItemSect .new {
  position: absolute;
  bottom: 21px;
  right: 0;
  width: 31px;
  height: 8px;
  background-image: url(../images/top/new_icon.png);
  background-repeat: no-repeat;
  content: '';
}

/* --------------------------------------------------
  フッター
 --------------------------------------------------*/
#magAddSect {
  background-color: #EAEBDF;
}

#footer .blkBox {
  background-repeat: repeat-x;
  background-position: bottom;
  line-height: 30px;
  text-align: center;
  border-top: 5px solid #176D9F;
  background-color: #CF3608;
}

/* --------------------------------------------------
  その他
 --------------------------------------------------*/
.detailCat li + li {
  margin-top: 5px;
}

#topTopicBox .index span:before {
  background-color: #fff;
}

#newItemSect .index span:before {
  background-color: #fff;
}

#yoyakuSect + #yoyakuSect h2.index span {
  width: 310px;
}

#topicBox .index span:before {
  background: #e4dcd1;
}

.bnrList li {
  margin: 0 0 20px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: 400ms ease;
  -moz-transition: 400ms ease;
  -ms-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
}