@charset "UTF-8";
/*===================================
共通
====================================*/
/* A Modern CSS Reset */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}

li {
  list-style: none;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
img {
  width: 100%;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/*アニメーション*/
@keyframes animesp {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomin {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  25% {
    transform: scale(1.5);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
body {
  overflow-x: hidden;
  background: url("../images/bg_concept.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
body.authentication {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
}
body.authentication main {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  width: 830px;
  margin: 200px auto;
  padding: 48px;
}
body.authentication main h2 {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 18px;
}
body.authentication main .btn {
  border-radius: 30px;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
  width: 169px;
  display: inline-block;
  margin: 32px 16px 0;
}
body.authentication main .btn-no {
  background: #323232;
}
body.authentication main h3 {
  font-size: 24px;
  font-weight: bold;
  padding: 24px 0;
}
body.authentication main .btn-yes {
  background: #e61874;
}
body.authentication main .btn:hover {
  opacity: 0.8;
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  body.authentication {
    overflow: auto;
  }
  body.authentication main {
    width: 90%;
    margin: 32vw auto;
    height: auto;
    padding: 6.4vw;
  }
  body.authentication main h2 {
    font-size: 6.4vw;
    padding-bottom: 2.4vw;
  }
  body.authentication main h3 {
    font-size: 4.26667vw;
  }
  body.authentication main .btn {
    width: 26.66667vw;
    margin: 4.26667vw 2.13333vw;
    padding: 2.13333vw 0;
  }
  body.authentication footer {
    position: static;
  }
}
/*========================================================
本番
==========================================================*/
aside {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 99;
}
aside .btn_fixed_wrap {
  text-align: right;
  transition-timing-function: linear;
}
aside .btn_fixed_wrap figure img {
  width: auto;
}
aside .btn_fixed_wrap figure a {
  display: inline-block;
}
aside .btn_fixed_wrap figure a:hover {
  opacity: 0.8;
}

/*メイン*/
main.pre header, main.active header, main.end header {
  background-image: url("../images/bg_mv_wtr.png");
}

main.old header {
  background-image: url("../images/bg_mv.png");
}

main {
  background-size: cover;
}
main header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
}
main header .center_mainvisual {
  animation: zoomin 1.2s forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
main header .center_mainvisual_end {
  opacity: 1;
}
main header p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.webp .pre p.mv1, .webp .active p.mv1, .webp .end p.mv1 {
  background-image: url("../images/mv_chara1_wtr.webp");
}

.no-webp .pre p.mv1, .no-webp .active p.mv1, .no-webp .end p.mv1 {
  background-image: url("../images/mv_chara1_wtr.png");
}

.webp .old p.mv1 {
  background-image: url("../images/mv_chara1.webp");
}

.no-webp .old p.mv1 {
  background-image: url("../images/mv_chara1.png");
}

/*========================================================
本番
==========================================================*/
main header figure {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 99;
}
main .pickup {
  padding: 36px 0 18px 0;
  background: url("../images/bg_concept.jpg") center -55px no-repeat;
}
main .pickup h2 {
  color: #333333;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
}
main .pickup a {
  font-size: 15px;
  color: #1759d9;
}
main #brands .logos {
  width: 842px;
  display: flex;
  justify-content: center;
}
main #brands .logos .logo {
  width: 100px;
  margin: 0 6px 6px 0;
  background: #fff;
  height: 64px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
main #brands .logos .logo:nth-child(8n) {
  margin-right: 0;
}
main #brands .logos .logo:last-child {
  margin-right: 0;
}
main #brands .logos .logo img {
  width: 100%;
  height: auto;
}
main .brand_list {
  background: #231815;
  padding: 60px 0;
  position: relative;
}
main .brand_list h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 18px;
  font-size: 27px;
}
main .brand_list p {
  color: #fff;
  text-align: center;
  margin: 30px 0;
}
main .brand_list ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 1000px;
  margin: 40px auto 0;
  padding-left: 0;
}
main .brand_list ul li figure a {
  width: 192px;
  margin: 0 10px 0 0;
  background: #fff;
  height: 122px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .brand_list ul li:last-child a {
  margin-right: 0;
}
main .brand_list ul li figcaption {
  width: 192px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 5px;
}
main .brand_list ul li a {
  display: block;
  transition: 0.3s ease;
  will-change: transition;
}
main .brand_list ul li a:hover {
  opacity: 0.8;
}
main .fincontents {
  background-color: #fff;
  padding-bottom: 80px;
}
main .fincontents-inner {
  width: 940px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
main .fincontents-inner .title_border {
  text-align: left;
  margin: 0;
  margin-bottom: 18px;
}
main .fincontents-left {
  width: 540px;
}
main .fincontents-left h2 {
  padding-bottom: 18px;
  padding-top: 80px;
}
main .fincontents-right {
  width: 367px;
  margin-top: 80px;
  height: 420px;
}
main .fincontents-right h2 {
  color: #fff;
  background: #62B1FD;
  border-radius: 18px 18px 0 0;
  font-size: 18px;
  text-align: center;
  padding: 16px;
  line-height: 100%;
}
main .fincontents-right .twitter-frame {
  height: 367px;
  overflow: scroll;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
main .fincontents-right .r-1q9bdsx {
  border-radius: 0px !important;
}
main .contact {
  background: #292929;
  border-radius: 10vw;
  color: #fff;
  width: 300px;
  padding: 18px 40px;
  text-decoration: none;
  margin-top: 16px;
  line-height: 1;
  font-size: 18px;
}
main .contact i {
  margin-right: 5px;
}

.title_border {
  width: 60px;
  border-bottom: #2DBAEC solid 4px;
  text-align: center;
  margin: auto;
}

#titles {
  background-color: #dfe5e9;
  padding: 60px 0;
}
#titles figure.logos {
  width: 842px;
  margin: 36px auto 0;
}
#titles h2 {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 18px;
  color: #333;
}
#titles .olg_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 842px;
  margin: 36px auto 0;
  padding: 0;
}
#titles .olg_bnr li {
  margin: 0 12px 12px 0;
  width: 272px;
}
#titles .olg_bnr li:nth-child(3n) {
  margin-right: 0;
}
#titles .olg_bnr li:last-child {
  margin-right: 0;
}
#titles .olg_bnr li figure {
  margin: 0;
}
#titles .olg_bnr li figure a {
  margin: 0;
}
#titles .olg_bnr li figure img {
  border-radius: 8px;
}
#titles .bnr-dmmpoint {
  margin-top: 48px;
}
#titles .bnr-dmmpoint a {
  margin: 40px auto 0;
  width: 842px;
}
#titles .bnr-kitsune_x,
#titles .bnr-cp,
#titles .box_video {
  margin-top: 48px;
}
#titles .bnr-kitsune_x a,
#titles .bnr-cp a {
  margin: 40px auto 0;
  width: 400px;
}
#titles .box_video iframe {
  width: 560px;
  height: 315px;
  display: block;
  margin: 40px auto 0;
}

.active #titles {
  background-color: #Dfe5e9;
}
.active #titles h2 {
  color: #333;
}
.active #titles a:hover {
  opacity: 0.8;
}

nav {
  background-color: #dfe5e9;
  padding: 60px 0;
}
nav figure.logos {
  width: 100%;
  margin: 36px auto 0;
}
nav h2 {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 18px;
}
nav ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 828px;
  padding-left: 0;
  margin: auto;
  padding: 40px 0 0;
}
nav ul li a {
  text-decoration: none;
  text-align: center;
  color: #292929;
  font-size: 27px;
  background: #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  display: block;
  line-height: 72px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  will-change: transition;
}

footer {
  background: #231815;
  text-align: center;
  padding-bottom: 40px;
}
footer .bnr-footer {
  width: 700px;
  margin: auto;
  padding-top: 30px;
}
footer .bnr-footer a {
  display: block;
}
footer .bnr-footer a:hover {
  opacity: 0.8;
}
footer ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 1000px;
  padding: 40px 0 20px 0;
  margin: auto;
}
footer ul li {
  margin: 0 20px;
}
footer ul li a {
  display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}
footer ul li a:hover {
  opacity: 0.7;
}
footer ul li a img {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
footer .border2 {
  border-bottom: 1px solid #444;
  width: 1400px;
  margin: auto;
  margin-bottom: 20px;
}
footer small {
  color: #999;
  font-size: 14px;
}

/*=============================================
SPレイアウト
================================================*/
@media screen and (min-width: 320px) and (max-width: 1023px) {
  body {
    overflow-x: hidden;
    background: none;
    background-attachment: scroll;
  }
  body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
  }
  main.pre header, main.active header, main.end header {
    background-image: url("../images/sp/sp_bg_mv_wtr.png");
  }
  main.old header {
    background-image: url("../images/sp/sp_bg_mv.png");
  }
  main {
    background: url("../images/sp/bg_concept.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  main .title_border {
    width: 8vw;
    border-width: 0.8vw;
  }
  main .contact {
    width: 100%;
    padding: 4.26667vw 4.26667vw;
    font-size: 4.26667vw;
  }
  main .fincontents {
    background-color: #fff;
    padding-bottom: 10.66667vw;
  }
  main .fincontents-inner {
    width: 87.2vw;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  main .fincontents-inner .title_border {
    text-align: left;
    margin: 0;
    margin-bottom: 2.4vw;
  }
  main .fincontents-left {
    width: 100%;
  }
  main .fincontents-left .title_border {
    width: 12vw;
  }
  main .fincontents-left h2 {
    padding-bottom: 2.4vw;
    padding-top: 10.66667vw;
    font-size: 4.27vw;
  }
  main .fincontents-left p {
    font-size: 3.73333vw;
  }
  main .fincontents-left .contact {
    width: 100%;
    padding: 4.26667vw 13.33vw;
    font-size: 4.8vw;
  }
  main .fincontents-left .contact i {
    margin-right: 6.13vw;
  }
  main .fincontents-right {
    width: 87.2vw;
    margin-top: 10.66667vw;
    height: auto;
    overflow: hidden;
  }
  main .fincontents-right h2 {
    color: #fff;
    background: #62B1FD;
    border-radius: 3.2vw 3.2vw 0 0;
    font-size: 4.27vw;
    text-align: center;
    padding: 3.2vw;
  }
  main header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
  }
  main header figure {
    width: 100%;
  }
  main header p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    animation: animesp 6s linear 0s infinite;
    will-change: animation;
  }
  .webp .pre p.mv1, .webp .active p.mv1, .webp .end p.mv1 {
    background-image: url("../images/sp/sp_mv_chara1_wtr.webp");
  }
  .webp .pre p.mv2, .webp .active p.mv2, .webp .end p.mv2 {
    background-image: url("../images/sp/sp_mv_chara2_wtr.webp");
    animation-delay: 3s;
  }
  .no-webp .pre p.mv1, .webp .active p.mv1, .webp .end p.mv1 {
    background-image: url("../images/sp/sp_mv_chara1_wtr.png");
  }
  .no-webp .pre p.mv2, .webp .active p.mv2, .webp .end p.mv2 {
    background-image: url("../images/sp/sp_mv_chara2_wtr.png");
    animation-delay: 3s;
  }
  .webp .old p.mv1 {
    background-image: url("../images/sp/sp_mv_chara1.webp");
  }
  .webp .old p.mv2 {
    background-image: url("../images/sp/sp_mv_chara2.webp");
    animation-delay: 3s;
  }
  .no-webp .old p.mv1 {
    background-image: url("../images/sp/sp_mv_chara1.png");
  }
  .no-webp .old p.mv2 {
    background-image: url("../images/sp/sp_mv_chara2.png");
    animation-delay: 3s;
  }
  main .loopslide {
    height: 204px;
    margin: 5.33333vw 0;
  }
  main h1.sp {
    width: 100%;
  }
  main .main-content {
    width: 100%;
    padding: 0 2.13333vw;
  }
  #titles {
    background-color: #dfe5e9;
    padding: 8vw 0;
  }
  #titles figure.logos {
    width: 100%;
  }
  #titles h2 {
    font-size: 5.33333vw;
    padding-bottom: 3.2vw;
    color: #333;
  }
  #titles .olg_bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 4vw auto 0;
    padding: 0;
  }
  #titles .olg_bnr li {
    margin: 0 2vw 2vw 0;
    width: 44%;
  }
  #titles .olg_bnr li:nth-child(3n) {
    margin: 0 2vw 2vw 0;
  }
  #titles .olg_bnr li:nth-child(even) {
    margin-right: 0;
  }
  #titles .olg_bnr li figure {
    margin: 0;
  }
  #titles .olg_bnr li figure a {
    margin: 0;
  }
  #titles .olg_bnr li figure img {
    border-radius: 8px;
  }
  #titles .bnr-kitsune_x,
  #titles .bnr-cp,
  #titles .box_video {
    margin-top: 8vw;
  }
  #titles .bnr-kitsune_x a,
  #titles .bnr-cp a {
    margin: 4vw auto 0;
    width: 70vw;
  }
  #titles .box_video iframe {
    width: 80vw;
    height: 45vw;
    display: block;
    margin: 4vw auto 0;
  }
  main #brands {
    padding: 8vw 6.4vw;
  }
  main #brands h2 {
    font-size: 5.33333vw;
    padding-bottom: 3.2vw;
    color: #333;
  }
  main #brands .logos {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  main #brands .logos .logo {
    width: 19.8vw;
    margin: 0 1.6vw 1.6vw 0;
    height: 13.33vw;
    border-radius: 1.33vw;
  }
  main #brands .logos .logo:nth-child(4n) {
    margin-right: 0;
  }
  main #brands .logos .logo img {
    width: 100%;
    height: auto;
  }
  main .brand_list {
    padding: 8vw 6.4vw;
  }
  main .brand_list h2 {
    color: #fff;
    text-align: center;
    font-size: 5.33333vw;
    padding-bottom: 3.2vw;
  }
  main .brand_list p {
    font-size: 3.73333vw;
  }
  main .brand_list ul {
    width: 100%;
    margin: 4vw auto 0;
  }
  main .brand_list ul li {
    width: 44%;
    margin: 0 4.93vw 4.93vw 0;
  }
  main .brand_list ul li:last-child {
    margin-right: 0;
  }
  main .brand_list ul li figure a {
    width: 100%;
    height: 26.67vw;
    border-radius: 2vw;
  }
  main .brand_list ul li figcaption {
    font-size: 3.73333vw;
    width: 100%;
  }
  main .btn_brand h2 {
    color: #fff;
    text-align: center;
    font-size: 4.8vw;
    padding-top: 2.4vw;
  }
  main .btn_brand p {
    font-size: 3.73333vw;
  }
  main .btn_brand ul {
    width: 100%;
  }
  main .btn_brand ul li {
    width: 39.47vw;
    margin-right: 4.93vw;
    margin-top: 4.93vw;
    padding: 0;
  }
  main .btn_brand ul li:nth-child(2n) {
    margin-right: 0;
  }
  main .btn_brand ul li:last-child {
    margin-right: 0;
  }
  main .btn_brand ul li a {
    height: 26.12vw;
    border-radius: 2.04vw;
  }
  main .btn_brand ul li a img {
    width: 100%;
    height: auto;
  }
  main .item_list_wrapper {
    padding: 8vw 4.27vw;
  }
  main .item_list_wrapper ul .box_brand {
    width: 100%;
    padding: 8vw 4.27vw;
    margin: 0 auto 8vw;
    border-radius: 4vw;
  }
  main .item_list_wrapper ul .box_brand h3 p {
    font-size: 3.73vw;
  }
  main .item_list_wrapper ul .box_brand h3 p span {
    font-size: 5.07vw;
  }
  main .item_list_wrapper ul .box_brand h3 img {
    max-width: 38.67vw;
    max-height: 10.67vw;
  }
  main .item_list_wrapper ul .box_brand ul {
    display: flex;
    justify-content: space-between;
  }
  main .item_list_wrapper ul .box_brand ul .item_list {
    width: 48%;
    margin: 5.33vw 0 0 0;
  }
  main .item_list_wrapper ul .box_brand ul .item_list a .item_name {
    font-size: 2.9vw;
    height: 8.4vw;
    margin-top: 2.67vw;
  }
  main .item_list_wrapper ul .box_brand ul .item_list a .price {
    font-size: 5.6vw;
    margin-top: 1.33vw;
  }
  main .item_list_wrapper ul .box_brand .btn_list a {
    margin-top: 8vw;
  }
  main .item_list_wrapper ul .box_brand .btn_list a img {
    width: 66.67vw;
  }
  main .pickup {
    padding: 8vw 0;
    background: url("../images/sp/bg_concept.jpg") no-repeat;
    background-size: cover;
  }
  main .pickup h2 {
    font-size: 6.4vw;
    padding-bottom: 1.06667vw;
  }
  main .pickup .title_border {
    width: 8vw;
    border-width: 0.8vw;
  }
  main .slide_wrap {
    padding: 2.13333vw 0;
  }
  footer {
    padding-bottom: 24vw;
  }
  footer .bnr-footer {
    width: 100%;
    margin: auto;
    padding: 2.66667vw;
  }
  footer .bnr-footer a {
    display: block;
  }
  footer ul {
    width: 100%;
    display: block;
    padding: 8vw 0 5.33vw;
  }
  footer ul li {
    margin-top: 5.33vw;
  }
  footer ul li:first-child {
    margin-top: 0;
  }
  footer ul li a {
    text-decoration: none;
    border: none;
    font-size: 4.8vw;
  }
  footer ul li a:hover {
    border: none;
  }
  footer ul li a img {
    width: 6.66667vw;
    height: 6.66667vw;
  }
  footer small {
    font-size: 3.73vw;
  }
  footer .border2 {
    width: 100%;
    margin-bottom: 5.33vw;
  }
  aside {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 190;
  }
  aside.sp_btn_fixed {
    padding: 0 4.27vw;
  }
  aside .btn_fixed_wrap {
    position: relative;
    padding-bottom: 4.27vw;
  }
  aside .btn_fixed_inner {
    display: flex;
    position: absolute;
    padding: 0 0 3.2vw;
    flex-direction: column;
    width: 13.33vw;
    right: 0;
    bottom: 18.67vw;
  }
  aside .btn_showall a {
    width: 100%;
  }
  aside .btn_showall a img {
    width: 100%;
  }
}
.slick-wrap {
  padding-left: 0;
  position: relative;
}
.slick-wrap a {
  transition: 0.3s ease;
  background: #fff;
  display: block;
  border-radius: 10px;
  padding: 20px;
  text-decoration: none;
}
.slick-wrap a:hover {
  opacity: 0.8;
}
.slick-wrap li {
  padding: 0.63vw;
}
.slick-wrap .slick-inner .brand_logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
}
.slick-wrap .slick-inner .img_goods {
  position: relative;
  width: 100%;
}
.slick-wrap .slick-inner time {
  font-size: 13px;
  color: #292929;
}
.slick-wrap .slick-inner .price_date p {
  color: #f66;
  font-size: 32px;
}
.slick-wrap .slick-inner .pickup_itemname {
  margin-top: 20px;
  height: 45px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.slick-arrow {
  width: 4.53vw;
}
.slick-arrow:hover {
  cursor: pointer;
  filter: brightness(1.2);
}

.prev-arrow {
  z-index: 100;
  left: 7%;
  position: absolute;
  top: 40%;
}

.next-arrow {
  z-index: 100;
  right: 7%;
  position: absolute;
  top: 40%;
}

@media screen and (min-width: 1280px) {
  .prev-arrow {
    left: 21.5%;
    width: 4.53vw;
  }
  .next-arrow {
    right: 21.5%;
    width: 4.53vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .prev-arrow,
  .next-arrow {
    display: none !important;
  }
  .slick-wrap .slick-inner li.slick-slide {
    width: 77.33vw;
    padding: 0 2.67vw;
  }
  .slick-wrap .slick-inner .pickup_itemname {
    font-size: 4vw;
    height: 11.73333vw;
  }
  .slick-wrap .slick-inner .brand_logo {
    width: 26.66667vw;
  }
  .slick-wrap .slick-inner .price_date p {
    font-size: 9.86667vw;
  }
  .slick-wrap li {
    padding: 2.67vw;
  }
}
.off {
  display: none;
}

.item_list_wrapper {
  padding: 80px 0;
}
.item_list_wrapper ul {
  margin: 0;
  padding: 0;
}
.item_list_wrapper ul .box_brand {
  width: 984px;
  margin: 0 auto 80px;
  padding: 60px 40px;
  background-color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  text-align: center;
}
.item_list_wrapper ul .box_brand:last-child {
  margin-bottom: 0;
}
.item_list_wrapper ul .box_brand h3 {
  text-align: center;
}
.item_list_wrapper ul .box_brand h3 img {
  display: inline-block;
  max-width: 230px;
  max-height: 80px;
  width: auto;
  height: auto;
}
.item_list_wrapper ul .box_brand h3 p {
  margin: 12px 0 8px;
  font-size: 28px;
  color: #333;
}
.item_list_wrapper ul .box_brand h3 p span {
  font-size: 38px;
  color: #fff;
  background-color: #2dbaec;
  display: inline-block;
  padding: 6px 14px;
  line-height: 100%;
}
.item_list_wrapper ul .box_brand ul {
  display: flex;
  justify-content: center;
  padding-left: 0;
  flex-wrap: wrap;
}
.item_list_wrapper ul .box_brand ul .item_list {
  width: 280px;
  text-align: left;
  margin-top: 32px;
  margin-right: 24px;
}
.item_list_wrapper ul .box_brand ul .item_list:nth-child(3n) {
  margin-right: 0;
}
.item_list_wrapper ul .box_brand ul .item_list:last-child {
  margin-right: 0;
}
.item_list_wrapper ul .box_brand ul .item_list a {
  text-decoration: none;
}
.item_list_wrapper ul .box_brand ul .item_list a:hover {
  opacity: 0.7;
}
.item_list_wrapper ul .box_brand ul .item_list a .item_name {
  margin-top: 14px;
  font-size: 16px;
  color: #1759D9;
  height: 51px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item_list_wrapper ul .box_brand ul .item_list a .price {
  color: #f66;
  font-weight: bold;
  font-size: 28px;
  margin-top: 8px;
}
.item_list_wrapper ul .box_brand ul .item_list a img {
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.item_list_wrapper ul .box_brand .btn_all_items a {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #ffaa47;
  color: #fff;
  padding: 8px 12px;
  margin-top: 16px;
}
.item_list_wrapper ul .box_brand .btn_all_items a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1024px) {
  .item_list_wrapper ul .box_brand ul:has(> :nth-child(4):last-child) {
    width: 800px;
    margin: 0 auto;
  }
  .item_list_wrapper ul .box_brand ul:has(> :nth-child(4):last-child) .item_list:nth-child(2n) {
    margin-right: 0;
  }
  .item_list_wrapper ul .box_brand ul:has(> :nth-child(4):last-child) .item_list:nth-child(3n) {
    margin-right: 24px;
  }
}
.btn_brand {
  position: relative;
  text-align: center;
  margin: 0 auto;
  background-color: #292929;
}
.btn_brand::after {
  content: "";
  background: url("../images/arrow_b.png") no-repeat;
  text-align: center;
  width: 56px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  margin: auto;
}
.btn_brand ul {
  display: flex;
  width: 840px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 60px 0;
  margin: 0 auto;
}
.btn_brand ul li {
  width: 25%;
  padding: 10px;
}
.btn_brand ul li a {
  background: #fff;
  height: 123px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.btn_brand ul li a:hover {
  opacity: 0.7;
}

.btn_list a {
  display: inline-block;
  margin-top: 40px;
}
.btn_list a img {
  width: auto;
}
.btn_list a:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=style.css.map */