@charset "UTF-8";
/*
Theme Name: BP MAGAZINE
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
  background-color: #fff;
  position: relative;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  min-width: 1180px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #C4C4C4;
}

:-ms-input-placeholder {
  color: #C4C4C4;
}

::-moz-placeholder {
  color: #C4C4C4;
}

::-placeholder {
  color: #C4C4C4;
}

a {
  color: #EA5514;
  text-decoration: underline;
}
a:hover {
  color: #EA5514;
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}
a, a img {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
ヘッダー
=========================================*/
.l-logo {
  position: fixed;
  z-index: 9;
  top: 15px;
  left: 15px;
}

.l-nav {
  position: fixed;
  z-index: 9;
  top: 20px;
  right: 18px;
}
.l-nav ul {
  display: flex;
  justify-content: flex-end;
}
.l-nav li {
  margin-left: 8px;
}
.l-nav li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 6px;
  font-size: 20px;
  font-size: 2rem;
  color: #333;
}
.l-nav li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #333;
}

/*=======================================
コンテンツ
=========================================*/
.l-contents {
  position: relative;
  padding-top: 75px;
}

.p-kv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 50px);
  height: calc(100dvh - 50px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  z-index: 8;
}
.p-kv .h {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}
.p-kv .scroll {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.p-kv .scroll-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: 30s linear infinite both loop;
}
@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-kv .scroll p {
  display: inline-block;
  word-break: keep-all;
  font-size: 256px;
  font-size: 25.6rem;
  line-height: 1;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0;
  padding-right: .5em;
  white-space: nowrap;
}
.p-kv .movie {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-content-wrap {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.p-content-wrap:last-child {
  margin-bottom: 0;
}
.p-content-heading {
  width: 11.7142%;
  text-align: center;
}
.p-content-block1 {
  width: 84.7142%;
}
.p-content-block1 ul {
  display: flex;
  flex-wrap: wrap;
}
.p-content-block1 li {
  width: 31.9150%;
  margin-left: 2.1275%;
  margin-bottom: 52px;
}
.p-content-block1 li:nth-child(3n+1) {
  margin-left: 0;
}
.p-content-block1 li:nth-child(3n+1) .trigger .img1 .slick-track {
  transition-delay: .1s !important;
}
.p-content-block1 li:nth-child(3n+2) .trigger .img1 .slick-track {
  transition-delay: .2s !important;
}
.p-content-block1 li:nth-child(3n) .trigger .img1 .slick-track {
  transition-delay: .3s !important;
}
.p-content-block1 .trigger {
  color: #000;
  text-decoration: none;
}
.p-content-block1 .trigger .category {
  margin-bottom: 7px;
}
.p-content-block1 .trigger .category span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background: #EA5514;
  padding: 4px 15px;
  line-height: 1.2;
  border-radius: 15px;
  display: inline-block;
}
.p-content-block1 .trigger .img1 {
  margin-bottom: 15px;
}
.p-content-block1 .trigger .img1 img {
  width: 100%;
}
.p-content-block1 .trigger .t {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.34;
  font-weight: 700;
  margin-bottom: 15px;
}
.p-content-block1 .trigger .shop {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.3) !important;
}

.p-modal {
  padding: 40px 30px;
  text-align: left;
  max-width: 960px;
}
.p-modal .remodal-close {
  width: 40px;
  height: 40px;
  background: url(img/icon_close.svg) no-repeat center;
  background-size: contain;
  top: 36px;
  left: auto;
  right: 36px;
}
.p-modal .remodal-close:before {
  display: none;
}
.p-modal-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-modal-heading {
  margin-bottom: 27px;
  width: 100%;
}
.p-modal-heading .t {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.34;
  margin-bottom: 12px;
}
.p-modal-heading .shop {
  font-size: 13px;
  font-size: 1.3rem;
}
.p-modal-img1 {
  width: 72.4137%;
  display: flex;
  justify-content: space-between;
}
.p-modal-img1 > div {
  width: 49.1497%;
  margin-left: 1.7006%;
}
.p-modal-img1 > div:nth-child(2n+1) {
  margin-left: 0;
}
.p-modal-img1 img {
  width: 100%;
}
.p-modal-txt1 {
  width: 21.8965%;
}
.p-modal-txt1 p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.625;
}
.p-modal-txt1 .price {
  color: #595757;
}

.p-campaign1 {
  margin-bottom: 42px;
  text-align: center;
}
.p-campaign1 > div {
  margin-bottom: 25px;
}
.p-campaign1 > div:last-child {
  margin-bottom: 0;
}

.p-campaign2 {
  display: flex;
  justify-content: flex-wrap;
}
.p-campaign2 > div {
  width: 49.5%;
  margin-left: 1%;
  margin-bottom: 10px;
}
.p-campaign2 > div:nth-child(2n+1) {
  margin-left: 0;
}

/*=======================================
フッター
=========================================*/
.l-footer {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.l-footer .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.l-footer .sns li {
  margin-left: 12px;
  margin-right: 12px;
}

/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.64;
    min-width: initial;
  }

  .l-logo {
    left: 10px;
    top: 10px;
  }
  .l-logo img {
    width: 55px;
  }

  .l-nav {
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
  }
  .l-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .l-nav li {
    width: 100%;
    margin-left: 0;
  }
  .l-nav li:last-child {
    margin-bottom: 0;
  }
  .l-nav li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 18px 0;
  }
  .l-nav li a:before {
    height: 2px;
  }
  .l-nav-trigger {
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: flex;
    z-index: 19;
    align-items: center;
    justify-content: center;
  }
  .l-nav-trigger span {
    display: block;
    width: 25px;
    height: 2px;
    background: #333;
    position: relative;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
  }
  .l-nav-trigger span:before, .l-nav-trigger span:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: #333;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
  }
  .l-nav-trigger span:before {
    top: -8px;
  }
  .l-nav-trigger span:after {
    bottom: -8px;
  }
  .l-nav-trigger.is-open span {
    background: transparent;
  }
  .l-nav-trigger.is-open span:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-nav-trigger.is-open span:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .l-contents {
    padding-top: 50px;
  }

  .p-kv .h {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-kv .scroll p {
    font-size: 140px;
    font-size: 14rem;
  }

  .p-campaign1 {
    margin-bottom: 65px;
  }
  .p-campaign1 > div {
    margin-bottom: 20px;
  }

  .p-content-wrap {
    display: block;
  }
  .p-content-heading {
    width: auto;
    margin-bottom: 25px;
  }
  .p-content-block1 {
    width: auto;
  }
  .p-content-block1 li {
    margin-bottom: 30px;
    width: 48%;
    margin-left: 4%;
  }
  .p-content-block1 li:nth-child(3n+1) {
    margin-left: 4%;
  }
  .p-content-block1 li:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-content-block1 .trigger .category {
    margin-bottom: 5px;
  }
  .p-content-block1 .trigger .category span {
    font-size: 10px;
    font-size: 1rem;
    padding: 2px 12px;
  }
  .p-content-block1 .trigger .img1 {
    margin-bottom: 10px;
  }
  .p-content-block1 .trigger .t {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-content-block1 .trigger .shop {
    font-size: 10px;
    font-size: 1rem;
  }

  .p-modal {
    padding: 20px;
  }
  .p-modal .remodal-close {
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
  }
  .p-modal-wrap {
    display: block;
  }
  .p-modal-heading {
    margin-bottom: 15px;
  }
  .p-modal-heading .t {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 20px;
    margin-bottom: 5px;
  }
  .p-modal-heading .shop {
    font-size: 10px;
    font-size: 1rem;
  }
  .p-modal-img1 {
    width: auto;
    margin-bottom: 20px;
  }
  .p-modal-txt1 {
    width: auto;
  }
  .p-modal-txt1 p {
    margin-bottom: 5px;
  }
  .p-modal-txt1 p:last-child {
    margin-bottom: 0;
  }
}
