@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
/*html {
  width: 100%;
  height: 100%;
}*/
body {
  font-family: "neue-haas-unica", "游ゴシック体", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  font-size: 14px;
  color: #FF19CA;
  font-weight: normal;
  font-weight: 300;
  font-style: normal;
  scroll-snap-type: y mandatory;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

a {
  color: rgb(77, 1, 1);
  text-decoration: none;
}

#wrapper {
  width: 100%;
}

#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  z-index: 100;
}
#loader .logo_wrap {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  #loader .logo_wrap {
    width: 300px;
    height: 300px;
  }
}
#loader .logo_wrap .logo {
  position: relative;
  width: 100%;
  height: 100%;
}
#loader .logo_wrap .logo::after {
  content: "";
  display: block;
  background-image: url(../images/new_logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#main {
  width: 100%;
}

#main {
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  #main {
    margin-top: 55px;
  }
}
#main .mainVisual_area .wrap div:nth-of-type(1) {
  width: 32.8%;
  margin: 0 auto 13px;
}
@media screen and (min-width: 769px) {
  #main .mainVisual_area .wrap div:nth-of-type(1) {
    width: 12.3%;
  }
}
#main .mainVisual_area .wrap div:nth-of-type(2) {
  width: 58.8%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 769px) {
  #main .mainVisual_area .wrap div:nth-of-type(2) {
    width: 22%;
  }
}
@media screen and (min-width: 769px) {
  #main .mainVisual_area .movie {
    width: 100% !important;
    height: auto !important;
  }
}
#main .m_1 {
  background-color: #FF8800;
}
#main .m_1 img {
  width: 48%;
  margin: 0 auto;
  padding: 45px 0;
}
@media screen and (min-width: 769px) {
  #main .m_1 img {
    width: 26%;
    padding: 40px 0 45px;
  }
}

#content {
  width: 100%;
}

.section_top {
  margin: 65px auto 135px;
}
@media screen and (min-width: 769px) {
  .section_top {
    max-width: 1000px;
    margin: 125px auto 0;
  }
}
.section_top div.top {
  margin: 0 auto 175px;
}
@media screen and (min-width: 769px) {
  .section_top div.top {
    max-width: 1000px;
    margin: 0 auto 103px;
  }
}
@media screen and (min-width: 769px) {
  .section_top div.top .main_cate {
    display: flex;
    margin: 0 auto;
  }
}
.section_top div.top .main_cate div {
  width: 334px;
}
.section_top div.top h3 {
  width: 18.8%;
  margin: 0 auto 60px;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .section_top div.top h3 {
    width: 70px;
    margin: 0 auto 23px;
  }
}
.section_top div.bottom {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .section_top div.bottom {
    max-width: 800px;
  }
}
.section_top div.bottom .img_area {
  margin: 0 auto;
}
.section_top div.bottom .img_area .wrap {
  width: 100%;
}
.section_top div.bottom .img_area .wrap div:nth-of-type(1) {
  width: 64%;
  margin: 0 auto 80px 0;
}
@media screen and (min-width: 769px) {
  .section_top div.bottom .img_area .wrap div:nth-of-type(1) {
    width: 300px;
  }
}
.section_top div.bottom .img_area .wrap div:nth-of-type(2) {
  width: 64%;
  margin: 0 0 100px auto;
}
@media screen and (min-width: 769px) {
  .section_top div.bottom .img_area .wrap div:nth-of-type(2) {
    width: 300px;
    margin: -45% 0 60px auto;
  }
}
.section_top div.bottom .img_area .wrap div:nth-of-type(3) {
  width: 89.2%;
  margin: 0 auto 35px;
}
@media screen and (min-width: 769px) {
  .section_top div.bottom .img_area .wrap div:nth-of-type(3) {
    width: 440px;
  }
}
.section_top div.bottom .flexslider {
  width: 89.2%;
  margin: 0 auto 35px;
}
@media screen and (min-width: 769px) {
  .section_top div.bottom .flexslider {
    width: 440px;
    margin: 0 auto 104px;
  }
}
.section_top div.bottom .price_box {
  width: 89.2%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .section_top div.bottom .price_box {
    margin: 60px auto 180px 0;
  }
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "〈 ";
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none !important;
}

.flex-direction-nav a.flex-next:before {
  content: "〉";
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #fff;
  background: rgb(255, 255, 255);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgb(255, 255, 255);
  box-shadow: inset 0 0 3px rgb(255, 255, 255);
  border-radius: 20px;
}

.flex-control-paging li a.flex-active {
  background: #FF19CA;
  background: rgb(255, 25, 202);
  cursor: default;
}

.section {
  margin: 65px auto 160px;
}
@media screen and (min-width: 769px) {
  .section {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.section div.left {
  margin: 0 auto 175px;
}
@media screen and (min-width: 769px) {
  .section div.left {
    width: 440px;
    margin: 0 auto 60px;
  }
}
.section div.left h3 {
  width: 18.8%;
  margin: 0 auto 50px;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .section div.left h3 {
    width: 70px;
    margin: 20px auto 20px;
  }
}
.section div.right {
  position: relative;
  width: 89.2%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .section div.right.reverse {
    flex-direction: row-reverse;
  }
}
.section div.right.reverse .img_area {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .section div.right.reverse .img_area {
    margin: 0 auto;
  }
}
.section div.right.reverse .img_area .wrap {
  width: 100%;
  margin: 0 auto 35px;
}
@media screen and (min-width: 769px) {
  .section div.right.reverse .img_area .wrap {
    width: 350px;
    margin: 0 auto 104px -20%;
  }
}
.section div.right.reverse .img_area .flexslider {
  width: 100%;
  margin: 0 auto 35px;
}
@media screen and (min-width: 769px) {
  .section div.right.reverse .img_area .flexslider {
    width: 350px;
    margin: 0 auto 104px -20%;
  }
}
@media screen and (min-width: 769px) {
  .section div.right {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
}
.section div.right .img_area {
  width: 100%;
  margin: 0 auto;
}
.section div.right .img_area .wrap {
  width: 100%;
  margin: 0 auto 35px;
}
@media screen and (min-width: 769px) {
  .section div.right .img_area .wrap {
    width: 350px;
    margin: 0 auto 104px 40%;
  }
}
.section div.right .img_area .flexslider {
  width: 100%;
  margin: 0 auto 35px;
}
@media screen and (min-width: 769px) {
  .section div.right .img_area .flexslider {
    width: 350px;
    margin: 0 auto 104px 40%;
  }
}
.section div.right div {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .section div.right div.reverse_price {
    margin: 415px auto 0 100px;
  }
}
@media screen and (min-width: 769px) {
  .section div.right div.reverse_price ul {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .section div.right div {
    margin: 415px auto 0 350px;
  }
}

.other {
  margin: 0 auto;
  padding-top: 82px;
  padding-bottom: 90px;
}
@media screen and (min-width: 769px) {
  .other {
    width: 100%;
    margin: 0 auto 200px;
  }
}
.other .movie {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .other .movie {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.other .text {
  width: 58.7%;
  margin: 0 auto;
}

.image_end {
  width: 74.8%;
  margin: 0 auto;
  padding-top: 160px;
  padding-bottom: 220px;
}
@media screen and (min-width: 769px) {
  .image_end {
    width: 300px;
  }
}

#footer {
  background-color: #FF8800;
  color: #000;
}
#footer .right {
  padding-top: 160px;
}
#footer .right .f_1 {
  width: 37.4%;
  margin: 0 auto;
  padding-bottom: 160px;
}
@media screen and (min-width: 769px) {
  #footer .right .f_1 {
    width: 208px;
  }
}
#footer .right .logo a {
  display: block;
  width: 25.4%;
  margin: 0 auto 55px;
}
@media screen and (min-width: 769px) {
  #footer .right .logo a {
    width: 160px;
    margin: 0 auto 30px;
  }
}
#footer .right .insta_area {
  width: 34.8%;
  margin: 0 auto 65px;
}
@media screen and (min-width: 769px) {
  #footer .right .insta_area {
    width: 190px;
    margin: 0 auto 240px;
  }
}
#footer .right .staffCredit_area {
  width: 86.6%;
  margin: 0 auto 95px;
}
@media screen and (min-width: 769px) {
  #footer .right .staffCredit_area {
    margin: 20px auto 155px;
  }
}
#footer .right .staffCredit_area ul li {
  font-size: 10px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  #footer .right .staffCredit_area ul li {
    font-size: 10px;
    line-height: 1.7;
  }
}
#footer .right .copyRight_area {
  padding-bottom: 25px;
}
#footer .right .copyRight_area small {
  font-size: 10px;
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  #footer .right .copyRight_area small {
    font-size: 11px;
  }
}

.price_box ul li {
  justify-content: space-between;
  align-items: center;
  line-height: 1.8em;
}
.price_box ul li span {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .price_box ul li span {
    font-size: 13px;
  }
}
.price_box ul li span.price {
  margin-left: 5px;
  padding-right: 10px;
}
.price_box ul li span.notice {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
}
.price_box ul li a {
  text-align: center;
  display: inline-block;
  font-size: 13px;
  color: #FF19CA;
  box-sizing: border-box;
  border-bottom: 1px solid #FF19CA;
  line-height: 1.2;
  margin-left: auto;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .price_box ul li a {
    font-size: 13px;
  }
}
.price_box ul li a:not(.disabled):hover {
  opacity: 0.6;
}
.price_box ul li a.disabled {
  background-color: transparent;
  font-size: 13px;
  color: #FF19CA;
  border: none;
}
@media screen and (min-width: 769px) {
  .price_box ul li a.disabled {
    font-size: 13px;
  }
}

#pagetop {
  position: fixed;
  bottom: 48px;
  right: 100px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #pagetop {
    right: 10px;
    bottom: 0;
    width: 68px;
    height: 68px;
  }
}

.cover_anim:before {
  animation: cover_T 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #f8ced2;
  width: 120%;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.cover_anim01:before {
  animation: cover_L 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.bg_color::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  z-index: 100;
  animation: shrink 1.2s ease-in-out 0s 1 forwards;
}

.opacity {
  animation: opacity 1.6s ease-in-out 1 both;
}

/*.rotate {
  animation: rotate 1.6s ease-in-out .6s 1 forwards;
}*/
.opacity01 {
  opacity: 1 !important;
}

.logo_small {
  opacity: 0;
  transform: translateY(50px);
}

.logo_small.translate {
  opacity: 1 !important;
  transform: translateY(0);
  transition: all 2s;
}

.rotate {
  opacity: 0;
  transform: translate3d(0%, -35%, 0) rotate3d(1, 1, 0, -30deg);
  transition: transform 1.4s;
}

.rotate.in {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(1, 1, 0, 0deg);
}

.filter {
  filter: blur(10px) brightness(2) saturate(1);
  -webkit-filter: blur(10px) brightness(2) saturate(1);
  -moz-filter: blur(10px) brightness(2) saturate(1);
  transition: filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
}

.filter.off {
  filter: blur(0) brightness(1) saturate(1);
  -webkit-filter: blur(0) brightness(1) saturate(1);
  -moz-filter: blur(0) brightness(1) saturate(1);
}

.scale {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: all 2s ease-in-out;
}

.sp_only {
  margin: 0 auto 25px !important;
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

/*div[class*="section"]:nth-last-child(2) {
  @include mq(sp) {
    margin-bottom: 0;
  }
}*/
/*テキストアニメーション
_______________________________________*/
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 0.6s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fuwatAnimeFromTop {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnimeFromTop;
  visibility: visible !important;
}
@keyframes fuwatAnimeFromTop {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.blink {
  animation: blink 2s ease 0s infinite normal;
  -webkit-animation: blink 2s ease 0s infinite normal;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shrink {
  0% {
    transform: traslateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    opacity: 0;
    transform: scale(1.4) rotate(12deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes fadeIn01 {
  0% {
    opacity: 0.4;
    transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
  }
  30% {
    opacity: 0.4;
    transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0.1;
    transform: scale(1.4) translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
@keyframes zoomIn01 {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
/*.position {
  opacity: 0;
  -webkit-animation: position 2s ease-in-out 0s 1 forwards;
      animation: position 2s ease-in-out 0s 1 forwards;
}*/
@keyframes position {
  0% {
    opacity: 0.4;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(8px);
  }
}
@keyframes position_01 {
  0% {
    opacity: 0;
    transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
}
@keyframes bg_size {
  0% {
    border: none;
  }
  100% {
    border: 1px solid;
  }
}
@keyframes cover_R {
  100% {
    transform: translateX(100%);
  }
}
@keyframes cover_L {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes cover_T {
  100% {
    transform: translateY(-120%);
  }
}
@keyframes arrow_anime {
  0% {
    opacity: 0;
    transform: translate(-50%, -10px) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 50px) rotate(180deg);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*----- フェードイン -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 0.8s;
}

.inviewfadeInUp01 {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 1s;
  transition-delay: 1s;
}

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: 1s;
  transition-delay: 0.4s;
}

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 1.4s;
  transition-delay: 0.8s;
}

.inviewfadeIn {
  opacity: 0;
  transition: 0.8s;
}

.inviewfromTop {
  opacity: 0;
  transform: translate(0, -80px);
  -webkit-transform: translate(0, -80px);
  transition: 1s;
}

.inviewRight {
  opacity: 0;
  transform: translate(30px, -30px);
  -webkit-transform: translate(30px, -30px);
  transition: 0.8s;
  transition-delay: 0.8s;
}

.inviewLeft {
  opacity: 0;
  transform: translate(-30px, -30px);
  -webkit-transform: translate(-30px, -30px);
  transition: 0.8s;
  transition-delay: 0.8s;
}

/*.zoomIn {
  animation: zoomIn 1.2s 1s cubic-bezier(.3,1.59,.79,-0.64) 1 forwards;
}*/
.fadeInUp {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

.fadeInUp01 {
  opacity: 1 !important;
}

/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
  z-index: 99999;
}
#loader-bg #loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  #loader-bg #loading div {
    width: 20%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #loader-bg #loading div {
    width: 40%;
    margin: auto;
  }
}

/*jQueryのCSS
--------------------------------------*//*# sourceMappingURL=style.css.map */