html {
  font-size: 62.5%;
}
body {
  width: 100%;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Montserrat", verdana, "Meiryo",
    "Osaka", sans-serif;

  color: #323430;
  letter-spacing: 0.1rem;
  line-height: 1.75;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  margin: 0;
  background-color: #fff;
}

a {
  color: #323430;
  text-decoration: none !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #888020;
}
img {
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
p {
  user-select: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=8);
  -moz-opacity: 0.8;
}
ul,
ol,
dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="tel"],
select,
textarea {
  height: 45px;
  font-size: 1rem;
}
/*セレクトの矢印を無効化*/
select {
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}
::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

::placeholder {
  color: #999;
}

/* ----------------------------------------
  *header
  ---------------------------------------- */
.header {
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

#js-header {
  position: fixed;
  top: 0;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);

  background-color: #ffffff;
  width: 100%;

  z-index: 100;
}

/*にスクロールしている時ヘッダーを隠す*/
.head-animation {
  transform: translateY(-100%);
}

.headerNav {
  /* max-width: 1140px; */
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.headerNav__logo {
  display: inline-block;
  margin-right: 30px;
}
#headerNav__logo_img {
  width: 110px;
}

.headerNav__insta {
  display: inline-block;
}
#headerNav__insta_img {
  width: 25px;
}
.headerNav__nav {
  display: flex;
  margin-right: 20px;
}
.headerNav__nav li a {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 1.2rem;
  margin: 8px;
  letter-spacing: 1px;
}
.headerNav__nav li a:hover {
  color: #888020;
  text-decoration: underline !important;
}
.headerNav__nav_no {
  font-family: "Montserrat", sans-serif;
  color: #ffcd00;
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 3px;
}
/* ----------------------------------------
* ヒーロー
---------------------------------------- */
#hero_sec {
  margin-top: 100px;
  margin-bottom: 30px;
}

/* .heroArea__ttl {
  font-family: "Libre Caslon Text", serif;
  font-size: 3.4rem;
  margin-bottom: 30px;
} */
.heroTxt_heading {
  /* font-family: "Zen Maru Gothic", sans-serif; */
  /* font-family: "Montserrat", sans-serif; */
  font-size: 4rem;
  margin-top: 30px;
  margin-bottom: 20px !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 6px;
  color: #ffcd00;
  /* text-shadow: 3px 3px 0 #ccc; */
  -webkit-text-stroke: 1px #888;
  text-stroke: 1px #888;
}
.heroTxt {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
.heroTxt p {
  margin-bottom: 20px;
}
.cate_link_sec {
  margin-bottom: 70px;
}

.menu_list {
  display: flex;
  flex-wrap: wrap;
}
.menu_list li {
  flex-basis: 25%;
}
.menu_list_ttl {
}
.menu_list li a {
  font-size: 1.6rem;
}
/* ----------------------------------------
* シリーズ説明
---------------------------------------- */

.container_mb_50 {
  margin-bottom: 50px;
}

.container_mb_100 {
  margin-bottom: 100px;
}
.container_mb_150 {
  margin-bottom: 150px;
}
.container_mb_200 {
  margin-bottom: 200px;
}

.out_pickup_ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 20px;
  /* border-top: 3px solid #323430;
  padding-top: 50px; */
  font-family: "Nothing You Could Do", cursive;
  color: #ffcd00;
}
.out_pickup_sub_ttl {
  font-size: 2.2rem;
  margin-bottom: 30px;
  font-weight: 600;
  /* font-family: "Zen Maru Gothic", sans-serif; */
  font-weight: 800;
}
.pickup_txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
.pickup_txt p {
  margin-bottom: 10px;
}
.pickup_txt_two_col p {
  columns: 2;
  column-gap: 2em;
}
/* ----------------------------------------
* シリーズ商品一覧
---------------------------------------- */
.pickup_tem_sec {
  padding-bottom: 30px;
  border-bottom: 2px dashed #ccc;
}
.pickup_tem_heading {
  margin-bottom: 50px;
}
.pickup_tem_heading__en {
  font-family: "Libre Caslon Text", serif;
  font-size: 3rem;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.pickup_tem_heading__ja {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 20px;
}
.pickup_item_box {
  margin-bottom: 50px;
  /* position: relative; */
}
.pickup_item_box a {
  display: block;
}

.out_outlet_tag_list {
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: 9; */
  display: flex;
}
.out_outlet_tag {
  background-color: #c80c16;
  color: #fff;
  padding: 2px 5px;
  font-size: 1.2rem;
  margin-right: 10px;
}
.pickup_item_box__name {
  font-size: 1.6rem;
  font-weight: 600;
}
.pickup_item_box__pricewrap {
  font-weight: 600;
}
.out_pickup_item_box__pricewrap {
  color: #c80c16;
}
.pickup_item_box_price {
  font-size: 1.6rem;
  text-align: right;
}
.pickup_item_box_price_yen {
  font-size: 1.2rem;
}
.pickup_item_box_tax {
  font-size: 1.1rem;
}
.pickup_item_box_moto_price {
  font-size: 1.1rem;
  display: block;
  color: #323430;
  text-decoration: line-through;
}
.pickup_item_link {
  max-width: 350px;
  margin: 50px auto;

  font-size: 1.6rem;
  width: 100%;
  display: block;
  background-color: #000;
  text-align: center;
  padding: 15px;
  color: #fff;
  transition: all 0.4s ease;
  letter-spacing: 2px;
}
.pickup_item_link:hover {
  background-color: #a4a4a4;
  color: #fff !important;
}

/* ----------------------------------------
* category_link
---------------------------------------- */
#cate_link_sec {
  margin-bottom: 100px;
}
.cate_link_box:before {
  /*正方形*/
  content: "";
  display: block;
  padding-top: 100%;
}
.cate_link_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cate_link_box_wrap,
.cate_link_coming_soon {
  display: block;
  overflow: hidden;
}
.cate_link_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  z-index: 1;
  transition: all 1s;
}
#cate_link_bg_1 {
  background-image: url("../2022stayhome/h_hanmock.jpg");
}
#cate_link_bg_2 {
  background-image: url("../2022stayhome/h_fregrance.jpg");
}
#cate_link_bg_3 {
  background-image: url("../2022stayhome/h_telework.jpg");
}
#cate_link_bg_4 {
  background-image: url("../2022stayhome/h_flower.jpg");
}
#cate_link_bg_5 {
  background-image: url("../2022stayhome/h_koukin.jpg");
}
#cate_link_bg_6 {
  background-image: url("../2022stayhome/h_cooking.jpg");
}
#cate_link_bg_7 {
  background-image: url("../2022stayhome/h_walldeco.jpg");
}
#cate_link_bg_8 {
  background-image: url("../2022stayhome/h_diy.jpg");
}

.menu_list li a:hover .link_info {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgb(226, 225, 225);
}
.link_info {
  transition: all 0.5s;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-family: "Montserrat", sans-serif;

  letter-spacing: 5px;
}
.link_no {
  font-family: "Montserrat", sans-serif;
  color: #ffcd00;
  font-size: 2rem;
  font-weight: 500;
}
.link_ttl {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
}
.cate_link_txt {
  padding: 5px;
  text-decoration: underline !important;
  font-size: 1.4rem;
  text-align: center;
  display: block;
}
.cate_link_txt:hover {
  color: #888020;
  text-decoration: underline !important;
}

#slick_bottom_bnr_slide {
  margin-bottom: 50px;
}
/* ----------------------------------------
* TOPページへのリンク
---------------------------------------- */

/* #toppage_link_sec {
  background-size: cover;
  background-image: url("../outlet/topbtn_bg.jpg");
  background-position: center center;
  background-size: cover;
} */

.toppage_link_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
}
.toppage_link {
  max-width: 400px;
  margin: 0 auto;

  font-size: 1.6rem;
  width: 100%;
  display: block;
  background-color: #b42f2f;
  text-align: center;
  padding: 15px;
  color: #fff;
  transition: all 0.4s ease;
  letter-spacing: 2px;
}
.toppage_link:hover {
  background-color: #7d2020;
  color: #fff !important;
}
/* ----------------------------------------
* footer
---------------------------------------- */
.footer {
  background-color: #333;
}
.footer_copy {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 5px;
}
/* ----------------------------------------
* ページTOPリンク
---------------------------------------- */
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffcd00;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/* ----------------------------------------
* プラグインカスタマイズ
---------------------------------------- */

/*シリーズスライダー用ドットカスタマイズ*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.my-pickup-dots {
  position: absolute;
  right: -30px;
  bottom: 0;
  z-index: 10;
}
.slick_left .my-pickup-dots {
  right: auto;
  left: -30px;
}
.my-pickup-dots li {
  margin: 10px 0;
}
.my-pickup-dots li button {
  width: 15px;
  margin: 0;
  padding: 0;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-indent: -9999px;
  color: #8e803f;
}
.my-pickup-dots li button:before {
  content: "◇";
  font-size: 1.3rem;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.my-pickup-dots li.slick-active button:before {
  content: "◆";
}

.my-pickup-dots li button:hover:before {
  color: #534b25;
}
.slide-arrow {
  position: absolute;
  top: 39%;

  margin-top: 0;
}
.next-arrow {
  right: -35px;
  width: 25px;
  height: 55px;
}
.next-arrow:before {
  color: #827230;
  border: 1px solid #827230;
  padding: 15px 5px;
  font-size: 1.5rem;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "custom-icons";
  font-weight: normal;
  content: "\e901";
}

.prev-arrow {
  left: -35px;
  width: 25px;
  height: 55px;
}
.prev-arrow:before {
  color: #827230;
  border: 1px solid #827230;
  padding: 15px 5px;
  font-family: "custom-icons";
  font-weight: normal;
  content: "\e902";
  font-size: 1.5rem;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}

.next-arrow:hover:before,
.next-arrow:active:before,
.prev-arrow:hover:before,
.prev-arrow:active:before {
  color: #655925;
  border: 1px solid #655925;
}

#top_slick_slide .my-pickup-dots li button {
  color: #fff;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */

@media screen and (max-width: 1140px) {
  .headerNav {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .headerNav__nav {
    display: none;
  }
  .two_col_image {
    margin-bottom: 70px;
  }

  .my-pickup-dots {
    display: flex;
    right: -5px;
    bottom: -25px;
  }
  .slick_left .my-pickup-dots {
    left: -10px;
  }

  .my-pickup-dots li {
    margin: 0 5px;
  }
  .slide-arrow {
    top: 34%;
  }
  .next-arrow {
    right: -30px;
  }
  .prev-arrow {
    left: -30px;
  }

  .headerNav {
    max-width: 992px;
    justify-content: left;
    margin-left: 20px;
  }
  .headerNav__logo {
    display: inline-block;
    margin-right: 20px;
  }
  .headerNav__nav {
    margin-right: 10px;
  }
  #hero_sec {
    margin-bottom: 70px;
  }

  .pickup_item_box__name {
    font-size: 1.4rem;
  }

  .pickup_txt_two_col p {
    columns: 1;
    column-gap: 0;
  }

  .row-reverse {
    flex-direction: column-reverse;
  }

  .container_mb_50 {
    margin-bottom: 25px;
  }

  .container_mb_100 {
    margin-bottom: 50px;
  }
  .container_mb_150 {
    margin-bottom: 100px;
  }
  .container_mb_200 {
    margin-bottom: 150px;
  }

  .two_col_image {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .sp_none {
    display: none;
  }
  #hero_sec {
    margin-bottom: 30px;
  }
  .cate_link_sec {
    margin-bottom: 50px;
  }
  .heroArea__ttl {
    font-size: 2.2rem;
  }
  .heroTxt_heading {
    font-size: 3rem;
  }
  .out_pickup_ttl {
    font-size: 2.6rem;
  }
  .out_pickup_sub_ttl {
    font-size: 2rem;
  }
  .out_outlet_tag_list {
    margin-bottom: 10px;
  }
  .pickup_tem_sec {
    padding-bottom: 100px;
  }
  .container_mb_100 {
    margin-bottom: 30px;
  }
  .container_mb_150 {
    margin-bottom: 70px;
  }
  .container_mb_200 {
    margin-bottom: 100px;
  }
  .slick_slide {
    margin-bottom: 50px !important;
  }
  .my-pickup-dots li button::before {
    font-size: 1.5rem;
  }
  .my-pickup-dots li {
    margin: 0 6px;
  }

  .toppage_link_box {
    padding: 60px 50px;
  }
  .toppage_link {
    font-size: 1.4rem;
  }
  .menu_list li {
    flex-basis: 50%;
  }
  .cate_link_box:before {
    padding-top: 50%;
  }
}

@media (max-width: 576px) {
  .headerNav {
    justify-content: space-between;
  }
}

/*************************************
  * スマホ横向き用ＣＳＳ
  *************************************/
@media screen and (max-width: 1026px) and (orientation: landscape) {
}

@media (max-width: 320px) {
}

.visible,
.invisible {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.visible {
  opacity: 1;
}

/*アニメーション*/
/* .js-fadeIn,
  .js-bn-fadeIn {
    opacity: 0;
    transition: all 0.9s ease;
  }
  .js-fadeIn.active,
  .js-bn-fadeIn.active {
    opacity: 1;
  }
  
  .js-txt-fadeIn {
    opacity: 0;
    transition: all 0.9s ease;
  }
  .js-txt-fadeIn.active {
    opacity: 1;
  }
  
  .js-scale-fadeIn {
    opacity: 0;
  
    transform: scale(1.2);
  
    transition: all 1.5s ease;
  }
  .js-scale-fadeIn.active {
    transform: scale(1);
    opacity: 1;
  }
  
  @-webkit-keyframes fadeInUp20 {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInUp20 {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
     */
/* IEのみに適用 */
@media all and (-ms-high-contrast: none) {
}
