@charset "UTF-8";

/* CSS Document */

/* ------------------------------------------------------------------------ */

/*  Reset

/* ------------------------------------------------------------------------ */

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote {
  margin: 0;
  padding: 0;
}

fieldset {
  display: inline;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

body
/**/

table {
  font-size: 16px;
  line-height: 1.5;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */

html {
  font-size: 62.5%;
}

body {
  color: #4c4c4c;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-text-size-adjust: 100%;
  background: transparent;
}

body *,
body *:before,
body *:after {
  box-sizing: border-box;
}

body img {
  max-width: 100%;
}

#wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
}

/* Responsive Style
--------------------------------------------------------------------------- */

.pc_style {
  display: block;
}

.sp_style {
  display: none;
}

.sp_style_850 {
  display: none;
}

.sp_style_480 {
  display: none;
}

.sp_style_375 {
  display: none;
}

.sp_style_320 {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_style {
    display: block;
  }

  .pc_style {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .sp_style_480 {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .sp_style_375 {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .sp_style_320 {
    display: block;
  }
}

/* Link
--------------------------------------------------------------------------- */

a,
a::before,
a::after {
  color: #333;
  text-decoration: none;
}

#contentsBlock a:hover img {
  opacity: 1;
}

.opacity {
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.opacity:hover {
  opacity: 0.85;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: none;
}

.n_num {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .n_num {
    pointer-events: visible;
  }
}

/* ------------------------------------------------------------------------ */

/* Header

/* ------------------------------------------------------------------------ */

header {
  width: 100%;
  height: 66px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  background: #fff;
  max-width: 1080px;
}

header .inner {
  height: 100%;
}

header .h_link {
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

header .h_link:hover {
  opacity: 0.75;
}

header h1 {
  width: 150px;
  height: 33px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  header {
    height: 44px;
  }
  header h1 {
    width: 100px;
    height: 22px;
    margin-left: 15px;
  }
}
/* ------------------------------------------------------------------------ */

/* Contents

/* ------------------------------------------------------------------------ */

.flexbox {
  display: flex;
}

.flexbox.row {
  flex-direction: row;
}

/* ----- コンテンツ横幅 ----- */

.inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .inner {
    max-width: inherit;
  }
}

#mainBlock {
  /* padding-top: 60px; */
  padding-top: 0;
}

.b_cp_index #mainBlock,
.b_35th4 #mainBlock {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  #mainBlock {
    /* padding-top: 44px; */
    padding-top: 0;
  }
}

/* ----- ページ下部のリスト ----- */

.product_area {
  position: relative;
}

.products_list {
  max-width: 990px;
  width: 100%;
  margin: 27px auto 0;
  /* position: absolute;
  bottom: 47px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; */
}

/* 同ページの画像を削除 */
.b_190524clubs .products_list .l_190524clubs {
  display: none !important;
}

.products_list li + li {
  margin-top: 20px;
}

.products_list li a {
  display: block;
  height: 100%;
}

.products_list li a:hover img {
  opacity: 0.7 !important;
}

@media screen and (max-width: 1080px) {
  .products_list {
    /* width: 91.6%;
    bottom: 5vw; */
    margin: 3.1vmin auto 0;
  }
  .products_list li + li {
    margin-top: 3vmin;
  }
}

/* ------------------------------------------------------------------------ */

/* Footer

/* ------------------------------------------------------------------------ */

.btnLinkWrapper {
  padding-bottom: 65px;
}

.linkList {
  text-align: center;
}

.sectionBox .lead01 {
  text-align: center;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .linkList {
    display: block;
  }
}
