@charset "UTF-8";
/* CSS Document */
.yumin {
  font-family: "Tinos", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.c-inner {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 750px) {
  .c-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.c-inner--layer {
  max-width: 1000px;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .c-inner--layer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.c-hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .c-hover:hover {
    text-decoration: none;
  }
}
.c-deco {
  position: relative;
}
.c-deco:before, .c-deco:after {
  content: "";
  display: block;
  position: absolute;
}
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-pd {
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .c-pd {
    padding: 60px 0;
  }
}
.c-hl {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
  color: #9640bc;
}
@media screen and (max-width: 750px) {
  .c-hl {
    margin-bottom: 30px;
  }
}
.c-hl--w {
  color: #fff;
}
.c-hl--w .c-hl_en:before {
  background: url(../img/cmn/hl_deco-w.svg) no-repeat;
}
.c-hl_en {
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
  padding-top: 30px;
}
@media screen and (max-width: 750px) {
  .c-hl_en {
    font-size: 20px;
  }
}
.c-hl_en:before {
  background: url(../img/cmn/hl_deco.svg) no-repeat;
  width: 40px;
  height: 20px;
  background-size: 40px;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.c-hl_jp {
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  .c-hl_jp {
    font-size: 24px;
  }
}
.c-ttl {
  font-size: 20px;
  color: #9640bc;
  padding-bottom: 20px;
}
.c-ttl_02 {
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .c-ttl_02 {
    margin-bottom: 30px;
  }
}
.c-ttl_02_jp {
  font-size: 40px;
  display: block;
  padding-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .c-ttl_02_jp {
    font-size: 24px;
    padding-bottom: 5px;
  }
}
.c-ttl_02_en {
  color: #9640bc;
}
@media screen and (max-width: 750px) {
  .c-ttl_02_en {
    font-size: 10px;
  }
}
.c-tx--w {
  color: #fff;
}
.c-tx + .c-tx {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .c-tx + .c-tx {
    margin-top: 10px;
  }
}
.c-tx--center {
  text-align: center;
}
.c-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/top/bg.jpg) center;
  background-size: cover;
}
.c-list_menu {
  position: absolute;
  max-width: 310px;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-list_menu_item + .c-list_menu_item {
  margin-top: 20px;
}
.c-list_menu_item--btn .c-list_menu_link {
  display: block;
  border-radius: 50rem;
  text-align: center;
  padding: 10px 20px;
  color: #9640bc;
  background: #ede1f8;
}
@media screen and (min-width: 751px) {
  .c-list_menu_item--btn .c-list_menu_link:hover {
    color: #ffec08;
    background: #9640bc;
  }
}
.c-list_menu_link {
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) {
  .c-list_menu_link:hover {
    color: #ffec08;
  }
}
.c-list_menu_jp {
  font-size: 18px;
  letter-spacing: 0;
}
.c-list_menu_en {
  text-align: right;
  font-size: 12px;
}
.c-list_link {
  position: absolute;
  max-width: 310px;
  width: 90%;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-list_link_item a {
  display: block;
  line-height: 14px;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 751px) {
  .c-list_link_item a:hover {
    opacity: 0.5;
  }
}
.c-bcs {
  padding: 30px 0 0;
}
.c-bcs_list_item + .c-bcs_list_item {
  padding-left: 10px;
  margin-left: 10px;
}
.c-bcs_list_item + .c-bcs_list_item:before {
  width: 10px;
  height: 2px;
  background: #ede1f8;
  border-radius: 50rem;
  left: -6px;
  top: 18px;
}
@media screen and (max-width: 750px) {
  .c-bcs_list_item + .c-bcs_list_item:before {
    top: 13px;
  }
}
.c-bcs_list_item a,
.c-bcs_list_item span {
  line-height: 1.5;
  font-size: 14px;
}
.c-layer:before {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/top/bg.jpg) center;
  background-size: cover;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-layer.active:before {
  opacity: 1;
  pointer-events: auto;
}
.c-layer.active .c-inner--layer {
  opacity: 0;
}

.u-nb {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  text-decoration: inherit;
  text-indent: 0;
}
@media screen and (min-width: 751px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .u-pc {
    display: none !important;
  }
}

.window_lock {
  overflow: hidden;
}

/* ======================================
header
====================================== */
.header {
  z-index: 9999999999;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .header.open {
    bottom: 0;
  }
}
.header .navi_list {
  position: relative;
  opacity: 0;
  background: #7b26d1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(123, 38, 209)), color-stop(46%, rgb(182, 72, 231)), to(rgb(255, 186, 225)));
  background: linear-gradient(180deg, rgb(123, 38, 209) 0%, rgb(182, 72, 231) 46%, rgb(255, 186, 225) 100%);
  width: 500px;
  margin: 30px auto;
  height: calc(100% - 60px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .header .navi_list {
    width: 90%;
  }
}
.header .navi_list.open {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 750px) {
  .header .navi_list .c-list_menu {
    width: 100%;
    padding: 0 20px;
  }
}
.header .navi_list_logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 140px;
}
.header .navi_cart, .header .navi_btn {
  pointer-events: auto;
  position: absolute;
  z-index: 9999999999;
  background: #ede1f8;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(150, 64, 188, 0.8);
          box-shadow: 0px 0px 20px 0px rgba(150, 64, 188, 0.8);
  width: 80px;
  height: 80px;
  border-radius: 50rem;
  top: 30px;
}
@media screen and (max-width: 750px) {
  .header .navi_cart, .header .navi_btn {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1201px) {
  .header .navi_cart--top, .header .navi_btn--top {
    display: none;
  }
}
.header .navi_cart {
  right: 130px;
}
@media screen and (max-width: 750px) {
  .header .navi_cart {
    right: 80px;
  }
}
.header .navi_cart a {
  display: block;
  padding: 20px 15px 10px;
  width: 100%;
  height: 100%;
  border-radius: 50rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .header .navi_cart a {
    padding: 14px 10px 5px;
  }
}
.header .navi_cart:hover a {
  background: #ffccf9;
}
.header .navi_cart:hover a img {
  opacity: 1;
}
.header .navi_btn {
  right: 30px;
  margin: auto;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .header .navi_btn {
    right: 20px;
  }
}
.header .navi_btn.active .navi_btn_line {
  top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .header .navi_btn.active .navi_btn_line {
    top: 25px;
  }
}
.header .navi_btn.active .navi_btn_line:nth-child(1) {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.header .navi_btn.active .navi_btn_line:nth-child(2) {
  opacity: 0;
}
.header .navi_btn.active .navi_btn_line:nth-child(3) {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.header .navi_btn_line {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  height: 2px;
  width: 40px;
  border-radius: 2px;
  background: #9640bc;
}
@media screen and (max-width: 750px) {
  .header .navi_btn_line {
    top: 20px;
    width: 30px;
  }
}
.header .navi_btn_line:nth-child(2) {
  top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .header .navi_btn_line:nth-child(2) {
    display: none;
  }
}
.header .navi_btn_line:nth-child(3) {
  top: 50px;
}
@media screen and (max-width: 750px) {
  .header .navi_btn_line:nth-child(3) {
    top: 30px;
  }
}
.header .navi_btn_tx {
  font-size: 16px;
  position: absolute;
  top: -7px;
  left: calc(50% + 10px);
  color: #fff;
}

/* ======================================
footer
====================================== */
.footer {
  background: url(../img/cmn/f_bg.jpg) center;
  background-size: cover;
}
.footer:before {
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(237, 225, 248)), to(rgba(237, 225, 248, 0)));
  background: linear-gradient(180deg, rgb(237, 225, 248) 0%, rgba(237, 225, 248, 0) 100%);
}

.f_tx {
  font-size: 18px;
}
.f_tx + .f_tx {
  padding-top: 20px;
}
.f_hl {
  text-align: center;
  color: #9640bc;
  font-size: 22px;
  padding: 70px 0 30px;
}
.f_logo {
  width: 182px;
  margin: 0 auto;
}
.f_copy {
  text-align: center;
  font-size: 12px;
  padding-top: 40px;
  color: #9640bc;
}

/* ======================================
下層メイン
====================================== */