@charset "UTF-8";
/*変数設定用*/
img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}
a:hover img:hover {
  opacity: 0.7;
}

html {
  font-size: 0.5263157895vw;
  overflow-x: hidden;
}
@media (min-width: 768px) and (max-width: 999px) {
  html {
    font-size: 1vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1001px) {
  html {
    font-size: 10px;
  }
}
html.is-fixed {
  height: 100%;
  overflow-y: scroll;
}
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}

body {
  width: 100%;
  color: #000;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  position: relative;
}

.sp_br {
  display: none;
}
@media (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

.pc_br {
  display: block;
}
@media (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

header {
  padding: 28px 33px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  header {
    box-sizing: border-box;
    height: 13.33vw;
    padding: 20px 10px;
    padding-bottom: 0;
    padding-top: 0px;
    align-items: center;
  }
}
header .header_logo {
  max-width: 171px;
  width: 100%;
  margin-right: 45px;
}
@media (max-width: 767px) {
  header .header_logo {
    width: 34.7826086957%;
    margin-right: 0px;
  }
  header .header_logo img {
    width: 100%;
    height: auto;
    margin-right: 15px;
  }
}
header .header_copy {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.7px;
  color: #e30934;
  padding-left: 15px;
}
@media (max-width: 767px) {
  header .header_copy {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 6.231884058%;
  }
}
header #hamburger {
  /* conversion btn
  ===================================== */
}
header #hamburger .btn-gNav {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  background: #e6002d;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms;
  z-index: 85;
}
@media (max-width: 767px) {
  header #hamburger .btn-gNav {
    width: 13.3333333333%;
  }
}
header #hamburger .btn-gNav .btn_content {
  padding-top: 100%;
}
header #hamburger .btn-gNav::after {
  position: absolute;
  content: "MENU";
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  header #hamburger .btn-gNav::after {
    font-size: 1.7rem;
  }
}
header #hamburger .btn-gNav span {
  position: absolute;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
  border-radius: 10px;
  transition: all 400ms;
}
header #hamburger .btn-gNav span:nth-child(1) {
  top: 20%;
}
header #hamburger .btn-gNav span:nth-child(2) {
  top: 35%;
}
header #hamburger .btn-gNav span:nth-child(3) {
  top: 50%;
}
header #hamburger .btn-gNav.open::after {
  content: "CLOSE";
}
header #hamburger .btn-gNav.open span:nth-child(1) {
  background: #fff;
  top: 30%;
  transform: translateX(-50%) rotate(-45deg);
}
header #hamburger .btn-gNav.open span:nth-child(2) {
  display: none;
}
header #hamburger .btn-gNav.open span:nth-child(3) {
  top: 30%;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}
header #hamburger .conv_btn_section {
  position: fixed;
  z-index: 80;
  width: 7vh;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (min-width: 1001px) {
  header #hamburger .conv_btn_section {
    top: 15vh;
    right: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1900px) {
  header #hamburger .conv_btn_section {
    top: 15vh;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  header #hamburger .conv_btn_section {
    top: 15vh;
    right: 0;
    width: 62px;
  }
}
@media (max-width: 767px) {
  header #hamburger .conv_btn_section {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13.3vw;
    background-color: transparent;
  }
}
header #hamburger .conv_btn_list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  header #hamburger .conv_btn_list {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
header #hamburger .conv_btn_list .cov_btn {
  writing-mode: vertical-rl;
  border-radius: 10px 0 0 10px;
  width: 100%;
  height: 26.8vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10000000;
}
@media (max-width: 767px) {
  header #hamburger .conv_btn_list .cov_btn {
    writing-mode: horizontal-tb;
    border-radius: 10px;
    width: 49%;
    height: 10.67vw;
    text-align: center;
  }
}
header #hamburger .conv_btn_list .cov_btn a {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
  display: block;
  margin: 0 auto;
  font-size: 2.5vmin;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 999px) {
  header #hamburger .conv_btn_list .cov_btn a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  header #hamburger .conv_btn_list .cov_btn a {
    font-size: 2.4rem;
  }
}
header #hamburger .conv_btn_list .cov_btn:nth-child(1) {
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background-color: #e30934;
  line-height: 1;
}
@media (max-width: 767px) {
  header #hamburger .conv_btn_list .cov_btn:nth-child(1) {
    border: solid 1px #fff;
    padding: 0;
    line-height: 1.5;
  }
}
header #hamburger .conv_btn_list .cov_btn:nth-child(1) a {
  color: #fff;
}
header #hamburger .conv_btn_list .cov_btn:nth-child(1) a > .signup {
  font-size: 2vmin;
}
header #hamburger .conv_btn_list .cov_btn:nth-child(1) a > .mypage {
  font-size: 2.3vmin;
  text-orientation: upright;
}
@media (max-width: 767px) {
  header #hamburger .conv_btn_list .cov_btn:nth-child(1) a > .mypage {
    font-size: 2.4rem;
  }
}
header #hamburger .conv_btn_list .cov_btn:nth-child(2) {
  margin: 8px 0;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background-color: #ff9b25;
  line-height: 1;
}
@media (max-width: 767px) {
  header #hamburger .conv_btn_list .cov_btn:nth-child(2) {
    border: solid 1px #fff;
    padding: 0;
    line-height: 1.5;
  }
}
header #hamburger .conv_btn_list .cov_btn:nth-child(2) a {
  color: #fff;
}
header #hamburger .conv_btn_list .cov_btn:nth-child(2) a > .signup {
  font-size: 2vmin;
}
header #hamburger .conv_btn_list .cov_btn:nth-child(2) a > .mypage {
  font-size: 2.3vmin;
  text-orientation: upright;
}
@media (max-width: 767px) {
  header #hamburger .conv_btn_list .cov_btn:nth-child(2) a > .mypage {
    font-size: 2.4rem;
  }
}
header #hamburger .conv_btn_list .cov_btn:nth-child(3) {
  border-top: solid 1px #e30934;
  border-left: solid 1px #e30934;
  border-bottom: solid 1px #e30934;
  background-color: #fff;
}
@media (max-width: 767px) {
  header #hamburger .conv_btn_list .cov_btn:nth-child(3) {
    border: solid 1px #e30934;
    padding: 0;
  }
}
header #hamburger .conv_btn_list .cov_btn:nth-child(3) a {
  color: #e30934;
}
header #gNav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
  transition: 0.5s;
  padding: 75px 80px;
  overflow: scroll;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  header #gNav {
    padding: 4%;
    padding-bottom: 33vw;
    padding-top: 33vw;
  }
}
header #gNav.open {
  opacity: 1;
  z-index: 40;
}
header #gNav > ul {
  border: 1px solid #e6002d;
  max-width: 600px;
  margin: auto;
}
header #gNav > ul li {
  border-bottom: 1px solid #fff;
}
header #gNav > ul li:last-child {
  border-bottom: none;
}
header #gNav > ul li a {
  font-size: 1.6rem;
  color: #fff;
  display: block;
  padding: 20px;
  background: #e6002d;
}
@media (max-width: 767px) {
  header #gNav > ul li a {
    font-size: 2.6rem;
    padding: 4vw;
  }
}
header #gNav > ul li a.icon_link {
  position: relative;
}
header #gNav > ul li a.icon_link:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent url(../image/new/menu_ico.png) no-repeat center center/contain;
  content: "";
}
@media (max-width: 767px) {
  header #gNav > ul li a.icon_link:after {
    width: 4.4vw;
    height: 4.4vw;
  }
}
header #gNav > ul li a.icon_aco {
  position: relative;
}
header #gNav > ul li a.icon_aco:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent url(../image/new/plus_ico.png) no-repeat center center/contain;
  content: "";
}
@media (max-width: 767px) {
  header #gNav > ul li a.icon_aco:after {
    width: 4.4vw;
    height: 4.4vw;
  }
}
header #gNav > ul li a.icon_aco.op:after {
  content: "";
  background: transparent url(../image/new/minus_ico.png) no-repeat center center/contain;
}
header #gNav > ul li span {
  font-size: 1.6rem;
  color: #fff;
  display: block;
  padding: 20px;
  background: #e6002d;
}
header #gNav > ul li span:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (max-width: 767px) {
  header #gNav > ul li span {
    font-size: 2.6rem;
    padding: 4vw;
  }
}
header #gNav > ul li span.icon_link {
  position: relative;
}
header #gNav > ul li span.icon_link:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent url(../image/new/menu_ico.png) no-repeat center center/contain;
  content: "";
}
@media (max-width: 767px) {
  header #gNav > ul li span.icon_link:after {
    width: 4.4vw;
    height: 4.4vw;
  }
}
header #gNav > ul li span.icon_aco {
  position: relative;
}
header #gNav > ul li span.icon_aco:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent url(../image/new/plus_ico.png) no-repeat center center/contain;
  content: "";
}
@media (max-width: 767px) {
  header #gNav > ul li span.icon_aco:after {
    width: 4.4vw;
    height: 4.4vw;
  }
}
header #gNav > ul li span.icon_aco.op:after {
  content: "";
  background: transparent url(../image/new/minus_ico.png) no-repeat center center/contain;
}
header #gNav > ul li ul {
  display: none;
}
header #gNav > ul li ul li {
  border-bottom: 1px solid #e6002d;
}
header #gNav > ul li ul li:last-child {
  border-bottom: none;
}
header #gNav > ul li ul li a {
  background: #fff;
  color: #e6002d;
}

.shutter {
  z-index: 100 !important;
  animation-delay: 2.5s !important;
}
.shutter.none {
  display: none;
}

.mv_catch.opening {
  animation-delay: 1.5s !important;
}/*# sourceMappingURL=common.css.map */