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

@-webkit-keyframes flower_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes flower_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sd_fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes sd_fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes sd_fuwafuwa_zure {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes sd_fuwafuwa_zure {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes sd_fuwafuwa_single {
  0% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes sd_fuwafuwa_single {
  0% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
html, body {
  width: 100%;
  background-color: #fcfafa;
  color: #564146;
  font-family: YakuHanRP, "M PLUS Rounded 1c", serif;
  font-size: 16px;
  line-height: 28px;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html .pc_only, body .pc_only {
  display: none;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

#container {
  width: 500px;
  margin: 0 auto;
  overflow-x: hidden;
}

#sp_gnav .display {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 52;
}
#sp_gnav .display .inner {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#sp_gnav .display .inner li {
  padding-bottom: 10px;
}
#sp_gnav .display .inner a {
  color: #564146;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#sp_gnav .display .inner a span {
  position: relative;
  display: inline-block;
  top: -2px;
  padding-left: 8px;
  color: #f5a5ba;
  font-family: "Fredoka", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
#sp_gnav .display .inner .sub {
  position: relative;
  margin-top: 35px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#sp_gnav .display .inner .sub::before {
  position: absolute;
  width: 30px;
  height: 2px;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  border-radius: 2px;
  background-color: #564146;
  opacity: 0.2;
  content: "";
}
#sp_gnav .display .inner .sub li {
  padding: 0 5px;
}
#sp_gnav .display .inner .sub a {
  font-size: 14px;
  line-height: 14px;
}
#sp_gnav #sp_gnav_toggle {
  position: fixed;
  width: 56px;
  height: 56px;
  top: 0;
  right: 0;
  z-index: 60;
}
#sp_gnav #sp_gnav_toggle .line {
  display: block;
  position: absolute;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s ease opacity, 0.2s ease background-color, 0.4s ease transform;
  transition: 0.4s ease opacity, 0.2s ease background-color, 0.4s ease transform;
}
#sp_gnav #sp_gnav_toggle .line.line_01 {
  top: 16px;
  right: 13px;
}
#sp_gnav #sp_gnav_toggle .line.line_02 {
  top: 36px;
  right: 13px;
}
#sp_gnav #sp_gnav_toggle .line.line_03 {
  top: 26px;
  right: 13px;
}
#sp_gnav #sp_gnav_toggle .line.line_04 {
  top: 26px;
  right: 13px;
}
#sp_gnav #sp_gnav_toggle[data-color="1"] .line {
  background-color: #ffb4c8;
}
#sp_gnav #sp_gnav_toggle[data-icon="1"] .line {
  background-color: #ffb4c8;
}
#sp_gnav #sp_gnav_toggle[data-icon="1"] .line_01,
#sp_gnav #sp_gnav_toggle[data-icon="1"] .line_02 {
  opacity: 0;
}
#sp_gnav #sp_gnav_toggle[data-icon="1"] .line_03 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sp_gnav #sp_gnav_toggle[data-icon="1"] .line_04 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header {
  position: relative;
  width: 100%;
  height: 125px;
  background-image: url(../img/bk_header.png);
  background-color: #fff;
  background-size: 1536px 56px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 20;
}
#header h1 a {
  position: absolute;
  display: block;
  width: 58px;
  height: 80px;
  top: 30px;
  left: 50%;
  margin-left: -29px;
  background-image: url(../img/gnav_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 10;
}
#header #gnav {
  display: none;
}

#sub_header {
  position: relative;
  width: 100%;
  height: 80px;
  background-image: url(../img/bk_pink.png);
  background-size: 800px 800px;
}
#sub_header h2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#sub_nav {
  display: none;
}

#footer {
  padding: 30px 0;
  background-image: url(../img/bk_pink.png);
  background-size: 800px 800px;
}
#footer #fnav ul {
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#footer #fnav li {
  padding: 0 5px;
}
#footer #fnav li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  color: #fff;
  font-family: "Fredoka", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
#footer .logo {
  display: block;
  width: 119px;
  height: 30px;
  margin: 30px auto 0;
  background-image: url(../img/fnav_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#footer .copyright {
  margin: 10px 0;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
  z-index: 50;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}
#page_top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#page_top a {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/pagetop.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

.footer_backhome {
  padding: 40px 0;
}
.footer_backhome .btn_backhome {
  display: block;
  width: 240px;
  height: 40px;
  margin: 0 auto;
  background-image: url(../img/btn_backhome.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

.section_header {
  padding: 30px 0 20px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.section_header h2, .section_header h3 {
  position: relative;
  display: inline-block;
  color: #564146;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
.section_header h2::before, .section_header h3::before {
  display: block;
  position: absolute;
  width: 21px;
  height: 20px;
  left: 0;
  top: 50%;
  margin: -10px 0 0 -38px;
  background-image: url(../img/deco_flower.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-animation: flower_rotate 7s ease infinite;
  animation: flower_rotate 7s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "";
}
.section_header h2::after, .section_header h3::after {
  display: block;
  position: absolute;
  width: 21px;
  height: 20px;
  right: 0;
  top: 50%;
  margin: -10px -38px 0 0;
  background-image: url(../img/deco_flower.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-animation: flower_rotate 7s ease infinite;
  animation: flower_rotate 7s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "";
}
.section_header.news {
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 38px;
}
.section_header.news h2::after {
  display: none;
}

#home_body #slider {
  position: relative;
  width: 500px;
  height: 322px;
  margin-bottom: 40px;
  z-index: 2;
}
#home_body #slider .imgs {
  position: relative;
  width: 500px;
  height: 322px;
  margin: 0 auto;
  z-index: 5;
  background-color: #fff;
}
#home_body #slider .imgs.loop {
  -webkit-transition: 0.7s ease 0.2s;
  -webkit-transition-delay: transform;
  -webkit-transition: 0.7s ease 0.2s transform;
  transition: 0.7s ease 0.2s transform;
}
#home_body #slider .imgs[data-view="-2"] {
  -webkit-transform: translateX(1000px);
  transform: translateX(1000px);
}
#home_body #slider .imgs[data-view="-1"] {
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}
#home_body #slider .imgs[data-view="0"] {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
#home_body #slider .imgs[data-view="1"] {
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
}
#home_body #slider .imgs[data-view="2"] {
  -webkit-transform: translateX(-1000px);
  transform: translateX(-1000px);
}
#home_body #slider .imgs[data-view="3"] {
  -webkit-transform: translateX(-1500px);
  transform: translateX(-1500px);
}
#home_body #slider .imgs[data-view="4"] {
  -webkit-transform: translateX(-2000px);
  transform: translateX(-2000px);
}
#home_body #slider .imgs[data-view="5"] {
  -webkit-transform: translateX(-2500px);
  transform: translateX(-2500px);
}
#home_body #slider .imgs[data-view="6"] {
  -webkit-transform: translateX(-3000px);
  transform: translateX(-3000px);
}
#home_body #slider .imgs[data-view="7"] {
  -webkit-transform: translateX(-3500px);
  transform: translateX(-3500px);
}
#home_body #slider .imgs[data-view="8"] {
  -webkit-transform: translateX(-4000px);
  transform: translateX(-4000px);
}
#home_body #slider .imgs[data-view="9"] {
  -webkit-transform: translateX(-4500px);
  transform: translateX(-4500px);
}
#home_body #slider .imgs[data-view="10"] {
  -webkit-transform: translateX(-5000px);
  transform: translateX(-5000px);
}
#home_body #slider .imgs[data-view="11"] {
  -webkit-transform: translateX(-5500px);
  transform: translateX(-5500px);
}
#home_body #slider .imgs[data-view="12"] {
  -webkit-transform: translateX(-6000px);
  transform: translateX(-6000px);
}
#home_body #slider .imgs li {
  position: absolute;
  width: 500px;
  height: 208px;
  top: 0;
  left: 0;
  background-color: #fff;
}
#home_body #slider .imgs li[data-position="-2"] {
  -webkit-transform: translateX(-1000px);
  transform: translateX(-1000px);
}
#home_body #slider .imgs li[data-position="-1"] {
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
}
#home_body #slider .imgs li[data-position="0"] {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
#home_body #slider .imgs li[data-position="1"] {
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}
#home_body #slider .imgs li[data-position="2"] {
  -webkit-transform: translateX(1000px);
  transform: translateX(1000px);
}
#home_body #slider .imgs li[data-position="3"] {
  -webkit-transform: translateX(1500px);
  transform: translateX(1500px);
}
#home_body #slider .imgs li[data-position="4"] {
  -webkit-transform: translateX(2000px);
  transform: translateX(2000px);
}
#home_body #slider .imgs li[data-position="5"] {
  -webkit-transform: translateX(2500px);
  transform: translateX(2500px);
}
#home_body #slider .imgs li[data-position="6"] {
  -webkit-transform: translateX(3000px);
  transform: translateX(3000px);
}
#home_body #slider .imgs li[data-position="7"] {
  -webkit-transform: translateX(3500px);
  transform: translateX(3500px);
}
#home_body #slider .imgs li[data-position="8"] {
  -webkit-transform: translateX(4000px);
  transform: translateX(4000px);
}
#home_body #slider .imgs li[data-position="9"] {
  -webkit-transform: translateX(4500px);
  transform: translateX(4500px);
}
#home_body #slider .imgs li[data-position="10"] {
  -webkit-transform: translateX(5000px);
  transform: translateX(5000px);
}
#home_body #slider .imgs li[data-position="11"] {
  -webkit-transform: translateX(5500px);
  transform: translateX(5500px);
}
#home_body #slider .imgs li[data-position="12"] {
  -webkit-transform: translateX(6000px);
  transform: translateX(6000px);
}
#home_body #slider .imgs li .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: 0.4s ease transform, 0.4s ease opacity;
  transition: 0.4s ease transform, 0.4s ease opacity;
}
#home_body #slider .imgs li .text {
  position: absolute;
  width: 500px;
  height: 114px;
  right: 0;
  bottom: -114px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  color: #564146;
  background-color: #fff;
  -webkit-transition: 0.4s ease opacity, 0.6s ease-out 0.7s;
  -webkit-transition-delay: 0.7s, transform;
  -webkit-transition: 0.4s ease opacity 0.7s, 0.6s ease-out 0.7s transform;
  transition: 0.4s ease opacity 0.7s, 0.6s ease-out 0.7s transform;
}
#home_body #slider .imgs li .text .name {
  width: 450px;
  height: 26px;
  padding: 18px 25px 5px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#home_body #slider .imgs li .text .name .jp {
  font-size: 22px;
  font-weight: 700;
}
#home_body #slider .imgs li .text .name .en {
  position: relative;
  top: 1px;
  padding-left: 10px;
  color: #ffb4c8;
  font-family: "Fredoka", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
#home_body #slider .imgs li .text p {
  padding: 0 25px;
  font-size: 16px;
  line-height: 24px;
}
#home_body #slider .imgs li .text p strong {
  color: #ee5e90;
}
#home_body #slider .imgs li .text .icon {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  right: 18px;
  bottom: 68px;
  background-image: url(../img/slider_icon_01.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#home_body #slider .next,
#home_body #slider .prev {
  display: none;
}
#home_body #slider .slider_nav {
  background-color: #fafafa;
  border-bottom: 1px solid rgba(232, 224, 224, 0.5);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
#home_body #slider .slider_nav ul {
  height: 40px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#home_body #slider .slider_nav ul li {
  position: relative;
  width: 80px;
  height: 12px;
  margin: 0 5px;
  border-radius: 6px;
  background-color: #e8e0e0;
  overflow: hidden;
  cursor: pointer;
}
#home_body #slider .slider_nav ul li.active {
  background-color: #ffb4c8;
}
#home_body #slider .slider_nav ul li .progress {
  position: absolute;
  width: 0%;
  height: 12px;
  top: 0;
  left: 0;
  background-color: #f286ab;
}
#home_body #lineup {
  background-image: url(../img/bk_cross.png);
  background-size: 176px 176px;
  background-position: 50% 22px;
}
#home_body #lineup .inner {
  width: 500px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#home_body #lineup .inner .item_section {
  width: 450px;
  margin-bottom: 20px;
}
#home_body #lineup .inner .item_section a {
  position: relative;
  display: block;
  width: 450px;
  padding-bottom: 10px;
  border: 1px solid #eaeaea;
  background-image: url(../img/bk_boxfooter.png);
  background-size: 12px 18px;
  background-position: 50% 100%;
  background-repeat: repeat-x;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
}
#home_body #lineup .inner .item_section a .img {
  position: relative;
  width: 450px;
  height: 216px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#home_body #lineup .inner .item_section a .text {
  padding: 20px 25px 0;
  color: #564146;
}
#home_body #lineup .inner .item_section a .text h3 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#home_body #lineup .inner .item_section a .text h3 .jp {
  font-size: 22px;
  font-weight: 700;
}
#home_body #lineup .inner .item_section a .text h3 .en {
  position: relative;
  top: 1px;
  padding-left: 10px;
  color: #ffb4c8;
  font-family: "Fredoka", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
#home_body #lineup .inner .item_section a .text p {
  padding-top: 7px;
  font-size: 14px;
  line-height: 20px;
}
#home_body #lineup .inner .item_section a .category {
  padding: 10px 0 25px 25px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#home_body #lineup .inner .item_section a .category li {
  padding: 0 10px;
  margin-right: 5px;
  border-radius: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
#home_body #lineup .inner .item_section a .category li.cat_01 {
  background-color: #f4c4c6;
}
#home_body #lineup .inner .item_section a .category li.cat_02 {
  background-color: #a0daea;
}
#home_body #lineup .inner .item_section a .category li.cat_03 {
  background-color: #a2d188;
}
#home_body #lineup .inner .item_section a .label {
  position: absolute;
  display: block;
  width: 98px;
  height: 36px;
  top: 190px;
  left: 0;
  background-image: url(../img/label_new.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#home_body #lineup .footer {
  padding: 0 0 30px;
}
#home_body #lineup .footer a {
  display: block;
  width: 208px;
  height: 40px;
  margin: 0 auto;
  background-image: url(../img/btn_more.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#home_body #news {
  padding-bottom: 25px;
  border-top: 1px solid #eaeaea;
  background-color: #fff;
}
#home_body #news .header {
  position: relative;
  margin: 0 auto;
  width: 450px;
  margin: 0 auto;
  padding: 25px 0 10px;
}
#home_body #news .header .links {
  position: absolute;
  top: 25px;
  right: 0;
}
#home_body #news .header .links .item a {
  display: block;
  height: 28px;
  border-radius: 15px;
  margin: 0 0 3px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#home_body #news .header .links .item.item_01 a {
  width: 171px;
  background-image: url(../img/btn_oldnews.png);
  background-size: 141px 12px;
  background-color: #ffb4c8;
}
#home_body #news .header .links .item.item_02 a {
  display: none;
}
#home_body #news .inner {
  width: 450px;
  margin: 15px auto 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
#home_body #news .inner .item {
  width: 220px;
}
#home_body #news .inner .item a {
  position: relative;
  display: block;
  width: 218px;
  padding-bottom: 40px;
  border: 1px solid #eaeaea;
  background-image: url(../img/bk_boxfooter.png);
  background-size: 12px 18px;
  background-position: 50% 100%;
  background-repeat: repeat-x;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
}
#home_body #news .inner .item a .img {
  width: 218px;
  height: 106px;
  background-size: cover;
  background-image: url(../img/news_dummy.png);
}
#home_body #news .inner .item a h3 {
  padding: 15px 25px 3px;
  color: #ffb4c8;
  font-family: "Fredoka", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
#home_body #news .inner .item a p {
  padding: 0 25px;
  color: #564146;
  font-size: 14px;
  line-height: 20px;
}
#home_body #news .inner .item:nth-of-type(3) {
  display: none;
}
#home_body #news .inner .item:empty {
  display: none;
}

#character_single_body {
  background-size: 176px 176px;
  background-position: 50% 0;
}
#character_single_body #profile {
  position: relative;
  width: 500px;
  overflow: hidden;
  background-image: none !important;
}
#character_single_body #profile .sp_visual {
  width: 500px;
  height: 600px;
  background-size: cover;
}
#character_single_body #profile .visual_sd {
  position: absolute;
  width: 500px;
  height: 600px;
  top: 0;
  left: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}
#character_single_body #profile .visual_sd div {
  position: absolute;
  bottom: -120px;
  right: 25px;
  z-index: 2;
  background-size: cover;
  -webkit-animation: sd_fuwafuwa_single 3s ease-in-out alternate infinite;
  animation: sd_fuwafuwa_single 3s ease-in-out alternate infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#character_single_body #profile .header {
  position: relative;
  width: 450px;
  margin: 30px auto 0;
  z-index: 2;
}
#character_single_body #profile .header h2 .jp {
  width: 100%;
  height: 44px;
  margin-bottom: 5px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}
#character_single_body #profile .header h2 .en {
  font-family: "Fredoka", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
#character_single_body #profile .profile_text {
  position: relative;
  width: 450px;
  margin: 10px auto 0;
  z-index: 2;
}
#character_single_body #profile .profile_text .credit {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#character_single_body #profile .profile_text .credit dt {
  margin-right: 10px;
  font-family: "Fredoka", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
#character_single_body #profile .profile_text .credit .dt_02 {
  position: relative;
  margin-left: 16px;
  padding-left: 16px;
  margin-right: 8px;
}
#character_single_body #profile .profile_text .credit .dt_02::before {
  position: absolute;
  width: 2px;
  height: 12px;
  top: 50%;
  left: -1px;
  margin-top: -6px;
  content: "";
}
#character_single_body #profile .profile_text .credit dd {
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
}
#character_single_body #profile .profile_text .serif_wrap {
  position: relative;
  padding: 20px 0 0;
  z-index: 5;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#character_single_body #profile .profile_text .serif_wrap .serif {
  margin-bottom: 5px;
  padding: 0 10px;
}
#character_single_body #profile .profile_text .serif_wrap .serif .text {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}
#character_single_body #profile .profile_text .serif_wrap .serif.mini {
  height: 20px;
  font-size: 13px;
  line-height: 20px;
}
#character_single_body #profile .profile_text .serif_wrap .serif.mini .text {
  font-size: 13px;
  line-height: 20px;
}
#character_single_body #profile .profile_text p.text {
  position: relative;
  padding: 12px 0 0;
  z-index: 5;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}
#character_single_body #profile .profile_text .meta {
  width: 450px;
  padding: 20px 0 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#character_single_body #profile .profile_text .meta dt {
  width: 90px;
  height: 26px;
  margin: 0 15px 10px 0;
  border-radius: 13px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
#character_single_body #profile .profile_text .meta dd {
  width: 345px;
  font-weight: 400;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
}
#character_single_body #goods_lineup {
  position: relative;
  margin-top: 56px;
}
#character_single_body #goods_lineup .header {
  position: absolute;
  width: 450px;
  top: -40px;
  left: 25px;
  font-size: 24px;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
}
#character_single_body #goods_lineup .inner {
  width: 100%;
  padding: 25px 0 10px;
  background-size: 800px 800px;
}
#character_single_body #goods_lineup .inner ul {
  width: 450px;
  margin: 0 auto;
}
#character_single_body #goods_lineup .inner ul li {
  width: 450px;
  height: 210px;
  margin-bottom: 15px;
}
#character_single_body #goods_lineup .inner ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #fff;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#character_single_body #goods_lineup .inner ul li a .caption {
  position: absolute;
  width: 180px;
  height: 40px;
  bottom: 0;
  left: 50%;
  margin-left: -90px;
  background-image: url(../img/character_lineup_title.png);
  background-size: 180px 40px;
  background-position: 50% 0;
  color: #564146;
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
}
#character_single_body #goods_lineup .inner ul li:empty {
  border-radius: 30px;
  background-image: url(../img/character_pickup_00.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#character_single_body .character_goods_section > .header {
  background-image: none !important;
}
#character_single_body .character_goods_section > .header .wrapper {
  position: relative;
  width: 1200px;
  left: 47px;
  margin: 0 auto;
}
#character_single_body .character_goods_section > .header .wrapper h2 {
  position: relative;
  display: inline-block;
  height: 30px;
  top: -1px;
  z-index: 10;
}
#character_single_body .character_goods_section > .header .wrapper h2 span {
  position: relative;
  top: -1px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
#character_single_body .character_goods_section > .header .wrapper h2::before {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: -30px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}
#character_single_body .character_goods_section > .header .wrapper h2::after {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: -30px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}
#character_single_body .character_goods_section > .inner {
  position: relative;
  width: 500px;
  padding: 0 0 20px;
  z-index: 5;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#character_single_body .character_goods_section > .inner .information {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 450px;
  margin-top: 15px;
}
#character_single_body .character_goods_section > .inner .information h3 {
  color: #564146;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
#character_single_body .character_goods_section > .inner .information h3 em {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}
#character_single_body .character_goods_section > .inner .information h3 span {
  display: block;
  font-size: 20px;
  line-height: 34px;
}
#character_single_body .character_goods_section > .inner .information h3 + p {
  margin-top: 15px;
}
#character_single_body .character_goods_section > .inner .information p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}
#character_single_body .character_goods_section > .inner .information p + p {
  margin-top: -25px;
}
#character_single_body .character_goods_section > .inner .pickup {
  width: 450px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#character_single_body .character_goods_section > .inner .pickup .item .thumbnail {
  position: relative;
  width: 215px;
  height: 165px;
  border-radius: 20px;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
}
#character_single_body .character_goods_section > .inner .pickup .item .thumbnail::after {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  bottom: -5px;
  right: -5px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  content: "";
}
#character_single_body .character_goods_section > .inner .pickup .item .caption {
  display: block;
  width: 100%;
  padding: 4px 0 10px;
  font-size: 16px;
  text-align: center;
}
#character_single_body .character_goods_section > .inner h3 + .pickup {
  margin-top: 25px;
}
#character_single_body .character_goods_section > .inner .visual {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 500px;
  margin-top: -30px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  border-bottom: 1px solid #000;
}
#character_single_body .character_goods_section > .inner .visual .img {
  width: 100%;
  margin: 0 !important;
  background-size: cover;
  background-position: 50% 50%;
}
#character_single_body .character_goods_section.makura_cover .inner .visual .img {
  width: 250px !important;
  height: 760px !important;
  background-size: cover;
  background-position: 50% 50%;
}
#character_single_body .character_goods_section .dlsite {
  width: 450px;
  margin: 10px auto 10px;
}
#character_single_body .character_goods_section .dlsite .header {
  margin-bottom: 18px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#character_single_body .character_goods_section .dlsite .header h3 {
  position: relative;
  display: inline-block;
  color: #564146;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}
#character_single_body .character_goods_section .dlsite .header h3::before {
  display: block;
  position: absolute;
  width: 21px;
  height: 20px;
  left: 0;
  top: 50%;
  margin: -10px 0 0 -38px;
  background-image: url(../img/deco_flower.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-animation: flower_rotate 7s ease infinite;
  animation: flower_rotate 7s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "";
}
#character_single_body .character_goods_section .dlsite .header h3::after {
  display: block;
  position: absolute;
  width: 21px;
  height: 20px;
  right: 0;
  top: 50%;
  margin: -10px -38px 0 0;
  background-image: url(../img/deco_flower.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-animation: flower_rotate 7s ease infinite;
  animation: flower_rotate 7s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "";
}
#character_single_body .character_goods_section .dlsite iframe {
  width: 450px;
}
#character_single_body .character_goods_section .detail {
  width: 400px;
  padding: 24px 25px 15px;
  margin: 0 auto 10px;
  background-image: none !important;
  background-color: #fff;
}
#character_single_body .character_goods_section .detail .header {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#character_single_body .character_goods_section .detail .header h3 {
  position: relative;
  display: inline-block;
  color: #564146;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}
#character_single_body .character_goods_section .detail .header h3::before {
  display: block;
  position: absolute;
  width: 21px;
  height: 20px;
  left: 0;
  top: 50%;
  margin: -10px 0 0 -38px;
  background-image: url(../img/deco_flower.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-animation: flower_rotate 7s ease infinite;
  animation: flower_rotate 7s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "";
}
#character_single_body .character_goods_section .detail .header h3::after {
  display: block;
  position: absolute;
  width: 21px;
  height: 20px;
  right: 0;
  top: 50%;
  margin: -10px -38px 0 0;
  background-image: url(../img/deco_flower.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-animation: flower_rotate 7s ease infinite;
  animation: flower_rotate 7s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "";
}
#character_single_body .character_goods_section .detail dl {
  width: 400px;
  padding: 18px 0 0;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#character_single_body .character_goods_section .detail dl dt {
  width: 90px;
  height: 26px;
  margin: 0 15px 10px 0;
  border-radius: 13px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}
#character_single_body .character_goods_section .detail dl dd {
  margin-bottom: 10px;
  width: 290px;
  font-size: 16px;
  line-height: 26px;
}
#character_single_body .character_goods_section .footer {
  padding: 10px 0 40px;
}
#character_single_body .character_goods_section .footer .btn_yoyaku {
  display: block;
  width: 288px;
  height: 64px;
  margin: 0 auto;
  border-radius: 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#character_single_body .character_goods_section .footer:empty {
  padding: 40px 0 0;
}
#character_single_body #credit {
  padding: 20px 25px 10px;
  background-color: #f7f2f2;
}
#character_single_body #credit dl {
  padding-bottom: 10px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#character_single_body #credit dl dt {
  font-family: "Fredoka", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
#character_single_body #credit dl dt:first-child {
  margin-left: 0;
}
#character_single_body #credit dl dd {
  margin-left: 5px;
}
#character_single_body #credit dl dd .text {
  display: block;
  margin: 0 8px 0 10px;
  font-size: 17px;
  line-height: 17px;
}
#character_single_body #credit dl dd a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #9d878c;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#character_single_body #credit dl dd a.btn_web {
  background-image: url(../img/character_footer_btn_01.png);
  background-size: 18px 18px;
}
#character_single_body #credit dl dd a.btn_x {
  background-image: url(../img/character_footer_btn_02.png);
  background-size: 17px 16px;
}

.sd_pagetop #page_top {
  position: fixed;
  bottom: 0px;
  right: 10px;
  -webkit-transform: translateY(140px);
  transform: translateY(140px);
  -webkit-transition: 0.4s ease transform;
  transition: 0.4s ease transform;
}
.sd_pagetop #page_top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sd_pagetop #page_top a {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

#character_single_body[data-color_type=blue] {
  background-image: url(../img/bk_cross_blue.png);
}
#character_single_body[data-color_type=blue] #profile .header h2 .en {
  color: #a9c3e5;
}
#character_single_body[data-color_type=blue] #profile .profile_text .credit dt {
  color: #a9c3e5;
}
#character_single_body[data-color_type=blue] #profile .profile_text .credit .dt_02::before {
  background-color: #a7c8f3;
}
#character_single_body[data-color_type=blue] #profile .profile_text .serif_wrap .serif {
  background-color: #88abd8;
}
#character_single_body[data-color_type=blue] #profile .profile_text .meta dt {
  background-color: #88abd8;
}
#character_single_body[data-color_type=blue] #goods_lineup .header {
  color: #a7c8f3;
}
#character_single_body[data-color_type=blue] #goods_lineup .inner {
  background-image: url(../img/bk_blue.png);
}
#character_single_body[data-color_type=blue] #pickup .item .thumbnail {
  border: 1px solid #ebedf0;
}
#character_single_body[data-color_type=blue] #pickup .item .thumbnail::after {
  background-image: url(../img/character_zoom_blue.png);
}
#character_single_body[data-color_type=blue] .character_goods_section > .header {
  border-top: 8px solid #88abd8;
}
#character_single_body[data-color_type=blue] .character_goods_section > .header .wrapper h2 {
  background-color: #88abd8;
}
#character_single_body[data-color_type=blue] .character_goods_section > .header .wrapper h2::before {
  background-image: url(../img/character_h3_bk_left_blue.png);
}
#character_single_body[data-color_type=blue] .character_goods_section > .header .wrapper h2::after {
  background-image: url(../img/character_h3_bk_right_blue.png);
}
#character_single_body[data-color_type=blue] .character_goods_section .visual {
  border-bottom: 1px solid #f0ebec;
}
#character_single_body[data-color_type=blue] .character_goods_section .inner .information h3 em {
  color: #88abd8;
}
#character_single_body[data-color_type=blue] .character_goods_section .inner .pickup .item .thumbnail {
  border: 1px solid #ebedf0;
}
#character_single_body[data-color_type=blue] .character_goods_section .inner .pickup .item .thumbnail::after {
  background-image: url(../img/character_zoom_blue.png);
}
#character_single_body[data-color_type=blue] .character_goods_section .inner .pickup .item .caption {
  color: #88abd8;
}
#character_single_body[data-color_type=blue] .character_goods_section .detail {
  border-top: 1px solid #ebedf0;
  border-bottom: 1px solid #ebedf0;
}
#character_single_body[data-color_type=blue] .character_goods_section .detail .header h3::before {
  background-image: url(../img/character_flower_blue.png);
}
#character_single_body[data-color_type=blue] .character_goods_section .detail .header h3::after {
  background-image: url(../img/character_flower_blue.png);
}
#character_single_body[data-color_type=blue] .character_goods_section .detail dl dt {
  background-color: #88abd8;
}
#character_single_body[data-color_type=blue] .character_goods_section .footer .btn_yoyaku {
  background-image: url(../img/character_btn_03_blue.png);
}
#character_single_body[data-color_type=blue] .character_goods_section .dlsite .header h3::before {
  background-image: url(../img/character_flower_blue.png);
}
#character_single_body[data-color_type=blue] .character_goods_section .dlsite .header h3::after {
  background-image: url(../img/character_flower_blue.png);
}

#character_single_body[data-color_type=pink] {
  background-image: url(../img/bk_cross_pink.png);
}
#character_single_body[data-color_type=pink] #profile .header h2 .en {
  color: #ffb4c8;
}
#character_single_body[data-color_type=pink] #profile .profile_text .credit dt {
  color: #ffb4c8;
}
#character_single_body[data-color_type=pink] #profile .profile_text .credit .dt_02::before {
  background-color: #ffb4c8;
}
#character_single_body[data-color_type=pink] #profile .profile_text .serif_wrap .serif {
  background-color: #e98ba4;
}
#character_single_body[data-color_type=pink] #profile .profile_text .meta dt {
  background-color: #e98ba4;
}
#character_single_body[data-color_type=pink] #goods_lineup .header {
  color: #ffb4c8;
}
#character_single_body[data-color_type=pink] #goods_lineup .inner {
  background-image: url(../img/bk_pink.png);
}
#character_single_body[data-color_type=pink] #pickup .item .thumbnail {
  border: 1px solid #f0ebec;
}
#character_single_body[data-color_type=pink] #pickup .item .thumbnail::after {
  background-image: url(../img/character_zoom_pink.png);
}
#character_single_body[data-color_type=pink] .character_goods_section > .header {
  border-top: 8px solid #e98ba4;
}
#character_single_body[data-color_type=pink] .character_goods_section > .header .wrapper h2 {
  background-color: #e98ba4;
}
#character_single_body[data-color_type=pink] .character_goods_section > .header .wrapper h2::before {
  background-image: url(../img/character_h3_bk_left_pink.png);
}
#character_single_body[data-color_type=pink] .character_goods_section > .header .wrapper h2::after {
  background-image: url(../img/character_h3_bk_right_pink.png);
}
#character_single_body[data-color_type=pink] .character_goods_section .visual {
  border-bottom: 1px solid #f0ebec;
}
#character_single_body[data-color_type=pink] .character_goods_section .inner .information h3 em {
  color: #e98ba4;
}
#character_single_body[data-color_type=pink] .character_goods_section .inner .pickup .item .thumbnail {
  border: 1px solid #f0ebec;
}
#character_single_body[data-color_type=pink] .character_goods_section .inner .pickup .item .thumbnail::after {
  background-image: url(../img/character_zoom_pink.png);
}
#character_single_body[data-color_type=pink] .character_goods_section .inner .pickup .item .caption {
  color: #e98ba4;
}
#character_single_body[data-color_type=pink] .character_goods_section .detail {
  border-top: 1px solid #f0ebec;
  border-bottom: 1px solid #f0ebec;
}
#character_single_body[data-color_type=pink] .character_goods_section .detail .header h3::before {
  background-image: url(../img/deco_flower.png);
}
#character_single_body[data-color_type=pink] .character_goods_section .detail .header h3::after {
  background-image: url(../img/deco_flower.png);
}
#character_single_body[data-color_type=pink] .character_goods_section .detail dl dt {
  background-color: #e98ba4;
}
#character_single_body[data-color_type=pink] .character_goods_section .footer .btn_yoyaku {
  background-image: url(../img/character_btn_03_pink.png);
}
#character_single_body[data-color_type=pink] .character_goods_section .dlsite .header h3::before {
  background-image: url(../img/deco_flower.png);
}
#character_single_body[data-color_type=pink] .character_goods_section .dlsite .header h3::after {
  background-image: url(../img/deco_flower.png);
}

#character_single_body[data-color_type=green] {
  background-image: url(../img/bk_cross_green.png);
}
#character_single_body[data-color_type=green] #profile .header h2 .en {
  color: #b0e38f;
}
#character_single_body[data-color_type=green] #profile .profile_text .credit dt {
  color: #b0e38f;
}
#character_single_body[data-color_type=green] #profile .profile_text .credit .dt_02::before {
  background-color: #b0e38f;
}
#character_single_body[data-color_type=green] #profile .profile_text .serif_wrap .serif {
  background-color: #8fc86a;
}
#character_single_body[data-color_type=green] #profile .profile_text .meta dt {
  background-color: #8fc86a;
}
#character_single_body[data-color_type=green] #goods_lineup .header {
  color: #b0e38f;
}
#character_single_body[data-color_type=green] #goods_lineup .inner {
  background-image: url(../img/bk_green.png);
}
#character_single_body[data-color_type=green] #pickup .item .thumbnail {
  border: 1px solid #f0ebec;
}
#character_single_body[data-color_type=green] #pickup .item .thumbnail::after {
  background-image: url(../img/character_zoom_green.png);
}
#character_single_body[data-color_type=green] .character_goods_section > .header {
  border-top: 8px solid #8fc86a;
}
#character_single_body[data-color_type=green] .character_goods_section > .header .wrapper h2 {
  background-color: #8fc86a;
}
#character_single_body[data-color_type=green] .character_goods_section > .header .wrapper h2::before {
  background-image: url(../img/character_h3_bk_left_green.png);
}
#character_single_body[data-color_type=green] .character_goods_section > .header .wrapper h2::after {
  background-image: url(../img/character_h3_bk_right_green.png);
}
#character_single_body[data-color_type=green] .character_goods_section .visual {
  border-bottom: 1px solid #f0ebec;
}
#character_single_body[data-color_type=green] .character_goods_section .inner .information h3 em {
  color: #8fc86a;
}
#character_single_body[data-color_type=green] .character_goods_section .inner .pickup .item .thumbnail {
  border: 1px solid #f0ebec;
}
#character_single_body[data-color_type=green] .character_goods_section .inner .pickup .item .thumbnail::after {
  background-image: url(../img/character_zoom_green.png);
}
#character_single_body[data-color_type=green] .character_goods_section .inner .pickup .item .caption {
  color: #8fc86a;
}
#character_single_body[data-color_type=green] .character_goods_section .detail {
  border-top: 1px solid #f0ebec;
  border-bottom: 1px solid #f0ebec;
}
#character_single_body[data-color_type=green] .character_goods_section .detail .header h3::before {
  background-image: url(../img/character_flower_green.png);
}
#character_single_body[data-color_type=green] .character_goods_section .detail .header h3::after {
  background-image: url(../img/character_flower_green.png);
}
#character_single_body[data-color_type=green] .character_goods_section .detail dl dt {
  background-color: #8fc86a;
}
#character_single_body[data-color_type=green] .character_goods_section .footer .btn_yoyaku {
  background-image: url(../img/character_btn_03_green.png);
}
#character_single_body[data-color_type=green] .character_goods_section .dlsite .header h3::before {
  background-image: url(../img/character_flower_green.png);
}
#character_single_body[data-color_type=green] .character_goods_section .dlsite .header h3::after {
  background-image: url(../img/character_flower_green.png);
}

#character_single_body[data-color_type=yellow] {
  background-image: url(../img/bk_cross_yellow.png);
}
#character_single_body[data-color_type=yellow] #profile .header h2 .en {
  color: #dcca7b;
}
#character_single_body[data-color_type=yellow] #profile .profile_text .credit dt {
  color: #dcca7b;
}
#character_single_body[data-color_type=yellow] #profile .profile_text .credit .dt_02::before {
  background-color: #dcca7b;
}
#character_single_body[data-color_type=yellow] #profile .profile_text .serif_wrap .serif {
  background-color: #d2bb52;
}
#character_single_body[data-color_type=yellow] #profile .profile_text .meta dt {
  background-color: #d2bb52;
}
#character_single_body[data-color_type=yellow] #goods_lineup .header {
  color: #dcca7b;
}
#character_single_body[data-color_type=yellow] #goods_lineup .inner {
  background-image: url(../img/bk_yellow.png);
}
#character_single_body[data-color_type=yellow] #pickup .item .thumbnail {
  border: 1px solid #f0ebec;
}
#character_single_body[data-color_type=yellow] #pickup .item .thumbnail::after {
  background-image: url(../img/character_zoom_yellow.png);
}
#character_single_body[data-color_type=yellow] .character_goods_section > .header {
  border-top: 8px solid #d2bb52;
}
#character_single_body[data-color_type=yellow] .character_goods_section > .header .wrapper h2 {
  background-color: #d2bb52;
}
#character_single_body[data-color_type=yellow] .character_goods_section > .header .wrapper h2::before {
  background-image: url(../img/character_h3_bk_left_yellow.png);
}
#character_single_body[data-color_type=yellow] .character_goods_section > .header .wrapper h2::after {
  background-image: url(../img/character_h3_bk_right_yellow.png);
}
#character_single_body[data-color_type=yellow] .character_goods_section .visual {
  border-bottom: 1px solid #f0ebec;
}
#character_single_body[data-color_type=yellow] .character_goods_section .inner .information h3 em {
  color: #d2bb52;
}
#character_single_body[data-color_type=yellow] .character_goods_section .inner .pickup .item .thumbnail {
  border: 1px solid #f0ebec;
}
#character_single_body[data-color_type=yellow] .character_goods_section .inner .pickup .item .thumbnail::after {
  background-image: url(../img/character_zoom_yellow.png);
}
#character_single_body[data-color_type=yellow] .character_goods_section .inner .pickup .item .caption {
  color: #d2bb52;
}
#character_single_body[data-color_type=yellow] .character_goods_section .detail {
  border-top: 1px solid #f0ebec;
  border-bottom: 1px solid #f0ebec;
}
#character_single_body[data-color_type=yellow] .character_goods_section .detail .header h3::before {
  background-image: url(../img/character_flower_yellow.png);
}
#character_single_body[data-color_type=yellow] .character_goods_section .detail .header h3::after {
  background-image: url(../img/character_flower_yellow.png);
}
#character_single_body[data-color_type=yellow] .character_goods_section .detail dl dt {
  background-color: #d2bb52;
}
#character_single_body[data-color_type=yellow] .character_goods_section .footer .btn_yoyaku {
  background-image: url(../img/character_btn_03_yellow.png);
}
#character_single_body[data-color_type=yellow] .character_goods_section .dlsite .header h3::before {
  background-image: url(../img/character_flower_yellow.png);
}
#character_single_body[data-color_type=yellow] .character_goods_section .dlsite .header h3::after {
  background-image: url(../img/character_flower_yellow.png);
}

#character_single_body[data-color_type=grey] {
  background-image: url(../img/bk_cross_grey.png);
}
#character_single_body[data-color_type=grey] #profile .header h2 .en {
  color: #aaa6ba;
}
#character_single_body[data-color_type=grey] #profile .profile_text .credit dt {
  color: #aaa6ba;
}
#character_single_body[data-color_type=grey] #profile .profile_text .credit .dt_02::before {
  background-color: #aaa6ba;
}
#character_single_body[data-color_type=grey] #profile .profile_text .serif_wrap .serif {
  background-color: #858097;
}
#character_single_body[data-color_type=grey] #profile .profile_text .meta dt {
  background-color: #858097;
}
#character_single_body[data-color_type=grey] #goods_lineup .header {
  color: #aaa6ba;
}
#character_single_body[data-color_type=grey] #goods_lineup .inner {
  background-image: url(../img/bk_grey.png);
}
#character_single_body[data-color_type=grey] #pickup .item .thumbnail {
  border: 1px solid #f0ebec;
}
#character_single_body[data-color_type=grey] #pickup .item .thumbnail::after {
  background-image: url(../img/character_zoom_grey.png);
}
#character_single_body[data-color_type=grey] .character_goods_section > .header {
  border-top: 8px solid #858097;
}
#character_single_body[data-color_type=grey] .character_goods_section > .header .wrapper h2 {
  background-color: #858097;
}
#character_single_body[data-color_type=grey] .character_goods_section > .header .wrapper h2::before {
  background-image: url(../img/character_h3_bk_left_grey.png);
}
#character_single_body[data-color_type=grey] .character_goods_section > .header .wrapper h2::after {
  background-image: url(../img/character_h3_bk_right_grey.png);
}
#character_single_body[data-color_type=grey] .character_goods_section .visual {
  border-bottom: 1px solid #f0ebec;
}
#character_single_body[data-color_type=grey] .character_goods_section .inner .information h3 em {
  color: #858097;
}
#character_single_body[data-color_type=grey] .character_goods_section .inner .pickup .item .thumbnail {
  border: 1px solid #f0ebec;
}
#character_single_body[data-color_type=grey] .character_goods_section .inner .pickup .item .thumbnail::after {
  background-image: url(../img/character_zoom_grey.png);
}
#character_single_body[data-color_type=grey] .character_goods_section .inner .pickup .item .caption {
  color: #858097;
}
#character_single_body[data-color_type=grey] .character_goods_section .detail {
  border-top: 1px solid #f0ebec;
  border-bottom: 1px solid #f0ebec;
}
#character_single_body[data-color_type=grey] .character_goods_section .detail .header h3::before {
  background-image: url(../img/character_flower_grey.png);
}
#character_single_body[data-color_type=grey] .character_goods_section .detail .header h3::after {
  background-image: url(../img/character_flower_grey.png);
}
#character_single_body[data-color_type=grey] .character_goods_section .detail dl dt {
  background-color: #858097;
}
#character_single_body[data-color_type=grey] .character_goods_section .footer .btn_yoyaku {
  background-image: url(../img/character_btn_03_grey.png);
}
#character_single_body[data-color_type=grey] .character_goods_section .dlsite .header h3::before {
  background-image: url(../img/character_flower_grey.png);
}
#character_single_body[data-color_type=grey] .character_goods_section .dlsite .header h3::after {
  background-image: url(../img/character_flower_grey.png);
}

#character_body #sub_header h2 {
  width: 132px;
  height: 36px;
  background-image: url(../img/character_h2.png);
}
#character_body #character_list {
  background-image: url(../img/bk_cross.png);
  background-size: 176px 176px;
  background-position: 50% 22px;
  padding: 30px 0 0;
}
#character_body #character_list .character_list_section {
  width: 450px;
  margin: 0 auto 30px;
}
#character_body #character_list .character_list_section a {
  display: block;
  width: 448px;
  padding-bottom: 20px;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  background-color: #fff;
  background-image: url(../img/bk_boxfooter.png);
  background-size: 12px 18px;
  background-position: 50% 100%;
  background-repeat: repeat-x;
  overflow: hidden;
  color: #564146;
}
#character_body #character_list .character_list_section a .thumbnail {
  width: 100%;
  height: 142px;
  background-size: 450px 142px;
}
#character_body #character_list .character_list_section a .header {
  position: relative;
  width: 100%;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#character_body #character_list .character_list_section a .header .name {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#character_body #character_list .character_list_section a .header .name .jp {
  font-size: 22px;
  font-weight: 700;
}
#character_body #character_list .character_list_section a .header .name .en {
  position: relative;
  top: 1px;
  padding-left: 10px;
  color: #ffb4c8;
  font-family: "Fredoka", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
#character_body #character_list .character_list_section a .header p {
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
#character_body #character_list .character_list_section a .header .category {
  padding: 15px 0 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#character_body #character_list .character_list_section a .header .category li {
  padding: 0 10px;
  margin-right: 5px;
  border-radius: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
#character_body #character_list .character_list_section a .header .category li.cat_01 {
  background-color: #f4c4c6;
}
#character_body #character_list .character_list_section a .header .category li.cat_02 {
  background-color: #a0daea;
}
#character_body #character_list .character_list_section a .header .category li.cat_03 {
  background-color: #a2d188;
}

#store_body #sub_header h2 {
  width: 71px;
  height: 36px;
  background-image: url(../img/store_h2.png);
}
#store_body #store_list {
  background-image: url(../img/bk_cross.png);
  background-size: 176px 176px;
  background-position: 50% 22px;
  padding: 30px 0 0;
}
#store_body #store_list > p {
  width: 450px;
  margin: 0 auto 25px;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
#store_body #store_list .store_list_section {
  width: 450px;
  height: 210px;
  margin: 0 auto 15px;
}
#store_body #store_list .store_list_section a {
  display: block;
  width: 448px;
  height: 208px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
#store_body #store_list .store_list_section a .thumbnail {
  width: 100%;
  height: 120px;
  background-color: #fff;
  border-bottom: 1px solid #e9e0e2;
  background-size: 900px 120px;
}
#store_body #store_list .store_list_section a .header {
  position: relative;
  width: 100%;
  height: 87px;
  padding: 0 25px 1px;
  color: #564146;
  background-image: url(../img/store_allow.png);
  background-size: 11px 18px;
  background-position: 412px 50%;
  background-repeat: no-repeat;
}
#store_body #store_list .store_list_section a .header h3 {
  position: relative;
  padding-top: 14px;
  font-family: "Fredoka", serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
#store_body #store_list #store_01 .thumbnail {
  background-image: url(../img/store_img_01.png?ver=2);
}
#store_body #store_list #store_02 .thumbnail {
  background-image: url(../img/store_img_02.png?ver=2);
}

#support_body #sub_header h2 {
  width: 102px;
  height: 36px;
  background-image: url(../img/support_h2.png);
}
#support_body #support {
  width: 100%;
  background-image: url(../img/bk_cross.png);
  background-size: 176px 176px;
  background-position: 50% 22px;
}
#support_body #support > p {
  width: 1200px;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 24px;
}
#support_body .support_section {
  width: 450px;
  margin: 0 auto;
}
#support_body .support_section .header h3 {
  position: relative;
  margin: 0 auto 50px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#support_body .support_section .header h3::before {
  display: block;
  position: absolute;
  width: 21px;
  height: 20px;
  left: 0;
  top: 50%;
  margin: -10px 0 0 -38px;
  background-image: url(../img/deco_flower.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-animation: flower_rotate 7s ease infinite;
  animation: flower_rotate 7s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "";
}
#support_body .support_section .header h3::after {
  display: block;
  position: absolute;
  width: 21px;
  height: 20px;
  right: 0;
  top: 50%;
  margin: -10px -38px 0 0;
  background-image: url(../img/deco_flower.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-animation: flower_rotate 7s ease infinite;
  animation: flower_rotate 7s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "";
}
#support_body .support_section .header h3::before {
  background-image: url(../img/deco_flower.png);
}
#support_body .support_section .header h3::after {
  background-image: url(../img/deco_flower.png);
}
#support_body #faq .header h3 {
  width: 173px;
  height: 24px;
  background-image: url(../img/support_h3_01.png);
}
#support_body #faq .faq_box {
  padding-bottom: 10px;
}
#support_body #faq .faq_box input {
  display: none;
}
#support_body #faq .faq_box label {
  display: block;
  position: relative;
  width: 355px;
  padding: 10px 20px 10px 73px;
  border-radius: 20px;
  border: 1px solid #e9e0e2;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
}
#support_body #faq .faq_box label::before {
  display: block;
  position: absolute;
  width: 36px;
  height: 32px;
  top: 50%;
  left: 20px;
  margin-top: -16px;
  background-image: url(../img/support_faq_q.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}
#support_body #faq .faq_box .answer {
  position: relative;
  width: 355px;
  padding: 20px 21px 20px 74px;
  font-size: 16px;
  line-height: 24px;
  display: none;
}
#support_body #faq .faq_box .answer::before {
  display: block;
  position: absolute;
  width: 36px;
  height: 32px;
  top: 15px;
  left: 20px;
  background-image: url(../img/support_faq_a.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}
#support_body #faq .faq_box input:checked + .toggle .answer {
  display: block;
}
#support_body #faq .faq_box input:checked + .toggle label::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#support_body #contact .header h3 {
  width: 156px;
  height: 24px;
  background-image: url(../img/support_h3_02.png);
}
#support_body #contact p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 28px;
}
#support_body #contact p strong {
  color: #ee5e90;
}
#support_body #contact a {
  display: block;
  position: relative;
  width: 355px;
  height: 68px;
  padding: 0 20px 0 73px;
  border-radius: 20px;
  border: 1px solid #e9e0e2;
  background-color: #fff;
  font-size: 16px;
  line-height: 68px;
  color: #564146;
  font-weight: 700;
}
#support_body #contact a::before {
  display: block;
  position: absolute;
  width: 29px;
  height: 22px;
  top: 50%;
  left: 25px;
  margin-top: -11px;
  background-image: url(../img/support_mail.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}
#support_body #contact a::after {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 25px;
  width: 18px;
  height: 11px;
  background-image: url(../img/support_arrow.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  content: "";
}

#about_body #sub_header h2 {
  width: 78px;
  height: 36px;
  background-image: url(../img/about_h2.png);
}
#about_body #about {
  background-image: url(../img/bk_cross.png);
  background-size: 176px 176px;
  background-position: 50% 22px;
  padding: 30px 0 0;
}
#about_body #about .inner {
  position: relative;
  width: 450px;
  margin: 0 auto;
}
#about_body #about .inner .footer_backhome {
  margin-top: 340px;
}
#about_body #about .img {
  width: 448px;
  height: 150px;
  margin: 0 auto;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  background-image: url(../img/about_img_01.png);
  background-size: 448px 150px;
  background-position: 50% 50%;
}
#about_body #about h3 {
  width: 450px;
  height: 42px;
  margin: 20px auto 0;
  background-image: url(../img/about_h3_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#about_body #about p {
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-shadow: 0 0 8px rgba(255, 180, 200, 0.4);
}
#about_body #about p strong {
  margin: 40px auto 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}
#about_body #about .character {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#about_body #about .character.character_01 {
  top: 760px;
  left: 15px;
  width: 241px;
  height: 274px;
  background-image: url(../img/about_img_02.png?ver=2);
  -webkit-animation: sd_fuwafuwa 3s ease-in-out alternate infinite;
  animation: sd_fuwafuwa 3s ease-in-out alternate infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#about_body #about .character.character_02 {
  top: 760px;
  right: -10px;
  width: 250px;
  height: 287px;
  background-image: url(../img/about_img_03.png?ver=2);
  -webkit-animation: sd_fuwafuwa_zure 3s ease-in-out alternate infinite;
  animation: sd_fuwafuwa_zure 3s ease-in-out alternate infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#goods_body #sub_header h2 {
  width: 79px;
  height: 36px;
  background-image: url(../img/goods_h2.png);
}
#goods_body #goods {
  background-image: url(../img/bk_cross.png);
  background-size: 176px 176px;
  background-position: 50% 22px;
}
#goods_body #goods .inner {
  width: 450px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#goods_body #goods > .header h3 {
  position: relative;
  margin: 0 auto 50px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#goods_body #goods > .header h3::before {
  display: block;
  position: absolute;
  width: 21px;
  height: 20px;
  left: 0;
  top: 50%;
  margin: -10px 0 0 -38px;
  background-image: url(../img/deco_flower.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-animation: flower_rotate 7s ease infinite;
  animation: flower_rotate 7s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "";
}
#goods_body #goods > .header h3::after {
  display: block;
  position: absolute;
  width: 21px;
  height: 20px;
  right: 0;
  top: 50%;
  margin: -10px -38px 0 0;
  background-image: url(../img/deco_flower.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-animation: flower_rotate 7s ease infinite;
  animation: flower_rotate 7s ease infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "";
}
#goods_body #goods > .header h3::before {
  background-image: url(../img/deco_flower.png);
}
#goods_body #goods > .header h3::after {
  background-image: url(../img/deco_flower.png);
}
#goods_body #goods .goods_item_section {
  width: 448px;
  margin: 10px auto 20px;
}
#goods_body #goods .goods_item_section a {
  display: block;
  width: 448px;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  background-color: #fff;
  background-image: url(../img/bk_boxfooter.png);
  background-size: 12px 18px;
  background-position: 50% 100%;
  background-repeat: repeat-x;
  overflow: hidden;
  color: #564146;
}
#goods_body #goods .goods_item_section a .thumbnail {
  width: 100%;
  height: 216px;
  background-size: 448px 216px;
}
#goods_body #goods .goods_item_section a .header {
  position: relative;
  width: 100%;
  padding: 20px 25px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#goods_body #goods .goods_item_section a .header .name {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#goods_body #goods .goods_item_section a .header .name .jp {
  font-size: 22px;
  font-weight: 700;
}
#goods_body #goods .goods_item_section a .header .name .en {
  position: relative;
  top: 1px;
  padding-left: 10px;
  color: #ffb4c8;
  font-family: "Fredoka", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
#goods_body #goods .goods_item_section a .header p {
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
#goods_body #goods .dummy {
  width: 578px;
}

#news_body #sub_header h2 {
  width: 65px;
  height: 36px;
  background-image: url(../img/news_h2.png);
}
#news_body #news_list {
  width: 450px;
  margin: 30px auto 0;
  background-image: url(../img/bk_cross.png);
  background-size: 176px 176px;
  background-position: 50% 22px;
}
#news_body #news_list .inner {
  width: 450px;
  margin: 15px auto 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
#news_body #news_list .inner .news_list_section {
  width: 220px;
  margin-bottom: 15px;
}
#news_body #news_list .inner .news_list_section a {
  position: relative;
  display: block;
  width: 218px;
  padding-bottom: 40px;
  border: 1px solid #eaeaea;
  background-image: url(../img/bk_boxfooter.png);
  background-size: 12px 18px;
  background-position: 50% 100%;
  background-repeat: repeat-x;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
}
#news_body #news_list .inner .news_list_section a .thumbnail {
  width: 218px;
  height: 106px;
  background-size: cover;
  background-image: url(../img/news_dummy.png);
}
#news_body #news_list .inner .news_list_section a .header {
  padding: 15px 25px 3px;
}
#news_body #news_list .inner .news_list_section a .header .date {
  color: #ffb4c8;
  font-family: "Fredoka", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
#news_body #news_list .inner .news_list_section a .header h3 {
  color: #564146;
  font-size: 14px;
  line-height: 20px;
}
#news_body #news_list .inner .news_list_section:empty {
  display: none;
}
#news_body #news_list .pagenation {
  padding-top: 40px;
}
#news_body #news_list .pagenation ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#news_body #news_list .pagenation ul li a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  border-radius: 25px;
  border: 1px solid #ffb4c8;
  background-color: #fff;
  color: #ffb4c8;
  font-family: "Fredoka", serif;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
#news_body #news_list .pagenation ul li.current span {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  border-radius: 25px;
  border: 1px solid #ffb4c8;
  background-color: #ffb4c8;
  color: #fff;
  font-family: "Fredoka", serif;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
#news_body #news_list .pagenation ul li.next a {
  width: 60px;
  background-image: url(../img/news_nav_next.png);
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
}
#news_body #news_list .pagenation ul li.prev a {
  width: 60px;
  background-image: url(../img/news_nav_prev.png);
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
}

#news_single_body #sub_header h2 {
  width: 65px;
  height: 36px;
  background-image: url(../img/news_h2.png);
}
#news_single_body #news_single {
  background-image: url(../img/bk_cross.png);
  background-size: 176px 176px;
  background-position: 50% 22px;
  padding: 20px 0 0;
}
#news_single_body #news_single .header {
  display: block;
}
#news_single_body #news_single .header .thumbnail {
  display: none;
}
#news_single_body #news_single .header .text {
  width: 450px;
  margin: 0 auto;
}
#news_single_body #news_single .header .text .date {
  position: relative;
  display: block;
  margin-bottom: 5px;
  top: 1px;
  color: #ffb4c8;
  font-family: "Fredoka", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
#news_single_body #news_single .header .text h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: justify;
}
#news_single_body #news_single .inner {
  width: 450px;
  margin: 20px auto 0;
  padding: 20px 25px;
  border: 1px solid #eaeaea;
  background-color: #fff;
}
#news_single_body #news_single .inner h4 {
  padding-bottom: 0.5em;
  font-size: 20px;
  line-height: 28px;
  text-align: justify;
}
#news_single_body #news_single .inner p {
  padding-bottom: 0.5em;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
#news_single_body #news_single .inner p a {
  color: #e27e99;
  text-decoration: underline;
}
#news_single_body #news_single .inner img, #news_single_body #news_single .inner iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 1em 0 2em;
}
#news_single_body #news_single .inner p img,
#news_single_body #news_single .inner p iframe {
  margin-bottom: 1.5em;
}
#news_single_body #news_single .pagenation {
  padding-top: 40px;
}
#news_single_body #news_single .pagenation a {
  display: block;
  width: 220px;
  height: 40px;
  margin: 0 auto;
  border-radius: 22px;
  border: 1px solid #ffb4c8;
  background-color: #fff;
  background-image: url(../img/news_btn_backarchive.png);
  background-size: 111px 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#pp_body #sub_header h2 {
  width: 181px;
  height: 36px;
  background-image: url(../img/privacy_h2.png);
}
#pp_body #pp {
  background-image: url(../img/bk_cross.png);
  background-size: 176px 176px;
  background-position: 50% 22px;
  padding: 30px 0 0;
}
#pp_body #pp h3 {
  width: 450px;
  margin: 1.5em auto 1em;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}
#pp_body #pp p {
  width: 450px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
}
#pp_body #pp p a {
  color: #564146;
  text-decoration: underline;
}

#contact_body #sub_header h2 {
  width: 105px;
  height: 36px;
  background-image: url(../img/contact_h2.png);
}
#contact_body #contact {
  background-image: url(../img/bk_cross.png);
  background-size: 176px 176px;
  background-position: 50% 22px;
  padding: 30px 0 0;
}
#contact_body #contact p {
  width: 450px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
#contact_body #contact p a {
  color: #564146;
  text-decoration: underline;
}
#contact_body #contact p.caution {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}
#contact_body #contact p.caution strong {
  color: #ee5e90;
}
#contact_body #contact .send {
  width: 450px;
  margin: 40px auto;
}
#contact_body #contact .send label {
  position: relative;
  display: block;
  width: 240px;
  height: 44px;
  margin: 0 auto;
  border-radius: 25px;
  border: 3px solid #ffb4c8;
  background-color: #fff;
  color: #ce889b;
  font-size: 20px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}
#contact_body #contact .send label input {
  position: absolute;
  display: none;
}
#contact_body #contact .send label .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -14px 0 0 0;
  border: 2px solid #fff;
  background-color: #ffb4c8;
  z-index: 20;
}
#contact_body #contact .send label .wpcf7-spinner::before {
  z-index: 22;
}
#contact_body #contact .response div {
  width: 450px;
  margin: 20px auto;
  border-radius: 8px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #dc6666;
  background-color: #fff;
  color: #dc6666;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
#contact_body #contact dl {
  width: 450px;
  margin: 30px auto 0;
}
#contact_body #contact dl dt {
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 28px;
  text-align: justify;
  font-weight: 700;
}
#contact_body #contact dl dt p {
  font-size: 18px;
}
#contact_body #contact dl dd {
  margin-bottom: 15px;
}
#contact_body #contact dl dd p {
  line-height: 0;
}
#contact_body #contact dl dd input:focus, #contact_body #contact dl dd textarea:focus {
  outline: none;
}
#contact_body #contact dl dd input {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #898989;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: YakuHanRP, "M PLUS Rounded 1c", serif;
  font-size: 14px;
  line-height: 28px;
}
#contact_body #contact dl dd textarea {
  width: 100%;
  min-height: 300px;
  padding: 10px 20px;
  border: 1px solid #898989;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: YakuHanRP, "M PLUS Rounded 1c", serif;
  font-size: 14px;
  line-height: 28px;
  resize: vertical;
}
#contact_body #contact dl dd .wpcf7-form-control-wrap {
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
}
#contact_body #contact dl dd .wpcf7-not-valid-tip {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  padding: 0 10px;
  border-radius: 8px;
  color: #fff;
  background-color: #dc6666;
  font-size: 14px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal_box {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
.modal_box .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 10px;
  border: 1px solid #e8edf2;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(29, 17, 94, 0.1);
          box-shadow: 0px 3px 5px 0px rgba(29, 17, 94, 0.1);
  overflow: hidden;
}
.modal_box .inner div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #fff;
}
.modal_box .close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 30px;
  right: 30px;
  background-image: url(../img/btn_close.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}/*# sourceMappingURL=style_sp.css.map */