@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*!
* ress.css • v2.0.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
  # Global selectors
  # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
  # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
  # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
  # Specify media element style
  # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
  # Accessibility
  # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*
$fontsize_pc_ll: 2.0rem;
$fontsize_pc_l: 1.6rem;
$fontsize_pc_m: 1.16rem;
$fontsize_pc_nomal: 1.0rem;
$fontsize_pc_s: 0.8rem;
*/
/*230110 h2表示修正*/
/* ==================================================
  全体レイアウト
================================================== */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  letter-spacing: 0.24vw;
  background-color: #4a3b5f;
}

* {
  padding: 0;
  margin: 0;
}

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

#wrapper {
  color: #fff;
  font-family: YakuHanJP, "BIZ UDPMincho", "游明朝", "Helvetica Neue", Verdana, sans-serif;
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

h2 {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 6vw 12vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  h2 {
    padding: 32px 0;
  }
}

#block03 h2 {
  padding: 0vw;
}
@media screen and (min-width: 768px) {
  #block03 h2 {
    padding: 32px 0;
  }
}

@media screen and (min-width: 768px) {
  main {
    max-width: 1920px;
    margin: 0 auto;
  }
}

/*visual*/
#visual {
  width: auto;
  position: relative;
  height: 178vw;
  background: url("../images/visual/visual_sp.jpg") top center/100vw no-repeat #462a58;
}
@media screen and (min-width: 768px) {
  #visual {
    position: relative;
    height: 1080px;
    background: url("../images/visual/visual_pc.jpg") top center no-repeat #462a58;
  }
}
@media screen and (min-width: 768px) {
  #visual .main-title {
    max-width: 1024px;
    height: 1080px;
    margin: 0 auto;
  }
}
#visual .main-title h1 {
  position: absolute;
  top: 0px;
  left: 5vw;
  width: 90%;
}
@media screen and (min-width: 768px) {
  #visual .main-title h1 {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 594px;
    height: auto;
  }
}
@media screen and (min-width: 1120px) {
  #visual .main-title h1 {
    position: absolute;
    top: 20px;
    left: calc(50% - 560px);
    width: 594px;
    height: auto;
  }
}
#visual .main-title .catch {
  position: absolute;
  top: 46vw;
  left: 0px;
  width: 60%;
}
@media screen and (min-width: 768px) {
  #visual .main-title .catch {
    top: 320px;
    left: 0px;
    width: 360px;
    height: auto;
  }
}
@media screen and (min-width: 1120px) {
  #visual .main-title .catch {
    top: 320px;
    left: calc(50% - 560px);
    width: 360px;
    height: auto;
  }
}
#visual .main-title .sale {
  position: absolute;
  top: 94vw;
  left: -5vw;
  width: 80%;
}
@media screen and (min-width: 768px) {
  #visual .main-title .sale {
    top: 480px;
    left: -80px;
    width: 440px;
    height: auto;
  }
}
@media screen and (min-width: 1120px) {
  #visual .main-title .sale {
    top: 480px;
    left: calc(50% - 640px);
    width: 440px;
    height: auto;
  }
}

/*block01*/
#block01 {
  width: auto;
  height: auto;
  position: relative;
  background: url("../images/block01/bg_sp_01.jpg") top right/100% no-repeat;
}
@media screen and (min-width: 768px) {
  #block01 {
    background: url("../images/block01/bg_pc_01.jpg") top center no-repeat;
  }
  #block01 h2 {
    padding-top: 160px !important;
  }
}
#block01 .cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 1px solid #c17cff;
  background-color: rgba(57, 35, 76, 0.9);
  margin: 0 2vw;
  padding: 4vw;
  /*メイン画像とサムネ*/
  /*作品情報*/
}
@media screen and (min-width: 768px) {
  #block01 .cont {
    max-width: 1080px;
    margin: 0 auto;
    padding: 24px;
  }
}
@media screen and (min-width: 768px) {
  #block01 .cont .cont-l {
    font-size: 10px;
    max-width: 520px;
    margin-right: 24px;
  }
}
#block01 .cont .cont-l .thumbs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 4vw auto;
}
@media screen and (min-width: 768px) {
  #block01 .cont .cont-l .thumbs {
    margin: 16px auto 0;
  }
}
#block01 .cont .cont-l .thumbs .thumb {
  list-style-type: none;
  text-decoration: none;
  width: 28vw;
  padding: 0.8vw 0.4vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  #block01 .cont .cont-l .thumbs .thumb {
    max-width: 172px;
    padding: 2px;
    transition: all 0.3s;
  }
  #block01 .cont .cont-l .thumbs .thumb:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
}
#block01 .cont .cont-l .thumbs .thumb .icon_glass {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10% 0 0 -10%;
  width: 6vw;
}
@media screen and (min-width: 768px) {
  #block01 .cont .cont-l .thumbs .thumb .icon_glass {
    margin: -10% 0 0 -10%;
    width: 36px;
  }
}
#block01 .cont .cont-l .caption {
  font-size: 1.6vw;
  text-align: right;
  margin-top: -26px;
}
@media screen and (min-width: 768px) {
  #block01 .cont .cont-l .caption {
    font-size: 12px;
    margin-top: -14px;
  }
}
#block01 .cont .cont-r {
  font-family: YakuHanJP, "BIZ UDGothic", "游ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Verdana, "游ゴシック体", "YuGothic", "Yu Gothic Medium", sans-serif;
}
@media screen and (min-width: 768px) {
  #block01 .cont .cont-r {
    max-width: 480px;
  }
}
#block01 .cont .cont-r h3 {
  padding-top: 4vw;
  font-family: YakuHanJP, "BIZ UDPMincho", "游明朝", "Helvetica Neue", Verdana, sans-serif;
  font-size: 6vw;
}
@media screen and (min-width: 768px) {
  #block01 .cont .cont-r h3 {
    padding-top: 0;
    margin-top: -16px;
    font-size: 36px;
  }
}
#block01 .cont .cont-r h3 span:nth-child(1) {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  #block01 .cont .cont-r h3 span:nth-child(1) {
    font-size: 24px;
  }
}
#block01 .cont .cont-r .sub-ttl {
  padding: 8vw 0 6vw;
}
@media screen and (min-width: 768px) {
  #block01 .cont .cont-r .sub-ttl {
    padding: 24px 0 16px;
  }
}
#block01 .cont .cont-r .sub-ttl span {
  border: 1px solid #ff5ba8;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  #block01 .cont .cont-r .sub-ttl span {
    padding: 6px 4px 8px 8px;
  }
}
#block01 .cont .cont-r .sub-ttl span:nth-child(1) {
  background-color: #ff5ba8;
}
@media screen and (min-width: 768px) {
  #block01 .cont .cont-r .division-01 {
    margin-bottom: 32px;
  }
}
#block01 .cont .cont-r .division-01 ul {
  list-style: none;
}
#block01 .cont .cont-r .division-01 ul li {
  font-size: 3.6vw;
  padding-right: 4vw;
  margin-bottom: 4vw;
  display: inline-block;
}
#block01 .cont .cont-r .division-01 ul li span {
  color: #673f86;
  background-color: #fff;
  padding: 4px;
  margin-left: 1px;
}
#block01 .cont .cont-r .division-01 ul li span:nth-child(1) {
  background-color: #673f86;
  color: #fff;
}
#block01 .cont .cont-r .division-01 ul li .eng {
  padding-left: 1.8vw;
  padding-right: 1.8vw;
}
@media screen and (min-width: 768px) {
  #block01 .cont .cont-r .division-01 ul li {
    font-size: 14px;
    padding-right: 2px;
    margin-bottom: 14px;
  }
  #block01 .cont .cont-r .division-01 ul li .eng {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  #block01 .cont .cont-r .division-02 {
    margin-bottom: 32px;
  }
}
#block01 .cont .cont-r .division-03 {
  /*
  @include breakpoint.mq(sm) {
    margin-bottom: 32px;
  }
  */
}
#block01 .cont .cont-r .division-03 dl {
  font-size: 3.6vw;
  padding-top: 4vw;
}
#block01 .cont .cont-r .division-03 dl dt {
  padding: 1.6vw;
  padding-bottom: 1.4vw;
  margin-right: 1.6vw;
  background-color: #ff5ba8;
  float: left;
}
#block01 .cont .cont-r .division-03 dl dd {
  width: 100%;
  padding: 1.6vw;
  padding-bottom: 1.4vw;
  border: 1px solid #ff5ba8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #block01 .cont .cont-r .division-03 dl {
    font-size: 16px;
    padding-top: 16px;
  }
  #block01 .cont .cont-r .division-03 dl dt {
    padding: 8px;
    margin-right: 8px;
  }
  #block01 .cont .cont-r .division-03 dl dd {
    padding: 8px;
    padding-bottom: 6px;
  }
}
#block01 .cont .cont-r .division-03 .caption {
  font-size: 2.4vw;
  text-align: center;
  margin-top: 14px;
  color: #fdff3d;
}
@media screen and (min-width: 768px) {
  #block01 .cont .cont-r .division-03 .caption {
    font-size: 12px;
    margin-top: 14px;
  }
}
#block01 .cont .cont-r .division-03 .sale span {
  color: #fdff3d;
}

/*block02*/
#block02 {
  width: auto;
  height: auto;
  position: relative;
  background: url("../images/block02/bg_sp_02.jpg") top right/100% no-repeat #ffd4e8;
}
@media screen and (min-width: 768px) {
  #block02 {
    background: url("../images/block02/bg_pc_02.jpg") top center no-repeat #ffd4e8;
  }
}
#block02 .cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  #block02 .cont {
    padding-bottom: 260px;
    width: auto;
  }
}
#block02 .cont li {
  margin: 0 2vw;
  padding: 4vw;
  background-color: rgba(57, 35, 76, 0.9);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 4.8vw;
  z-index: 10;
  box-shadow: 0px 16px 16px 0px rgba(160, 40, 130, 0.4);
}
@media screen and (min-width: 768px) {
  #block02 .cont li {
    margin: 0 auto;
    padding: 32px;
    margin-bottom: 32px;
    width: 1024px;
  }
}
#block02 .cont li .work-img {
  width: 28vw;
  height: 28vw;
  margin-right: 4vw;
  border: 2px solid #c17cff;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #block02 .cont li .work-img {
    width: 200px;
    height: auto;
    margin-right: 32px;
  }
}
#block02 .cont li .info {
  width: 60%;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 768px) {
  #block02 .cont li .info {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  #block02 .cont li .info {
    margin-bottom: 32px;
    width: 720px;
  }
}
#block02 .cont li .info .work-name {
  font-size: 4vw;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 768px) {
  #block02 .cont li .info .work-name {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
#block02 .cont li .info .author {
  color: #4a3b5f;
  font-size: 3.6vw;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 768px) {
  #block02 .cont li .info .author {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
#block02 .cont li .info .author span {
  padding: 1vw;
  background-color: #f6a1fe;
}
@media screen and (min-width: 768px) {
  #block02 .cont li .info .author span {
    padding: 8px;
  }
}
#block02 .cont li .info .catch {
  color: #f6a1fe;
  font-size: 3.6vw;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #block02 .cont li .info .catch {
    font-size: 20px;
    letter-spacing: 0;
    width: auto;
  }
}
#block02 .cont li .overview {
  color: #ead9ed;
  font-size: 2.4vw;
  line-height: 4vw;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #block02 .cont li .overview {
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
  }
}
#block02 .cont li .overview a {
  color: #f6a1fe;
  text-decoration: underline;
}
#block02 .cont li .overview a:visited {
  color: #ff6fb3;
}

/*block03*/
#block03 {
  width: auto;
  height: auto;
  position: relative;
  background: linear-gradient(to bottom, #ffd4e8 0%, #ffe2f4 100%);
}
#block03 .cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 2vw;
  padding: 4vw;
}
@media screen and (min-width: 768px) {
  #block03 .cont {
    margin: 0 auto;
    padding: 0;
    width: 920px;
  }
}
#block03 .cont li {
  /*margin: 0 10vw;*/
  padding: 4vw;
  background-color: rgba(57, 35, 76, 0.9);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 768px) {
  #block03 .cont li {
    margin: 0 auto;
    margin-bottom: 32px;
    padding: 16px;
    width: 448px;
  }
}
#block03 .cont li p {
  padding-top: 4vw;
  text-align: center;
  margin: 0 auto;
  font-family: YakuHanJP, "BIZ UDGothic", "游ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Verdana, "游ゴシック体", "YuGothic", "Yu Gothic Medium", sans-serif;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #block03 .cont li p {
    padding-top: 16px;
    display: flex;
  }
}
#block03 .annotation {
  margin: 0 auto;
  padding-bottom: 10vw;
  text-align: center;
  font-family: YakuHanJP, "BIZ UDGothic", "游ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Verdana, "游ゴシック体", "YuGothic", "Yu Gothic Medium", sans-serif;
  color: #4a3b5f;
  font-size: 2.4vw;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  #block03 .annotation {
    padding: 24px 0 48px;
    font-size: 12px;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.trigger {
  transition: all 0.8s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.trigger.animated {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.trigger-l {
  transition: all 0.8s;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
}
.trigger-l.animated {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

.trigger-r {
  transition: all 0.8s;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
}
.trigger-r.animated {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

.balloon {
  display: none;
}

/*パララックス*/
@media screen and (min-width: 1280px) {
  .balloon {
    display: block;
  }
  .balloon .balloon_01 {
    width: 131px;
    position: absolute;
    top: 400px;
    left: calc(50% - 700px);
    transition: all 0.5s;
    opacity: 1;
    -webkit-filter: drop-shadow(16px 16px 24px rgba(0, 0, 0, 0.16));
    -moz-filter: drop-shadow(16px 16px 24px rgba(0, 0, 0, 0.16));
    -ms-filter: drop-shadow(16px 16px 24px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(16px 16px 24px rgba(0, 0, 0, 0.16));
  }
  .balloon .balloon_02 {
    width: 198px;
    position: absolute;
    top: 1200px;
    right: calc(50% - 720px);
    transition: all 0.5s;
    opacity: 1;
    -webkit-filter: drop-shadow(-16px 16px 24px rgba(0, 0, 0, 0.16));
    -moz-filter: drop-shadow(-16px 16px 24px rgba(0, 0, 0, 0.16));
    -ms-filter: drop-shadow(-16px 16px 24px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(-16px 16px 24px rgba(0, 0, 0, 0.16));
  }
  .balloon .balloon_03 {
    width: 201px;
    position: absolute;
    top: 2000px;
    left: calc(50% - 740px);
    transition: all 0.5s;
    opacity: 1;
    -webkit-filter: drop-shadow(16px 16px 24px rgba(0, 0, 0, 0.16));
    -moz-filter: drop-shadow(16px 16px 24px rgba(0, 0, 0, 0.16));
    -ms-filter: drop-shadow(16px 16px 24px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(16px 16px 24px rgba(0, 0, 0, 0.16));
  }
  .balloon .balloon_04 {
    width: 140px;
    position: absolute;
    top: 2800px;
    right: calc(50% - 700px);
    transition: all 0.5s;
    opacity: 1;
    -webkit-filter: drop-shadow(-16px 16px 24px rgba(0, 0, 0, 0.16));
    -moz-filter: drop-shadow(-16px 16px 24px rgba(0, 0, 0, 0.16));
    -ms-filter: drop-shadow(-16px 16px 24px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(-16px 16px 24px rgba(0, 0, 0, 0.16));
  }
  .balloon .balloon_05 {
    width: 128px;
    position: absolute;
    top: 3600px;
    left: calc(50% - 700px);
    transition: all 0.5s;
    opacity: 1;
    -webkit-filter: drop-shadow(16px 16px 24px rgba(0, 0, 0, 0.16));
    -moz-filter: drop-shadow(16px 16px 24px rgba(0, 0, 0, 0.16));
    -ms-filter: drop-shadow(16px 16px 24px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(16px 16px 24px rgba(0, 0, 0, 0.16));
  }
  .balloon .balloon_06 {
    width: 144px;
    position: absolute;
    top: 4400px;
    right: calc(50% - 700px);
    transition: all 0.5s;
    opacity: 1;
    -webkit-filter: drop-shadow(-16px 16px 24px rgba(0, 0, 0, 0.16));
    -moz-filter: drop-shadow(-16px 16px 24px rgba(0, 0, 0, 0.16));
    -ms-filter: drop-shadow(-16px 16px 24px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(-16px 16px 24px rgba(0, 0, 0, 0.16));
  }
}
.hide {
  opacity: 0;
  visibility: hidden;
}

/*--------------------------------------------------
  SP
--------------------------------------------------*/
nav {
  width: 100%;
  height: 12vw;
  top: -0.4vw;
  position: fixed;
  z-index: 1000;
}
nav .navigation {
  z-index: 100;
  transition: all 0.3s;
}
nav .navigation .nav-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  nav .navigation .nav-pc {
    display: block;
  }
}
nav .nav-sp {
  display: flex;
  transition: all 0.5s;
  font-size: 0.8rem;
  position: fixed;
  top: -0.4vw;
  right: 0;
}
@media screen and (min-width: 768px) {
  nav .nav-sp {
    display: none;
  }
}
nav .nav-sp .nav-sp_wrap {
  width: 100%;
  /*Hamburger menu*/
}
nav .nav-sp .nav-sp_wrap .sp-menu {
  float: right;
  width: 8vw;
  margin: 2vw 1.6vw;
}
nav .nav-sp .nav-sp_wrap .sp-menu .sp-menu_link {
  height: 8vw;
  border: 1px solid #c17cff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: rgba(75, 60, 100, 0.8);
}
nav .nav-sp .nav-sp_wrap .sp-menu .sp-menu_link.active span:nth-of-type(1) {
  margin: 0 auto 0 !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav .nav-sp .nav-sp_wrap .sp-menu .sp-menu_link.active span:nth-of-type(2) {
  opacity: 0;
}
nav .nav-sp .nav-sp_wrap .sp-menu .sp-menu_link.active span:nth-of-type(3) {
  margin: 0 auto 0 !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav .nav-sp .nav-sp_wrap .sp-menu .sp-menu_link .sp-menu_icon {
  width: 4vw;
  height: 4vw;
  position: relative;
  transition: all 0.5s;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
nav .nav-sp .nav-sp_wrap .sp-menu .sp-menu_link .sp-menu_icon span {
  width: 100%;
  height: 3px;
  left: 0;
  position: absolute;
  background: #c17cff;
  border-radius: 4px;
  transition: all 0.5s;
  display: inline-block;
  box-sizing: border-box;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}
nav .nav-sp .nav-sp_wrap .sp-menu .sp-menu_link .sp-menu_icon span:nth-of-type(1) {
  margin: -1.6vw auto 0;
}
nav .nav-sp .nav-sp_wrap .sp-menu .sp-menu_link .sp-menu_icon span:nth-of-type(3) {
  margin: 1.6vw auto 0;
}

/*PCナビ*/
@media screen and (min-width: 768px) {
  nav {
    height: 0;
  }
  nav .navigation {
    width: 180px;
    height: 360px;
    position: fixed;
    top: calc(50% - 240px);
    right: 0;
    border-radius: 16px 0 0 16px;
    background: linear-gradient(rgba(40, 20, 75, 0.88), rgba(160, 40, 130, 0.88));
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    transition: all 0.4s;
    box-shadow: 0px 16px 16px 0px rgba(160, 40, 130, 0.4);
  }
  nav .navigation .nav-pc_wrap {
    font-size: 12px;
    font-family: YakuHanJP, "BIZ UDGothic", "游ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Verdana, "游ゴシック体", "YuGothic", "Yu Gothic Medium", sans-serif;
    display: flex;
    align-items: center;
  }
  nav .navigation .nav-pc_wrap .pc-menu {
    padding: 8px 0;
    margin: 0 auto;
  }
  nav .navigation .nav-pc_wrap .pc-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 8px 0;
    padding: 0 8px;
  }
  nav .navigation .nav-pc_wrap .pc-menu li a {
    transition: all 0.3s;
    width: 160px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 12px 8px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 4px;
  }
  nav .navigation .nav-pc_wrap .pc-menu li a:hover {
    background-color: rgba(220, 94, 245, 0.5);
  }
  nav .navigation .nav-pc_wrap .pc-menu li .next,
nav .navigation .nav-pc_wrap .pc-menu li .cart {
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
  }
  nav .navigation .nav-pc_wrap .pc-menu li .next::after,
nav .navigation .nav-pc_wrap .pc-menu li .cart::after {
    content: "";
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 8px;
  }
  nav .navigation .nav-pc_wrap .pc-menu li .next::after {
    background: url("../images/icon/icon_next.svg") no-repeat;
  }
  nav .navigation .nav-pc_wrap .pc-menu li .cart::after {
    background: url("../images/icon/icon_cart.svg") no-repeat;
  }
  nav .navigation .nav-pc_wrap .pc-menu li .twitter img {
    width: 20px;
    height: auto;
  }
}
/*----------------------------
	Drower Menu
----------------------------*/
#drawer {
  width: 100%;
  height: 0;
  padding: 0;
  position: relative;
  background: linear-gradient(rgba(65, 35, 90, 0.8), rgba(180, 60, 150, 0.8));
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  transition: all 0.4s;
  overflow-y: scroll;
  box-shadow: 24px 0 0 0 #4a3b5f;
}
@media screen and (min-width: 768px) {
  #drawer {
    display: none;
  }
}
#drawer .drawer-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: YakuHanJP, "BIZ UDGothic", "游ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Verdana, "游ゴシック体", "YuGothic", "Yu Gothic Medium", sans-serif;
}
#drawer .drawer-nav .drawer-nav_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
#drawer .drawer-nav .drawer-nav_list:nth-child(7) {
  border-bottom: 0px solid rgba(255, 255, 255, 0);
}
#drawer .drawer-nav .drawer-nav_list a {
  color: #fff !important;
  text-decoration: none;
  width: 100vw;
  text-align: center;
}
#drawer .drawer-nav .drawer-nav_list a:visited {
  color: #fff !important;
}
#drawer .drawer-nav .drawer-nav_list a .twitter {
  margin: 8vw;
}
#drawer .drawer-nav .drawer-nav_list a .twitter img {
  width: 8vw;
  height: auto;
}
#drawer .drawer-nav .drawer-nav_list .next,
#drawer .drawer-nav .drawer-nav_list .cart {
  position: relative;
}
#drawer .drawer-nav .drawer-nav_list .next::after,
#drawer .drawer-nav .drawer-nav_list .cart::after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 8vw;
  left: 8vw;
}
#drawer .drawer-nav .drawer-nav_list .next::after {
  background: url("../images/icon/icon_next.svg") no-repeat;
}
#drawer .drawer-nav .drawer-nav_list .cart::after {
  background: url("../images/icon/icon_cart.svg") no-repeat;
}
#drawer .drawer-nav .drawer-nav_list .drawer-nav_subttl {
  width: 100%;
  margin: 8vw 0;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-decoration: none;
}

#drawer.open {
  height: 100vh;
  display: flex;
  align-items: center;
}

/* ==================================================
  ヘッダー
================================================== */
/*DL-bar*/
.dl-bar {
  background-color: #4a3b5f;
  display: flex;
  justify-content: flex-start;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .dl-bar {
    padding: 12px 8px;
  }
}
.dl-bar a {
  padding: 0px;
}
.dl-bar a :hover {
  opacity: 0.9;
}
.dl-bar a img {
  width: 40vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .dl-bar a img {
    width: 144px;
    height: auto;
  }
}

/* ==================================================
  フッター
================================================== */
footer {
  background-color: #673f86;
  padding: 2vw;
}
footer .footer {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.16rem;
  font-family: YakuHanJP, "Helvetica Neue", Verdana, sans-serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 16px;
  }
  footer .footer {
    font-size: 12px;
  }
}

/* ==================================================
  ボタン用共通スタイル
================================================== */
/*
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: vw_sp(100);
}
*/
.btn-area {
  margin: 4vw auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .btn-area {
    margin: 16px auto 0;
  }
}

.division-04 .btn {
  width: 43vw;
}
@media screen and (min-width: 768px) {
  .division-04 .btn {
    width: 232px;
  }
}

.btn {
  width: 56vw;
  padding: 4vw;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff !important;
  font-family: YakuHanJP, "BIZ UDGothic", "游ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Verdana, "游ゴシック体", "YuGothic", "Yu Gothic Medium", sans-serif;
  font-size: 2.4vw;
  background: #42c3ff;
  display: inline-block;
  border-radius: 8px;
}
.btn span {
  position: relative;
  font-size: 3.6vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 232px;
    height: 24px;
    padding: 32px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .btn span {
    font-size: 16px;
    width: 100%;
  }
  .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-100%) translateY(0%);
            transform: translateX(-100%) translateY(0%);
    border-radius: 8px;
    background: #f47fff;
  }
  .btn:hover {
    color: #fff;
    transition: all 0.3s linear;
  }
  .btn:hover:before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.btn-next::after {
  content: "";
  display: inline-block;
  background: url("../images/icon/icon_next.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 16px;
}

.btn-cart::after {
  content: "";
  display: inline-block;
  background: url("../images/icon/icon_cart.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 16px;
}/*# sourceMappingURL=lp.css.map */