@charset "utf-8";
body {
  background-color: #f8f8f8;
}
a {
  color: #CA482A;
}
a:hover {
  color: #ec7026;
}
.btn--main {
  background: #333;
  color: #f8f8f8;
}
.btn--main:hover {
  color: #fff;
  background: #000;
}
.btn--sub {
  background: transparent;
  color: #333;
}
.btn--sub:hover {
  color: #000;
}
.detail__btn a::before {
  border-color: #000000;
}
.btn--chevron {
  color: #333;
}
.btn--chevron::after {
  border-color: #333;
}
.btn--chevron:hover {
  color: #000;
}
.btn--chevron:hover::after {
  border-color: #000;
}
.btn--chevron-left {
  color: #333;
}
.btn--chevron-left::after {
  border-color: #333;
}
.btn--chevron-left:hover {
  color: #000;
}
.btn--chevron-left:hover::after {
  border-color: #000;
}
header h1 {
  width: 220px;
}
/* Members card */
.block--card {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: none;
  -webkit-transition: none;
}
.block--card .inner {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: #AE0D15;
  color: #fff;
  padding: 80px 3% 120px;
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  border-radius: 15px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: none;
  -webkit-transition: none;
}
.block--card .inner .logo {
  width: 220px;
  margin: 0 auto 60px;
}
.block--card .inner .ground {
  width: 100%;
  left: 0;
  bottom: 0;
  height: 60px;
  position: absolute;
  background: #810C11;
  border-radius: 0 0 15px 15px;
}
.block--card .inner .ground .flower {
  position: absolute;
}
.block--card .inner .ground .flower svg {
  fill: #810C11;
}
.block--card .inner .ground .flower.left {
  bottom: 30px;
  left: 15px;
}
.block--card .inner .ground .flower.left svg {
  width: 70px;
  height: 150px;
}
.block--card .inner .ground .flower.right {
  bottom: 30px;
  right: 18px;
}
.block--card .inner .ground .flower.right svg {
  width: 50px;
  height: 106px;
}
.block--card .inner dl {
  text-align: center;
}
.block--card .inner dt {
  font-size: 12px;
  margin: 0 0 3px;
  color: rgba(255, 255, 255, 0.5);
}
.block--card .inner dd {
  font-size: 1.2em;
  margin: 0 0 20px;
}
.block--card .inner dd:last-of-type {
  margin-bottom: 0;
}
.block--card .inner::before,
.block--card .inner::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: -26px;
  width: 40px;
}
.card-open .block--card .inner::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.card-open .block--card .inner::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/*
.block--card .blue {
	background: #F4FBFF;
}
*/
.btn.card {
  margin: 1em 0 2.5em;
}
/* 新規入会特典 */
.block--movie {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: none;
  -webkit-transition: none;
}
.block--movie .inner {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  border-radius: 15px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: none;
  -webkit-transition: none;
}
.block--movie .inner::before,
.block--movie .inner::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: -26px;
  width: 40px;
}
.block--movie .inner .video {
  position: relative;
  padding-top: 56.25%;
  margin: 10px 0;
  background: #AE0D15;
}
.block--movie .inner .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movie-open .block--movie .inner::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.movie-open .block--movie .inner::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.btn.movie .btn--main {
  background: #CA482A;
}
.note {
  margin: -1em 0 2em;
  font-size: 0.9em;
}
.note li {
  margin-bottom: 0.5em;
}
.note li a {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  header {
    padding-top: 2em;
  }
  .block--card .inner {
    width: 80%;
    padding: 70px 5% 120px;
  }
  .block--card .inner .logo {
    width: 200px;
    margin: 0 auto 40px;
  }
  .drawer__btn {
    top: -40px;
  }
  .block--movie .inner {
    width: 90%;
  }
}
@media screen and (max-width: 360px) and (min-width: 1px) {
  .block--card .inner {
    padding: 35px 5% 75px;
  }
  .block--card .inner .logo {
    width: 180px;
    margin: 0 auto 20px;
  }
  .block--card .inner dd {
    font-size: 1em;
    margin: 0 0 15px;
  }
  .block--card .inner .ground {
    height: 50px;
  }
  .block--card .inner .ground .flower.left {
    bottom: 20px;
    left: 15px;
  }
  .block--card .inner .ground .flower.left svg {
    width: 57px;
    height: 130px;
  }
  .block--card .inner .ground .flower.right {
    bottom: 20px;
  }
  .block--card .inner .ground .flower.right svg {
    width: 40px;
    height: 100px;
  }
}
/* application QRコード
============================== */
/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: rgba(0, 0, 0, 0.1);
}
/* 有料会員 */
#mypage--app section .area--user-status.status--member {
  background: #9e0007;
}
