@charset "UTF-8";

/*fs*/

p {
  margin: 0;
}

/* common */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 92px;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

.-gothic {
  font-family: "游ゴシック ", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.-eng {
  font-family: "Oswald", sans-serif, Arial, Helvetica, sans-serif;
}

.underline {
  text-decoration: underline;
}

a {
  color: #333;
  text-decoration: none;
}

a.-blackbtn--link:visited {
  color: #fff;
}

a.-blackbtn--link:hover:visited {
  color: #333;
  text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
  a,
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover,
  a:hover img {
    opacity: 0.6;
    text-decoration: none;
  }
}

li {
  list-style: none;
}

.imgmax {
  display: block;
  height: auto;
  width: 100%;
}

.-pconly {
  display: block;
}

.-sponly,
.-middleonly {
  display: none;
}

.-underline {
  text-decoration: underline;
}

/* 共通 */

.bordertit_txt {
  font-size: 4rem;
  letter-spacing: 0.1em;
}

h2.bordertit {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 45px;
}

.bordertit_txt span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
}

.bordertit_leftb {
  background-color: #333;
  width: calc((100vw - 1240px) / 2);
  height: 3px;
  margin-right: 20px;
  margin-top: 35px;
}

.-blackbtn--link {
  border: solid 1px #333;
  background: #333 url(../img/i-btn_warrow.svg) no-repeat 90% 65%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  max-width: 412px;
  display: block;
  padding: 18px;
  margin: 0 auto;
}

.-blackbtn--link:hover {
  background: #fff url(../img/i-btn_barrow.svg) no-repeat 90% 65%;
  border: solid 1px #333;
  color: #333;
  letter-spacing: 0.15em;
}

.-base {
  margin-bottom: 100px;
}

.tab-menu {
  cursor: pointer;
  border-bottom: solid 3px #f0f0f0;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}

.tab-menu.js-tab.current {
  border-bottom: solid 3px #707070;
}

.content-box {
  display: none;
}

/* #_fs_uk_elm_32145,#_fs_uk_elm_32239,#_fs_uk_elm_32238 {
  display: none;
} */

/*layout*/

/* header */
.humberger {
  display: none;
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: -1500px;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #fff;
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 80px;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
.g-nav-listcon {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  width: 100%;
}

#g-nav.panelactive .g-nav-listcon {
  position: relative;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 11px;
  height: 1px;
  border-radius: 5px;
  background: #333;
  width: 30px;
}

.openbtn span:nth-of-type(1) {
  top: 13px;
}

.openbtn span:nth-of-type(2) {
  top: 20px;
  width: 24px;
}

.openbtn span:nth-of-type(2)::after {
  content: "MENU";
  font-family: "Oswald", sans-serif, Arial, Helvetica, sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  position: absolute;
  top: 5px;
  left: -2px;
  color: #333;
  font-size: 1.1rem;
  text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn.active span:nth-of-type(1) {
  top: 12px;
  left: 10px;
  transform: translateY(6px) rotate(-45deg);
  width: 30px;
}

.openbtn.active span:nth-of-type(2) {
  top: 24px;
  left: 10px;
  transform: translateY(-6px) rotate(45deg);
  width: 30px;
}

.openbtn.active span:nth-of-type(2)::after {
  content: "Close";
  transform: translateY(0) rotate(-45deg);
  top: 5px;
  left: 13px;
}

.global_con_logo--img {
  max-height: 55px;
}

.heroarea-catch:after {
  background-color: #fff;
  content: "";
  display: block;
  width: 32%;
  height: 7px;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.4);
  margin-top: 35px;
}

.menu_name_i {
  background: url(../img/i-unarrow.svg) no-repeat right center / 17px;
  padding-right: 20px;
}

.global_menu {
  /* メニュー全体のスタイル */
  width: 100%;
  color: #333; /* 文字色 */
  text-align: center;
}

.global_menu li {
  display: inline-block;
}

.global_menu a {
  /* 各項目のスタイル */
  display: block;
  padding: 20px 8px;
  text-align: center;
}

.child_menu {
  /* 下層メニューのスタイル */
  width: 100%;
  position: absolute;
  top: 100%; /* 親項目の直下に配置 */
  left: 0;
  padding: 20px;
  color: #333; /* 文字色 */
  background: #fff; /* 背景色 */
  visibility: hidden; /* 下層メニューを非表示 */
  z-index: 1000;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  gap: 0 5%;
  justify-content: center;
  opacity: 0; /* 不透明度を最小に */
  transition: 0.3s opacity; /* アニメーション設定 */
}

.menu:hover .child_menu {
  /* 下層メニューのスタイル（親項目ホバー時） */
  box-shadow: 6px 6px 10px -6px rgba(191, 191, 191, 0.4);
  visibility: visible; /* 下層メニューを表示 */
  z-index: 1000;
  opacity: 1; /* 不透明度を最大に */
}

.global_con_box {
  align-items: center;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 0 24px;
  width: 70%;
}

.global_con {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  position: relative;
  height: 62px;
}

.global_menu--ul {
  display: flex;
  gap: 0 5px;
  flex-wrap: wrap;
}

.child_menu a {
  font-size: 1.1rem;
}

.menu_name {
  font-size: 1.4rem;
  font-weight: bold;
}

.global_con_box {
  gap: 0 20px;
}

.global_dt_member {
  font-size: 1.4rem;
}

.global_dt {
  display: flex;
  align-items: center;
  width: 25%;
  justify-content: flex-end;
}

.global_dt .global_dt--li:first-child {
  margin-right: 5%;
}

.global_dt .global_dt--li:nth-child(2),
.global_dt .global_dt--li:nth-child(3),
.global_dt .global_dt--li:nth-child(4) {
  margin-right: 10px;
}

.global_dt .global_dt--li.-loginkey:hover .sw_nav {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 100;
  overflow: visible;
  max-height: 9999px;
}

.global_dt .baloon__list {
  font-size: 1.5rem;
  text-align: center;
}

.baloon li:not(:last-child) {
  margin-bottom: 10px;
}

.sw_nav,
.sw_nav--baloon {
  opacity: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sw_nav {
  width: 210px;
  margin-left: -124px;
}

.sw_nav--baloon {
  right: 0%;
  width: 300px;
  max-height: 0;
  overflow: hidden;
}

.sw_nav,
.sw_nav--baloon {
  top: 85%;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.baloon:after,
.baloon--ser:after {
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
  top: -10px;
  right: 28%;
  content: "";
  display: block;
  position: absolute;
  width: 0;
}

.fs-clientInfo.is-ready .login.my-false {
  display: none;
}

.fs-clientInfo.is-ready .logout.my-true {
  display: none;
}

.header-bar__search-input {
  width: 100%;
  background: #fff;
  font-size: 1.6rem;
  border: none;
  background-color: transparent;
  color: inherit;
}

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

.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%);
}

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

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

.sw_nav--baloon.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 10000;
  max-height: 9999px;
  overflow: visible;
}

.header-bar__search-input {
  width: 100%;
  background: #fff;
  font-size: 1.6rem;
  border: none;
  background-color: transparent;
  color: inherit;
}

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

.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%);
}

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

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

.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: #fff;
  border: none;
}

.baloon,
.baloon--ser {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  padding: 10% 5%;
  -webkit-box-shadow: 0px 0px 15px #ccc;
  box-shadow: 0px -1px 15px #ccc;
}

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

.global_menu--ul a {
  position: relative; /*アンダーラインの位置を決めるための基準 */
}

.global_menu--ul a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  bottom: 10px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}

.global_menu--ul a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 92px;
  z-index: 1000;
}

.poptxt-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background-color: #333;
  height: 30px;
}

.poptxt-box h1 {
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
}

.poptxt {
  background-color: #333;
  color: #fbd28b;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 5px 0;
  letter-spacing: 0.05em;
  text-align: center;
  height: 30px;
}

/* mv */
#heroarea {
  position: relative;
  margin-bottom: 120px;
}

.heroarea-slider .slick-prev {
  background: url(../img/i-beforearrow.svg) no-repeat 50% 50% / 40px;
  left: 3%;
  top: 94%;
  width: 40px;
  height: 40px;
  z-index: 2;
}

.heroarea-slider .slick-prev:hover,
.heroarea-slider .slick-prev:focus {
  background: url(../img/i-beforearrow.svg) no-repeat 50% 50% / 40px;
  z-index: 2;
}

.heroarea-slider .slick-next {
  background: url(../img/i-nextarrow.svg) no-repeat 50% 50% / 40px;
  left: 8%;
  top: 94%;
  width: 40px;
  height: 40px;
  z-index: 2;
}

.heroarea-slider .slick-next:hover,
.heroarea-slider .slick-next:focus {
  background: url(../img/i-nextarrow.svg) no-repeat 50% 50% / 40px;
  z-index: 2;
}

.heroarea-slider {
  opacity: 0;
}

.heroarea-slider.slick-initialized.slick-slider {
  padding-left: 30px;
  opacity: 1;
}

.heroarea-slider .slick-list {
  padding: 0 25% 0 0 !important;
}

.heroarea-slider.slick-initialized.slick-slider img {
  max-width: 100%;
  max-height: 100%;
  height: calc(100vh - 92px) !important;
  margin: 0 auto;
}

.heroarea-sidetxt--liner {
  background-color: #333;
  width: 1px;
  height: calc(100vh - 15vh - 300px);
  display: block;
}

.heroarea-sidetxt--p {
  background-color: #fff;
  font-size: 1.3rem;
  position: absolute;
  writing-mode: vertical-rl;
  text-align: center;
  line-height: 1;
  left: 15px;
  bottom: 160px;
  left: -2px;
  padding: 10px 0;
  transform: rotate(180deg);
}

.heroarea-sidetxt {
  background: url(../img/i-mvside--line.svg) repeat-y 16%;
  height: 100%;
  width: 30px;
  position: absolute;
  left: 10px;
}

.heroarea-triangle {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  background-color: #fff;
  bottom: 0;
  width: 35%;
  height: 170px;
  z-index: 1;
}

.heroarea-catch {
  bottom: 150px;
  font-weight: 400;
  position: absolute;
  left: 9%;
  z-index: 1;
  line-height: 1.3;
}

.heroarea-catch--l {
  text-shadow: 0 0 15px rgb(0, 0, 0, 0.4);
  font-size: 5vw;
  letter-spacing: 0.02em;
  color: #fff;
}

.heroarea-catch--s {
  color: #fff;
  font-size: 3vw;
  text-shadow: 0 0 15px rgb(0, 0, 0, 0.4);
  letter-spacing: 0.02em;
}

.heroarea-slider--li {
  margin: 0 26px;
}

.scrolldown {
  position: absolute;
  bottom: -60px;
  left: 50%;
  z-index: 1;
}

/*Scrollテキストの描写*/
.scrolldown span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 52px;
  font-weight: 200;
  /*テキストの形状*/
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 90px;
  }
  100% {
    bottom: -5px;
  }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

/* 線の描写 */
.scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 1px;
  height: 110px;
  background: #333;
}

/* ranking */

.top_bnrlist {
  display: grid;
  gap: 0 30px;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin: 0 auto 100px;
}

.tab-list {
  max-width: 700px;
  margin: 0 auto 50px;
  display: grid;
  gap: 20px 0;
  grid-template-columns: 1fr 1fr 1fr;
}

.top_magazine--ul {
  display: grid;
  gap: 80px 4%;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin: 0 auto 80px;
}

.content-box.js-content {
  max-width: 1200px;
  margin: 0 auto;
}

.content-group--li.slick-slide {
  width: 275px;
}

.content-group--i {
  max-width: 50px;
  margin-bottom: 14px;
}

.content-group--name,
.newitem-group--name {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.content-group--cost,
.newitem-group--cost {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.content-group--cost span,
.newitem-group--cost span {
  font-size: 1.2rem;
}

.content-group--img,
.newitem-group--img {
  margin-bottom: 24px;
  border: solid 1px #ccc;
}

.content-group--li,
.newitem-group--li {
  margin: 0 20px;
  width: 275px;
}

.content-group--ul {
  padding-bottom: 85px;
}

.slick-arrow {
  top: 40%;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 10px;
  height: 20px;
  border: none;
}

.content-group--ul .slick-prev,
.newitem-group--ul .slick-prev {
  background: url(../img/i-beforearrow.svg) no-repeat;
  left: 90%;
  top: 100%;
}

.content-group--ul .slick-prev,
.newitem-group--ul .slick-prev {
  background: url(../img/i-beforearrow.svg) no-repeat 50% 50% / 40px;
  left: 89%;
  top: 100%;
  width: 40px;
  height: 40px;
}

.content-group--ul .slick-prev:hover,
.content-group--ul .slick-prev:focus,
.newitem-group--ul .slick-prev:hover,
.newitem-group--ul .slick-prev:focus {
  background: url(../img/i-beforearrow.svg) no-repeat 50% 50% / 40px;
}

.content-group--ul .slick-next,
.newitem-group--ul .slick-next {
  background: url(../img/i-nextarrow.svg) no-repeat 50% 50% / 40px;
  left: 97%;
  top: 100%;
  width: 40px;
  height: 40px;
}

.content-group--ul .slick-next:hover,
.content-group--ul .slick-next:focus,
.newitem-group--ul .slick-next:hover,
.newitem-group--ul .slick-next:focus {
  background: url(../img/i-nextarrow.svg) no-repeat 50% 50% / 40px;
}

/* ranking slider 追記 */
.tab-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.tab.is-active {
  border-bottom: solid 3px #707070;
}

.tp_rank .rank_box {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.tp_rank .rank_box:first-child {
  position: unset;
}

.tp_rank .rank_box.is-show {
  opacity: 1;
  z-index: 5;
}

.tp_rank {
  position: relative;
}

.tab-group {
  max-width: 700px;
  margin: 0 auto 50px;
  display: grid;
  gap: 20px 0;
  grid-template-columns: 1fr 1fr 1fr;
}

.tab-group li {
  cursor: pointer;
  border-bottom: solid 3px #f0f0f0;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}

@media (max-width: 959px) {
  .tab-group {
    max-width: 80%;
    gap: 20px 3%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tab-group li {
    font-size: 1.4rem;
    padding-bottom: 12px;
  }

  .content-group--ul.slick-initialized.slick-slider {
    margin-left: 5%;
  }
}

@media (max-width: 767px) {
  .tab-group {
    max-width: 90%;
    margin-bottom: 30px;
    gap: 15px 3%;
  }

  .tab-group li {
    padding-bottom: 5px;
  }
}

/* ranking slider 追記ここまで */

/* newitem */

.newitem-group--ul {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 85px;
}

/* search */
#top_search {
  background: linear-gradient(white 53%, #333 47%);
  padding-bottom: 180px;
}

.searchtab-menu.current {
  border-bottom: solid 3px #707070;
}

.searchtab-list {
  max-width: 500px;
  margin: 0 auto 45px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.searchtab-menu {
  cursor: pointer;
  border-bottom: solid 3px #f0f0f0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}

.searchcontent-box--ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.searchcontent-box--ul {
  background-color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin: 0 auto;
}

.searchcontent-box {
  display: none;
}

.searchcontent-box--li {
  position: relative;
}

.searchcontent-info {
  position: absolute;
  z-index: 10;
}

.searchtab-menu.searchcurrent {
  border-bottom: solid 3px #707070;
}

.searchcontent-info {
  position: absolute;
  z-index: 10;
  top: 38px;
  left: 5%;
}

.searchcontent-eng.-eng {
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}

.searchcontent-name {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

.searchcontent-border {
  background-color: #fff;
  max-width: 119px;
  height: 1px;
}

.searchcontent-box--ul.-twoclm {
  grid-template-columns: 1fr 1fr;
}

.searchcontent-box--ul.-twoclm .searchcontent-info {
  top: 25%;
}

.searchcontent-box--ul.-twocolumn {
  grid-template-columns: 1fr 1fr;
  margin-top: 1px;
}

.searchcontent-box--ul.-twocolumn .searchcontent-info {
  top: 25%;
}

.searchcontent-box--li.splayout {
  display: none;
}

.searchcontent-box--li.pclayout {
  display: block;
}

/* contents */
.top_contents_clm.artist {
  display: grid;
  gap: 0 5%;
  grid-template-columns: 45% 50%;
  margin-bottom: 100px;
}

.top_contents_clm.whatsuits {
  display: grid;
  gap: 0 8%;
  grid-template-columns: 50% 42%;
}

.vertical--tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10% auto 76px;
  max-width: max-content;
}

.vertical--tit-eng {
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}

.vertical--tit-jp {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.vertical--tit-line {
  background-color: #333;
  display: block;
  width: 3px;
  height: 115px;
  margin-bottom: 8px;
}

.top_contents_clm--info {
  position: relative;
}

.top_contents_clm--bg {
  color: #ccc;
  position: absolute;
  font-size: 150px;
  letter-spacing: 0.05em;
}

.top_contents_clm--bg {
  color: #ccc;
  position: absolute;
  font-size: 8vw;
  line-height: 0.9;
  letter-spacing: 0.05em;
  opacity: 0.18;
  z-index: -1;
  left: 3%;
}

.top_contents_clm--infocon {
  margin-left: auto;
  max-width: max-content;
}

.top_contents_clm--img {
  position: relative;
}

.top_contents_clm--whatsuitsimg {
  position: absolute;
  right: -12%;
  bottom: -80px;
  width: 60%;
}

.op_contents_clm--whatsuits-txt.-eng {
  color: #d0c9dd;
  font-size: 6vw;
  letter-spacing: 0.05em;
  line-height: 1.05;
  position: absolute;
  top: 10%;
  right: -3%;
}

.top_contents_clm.whatsuits .top_contents_clm--bg {
  left: auto;
  right: 3%;
}

.top_contents_clm.whatsuits .top_contents_clm--infocon {
  margin: 0 auto 0 0;
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.scroll-in {
  opacity: 0.18;
  transform: translate(0, 0);
}

/* about */
.top_about_squarecon {
  background: url(../img/about_bg_black.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1;
  padding: 8%;
}

.top_about_squarecon--img {
  margin-top: -15px;
}

.top_about_squarecon--up {
  border-bottom: solid 1px #fff;
  display: flex;
  gap: 0 6%;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 35px;
}

.top_about_squarecon--txt {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 85%;
}

.top_about_squarecon--txtarea {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-bottom: 35px;
}

.top_about_squarecon .-blackbtn--link {
  border: solid 1px #d3a04f;
  background: #d3a04f url(../img/i-btn_warrow.svg) no-repeat 90% 65%;
  margin: 0;
}

.top_about_squarecon .-blackbtn--link:hover {
  color: #fff;
}

.top_about_imgbox_bg {
  width: 73%;
  position: absolute;
}

.top_about_imgcon {
  position: relative;
}

.top_about_imgbox_engtxt {
  position: absolute;
  width: 45%;
  bottom: 0;
  left: 50%;
  z-index: 100;
}

#top_about {
  display: grid;
  gap: 0 3%;
  grid-template-columns: 1fr 750px;
  padding: 30px 3% 160px 0;
  margin-bottom: 150px;
}

.top_about_imgcon_square {
  position: absolute;
  width: 37%;
  top: 2%;
}

.top_about_imgcon_human {
  position: absolute;
  width: 42%;
  top: 20%;
  left: 5%;
}

.top_about_imgcon_glass {
  position: absolute;
  width: 18%;
  left: 56%;
  top: -4%;
}

.top_about_imgcon .vertical--tit {
  position: absolute;
  right: 0;
}

.top_about_imgcon_comment {
  background: rgba(255, 255, 255, 0.95);
  border: solid 1px #ccc;
  position: absolute;
  z-index: 1;
  padding: 3%;
  top: 105%;
  left: 18%;
  max-width: 658px;
}

.top_about_imgcon_comment--name {
  display: flex;
  align-items: center;
}

.top_about_imgcon_comment--txt {
  margin-bottom: 10px;
}

.top_about_imgcon_comment--name:before {
  background-color: #333;
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin-right: 5px;
}

.top_topics--con {
  display: grid;
  gap: 0 7%;
  grid-template-columns: auto 1fr;
  margin-bottom: 100px;
}

.topicstab-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 500px;
  margin: 0 auto 42px;
  text-align: center;
}

.topicstab-menu {
  cursor: pointer;
  border-bottom: solid 3px #f0f0f0;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}

.topicstab-menu.topicscurrent {
  border-bottom: solid 3px #707070;
}

.topicscontent-box {
  display: none;
}

.topicscontent-box--li {
  display: grid;
  font-size: 1.4rem;
  grid-template-columns: 20% 76%;
  gap: 0 4%;
}

.topicscontent-box--ul {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-bottom: 50px;
}

.topicscontent-group {
  max-width: 640px;
  margin: 0 auto;
}

.topicscontent-box--date {
  color: #a0a0a0;
  letter-spacing: 0.1em;
}

.topicscontent-box--txt {
  letter-spacing: 0.05em;
}

.topicstab {
  padding: 50px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-right: calc((100vw - 1240px) / 2);
}

/* magazine */

.top_magazine--li-date {
  color: #a0a0a0;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

.top_magazine--li-img {
  margin-bottom: 30px;
}

/* magazine 追記 */
.top_magazine--li-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 50%;
  object-fit: cover;
}

.top_magazine--li-img {
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  min-height: 368px;
}

@media (max-width: 1200px) {
  .top_magazine--li-img {
    min-height: 211px;
  }
}

@media (max-width: 767px) {
  .top_magazine--li-img {
    width: 100%;
    height: 100%;
  }

  .iframe-wrapper {
    height: 487px !important;
    padding-bottom: 0;
  }
}
/* magazine 追記ここまで */

/* topic */

.top_topics--shop {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 0 5%;
  grid-template-columns: 45% 50%;
}

.top_topics--shop-catch {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

.top_topics--shop-txt {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin-bottom: 50px;
}

/* snap */
.snap_txt {
  font-size: 1.6rem;
  margin: 0 auto 50px;
  max-width: 1200px;
}

#top_snap {
  margin-bottom: 140px;
}

/* footer */
.footer_wrapper {
  align-items: center;
  background-color: #ebecee;
  display: grid;
  grid-template-columns: 64% 7% 29%;
}

.footer_infologo {
  max-width: 280px;
  margin: 0 auto 72px;
}

.footer_accordion-container {
  display: grid;
  gap: 0 3%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0 10%;
}

h3.footer_accordion-title.js-accordion-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}

.footer_accordion--ul {
  display: grid;
  font-size: 1.4rem;
  gap: 10px 0;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
}

.footer_infobox {
  background-color: #333;
  padding: 35px;
}

.footer_info {
  max-width: 280px;
  margin: 0 auto 40px;
}

.footer_info_followus {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.footer_info_sns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 8%;
}

.footer_info_followus:before {
  background-color: #fff;
  content: "";
  display: block;
  width: 113px;
  height: 3px;
  margin-bottom: 20px;
}

.footer_info--link-con {
  display: grid;
  gap: 5px 0;
  grid-template-columns: 100%;
  max-width: 280px;
  margin: 0 auto;
}

.footer_info--link {
  display: block;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.footer_triangle {
  background-color: #333;
  clip-path: polygon(100% 0, 10% 100%, 100% 100%);
  height: 100%;
}

footer small {
  display: block;
  font-size: 1rem;
  padding: 16px 0;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1700px) {
  /* mv */
  .heroarea-slider .slick-next {
    background: url(../img/i-nextarrow.svg) no-repeat 50% 50% / 30px;
    left: 8%;
    top: 94%;
    width: 30px;
    height: 30px;
  }

  .heroarea-slider .slick-prev {
    background: url(../img/i-beforearrow.svg) no-repeat 50% 50% / 30px;
    left: 3%;
    top: 94%;
    width: 30px;
    height: 30px;
  }

  .heroarea-slider .slick-prev:hover,
  .heroarea-slider .slick-prev:focus {
    background: url(../img/i-beforearrow.svg) no-repeat 50% 50% / 30px;
    z-index: 2;
  }

  .heroarea-slider .slick-next:hover,
  .heroarea-slider .slick-next:focus {
    background: url(../img/i-nextarrow.svg) no-repeat 50% 50% / 30px;
    z-index: 2;
  }

  .menu_name {
    font-size: 1.2rem;
  }

  .global_dt_member {
    font-size: 1.2rem;
  }

  /* about */
  #top_about {
    margin-bottom: 100px;
  }

  .top_about_imgcon_comment {
    top: 86%;
    font-size: 1.2rem;
    transition: 0.3s;
  }

  .top_about_imgbox_engtxt {
    bottom: 16%;
    transition: 0.3s;
  }

  /* footer */

  .footer_wrapper {
    align-items: center;
    background-color: #ebecee;
    display: grid;
    grid-template-columns: 64% 10% 26%;
  }

  .footer_infobox {
    background-color: #333;
    padding: 35px 50px 35px 35px;
  }

  .footer_info--link {
    font-size: 1.2rem;
  }

  h3.footer_accordion-title.js-accordion-title {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }

  .footer_accordion--ul {
    font-size: 1.1rem;
    gap: 8px 0;
  }

  .footer_infologo {
    width: 80%;
    margin: 0 auto 50px;
  }

  .footer_info {
    margin: 0 auto 35px;
    width: 80%;
  }

  .footer_info--link-con {
    width: 80%;
  }

  .footer_wrapper {
    grid-template-columns: 60% 15% 26%;
  }
}

@media (max-width: 1500px) {
  /* mv */
  .scrolldown:after {
    bottom: 8px;
    height: 100px;
  }

  .global_menu--ul {
    gap: 0;
  }

  .heroarea-catch {
    bottom: 20%;
  }

  .heroarea-slider--li {
    margin: 0 20px;
  }

  /* about */
  #top_about {
    display: grid;
    gap: 0 3%;
    grid-template-columns: 1fr 645px;
    padding: 30px 3% 50px 0;
  }

  .top_about_squarecon--up {
    display: grid;
    grid-template-columns: 39% auto;
    gap: 0 5%;
  }

  .top_about_squarecon {
    padding: 7%;
  }

  .top_about_squarecon--txt {
    font-size: 2rem;
    line-height: 1.7;
    width: 100%;
  }

  .top_about_squarecon--txtarea {
    font-size: 1.3rem;
  }

  .top_about_imgcon_comment--name {
    display: flex;
    align-items: center;
  }

  .top_about_imgcon_comment--txt {
    margin-bottom: 10px;
  }

  .top_about_imgcon_comment--name:before {
    background-color: #333;
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    margin-right: 5px;
  }
}

@media (max-width: 1320px) {
  .top_about_imgcon_comment {
    top: 75%;
    transition: 0.3s;
  }

  .top_about_imgbox_engtxt {
    width: 35%;
    bottom: 30%;
    transition: 0.3s;
  }
}

@media (max-width: 1240px) {
  #top_about {
    gap: 100px 0;
    grid-template-columns: 100%;
    grid-template-rows: 1fr auto;
    padding: 0;
  }

  .vertical--tit {
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    max-width: 100%;
  }

  .top_about_imgcon {
    padding: 270px 0 0 0;
    margin-bottom: 100px;
  }

  .top_about_imgcon .vertical--tit {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .top_about_imgcon_comment {
    font-size: 1.6rem;
    left: 13%;
    padding: 40px 5%;
    top: 94%;
  }

  .top_about_imgcon_glass {
    top: 25%;
  }

  .top_about_imgcon_square {
    top: 16%;
  }

  .top_about_imgcon_human {
    top: 28%;
  }

  .top_about_squarecon--up {
    grid-template-columns: 30% auto;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .top_about_squarecon--txt {
    font-size: 2rem;
  }

  .top_about_squarecon--txtarea {
    font-size: 1.4rem;
  }

  .top_about_squarecon--txtarea .pconly {
    display: none;
  }

  .top_about_squarecon {
    aspect-ratio: 2;
    padding: 5%;
    min-height: auto;
  }

  .top_about_squarecon .-blackbtn--link {
    margin: 0 auto;
  }

  .top_about_imgbox_bg {
    width: 76%;
    position: relative;
    display: block;
  }

  .top_about_imgbox_engtxt {
    width: 43%;
    bottom: 15%;
    left: 56%;
    transition: 0.3s;
  }
}
@media (max-width: 1200px) {
  /* search */
  .searchcontent-box--li.splayout {
    display: block;
  }

  .searchcontent-box--li.pclayout {
    display: none;
  }
}

@media (max-width: 1000px) {
  /* search */
  .searchcontent-eng.-eng {
    font-size: 2rem;
  }
}

@media (max-width: 959px) {
  .-middleonly {
    display: block;
  }

  .-base {
    margin-bottom: 60px;
  }

  .heroarea-slider.slick-initialized.slick-slider img {
    height: 100% !important;
    width: calc(100vw - 20px);
  }

  /* header */
  .humberger {
    display: block;
  }

  .g-nav-user--name {
    padding-top: 1px;
  }

  .global_con_logo--img {
    max-width: 66px;
    padding: 0;
  }

  .global_con_logo {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
  }

  .global_con {
    display: flex;
    align-items: center;
  }

  .global_dt {
    margin-left: auto;
  }

  .humberger_btn {
    position: absolute;
    left: 10px;
    top: 33px;
  }

  .poptxt {
    color: #fff;
    font-size: 1rem;
    padding: 5px 0;
  }

  .poptxt-box h1 {
    display: none;
  }

  .poptxt-box {
    align-items: center;
    justify-content: center;
  }

  #g-nav .g-nav-listcon h1 {
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 20px auto;
    width: 90%;
  }

  .global_dt--li.-loginkey,
  .global_dt--li.h-magazine {
    display: none;
  }

  .global_menu,
  .global_dt_member {
    display: none;
  }

  .global_con_box {
    display: block;
  }

  .g-nav-user {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 0 4%;
    width: 80%;
    margin: 20px auto 20px;
  }

  .g-nav-user--link {
    border: solid 1px #333;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 5px;
    text-align: center;
  }

  .g-nav-user--link.mypage {
    background-color: #333;
    color: #fff;
  }

  .g-nav-user--link.logout {
    border: solid 1px #333;
  }

  .g-nav-user--namecon {
    display: flex;
    gap: 0 8px;
    align-items: center;
    padding-bottom: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    justify-content: center;
    margin-bottom: 10px;
  }

  .gnav_accordion-container {
    padding: 0 5%;
  }

  .gnav_accordion-content {
    display: none;
  }

  .gnav_accordion-content.hm_active {
    display: block;
  }

  .gnav_accordion-title.gnav_js-accordion-title {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }

  .gnav_accordion-item {
    border-bottom: solid 1px #ccc;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .gnav_accordion--ul {
    padding-left: 2%;
    display: grid;
    gap: 10px 0;
    margin: 20px 0;
  }

  .g-nav-dt {
    display: grid;
    font-size: 1.4rem;
    gap: 10px 0;
    padding: 0 5%;
  }

  .g-nav-dt {
    display: grid;
    font-size: 1.4rem;
    gap: 10px 0;
    padding: 0 5%;
    margin-bottom: 60px;
  }

  .g-nav-dt--link {
    display: flex;
    align-items: center;
  }

  .g-nav-dt--link:before {
    background-color: #333;
    content: "";
    display: block;
    width: 5%;
    height: 1px;
    margin-right: 10px;
  }

  .g-nav-listcon .footer_info {
    background-color: #333;
    max-width: 100%;
    width: 100%;
    padding: 40px 5% 180px;
    margin: 0;
  }

  .g-nav-listcon .footer_info .footer_info_followus {
    font-size: 1.6rem;
    text-align: center;
  }

  .g-nav-listcon .footer_info .footer_info_followus:before {
    width: 55%;
    margin: 0 auto 30px;
  }

  .g-nav-listcon .footer_info_sns {
    max-width: 208px;
    margin: 0 auto;
  }

  .c-header__act--list .sw_nav--baloon {
    right: -100%;
    width: 280px;
  }

  .sw_nav--baloon.active {
    right: 0;
    width: 280px;
  }

  .header-bar__search-input {
    font-size: 1.4rem;
  }

  .global_wrapper {
    z-index: 1000;
  }

  /* 矢印 */
  .footer_accordion-title,
  .gnav_accordion-title {
    position: relative;
  }

  .footer_accordion-title::after,
  .gnav_accordion-title::after {
    border-right: solid 1px #333;
    border-top: solid 1px #333;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 25%;
    transform: rotate(135deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    width: 8px;
  }

  .footer_accordion-title.open::after,
  .gnav_accordion-title.open::after {
    top: 25%;
    transform: rotate(-45deg);
  }

  /* mv */
  .top_bnrlist {
    padding: 0 5%;
  }

  .heroarea-slider .slick-next {
    left: 11%;
  }

  .heroarea-slider .slick-prev {
    left: 3%;
  }

  .heroarea-catch:after {
    height: 5px;
  }

  .heroarea-catch--l {
    font-size: 9vw;
  }

  .heroarea-catch--s {
    font-size: 5vw;
  }

  /* tit */
  .bordertit_txt {
    font-size: 3rem;
  }

  .bordertit_txt span {
    font-size: 1.2rem;
  }

  .bordertit_leftb {
    display: none;
  }

  h2.bordertit {
    margin-left: 5%;
    gap: 0 3%;
    display: grid;
    grid-template-columns: auto 1fr;
    margin-bottom: 40px;
  }

  .bordertit_txt span {
    font-size: 1.2rem;
  }

  .bordertit_rightb.-sponly {
    background-color: #333;
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 5%;
  }

  /* ranking */
  .tab-list {
    max-width: 80%;
    gap: 20px 3%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tab-menu {
    font-size: 1.4rem;
    padding-bottom: 12px;
  }

  .content-group {
    margin-left: 5%;
  }

  .content-group--name,
  .newitem-group--name {
    font-size: 1.4rem;
  }

  .content-group--cost,
  .newitem-group--cost {
    font-size: 1.2rem;
  }

  .content-group--cost span,
  .newitem-group--cost span {
    font-size: 1rem;
  }

  /* newitem */
  .newitem-group--ul.slick-initialized.slick-slider {
    margin-left: 5%;
  }

  .content-group--ul .slick-prev,
  .newitem-group--ul .slick-prev {
    left: 80%;
  }

  .content-group--ul .slick-next,
  .newitem-group--ul .slick-next {
    left: 90%;
  }

  /* search */
  #top_contents {
    margin-bottom: 80px;
  }

  .vertical--tit-eng {
    font-size: 3rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .top_contents_clm--whatsuitsimg {
    bottom: 12%;
  }

  .vertical--tit-jp {
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: center;
  }

  .vertical--tit {
    margin: 10% auto 30px;
    transform: translateX(0px);
  }

  .vertical--tit-line {
    height: 74px;
  }

  .top_contents_clm--bg {
    font-size: 7.4rem;
  }

  .-blackbtn--link {
    background: #333 url(../img/i-btn_warrow.svg) no-repeat 90% 65% / 17px;
    font-size: 1.4rem;
    padding: 10px;
    max-width: 244px;
  }

  #top_search {
    background: linear-gradient(white 60%, #333 40%);
    padding-bottom: 60px;
  }

  .searchcontent-group {
    max-width: 90%;
    margin: 0 auto;
  }

  .searchcontent-box--ul.-twoclm .searchcontent-info {
    top: 10%;
    left: 10%;
  }

  /* magazine */
  .top_magazine--ul {
    padding: 0 5%;
  }

  .top_magazine--li-date {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .top_magazine--li-name {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .top_magazine--li.slick-slide {
    width: 212px;
  }

  .top_magazine--li.slick-slide {
    width: 212px;
    margin: 0 10px;
  }

  .top_magazine--ul {
    margin: 0 auto 100px;
  }

  .top_magazine--ul .slick-prev {
    background: url(../img/i-beforearrow.svg) no-repeat;
    left: 71%;
    top: 115%;
  }

  .top_magazine--ul .slick-prev {
    background: url(../img/i-beforearrow.svg) no-repeat 50% 50% / 25px;
    left: 71%;
    top: 115%;
    width: 40px;
    height: 40px;
  }

  .top_magazine--ul .slick-prev:hover,
  .top_magazine--ul .slick-prev:focus {
    background: url(../img/i-beforearrow.svg) no-repeat 50% 50% / 25px;
  }

  .top_magazine--ul .slick-next {
    background: url(../img/i-nextarrow.svg) no-repeat 50% 50% / 25px;
    left: 85%;
    top: 115%;
    width: 40px;
    height: 40px;
  }

  .top_magazine--ul .slick-next:hover,
  .top_magazine--ul .slick-next:focus {
    background: url(../img/i-nextarrow.svg) no-repeat 50% 50% / 25px;
  }

  /* topics */
  .top_topics--con {
    grid-template-columns: 100%;
    margin-bottom: 20px;
  }

  .topicstab {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 40px 0;
  }

  .topicstab-list {
    max-width: 70%;
  }

  .topicscontent-box--ul {
    padding: 0 5%;
  }

  .topicscontent-box--li {
    grid-template-columns: 16% 80%;
  }

  .top_topics--shop {
    padding: 0 5%;
  }

  .top_topics--shop-catch {
    font-size: 1.8rem;
  }

  .top_topics--shop-txt {
    line-height: 2;
    margin-bottom: 32px;
  }

  /* about */
  #top_about {
    margin-bottom: 60px;
  }

  .top_about_imgbox_engtxt {
    bottom: 10%;
  }

  /* snap */
  .vsm-gallery,
  .vsm-tile,
  .vsm-tile-goods {
    margin: 0 auto 30px !important;
    width: 90% !important;
  }

  .ecbn-selection-page-wrapper {
    margin: 0 !important;
  }

  .snap_txt {
    padding: 0 5%;
    font-size: 1.4rem;
    margin-bottom: 24px;
  }

  #top_snap {
    margin-bottom: 60px;
  }

  /* footer */
  .footer_triangle {
    display: none;
  }

  .footer_wrapper {
    grid-template-columns: 100%;
  }

  .footer_accordion-container {
    padding: 40px 5% 50px;
    grid-template-columns: 100%;
    gap: 0;
  }

  .footer_accordion-content {
    display: none;
  }

  h3.footer_accordion-title.js-accordion-title {
    border-bottom: solid 1px #ccc;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  h3.footer_accordion-title.js-accordion-title.open {
    border-bottom: none;
    padding-bottom: 0;
  }

  .footer_infologo {
    max-width: 184px;
    margin: 0 auto 60px;
    width: 58%;
  }

  .footer_info {
    max-width: 208px;
    margin: 0 auto 40px;
    width: 56%;
  }

  .footer_info_followus.-eng {
    font-size: 1.8rem;
    text-align: center;
  }

  .footer_info_followus:before {
    width: 95%;
    height: 3px;
    margin: 0 auto 20px;
  }

  .footer_info--link-con {
    font-size: 1.4rem;
    max-width: 100%;
  }

  footer small {
    padding: 10px 0;
  }
}

@media (max-width: 800px) {
  .heroarea-slider.slick-initialized.slick-slider img {
    width: 100%;
    height: calc(100vh - 92px) !important;
  }
}

@media (max-width: 767px) {
  /*common*/
  body {
    margin-top: 80px;
  }

  .-pconly {
    display: none;
  }

  .-sponly {
    display: block;
  }

  /* header */
  .top_bnrlist {
    grid-template-columns: 100%;
    gap: 20px 0;
    margin: 0 auto 60px;
  }

  .bordertit_rightb.-sponly {
    margin-top: 12%;
  }

  .heroarea-slider .slick-prev {
    background: url(../img/i-beforearrow.svg) no-repeat 50% 50% / 20px;
    left: 3%;
    width: 30px;
    height: 30px;
    top: 95%;
  }

  .heroarea-slider .slick-next {
    background: url(../img/i-nextarrow.svg) no-repeat 50% 50% / 20px;
    width: 30px;
    height: 30px;
    top: 95%;
    left: 14%;
  }

  .heroarea-slider .slick-prev:hover,
  .heroarea-slider .slick-prev:focus {
    background: url(../img/i-beforearrow.svg) no-repeat 50% 50% / 20px;
    z-index: 2;
  }

  .heroarea-slider .slick-next:hover,
  .heroarea-slider .slick-next:focus {
    background: url(../img/i-nextarrow.svg) no-repeat 50% 50% / 20px;
    z-index: 2;
  }

  .heroarea-slider.slick-initialized.slick-slider img {
    height: 100% !important;
    width: calc(100vw - 20px);
  }

  header {
    height: 80px;
  }

  .humberger_btn {
    position: absolute;
    left: 10px;
    top: 30px;
  }

  .heroarea-sidetxt--p {
    bottom: 13vh;
    padding: 10px 0;
  }

  .global_con {
    height: 50px;
    padding: 10px 5%;
  }

  .global_dt .global_dt--li:first-child {
    margin-right: 8%;
  }

  .global_dt--li {
    max-width: 32px;
  }

  .global_dt {
    width: 24%;
  }

  .baloon:after,
  .baloon--ser:after {
    right: 22%;
  }

  .scrolldown:after {
    bottom: 8px;
    height: 100px;
  }

  .scrolldown span {
    bottom: 50px;
    font-size: 1rem;
  }

  .scrolldown:before {
    left: -2px;
    width: 5px;
    height: 5px;
  }

  .scrolldown:after {
    bottom: 32px;
    height: 58px;
  }

  .heroarea-catch--l {
    font-size: 12vw;
  }

  .heroarea-catch--s {
    font-size: 6vw;
  }

  .heroarea-catch:after {
    background-color: #fff;
    content: "";
    display: block;
    width: 32%;
    height: 5px;
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.4);
    margin-top: 16px;
  }

  .heroarea-triangle {
    width: 52%;
    height: 14vh;
  }

  #heroarea {
    margin-bottom: 50px;
  }

  .sw_nav--baloon.active {
    z-index: 10000;
  }

  .global_wrapper {
    background-color: #fff;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
  }

  /*下からの距離が変化して丸の全体が上から下に動く*/
  @keyframes circlemove {
    0% {
      bottom: 90px;
    }
    100% {
      bottom: 10px;
    }
  }

  /* ranking */
  .content-group--i {
    max-width: 37px;
  }

  .content-group--li.slick-slide {
    width: 212px;
  }

  .content-group--li,
  .newitem-group--li {
    margin: 0 10px;
    width: 212px;
  }

  .content-group--ul .slick-prev,
  .newitem-group--ul .slick-prev {
    left: 67%;
  }

  .content-group--ul .slick-next,
  .newitem-group--ul .slick-next {
    left: 85%;
  }

  .tab-list {
    max-width: 90%;
    margin-bottom: 30px;
    gap: 15px 3%;
  }

  .tab-menu {
    padding-bottom: 5px;
  }

  /* search */
  .top_contents_clm.artist {
    gap: 32px 0;
    grid-template-columns: 100%;
    margin-bottom: 60px;
  }

  .top_contents_clm--infocon {
    margin: 0px auto;
  }

  .top_contents_clm--img {
    width: 86%;
    margin-left: auto;
  }

  .top_contents_clm--bg {
    left: 5%;
  }

  .top_contents_clm.whatsuits {
    grid-template-columns: 100%;
    gap: 32px 0;
  }

  .top_contents_clm.whatsuits .top_contents_clm--infocon {
    margin: 0 auto;
  }

  .top_contents_clm--info {
    order: -1;
  }

  .top_contents_clm.whatsuits .top_contents_clm--img {
    margin: 0 auto 0 0;
  }

  .top_contents_clm--whatsuitsimg {
    bottom: -26%;
  }

  .op_contents_clm--whatsuits-txt.-eng {
    font-size: 12vw;
    right: -10%;
    top: 9%;
  }

  .searchcontent-box--ul {
    grid-template-columns: 50% 50%;
  }

  .searchcontent-eng.-eng {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }

  .searchcontent-name {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 14px;
  }

  .searchtab-list {
    max-width: 80%;
    margin-bottom: 30px;
  }

  .searchtab-menu {
    font-size: 1.4rem;
    padding-bottom: 5px;
  }

  .searchcontent-box--ul.-twoclm .searchcontent-info .searchcontent-eng.-eng {
    margin-bottom: 5px;
  }

  /* magazine */
  .top_magazine--ul {
    padding: 0 0 0 5%;
  }

  /* about */
  .top_about_imgcon {
    margin-bottom: 135px;
    padding: 245px 0 0 0;
  }

  .top_about_imgcon_comment--txt {
    font-size: 1.2rem;
  }

  .top_about_imgcon_comment--name {
    font-size: 1.2rem;
    justify-content: flex-end;
  }

  .top_about_imgcon_comment {
    padding: 5%;
    left: 30%;
  }

  /* topics */
  .topicstab-list {
    max-width: 82%;
    margin-bottom: 40px;
  }

  .topicstab-menu {
    font-size: 1.4rem;
    padding-bottom: 5px;
  }

  .topicscontent-box--li {
    font-size: 1.2rem;
    grid-template-columns: 28% 66%;
  }

  .topicscontent-box--ul {
    gap: 20px 0;
    margin-bottom: 35px;
  }

  .top_topics--shop {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
}

@media (max-width: 559px) {
  /* mv */
  .heroarea-triangle {
    width: 52%;
    height: 90px;
  }

  .heroarea-sidetxt {
    width: 20px;
    left: 7px;
  }

  .heroarea-slider.slick-initialized.slick-slider {
    padding-left: 20px;
  }

  .heroarea-sidetxt--p {
    bottom: 80px;
    font-size: 0.8rem;
  }

  /* search */
  .searchcontent-info {
    top: 10%;
    left: 10%;
  }

  .searchcontent-border {
    max-width: 49px;
  }

  /* about */
  .top_about_imgcon_comment {
    width: 74%;
    left: 22%;
    top: 95%;
  }

  .top_about_imgbox_engtxt {
    bottom: 8%;
    max-width: 161px;
  }

  .top_about_squarecon--up {
    gap: 30px 0;
    grid-template-columns: 100%;
  }

  .top_about_squarecon--img {
    max-width: 207px;
    margin: 0 auto;
  }

  .top_about_squarecon--txt {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 auto;
  }

  .top_about_squarecon--up {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .top_about_squarecon {
    padding: 40px 5%;
  }

  .top_about_squarecon--txtarea {
    line-height: 2;
  }

  .top_about_imgcon {
    margin-bottom: 70px;
  }
}

@media (max-width: 519px) {
}

@media (max-width: 414px) {
}

@media (max-width: 390px) {
}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}

@media screen and (max-height: 800px) {
  .heroarea-slider.slick-initialized.slick-slider img {
    width: auto;
    height: calc(100vh - 92px) !important;
  }
}
/* 241018メルマガ追加_ここから */
@media (max-width: 959px) {
  .hm_magazine {
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 30px;
    border-bottom: double 5px #ccc;
  }
  .hm_magazine span {
    background: url(https://cazal8008.itembox.design/item/common/img/i-magazine.svg) no-repeat center left / 26px;
    padding: 2px 0px 2px 30px;
  }
}
/* 241018メルマガ追加_ここまで */

/* 250609 mv改修 ここから */
.re_header-u {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 0 4%;
  margin: 40px 2% 60px 2%;
}

.re_header-u .heroarea-catch {
  position: static;
}

.re_header-u .item_gift-top {
  margin: 0 0 0 auto !important;
}

.re_header-u .heroarea-catch--l,
.re_header-u .heroarea-catch--s {
  color: #000;
  text-shadow: none;
}

.re_header-u .heroarea-catch--s {
  font-size: 5vw;
  letter-spacing: 0.02em;
  line-height: 1;
}

.re_header-u .heroarea-catch:after {
  background-color: #000;
  display: none;
}

.re_mv .heroarea-triangle {
  position: static;
}

.item_gift-top.mv_u_sponly {
  display: none;
}

.re_mv .heroarea-slider .slick-prev,
.re_mv .heroarea-slider .slick-next {
  top: 104%;
}

@media (max-width: 959px) {
  .re_header-u {
    margin: 20px 2% 20px 2%;
  }

  .re_header-u .item_gift-top {
    display: none;
  }

  .re_mv .heroarea-slider.slick-initialized.slick-slider img {
    height: 100% !important;
    width: calc(92vw - 20px);
  }

  .re_mv .heroarea-slider--li {
    margin: 0 20px 0 0;
  }

  .item_gift-top.mv_u_sponly {
    display: block;
    padding: 0 5%;
    max-width: 100%;
    margin: 60px auto 60px !important;
  }

  .item_gift-top.mv_u_sponly a {
    margin-bottom: 20px;
    display: block;
  }

  .re_mv {
    margin-bottom: 70px;
  }

  .re_header-u .heroarea-catch--s {
    font-size: 9vw;
  }
}

@media (max-width: 767px) {
  .re_mv .heroarea-slider.slick-initialized.slick-slider img {
    width: calc(80vw - 20px);
  }

  .re_header-u .heroarea-catch--s {
    font-size: 12vw;
  }
}

@media (max-width: 529px) {
  .item_gift-top.mv_u_sponly {
    margin: 80px auto 60px;
  }
}
/* 250609 mv改修 ここまで */
