@charset "UTF-8";
/*clearfix*/
.clearfix {
  zoom: 1; }
  .clearfix:after {
    content: "";
    clear: both;
    display: block; }

.txtHide {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom; }

/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
	 HTML5 display definitions
	 ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
	 Base
	 ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 100%;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: "Times New Roman", "\6E38\660E\671D", YuMincho, "Hiragino Mincho ProN", Meiryo, serif; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::selection {
  text-shadow: none;
  background-color: highlight;
  color: highlighttext; }

/* =============================================================================
	 Links
	 ========================================================================== */
a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
	 Typography
	 ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
	 Lists
	 ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

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

/* =============================================================================
	 Embedded content
	 ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
	 Figures
	 ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
	 Forms
	 ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
	 Tables
	 ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* ==|== primary styles =====================================================
	 Author:
	 ========================================================================== */
/* ==|== media queries ======================================================
	 PLACEHOLDER Media Queries for Responsive Design.
	 These override the primary ('mobile first') styles
	 Modify as content requires.
	 ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */ }

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */ }

/* ==|== non-semantic helper classes ========================================
	 Please define your styles before this section.
	 ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==|== print styles =======================================================
	 Print styles.
	 Inlined to avoid required HTTP connection: h5bp.com/r
	 ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  table {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/* reflow reset for -webkit-margin-before: 1em */
p {
  margin: 0; }

html {
  overflow-y: auto;
  background-color: transparent;
  height: 100%; }

body {
  background: #fff;
  font: normal 100%;
  position: relative;
  height: 100%; }

body, div, img, p, button, input, select, textarea, a {
  box-sizing: border-box; }

.image {
  display: block; }

input {
  cursor: default;
  display: block; }

input[type=button] {
  background-color: #e5e9e8;
  border: 1px solid #9daca9;
  border-radius: 4px;
  box-shadow: inset 0 1px #fff;
  font: inherit;
  letter-spacing: inherit;
  text-indent: inherit;
  color: inherit; }

input[type=button]:hover {
  background-color: #eff1f1; }

input[type=button]:active {
  background-color: #d2d6d6;
  border: 1px solid #9daca9;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1); }

/* Reset anchor styles to an unstyled default to be in parity with design surface. It
is presumed that most link styles in real-world designs are custom (non-default). */
/*
a, a:visited, a:hover, a:active {
	color: inherit;
	text-decoration: inherit;
}
*/
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

ol, ul {
  list-style: none; }

@font-face {
  font-family: 'Metropolis';
  src: url("/dessert/fonts/Metropolis/Metropolis-Regular.eot");
  src: url("/dessert/fonts/Metropolis/Metropolis-Regular.woff2") format("woff2"), url("/dessert/fonts/Metropolis/Metropolis-Regular.woff") format("woff"), url("/dessert/fonts/Metropolis/Metropolis-Regular.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Metropolis';
  src: url("/dessert/fonts/Metropolis/Metropolis-Medium.eot");
  src: url("/dessert/fonts/Metropolis/Metropolis-Medium.woff2") format("woff2"), url("/dessert/fonts/Metropolis/Metropolis-Medium.woff") format("woff"), url("/dessert/fonts/Metropolis/Metropolis-Medium.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Metropolis';
  src: url("/dessert/fonts/Metropolis/Metropolis-Bold.eot");
  src: url("/dessert/fonts/Metropolis/Metropolis-Bold.woff2") format("woff2"), url("/dessert/fonts/Metropolis/Metropolis-Bold.woff") format("woff"), url("/dessert/fonts/Metropolis/Metropolis-Bold.eot") format("embedded-opentype");
  font-weight: 600;
  font-style: normal; }

/* =======================================================================
common
========================================================================== */
a {
  text-decoration: none; }
  a:hover {
    color: #ff70e9; }

/* =======================================================================
base settings
========================================================================== */
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #ff70e9;
  font-family: "Metropolis", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  position: relative; }

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

.pc #wrapper {
  min-width: 1280px;
  padding-bottom: 20px; }

.pc #main {
  margin: 0 auto 60px; }

.pc .onlySP {
  display: none !important; }

.sp #wrapper {
  width: 750px; }

.sp #main {
  margin: 0 auto 60px; }

.sp .onlyPC {
  display: none !important; }

/* =======================================================================
masthead & global Navi
========================================================================== */
.mastHead {
  position: fixed;
  z-index: 8000;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto; }
  .mastHead .sitetitle,
  .mastHead .gnav_item {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    display: block; }
    .mastHead .sitetitle a,
    .mastHead .gnav_item a {
      display: block;
      width: 100%;
      height: 100%; }

.pc .mastHead {
  min-width: 1280px;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 20px;
  background-color: #fff; }
  .pc .mastHead .inner {
    display: flex;
    width: 1120px;
    margin: 0 auto; }
  .pc .mastHead .sitetitle,
  .pc .mastHead .gnav_item {
    height: 60px;
    background: url(/dessert/images/spr_gnav_pc.png) 0 0 no-repeat; }
  .pc .mastHead .sitetitle {
    width: 320px;
    margin: 0 55px 0 -2px; }

.pc .gnav .gnav_ul {
  width: 745px;
  display: flex; }

.pc .gnav .gnav_item:hover {
  opacity: 0.6; }

.pc .gnav .gnav_item-magazine {
  width: 55px;
  background-position: -315px 0;
  margin-right: 35px; }

.pc .gnav .gnav_item-comics {
  width: 115px;
  background-position: -375px 0;
  margin-right: 30px; }

.pc .gnav .gnav_item-works {
  width: 95px;
  background-position: -490px 0;
  margin-right: 30px; }

.pc .gnav .gnav_item-news {
  width: 65px;
  background-position: -585px 0;
  margin-right: 40px; }

.pc .gnav .gnav_item-award {
  width: 50px;
  background-position: -660px 0;
  margin-right: 35px; }

.pc .gnav .gnav_item-petit {
  width: 80px;
  background-position: -715px 0;
  margin-right: 35px; }

.pc .gnav .gnav_item-love {
  width: 80px;
  background-position: -800px 0; }

.sp .mastHead {
  width: 750px;
  height: 100%;
  max-height: 119px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.6s; }
  .sp .mastHead.menu-open {
    max-height: 2000px; }
    .sp .mastHead.menu-open .sitetitle:after {
      height: 2px;
      transition: 0.2s 0s; }
  .sp .mastHead .sitetitle,
  .sp .mastHead .gnav_item,
  .sp .mastHead .gnav_icon_sns,
  .sp .mastHead .hamburger {
    background: url(/dessert/images/spr_gnav_sp.png) 0 0 no-repeat; }
  .sp .mastHead .sitetitle {
    width: 513px;
    height: 70px;
    margin: 24px 86px 25px 20px;
    position: relative;
    overflow: visible; }
    .sp .mastHead .sitetitle:after {
      content: '';
      position: absolute;
      left: -20px;
      bottom: -26px;
      width: 750px;
      height: 0px;
      background-color: #ff70e9;
      transition: 0.2s 0.5s; }
  .sp .mastHead .hamburger {
    position: absolute;
    right: 20px;
    top: 46px;
    width: 100px;
    height: 30px;
    padding-right: 40px;
    background-position: 0 -70px; }
    .sp .mastHead .hamburger .icon {
      position: absolute;
      right: 0px;
      top: 10px;
      width: 30px;
      height: 4px;
      background: #ff70e9;
      transition: 0.4s 0.1s; }
      .sp .mastHead .hamburger .icon:before, .sp .mastHead .hamburger .icon:after {
        content: '';
        position: absolute;
        right: 0;
        width: 30px;
        height: 4px;
        background: #ff70e9;
        transition: 0.4s; }
      .sp .mastHead .hamburger .icon:before {
        top: -10px; }
      .sp .mastHead .hamburger .icon:after {
        top: 10px; }
  .sp .mastHead.menu-open .hamburger {
    background-position: -140px -70px; }
    .sp .mastHead.menu-open .hamburger .icon {
      background-color: #fff;
      transition: 0.2s; }
      .sp .mastHead.menu-open .hamburger .icon:before, .sp .mastHead.menu-open .hamburger .icon:after {
        content: '';
        position: absolute;
        right: 0;
        width: 30px;
        height: 4px;
        background: #ff70e9; }
      .sp .mastHead.menu-open .hamburger .icon:before {
        transform: translate(-1px, 10px) rotate(-45deg); }
      .sp .mastHead.menu-open .hamburger .icon:after {
        transform: translate(0, -10px) rotate(45deg); }

.sp .menu-open .gnav {
  height: 100%;
  padding-bottom: 50px;
  overflow: scroll; }
  .sp .menu-open .gnav .gnav_ul {
    padding-bottom: 90px; }

.sp .gnav .gnav_ul {
  width: 750px; }

.sp .gnav .gnav_item {
  height: 128px;
  width: 100%;
  border-top: 2px solid rgba(255, 112, 233, 0.1);
  float: left; }
  .sp .gnav .gnav_item:first-child {
    border: none; }

.sp .gnav .gnav_item-magazine {
  background-position: 50% -130px; }

.sp .gnav .gnav_item-comics {
  background-position: 50% -260px; }

.sp .gnav .gnav_item-works {
  background-position: 50% -390px; }

.sp .gnav .gnav_item-news {
  background-position: 50% -520px; }

.sp .gnav .gnav_item-award {
  background-position: 50% -650px; }

.sp .gnav .gnav_item-petit {
  background-position: 50% -780px;
  width: 374px; }

.sp .gnav .gnav_item-love {
  background-position: 50% -910px;
  border-left: 2px solid rgba(255, 112, 233, 0.1);
  width: 374px; }

.sp .gnav .gnav_item-SNS {
  background: none;
  position: relative;
  height: 200px; }

.sp .gnav .gnav_icon_sns {
  position: absolute;
  display: block;
  width: 80px;
  height: 60px;
  top: 39px; }
  .sp .gnav .gnav_icon_sns.gnav_icon_sns-twtr {
    left: 218px;
    background-position: -280px -70px; }
  .sp .gnav .gnav_icon_sns.gnav_icon_sns-line {
    left: 460px;
    background-position: -360px -70px; }

/* =======================================================================
loader
========================================================================== */
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  transition: 0s; }
  .loader.disabled {
    transition: opacity 0.5s linear 0.2s, height 0s linear 0.5s;
    opacity: 0;
    height: 0; }
    .loader.disabled .loader_progress {
      opacity: 0;
      transition: opacity 0.3s linear 0s; }
  .loader .loader_progress {
    color: #ff70e9;
    position: relative;
    font-size: 12px;
    letter-spacing: 0.14em; }

.sp .loader {
  opacity: 1;
  width: 750px; }
  .sp .loader .loader-bg {
    width: 750px; }
  .sp .loader .loader-cover {
    width: 750px; }

/* =======================================================================
toTop button
========================================================================== */
.btn_top {
  position: fixed;
  z-index: 9000;
  right: 43px;
  bottom: 43px;
  width: 60px;
  height: 60px;
  background: #fff url("/dessert/images/btn_floatTotop.png") 50% 50% no-repeat;
  border-radius: 50%;
  box-shadow: 14px 25px 35px rgba(146, 129, 120, 0.4);
  cursor: pointer;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.8s;
  opacity: 0;
  transform: translateX(115px); }
  .sp .btn_top {
    background-image: url("/dessert/images/btn_floatTotop_sp.png");
    width: 120px;
    height: 120px;
    left: 20px;
    bottom: 30px;
    right: auto;
    transform: translateX(-170px); }
  .btn_top.shown {
    opacity: 1;
    transform: none; }

/* =======================================================================
Slider
========================================================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/dessert/fonts/slick/slick.eot");
  src: url("/dessert/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("/dessert/fonts/slick/slick.woff") format("woff"), url("/dessert/fonts/slick/slick.ttf") format("truetype"), url("/dessert/fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  transition: 0.2s; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    opacity: 0.5; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-dots {
  position: absolute;
  bottom: -51px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .sp .slick-dots {
    bottom: -36px; }
    .sp .slick-dots li {
      height: 20px;
      width: 20px; }
    .sp .slick-dots button:before {
      font-size: 12px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  .slick-dots button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }
    .slick-dots button:hover, .slick-dots button:focus {
      outline: none; }
      .slick-dots button:hover:before, .slick-dots button:focus:before {
        opacity: 1; }
    .slick-dots button:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "\2022";
      width: 20px;
      height: 20px;
      font-family: "slick";
      font-size: 6px;
      line-height: 20px;
      text-align: center;
      color: #4d4e4c;
      opacity: 0.25;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .slick-dots .slick-active button:before {
    color: #4d4e4c;
    opacity: 0.75; }

#kc_footer.kc_common {
  font-family: "Metropolis", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif; }
  #kc_footer.kc_common .kc_container {
    background: none; }
  #kc_footer.kc_common .abj-banner {
    margin: 19px auto 0;
    width: 72px;
    height: 60px; }
    #kc_footer.kc_common .abj-banner .banner-item {
      text-indent: -9999px;
      white-space: nowrap;
      overflow: hidden;
      vertical-align: bottom;
      display: block;
      width: 72px;
      height: 60px;
      background-image: url("/dessert/images/abj-banner.png");
      transition: opacity 0.2s; }
      #kc_footer.kc_common .abj-banner .banner-item:hover {
        opacity: 0.5; }
  #kc_footer.kc_common p.kc_copyright {
    padding: 36px 1em 3em;
    font-size: 11px;
    color: #797979; }

#kc_footer.kc_common dl {
  padding-bottom: 7px;
  font-size: 11px; }
  #kc_footer.kc_common dl dt {
    font-size: 12px;
    margin-bottom: 4px;
    border: none; }
    #kc_footer.kc_common dl dt em {
      color: #ff70e9; }
  #kc_footer.kc_common dl dd {
    padding: 0.37em 0; }

.kc_common a {
  color: #797979; }

@media (max-width: 767px) {
  #kc_footer.kc_common {
    padding-bottom: 100px; }
    #kc_footer.kc_common dl {
      background-color: #eee;
      margin-bottom: 2px;
      padding: 0 5% 0 10%;
      font-size: 18px; }
      #kc_footer.kc_common dl.kc_opend {
        background: none; }
      #kc_footer.kc_common dl dt {
        clear: both;
        font-size: 20px;
        margin: 0; } }

/* =======================================================================
common
========================================================================== */
.comicsCaption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center; }

.sectionHead {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  margin: 0 auto;
  background: 0 0 no-repeat; }

/* =======================================================================
top page hero
========================================================================== */
.topHero .inner {
  margin: 0 auto;
  position: relative; }

.topHero .hero_nav_item {
  position: absolute; }
  .topHero .hero_nav_item a {
    display: block;
    width: 100%;
    height: 100%; }
  .topHero .hero_nav_item.hero_nav_item-left, .topHero .hero_nav_item.hero_nav_item-right {
    cursor: pointer; }

.topHero .hero_slider:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box; }

.topHero .hero_issueH1 {
  text-align: center;
  font-family: "Metropolis", sans-serif;
  font-weight: bold; }
  .topHero .hero_issueH1 a {
    display: flex;
    justify-content: center;
    align-items: center; }

.pc .topHero {
  margin-top: 144px; }
  .pc .topHero .inner {
    width: 1280px;
    min-height: 560px; }
  .pc .topHero .hero_slider {
    width: 870px;
    height: 490px;
    position: absolute;
    left: 80px;
    top: 0; }
    .pc .topHero .hero_slider:after {
      border: 1px solid rgba(255, 112, 233, 0.3); }
  .pc .topHero .hero_slider_item {
    width: 870px;
    height: 490px; }
    .pc .topHero .hero_slider_item a {
      display: block;
      width: 100%;
      height: 100%;
      transition: 0.3s; }
      .pc .topHero .hero_slider_item a:hover {
        opacity: 0.6; }
  .pc .topHero .slick-prev,
  .pc .topHero .slick-next {
    background: url(/dessert/images/top/spr_nav_item.png) 0 0 no-repeat;
    top: 243px; }
  .pc .topHero .slick-prev {
    left: -46px; }
  .pc .topHero .slick-next {
    right: -294px;
    background-position: -20px 0; }
  .pc .topHero .slick-slider {
    margin-bottom: 55px; }
  .pc .topHero .hero_nav_item {
    background: url(/dessert/images/top/spr_nav_item.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    transition: 0.2s; }
    .pc .topHero .hero_nav_item:hover {
      opacity: 0.5; }
    .pc .topHero .hero_nav_item.hero_nav_item-left, .pc .topHero .hero_nav_item.hero_nav_item-right {
      display: none; }
    .pc .topHero .hero_nav_item.hero_nav_item-twtr {
      left: 35px;
      top: 318px;
      width: 22px;
      height: 22px;
      background-position: -40px 0; }
    .pc .topHero .hero_nav_item.hero_nav_item-line {
      left: 35px;
      top: 401px;
      height: 22px;
      background-position: -62px 0; }
  .pc .topHero .hero_issueH1 {
    position: absolute;
    left: 967px;
    top: 0;
    width: 234px;
    height: 331px; }
    .pc .topHero .hero_issueH1 a {
      width: 234px;
      height: 331px;
      background: url(/dessert/images/top/bg_hero_h1.png) 0 0 no-repeat;
      transition: 0.3s; }
      .pc .topHero .hero_issueH1 a:hover {
        opacity: 0.6; }
      .pc .topHero .hero_issueH1 a img {
        width: 212px; }
    .pc .topHero .hero_issueH1 .catch {
      position: absolute;
      top: -11px;
      right: -20px;
      width: 82px;
      height: 139px;
      background: url(/dessert/images/top/hero_catch_cyan.png) 0 0 no-repeat;
      color: #000;
      pointer-events: none; }
      .pc .topHero .hero_issueH1 .catch .month {
        position: absolute;
        left: 0;
        top: 24px;
        display: block;
        width: 100%;
        font-size: 48px;
        letter-spacing: 0.08em; }
      .pc .topHero .hero_issueH1 .catch .lead {
        display: none; }
  .pc .topHero .hero_pubInfo {
    width: 313px;
    height: 200px;
    position: absolute;
    left: 916px;
    top: 353px;
    background: url(/dessert/images/top/hero_pubInfo.png) 0 0 no-repeat; }
    .pc .topHero .hero_pubInfo .gradient {
      display: none; }

.pc.webkit .hero_pubInfo {
  background: none; }
  .pc.webkit .hero_pubInfo .gradient {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    mask-image: url(/dessert/images/top/hero_pubInfo_mask.png);
    -webkit-mask-image: url(/dessert/images/top/hero_pubInfo_mask.png);
    background-repeat: repeat-x;
    background-image: linear-gradient(115deg, #000, #fff, #000);
    background-size: 200% 100%; }
    .pc.webkit .hero_pubInfo .gradient.animate {
      animation: bgAnime 15s linear infinite normal; }

@keyframes bgAnime {
  0% {
    background-position: 0 50%; }
  100% {
    background-position: 200% 50%; } }

.sp .topHero {
  margin-top: 120px; }
  .sp .topHero .inner {
    width: 750px; }
  .sp .topHero .hero_slider {
    position: relative;
    width: 750px;
    height: 422px; }
    .sp .topHero .hero_slider:after {
      border-top: 1px solid #ff70e9;
      border-bottom: 1px solid #ff70e9;
      opacity: 0.3; }
  .sp .topHero .hero_slider_item {
    width: 750px;
    height: 422px;
    background-color: #aaa; }
    .sp .topHero .hero_slider_item a {
      display: block;
      width: 100%;
      height: 100%; }
    .sp .topHero .hero_slider_item img {
      width: 100%;
      height: 100%; }
  .sp .topHero .slick-prev,
  .sp .topHero .slick-next {
    width: 15px;
    height: 27px;
    background: url(/dessert/images/top/spr_nav_item_sp.png) 0 0 no-repeat;
    top: 213px;
    z-index: 100; }
  .sp .topHero .slick-prev {
    left: 20px; }
  .sp .topHero .slick-next {
    right: 20px;
    background-position: -15px 0; }
  .sp .topHero .hero_nav_item {
    background: url(/dessert/images/top/spr_nav_item_sp.png) 0 0 no-repeat;
    width: 15px;
    height: 27px;
    top: 200px;
    z-index: 1000; }
    .sp .topHero .hero_nav_item.hero_nav_item-left, .sp .topHero .hero_nav_item.hero_nav_item-right {
      display: none; }
    .sp .topHero .hero_nav_item.hero_nav_item-twtr, .sp .topHero .hero_nav_item.hero_nav_item-line {
      display: none; }
  .sp .topHero .hero_issueH1 {
    position: relative;
    margin: 77px 20px 0; }
    .sp .topHero .hero_issueH1 .catch {
      position: relative;
      z-index: 0;
      color: #000;
      height: 142px;
      border-bottom: 2px solid #e5e5e5;
      background: #0ff url(/dessert/images/top/hero_catch_sp.png) 0 0 no-repeat; }
      .sp .topHero .hero_issueH1 .catch .month {
        position: absolute;
        left: 0;
        top: 50px;
        display: block;
        width: 177px;
        font-size: 62px;
        letter-spacing: 0.12em; }
      .sp .topHero .hero_issueH1 .catch .lead {
        position: absolute;
        left: 197px;
        top: 30px;
        display: block;
        width: 324px;
        font-size: 24px;
        letter-spacing: 0.4em;
        line-height: 1.89em; }
    .sp .topHero .hero_issueH1 a {
      position: absolute;
      right: 45px;
      top: -17px;
      z-index: 100;
      width: 128px;
      height: 175px;
      border: 2px solid #ff70e9;
      border-radius: 6px;
      background-color: #fff;
      transition: 0.3s; }
      .sp .topHero .hero_issueH1 a:hover {
        opacity: 0.6; }
      .sp .topHero .hero_issueH1 a img {
        width: 112px;
        height: auto; }
  .sp .topHero .hero_pubInfo {
    display: none; }

/* =======================================================================
top page hero
========================================================================== */
.pc .topNews {
  padding-top: 31px; }
  .pc .topNews .inner {
    width: 1280px;
    min-height: 400px; }
  .pc .topNews .sectionHead {
    width: 256px;
    height: 108px;
    background-image: url(/dessert/images/top/sectionHead_news.png); }
  .pc .topNews .news_list {
    width: 1120px;
    margin: 48px auto 0;
    display: flex;
    justify-content: space-between; }
  .pc .topNews .news_list_item:nth-child(n+6) {
    display: none; }
  .pc .topNews .news_list_item {
    width: 205px; }
    .pc .topNews .news_list_item figure {
      width: 205px;
      height: 140px;
      border: 1px solid rgba(255, 112, 233, 0.3); }
    .pc .topNews .news_list_item .pubDate {
      margin-top: 29px;
      padding-right: 4px;
      padding-bottom: 13px;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.14em; }
    .pc .topNews .news_list_item .lead {
      margin-top: 24px;
      font-size: 14px;
      line-height: 1.86em;
      letter-spacing: 0.01em; }
    .pc .topNews .news_list_item:nth-child(1) .pubDate {
      color: #646aff; }
      .pc .topNews .news_list_item:nth-child(1) .pubDate:after {
        background-color: #646aff; }
    .pc .topNews .news_list_item:nth-child(1) a:hover .lead {
      color: #646aff; }
    .pc .topNews .news_list_item:nth-child(2) .pubDate {
      color: #ffab64; }
      .pc .topNews .news_list_item:nth-child(2) .pubDate:after {
        background-color: #ffab64; }
    .pc .topNews .news_list_item:nth-child(2) a:hover .lead {
      color: #ffab64; }
    .pc .topNews .news_list_item:nth-child(3) .pubDate {
      color: #6ce7a2; }
      .pc .topNews .news_list_item:nth-child(3) .pubDate:after {
        background-color: #6ce7a2; }
    .pc .topNews .news_list_item:nth-child(3) a:hover .lead {
      color: #6ce7a2; }
    .pc .topNews .news_list_item:nth-child(4) .pubDate {
      color: #46c8ff; }
      .pc .topNews .news_list_item:nth-child(4) .pubDate:after {
        background-color: #46c8ff; }
    .pc .topNews .news_list_item:nth-child(4) a:hover .lead {
      color: #46c8ff; }
  .pc .topNews .news_more {
    margin: 50px auto 0;
    width: 420px;
    height: 80px; }
    .pc .topNews .news_more a {
      background: #fff url(/dessert/images/top/btn_news_more.png) 0 0 no-repeat; }
      .pc .topNews .news_more a:hover {
        background-position: 0 -80px; }

.sp .topNews {
  padding-top: 63px; }
  .sp .topNews .inner {
    width: 750px; }
  .sp .topNews .news_list {
    width: 710px;
    margin: 58px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .sp .topNews .sectionHead {
    width: 423px;
    height: 81px;
    background-image: url(/dessert/images/top/sectionHead_news_sp.png); }
  .sp .topNews .news_list_item {
    width: 340px; }
    .sp .topNews .news_list_item figure {
      width: 340px;
      height: 232px;
      border: 2px solid rgba(255, 112, 233, 0.3); }
    .sp .topNews .news_list_item .pubDate {
      margin-top: 22px;
      padding-right: 0;
      padding-bottom: 14px;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0.22em; }
    .sp .topNews .news_list_item .lead {
      margin-top: 22px;
      font-size: 20px;
      line-height: 1.5em;
      letter-spacing: 0.03em;
      padding-bottom: 30px; }
    .sp .topNews .news_list_item:nth-child(1) .pubDate, .sp .topNews .news_list_item:nth-child(6) .pubDate {
      color: #646aff; }
      .sp .topNews .news_list_item:nth-child(1) .pubDate:after, .sp .topNews .news_list_item:nth-child(6) .pubDate:after {
        background-color: #646aff; }
    .sp .topNews .news_list_item:nth-child(1) a:hover .lead, .sp .topNews .news_list_item:nth-child(6) a:hover .lead {
      color: #646aff; }
    .sp .topNews .news_list_item:nth-child(2) .pubDate {
      color: #ffab64; }
      .sp .topNews .news_list_item:nth-child(2) .pubDate:after {
        background-color: #ffab64; }
    .sp .topNews .news_list_item:nth-child(2) a:hover .lead {
      color: #ffab64; }
    .sp .topNews .news_list_item:nth-child(3) .pubDate {
      color: #6ce7a2; }
      .sp .topNews .news_list_item:nth-child(3) .pubDate:after {
        background-color: #6ce7a2; }
    .sp .topNews .news_list_item:nth-child(3) a:hover .lead {
      color: #6ce7a2; }
    .sp .topNews .news_list_item:nth-child(5) .pubDate {
      color: #46c8ff; }
      .sp .topNews .news_list_item:nth-child(5) .pubDate:after {
        background-color: #46c8ff; }
    .sp .topNews .news_list_item:nth-child(5) a:hover .lead {
      color: #46c8ff; }
  .sp .topNews .news_more {
    margin: 25px auto 0;
    width: 280px;
    height: 50px; }
    .sp .topNews .news_more a {
      background: #fff url(/dessert/images/top/btn_news_more_sp.png) 0 0 no-repeat; }
    .sp .topNews .news_more.news_more_bottom {
      margin: 20px auto 0;
      width: 640px;
      height: 120px; }
      .sp .topNews .news_more.news_more_bottom a {
        background: #fff url(/dessert/images/top/btn_news_more_bottom_sp.png) 0 0 no-repeat; }

.topNews {
  /* news list */ }
  .topNews .inner {
    margin: 0 auto;
    position: relative; }
  .topNews .news_list_item {
    width: 205px; }
    .topNews .news_list_item a {
      display: block; }
      .topNews .news_list_item a:hover figure {
        opacity: 0.5; }
      .topNews .news_list_item a:hover .lead {
        color: #ff70e9;
        text-decoration: underline; }
    .topNews .news_list_item figure {
      position: relative;
      display: block;
      box-sizing: border-box;
      transition: 0.2s; }
    .topNews .news_list_item img {
      width: 100%;
      height: auto; }
    .topNews .news_list_item .pubDate {
      position: relative;
      display: inline-block;
      font-family: "Metropolis", sans-serif;
      color: #ff70e9; }
      .topNews .news_list_item .pubDate:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background-color: #ff70e9; }
    .topNews .news_list_item .lead {
      text-align: justify;
      color: #4d4d4d; }
  .topNews .news_more {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom; }
    .topNews .news_more a {
      display: block;
      width: 100%;
      height: 100%; }

/* =======================================================================
slider
========================================================================== */
.slider {
  margin: 78px 0 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative; }
  .slider .slider_container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.2s; }
    .slider .slider_container:hover {
      transition: 0.5s linear;
      opacity: 0.6; }
  .slider .slider_image {
    will-change: transform;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 6975px;
    height: 300px;
    background: #fff 0 0 no-repeat; }
  .slider.slider-btm {
    margin-top: 55px;
    padding-bottom: 23px; }

.sp .slider {
  display: none; }

/* =======================================================================
top page hero
========================================================================== */
.officialSNS {
  padding-top: 66px;
  /* SNS list */ }
  .officialSNS .inner {
    width: 1280px;
    margin: 0 auto;
    position: relative; }
  .officialSNS .sectionHead {
    width: 400px;
    height: 109px;
    background-image: url(/dessert/images/top/sectionHead_officialSNS.png); }
  .officialSNS .officialSNS_list {
    width: 750px;
    margin: 63px auto 0;
    display: flex;
    justify-content: space-between; }
  .officialSNS .officialSNS_list_item {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    width: 324px;
    height: 40px; }
    .officialSNS .officialSNS_list_item a {
      width: 100%;
      height: 100%;
      display: block;
      background: url(/dessert/images/top/spr_officialSNS.png) no-repeat; }
    .officialSNS .officialSNS_list_item.officialSNS_list_item-twtr a:hover {
      background-position: 0 -80px; }
    .officialSNS .officialSNS_list_item.officialSNS_list_item-line a {
      background-position: 0 -40px; }
      .officialSNS .officialSNS_list_item.officialSNS_list_item-line a:hover {
        background-position: 0 -120px; }

.sp .officialSNS {
  display: none; }

/* =======================================================================
top page hero
========================================================================== */
.pc .tadaDe {
  min-width: 1200px;
  margin-top: 156px;
  padding-bottom: 45px;
  background: #fff5ff url(/dessert/images/top/bg_tadaDe.png) 50% 0 repeat-y; }
  .pc .tadaDe .tadaDe_header {
    background: #7cf4cb url(/dessert/images/top/bg_tadaDe_header.png) 50% 0 no-repeat; }
    .pc .tadaDe .tadaDe_header .inner {
      width: 1280px;
      height: 387px;
      padding: 69px 0 0 577px; }
    .pc .tadaDe .tadaDe_header .sectionHead {
      margin: 0;
      width: 503px;
      height: 127px;
      background-image: url(/dessert/images/top/sectionHead_tadaDe.png); }
    .pc .tadaDe .tadaDe_header .lead {
      width: 590px;
      margin-top: 33px;
      margin-left: 2px;
      font-size: 17px;
      line-height: 2.15;
      letter-spacing: 0.08em; }
    .pc .tadaDe .tadaDe_header .chara {
      left: 77px; }
    .pc .tadaDe .tadaDe_header .catch {
      width: 104px;
      height: 140px;
      position: absolute;
      right: 165px;
      top: -24px;
      background: url(/dessert/images/top/tadaDe_catch.png) 50% 50% no-repeat; }
  .pc .tadaDe .tadaDe_switch .inner {
    width: 1120px;
    height: 100px; }
  .pc .tadaDe .tadaDe_switch .tadaDe_switch_item {
    height: 20px;
    width: 400px; }
    .pc .tadaDe .tadaDe_switch .tadaDe_switch_item .catch {
      position: absolute;
      top: -20px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: 0 0 no-repeat;
      background-size: cover; }
    .pc .tadaDe .tadaDe_switch .tadaDe_switch_item .title {
      position: absolute;
      top: 0;
      width: 270px;
      font-size: 12px;
      letter-spacing: 0.14em;
      line-height: 20px;
      text-align: center; }
  .pc .tadaDe .tadaDe_switch .tadaDe_switch_left .catch {
    left: 50px; }
  .pc .tadaDe .tadaDe_switch .tadaDe_switch_left .title {
    right: 10px; }
  .pc .tadaDe .tadaDe_switch .tadaDe_switch_left .icon {
    left: 5px;
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .pc .tadaDe .tadaDe_switch .tadaDe_switch_left:hover .icon {
    transform: translateX(-10px); }
  .pc .tadaDe .tadaDe_switch .tadaDe_switch_right .catch {
    right: 50px; }
  .pc .tadaDe .tadaDe_switch .tadaDe_switch_right .title {
    left: 10px; }
  .pc .tadaDe .tadaDe_switch .tadaDe_switch_right .icon {
    right: 5px;
    background-position: -10px 0;
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .pc .tadaDe .tadaDe_switch .tadaDe_switch_right:hover .icon {
    transform: translateX(10px); }
  .pc .tadaDe .tadaDe_switch .tadaDe_switch_center {
    position: relative;
    width: 324px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-top: none;
    border-bottom: none; }
    .pc .tadaDe .tadaDe_switch .tadaDe_switch_center .icon.switch {
      width: 22px;
      height: 22px;
      left: 40px;
      background-position: -20px -1px;
      transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .pc .tadaDe .tadaDe_switch .tadaDe_switch_center .icon.switch_text {
      width: 206px;
      height: 20px;
      left: 75px;
      margin: auto;
      background-position: -55px 0; }
    .pc .tadaDe .tadaDe_switch .tadaDe_switch_center:hover .icon.switch {
      transform: rotate(180deg); }
  .pc .tadaDe .tadaDe_more {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    margin: 48px auto 0;
    width: 420px;
    height: 80px; }
    .pc .tadaDe .tadaDe_more a {
      background: #fff url(/dessert/images/top/btn_tadaDe_more.png) 0 0 no-repeat; }
      .pc .tadaDe .tadaDe_more a:hover {
        background-position: 0 -80px; }

.sp .tadaDe {
  padding-bottom: 50px;
  margin-top: 100px;
  background: #fbf2fc url(/dessert/images/top/bg_tadaDe_sp.png) 50% 413px repeat-y; }
  .sp .tadaDe .tadaDe_header {
    background: #7cf4cb url(/dessert/images/top/bg_tadaDe_header_sp.png) 50% 0 no-repeat; }
    .sp .tadaDe .tadaDe_header .inner {
      width: 750px;
      height: 413px;
      padding: 106px 0 0 334px; }
    .sp .tadaDe .tadaDe_header .sectionHead {
      margin: 0;
      width: 382px;
      height: 110px;
      background-image: url(/dessert/images/top/sectionHead_tadaDe_sp.png);
      position: relative;
      z-index: 100; }
    .sp .tadaDe .tadaDe_header .lead {
      width: 370px;
      margin-top: 37px;
      margin-left: 2px;
      font-size: 22px;
      line-height: 1.82em;
      letter-spacing: 0.16em;
      color: #000; }
    .sp .tadaDe .tadaDe_header .chara {
      left: 0; }
    .sp .tadaDe .tadaDe_header .catch {
      width: 91px;
      height: 122px;
      position: absolute;
      right: 44px;
      top: -21px;
      background: url(/dessert/images/top/tadaDe_catch_sp.png) 50% 50% no-repeat; }
  .sp .tadaDe .mainContainer {
    position: relative;
    width: 750px;
    margin: 0 auto; }
  .sp .tadaDe .tadaDe_item {
    position: relative;
    width: 100%;
    display: none; }
    .sp .tadaDe .tadaDe_item.current {
      display: block; }
    .sp .tadaDe .tadaDe_item .inner {
      width: 750px;
      margin: 0 auto;
      padding: 84px 0 50px; }
    .sp .tadaDe .tadaDe_item .tadaDe_item_head span {
      display: inline;
      font-size: 38px;
      letter-spacing: 0.08em;
      padding: 0 10px;
      background: url(/dessert/images/top/bg_cat_title.png) 0 bottom repeat-x; }
      .sp .tadaDe .tadaDe_item .tadaDe_item_head span:before {
        display: none;
        background-color: #ffff64;
        height: 22px; }
    .sp .tadaDe .tadaDe_item .lead {
      width: 710px;
      margin: 58px auto 0; }
      .sp .tadaDe .tadaDe_item .lead .catch {
        margin: 0;
        width: 190px;
        height: 190px;
        float: left; }
      .sp .tadaDe .tadaDe_item .lead .lead_main {
        left: 0;
        margin: 0 0 0 210px;
        font-size: 22px;
        line-height: 1.82em;
        letter-spacing: 0.08em;
        text-align: justify; }
      .sp .tadaDe .tadaDe_item .lead .title {
        margin: 30px 0 0 210px;
        font-size: 16px;
        line-height: 1.38em;
        letter-spacing: 0.22em;
        text-align: left; }
  .sp .tadaDe .tadaDe_list {
    width: 650px;
    margin: 65px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .sp .tadaDe .tadaDe_list_item {
    width: 300px;
    margin-bottom: 50px; }
    .sp .tadaDe .tadaDe_list_item figure {
      width: 300px; }
      .sp .tadaDe .tadaDe_list_item figure:after {
        left: 250px;
        top: -11px;
        width: 40px;
        height: 54px;
        background: url(/dessert/images/top/tadaDe_list_item_catch_sp.png) 0 0 no-repeat;
        content: ''; }
    .sp .tadaDe .tadaDe_list_item .trial {
      margin: 14px auto 0;
      width: 280px;
      height: 76px;
      background: url(/dessert/images/top/btn_tadaDe_trial_sp.png) 0 0 no-repeat; }
  .sp .tadaDe .tadaDe_switch {
    width: 100%;
    height: 164px;
    color: #fff; }
    .sp .tadaDe .tadaDe_switch .inner {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center; }
    .sp .tadaDe .tadaDe_switch .tadaDe_switch_item {
      height: 120px;
      width: 375px;
      display: flex;
      align-content: center;
      align-items: center; }
      .sp .tadaDe .tadaDe_switch .tadaDe_switch_item .catch {
        display: none; }
      .sp .tadaDe .tadaDe_switch .tadaDe_switch_item .title {
        display: block;
        position: static;
        width: 370px;
        font-size: 22px;
        letter-spacing: 0.1em;
        line-height: 1.82em;
        text-align: center;
        font-weight: 600; }
    .sp .tadaDe .tadaDe_switch .icon {
      width: 12px;
      height: 22px;
      top: 49px;
      background: url(/dessert/images/top/spr_nav_item_sp.png) 0 0 no-repeat; }
    .sp .tadaDe .tadaDe_switch .tadaDe_switch_left .title {
      padding: 0 15px 0 40px; }
    .sp .tadaDe .tadaDe_switch .tadaDe_switch_left .icon {
      left: 10px;
      background-position: -30px 0; }
    .sp .tadaDe .tadaDe_switch .tadaDe_switch_right {
      border-left: 2px solid #fff; }
      .sp .tadaDe .tadaDe_switch .tadaDe_switch_right .title {
        padding: 0 40px 0 15px; }
      .sp .tadaDe .tadaDe_switch .tadaDe_switch_right .icon {
        right: 10px;
        background-position: -45px 0; }
    .sp .tadaDe .tadaDe_switch .tadaDe_switch_center {
      display: none; }
  .sp .tadaDe .tadaDe_switch_sp {
    position: fixed;
    z-index: 2000;
    bottom: 20px;
    right: 20px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: url(/dessert/images/top/tadaDe_switch_sp.png) 0 0 no-repeat;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    opacity: 0;
    transform: translateX(180px);
    transition: 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 0.3s 0.1s; }
    .sp .tadaDe .tadaDe_switch_sp.is-shown {
      opacity: 1;
      transform: translateX(0);
      transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s 0s; }
  .sp .tadaDe .tadaDe_more {
    margin: 48px auto 0;
    width: 640px;
    height: 120px; }
    .sp .tadaDe .tadaDe_more a {
      background: #fff url(/dessert/images/top/btn_tadaDe_more_sp.png) 0 0 no-repeat; }

.tadaDe .is-hide {
  opacity: 0; }

.tadaDe .tadaDe_header {
  width: 100%; }
  .tadaDe .tadaDe_header .inner {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto; }
  .tadaDe .tadaDe_header .lead {
    position: relative;
    z-index: 100;
    width: 480px;
    margin-top: 28px;
    margin-left: 7px;
    font-size: 17px;
    line-height: 1.96;
    letter-spacing: 0.16em;
    color: #000;
    text-align: justify; }
  .tadaDe .tadaDe_header .chara {
    position: absolute;
    bottom: 0; }

.tadaDe .mainContainer {
  width: 1280px;
  min-height: 750px;
  margin: 0 auto;
  position: relative; }

.tadaDe .tadaDe_item {
  position: relative;
  width: 100%;
  display: none; }
  .tadaDe .tadaDe_item.current {
    display: block; }
  .tadaDe .tadaDe_item.next {
    position: absolute;
    left: 0;
    top: 0; }
  .tadaDe .tadaDe_item .inner {
    width: 1280px;
    margin: 0 auto;
    padding: 62px 0 50px; }
  .tadaDe .tadaDe_item .tadaDe_item_head {
    text-align: center;
    transition: 0.2s; }
    .tadaDe .tadaDe_item .tadaDe_item_head span {
      position: relative;
      z-index: 100;
      display: inline-block;
      font-size: 44px;
      letter-spacing: 0.1em;
      margin: 0 auto;
      padding: 0 8px;
      color: #4d4e4c;
      font-weight: 600; }
      .tadaDe .tadaDe_item .tadaDe_item_head span:before {
        background-color: #ffff7e;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 22px;
        z-index: -1; }
  .tadaDe .tadaDe_item .lead {
    width: 520px;
    margin: 22px auto 0;
    transition: 0.15s;
    transition-delay: 0.2s; }
    .tadaDe .tadaDe_item .lead .catch {
      margin: 0 auto;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 1px solid rgba(255, 112, 233, 0.2);
      background: 0 0 no-repeat;
      background-size: cover; }
    .tadaDe .tadaDe_item .lead .lead_main {
      position: relative;
      left: 1em;
      margin: 18px auto 0;
      font-size: 16px;
      line-height: 1.75em;
      letter-spacing: 0.04em; }
    .tadaDe .tadaDe_item .lead .title {
      margin: 8px auto 0;
      font-size: 12px;
      line-height: 1.38em;
      letter-spacing: 0.22em;
      text-align: center; }

.tadaDe .tadaDe_list {
  width: 860px;
  margin: 32px auto 0;
  display: flex;
  justify-content: space-between; }

.tadaDe .tadaDe_list_item {
  width: 187px;
  transform: translateX(0);
  transition: 0.4s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  .tadaDe .tadaDe_list_item.is-goOut {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .tadaDe .tadaDe_list_item a {
    display: block; }
    .tadaDe .tadaDe_list_item a:hover figure .comicsCaption {
      opacity: 1;
      transition: 0.3s;
      transform: none; }
  .tadaDe .tadaDe_list_item figure {
    width: 187px;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    border: 1px solid rgba(255, 112, 233, 0.2); }
    .tadaDe .tadaDe_list_item figure:after {
      position: absolute;
      z-index: 200;
      left: 155px;
      top: -7px;
      width: 20px;
      height: 25px;
      background: url(/dessert/images/top/tadaDe_list_item_catch.png) 0 0 no-repeat;
      content: ''; }
    .tadaDe .tadaDe_list_item figure img {
      width: 100%;
      height: auto; }
    .tadaDe .tadaDe_list_item figure .comicsCaption {
      opacity: 0;
      transition: 0.4s;
      z-index: 150;
      padding: 12px;
      background-color: rgba(100, 106, 255, 0.8);
      font-size: 13px;
      line-height: 2em;
      letter-spacing: 0.11em;
      color: #fff; }
  .tadaDe .tadaDe_list_item .trial {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    margin: 14px auto 0 8px;
    width: 155px;
    height: 32px;
    background: url(/dessert/images/top/btn_tadaDe_trial.png) 0 0 no-repeat; }

.tadaDe .tadaDe_switch {
  width: 100%;
  height: 100px;
  background-color: #ff70e9;
  color: #fff; }
  .tadaDe .tadaDe_switch .inner {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; }
  .tadaDe .tadaDe_switch .tadaDe_switch_item {
    position: relative;
    cursor: pointer; }
  .tadaDe .tadaDe_switch .icon {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    display: block;
    position: absolute;
    width: 10px;
    height: 22px;
    top: -1px;
    background: url(/dessert/images/top/btn_tadaDe_icon.png) 0 0 no-repeat; }

.tadaDe .tadaDe_more {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom; }
  .tadaDe .tadaDe_more a {
    display: block;
    width: 100%;
    height: 100%; }

/* =======================================================================
newComics
========================================================================== */
.newComics .inner {
  margin: 0 auto;
  position: relative; }

.newComics .newComics_list_item a {
  display: block;
  transition: all 0.2s ease-in-out; }

.newComics .newComics_list_item figure {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid rgba(255, 112, 233, 0.3); }
  .newComics .newComics_list_item figure .comicsCaption {
    opacity: 0;
    transition: 0.4s;
    z-index: 150;
    padding: 10px;
    background-color: rgba(100, 106, 255, 0.8);
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 0.11em;
    color: #fff; }

.newComics .newComics_list_item img {
  width: 100%;
  height: auto; }

.pc .newComics {
  padding-top: 56px;
  background: #fff url(/dessert/images/top/bg_comics.png) 50% 0 repeat-y;
  /* new comics list */ }
  .pc .newComics .inner {
    width: 1280px;
    padding-bottom: 48px; }
  .pc .newComics .sectionHead {
    width: 206px;
    height: 102px;
    background-image: url(/dessert/images/top/sectionHead_newComics.png); }
  .pc .newComics .slideWrap {
    width: 1120px;
    margin: 38px auto 0;
    position: relative;
    overflow: hidden; }
  .pc .newComics .newComics_list {
    margin: 0 auto 0 -10px;
    width: 1120px;
    min-height: 510px;
    position: relative;
    visibility: hidden; }
    .pc .newComics .newComics_list ul {
      top: 0;
      left: 0;
      position: relative;
      height: 100%;
      overflow: hidden;
      zoom: 1; }
      .pc .newComics .newComics_list ul:after {
        content: "";
        clear: both;
        display: block; }
  .pc .newComics .newComics_list_item {
    float: left;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    margin: 0 20px;
    width: 170px;
    margin-top: 65px;
    transition: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .pc .newComics .newComics_list_item a:hover .lead {
      color: #ff70e9;
      text-decoration: underline; }
    .pc .newComics .newComics_list_item a:hover figure .comicsCaption {
      opacity: 1;
      transition: 0.4s, border-radius 0.35s;
      transform: none;
      border-radius: 0; }
    .pc .newComics .newComics_list_item figure {
      padding: 0;
      transition: 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      .pc .newComics .newComics_list_item figure:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: url(/dessert/images/top/newComics_current.png) 0 0 no-repeat;
        background-size: 100%;
        opacity: 0;
        transition: 0.9s linear; }
    .pc .newComics .newComics_list_item .pubDate {
      position: relative;
      display: inline-block;
      margin-top: 16px;
      padding-right: 4px;
      padding-bottom: 12px;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.14em;
      font-family: "Metropolis", sans-serif;
      color: #ff70e9; }
      .pc .newComics .newComics_list_item .pubDate:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background-color: #ff70e9; }
    .pc .newComics .newComics_list_item .lead {
      width: 15.5em;
      margin-left: -2px;
      margin-top: 14px;
      font-size: 12px;
      line-height: 1.67em;
      letter-spacing: 0;
      text-align: justify;
      color: #4d4d4d;
      transition: 0.9s linear, width 0.9s linear 0.1s; }
    .pc .newComics .newComics_list_item.current {
      width: 262px;
      z-index: 100;
      margin-top: 0px; }
      .pc .newComics .newComics_list_item.current figure {
        border: none;
        padding: 14px; }
        .pc .newComics .newComics_list_item.current figure:before {
          opacity: 1;
          transition: 0.5s 0.1s; }
        .pc .newComics .newComics_list_item.current figure .comicsCaption {
          padding: 20px;
          font-size: 15px; }
      .pc .newComics .newComics_list_item.current .pubDate {
        margin-top: 13px; }
      .pc .newComics .newComics_list_item.current .lead {
        font-size: 14px;
        line-height: 1.64em;
        transition: 0.9s linear, width 0.8s; }
  .pc .newComics .newComics_nav_item-prev,
  .pc .newComics .newComics_nav_item-next {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/dessert/images/top/spr_nav_item.png) 0 0 no-repeat;
    top: 300px;
    z-index: 100;
    cursor: pointer; }
  .pc .newComics .newComics_nav_item-prev {
    left: 33px; }
  .pc .newComics .newComics_nav_item-next {
    right: 36px;
    background-position: -20px 0; }

.sp .newComics {
  overflow: hidden;
  padding-top: 57px;
  background: #fff url(/dessert/images/top/bg_comics_sp.png) 50% 0 repeat-y;
  /* new comics list */ }
  .sp .newComics .inner {
    width: 750px;
    margin: 0 auto;
    padding-bottom: 74px;
    position: relative; }
  .sp .newComics .sectionHead {
    width: 381px;
    height: 115px;
    background-image: url(/dessert/images/top/sectionHead_newComics_sp.png); }
  .sp .newComics .newComics_list {
    width: 750px;
    margin: 60px auto 0;
    position: relative; }
    .sp .newComics .newComics_list ul {
      width: 620px;
      margin: 0 auto; }
      .sp .newComics .newComics_list ul .slick-list {
        overflow: visible; }
  .sp .newComics .newComics_list_item {
    width: 260px;
    margin: 0 25px; }
    .sp .newComics .newComics_list_item a {
      display: block;
      pointer-events: none; }
    .sp .newComics .newComics_list_item.slick-active a {
      pointer-events: auto; }
    .sp .newComics .newComics_list_item .pubDate {
      position: relative;
      display: inline-block;
      margin-top: 16px;
      font-size: 22px;
      font-weight: 500;
      letter-spacing: 0.08em;
      font-family: "Metropolis", sans-serif;
      color: #ff70e9; }
    .sp .newComics .newComics_list_item .lead {
      width: 15em;
      margin-left: -4px;
      margin-top: 6px;
      font-size: 18px;
      line-height: 1.6em;
      text-align: justify;
      color: #4d4d4d; }
      .sp .newComics .newComics_list_item .lead .author {
        font-size: 20px; }
  .sp .newComics .slick-prev,
  .sp .newComics .slick-next {
    width: 15px;
    height: 27px;
    background: url(/dessert/images/top/spr_nav_item_sp.png) 0 0 no-repeat;
    top: 200px;
    z-index: 100; }
  .sp .newComics .slick-prev {
    left: -10px; }
  .sp .newComics .slick-next {
    right: -10px;
    background-position: -15px 0; }
  .sp .newComics .newComics_nav {
    display: none; }

/* =======================================================================
fortune
========================================================================== */
.fortune {
  color: #4d4e4c; }
  .fortune .inner {
    position: relative;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 54px; }
  .pc .fortune {
    background: #7cf4cb url(/dessert/images/top/bg_fortune.png) 50% 0 no-repeat; }
    .pc .fortune .inner {
      width: 1280px; }
    .pc .fortune .form_head {
      font-size: 14px; }
    .pc .fortune .input {
      margin-top: 12px; }
  .sp .fortune {
    background: #7cf4cb url(/dessert/images/top/bg_fortune_sp.png) 50% 0 no-repeat; }
    .sp .fortune .inner {
      width: 750px;
      padding: 77px 0 57px; }
    .sp .fortune .form_head {
      font-size: 24px; }
    .sp .fortune .input {
      margin-top: 20px; }
  .pc .fortune .sectionHead {
    width: 463px;
    height: 82px;
    background-image: url(/dessert/images/top/sectionHead_fortune.png); }
  .sp .fortune .sectionHead {
    position: relative;
    z-index: 500;
    width: 442px;
    height: 140px;
    background-image: url(/dessert/images/top/sectionHead_fortune_sp.png); }
  .fortune .catch {
    position: absolute;
    color: #fff; }
    .fortune .catch .year {
      position: absolute;
      display: block;
      width: 100%;
      font-weight: bold;
      text-align: center;
      font-family: "Metropolis", sans-serif; }
    .pc .fortune .catch {
      top: -47px;
      left: 220px;
      width: 166px;
      height: 176px;
      background: url(/dessert/images/top/fortune_catch.png) 0 0 no-repeat; }
      .pc .fortune .catch .year {
        left: -2px;
        top: 60px;
        font-size: 49px;
        letter-spacing: 0.12em; }
    .sp .fortune .catch {
      top: -67px;
      left: 149px;
      width: 130px;
      height: 138px;
      background: url(/dessert/images/top/fortune_catch_sp.png) 0 0 no-repeat; }
      .sp .fortune .catch .year {
        left: -2px;
        top: 48px;
        font-size: 37px;
        letter-spacing: 0.12em; }
  .fortune .chara {
    position: absolute;
    background: 0 0 no-repeat; }
    .pc .fortune .chara.chara-left {
      left: -57px;
      bottom: 0;
      width: 395px;
      height: 430px;
      background-image: url(/dessert/images/top/bg_fortune_chara_left.png); }
    .pc .fortune .chara.chara-right {
      right: -163px;
      bottom: 0;
      width: 531px;
      height: 425px;
      background-image: url(/dessert/images/top/bg_fortune_chara_right.png); }
    .sp .fortune .chara.chara-left {
      left: 0;
      top: -43px;
      width: 263px;
      height: 751px;
      background-image: url(/dessert/images/top/bg_fortune_chara_left_sp.png); }
    .sp .fortune .chara.chara-right {
      right: 0;
      top: -22px;
      width: 290px;
      height: 370px;
      background-image: url(/dessert/images/top/bg_fortune_chara_right_sp.png); }
  .fortune .fortune_form {
    position: relative;
    box-sizing: border-box;
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: 0 bottom, 0 top, 0 0; }
    .pc .fortune .fortune_form {
      width: 655px;
      margin: 33px auto 0;
      padding: 20px 20px 29px 28px;
      background-image: url(/dessert/images/top/bg_fortune_hf.png), url(/dessert/images/top/bg_fortune_hf.png), url(/dessert/images/top/bg_fortune_rp.png); }
    .sp .fortune .fortune_form {
      width: 710px;
      margin: 31px auto 0;
      padding: 40px 30px;
      background-image: url(/dessert/images/top/bg_fortune_hf_sp.png), url(/dessert/images/top/bg_fortune_hf_sp.png), url(/dessert/images/top/bg_fortune_rp_sp.png); }
  .fortune .form_label {
    float: left;
    margin: 0 11px 0 4px;
    line-height: 30px;
    vertical-align: bottom;
    font-size: 13px; }
    .fortune .form_label.date {
      margin-right: 25px; }
    .sp .fortune .form_label {
      margin: 0 0 0 6px;
      line-height: 56px;
      font-size: 20px; }
      .sp .fortune .form_label.date {
        margin-right: 25px; }
  .fortune .form_select {
    float: left;
    position: relative;
    border: 1px solid #e0e0e0; }
    .fortune .form_select.year {
      width: 150px; }
    .fortune .form_select .form_select_select {
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-appearance: menulist-button;
      font-family: "Metropolis", sans-serif; }
    .fortune .form_select .current {
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none; }
    .pc .fortune .form_select {
      width: 90px;
      height: 30px;
      background: url(/dessert/images/top/fortune_select.png) right 50% no-repeat;
      font-size: 14px; }
      .pc .fortune .form_select .form_select_select {
        font-size: 14px;
        letter-spacing: 0.14em; }
      .pc .fortune .form_select .current {
        padding: 8px 6px; }
    .sp .fortune .form_select {
      width: 624px;
      height: 56px;
      margin-bottom: 20px;
      background: url(/dessert/images/top/fortune_select_sp.png) right 50% no-repeat;
      font-size: 26px; }
      .sp .fortune .form_select .form_select_select {
        font-size: 26px;
        letter-spacing: 0.14em; }
      .sp .fortune .form_select .current {
        padding: 8px 6px; }
  .fortune .form_go {
    border: 0;
    background-color: #ff70e9;
    display: block;
    width: 172px;
    height: 30px;
    padding: 2px 0 0 10px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-family: "Metropolis", sans-serif;
    font-weight: 600;
    letter-spacing: 0.14em;
    transition: 0.3s; }
    .sp .fortune .form_go {
      float: left;
      margin-top: 21px;
      width: 630px;
      height: 82px;
      font-size: 32px;
      border-bottom: 2px solid #e5e5e5; }
  .fortune .submit .form_go {
    opacity: 0.3;
    transition: 0.3s;
    pointer-events: none; }
  .fortune .btmLead {
    margin-top: 23px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.08em; }
    .sp .fortune .btmLead {
      margin-top: 38px;
      font-size: 22px;
      color: #000; }

/* =======================================================================
others
========================================================================== */
.pc .others {
  padding: 45px 0; }
  .pc .others .inner {
    width: 1120px; }
  .pc .others .others_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .pc .others .others_row + .others_row {
      margin-top: 38px; }
  .pc .others .others_item {
    width: 546px; }
  .pc .others .others_item_bnr {
    margin-top: 17px;
    height: 170px; }

.others {
  background: #f5f3f0;
  color: #4d4e4c; }
  .others .inner {
    margin: 0 auto; }
  .others .others_item_header {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.14em;
    text-align: center; }
    .others .others_item_header .small {
      font-size: 14px; }
    .others .others_item_header.others_item_header-en {
      margin-top: 3px;
      font-size: 9px; }
  .others .others_row-2c .others_item_header {
    width: 100%;
    font-size: 16px; }
  .others .others_item_bnr {
    display: block;
    position: relative;
    width: 100%;
    transition: 0.3s; }
    .others .others_item_bnr:hover {
      opacity: 0.6; }
  .others .contrib .others_item_bnr {
    margin-top: 24px; }

.sp .fortune + .others {
  padding-top: 57px; }

.sp .others {
  padding-top: 85px;
  padding-bottom: 85px; }
  .sp .others .inner {
    width: 710px; }
  .sp .others .others_item {
    margin-top: 40px; }
    .sp .others .others_item:first-child {
      margin-top: 0; }
  .sp .others .others_row-2c .others_item_header {
    font-size: 26px;
    line-height: 1.92em; }
  .sp .others .others_row-2c .others_item {
    margin-top: 40px; }
  .sp .others .others_row-2c .others_item + .others_item {
    margin-top: 30px; }
  .sp .others .others_item_header {
    font-size: 36px;
    letter-spacing: 0.14em;
    line-height: 1.5em;
    text-align: center;
    font-weight: 600; }
    .sp .others .others_item_header .small {
      font-size: 20px;
      line-height: 1.75em;
      margin-bottom: 7px; }
    .sp .others .others_item_header .others_item_header-small {
      display: block; }
    .sp .others .others_item_header.others_item_header-en {
      margin-top: 0;
      font-size: 14px;
      font-weight: 500;
      padding-top: 0;
      color: #b7b6b3; }
  .sp .others .others_item_bnr {
    margin-top: 16px;
    min-height: 225px; }

/* =======================================================================
bottom
========================================================================== */
.btmArea .inner {
  margin: 0 auto; }

.btmArea .btmArea_bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start; }

.btmArea .btmArea_bnr_item {
  display: block;
  border: 1px solid rgba(255, 112, 233, 0.3); }
  .btmArea .btmArea_bnr_item img {
    width: 100%;
    height: auto; }
  .btmArea .btmArea_bnr_item.blank {
    background-color: #e0e0e0; }

.btmArea .btmArea_twtr {
  box-sizing: border-box;
  padding: 2px;
  background-color: #fff;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: 0 bottom, 0 top, 0 0; }

.pc .btmArea .inner {
  width: 1120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 52px 0 45px; }

.pc .btmArea .btmArea_bnr {
  width: 670px; }

.pc .btmArea .btmArea_bnr_item {
  width: 212px;
  margin-bottom: 15px; }

.pc .btmArea .btmArea_twtr {
  width: 433px;
  background-image: url(/dessert/images/top/bg_twtr_hf.png), url(/dessert/images/top/bg_twtr_hf.png), url(/dessert/images/top/bg_twtr_rp.png); }

.pc .btmArea .btmArea_line {
  display: none; }

.sp .btmArea .inner {
  width: 696px;
  padding: 80px 0 45px; }

.sp .btmArea .btmArea_bnr {
  width: 696px; }

.sp .btmArea .btmArea_bnr_item {
  width: 340px;
  margin-bottom: 15px; }
  .sp .btmArea .btmArea_bnr_item.blank {
    height: 130px; }

.sp .btmArea .sectionHead-SNS {
  margin: 44px auto 0;
  width: 638px;
  height: 119px;
  background-image: url(/dessert/images/top/sectionHead_sns_sp.png); }

.sp .btmArea .btmArea_twtr {
  margin: 59px auto 0;
  width: 630px;
  background-image: url(/dessert/images/top/bg_twtr_hf_sp.png), url(/dessert/images/top/bg_twtr_hf_sp.png), url(/dessert/images/top/bg_twtr_rp_sp.png); }
  .sp .btmArea .btmArea_twtr iframe {
    max-height: 656px; }

.sp .btmArea .btmArea_line {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  margin: 48px auto 0;
  width: 630px;
  height: 100px;
  background: url(/dessert/images/top/btn_line_sp.png) 0 0 no-repeat; }
  .sp .btmArea .btmArea_line a {
    display: block;
    width: 100%;
    height: 100%; }
