@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;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
body {
  font-family: "Poppins", "yu-gothic-pr6n", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.8;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  font-weight: normal;
}

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

a {
  color: #333;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

#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: 1000px) {
  #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/logo_pink.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 100;
}

div#main {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-image: url(../images/main.jpg);
  background-size: cover;
  background-position: center center;
}
div#main::before {
  content: "";
  display: block;
  padding-top: 100%;
  padding-top: 177.8666666667%;
}
@media screen and (min-width: 1000px) {
  div#main {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background-image: url(../images/main_pc.jpg);
    background-size: cover;
    background-position: center center;
  }
  div#main::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}
div#main .title {
  position: absolute;
}
@media screen and (max-width: 999px) {
  div#main .title {
    width: 80%;
    top: 8%;
    left: 10%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 1000px) {
  div#main .title {
    width: 40%;
    top: 35%;
    left: 10%;
  }
}
div#main .logo {
  position: absolute;
}
@media screen and (max-width: 999px) {
  div#main .logo {
    width: 30%;
    bottom: 5%;
    left: 35%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 1000px) {
  div#main .logo {
    width: 15%;
    left: 42%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 5%;
  }
}

#content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #content {
    margin: 0 auto;
  }
}

div.read {
  width: 90%;
  margin: 100px auto 20px;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  color: #888888;
}
@media screen and (min-width: 1000px) {
  div.read {
    text-align: center;
    font-size: 16px;
  }
}

#first {
  margin: 25% auto;
}
@media screen and (min-width: 1000px) {
  #first {
    max-width: 700px;
    margin: 180px auto 200px;
  }
}
#first h1 {
  position: relative;
  width: 34%;
  margin: 0 auto 0 1%;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #first h1 {
    max-width: 150px;
  }
}
#first .section._01 {
  width: 77.4%;
  margin: -15% 0 0 auto;
}
@media screen and (min-width: 1000px) {
  #first .section._01 {
    width: 82.4%;
    margin: -80px 0 0 auto;
  }
}
#first .section._02 {
  width: 69.8%;
  margin: 15% auto 0 0;
}
#first .section._03 {
  width: 69.8%;
  margin: 15% 6% 14px auto;
}
#first .section._04 {
  width: 84.2%;
  margin: 18% auto 0 0;
}

#second {
  margin: 25% auto;
}
@media screen and (min-width: 1000px) {
  #second {
    max-width: 700px;
    margin: 180px auto 200px;
  }
}
#second h1 {
  position: relative;
  width: 34%;
  margin: 0 1% 0 auto;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #second h1 {
    max-width: 150px;
  }
}
#second .section._01 {
  width: 83%;
  margin: -15% auto 0 0;
}
#second .section._02 {
  width: 86.4%;
  margin: 15% 0 0 auto;
}
#second .section._03 {
  width: 69.2%;
  margin: 15% auto 0 6%;
}
#second .section._04 {
  width: 80.8%;
  margin: 18% 4% 0 auto;
}
#second .section._05 {
  width: 100%;
  margin: 18% auto 0;
}

.slider_wrap {
  position: relative;
}
.slider_wrap .text {
  position: absolute;
  z-index: 10;
  width: 60%;
  right: 20px;
  top: 30px;
}
.slider_wrap .slider_loop .slick-slide {
  margin-right: 10px;
}

#styling {
  margin: 25% auto 40%;
}
@media screen and (min-width: 1000px) {
  #styling {
    max-width: 800px;
    margin: 10% auto 15%;
  }
}
#styling h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
  color: #888888;
  font-family: "pt-serif-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 1000px) {
  #styling h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 999px) {
  #styling div ul.slider li.slide_child {
    box-sizing: border-box;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1000px) {
  #styling div ul.slider li.slide_child {
    box-sizing: border-box;
    padding: 0 10px;
  }
}
@media screen and (max-width: 999px) {
  #styling div ul.slider li.slide_child div.stylingImg {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1000px) {
  #styling div ul.slider li.slide_child div.stylingImg {
    margin-bottom: 15px;
  }
}
#styling div ul.slider li.slide_child .credit_area {
  width: 65%;
}
@media screen and (max-width: 999px) {
  #styling div ul.slider li.slide_child .credit_area {
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 1000px) {
  #styling div ul.slider li.slide_child .credit_area {
    width: 70%;
    margin: 0 auto 40px;
  }
}
#styling div ul.slider li.slide_child .credit_area ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.025em;
  line-height: 1.4;
}
@media screen and (min-width: 1000px) {
  #styling div ul.slider li.slide_child .credit_area ul li {
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 999px) {
  #styling div ul.slider li.slide_child .credit_area ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  #styling div ul.slider li.slide_child .credit_area ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
#styling div ul.slider li.slide_child .credit_area ul li span {
  display: inline-block;
  font-size: 14px;
  width: 80%;
}
@media screen and (max-width: 999px) {
  #styling div ul.slider li.slide_child .credit_area ul li span {
    width: 82%;
  }
}
@media screen and (min-width: 1000px) {
  #styling div ul.slider li.slide_child .credit_area ul li span {
    font-size: 15px;
    line-height: 1.4;
  }
}
#styling div ul.slider li.slide_child .credit_area ul li span.small {
  font-size: 10px;
}
@media screen and (min-width: 1000px) {
  #styling div ul.slider li.slide_child .credit_area ul li span.small {
    font-size: 1.1rem;
  }
}
#styling div ul.slider li.slide_child .credit_area ul li a {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  height: 15px;
  line-height: 17px;
  transition: 0.4s;
}
@media screen and (min-width: 1000px) {
  #styling div ul.slider li.slide_child .credit_area ul li a {
    font-size: 15px;
    padding: 0px 10px;
    height: 20px;
    line-height: 22px;
  }
}
#styling div ul.slider li.slide_child .credit_area ul li a:not(.disabled) {
  border: 1px solid #000;
}
#styling div ul.slider li.slide_child .credit_area ul li a:not(.disabled):hover {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
#styling div ul.slider li.slide_child .credit_area ul li a.disabled {
  padding: 0px;
  text-align: right;
}
#styling div ul.slider li.slide_child .credit_area ul li .coming {
  display: inline-block;
  font-size: 1rem;
  text-align: right;
  height: 15px;
  line-height: 10px;
  transition: 0.4s;
  color: #999999;
}
@media screen and (min-width: 1000px) {
  #styling div ul.slider li.slide_child .credit_area ul li .coming {
    font-size: 1.2rem;
    height: 20px;
    line-height: 20px;
  }
}

hr {
  width: 60%;
  margin: 0 auto;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 36%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev {
  top: 36% !important;
  left: 10px !important;
  z-index: 10;
}

.slick-next {
  top: 36% !important;
  right: 10px !important;
}

#sns_area {
  background: #FDF5F6;
}
@media screen and (max-width: 999px) {
  #sns_area {
    width: 100%;
    margin: 40% auto;
  }
}
@media screen and (min-width: 1000px) {
  #sns_area {
    width: 800px;
    margin: 150px auto 100px;
  }
}
#sns_area h2 {
  padding-top: 10%;
  text-align: center;
  font-size: 30px;
  color: #888888;
  font-family: "pt-serif-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 1000px) {
  #sns_area h2 {
    font-size: 36px;
    margin: 30px auto;
  }
}
#sns_area .profire ul {
  width: 94%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 0;
}
@media screen and (min-width: 1000px) {
  #sns_area .profire ul {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0 10%;
  }
}
#sns_area .profire ul li {
  width: 35%;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  #sns_area .profire ul li {
    width: 50%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 999px) {
  #sns_area .profire ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  #sns_area .profire ul li:not(:nth-last-of-type(-n+1)) {
    margin-bottom: 30px;
  }
}
#sns_area .profire ul li p {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 1000px) {
  #sns_area .profire ul li p {
    font-size: 15px;
  }
}
#sns_area .profire ul li img {
  margin: 0 auto;
  width: 100%;
  border-radius: 50%;
}
@media screen and (min-width: 1000px) {
  #sns_area .profire ul li img {
    width: 120px;
  }
}
#sns_area .profire ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
}
#sns_area .profire ul li a.insta, #sns_area .profire ul li a.code {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 15px;
  color: #E8A1B0;
  background-color: #fff;
  text-align: center;
  height: 15px;
  line-height: 15px;
  transition: 0.4s;
}
@media screen and (min-width: 1000px) {
  #sns_area .profire ul li a.insta, #sns_area .profire ul li a.code {
    max-width: 150px;
    font-size: 15px;
    padding: 2px 10px;
    height: 20px;
    line-height: 20px;
  }
}
#sns_area .profire ul li a.insta:not(.disabled), #sns_area .profire ul li a.code:not(.disabled) {
  border: 1px solid #E8A1B0;
}
#sns_area .profire ul li a.insta:not(.disabled):hover, #sns_area .profire ul li a.code:not(.disabled):hover {
  background-color: #E8A1B0;
  color: #fff;
}
#sns_area .profire ul li a.insta.disabled, #sns_area .profire ul li a.code.disabled {
  padding: 0px;
  text-align: right;
}

#footer {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  #footer {
    margin-top: 120px;
  }
}
#footer #instagram {
  opacity: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #000;
  font-size: 12px;
  width: 50%;
  margin: 0 auto 5%;
  letter-spacing: 1px;
  text-indent: 1px;
}
@media screen and (min-width: 1000px) {
  #footer #instagram {
    font-size: 16px;
  }
}
#footer #instagram span {
  display: block;
  font-size: 20px;
}
@media screen and (min-width: 1000px) {
  #footer #instagram span {
    font-size: 28px;
  }
}
#footer #instagram a {
  display: inline-block;
  color: #000;
  position: relative;
  text-align: center;
}
#footer #pagetop {
  opacity: 0;
  width: 10%;
  margin: 0 auto 40px;
  max-width: 36px;
}
@media screen and (min-width: 1000px) {
  #footer #pagetop {
    margin: 0 auto 80px;
  }
}
#footer #footer_logo {
  width: 30%;
  margin: 20% auto 0;
}
@media screen and (min-width: 1000px) {
  #footer #footer_logo {
    width: 200px;
    margin: 10% auto 0;
  }
}
#footer #copyright {
  width: 90%;
  margin: 20px auto;
  color: #000;
  letter-spacing: 1px;
  text-indent: 1px;
}
#footer #copyright span {
  display: block;
  font-size: 10px;
  text-align: center;
}

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

@media screen and (min-width: 1000px) {
  .pc_none {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  div[id*=section] {
    margin-top: 120px;
  }
}

/*テキストアニメーション
_______________________________________*/
/* 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);
  }
}
.scale {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: all 2s ease-in-out;
}

@keyframes scale01 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shrink {
  0% {
    height: 0%;
  }
  100% {
    height: 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);
  }
}
/*----- フェードイン -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: 1.2s;
}

.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;
}

.fadeInUp {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

.fadeInUp01 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !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: 1000px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (max-width: 999px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1000px) {
  #loader-bg #loading div {
    width: 20%;
    margin: auto;
  }
}
@media screen and (max-width: 999px) {
  #loader-bg #loading div {
    width: 40%;
    margin: auto;
  }
}

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