html {
  font-size: 62.5%;
}
body {
  /* font-family: "Montserrat", sans-serif;
  
    font-family: "Noto Serif JP", serif; */

  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", verdana, "Meiryo", "Osaka", sans-serif;
  letter-spacing: 0.095rem;
  line-height: 1.5;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  margin: 0;
  position: relative;
}

img {
  width: 100%;
}
/* ----------------------------------------
    * 共通設定
    ---------------------------------------- */
a {
  color: #231815;
  text-decoration: none !important;

  transition: 0.2s;
}
a:hover {
}
img {
  transition: 0.2s;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
/*safariの青い枠を消す*/
*:focus {
  outline: none;
}
/* a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=7);
  -moz-opacity: 0.7;
} */
ul,
ol,
dl,
dt,
dd,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/* 非表示 */
.is-hide {
  display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
  transition-property: opacity;
  transition-delay: 0.9s;
  transition-duration: 0.8s;
  opacity: 0;
  pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
  transition-property: opacity;
  transition-delay: 0.9s;
  transition-duration: 0.3s;
  opacity: 0;
  pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loader,
.loader:before,
.loader:after {
  background: #8e803f;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #8e803f;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 6px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/*nav*/
#hamburger {
  display: block;
  position: absolute;
  top: 15px;
  left: 18px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 100;
  user-select: none; /* 選択を禁止する */
}
.inner_line {
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #000;
  transition: 0.5s;
  border-radius: 4px;
}
#line1 {
  top: 0;
}
#line2 {
  top: 9px;
}
#line3 {
  bottom: 0px;
}
#nav {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  transition: 0.5s;
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  padding: 80px 100px;
}
#nav.in {
  position: fixed;
  transition: 0.5s;
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
}
#nav_menu_logo {
  width: 100px;
  margin-bottom: 30px;
}

.nav_menu_heading_box {
  font-family: "Lusitana", serif;
  margin-bottom: 30px;
}

#nav_menu_heading {
  font-size: 1.6rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
#nav_menu_heading_cate {
  font-size: 1.6rem;
  text-transform: uppercase;
}
.nav_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav_menu li {
  flex-basis: 17%;
  margin-bottom: 30px;
  cursor: pointer;
}
.nav_menu li a {
  display: block;
  overflow: hidden;
}
.nav_menu li .nav_menu_img {
  transition: all 1s ease;
  overflow: hidden;
}

.nav_menu li:hover .nav_menu_img {
  /* transform: scale(1.1); */
  opacity: 0.3;
  transition: all 1.2s ease;
}

.nav_menu li:hover .nav_ttl {
  color: #ccc;
}

.nav_menu .nav_ttl {
  margin-top: 10px;
  transition: all 0.5s;
  text-align: center;
  display: block;
  font-family: "Lusitana", serif;
  font-size: 1.7rem;
  line-height: 1.6;
}
.nav_menu .nav_ttl_jp {
  display: block;
  font-size: 1.2rem;
}
#body.fixed {
  width: 100%;
  position: fixed;
}
.line_1,
.line_2,
.line_3 {
  background: #000000;
}
.line_1 {
  transform: translateY(9px) rotate(-45deg);
  top: 0;
}
.line_2 {
  opacity: 0;
}
.line_3 {
  transform: translateY(-9px) rotate(45deg);
  bottom: 0;
}
/* ----------------------------------------
* ヘッダー
---------------------------------------- */
#hero_image_area {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin-bottom: 100px;
}

#menu_btn_area {
  position: absolute;
  height: 100vh;
  width: 50px;
  background-color: #fff;
  z-index: 2;
}
#header {
  position: fixed;
  top: 0;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);

  background-color: #ffffff;
  width: 100%;

  z-index: 4;
}

/*にスクロールしている時ヘッダーを隠す*/
.head-animation {
  transform: translateY(-100%);
}

#head_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;

  height: 50px;
}

.head_nav_left {
  display: flex;
  align-items: center;
}
#logo {
  margin-left: 70px;
  margin-right: 30px;
  width: 95px;
}
#logo_img {
}
#head_nav ul {
  display: flex;
}
#head_nav ul li a {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 1.2rem;
  margin: 10px;
  letter-spacing: 3px;
}
#head_nav ul li a:hover {
  color: #888020;
  text-decoration: underline !important;
}

#head_insta {
  display: block;
  font-size: 2rem;
  margin-right: 15px;
  width: 20px;
}

#hero_image_box {
  background-image: url("../2021ss/pc_funi_top_1.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* height: 100vh; */
  height: 100vh;
  z-index: 0;
  position: relative;
}

/* #hero_txt_box {
  position: absolute;
  bottom: 30px;
  right: 80px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 3px;
  font-family: "Lusitana", serif;
  z-index: 1;
} */

/*category*/
#cate_hero_image_area {
  /* width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative; */
  margin-top: 100px;
  margin-bottom: 100px;
}

.hero_cate_txt_wrap {
}
#hero_cate_txt {
  margin-top: 50px;
  font-family: "Lusitana", serif;
  margin-bottom: 30px;
  padding-right: 80px;
}
#hero_cate_heading {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 5px;
}
#hero_cate_ttl {
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
#cate_hero_series {
  display: flex;
  flex-direction: column;
}
#cate_hero_series li a {
  font-family: "Montserrat", sans-serif;
  font-family: "Lusitana", serif;
  text-transform: uppercase;
  display: block;
  font-size: 1.3rem;
  margin: 10px 0;
  letter-spacing: 3px;
  line-height: 2;
}

#cate_hero_series li a:hover {
  color: #888020;
  text-decoration: underline !important;
}

/* ----------------------------------------
* 全画面背景 TOP
---------------------------------------- */

#top_slick_slide {
  z-index: 1;
  position: relative;
}
#top_slick_slide .top_slick_slide_box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  text-decoration: none;
}
.top_slick_slide_bg {
  position: relative;
}
#top_slick_slide .top_slick_slide_bg_1 {
  background-image: url("../2021ss/pc_top_bg_1.jpg");
}
#top_slick_slide .top_slick_slide_bg_2 {
  background-image: url("../2021ss/pc_top_bg_2.jpg");
}
#top_slick_slide .top_slick_slide_bg_3 {
  background-image: url("../2021ss/pc_top_bg_3.jpg");
}
#top_slick_slide .top_slick_slide_bg_4 {
  background-image: url("../2021ss/pc_top_bg_4.jpg");
}
#top_slick_slide .top_slick_slide_bg_5 {
  background-image: url("../2021ss/pc_top_bg_5.jpg");
}
#top_slick_slide .my-series-dots {
  bottom: 20px;
  z-index: +10;
  left: 80px;
}

.top_slick_slide_box a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_hero_logo {
  position: absolute;
  top: 230px;
  left: 120px;
  z-index: 2;
  background-color: #231815;
}
#top_hero_logo_ap {
  position: absolute;
  top: 230px;
  right: 120px;
  z-index: 2;
  background-color: #231815;
}

.top_hero_logo_img {
  width: 180px;
}

.top_hero_series {
  display: flex;
  flex-direction: column;
  z-index: 100;
  position: absolute;
  top: 20%;
  right: 10%;
  z-index: 999;
}
.top_hero_series li {
  margin: 10px 0;
}
.top_hero_series li span {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-size: 1.8rem;
  letter-spacing: 3px;

  text-transform: uppercase;
  display: block;
}

/* #top_hero_link {
  position: absolute;
  top: 10%;
  left: 20%;
  width: 700px;
  height: 0;
  transition: 1s;
 
  visibility: hidden;
  opacity: 0;
  z-index: 11;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../2021ss/pc_top_bg_4.jpg");
}
#top_hero_link.active {
  top: 30%;
  height: 300px;

  visibility: visible;
  opacity: 1;
}

#top_hero_cover {
  height: 100%;
  width: 100%;
  transition: 1s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#top_hero_cover.active {
  height: 100%;
  width: 100%;
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
} */
/* ----------------------------------------
* TOP intro
---------------------------------------- */
#top_intro {
  margin-top: 150px;
  margin-bottom: 150px;
}
#top_intro_ttl {
  font-family: "Lusitana", serif;
  font-size: 3.5rem;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
.intro_txt {
  font-size: 1.6rem;
  line-height: 2.2;
}
.intro_txt p {
  margin: 15px auto;
}
/* ----------------------------------------
* シリーズ説明
---------------------------------------- */

.container_mb_50 {
  margin-bottom: 50px;
}

.container_mb_100 {
  margin-bottom: 100px;
}
.container_mb_150 {
  margin-bottom: 150px;
}
.container_mb_200 {
  margin-bottom: 200px;
}

.series_box .series_ttl {
  font-family: "Lusitana", serif;
  font-size: 3.8rem;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.series_ttl_small .series_ttl {
  font-size: 3rem;
  flex-direction: column;
  align-items: flex-start;
}
.series_box .series_ja {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 20px;
}
.series_ttl_small .series_ja {
  margin-left: 0;
  margin-top: 10px;
}
.series_txt {
  font-size: 1.4rem;
  line-height: 2.2;
}
.series_txt p {
  margin-bottom: 15px;
}
.series_txt_two_col p {
  columns: 2;
  column-gap: 2em;
}
/*シリーズスライダー用ドットカスタマイズ*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.my-series-dots {
  position: absolute;
  right: -30px;
  bottom: 0;
  z-index: 10;
}
.slick_left .my-series-dots {
  right: auto;
  left: -30px;
}
.my-series-dots li {
  margin: 10px 0;
}
.my-series-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-series-dots li button:before {
  content: "◇";
  font-size: 1.3rem;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.my-series-dots li.slick-active button:before {
  content: "◆";
}

.my-series-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-series-dots li button {
  color: #fff;
}
/*コレクション一覧*/
.bg_gray {
  padding: 100px 10px;
  background-color: #282828;
}

.collection_ttl {
  color: #ffffff;
  font-size: 2.2rem;
  text-align: center;
  font-family: "Lusitana", serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 70px;
  line-height: 1.8;
}
.collection_ttl .font_gray {
  color: #a4a4a4;
}
.collection_cover_soon_wrap {
  position: relative;
}
.collection_box a {
  position: relative;
  display: block;
}
.collection_cover {
  opacity: 0;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.4s ease;
}
.collection_box a:hover .collection_cover {
  opacity: 1;
  height: 100%;
}
.collection_cover_soon {
  opacity: 1;
  height: 100%;
}

.collection_cover_msg {
  color: #fff;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5px;
  line-height: 1.8;
}

.collection_info {
}

.collection_name {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: 1px;
}
.collection_price {
  font-size: 1.4rem;
  color: #a4a4a4;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}
.en_mark {
  font-size: 1.4rem;
}
.tax_in,
.tax_out {
  font-size: 1.2rem;
}
.cart_btn {
  width: 100%;
  display: block;
  background-color: #888020;
  text-align: center;
  padding: 10px;
  color: #fff;
  transition: all 0.4s ease;
  letter-spacing: 4px;
}
.collection_box:hover .cart_btn {
  background-color: #a4a4a4;
}

.collection_series_link {
  max-width: 350px;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 1.4rem;
  width: 100%;
  display: block;
  background-color: #888020;
  text-align: center;
  padding: 15px;
  color: #fff;
  transition: all 0.4s ease;
  letter-spacing: 4px;
}
.collection_series_link:hover {
  background-color: #a4a4a4;
  color: #fff !important;
}

/*nahmのみ*/
/* #slick_nahm_collection {
  width: 90%;
  margin: 0 auto;
} */
#slick_nahm_collection .slick-slide,
.goods_slick_collection .slick-slide {
  padding: 0 15px;
}
#slick_otoha_mane_collection,
#slick_otoha_plate_m_collection {
  margin-bottom: 50px;
}

/* ----------------------------------------
* アパレル
---------------------------------------- */
.body_ap a img:hover {
  opacity: 0.7;
}
#apparel_hero_image_area {
  background-image: url("../2021ss/pc_fashion_top.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  z-index: 0;
  position: relative;
}
#fashion_hero_top_logo_1 {
  width: 190px;
  position: absolute;
  top: 15%;
  right: 16%;
}
#fashion_hero_top_logo_2 {
  width: 190px;
  position: absolute;
  bottom: 5%;
  right: 16%;
}
#apparel_hero_image_area {
  margin-bottom: 300px;
}

.mt_200 {
  margin-top: 200px;
}
.mt_150 {
  margin-top: 150px;
}
.ap_consept {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  letter-spacing: 2px;
}
.ap_consept_ttl {
  font-size: 2.8rem;
  margin-bottom: 50px;
  letter-spacing: 3px;
}
.ap_consept_ttl .ap_consept_sub_ttl {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
}
.ap_consept_txt {
  font-size: 1.5rem;
  line-height: 2.2;
}
.ap_consept_txt p {
  margin-bottom: 15px;
}
.ap_sub_hero_L {
  padding: 0 20px 0 30px;
}
.ap_sub_hero_R {
  padding: 0 50px 0 20px;
}
.hero_nepre_logo {
  max-width: 210px;
  display: block;
  margin: 0 0 50px auto;
}

.ap_slick_left .my-series-dots,
.ap_slick_right .my-series-dots {
  width: 15px;
}
.ap_slick_left .my-series-dots {
  left: 15px;
  bottom: 15px;
}
.ap_slick_right .my-series-dots {
  right: 15px;
  bottom: 15px;
}
.ap_series_box {
  padding: 0 35px;
}
.ap_item_ttl {
  font-family: "Lusitana", serif;
  font-size: 2.2rem;
  margin-bottom: 50px;
}
.ap_two_col_series .ap_item_ttl {
  margin-bottom: 30px;
}
.ap_item_txt {
  font-size: 1.4rem;
  line-height: 2.2;
  margin-bottom: 50px;
}
.ap_item_txt p {
  margin-bottom: 15px;
}

.ap_item_mark_box {
  margin-bottom: 10px;
}
.ap_item_mark {
  font-size: 1.2rem;
  padding: 1px 6px;

  margin-right: 5px;
}
.ap_item_mark_march {
  color: #fff;
  background-color: #4a5f6f;
}
.ap_item_mark_april {
  color: #fff;
  background-color: #984415;
}
.ap_item_mark_any {
  color: #231815;
  background-color: #dfcc10;
}
.ap_item_detail {
  display: flex;
  align-items: center;
}
.ap_item_price_wrap {
  margin-right: 15px;
}
.collection_info .ap_item_price_wrap {
  color: #fff;
}
.collection_info .ap_item_price {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
}
.collection_info .en_mark {
  font-size: 1.1rem;
}
.collection_info .tax_in {
  font-size: 1.1rem;
}

.ap_item_price {
  font-size: 1.4rem;

  font-family: "Montserrat", sans-serif;
}
.slash_mark {
  margin: 0 3px;
  font-size: 1.4rem;
}
.ap_item_link {
  background-color: #82a176;
  color: #fff;
  font-size: 1.2rem;
  padding: 5px 15px;
  display: inline-block;
  transition: 0.5s;
}
.ap_item_link:hover {
  color: #fff;
  background-color: #506b45;
}
.bg_gray .ap_item_price_wrap {
  color: #a4a4a4;
}
.ap_two_col_image {
  display: flex;
}
.ap_two_col_image a,
.ap_two_col_image div {
  display: block;
  padding: 0 10px;
}
.ap_one_col_image a {
  display: block;
}
.ap_two_col_image a:last-child,
.ap_two_col_image div:last-child {
  padding: 0;
}
.ap_one_col_image {
  display: block;
}
/*coordinate*/
.container_bg_y {
  background-color: #faf9ec;
  padding: 100px 20px;
}
.container_bg_b {
  background-color: #e6ebe7;
  padding: 100px 20px;
}
.container_bg_bk {
  background-color: #2e2a2b;
}
.m_nepre_logo {
  max-width: 180px;
  display: block;
  margin: 0 auto;
}
.code_heading {
  font-family: "Lusitana", serif;
  font-size: 2.4rem;
  margin-bottom: 30px;
  text-align: center;
}
.code_heading_line {
  width: 20px;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 15px auto 0;
}
.code_nepre_logo {
  max-width: 170px;
  margin: 0 auto 80px;
  display: block;
}
.ap_code_no {
  font-size: 1.5rem;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: "Lusitana", serif;
}
.ap_code_txt {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 20px;
}
.ap_code_link {
  display: block;
  text-decoration: underline !important;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
/* ----------------------------------------
* banner固定
---------------------------------------- */
#bnArea {
  height: 70px;
  position: fixed;
  bottom: 0;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #b81f21;
  width: 100%;
  z-index: 4;
  padding: 5px 0;
  z-index: 777;
  visibility: hidden;
  opacity: 0;
}
#bn_pc {
  max-width: 1140px;
  margin: 0 auto;
  display: block;
}
#bn_sp {
  display: none;
}
#bnArea.bnArea_fadein {
  opacity: 1;
  visibility: visible;
}

/* ----------------------------------------
* フッター
---------------------------------------- */
footer {
  margin-bottom: 0;
}
#cate_link {
  display: flex;
}
#cate_link li {
  width: 25%;
  /* width: 34%; */
}
.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 li a,
.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("../2021ss/link_bg_1.jpg");
}
#cate_link_bg_2 {
  background-image: url("../2021ss/link_bg_2.jpg");
}
#cate_link_bg_3 {
  background-image: url("../2021ss/link_bg_3.jpg");
}
#cate_link_bg_4 {
  background-image: url("../2021ss/link_bg_4.jpg?123");
}
#cate_link li a:hover .cate_link_bg {
  /* transform: scale(1.1); */
}

#cate_link 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.4);
  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_ttl {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 300;
}
.link_txt {
  font-size: 1.2rem;
  font-weight: 300;
}

/*メルマガ登録*/

.malmaga_box {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;
  letter-spacing: 3px;
}
#mail_link {
  color: #fff;
  display: block;
  background-color: #888020;
  transition: 1s;
}
#mail_link:hover {
  /* color: #000; */
  background-color: #000;
}
#mail_txt {
  margin: 0;
  font-size: 1.4rem;
  margin-right: 30px;
}
#mail_btn {
  border: 1px solid #fff;
  padding: 5px 15px;
  font-size: 1.4rem;
  position: relative;
}
#mail_btn:before {
  /* position: absolute;
  top: 0;
  left: 0; */
  font-size: 1.6rem;
  font-family: "custom-icons";
  font-weight: normal;
  content: "\e916";
  vertical-align: middle;
  margin-right: 4px;
}
/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
@media screen and (min-width: 1200px) {
  /* .next-arrow {
    right: -40px;
  }
  .prev-arrow {
    left: -40px;
  } */
  .top_hero_logo_img {
    width: 230px;
  }
  .my-series-dots {
    right: -30px;
  }
  .slick_left .my-series-dots {
    left: -30px;
  }
}
@media screen and (max-width: 992px) {
  #top_slick_slide .top_slick_slide_bg_1 {
    background-image: url("../2021ss/tablet_top_bg_1.jpg");
  }
  #top_slick_slide .top_slick_slide_bg_2 {
    background-image: url("../2021ss/tablet_top_bg_2.jpg");
  }
  #top_slick_slide .top_slick_slide_bg_3 {
    background-image: url("../2021ss/tablet_top_bg_3.jpg");
  }
  #top_slick_slide .top_slick_slide_bg_4 {
    background-image: url("../2021ss/tablet_top_bg_4.jpg");
  }
  #top_slick_slide .top_slick_slide_bg_5 {
    background-image: url("../2021ss/tablet_top_bg_5.jpg");
  }
  #menu_btn_area {
    display: none;
  }
  .row-reverse {
    flex-direction: column-reverse;
  }

  #hero_image_area {
    margin-bottom: 100px;
  }
  #cate_hero_image_area {
    height: auto;
    margin-top: 70px;
  }
  .hero_cate_txt_wrap {
    margin-bottom: 50px;
  }

  #hero_cate_txt {
    padding-right: 0;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #cate_hero_series {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #cate_hero_series li {
    flex-basis: 20%;
  }
  #cate_hero_series.cate_hero_series_goods li {
    flex-basis: 100%;
  }
  #cate_hero_series li a {
    margin: 5px 10px;
  }

  .bg_gray .row {
    justify-content: flex-start !important;
  }
  .two_col_image {
    margin-bottom: 70px;
  }

  .collection_box {
    margin-bottom: 50px;
  }
  .collection_box a:hover .collection_cover {
    opacity: 0;
    height: 100%;
  }
  /* #slick_nahm_collection {
    width: 95%;
  } */

  .my-series-dots {
    display: flex;
    right: -10px;
    bottom: -25px;
  }
  .slick_left .my-series-dots {
    left: -10px;
  }

  .my-series-dots li {
    margin: 0 5px;
  }
  .slide-arrow {
    top: 34%;
  }
  .next-arrow {
    right: -30px;
  }
  .prev-arrow {
    left: -30px;
  }

  #top_slick_slide .my-series-dots {
    bottom: 20px;
    left: 20px;
  }

  .top_hero_logo {
    top: 190px;
    left: 80px;
  }
  #apparel_hero_image_area {
    background-image: url("../2021ss/tablet_fashion_top.jpg");
  }
  #fashion_hero_top_logo_1 {
    width: 200px;

    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #fashion_hero_top_logo_2 {
    width: 200px;

    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .ap_sub_hero_L {
    margin-bottom: 70px;
    padding: 0 30px;
  }

  .ap_sub_hero_R {
    padding: 0 30px;
  }
  .ap_series_box {
    margin-top: 50px;
  }
  .ap_code_box {
    margin-bottom: 70px;
  }
  .ap_slick_right .my-series-dots {
    right: auto;
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  #nav {
    padding: 80px 50px;
    transform: translateY(0%);
  }
  #head_nav ul .sp_none {
    display: none;
  }
  #logo {
    margin-left: 70px;
    margin-right: 10px;
    width: 95px;
  }
  #head_nav ul li a {
    font-size: 1rem;
    margin: 5px 10px;
    letter-spacing: 3px;
  }
  .nav_menu {
    justify-content: start;
  }
  .nav_menu li {
    flex-basis: 28%;
    margin: 15px 2%;
  }

  #cate_hero_series li {
    flex-basis: 33%;
  }

  .container_mb_200 {
    margin-bottom: 150px;
  }
  #cate_link {
    display: flex;
    flex-wrap: wrap;
  }
  #cate_link li {
    width: 100%;
  }
  .cate_link_box::before {
    padding-top: 50%;
  }

  .prev-arrow {
    left: -25px;
  }
  .next-arrow {
    right: -25px;
  }
  .series_box .series_ttl {
    font-size: 3.2rem;
  }
  .series_ttl_small .series_ttl {
    font-size: 2.6rem;
  }
  #slick_otoha_mane_collection,
  #slick_otoha_plate_m_collection {
    margin-bottom: 0;
  }
  .collection_ttl {
    font-size: 1.8rem;
  }
  .collection_cover_msg {
    font-size: 1rem;
  }

  .next-arrow::before {
    padding: 15px 3px;
    font-size: 1.5rem;
  }
  .prev-arrow::before {
    padding: 15px 3px;
    font-size: 1.5rem;
  }

  .collection_series_link {
    margin-top: 5px;
  }

  .top_hero_logo,
  #top_hero_logo_ap {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #top_hero_logo_ap {
    right: auto;
  }
  .top_hero_series {
    display: none;
  }
  .malmaga_box {
    flex-direction: column;
  }
  #mail_txt {
    margin-bottom: 20px;
  }
  /*apparel*/
  #apparel_hero_image_area {
    margin-bottom: 100px;
  }
  .container_bg_y {
    background-color: #faf9ec;
    padding: 100px 20px;
  }

  .ap_consept {
    padding: 0 15px;
  }
  .hero_nepre_logo {
    max-width: 180px;

    margin: 20px 0 20px auto;
  }
  .mt_200 {
    margin-top: 50px;
  }
  .mt_150 {
    margin-top: 0px;
  }
  .m_nepre_logo {
    max-width: 180px;

    margin: 50px auto;
  }
  .ap_series_box {
    padding: 0 5px;
  }
  .ap_item_ttl {
    margin-bottom: 30px;
  }
  .ap_two_col_image a,
  .ap_two_col_image div {
    padding: 0 10px 0 0;
  }
  .ap_code {
    padding: 0 5px;
  }
  .ap_code_box {
    padding: 0 5px;
  }
  .m_nepre_logo {
    margin: 70px auto;
  }
  #bnArea {
    padding: 2px 0;
    height: auto;
  }
  #bn_pc {
    display: none;
  }
  #bn_sp {
    display: block;
  }
}
@media (max-width: 576px) {
  #top_slick_slide .top_slick_slide_bg_1 {
    background-image: url("../2021ss/sp_top_bg_1.jpg");
  }
  #top_slick_slide .top_slick_slide_bg_2 {
    background-image: url("../2021ss/sp_top_bg_2.jpg");
  }
  #top_slick_slide .top_slick_slide_bg_3 {
    background-image: url("../2021ss/sp_top_bg_3.jpg");
  }
  #top_slick_slide .top_slick_slide_bg_4 {
    background-image: url("../2021ss/sp_top_bg_4.jpg");
  }
  #top_slick_slide .top_slick_slide_bg_5 {
    background-image: url("../2021ss/sp_top_bg_5.jpg");
  }
  #nav {
    padding: 80px 30px;
  }

  .nav_menu .nav_ttl {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
  }
  .my-series-dots {
    right: -5px;
  }
  .slick_left .my-series-dots {
    left: 10px;
  }

  .series_txt_two_col p {
    columns: 1;
    column-gap: 0;
  }

  .prev-arrow {
    left: -18px;
  }
  .next-arrow {
    right: -18px;
  }

  #cate_hero_image_area {
    margin-top: 30px;
  }
  #hero_cate_ttl {
    font-size: 2.4rem;
    letter-spacing: 4px;
  }
  #hero_cate_heading {
    font-size: 0.9rem;
    letter-spacing: 2px;
    margin-bottom: 2px;
  }
  #cate_hero_series li a {
    margin: 2px 5px;
    font-size: 1.1rem;
  }

  #top_intro_ttl {
    font-size: 2.4rem;
  }
  .intro_txt {
    font-size: 1.4rem;
  }
  .sp-pd-0 {
    padding: 0;
  }
  #apparel_hero_image_area {
    background-image: url("../2021ss/sp_fashion_top.jpg");
  }
  #fashion_hero_top_logo_1 {
    width: 150px;

    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #fashion_hero_top_logo_2 {
    width: 150px;

    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .container_bg_bk {
    background-color: #2e2a2b;
    padding: 0 20px 20px;
  }
  .m_nepre_logo {
    max-width: 140px;
    margin: 70px auto;
  }
  .code_nepre_logo {
    max-width: 130px;
  }
  #bnArea {
    height: 70px;
  }

  .collection_info .slash_mark {
    display: none;
  }
  .collection_info .ap_item_price {
    margin-bottom: 5px;
    display: block;
  }
}
/*************************************
  * スマホ横向き用ＣＳＳ
  *************************************/
@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) {
}
