@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap');

html { font-size: 62.5%;}

body {
  position: relative;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #ffffff;
  color: #000;
}

@media (max-width:575px){
  body {
    font-size: 1.3rem;
  }
}

/* common */
a {
  color: #000000;
  text-decoration: none;
}

a:hover,
a:active {
  color: #767676;
  text-decoration: none;
}

a.disabled {
  pointer-events: none;
  color: #999;
  display: block;
}

section {
  padding: 30px;
}

@media (max-width:575px){
  section {
    padding: 15px 30px;
  }
}

.inner {
  max-width: 1024px;
  margin: 0 auto;
}


/*  */
.button {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 340px;
  height: 80px;
  line-height: 78px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  letter-spacing: 0.1em;
  transition: 0.3s ease;
  border-radius: 40px 40px 40px 40px;
}

@media (max-width:575px){
  .button {
    margin: 0 auto;
    width: 100%;
    transition: 0.1s ease;
  }
}

@media (min-width:576px){
  .button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #db1212;
  }
}

@media (max-width:575px){
  .button:active {
    text-decoration: none;
    color: #fff;
    background-color: #db1212;
  }
}

.button-signup {
  color: #fff;
  background: #777777;
  height: 60px;
  line-height: 58px;
  /* border-radius: 0px 0px 0px 0px; */

}
@media (min-width:576px){
  .button-signup:hover {
    text-decoration: none;
    background-color: #2895d6;
    color: #fff;
  }
}
@media (max-width:575px){
  .button-signup:active {
    text-decoration: none;
    background-color: #2895d6;
    color: #fff;
  }
}


.more {
  display: inline-block;
  padding: 1.0em 2.0em;
  background: #fff;
  border: 1px solid #ffbb32;
  border-radius: 12px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffbb32;
  transition: 0.2s;
  box-shadow: 0 2px 0 #ffbb32;
}

@media (max-width:575px){
  .more {
    display: block;
    font-size: 1.3rem;
  }
}

@media (min-width:576px){
  .more:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    background: #ffbb32;
  }
}

@media (max-width:575px){
  .more:link,
  .more:visited {
    color: #222;
  }
  .more:active {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    background: #ffbb32;
  }
}


/* header */
header {
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: center;
}


header p.logo {
  padding: 15px;
  margin-bottom: 0;
}


header p.logo a img {
  width: 180px;
  height: auto;
}


h1 {
  margin-bottom: 0;
  text-align: center;
}

@media (max-width:575px){
  h1 {
    padding-top: 15px;
  }
}


/* plus-member */
.plus-member {
  /* width: 100%; */
  height: 25px;
  /* padding-top: 30.08%; */
  position: relative;
  /* margin-bottom: 30px; */
  background: url(../img/plus-member.svg) center;
  /* background-size: auto 100%; */
  animation: slider 400s linear infinite;
}
@keyframes slider {
  from { background-position: 0 0; }
  to { background-position: -9999px 0; }
}


/* hero */
@media (min-width:576px){
  .hero {
    width: 100%;
    height: 0;
    padding-top: 23.08%;
    position: relative;
    margin-bottom: 30px;
    background: url(../img/hero.jpg) center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    /* animation: slider 220s linear infinite; */
  }

  /* @keyframes slider {
    from { background-position: 0 0; }
    to { background-position: -9999px 0; }
  } */
}


/* lineup-link */
.lineup-link {
  text-align: center;
  padding: 20px;
}


/* anchor */
#anchor{
  padding-top:30px;
  margin-top:-30px;
}


/* headline */
.headline {
  text-align: center;
}

/* @media (max-width:767px){
  .headline {
    text-align: left;
  }
} */

.headline p {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.8;
}

@media (max-width:767px){
  .headline p {
    font-size: 1.5rem;
  }
}


.headline p span {
  display: inline-block;
  /* color: #eb309b;
  font-size: 120%; */
}

/* .headline p:last-child span {
  color: #494949;
  border-bottom: 1px solid #494949;
} */

/* grafes */
.grafes {
  position: relative;
  overflow: hidden;
}


.grafes h3 {
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width:575px){
  .grafes h3 {
    font-size: 1.5rem;
    font-weight: bold;
  }
}


.heading {
  padding: 10px 0;
}

@media (max-width:1024px){
  .heading {
    padding: 0;
  }
}

@media (max-width:575px){
  .heading {
    padding: 15px 0;
  }
}

.heading h4 {
  display: block;
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

@media (max-width:575px){
  .heading h4 {
    text-align: center;
    font-size: 1.5rem;
  }
}

.heading ul li + li {
  margin-top: 0.5em;
}

.heading p span {
  display: inline-block;
}


/* sale-item */
.sale-item {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

@media (max-width:767px){
  .sale-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@media (max-width:575px){
  .sale-item {
    margin-bottom: 30px;
  }
}

.sale-item a {
  text-decoration: none;
  pointer-events: none;
}

.sale-item a figure,
.sale-item figure {
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.sale-item figure img,
.sale-item a figure img {
  height: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition :all 0.25s ease-in-out;
  width: 100%;
  vertical-align: bottom;
  /*border: 1px solid #ddd;*/
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*}

@media (min-width: 576px){
  .sale-item a:hover > figure img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    opacity: 0.8;
  }
}

@media (max-width: 575px){
  .sale-item a:active > figure img {
    opacity: 0.8;
  }
}
*/
@media (min-width:992px){
  .sale-item figure img,
  .sale-item a figure img {
    max-height: 300px;
    width: auto;
  }
}
@media (max-width:991px){
  .sale-item figure img,
  .sale-item a figure img {
    max-height: 220px;
    width: auto;
  }
}
@media (max-width:575px){
  .sale-item figure img,
  .sale-item a figure img {
    max-height: 140px;
    width: auto;
  }
}

.sale-item a dl {
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
}

.sale-item_price {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0;
  color: #7d7d7d;
}

.sale-item_price .before {
  color: #444;
  text-decoration: line-through;
}

.sale-item_price .after {
  color: #db1212;
  font-weight: bold;
}

.sale-item_name,
.sale-item_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sale-item_name {
  margin-bottom: 0;
}

@media (max-width:767px){
  .sale-item_name {
    font-size: 1.4rem;
  }
}

.sale-item_title {
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.sale-item button {
  appearance: none;
  display: block;
  padding: 0;
  max-width: 180px;
  width: 100%;
  font-size: 1.5rem;
  margin: 0 auto;
  color: #FFFFFF;
  border: 1px solid #db1212;
  border-radius: 30px;
  transition: 0.3s;
  background: #db1212;
  height: 30px;
  line-height: 28px;
}

@media (max-width:767px){
  .sale-item button {
    font-size: 1.0rem;
  }
}

.sale-item button:hover {
  color: #db1212;
  background: #FFFFFF;
}


.btn-sample {
  display: block;
  max-width: 180px;
  font-size: 1.5rem;
  margin: 0 auto 10px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 18px;
  transition: 0.3s;
  background: #FFFFFF;
  height: 30px;
  line-height: 28px;
}


@media (max-width:767px){
  .btn-sample {
    font-size: 1.2rem;
  }
}

.btn-sample:hover {
  color: #FFFFFF;
  background: #000000;
}


/* register */
.register {
  position: relative;
  padding-top: 0px;
}

@media (min-width:576px){
  .register_02 {
    padding-bottom: 80px;
  }
}

.bg-item_003 img,
.bg-item_004 img {
  width: 180px;
  height: auto;
}

.bg-item_003 {
  position: absolute;
  left: 30px;
  bottom: -10px;
}

.bg-item_004 {
  position: absolute;
  right: 30px;
  bottom: 0;
}

@media (max-width:767px){
  .bg-item_001,
  .bg-item_002 {
    display: none;
  }
}

/* navi */
.navi {
  background: #ebebeb;
  text-align: center;
}

.navi .heading {
  color: #000;
}

/* @media (max-width:767px){
  .navi p {
    text-align: left;
  }
} */

/* Footer */
footer {
  padding: 30px;
  background: #ebebeb;
  text-align: center;
  color: #000;
  border-top: 1px solid #777777;
}

footer p {
  font-size: 1.2rem;
}

footer p span {
  display: inline-block;
}

address {
  text-align: center;
  font-size: 1.2rem;
  color: #000;
}

#page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  z-index: 97;
}


#page-top a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  background: rgba(0,0,0,0.54);
  border-radius: 50%;
  color: #fff;
  transition: 0.2s ease;
}

#page-top a:hover {
  background: #db1212;
}

.footer-logo {
  padding-top: 10px;
  margin-bottom: 0;
}


.footer-logo a img {
  width: 220px;
  height: auto;
}

