@charset "UTF-8";
body {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  overflow-x: hidden; }

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-size: 100%;
  vertical-align: baseline; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

input {
  -webkit-appearance: none;
  appearance: none; }

.clrfx::after {
  content: "";
  display: block;
  clear: both; }

p {
  margin: 0;
  line-height: 0;
  letter-spacing: 0.1em; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

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

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

object, embed {
  vertical-align: top; }

legend {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  line-height: 0; }

img, abbr, acronym, fieldset {
  border: 0; }

img {
  width: 100%;
  height: auto; }

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: .3s;
  letter-spacing: 0.05em; }
  a:hover {
    opacity: 0.8; }

*:focus {
  outline: none; }

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ANIMATION
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.js-fadeIn {
  opacity: 0;
  transition: .5s; }
  .js-fadeIn.is-inview {
    opacity: 1; }

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMON
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.wp__pc {
  display: none; }

.wp__sp {
  display: block; }

@media screen and (min-width: 900px) {
  .wp__pc {
    display: block; }

  .wp__sp {
    display: none; } }
.js-In {
  opacity: 0;
  transition: .3s;
  transform: translateY(30px); }
  .js-In.is-inview {
    opacity: 1;
    transform: translateY(0); }

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PC
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.pc__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/bg_top.jpg);
  transition: background 0.5s;
  background-size: cover;
  transition: background-color .5s;
  z-index: -1; }
  .pc__bg .pc__bg_half {
    width: 50%;
    position: relative;
    top: 10%; }
    .pc__bg .pc__bg_half .pc__menu {
      width: 300px;
      height: 400px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      background-color: #fff;
      border-radius: 15px;
      z-index: 2;
      padding: 55px 50px 30px;
      box-sizing: border-box; }
      .pc__bg .pc__bg_half .pc__menu::before {
        content: '';
        width: 240px;
        height: 20px;
        background-image: url(../img/memo_ring.png);
        background-size: cover;
        position: absolute;
        top: -5px;
        left: 30px; }
      .pc__bg .pc__bg_half .pc__menu .menu_list {
        margin: 25px 0 30px; }
        .pc__bg .pc__bg_half .pc__menu .menu_list li {
          border-bottom: 2px dotted #ccc;
          padding: 10px 0 10px 35px;
          position: relative; }
          .pc__bg .pc__bg_half .pc__menu .menu_list li::before {
            content: '';
            width: 12px;
            height: 12px;
            position: absolute;
            top: 11px;
            left: 8px;
            background-color: #e34ac8; }
          .pc__bg .pc__bg_half .pc__menu .menu_list li a {
            height: 15px; }
            .pc__bg .pc__bg_half .pc__menu .menu_list li a img {
              height: 100%;
              width: auto; }
          .pc__bg .pc__bg_half .pc__menu .menu_list li:first-child::before {
            background-color: #e34ac8; }
          .pc__bg .pc__bg_half .pc__menu .menu_list li:nth-child(2)::before {
            background-color: #703be7; }
          .pc__bg .pc__bg_half .pc__menu .menu_list li:nth-child(3)::before {
            background-color: #d54141; }
          .pc__bg .pc__bg_half .pc__menu .menu_list li:nth-child(4)::before {
            background-color: #fff;
            border: 1px solid #aaa; }
          .pc__bg .pc__bg_half .pc__menu .menu_list li:nth-child(5)::before {
            background-color: #34abab; }

body.bg_pink .pc__bg {
  background: #f8d2f1; }
body.bg_purple .pc__bg {
  background: #dbcef9; }
body.bg_red .pc__bg {
  background: #f5c0c0; }
body.bg_white .pc__bg {
  background: #d3e0f9; }
body.bg_mint .pc__bg {
  background: #cfeded; }

.main_contents {
  position: absolute;
  right: 8%;
  width: 100%;
  max-width: 390px;
  background-color: #fff; }

body.bg_pink .main_contents {
  background: #3f79df; }
body.bg_purple .main_contents {
  background: #bbbbbb; }
body.bg_red .main_contents {
  background: #bbbbbb; }
body.bg_white .main_contents {
  background: #6271e0; }
body.bg_mint .main_contents {
  background: #3f79df; }

.pc_slide {
  overflow: hidden;
  display: flex;
  position: absolute;
  bottom: -80px; }
  .pc_slide li {
    animation: flowing 40s linear infinite; }
    .pc_slide li img {
      width: 1500px; }

@keyframes flowing {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
@media screen and (max-width: 850px) {
  .pc__menu {
    display: none; }

  .main_contents {
    left: 50%;
    right: 50%;
    transform: translateX(-50%); } }
@media screen and (max-width: 650px) {
  .pc_slide {
    display: none; }

  .main_contents {
    padding: 0; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
SP
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.sp_badge {
  position: fixed;
  width: 80px;
  bottom: 25px;
  right: 25px;
  z-index: 100;
  filter: drop-shadow(2px 2px 4px #ccc); }

@media screen and (min-width: 650px) {
  .sp_badge {
    display: none; } }
.sp_area {
  overflow: hidden;
  background-color: #fff; }

#wp__fv {
  background-image: url(../img/fv_bg.png);
  background-size: cover;
  padding: 25px 0 90px; }
  #wp__fv .header_logo {
    width: 60px;
    margin: 0 auto; }
  #wp__fv .swiper {
    margin-top: 35px;
    width: 300px;
    overflow: visible; }
    #wp__fv .swiper .swiper-wrapper {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      overflow: visible; }
      #wp__fv .swiper .swiper-wrapper .swiper-slide {
        width: 280px;
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1)); }
  #wp__fv .logo_sukuba {
    width: 260px;
    margin: 90px auto 35px; }
  #wp__fv .lead_txt {
    width: 220px;
    margin: 0 auto; }

#wp__products {
  background-color: #fff;
  transition: background-color 1s ease-in-out; }

.product__item {
  position: relative;
  margin-bottom: 60px; }
  .product__item .contents_txt {
    position: absolute;
    width: 85px;
    top: 70px; }
  .product__item .contents_illust-a {
    position: absolute;
    animation: illust 3s infinite; }
  .product__item .contents_illust-b {
    position: absolute;
    animation: illust 3s infinite 1.5s; }
  .product__item .contents_illust-c {
    position: absolute;
    animation: illust 3s infinite; }
  .product__item .contents_bag {
    position: absolute;
    top: 700px;
    width: 140px;
    animation: yurayura 3s infinite; }

@keyframes illust {
  0% {
    transform: translate(0, 0); }
  5% {
    transform: translate(-4px, -8px) rotate(-2deg); }
  10% {
    transform: translate(0, 0); }
  15% {
    transform: translate(4px, -8px) rotate(2deg); }
  20% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0); } }
@keyframes yurayura {
  0%, 100% {
    transform: rotate(-3deg); }
  5% {
    transform: rotate(3deg); }
  10% {
    transform: rotate(-3deg); }
  15% {
    transform: rotate(3deg); }
  20% {
    transform: rotate(-3deg); }
  100% {
    transform: rotate(-3deg); } }
.sample1 .contents_txt {
  right: 50px; }
.sample1 .contents_illust-a {
  top: 320px;
  right: 50px; }
.sample1 .contents_illust-b {
  top: 620px;
  left: 50px; }
.sample1 .contents_illust-c {
  bottom: 100px;
  right: 30px; }
.sample1 .contents_bag {
  left: 15px; }

.sample2 .contents_txt {
  left: 50px; }
.sample2 .contents_illust-a {
  top: 320px;
  left: 50px; }
.sample2 .contents_illust-b {
  top: 620px;
  right: 50px; }
.sample2 .contents_illust-c {
  bottom: 100px;
  left: 30px; }
.sample2 .contents_bag {
  right: 15px; }

#wp__pink .contents_illust-a {
  width: 110px; }
#wp__pink .contents_illust-b {
  width: 90px; }
#wp__pink .contents_illust-c {
  width: 100px; }

#wp__purple .contents_illust-a {
  width: 100px; }
#wp__purple .contents_illust-c {
  width: 100px; }

#wp__red .contents_illust-a {
  width: 120px;
  top: 370px;
  right: 30px; }
#wp__red .contents_illust-c {
  width: 100px; }

#wp__white .contents_illust-a {
  width: 80px;
  left: 100px;
  top: 280px; }
#wp__white .contents_illust-b {
  width: 60px; }
#wp__white .contents_illust-c {
  width: 100px; }

#wp__mint .contents_illust-a {
  width: 100px; }
#wp__mint .contents_illust-c {
  width: 90px; }

.footer {
  text-align: center; }
  .footer .footer_cta {
    width: 300px; }
  .footer .footer_slide {
    overflow: hidden;
    display: flex;
    margin-top: 50px; }
    .footer .footer_slide li {
      animation: flowing 40s linear infinite; }
      .footer .footer_slide li img {
        width: 1000px; }
  .footer .footer_logo {
    max-width: 120px;
    margin: 45px auto 25px; }
  .footer .credit {
    color: #999;
    font-size: 10px;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 0.08em; }

@media screen and (min-width: 650px) {
  .footer .footer_slide {
    display: none; } }
