@charset "UTF-8";/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* media queries
 * $from: 指定した画面幅を超過した状態をブレークポイントに設定する
 * $until: 指定した画面幅以下の状態をブレークポイントに設定する
 */
/* link hover
 * tablet幅以上はhover時にopacityがかかる
 */
html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  min-height: 100vh;
  font-weight: 700;
  color: #064754;
  background-size: auto auto;
  background-color: rgb(165, 229, 242);
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  body {
    font-size: 1.4rem;
    line-height: 1.78;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 11px, rgb(149, 225, 240) 11px, rgb(149, 225, 240) 28px);
  }
}
@media (min-width: 768px) {
  body {
    font-size: 2rem;
    line-height: 1.65;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 22px, rgb(149, 225, 240) 22px, rgb(149, 225, 240) 55px);
  }
}
body:before {
  display: block;
  content: "";
  position: absolute;
  min-height: 0.00001vw;
}
@media (max-width: 767.98px) {
  body:before {
    width: 100%;
    height: 48.1333333333vw;
    top: 44.9333333333vw;
    left: 0;
    background: url("/special/cinnamoroll-collabo/assets/images/mv_rainbow_sp.png") no-repeat left top/cover;
  }
}
@media (min-width: 768px) {
  body:before {
    width: min(99.009009009vw, 1099px);
    height: min(45.8558558559vw, 509px);
    background: url("/special/cinnamoroll-collabo/assets/images/mv_rainbow_pc.png") no-repeat left top/contain;
    top: min(11.1711711712vw, 124px);
    left: max((100% - 1110px) / 2 - 201px, -18.1081081081%);
  }
}
body:after {
  display: block;
  content: "";
  width: 100%;
  position: fixed;
  left: 0;
  min-height: 0.00001vw;
}
@media (max-width: 767.98px) {
  body:after {
    height: 94.2666666667vw;
    top: 0.8vw;
    background: url("/special/cinnamoroll-collabo/assets/images/cloud_sp.png") no-repeat center top/cover;
  }
}
@media (min-width: 768px) {
  body:after {
    height: min(58.9189189189vw, 654px);
    background: url("/special/cinnamoroll-collabo/assets/images/cloud_pc.png") no-repeat center top/auto 100%;
    top: 0;
  }
}
body.is-blur:after {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media (max-width: 767.98px) {
  body.is-blur:after {
    top: -0.8vw;
    left: -5px;
    width: calc(100vw + 10px);
  }
}
@media (min-width: 768px) {
  body.is-blur:after {
    top: max(-0.4504504505vw, -5px);
  }
}

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

@media (min-width: 960px) {
  a:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}

@media (max-width: 767.98px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 960px) {
  .sp-and-tab {
    display: none;
  }
}

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

.fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: all 0.6s ease-in-out;
}
.fade.is-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.common-inner {
  width: 100%;
  max-width: 1110px;
  padding: 0 10px;
  margin: 0 auto;
}

.common-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  border: solid #835a1a;
  color: #835a1a;
  background: url("/special/cinnamoroll-collabo/assets/images/button_bg.png") left top;
  text-align: center;
  font-weight: 900;
  line-height: 1.34;
  position: relative;
}
@media (max-width: 767.98px) {
  .common-button {
    background-size: 5px 5px;
    font-size: 1.5rem;
    padding: 11px 66px;
    min-height: 90px;
    border-radius: 45px;
    border-width: 3px;
    box-shadow: 0px 2px 6.8px 1.2px rgba(124, 124, 124, 0.56);
  }
}
@media (min-width: 768px) {
  .common-button {
    background-size: 10px 10px;
    font-size: 2.6rem;
    padding: 28px 70px;
    min-height: 140px;
    border-radius: 70px;
    border-width: 6px;
    box-shadow: 0px 3px 13.6px 2.4px rgba(124, 124, 124, 0.56);
  }
}
.common-button:after {
  display: block;
  content: "";
  background: url("/special/cinnamoroll-collabo/assets/images/button_arrow.png") no-repeat left top/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (max-width: 767.98px) {
  .common-button:after {
    right: 17px;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) {
  .common-button:after {
    right: 32px;
    width: 32px;
    height: 32px;
  }
}

.header {
  min-height: 0.00001vw;
}
@media (max-width: 767.98px) {
  .header {
    padding-top: 4.1333333333vw;
  }
}
@media (min-width: 768px) {
  .header {
    padding-top: min(3.0630630631vw, 34px);
  }
}
@media (max-width: 767.98px) {
  .header__title {
    width: 91.7333333333vw;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .header__title {
    width: 101.0185185185%;
    margin: 0 -2.8703703704% 0 auto;
  }
}
@media (max-width: 767.98px) {
  .header__period {
    margin-top: 6px;
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .header__period {
    margin-top: 15px;
  }
}
.header__period-inner {
  background: #fff;
  color: #2660ac;
  position: relative;
}
@media (max-width: 767.98px) {
  .header__period-inner {
    border-radius: 3px;
    padding: 44px 20px 10px;
    box-shadow: 0px 4px 6.8px 1.2px rgba(124, 124, 124, 0.56);
  }
}
@media (min-width: 768px) {
  .header__period-inner {
    box-shadow: 0px 7px 13.6px 2.4px rgba(124, 124, 124, 0.56);
    padding: 18px 37px 19px 141px;
    border-radius: 5px;
  }
}
.header__period-title {
  color: #fff;
  width: 100px;
  background: #2660ac;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 20px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .header__period-title {
    height: 50px;
    padding-top: 10px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .header__period-title {
    height: 60px;
    padding-top: 16px;
  }
}
.header__period-title:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 12px 50px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .header__period-text {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .header__period-text {
    text-align: center;
    letter-spacing: 1px;
  }
}
.header__period-text span {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .header__banner {
    margin-top: 20px;
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .header__banner {
    margin-top: 30px;
  }
}
.header__banner-inner {
  text-align: center;
}
@media (min-width: 768px) {
  .header__banner-inner {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .header__banner-item {
    display: block;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .header__banner-item {
    width: 31.4814814815%;
  }
}
@media (max-width: 767.98px) {
  .header__banner-item + .header__banner-item {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .header__banner-item + .header__banner-item {
    margin-left: 2.7777777778%;
  }
}
@media (max-width: 767.98px) {
  .header__about {
    padding: 6px 0;
    background: url("/special/cinnamoroll-collabo/assets/images/header_about_bg_top_sp.png") repeat-x left top/100% auto, url("/special/cinnamoroll-collabo/assets/images/header_about_bg_bottom_sp.png") repeat-x left bottom/100% auto;
    margin-top: -71px;
  }
}
@media (min-width: 768px) {
  .header__about {
    padding: 30px 0;
    background: url("/special/cinnamoroll-collabo/assets/images/header_about_bg_top_pc.png") repeat-x left top/auto 30px, url("/special/cinnamoroll-collabo/assets/images/header_about_bg_bottom_pc.png") repeat-x left bottom/auto 30px;
    margin-top: -50px;
  }
}
@media (max-width: 767.98px) {
  .header__about-inner {
    padding: 100px 8px 70px;
    background: #fff url("/special/cinnamoroll-collabo/assets/images/header_about_bg_center_sp.png") no-repeat center top 68px/100% auto;
  }
}
@media (min-width: 768px) {
  .header__about-inner {
    background: #fff url("/special/cinnamoroll-collabo/assets/images/header_about_bg_center_pc.png") no-repeat center top 58px/1340px auto;
    padding: 95px 0;
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .header__about-text {
    font-size: 2.5rem;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .header__about-text + .header__about-text {
    margin-top: 28px;
  }
}
@media (min-width: 768px) {
  .header__about-text + .header__about-text {
    margin-top: 2.2em;
  }
}

.howto__inner {
  position: relative;
}
@media (max-width: 767.98px) {
  .howto__inner {
    padding-top: 68px;
  }
}
@media (min-width: 768px) {
  .howto__inner {
    padding-top: 114px;
  }
}
.howto__title {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767.98px) {
  .howto__title {
    top: -43px;
  }
}
@media (min-width: 768px) {
  .howto__title {
    top: -55px;
  }
}
@media (max-width: 767.98px) {
  .howto__title img {
    width: 364px;
  }
}
.howto__button {
  padding: 0 8px;
}
@media (max-width: 767.98px) {
  .howto__step {
    margin-top: 36px;
  }
}
@media (min-width: 768px) {
  .howto__step {
    margin-top: 38px;
  }
}
.howto__step-item {
  position: relative;
}
@media (max-width: 767.98px) {
  .howto__step-item + .howto__step-item {
    margin-top: 41px;
  }
}
@media (min-width: 768px) {
  .howto__step-item + .howto__step-item {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .howto__step-item:first-of-type .howto__step-chara {
    width: min(23.8738738739vw, 265px);
    height: min(31.7117117117vw, 352px);
    top: min(0.3603603604vw, 4px);
    left: max(-6.2162162162vw, -69px);
  }
}
@media (min-width: 768px) {
  .howto__step-item:last-of-type .howto__step-chara {
    width: min(25.3153153153vw, 281px);
    height: min(34.4144144144vw, 382px);
    background: url("/special/cinnamoroll-collabo/assets/images/chara_02.png") no-repeat left top/contain;
    position: absolute;
    top: max(-0.6306306306vw, -7px);
    right: max(-7.4774774775vw, -83px);
  }
}
@media (max-width: 767.98px) {
  .howto__step-chara {
    display: none;
  }
}
@media (min-width: 768px) {
  .howto__step-chara {
    position: absolute;
    min-height: 0.00001vw;
    z-index: 1;
  }
}
.howto__step-title {
  text-align: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .howto__step-title {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .howto__step-title {
    padding-bottom: 24px;
  }
}
.howto__step-title:after {
  display: block;
  content: "";
  width: 60px;
  height: 4px;
  background: #ffe600;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .howto__step-title:after {
    border-radius: 1px;
  }
}
@media (min-width: 768px) {
  .howto__step-title:after {
    border-radius: 2px;
  }
}
.howto__step-title-no {
  display: block;
  margin: 0 auto;
  width: 197px;
}
.howto__step-title-text {
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .howto__step-title-text {
    font-size: 2.8rem;
    line-height: 1.42;
  }
}
@media (min-width: 768px) {
  .howto__step-title-text {
    padding: 0 71px;
    font-size: 3.3rem;
    position: relative;
  }
  .howto__step-title-text:before, .howto__step-title-text:after {
    display: block;
    content: "";
    background: url("/special/cinnamoroll-collabo/assets/images/howto_step_title_kazari.png") no-repeat left top/contain;
    width: 50px;
    height: 27px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .howto__step-title-text:before {
    left: 0;
  }
  .howto__step-title-text:after {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .howto__step-text {
    margin-top: 24px;
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .howto__step-text {
    margin-top: 27px;
    text-align: center;
  }
}
.howto__step-box {
  display: grid;
  text-align: center;
}
@media (max-width: 767.98px) {
  .howto__step-box {
    margin-top: 22px;
    padding: 0 5px;
    grid-template-columns: 60.2898550725% 37.6811594203%;
    -webkit-column-gap: 2.3188405797%;
       -moz-column-gap: 2.3188405797%;
            column-gap: 2.3188405797%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .howto__step-box {
    grid-template-columns: 38.7254901961% 1fr 19.6078431373%;
    padding: 0 20px 0 40px;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .howto__step-box-chara {
    width: 40.8vw;
    height: 55.4666666667vw;
    position: absolute;
    top: -40px;
    right: calc(0.8vw - 13px);
  }
}
@media (min-width: 768px) {
  .howto__step-box-chara {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .howto__step-box-check {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-top: 14px;
  }
}
@media (min-width: 768px) {
  .howto__step-box-check {
    grid-row: 1/2;
    grid-column: 1/2;
    text-align: center;
    margin-right: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .howto__step-box-img {
    grid-row: 3/4;
    grid-column: 1/3;
    margin: 9px 0 20px;
    padding: 0 13px;
  }
}
@media (min-width: 768px) {
  .howto__step-box-img {
    grid-row: 2/4;
    grid-column: 1/2;
    margin-right: 25px;
  }
}
@media (max-width: 767.98px) {
  .howto__step-box-balloon {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media (min-width: 768px) {
  .howto__step-box-balloon {
    grid-row: 2/3;
    grid-column: 2/4;
    margin-right: 37px;
  }
}
.howto__step-box-effect {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .howto__step-box-effect {
    grid-row: 4/5;
    grid-column: 1/2;
    font-size: 3.4666666667vw;
    line-height: 1.53;
  }
}
@media (min-width: 768px) {
  .howto__step-box-effect {
    grid-row: 3/4;
    grid-column: 2/3;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 959.98px) {
  .howto__step-box-effect {
    font-size: 1.6rem;
  }
}
.howto__step-box-effect span {
  font-weight: 900;
  color: #835a1a;
}
@media (max-width: 767.98px) {
  .howto__step-box-effect span {
    font-size: 4.5333333333vw;
  }
}
@media (min-width: 768px) {
  .howto__step-box-effect span {
    font-size: 2.4rem;
  }
}
@media (min-width: 960px) {
  .howto__step-box-effect span {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  .howto__step-box-set {
    grid-row: 4/5;
    grid-column: 2/3;
  }
}
@media (min-width: 768px) {
  .howto__step-box-set {
    grid-row: 3/4;
    grid-column: 3/4;
    margin-top: -19px;
  }
}
@media (max-width: 767.98px) {
  .howto__area {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .howto__area {
    margin-top: 32px;
  }
}
.howto__area-title {
  text-align: center;
}
@media (max-width: 767.98px) {
  .howto__area-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .howto__area-title {
    font-size: 2.6rem;
  }
}
.howto__area-title span {
  display: inline-block;
  line-height: 1;
  border-bottom: #064754 2px solid;
  position: relative;
}
@media (max-width: 767.98px) {
  .howto__area-title span {
    padding: 0 38px 14px;
  }
}
@media (min-width: 768px) {
  .howto__area-title span {
    padding: 0 28px 14px;
  }
}
.howto__area-title span:before, .howto__area-title span:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #064754;
  position: absolute;
  bottom: -6px;
}
.howto__area-title span:before {
  left: 0;
}
.howto__area-title span:after {
  right: 0;
}
.howto__area-text {
  margin-top: 27px;
}
@media (max-width: 767.98px) {
  .howto__area-text {
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .howto__area-text {
    text-align: center;
  }
}
.howto__area-list {
  display: flex;
}
@media (max-width: 767.98px) {
  .howto__area-list {
    margin-top: 20px;
    flex-wrap: wrap;
    position: relative;
  }
}
@media (min-width: 768px) {
  .howto__area-list {
    justify-content: space-between;
    margin-top: 34px;
  }
}
@media (max-width: 767.98px) {
  .howto__area-list-chara {
    width: 40.6666666667vw;
    height: 54.1333333333vw;
    position: absolute;
    bottom: 12px;
    right: 3.2vw;
  }
}
@media (min-width: 768px) {
  .howto__area-list-chara {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .howto__area-list-item {
    width: 47.8873239437%;
  }
}
@media (min-width: 768px) {
  .howto__area-list-item {
    width: 31.4814814815%;
  }
}
@media (max-width: 767.98px) {
  .howto__area-list-item:nth-of-type(2n) {
    margin-left: 4.2253521127%;
  }
}
@media (max-width: 767.98px) {
  .howto__area-list-item:nth-of-type(n + 3) {
    margin-top: 29px;
  }
}
.howto__area-list-text {
  text-align: center;
  line-height: 1.26;
}
@media (max-width: 767.98px) {
  .howto__area-list-text {
    margin-top: 10px;
    font-size: 1.3rem;
    background: url("/special/cinnamoroll-collabo/assets/images/howto_place_text_top.png") no-repeat left top/45px auto, url("/special/cinnamoroll-collabo/assets/images/howto_place_text_bottom.png") no-repeat right bottom/45px auto;
    padding: 7px 2px;
  }
}
@media (min-width: 768px) {
  .howto__area-list-text {
    font-size: 2rem;
    margin-top: 20px;
    background: url("/special/cinnamoroll-collabo/assets/images/howto_place_text_top.png") no-repeat left top/90px auto, url("/special/cinnamoroll-collabo/assets/images/howto_place_text_bottom.png") no-repeat right bottom/90px auto;
    padding: 14px 4px;
  }
}
@media (min-width: 960px) {
  .howto__area-list-text {
    font-size: 2.6rem;
  }
}
.howto__details {
  margin-top: 40px;
  background: #effbfd;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .howto__details {
    border-radius: 5px;
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (min-width: 768px) {
  .howto__details {
    border-radius: 10px;
  }
}
.howto__details[open] .howto__details-summary:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.howto__details-summary {
  display: block;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-weight: 900;
  text-align: center;
  background: url("/special/cinnamoroll-collabo/assets/images/howto_details_bg.png") left top;
  position: relative;
}
@media (min-width: 960px) {
  .howto__details-summary:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
@media (max-width: 767.98px) {
  .howto__details-summary {
    font-size: 1.6rem;
    padding: 21px 0;
    background-size: 4px 4px;
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .howto__details-summary {
    font-size: 2.5rem;
    padding: 29px 0 30px;
    background-size: 7px 7px;
    border-radius: 10px;
  }
}
.howto__details-summary::-webkit-details-marker {
  display: none;
}
.howto__details-summary:after {
  display: block;
  content: "";
  background: url("/special/cinnamoroll-collabo/assets/images/howto_details_arrow.png") no-repeat left top/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (max-width: 767.98px) {
  .howto__details-summary:after {
    width: 15px;
    height: 8px;
    right: 25px;
  }
}
@media (min-width: 768px) {
  .howto__details-summary:after {
    width: 30px;
    height: 16px;
    right: 40px;
  }
}
@media (max-width: 767.98px) {
  .howto__details-inner {
    padding: 21px 37px 35px;
  }
}
@media (min-width: 768px) {
  .howto__details-inner {
    padding: 60px;
  }
}
@media (max-width: 767.98px) {
  .howto__details-section + .howto__details-section {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .howto__details-section + .howto__details-section {
    margin-top: 70px;
  }
}
.howto__details-title {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/special/cinnamoroll-collabo/assets/images/howto_details_title_bg.png") no-repeat left top/contain;
  color: #835a1a;
}
@media (max-width: 767.98px) {
  .howto__details-title {
    font-size: 1.8rem;
    width: 258px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .howto__details-title {
    font-size: 2.6rem;
    width: 417px;
    height: 81px;
  }
}
.howto__details-list {
  display: grid;
  text-align: center;
}
@media (max-width: 767.98px) {
  .howto__details-list {
    row-gap: 22px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .howto__details-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 4.1666666667%;
       -moz-column-gap: 4.1666666667%;
            column-gap: 4.1666666667%;
    row-gap: 56px;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .howto__details-list-text {
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.52;
  }
}
@media (min-width: 768px) {
  .howto__details-list-text {
    margin-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .puzzle {
    margin-top: 89px;
    padding: 6px 0;
    background: url("/special/cinnamoroll-collabo/assets/images/puzzle_bg_top_sp.png") repeat-x left top/100% auto, url("/special/cinnamoroll-collabo/assets/images/puzzle_bg_bottom_sp.png") repeat-x left bottom/100% auto;
  }
}
@media (min-width: 768px) {
  .puzzle {
    margin-top: 130px;
    padding: 30px 0;
    background: url("/special/cinnamoroll-collabo/assets/images/puzzle_bg_top_pc.png") repeat-x left top/auto 30px, url("/special/cinnamoroll-collabo/assets/images/puzzle_bg_bottom_pc.png") repeat-x left bottom/auto 30px;
  }
}
@media (max-width: 767.98px) {
  .puzzle__inner {
    background: #d4ecef url("/special/cinnamoroll-collabo/assets/images/puzzle_bg_center_sp.png") no-repeat center top 27px/100% auto;
  }
}
@media (min-width: 768px) {
  .puzzle__inner {
    background: #d4ecef url("/special/cinnamoroll-collabo/assets/images/puzzle_bg_center_pc.png") no-repeat center top 22px/1423px auto;
  }
}
.puzzle__contents {
  position: relative;
}
@media (max-width: 767.98px) {
  .puzzle__contents {
    padding: 70px 0 75px;
  }
}
@media (min-width: 768px) {
  .puzzle__contents {
    padding: 98px 0 116px;
  }
}
.puzzle__title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .puzzle__title {
    top: -55px;
  }
}
@media (min-width: 768px) {
  .puzzle__title {
    top: -67px;
  }
}
@media (max-width: 767.98px) {
  .puzzle__title img {
    width: 364px;
  }
}
@media (max-width: 767.98px) {
  .puzzle__text {
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .puzzle__text {
    text-align: center;
  }
}
.puzzle__text span {
  font-size: 1.4rem;
}
.puzzle__box {
  display: grid;
}
@media (max-width: 767.98px) {
  .puzzle__box {
    margin-top: -13px;
    row-gap: 4px;
    -webkit-column-gap: 1.1267605634%;
       -moz-column-gap: 1.1267605634%;
            column-gap: 1.1267605634%;
    grid-template-columns: 54.0845070423% 1fr;
  }
}
@media (min-width: 768px) {
  .puzzle__box {
    -webkit-column-gap: 1.095890411%;
       -moz-column-gap: 1.095890411%;
            column-gap: 1.095890411%;
    padding-right: 30px;
    margin: 5px 0 0 -15px;
    grid-template-columns: 64.7488584475% 31.3242009132%;
  }
}
.puzzle__box-img {
  text-align: center;
}
@media (max-width: 767.98px) {
  .puzzle__box-img {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}
@media (min-width: 768px) {
  .puzzle__box-img {
    grid-row: 1/3;
    grid-column: 1/2;
  }
}
@media (max-width: 767.98px) {
  .puzzle__box-menu {
    grid-row: 2/3;
    grid-column: 1/2;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .puzzle__box-menu {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: end;
    margin-top: 25px;
  }
}
.puzzle__box-text {
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .puzzle__box-text {
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: center;
    font-size: 3.4666666667vw;
    line-height: 1.73;
  }
}
@media (min-width: 768px) {
  .puzzle__box-text {
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    margin-top: 30px;
    font-size: 2rem;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .puzzle__box-text {
    font-size: 2.5rem;
  }
}
.puzzle__box-text p {
  text-align: center;
  display: inline-block;
}

.story__inner {
  position: relative;
}
@media (max-width: 767.98px) {
  .story__inner {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .story__inner {
    padding-top: 83px;
  }
}
.story__title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .story__title {
    top: -47px;
  }
}
@media (min-width: 768px) {
  .story__title {
    top: -64px;
  }
}
@media (max-width: 767.98px) {
  .story__title img {
    width: 364px;
  }
}
@media (max-width: 767.98px) {
  .story__box {
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .story__box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .story__box-img {
    text-align: center;
    width: 74.6478873239%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .story__box-img {
    width: 49.0740740741%;
    margin-right: -8px;
  }
}
@media (max-width: 767.98px) {
  .story__box-detail {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .story__box-detail {
    text-align: center;
    margin-right: 4.1666666667%;
  }
}
@media (min-width: 768px) and (max-width: 959.98px) {
  .story__box-detail {
    font-size: 1.7rem;
  }
}
@media (max-width: 767.98px) {
  .story__box-text {
    letter-spacing: -0.04em;
  }
}
@media (max-width: 767.98px) {
  .story__box-text + .story__box-text {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .story__box-text + .story__box-text {
    margin-top: 33px;
  }
}

@media (max-width: 767.98px) {
  .cinnamoroll {
    margin-top: 82px;
    padding-top: 6px;
    background: url("/special/cinnamoroll-collabo/assets/images/cinnamoroll_bg_top_pc.png") repeat-x left top/100% auto;
  }
}
@media (min-width: 768px) {
  .cinnamoroll {
    margin-top: 90px;
    padding-top: 30px;
    background: url("/special/cinnamoroll-collabo/assets/images/cinnamoroll_bg_top_pc.png") repeat-x left top/auto 30px;
  }
}
@media (max-width: 767.98px) {
  .cinnamoroll__inner {
    background: #ffebf1 url("/special/cinnamoroll-collabo/assets/images/cinnamoroll_bg_sp.png") no-repeat center bottom/100% auto;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .cinnamoroll__inner {
    background: #ffebf1 url("/special/cinnamoroll-collabo/assets/images/cinnamoroll_bg_pc.png") no-repeat center bottom/1520px auto;
    padding-bottom: 100px;
  }
}
.cinnamoroll__contents {
  position: relative;
}
@media (max-width: 767.98px) {
  .cinnamoroll__contents {
    padding-top: 77px;
  }
}
@media (min-width: 768px) {
  .cinnamoroll__contents {
    padding-top: 114px;
  }
}
.cinnamoroll__title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .cinnamoroll__title {
    top: -55px;
  }
}
@media (min-width: 768px) {
  .cinnamoroll__title {
    top: -52px;
  }
}
@media (max-width: 767.98px) {
  .cinnamoroll__title img {
    width: 364px;
  }
}
.cinnamoroll__img {
  text-align: center;
}
@media (max-width: 767.98px) {
  .cinnamoroll__img {
    margin: 0 -10px;
  }
}
@media (max-width: 767.98px) {
  .cinnamoroll__img img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cinnamoroll__detail {
    padding: 0 8px;
    margin-top: 25px;
    letter-spacing: -0.04em;
  }
}
@media (min-width: 768px) {
  .cinnamoroll__detail {
    text-align: center;
    margin-top: 52px;
  }
}
@media (max-width: 767.98px) {
  .cinnamoroll__text + .cinnamoroll__text {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .cinnamoroll__text + .cinnamoroll__text {
    margin-top: 33px;
  }
}
.cinnamoroll__button {
  margin-top: 32px;
}

.footer {
  background: url("/special/cinnamoroll-collabo/assets/images/footer_bg.png");
  color: #fff;
  text-align: center;
}
@media (max-width: 767.98px) {
  .footer {
    background-size: 50px 50px;
    padding: 44px 0 34px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .footer__inner {
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .footer__inner {
    padding: 0 60px;
  }
}
.footer__title {
  line-height: 1;
  background: no-repeat center bottom/100% 1px;
}
@media (max-width: 767.98px) {
  .footer__title {
    font-size: 2.5rem;
    padding-bottom: 15px;
    background-image: url("/special/cinnamoroll-collabo/assets/images/footer_line_sp.png");
  }
}
@media (min-width: 768px) {
  .footer__title {
    font-size: 4.2rem;
    padding-bottom: 33px;
    background-image: url("/special/cinnamoroll-collabo/assets/images/footer_line_pc.png");
  }
}
@media (max-width: 767.98px) {
  .footer__list {
    margin-top: 35px;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .footer__list {
    align-items: flex-end;
    margin: 33px -60px 0;
    display: flex;
    padding: 0 2.037037037% 0 3.3333333333%;
  }
}
@media (min-width: 960px) {
  .footer__list {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .footer__list-item + .footer__list-item {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .footer__list-item:first-of-type {
    width: 32.3929961089%;
  }
}
@media (max-width: 767.98px) {
  .footer__list-item:first-of-type .footer__list-img {
    width: 56.7398119122%;
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) {
  .footer__list-item:first-of-type .footer__list-img {
    width: 72.3723723724%;
  }
}
@media (min-width: 768px) {
  .footer__list-item:nth-of-type(2) {
    width: 37.1595330739%;
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .footer__list-item:nth-of-type(2) .footer__list-img {
    width: 79.3103448276%;
    margin-bottom: 11px;
  }
}
@media (min-width: 768px) {
  .footer__list-item:nth-of-type(2) .footer__list-img {
    width: 88.4816753927%;
    margin-left: -3.9267015707%;
  }
}
@media (min-width: 768px) {
  .footer__list-item:last-of-type {
    width: 33.560311284%;
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .footer__list-item:last-of-type .footer__list-img {
    width: 81.1912225705%;
    margin-bottom: 1px;
  }
}
@media (min-width: 768px) {
  .footer__list-item:last-of-type .footer__list-img {
    width: 99.7101449275%;
  }
}
@media (max-width: 767.98px) {
  .footer__list-img {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .footer__list-detail {
    padding-left: 7px;
  }
}
@media (min-width: 768px) {
  .footer__list-detail {
    display: inline-block;
  }
}
.footer__list-head {
  text-align: left;
  font-weight: 900;
  position: relative;
}
@media (max-width: 767.98px) {
  .footer__list-head {
    font-size: 1.9rem;
    line-height: 1.38;
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .footer__list-head {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 960px) {
  .footer__list-head {
    font-size: 2.5rem;
  }
}
.footer__list-head:after {
  display: block;
  content: "";
  height: 100%;
  background: #ffe600;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
@media (max-width: 767.98px) {
  .footer__list-head:after {
    width: 5px;
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .footer__list-head:after {
    width: 7px;
    border-radius: 3px;
  }
}
.footer__list-text {
  text-align: left;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .footer__list-text {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .footer__list-text {
    margin-top: 15px;
  }
}
@media (max-width: 959.98px) {
  .footer__list-text {
    font-size: 1.3rem;
    line-height: 1.53;
  }
}
@media (min-width: 960px) {
  .footer__list-text {
    font-size: 1.7rem;
    line-height: 1.47;
  }
}
.footer__start {
  margin-top: 30px;
}
@media (max-width: 959.98px) {
  .footer__start-details {
    font-size: 1rem;
    margin-top: 4px;
  }
}
@media (min-width: 960px) {
  .footer__start-details {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}
.footer__start-details a {
  text-decoration: underline;
}
@media (max-width: 959.98px) {
  .footer__share {
    margin-top: 25px;
    padding: 31px 0;
    background: url("/special/cinnamoroll-collabo/assets/images/footer_line_sp.png") no-repeat center top/100% 1px, url("/special/cinnamoroll-collabo/assets/images/footer_line_sp.png") no-repeat center bottom/100% 1px;
  }
}
@media (min-width: 960px) {
  .footer__share {
    display: flex;
    justify-content: center;
    margin-top: 33px;
    padding: 41px 0;
    background: url("/special/cinnamoroll-collabo/assets/images/footer_line_pc.png") no-repeat center top/100% 1px, url("/special/cinnamoroll-collabo/assets/images/footer_line_pc.png") no-repeat center bottom/100% 1px;
  }
}
@media (max-width: 959.98px) {
  .footer__share-item {
    display: inline-block;
    width: calc(100% - 38px);
  }
}
@media (min-width: 960px) {
  .footer__share-item {
    display: block;
    width: 31.25%;
  }
}
@media (max-width: 959.98px) {
  .footer__share-item + .footer__share-item {
    margin-top: 20px;
  }
}
@media (min-width: 960px) {
  .footer__share-item + .footer__share-item {
    margin-left: 6.25%;
  }
}
@media (max-width: 959.98px) {
  .footer__copyright {
    font-size: 1rem;
    margin: 31px -8px 0;
  }
}
@media (min-width: 960px) {
  .footer__copyright {
    font-size: 1.2rem;
    margin-top: 28px;
  }
}
.footer__copyright span {
  display: inline-block;
}