@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* ==========================================================================
   reset
   ========================================================================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font: inherit;
  outline: 0;
}

button {
  font: inherit;
  outline: 0;
  cursor: pointer;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* ==========================================================================*/
/*   clearfix*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   size*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   link-underline*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   center-content*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   position-absolute*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   hover*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   icon*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   justify*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   text-height-zero*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   switch-bg-image*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   media query*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   box*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   grid*/
/* ==========================================================================*/
/* ==========================================================================
   base
   ========================================================================== */
html, body {
  height: 100%;
}

body {
  color: #292929;
  background: #f5f5f5;
  font-family: Arial, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  /* 後で消す */
}

body > #pagetop {
  display: none;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
    letter-spacing: 0;
  }
}

::-moz-selection {
  color: #fff;
  background: #295fcb;
}

::selection {
  color: #fff;
  background: #295fcb;
}

a {
  color: #295fcb;
  text-decoration: underline;
}

a:hover, a:active {
  color: #295fcb;
  text-decoration: none;
}

/* ==========================================================================*/
/*   clearfix*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   size*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   link-underline*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   center-content*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   position-absolute*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   hover*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   icon*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   justify*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   text-height-zero*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   switch-bg-image*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   media query*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   box*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   grid*/
/* ==========================================================================*/
.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

.mt0 {
  margin-top: 0    !important;
}

.mt5 {
  margin-top: 5px  !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr0 {
  margin-right: 0    !important;
}

.mr5 {
  margin-right: 5px  !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb0 {
  margin-bottom: 0    !important;
}

.mb5 {
  margin-bottom: 5px  !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml0 {
  margin-left: 0    !important;
}

.ml5 {
  margin-left: 5px  !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.disabled:hover, .disabled:active {
  opacity: 0.4;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.notes li {
  padding-left: 1em;
  text-indent: -1em;
}

/* ==========================================================================
   library
   ========================================================================== */
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent;
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  /*overflow: hidden;*/　/*161121削除*/
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  /*overflow: hidden;*/  /*161121削除*/
  width: auto;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .mCustomScrollBox,.mCSB_container{
    overflow: hidden;
  }
}
/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/


/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 4px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -10px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
    ----------------------------------------
    6.1 THEMES
    ----------------------------------------
    */
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.5;
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
        sprites locations
        light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
        dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
        */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
        sprites locations
        light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
        dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
        */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
        sprites locations
        light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
        dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
        */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
        sprites locations
        light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
        dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
        */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
/* ==========================================================================
   layout - stage
   ========================================================================== */


/* ==========================================================================
   layout - background
   ========================================================================== */
#background {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  z-index: -1;
}

#background .background__inner {
  height: 100%;
  margin-left: 160px;
}

#is-charahiroba #background .background__inner {
  background: url(../img/common/bg_background.png);
}

#is-minkuji #background .background__inner {
  background: url(../img/common/bg_background_minkuji.png);
}

#is-prize #background .background__inner {
  background: url(../img/common/bg_background_prize.png);
}

@media only screen and (max-width: 768px) {
  #background .background__inner {
    margin-left: 0;
  }
}

/* ==========================================================================
   layout - foreground
   ========================================================================== */
#foreground {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  min-width: 900px;
}

@media only screen and (max-width: 768px) {
  #foreground {
    min-width: 320px;
  }
}

/* ==========================================================================
   layout - container
   ========================================================================== */
#container {
  overflow: visible;
  padding-left: 160px;
}

@media only screen and (max-width: 768px) {
  #container {
    padding-left: 0;
  }
}

/* ==========================================================================
   layout - nav
   ========================================================================== */
#nav {
  width: 160px;
  height: 100%;
  position: fixed;
  top: 0;
  box-sizing: border-box;
  background: #fff;
  z-index: 99999;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#nav:after {
  position: absolute;
  top: 0;
  right: -11px;
  width: 11px;
  height: 100%;
  content: '';
  display: block;
  background-repeat: repeat-y;
  background-position: center top;
}

#is-charahiroba #nav:after {
  background-image: url("/img/common/bg_nav_charahiroba.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #is-charahiroba #nav:after {
    background-image: url("/img/common/bg_nav_charahiroba@2x.png");
    background-size: 11px 8px;
  }
}

#is-minkuji #nav:after {
  background-image: url("/img/common/bg_nav_minkuji.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #is-minkuji #nav:after {
    background-image: url("/img/common/bg_nav_minkuji@2x.png");
    background-size: 11px 8px;
  }
}

#is-prize #nav:after {
  background-image: url("/img/common/bg_nav_prize.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #is-prize #nav:after {
    background-image: url("/img/common/bg_nav_prize@2x.png");
    background-size: 11px 8px;
  }
}

@media only screen and (max-width: 768px) {
  #nav {
    left: -171px;
    padding: 38px 0 12px;
  }
  #nav .nav__inner {
    overflow: auto;
    height: 100%;
  }
  .is-show-menu #nav {
    left: 0;
  }
}

/* ==========================================================================
   layout - header
   ========================================================================== */
#header {
  position: relative;
  min-width: 740px;
}

@media only screen and (max-width: 768px) {
  #header {
    min-width: 320px;
    padding-top: 48px;
  }
}

/* ==========================================================================
   layout - content
   ========================================================================== */
#content .content__inner {
  padding: 32px 94px 0 32px;
}

.is-index #content .content__inner {
  padding: 2.935779816% 94px 0 32px;
}

@media only screen and (max-width: 768px) {
  #content .content__inner {
    padding: 16px 1.25% 0;
  }
  .is-index #content .content__inner {
    padding: 32px 1.25% 0;
  }
}

/* ==========================================================================
   layout - footer
   ========================================================================== */
#footer {
  min-width: 740px;
  margin-top: 46px;
}

@media only screen and (max-width: 768px) {
  #footer {
    min-width: 320px;
    margin-top: 9.523809523%;
  }
}

/* ==========================================================================
   block - nav
   ========================================================================== */
#nav .close {
  display: none;
}

#nav .logo {
  font-size: 0;
  line-height: 0;
  width: 100%;
  text-align: center;
}

#nav .logo a {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
}

#nav .logo--furyu {
  margin-top: 24px;
}

#nav .logo--furyu a {
  width: 105px;
  height: 32px;
  background-image: url("/img/common/logo_furyu.png");
  background-size: contain;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #nav .logo--furyu a {
    background-image: url("/img/common/logo_furyu@2x.png");
    background-size: 100px 16px;
  }
}

#nav .logo--charahiroba {
  margin-top: 8px;
}

#nav .logo--charahiroba a {
  width: 100px;
  height: 96px;
  background-image: url("/img/common/logo_charahiroba.png");
}

.breakpoint-1  #nav .logo--charahiroba a {
  background-image: url("/img/common/logo_charahiroba@2x.png");
  background-size: 100px 96px;
}

#nav .logo--minkuji {
  margin-top: 24px;
}

#nav .logo--minkuji a {
  width: 96px;
  height: 96px;
  background-image: url("/img/common/logo_minkuji.png");
}

.breakpoint-1 #nav .logo--minkuji a {
  background-image: url("/img/common/logo_minkuji@2x.png");
  background-size: 96px 96px;
}

#nav .logo--prize {
  margin-top: 58px;
}

#nav .logo--prize a {
  width: 128px;
  height: 60px;
  background-image: url("/img/common/logo_prize.png");
}

.breakpoint-1 #nav .logo--prize a {
  background-image: url("/img/common/logo_prize@2x.png");
  background-size: 128px 60px;
}

#nav .menu {
  position: relative;
  margin-top: 40px;
  padding: 0 12px;
}

#nav .menu + .menu {
  margin-top: 0;
}

#nav .menu > li + li {
  margin-top: 30px;
}

#nav .menu > li > a {
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#nav .menu__child {
  display: none;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 1.2;
}

#nav .menu__child li {
  margin-top: 24px;
}

#nav .menu__child li + li {
  margin-top: 16px;
}

#nav .menu__child a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  text-decoration: none;
}

#nav .menu__child a:hover, #nav .menu__child a:active {
  text-decoration: underline;
}

#nav .menu__child a:after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  content: '';
  display: block;
  border: solid 2px #3367cd;
}

#nav .menu--charahiroba > li > a {
  background-image: url("/img/common/bg_menu_charahiroba.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #nav .menu--charahiroba > li > a {
    background-image: url("/img/common/bg_menu_charahiroba@2x.png");
    background-size: 320px 162px;
  }
}

#nav .menu--charahiroba .menu__index > a {
  height: 26px;
  background-position: 0 0;
}

#nav .menu--charahiroba .menu__index > a:hover, #nav .menu--charahiroba .menu__index > a:active {
  background-position: -160px 0;
}

#nav .menu--charahiroba .menu__minkuji > a {
  height: 23px;
  background-position: 0 -33px;
}

#nav .menu--charahiroba .menu__minkuji > a:hover, #nav .menu--charahiroba .menu__minkuji > a:active {
  background-position: -160px -33px;
}

#nav .menu--charahiroba .menu__prize > a {
  height: 24px;
  background-position: 0 -66px;
}

#nav .menu--charahiroba .menu__prize > a:hover, #nav .menu--charahiroba .menu__prize > a:active {
  background-position: -160px -66px;
}

#nav .menu--charahiroba .menu__search > a {
  height: 25px;
  background-position: 0 -100px;
}

#nav .menu--charahiroba .menu__search > a:hover, #nav .menu--charahiroba .menu__search > a:active {
  background-position: -160px -100px;
}

#nav .menu--charahiroba .menu__mypage > a {
  height: 28px;
  background-position: 0 -134px;
}

#nav .menu--charahiroba .menu__mypage > a:hover, #nav .menu--charahiroba .menu__mypage > a:active {
  background-position: -160px -134px;
}

#nav .menu--minkuji {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 33px;
}

#nav .menu--minkuji:after {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  content: '';
  display: block;
  background: #d6d6d6;
}

#nav .menu--minkuji > li > a {
  background-image: url("/img/common/bg_menu_minkuji.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #nav .menu--minkuji > li > a {
    background-image: url("/img/common/bg_menu_minkuji@2x.png");
    background-size: 320px 129px;
  }
}

#nav .menu--minkuji .menu__news > a {
  height: 26px;
  background-position: 0 0;
}

#nav .menu--minkuji .menu__news > a:hover, #nav .menu--minkuji .menu__news > a:active {
  background-position: -160px 0;
}

#nav .menu--minkuji .menu__item > a {
  height: 25px;
  background-position: 0 -35px;
}

#nav .menu--minkuji .menu__item > a:hover, #nav .menu--minkuji .menu__item > a:active {
  background-position: -160px -35px;
}

#nav .menu--minkuji .menu__event > a {
  height: 25px;
  background-position: 0 -69px;
}

#nav .menu--minkuji .menu__event > a:hover, #nav .menu--minkuji .menu__event > a:active {
  background-position: -160px -69px;
}

#nav .menu--minkuji .menu__present > a {
  height: 26px;
  background-position: 0 -103px;
}

#nav .menu--minkuji .menu__present > a:hover, #nav .menu--minkuji .menu__present > a:active {
  background-position: -160px -103px;
}

#nav .menu--prize {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 33px;
}

#nav .menu--prize:after {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  content: '';
  display: block;
  background: #d6d6d6;
}

#nav .menu--prize > li > a {
  background-image: url("/img/common/bg_menu_prize.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #nav .menu--prize > li > a {
    background-image: url("/img/common/bg_menu_prize@2x.png");
    background-size: 320px 129px;
  }
}

#nav .menu--prize .menu__news > a {
  height: 26px;
  background-position: 0 0;
}

#nav .menu--prize .menu__news > a:hover, #nav .menu--prize .menu__news > a:active {
  background-position: -160px 0;
}

#nav .menu--prize .menu__item > a {
  height: 25px;
  background-position: 0 -35px;
}

#nav .menu--prize .menu__item > a:hover, #nav .menu--prize .menu__item > a:active {
  background-position: -160px -35px;
}

#nav .menu--prize .menu__event > a {
  height: 25px;
  background-position: 0 -69px;
}

#nav .menu--prize .menu__event > a:hover, #nav .menu--prize .menu__event > a:active {
  background-position: -160px -69px;
}

#nav .menu--prize .menu__present > a {
  height: 26px;
  background-position: 0 -103px;
}

#nav .menu--prize .menu__present > a:hover, #nav .menu--prize .menu__present > a:active {
  background-position: -160px -103px;
}

#nav .member {
  margin-top: 32px;
  text-align: center;
  padding: 0 8px;
}

#nav .member a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#nav .member a:hover, #nav .member a:active {
  opacity: 0.7;
}
#nav .member img {
  width: 100%;
}

#nav .sub-menu {
  position: relative;
  margin-top: 32px;
  padding-top: 33px;
  font-size: 11px;
  text-align: center;
  padding-bottom: 50px;
}

#nav .sub-menu:after {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  content: '';
  display: block;
  background: #d6d6d6;
}

#nav .sub-menu__inner {
  display: inline-block;
  text-align: left;
}

#nav .sub-menu li + li {
  margin-top: 16px;
}

#nav .sub-menu a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  text-decoration: none;
}

#nav .sub-menu a:hover, #nav .sub-menu a:active {
  text-decoration: underline;
}

#nav .sub-menu a:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  content: '';
  display: block;
  margin-top: -4px;
  border: solid 2px #3367cd;
}

#is-charahiroba.is-index #nav .menu__index {
  display: none;
}

.is-register #nav .menu,
.is-register #nav .member,
.is-register #nav .sub-menu {
  display: none;
}

.is-scrolled #nav .logo--charahiroba {
  margin-top: 13px;
}

.is-scrolled #nav .logo--charahiroba a {
  width: 100px;
  height: 27px;
  background-image: url("/img/common/logo_charahiroba_s.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .is-scrolled #nav .logo--charahiroba a {
    background-image: url("/img/common/logo_charahiroba_s@2x.png");
    background-size: 98px 27px;
  }
}

@media only screen and (max-width: 768px) {
  #nav .menu {
    margin-top: 0;
  }
  #nav .menu > li {
    margin-top: 25px;
  }
  #nav .close {
    display: block;
    position: absolute;
    top: -30px;
    right: 5px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    text-indent: -9999px;
    z-index: 999999;
  }
  #nav .logo--minkuji,
  #nav .logo--prize {
    /*display: none;*/
  }
  #nav .member {
    margin-top: 17px;
  }
  #nav .sub-menu {
    margin-top: 17px;
    padding-top: 18px;
  }
  .breakpoint-1 #nav .logo--charahiroba a {
    background-image: url("/img/common/logo_charahiroba.png");
    background-size: 76px 73px;
  }
  .breakpoint-1 #nav .logo--minkuji a {
    background-image: url("/img/common/logo_minkuji.png");
    background-size: 76px 76px;
  }
  .breakpoint-1 #nav .logo--prize a {
    background-image: url("/img/common/logo_prize.png");
    background-size: 96px 45px;
  }
  #nav .logo--charahiroba a {
      width: 76px;
      height: 73px;
  }
  #nav .logo--minkuji a {
      width: 76px;
      height: 76px;
  }
  #nav .logo--prize a {
      width: 96px;
      height: 45px;
  }
  .is-scrolled #nav .logo--charahiroba a {
      width: 76px;
      height: 73px;
  }
  #nav .logo--furyu a {
    width: 76px;
    height: 12px;
    background-image: url(/img/common/logo_furyu@2x.png);
    background-size: 76px 12px;
  }
  .is-scrolled #nav .logo--charahiroba,
  #nav .logo--minkuji,
    #nav .logo--prize,
  #nav .logo--furyu {
    margin: 8px 0 0 0;
  }
  #is-charahiroba #nav .close {
    background-image: url(/img/common/btn_menu_close_charahiroba_sp.png);
  }
  #is-minkuji #nav .close {
    background-image: url(/img/common/btn_menu_close_minkuji_sp.png);
  }
  #is-prize #nav .close {
    background-image: url(/img/common/btn_menu_close_prize_sp.png);
  }
}

/* ==========================================================================
   block - header
   ========================================================================== */
#header .header__top {
  display: none;
}

@media only screen and (max-width: 768px) {
  #header .header__top {
    box-sizing: border-box;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
    text-align: center;
    z-index: 7999;
  }
  #header .header__top::after {
    content: "";
    display: block;
    width: 64px;
    height: 24px;
    background: url(/img/common/renew/logo_furyu.png) no-repeat center;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    position: absolute;
  }
}

@media only screen and (max-width: 768px) {
  #header .header__top .logo {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 768px) {
  #header .header__top .button-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    text-indent: -9999px;
  }
}

#header .header__middle {
  display: none;
}

@media only screen and (max-width: 768px) {
  #header .header__middle {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: table;
    min-width: 224px;
    height: 48px;
    padding: 0;
    pointer-events: none;
    z-index: 8999;
  }
}

@media only screen and (max-width: 768px) {
  #header .header__middle .heading {
    color: #3367cd;
    display: table-cell;
    height: auto;
    padding: 0 48px;
    line-height: 1.2;
    background: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
  }
}

#header .header__bottom {
  box-sizing: border-box;
  max-width: 1090px;
  padding: 0 94px 0 32px;
}
#header.head-error .header__bottom p {
  padding-left: 24px;
}
@media only screen and (max-width: 768px) {
  #header .header__bottom {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: table;
    min-width: 224px;
    height: 48px;
    padding: 0;
    pointer-events: none;
    z-index: 8999;
  }
  #header.head-error .header__bottom {
    display: block;
    margin-top: 24px;
    position: static;
    transform: none;
    height: auto;
    padding: 0 4%;
  }
  #header.head-error .header__bottom .heading{
    padding: 0;
  }
  #header.head-error .header__bottom p {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #header .header__bottom .heading {
    display: table-cell;
    height: auto;
    padding: 0 48px;
    line-height: 1.2;
    background: none;
    box-shadow: none;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
  }
}
@media only screen and (max-width: 768px) {
  #header .header__bottom--mypage {
    margin: 10.256410256% 0 5%;
    position: static;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: block;
    min-width: 0;
    height: auto;
    padding: 0 1.25%;
    pointer-events: auto;
  }
}

@media only screen and (max-width: 768px) {
  #header .header__bottom--mypage .heading--mypage {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
    background-image: url("/img/mypage/icn_name.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 12px center;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px 0 36px;
    color: #292929;
    font-size: 11px;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  #header .header__bottom--mypage .heading--mypage {
    background-image: url("/img/mypage/icn_name@2x.png");
    background-size: 16px 20px;
  }
}

@media only screen and (max-width: 768px) {
  #is-charahiroba #header .header__top .button-menu {
    background-image: url(/img/common/btn_menu_open_charahiroba_sp.png);
  }
}

@media only screen and (max-width: 768px) {
  #is-charahiroba #header .header__bottom .heading {
    color: #3367cd;
  }
}

@media only screen and (max-width: 768px) {
  #is-minkuji #header .header__top .button-menu {
    background-image: url(/img/common/btn_menu_open_minkuji_sp.png);
  }
}

@media only screen and (max-width: 768px) {
  #is-minkuji #header .header__bottom .heading {
    color: #00c300;
  }
}

@media only screen and (max-width: 768px) {
  #is-prize #header .header__top .button-menu {
    background-image: url(/img/common/btn_menu_open_prize_sp.png);
  }
}

@media only screen and (max-width: 768px) {
  #is-prize #header .header__bottom .heading {
    color: #ff9300;
  }
}

@media only screen and (max-width: 768px) {
  .is-index #header .header__top .logo {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .is-register #header .header__top .button-menu {
    display: none;
  }
}

/* ==========================================================================
   block - content
   ========================================================================== */
#content .js-more-data {
  display: none;
}

/* ==========================================================================
   block - footer
   ========================================================================== */
#footer .footer__top {
  box-sizing: border-box;
  max-width: 1090px;
  padding: 0 94px 0 32px;
}

@media only screen and (max-width: 768px) {
  #footer .footer__top {
    padding: 0 1.25%;
  }
}

#footer .footer__bottom {
  position: relative;
  margin-top: 65px;
}

@media only screen and (max-width: 768px) {
  #footer .footer__bottom {
    margin-top: 25px;
  }
}

#footer .column {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #footer .column {
    display: block;
  }
}

#footer .menu {
  *zoom: 1;
  display: table-cell;
  font-size: 11px;
  vertical-align: middle;
}

#footer .menu:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  #footer .menu {
    display: block;
    text-align: center;
  }
}

#footer .menu li {
  position: relative;
  float: left;
  margin: 5px 10px 5px 0;
  padding-right: 11px;
}

#footer .menu li:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 11px;
  content: '';
  display: block;
  margin-top: -5.5px;
  background: #292929;
}

#footer .menu li:last-child:after {
  background: none;
}

@media only screen and (max-width: 768px) {
  #footer .menu li {
    position: relative;
    float: none;
    display: inline-block;
  }
}

#footer .qr {
  display: table-cell;
  box-sizing: border-box;
  width: 317px;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  #footer .qr {
    display: none;
  }
}

#footer .copyright {
  padding: 56px 0 90px;
  color: #545454;
  background: #fff;
  font-size: 12px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  #footer .copyright {
    padding: 34px 0;
    font-size: 10px;
  }
}

#footer .copyright__furyu {
  box-sizing: border-box;
  max-width: 1090px;
  padding: 0 142px 0 80px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #footer .copyright__furyu {
    padding: 0 1.25%;
  }
}

#footer .copyright__furyu dd {
  margin-top: 14px;
}

@media only screen and (max-width: 768px) {
  #footer .copyright__furyu dd {
    margin-top: 10px;
  }
}

#footer .copyright__other {
  text-align: justify;
  text-justify: distribute;
  box-sizing: border-box;
  max-width: 1090px;
  margin-top: 40px;
  padding: 0 142px 0 80px;
  word-break: break-all;
}

@media only screen and (max-width: 768px) {
  #footer .copyright__other {
    margin-top: 30px;
    padding: 0 1.25%;
  }
}

.is-register #footer .footer__top {
  display: none;
}

#is-charahiroba.is-index #footer .footer__bottom {
  margin-top: 47px;
  padding-top: 73px;
  background-image: url("/img/common/bg_footer.png");
  background-repeat: repeat-x;
  background-position: left top;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #is-charahiroba.is-index #footer .footer__bottom {
    background-image: url("/img/common/bg_footer@2x.png");
    background-size: auto auto;
  }
}

@media only screen and (max-width: 768px) {
  #is-charahiroba.is-index #footer .footer__bottom {
    margin-top: 32px;
    padding-top: 36.5px;
    background-size: auto 36.5px;
  }
}

#is-minkuji #footer .qr {
  background-image: url(/img/common/img_qr_minkuji.png);
}

#is-minkuji #footer .qr img {
  opacity: 0;
}

#is-prize #footer .qr {
  background-image: url(/img/common/img_qr_prize.png);
}

#is-prize #footer .qr img {
  opacity: 0;
}

/* ==========================================================================
   block - loading
   ========================================================================== */
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #f5f5f5;
  z-index: 999999;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  border-top: 3px solid #295fcb;
  border-right: 3px solid #295fcb;
  border-bottom: 3px solid #295fcb;
  border-left: 3px solid rgba(255, 255, 255, 0.8);
  font-size: 10px;
  text-indent: -9999em;
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
}

#loading .loader,
#loading .loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

.is-loaded #loading {
  opacity: 0;
  visibility: hidden;
}

/* ==========================================================================
   block - pagetop
   ========================================================================== */
#pagetop {
  position: absolute;
  top: -16px;
  right: 16px;
}

#pagetop a {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: block;
  overflow: hidden;
  background-image: url("/img/common/btn_pagetop.png");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #pagetop a {
    background-image: url("/img/common/btn_pagetop@2x.png");
    background-size: 16px 16px;
  }
}

#is-charahiroba #pagetop a {
  background-color: #3367cd;
}

#is-minkuji #pagetop a {
  background-color: #00c300;
}

#is-prize #pagetop a {
  background-color: #ff9300;
}

#is-charahiroba.is-index #pagetop {
  position: fixed;
  top: -121px;
  right: 27px;
  width: 113px;
  background: url(/img/common/bg_pagetop.png) repeat-y center top;
  z-index: 999;
}

@media only screen and (max-width: 768px) {
  #is-charahiroba.is-index #pagetop {
    position: absolute;
    top: 16px;
    right: 16px;
    width: auto;
    background: none;
  }
}

#is-charahiroba.is-index #pagetop .pagetop__button {
  position: absolute;
  bottom: -121px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  #is-charahiroba.is-index #pagetop .pagetop__button {
    position: static;
    bottom: auto;
    left: auto;
  }
}

#is-charahiroba.is-index #pagetop a {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  background-image: none;
  background-color: transparent;
  text-indent: 0;
}

@media only screen and (max-width: 768px) {
  #is-charahiroba.is-index #pagetop a {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-image: url("/img/common/btn_pagetop.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #3367cd;
    text-indent: -9999px;
  }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  #is-charahiroba.is-index #pagetop a {
    background-image: url("/img/common/btn_pagetop@2x.png");
    background-size: 16px 16px;
  }
}


/* ==========================================================================
   block - grid
   ========================================================================== */
.grid {
  *zoom: 1;
}
.link.grid {
  margin-top: 8px;
}
.grid:after {
  content: '';
  display: table;
  clear: both;
}

.grid__item {
  float: left;
}

.grid__item--1 {
  width: 10.373443983%;
  margin-right: 0.829875518%;
}

.grid__item--1:nth-of-type(9n) {
  margin-right: 0;
}

.grid__item--1:nth-of-type(n+10) {
  margin-top: 0.829875518%;
}

.grid__item--2 {
  width: 49.58506224%;
  margin-right: 0.829875518%;
}

.grid__item--2:nth-of-type(2n) {
  margin-right: 0;
}

.grid__item--2:nth-of-type(n+3) {
  margin-top: 0.829875518%;
}

.grid__item--3 {
  width: 32.780082987%;
  margin-right: 0.829875518%;
}

.grid__item--3:nth-of-type(3n) {
  margin-right: 0;
}

.grid__item--3:nth-of-type(n+4) {
  margin-top: 0.829875518%;
}

.grid__item--3 + .grid__item--6 {
  margin-right: 0;
}

.grid__item--4 {
  width: 24.37759336%;
  margin-right: 0.829875518%;
}

.grid__item--4:nth-of-type(4n) {
  margin-right: 0;
}

.grid__item--4:nth-of-type(n+5) {
  margin-top: 0.829875518%;
}

.grid__item--6 {
  width: 66.390041493%;
  margin-right: 0.829875518%;
}

.grid__item--6 + .grid__item--3 {
  margin-right: 0;
}

.grid__item--offset24 {
  box-sizing: border-box;
  padding-right: 2.489626556%;
}

@media only screen and (max-width: 768px) {
  .grid__item {
    float: left;
  }
  .grid__item--1 {
    width: 10.373443983%;
    margin-right: 0.829875518%;
  }
  .grid__item--1:nth-of-type(9n) {
    margin-right: 0;
  }
  .grid__item--1:nth-of-type(n+10) {
    margin-top: 0.829875518%;
  }
  .grid__item--2 {
    width: 100%;
    margin-right: 0;
  }
  .grid__item--2:nth-of-type(n+2) {
    margin-top: 2.564102564%;
  }
  .grid__item--2:nth-of-type(n+3) {
    margin-top: 2.564102564%;
  }
  .grid__item--3 {
    width: 32.780082987%;
    margin-right: 0.829875518%;
  }
  .grid__item--3:nth-of-type(3n) {
    margin-right: 0;
  }
  .grid__item--3:nth-of-type(n+4) {
    margin-top: 0.829875518%;
  }
  .grid__item--4 {
    width: 48.7179487176%;
    margin-right: 2.564102564%;
  }
  .grid__item--4:nth-of-type(2n) {
    margin-right: 0;
  }
  .grid__item--4:nth-of-type(n+3) {
    margin-top: 2.564102564%;
  }
  .grid__item--6 {
    width: 66.390041493%;
    margin-right: 0.829875518%;
  }
  .grid__item--6 + .grid__item--3 {
    margin-right: 0;
  }
  .grid__item--offset24 {
    box-sizing: border-box;
    padding-right: 2.489626556%;
  }
  .grid--news .grid__item {
    float: none;
  }
  .grid--news .grid__item--3 {
    width: 48.717948717%;
    margin: 32px auto 0;
  }
  .grid--news .grid__item--6 {
    width: auto;
    margin-right: 0;
  }
  .grid--news .grid__item--offset24 {
    padding-right: 0;
  }
  .grid--campaign .grid__item--3 {
    width: 48.717948717%;
    margin-right: 2.564102564%;
  }
  .grid--campaign .grid__item--3:nth-of-type(3n) {
    margin-right: 2.564102564%;
  }
  .grid--campaign .grid__item--3:nth-of-type(n+4) {
    margin-top: 8px;
  }
  .grid--campaign .grid__item--3:nth-of-type(2n) {
    margin-right: 0;
  }
  .grid--campaign .grid__item--3:nth-of-type(n+3) {
    margin-top: 8px;
  }
  .grid--special .grid__item--3 {
    width: 48.717948717%;
    margin-right: 2.564102564%;
  }
  .grid--special .grid__item--3:nth-of-type(3n) {
    margin-right: 2.564102564%;
  }
  .grid--special .grid__item--3:nth-of-type(n+4) {
    margin-top: 8px;
  }
  .grid--special .grid__item--3:nth-of-type(2n) {
    margin-right: 0;
  }
  .grid--special .grid__item--3:nth-of-type(n+3) {
    margin-top: 8px;
  }
  .grid--timeline .grid__item {
    float: none;
  }
  .grid--timeline .grid__item--3 {
    width: auto;
    margin-right: 0;
  }
  .grid--timeline .grid__item--3:nth-of-type(n+4) {
    margin-top: 8px;
  }
  .grid--timeline .grid__item--3:nth-of-type(n+2) {
    margin-top: 8px;
  }
}

/* ==========================================================================
   block - heading
   ========================================================================== */
.heading {
 box-sizing: border-box;
 /*height: 40px;*/
 padding: 10px 15px;
 border-radius: 20px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
}

@media only screen and (max-width: 768px) {
 .heading {
   height: 32px;
   padding: 0 12px;
   border-radius: 16px;
 }
}

.heading--brown {
 background: url(../img/common/bg_heading_brown.png);
}

.heading--blue, .heading--charahiroba {
 background: url(../img/common/bg_heading_blue.png);
}

.heading--minkuji {
 background: url(../img/common/bg_heading_green.png);
}

.heading--orange, .heading--prize {
 background: url(../img/common/bg_heading_orange.png);
}

.heading--orange, .heading--prize p{
  display: inline;
}

.heading--skyblue {
 background: url(../img/common/bg_heading_skyblue.png);
}

.heading--pink {
 background: url(../img/common/bg_heading_pink.png);
}

.heading--nemuneko {
 background: url(../img/common/bg_heading_nemuneko.png);
}

.heading--lastget {
 background: #00a0e4;
}

.heading--doubleget {
 background: #e5003d;
}

.heading--page {
 /*height: 48px;
 line-height: 48px;*/
 color: #fff;
 border-radius: 24px;
 /*font-size: 24px;*/
 font-size: 19px;
 font-weight: bold;
 text-align: center;
}

.heading--mypage {
 background-image: url("/img/mypage/icn_name.png");
 height: 40px;
 line-height: 40px;
 padding: 0 15px 0 45px;
 background-color: #fff;
 background-repeat: no-repeat;
 background-position: 20px center;
 border-radius: 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .heading--mypage {
   background-image: url("/img/mypage/icn_name@2x.png");
   background-size: 16px 20px;
 }
}

@media only screen and (max-width: 768px) {
 .heading--mypage {
   font-size: 11px;
 }
}

.heading--mypage span.name {
 margin-right: 5px;
 font-size: 16px;
 font-weight: bold;
}

@media only screen and (max-width: 768px) {
 .heading--mypage span.name {
   font-size: 14px;
 }
}

.heading--text {
 position: relative;
 padding-left: 40px;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 height: auto;
 min-height: 40px;
 line-height: 40px;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
}

@media only screen and (max-width: 768px) {
 .heading--text {
   padding: 8px 12px 8px 36px;
   font-size: 13px;
   line-height: 1.2;
   min-height: 32px;
 }
}

.heading--text:before {
 position: absolute;
 top: 50%;
 left: 8px;
 width: 16px;
 height: 16px;
 border-radius: 100%;
 content: '';
 display: block;
 margin-top: -12px;
 border: solid 4px #fff;
 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
}

@media only screen and (max-width: 768px) {
 .heading--text:before {
   position: absolute;
   top: 50%;
   left: 4px;
 }
}

@media only screen and (max-width: 768px) {
 .heading--brown {
   background: url(../img/common/bg_heading_brown.png);
 }
 .heading--blue, .heading--charahiroba {
   background: url(../img/common/bg_heading_blue.png);
 }
 .heading--minkuji {
   background: url(../img/common/bg_heading_green.png);
 }
 .heading--prize {
   background: url(../img/common/bg_heading_orange.png);
 }
 .heading--skyblue {
   background: url(../img/common/bg_heading_skyblue.png);
 }
 .heading--pink {
   background: url(../img/common/bg_heading_pink.png);
 }
 .heading + .grid {
   margin-top: 2.564102564%;
 }
}

/* ==========================================================================
   block - section
   ========================================================================== */
.section {
  *zoom: 1;
  position: relative;
}

.section:after {
  content: '';
  display: table;
  clear: both;
}

.section + .section {
  margin-top: 3.319502074%;
}

@media only screen and (max-width: 768px) {
  .section + .section {
    margin-top: 10.256410256%;
  }
}

@media only screen and (max-width: 768px) {
  .section + .button-list {
    margin-top: 10.256410256%;
  }
}

.section__column {
  float: left;
}

@media only screen and (max-width: 768px) {
  .section__column {
    float: none;
  }
}

.section__column--large {
  float: left;
  margin-right: 0.829875518%;
  width: 63.900414937%;
  margin-right: 3.319502074%;
}

@media only screen and (max-width: 768px) {
  .section__column--large {
    margin-right: 2.564102564%;
  }
}

@media only screen and (max-width: 768px) {
  .section__column--large {
    width: 63.900414937%;
    margin-right: 3.319502074%;
  }
}

@media only screen and (max-width: 768px) {
  .section__column--large {
    float: none;
    width: 100%;
  }
}

.section__column--small {
  float: left;
  width: 32.780082987%;
}

.section__column--small:nth-of-type(3n) {
  margin-right: 0;
}

.section__column--small:nth-of-type(n+4) {
  margin-top: 0.829875518%;
}

.section__column--small + .grid__item--6 {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .section__column--small {
    width: 31.623931623%;
  }
  .section__column--small:nth-of-type(3n) {
    margin-right: 0;
  }
  .section__column--small:nth-of-type(n+4) {
    margin-top: 2.564102564%;
  }
}

@media only screen and (max-width: 768px) {
  .section__column--small {
    float: none;
    width: 100%;
    margin-top: 10.256410256%;
  }
}

.section--first {
  margin-top: 3.319502074%;
}

@media only screen and (max-width: 768px) {
  .section--first {
    margin-top: 10.256410256%;
  }
}

.section--last {
  margin-bottom: 3.319502074%;
  padding-bottom: 3.526970954%;
  background-image: -webkit-image-set(url(../img/common/lin_horizontal01.png) 1x, url(../img/common/lin_horizontal01@2x.png) 2x);
  background-image: image-set(url(../img/common/lin_horizontal01.png) 1x, url(../img/common/lin_horizontal01@2x.png) 2x);
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media only screen and (max-width: 768px) {
  .section--last {
    padding-bottom: 10.256410256%;
  }
}

/* ==========================================================================
   block - list
   ========================================================================== */
/* ==========================================================================
   block - news
   ========================================================================== */
.news--charahiroba-index {
  float: left;
  margin-right: 0.829875518%;
  width: 63.900414937%;
  margin-right: 3.319502074%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .news--charahiroba-index {
    margin-right: 2.564102564%;
  }
}

@media only screen and (max-width: 768px) {
  .news--charahiroba-index {
    width: 63.900414937%;
    margin-right: 3.319502074%;
  }
}

@media only screen and (max-width: 768px) {
  .news--charahiroba-index {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.news-list {
  font-size: 12px;
  padding-top: 2px;
}

.news-list__header {
  margin-bottom: 3.319502074%;
}

@media only screen and (max-width: 768px) {
  .news-list__header {
    margin-bottom: 5.128205128%;
  }
}

.news-list__item {
  *zoom: 1;
  background-image: url("/img/common/lin_horizontal01.png");
  padding: 14px 1.716738197% 16px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.news-list__item:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .news-list__item {
    background-image: url("/img/common/lin_horizontal01@2x.png");
    background-size: 100% 2px;
  }
}

.news-list__icon {
  box-sizing: border-box;
  display: inline-block;
  height: 16px;
  margin-left: 3px;
  padding: 3px 5px;
  border-radius: 8px;
  vertical-align: -3px;
}

.news-list__icon--minkuji {
  background: #00c300;
}

.news-list__icon--prize {
  background: #ff9300;
}

.news-list__text {
  overflow: hidden;
  margin-top: 5px;
}

.news-list__text a {
  color: #292929;
  text-decoration: none;
}

.news-list__text a:hover, .news-list__text a:active {
  text-decoration: underline;
}

.news-list__footer {
  margin-top: 3.319502074%;
}

@media only screen and (max-width: 768px) {
  .news-list__footer {
    margin-top: 5.128205128%;
  }
}

.news-list--index {
  padding-left: 1.659751037%;
  padding-right: 1.659751037%;
}

#is-charahiroba .news-list--horizontal {
  height: 248px;
  overflow-y: scroll;
  margin-top: 4px;
}

@media only screen and (max-width: 768px) {
  #is-charahiroba .news-list--horizontal {
    height: 380px;
  }
}

.news-list--horizontal .news-list__date {
  float: left;
  width: 18.888888888%;
}

.news-list--horizontal .news-list__text {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .news-list--horizontal .news-list__date {
    float: none;
    width: 100%;
  }
  .news-list--horizontal .news-list__text {
    margin-top: 5px;
  }
}

.news-list--top-border {
  background-image: url("/img/common/lin_horizontal01.png");
  background-repeat: repeat-x;
  background-position: left top;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .news-list--top-border {
    background-image: url("/img/common/lin_horizontal01@2x.png");
    background-size: 100% 2px;
  }
}

.news-detail__body {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  padding-bottom: 3.319502074%;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .news-detail__body {
    padding: 5.128205128% 3.846153846%;
  }
}

.news-detail__body img {
  max-width: 100%;
  height: auto;
}

.news-detail__inner {
  padding: 3.319502074% 16.804979253% 0;
}

@media only screen and (max-width: 768px) {
  .news-detail__inner {
    padding: 0;
  }
}

.news-detail__date {
  *zoom: 1;
  margin-bottom: 2.75%;
}

.news-detail__date:after {
  content: '';
  display: table;
  clear: both;
}

.news-detail__icon {
  box-sizing: border-box;
  display: inline-block;
  float: right;
  height: 16px;
  margin-left: 3px;
  padding: 3px 5px;
  border-radius: 8px;
  vertical-align: -3px;
}

.news-detail__icon--minkuji {
  background: #00c300;
}

.news-detail__icon--prize {
  background: #ff9300;
}

.news-detail__title {
  text-align: justify;
  text-justify: distribute;
  margin-bottom: 1.5625%;
  color: #3367cd;
  font-size: 16px;
  font-weight: bold;
}

.news-detail__heading {
  text-align: justify;
  text-justify: distribute;
  margin-top: 3.75%;
  font-size: 14px;
  font-weight: bold;
}

.news-detail__text {
  text-align: justify;
  text-justify: distribute;
  margin-top: 2.1875%;
  margin-top: 14px;
}

.news-detail__footer {
  margin-top: 3.319502074%;
  text-align: center;
}

.news-detail__button-list {
  *zoom: 1;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.news-detail__button-list:after {
  content: '';
  display: table;
  clear: both;
}

.news-detail__button {
  width: 250px !important;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  /* width: 32.780082987%; */
}

.news-detail__button:nth-of-type(n+2) {
  margin-left: 1.25%;
}

/* ==========================================================================
   block - timeline
   ========================================================================== */
.timeline {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  background: #fff;
}

.timeline--minkuji-index:nth-of-type(n+2), .timeline--prize-index:nth-of-type(n+2) {
  margin-top: 10.126582278%;
}

@media only screen and (max-width: 768px) {
  .timeline--minkuji-index:nth-of-type(n+2), .timeline--prize-index:nth-of-type(n+2) {
    margin-top: 2.564102564%;
  }
}

.timeline__header {
  *zoom: 1;
  padding: 3.797468354%;
  background: #f0f0f0;
}

.timeline__header:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .timeline__header {
    padding: 3.846153846%;
  }
}

.timeline__icon {
  float: left;
  margin-right: 10px;
}

.timeline__category {
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}

.timeline__body {
  height: 340px;
  padding: 5.063291139% 6.962025316%;
}
/*------
.nemunekoH206{
  height: 206px;
}
------*/
.nemunekoH240{
  height: 240px;
}

@media only screen and (max-width: 768px) {
  .timeline__body {
    padding: 5.128205128%;
  }
}

.timeline__content {
  overflow-y: hidden;
  height: 100%;
}

.timeline__content .twitter-timeline {
  margin-top: -1px !important;
}

@media only screen and (max-width: 768px) {
  .timeline__content .twitter-timeline {
    width: 100% !important;
  }
}

.timeline__footer {
  padding: 0 5.063291139% 5.063291139%;
}

.timeline--twitter .timeline__category dd {
  color: #00aaff;
}

.timeline--twitter .timeline__button a {
  background: #00aaff;
}

.timeline--twitter .timeline__button a:after {
  border-color: transparent transparent transparent #00aaff;
}

.timeline--blog .timeline__category dd {
  color: #ef800b;
}

.timeline--blog .timeline__content {
  overflow-y: scroll;
}

.timeline--blog .timeline__button a {
  background: #ef800b;
}

.timeline--blog .timeline__button a:after {
  border-color: transparent transparent transparent #ef800b;
}

.timeline-list {
  *zoom: 1;
  margin-top: 1.659751037%;
}

.timeline-list:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .timeline-list {
    margin-top: 2.564102564%;
  }
}

.timeline-list__item {
  float: left;
  margin-right: 0.829875518%;
  width: 32.780082987%;
}

@media only screen and (max-width: 768px) {
  .timeline-list__item {
    margin-right: 2.564102564%;
  }
}

.timeline-list__item:nth-of-type(3n) {
  margin-right: 0;
}

.timeline-list__item:nth-of-type(n+4) {
  margin-top: 0.829875518%;
}

.timeline-list__item + .grid__item--6 {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .timeline-list__item {
    width: 31.623931623%;
  }
  .timeline-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .timeline-list__item:nth-of-type(n+4) {
    margin-top: 2.564102564%;
  }
}

@media only screen and (max-width: 768px) {
  .timeline-list__item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .timeline-list__item:nth-of-type(n+2) {
    margin-top: 2.564102564%;
  }
}

.timeline-list--single {
  margin-top: 5.063291139%;
}

@media only screen and (max-width: 768px) {
  .timeline-list--single {
    margin-top: 2.564102564%;
  }
}

.timeline-list--single .timeline-list__item {
  width: 100%;
}

.timeline-blog {
  line-height: 1.3;
}

.timeline-blog__item {
  padding: 0 8px;
}

.timeline-blog__item:nth-of-type(n+2) {
  margin-top: 18px;
  padding-top: 18px;
  border-top: solid 1px #e0e0e0;
}

.timeline-blog__date {
  font-size: 12px;
  font-weight: bold;
}

.timeline-blog__title {
  text-align: justify;
  text-justify: distribute;
  margin-top: 3px;
  font-size: 13px;
  font-weight: bold;
}

.timeline-blog__title a {
  color: #f0800c;
  text-decoration: none;
}

.timeline-blog__text {
  text-align: justify;
  text-justify: distribute;
  margin-top: 3px;
  font-size: 12px;
}

.timeline-link {
  margin-bottom: 5.063291139%;
}

@media only screen and (max-width: 768px) {
  .timeline-link:nth-of-type(1) {
    margin-bottom: 2.564102564%;
  }
}

.timeline-link--last {
  margin-top: 5.063291139%;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .timeline-link--last {
    margin-bottom: 2.564102564%;
  }
}

.timeline-link--prize .timeline-link__header {
  background: #ff9300;
}

.timeline-link a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  display: block;
  color: #292929;
  background: #fff;
  text-decoration: none;
}

.timeline-link a:hover, .timeline-link a:active {
  opacity: 0.7;
}

.timeline-link__header {
  padding: 5.063291139%;
  color: #fff;
  background: #00aaff;
  font-weight: bold;
  line-height: 1;
}

.timeline-link__body {
  position: relative;
  box-sizing: border-box;
  display: table;
  width: 100%;
  padding: 2.531645569% 15.189873417% 2.531645569% 5.063291139%;
}

.timeline-link__body:before {
  position: absolute;
  top: 50%;
  right: 7.59494%;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-top: -8px;
  content: '';
  display: block;
  background: #00aaff;
}

.timeline-link__body:after {
  position: absolute;
  top: 50%;
  right: 8.86076%;
  width: 0;
  height: 0;
  margin-top: -4px;
  content: '';
  display: block;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #fff;
}

.timeline-link__image, .timeline-link__title {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.timeline-link__image {
  width: 22.222222222%;
}

.timeline-link__image img {
  width: 100%;
  height: auto;
}

.timeline-link__title {
  width: 77.777777777%;
  padding-left: 4.081632653%;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .timeline__header {
    padding: 12px;
  }
  .timeline__body {
    padding: 16px;
  }
  .timeline__blog {
    line-height: 1.3;
  }
  .timeline__blog li {
    padding: 0 8px;
  }
  .timeline__blog li + li {
    margin-top: 18px;
    padding-top: 18px;
    border-top: solid 1px #e0e0e0;
  }
  .timeline__button {
    margin-top: 16px;
  }
}

/* ==========================================================================
   block - special
   ========================================================================== */
.special-list {
  margin-top: 1.659751037%;
}

@media only screen and (max-width: 768px) {
  .special-list {
    margin-top: 2.564102564%;
  }
}

.special-list__item {
  float: left;
  margin-right: 0.829875518%;
  width: 32.780082987%;
}

@media only screen and (max-width: 768px) {
  .special-list__item {
    margin-right: 2.564102564%;
  }
}

.special-list__item:nth-of-type(3n) {
  margin-right: 0;
}

.special-list__item:nth-of-type(n+4) {
  margin-top: 0.829875518%;
}

.special-list__item + .grid__item--6 {
  margin-right: 0;
}

.special-list__item .special-list__image {
  max-height: 114px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .special-list__item {
    width: 32.780082987%;
  }
  .special-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .special-list__item:nth-of-type(n+4) {
    margin-top: 0.829875518%;
  }
}

@media only screen and (max-width: 768px) {
  .special-list__item {
    float: left;
    margin-right: 0.829875518%;
    width: 49.58506224%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .special-list__item {
    margin-right: 2.564102564%;
  }
}

@media only screen and (max-width: 768px) {
  .special-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .special-list__item:nth-of-type(n+3) {
    margin-top: 1.659751037%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .special-list__item {
    width: 48.717948717%;
  }
  .special-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .special-list__item:nth-of-type(n+3) {
    margin-top: 2.564102564%;
  }
}

@media only screen and (max-width: 768px) {
  .special-list__item:nth-of-type(3n) {
    margin-right: 2.564102564%;
  }
  .special-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.special-list__item--minkuji .special-list__text span {
  background-image: url("/img/common/logo_minkuji_s.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .special-list__item--minkuji .special-list__text span {
    background-image: url("/img/common/logo_minkuji_s@2x.png");
    background-size: 56px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .special-list__item--minkuji .special-list__text span {
    background-image: url(/img/common/logo_minkuji_s_sp.png);
    background-size: 32px 12px;
  }
}

.special-list__item--prize .special-list__text span {
  background-image: url("/img/common/logo_prize_s.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .special-list__item--prize .special-list__text span {
    background-image: url("/img/common/logo_prize_s@2x.png");
    background-size: 52px 24px;
  }
}

@media only screen and (max-width: 768px) {
  .special-list__item--prize .special-list__text span {
    background-image: url(/img/common/logo_prize_s_sp.png);
    background-size: 35px 16px;
  }
}

.special-list__item--goods .special-list__text span {
  background-image: url("/img/common/logo_goods_s.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .special-list__item--goods .special-list__text span {
    background-image: url("/img/common/logo_goods_s@2x.png");
    background-size: 52px 24px;
  }
}

@media only screen and (max-width: 768px) {
  .special-list__item--goods .special-list__text span {
    background-image: url(/img/common/logo_goods_s_sp.png);
    background-size: 35px 16px;
  }
}

.special-list a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  display: block;
  background: #fff;
  text-decoration: none;
}

.special-list a:hover, .special-list a:active {
  opacity: 0.7;
}

.special-list__image img {
  width: 100%;
  height: auto;
}

.special-list__text {
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 50px;
  min-height: 50px;
  padding: 0 5.063291139%;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
}

.special-list__text span {
  display: table-cell;
  padding-right: 60px;
  color: #295fcb;
  background-repeat: no-repeat;
  background-position: right center;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .special-list__text {
    min-height: 32px;
    padding: 0 8px;
    font-size: 11px;
    line-height: 1.1;
  }
  .special-list__text span {
    padding: 15px 40px 15px 0;
  }
}

/* ==========================================================================
   block - campaign
   ========================================================================== */
.campaign-list {
  *zoom: 1;
  margin-top: 1.659751037%;
}

.campaign-list:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .campaign-list {
    margin-top: 2.564102564%;
  }
}

.campaign-list__item {
  float: left;
  margin-right: 0.829875518%;
  width: 32.780082987%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  position: relative;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .campaign-list__item {
    margin-right: 2.564102564%;
  }
}

.campaign-list__item:nth-of-type(3n) {
  margin-right: 0;
}

.campaign-list__item:nth-of-type(n+4) {
  margin-top: 0.829875518%;
}

.campaign-list__item + .grid__item--6 {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .campaign-list__item {
    width: 32.780082987%;
  }
  .campaign-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .campaign-list__item:nth-of-type(n+4) {
    margin-top: 0.829875518%;
  }
}

@media only screen and (max-width: 768px) {
  .campaign-list__item {
    float: left;
    margin-right: 0.829875518%;
    width: 49.58506224%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .campaign-list__item {
    margin-right: 2.564102564%;
  }
}

@media only screen and (max-width: 768px) {
  .campaign-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .campaign-list__item:nth-of-type(n+3) {
    margin-top: 1.659751037%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .campaign-list__item {
    width: 48.717948717%;
  }
  .campaign-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .campaign-list__item:nth-of-type(n+3) {
    margin-top: 2.564102564%;
  }
}

.campaign-list__item--minkuji .campaign-list__inner {
  background: url(../img/common/logo_minkuji_s_white.png) no-repeat right 9.49367% top 24px;
}

.campaign-list__item--minkuji .campaign-list__date {
  background: url(../img/common/bg_date_campaign_minkuji.png) no-repeat right top;
}

.campaign-list__item--prize .campaign-list__inner {
  background: url(../img/common/logo_prize_s_white.png) no-repeat right 9.49367% top 24px;
}

.campaign-list__item--prize .campaign-list__date {
  background: url(../img/common/bg_date_campaign_prize.png) no-repeat right top;
}

.campaign-list__item--charahiroba .campaign-list__inner {
  background: url(../img/common/logo_charahiroba_s_white.png) no-repeat right 9.49367% top 24px;
}
.campaign-list__item--charahiroba .campaign-list__date {
  background: url(../img/common/bg_date_campaign_charahiroba.png) no-repeat right top;
}

.campaign-list__item:hover .campaign-list__text, .campaign-list__item:active .campaign-list__text {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.campaign-list a {
  display: block;
}

.campaign-list__image img {
  width: 100%;
  height: auto;
}

.campaign-list__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media only screen and (max-width: 768px) {
  .campaign-list__text {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    display: none;
  }
}

.campaign-list__inner {
  padding: 60px 9.493670886% 64px;
}

.campaign-list__date {
  position: absolute;
  top: 24px;
  left: 0;
  box-sizing: border-box;
  width: 119px;
  padding-left: 9.493670886%;
  font-size: 11px;
  font-weight: bold;
}

.campaign-list__title {
  text-align: justify;
  text-justify: distribute;
  font-weight: bold;
  line-height: 1.3;
}

.campaign-list__outline {
  text-align: justify;
  text-justify: distribute;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.3;
}

.campaign-list__button {
  position: absolute;
  bottom: 30px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 9.493670886%;
  font-size: 13px;
  text-align: center;
}

/* ==========================================================================
   block - banner
   ========================================================================== */
.banner a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  display: block;
}

.banner a:hover, .banner a:active {
  opacity: 0.7;
}

.banner img {
  width: 100%;
  height: auto;
}

.banner--charahiroba-index {
  float: left;
  width: 32.780082987%;
}

.banner--charahiroba-index:nth-of-type(3n) {
  margin-right: 0;
}

.banner--charahiroba-index:nth-of-type(n+4) {
  margin-top: 0.829875518%;
}

.banner--charahiroba-index + .grid__item--6 {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .banner--charahiroba-index {
    width: 32.780082987%;
  }
  .banner--charahiroba-index:nth-of-type(3n) {
    margin-right: 0;
  }
  .banner--charahiroba-index:nth-of-type(n+4) {
    margin-top: 0.829875518%;
  }
}

@media only screen and (max-width: 768px) {
  .banner--charahiroba-index {
    float: none;
    width: 51.252051282%;
    margin: 10.256410256% auto 0;
  }
}

.banner-list {
  margin-top: 5.80912863%;
  text-align: center;
}

.banner-list li {
  display: inline-block;
  width: 16.597510373%;
}

.banner-list li + li {
  margin-left: 1.659751037%;
}

.banner-list a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner-list a:hover, .banner-list a:active {
  opacity: 0.7;
}

.banner-list img {
  width: 100%;
  height: auto;
}

.banner-fixed {
  position: fixed;
  bottom: 0;
  right: 140px;
  padding: 8px 4px 4px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 999;
}

@media only screen and (max-width: 768px) {
  .banner-fixed {
    display: none;
  }
}

.banner-fixed__close {
  padding: 0 4px;
  line-height: 0;
  text-align: right;
  cursor: pointer;
}

.banner-fixed__item {
  margin-top: 8px;
}

.banner-fixed__item a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner-fixed__item a:hover, .banner-fixed__item a:active {
  opacity: 0.7;
}

.is-hide-fixed-banner .banner-fixed {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

/* ==========================================================================
   block - pickup
   ========================================================================== */
.pickup {
 *zoom: 1;
 margin-top: 1.659751037%;
}

.pickup:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .pickup {
   position: relative;
   margin-top: 8px;
   padding: 10px 0;
   border-radius: 16px;
   box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 }
}

.pickup + .pickup {
 margin-top: 1.348547717%;
}

@media only screen and (max-width: 768px) {
 .pickup + .pickup {
   margin-top: 8px;
 }
}

.pickup--minkuji {
 position: relative;
}

@media only screen and (max-width: 768px) {
 .pickup--minkuji {
   background: url(../img/common/bg_heading_green.png);
 }
}

.pickup--minkuji .pickup-header {
 background: url(/img/common/bg_heading_green.png);
}

@media only screen and (max-width: 768px) {
 .pickup--minkuji .pickup-header {
   background: none;
 }
}

.pickup--minkuji .pickup-footer .slick-arrow {
 background-color: #00c300;
}

@media only screen and (max-width: 768px) {
 .pickup--minkuji .pickup-footer .slick-arrow {
   background-color: #000;
 }
}

.pickup--minkuji .pickup-text__date {
 color: #00c300;
}

.pickup--prize {
 position: relative;
}

@media only screen and (max-width: 768px) {
 .pickup--prize {
   background: url(../img/common/bg_heading_orange.png);
 }
}

.pickup--prize .pickup-header {
 background: url(/img/common/bg_heading_orange.png);
}

@media only screen and (max-width: 768px) {
 .pickup--prize .pickup-header {
   background: none;
 }
}

.pickup--prize .pickup-footer .slick-arrow {
 background-color: #ff9300;
}

@media only screen and (max-width: 768px) {
 .pickup--prize .pickup-footer .slick-arrow {
   background-color: #000;
 }
}

.pickup--prize .pickup-text__date {
 color: #ff9300;
}

#is-charahiroba .pickup--minkuji, #is-charahiroba .pickup--prize {
 position: static;
}

@media only screen and (max-width: 768px) {
 #is-charahiroba .pickup--minkuji, #is-charahiroba .pickup--prize {
   position: relative;
 }
}

.pickup-header {
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 position: relative;
 float: left;
 width: 29.460580912%;
 margin-right: 5px;
 padding-top: 13.278008298%;
}

@media only screen and (max-width: 768px) {
 .pickup-header {
   position: static;
   float: none;
   width: auto;
   padding-top: 0;
   border-radius: 0;
   box-shadow: none;
 }
}

.pickup-header__category {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
 .pickup-header__category {
   position: relative;
   top: 0;
   left: 0;
   -webkit-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   transform: translate(0, 0);
   text-align: center;
 }
}

.pickup-header__controller .slick-arrow {
 transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 width: 24px;
 height: 24px;
 overflow: hidden;
 position: absolute;
 top: 50%;
 margin-top: -12px;
 border: none;
 background-color: transparent;
 background-repeat: no-repeat;
 background-position: center center;
 text-indent: -9999px;
 z-index: 999;
}

.pickup-header__controller .slick-arrow:hover, .pickup-header__controller .slick-arrow:active {
 opacity: 0.7;
}

@media only screen and (max-width: 768px) {
 .pickup-header__controller .slick-arrow {
   width: 32px;
   height: 32px;
   margin-top: -16px;
 }
}

.pickup-header__controller .slick-next {
 right: 8px;
 background-image: url("/img/common/arw_pickup_prev.png");
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .pickup-header__controller .slick-next {
   background-image: url("/img/common/arw_pickup_prev@2x.png");
   background-size: 24px 24px;
 }
}

@media only screen and (max-width: 768px) {
 .pickup-header__controller .slick-next {
   right: 12px;
   background-image: url(../img/common/arw_pickup_prev_sp.png);
   background-size: 32px 32px;
 }
}

.pickup-header__controller .slick-prev {
 left: 8px;
 background-image: url("/img/common/arw_pickup_next.png");
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .pickup-header__controller .slick-prev {
   background-image: url("/img/common/arw_pickup_next@2x.png");
   background-size: 24px 24px;
 }
}

@media only screen and (max-width: 768px) {
 .pickup-header__controller .slick-prev {
   right: 12px;
   background-image: url(../img/common/arw_pickup_next_sp.png);
   background-size: 32px 32px;
 }
}

.pickup-slider {
 position: relative;
 margin-top: 1.659751037%;
}

@media only screen and (max-width: 768px) {
 .pickup-slider {
   float: none;
   width: 66.666666666%;
   margin: 12px auto 0;
   padding: 0 0 3px;
 }
}

.pickup-slider__inner {
 overflow: hidden;
}

.pickup-slider__item {
 float: left;
 width: 18.823529411%;
 margin-right: 8px;
}
.pickup-slider__inner .slick-track {
  display: flex;
}
.pickup-slider__inner .slick-slide {
  height: auto !important;
}
@media only screen and (max-width: 768px) {
 .pickup-slider__item {
   margin-right: 3px;
 }
}

.pickup-slider__item a {
 transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 display: block;
 text-decoration: none;
 height: 100%;
 background: #fff;
}

.pickup-slider__item a:hover, .pickup-slider__item a:active {
 opacity: 0.7;
}

.pickup-slider__item img {
 width: 100%;
 height: auto;
}

.pickup-slider .slick-list {
 *zoom: 1;
 margin-right: -5px;
 padding: 0 3px 3px;
}

.pickup-slider .slick-list:after {
 content: '';
 display: table;
 clear: both;
}

.pickup-slider .slick-dots {
 font-size: 0;
 line-height: 0;
 padding-top: 4.807692307%;
 text-align: center;
}

.pickup-slider .slick-dots li {
 display: inline-block;
 margin: 0 2px;
}

.pickup-slider .slick-dots button {
 width: 12px;
 height: 12px;
 border-radius: 100%;
 overflow: hidden;
 padding: 0;
 border: solid 2px #fff;
 background: none;
 text-indent: -9999px;
}

.pickup-slider .slick-dots .slick-active button {
 background: #fff;
}

.pickup-txt {
  display: flex;
  flex-direction: column;
  padding: 8px;
  color: #292929;
  background: #fff;
}
.pickup-campaign {
  flex-grow: 1;
}
.pickup-item {
  flex-grow: 1;
  padding-top: 4px;
}
.pickup-footer__controller .slick-arrow {
 width: 32px;
 height: 32px;
 border-radius: 100%;
 overflow: hidden;
 position: absolute;
 top: 50%;
 margin-top: -16px;
 border: none;
 background-repeat: no-repeat;
 text-indent: -9999px;
 z-index: 999;
}

.pickup-footer__controller .slick-next {
 background-image: url("/img/common/arw_pickup_prev2.png");
 right: -13px;
 background-position: 9px center;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .pickup-footer__controller .slick-next {
   background-image: url("/img/common/arw_pickup_prev2@2x.png");
   background-size: 12px 14px;
 }
}

.pickup-footer__controller .slick-prev {
 background-image: url("/img/common/arw_pickup_next2.png");
 left: -13px;
 background-position: 11px center;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .pickup-footer__controller .slick-prev {
   background-image: url("/img/common/arw_pickup_next2@2x.png");
   background-size: 12px 14px;
 }
}

@media only screen and (max-width: 768px) {
 .pickup-footer__controller .slick-next {
   right: 12px;
 }
 .pickup-footer__controller .slick-prev {
   left: 12px;
 }
}

.pickup-text {
 line-height: 1.3;
}

@media only screen and (max-width: 768px) {
 .pickup-text {
   display: none;
 }
}

.pickup-text__item {
 width: 160px;
 height: auto;
 box-sizing: border-box;
 position: absolute;
 padding: 8px;
 border-radius: 8px;
 color: #fff;
 background: rgba(0, 0, 0, 0.9);
 visibility: hidden;
 opacity: 0;
 transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.pickup-text__item.is-active {
 visibility: visible;
 opacity: 1;
}

.pickup-text__item:after {
 position: absolute;
 bottom: -13px;
 left: 16px;
 width: 0;
 height: 0;
 content: '';
 display: block;
 border-style: solid;
 border-width: 13px 8px 0 8px;
 border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
}

.pickup-text__date {
 font-size: 11px;
}

.pickup-text__date--minkuji {
 color: #00c300;
}

.pickup-text__date--prize {
 color: #ff9300;
}

.pickup-text__title {
 text-align: justify;
 text-justify: distribute;
 margin-top: 3px;
 font-size: 12px;
 font-weight: bold;
}

.pickup-text__outline {
 text-align: justify;
 text-justify: distribute;
 margin-top: 6px;
 font-size: 10px;
}

/* ==========================================================================
   block - search
   ========================================================================== */
.search-category {
  box-sizing: border-box;
  max-width: 1090px;
  padding: 0 94px 0 32px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .search-category {
    padding: 0 1.25%;
    position: relative;
    z-index: 100;
  }
}

.search-category__inner {
  *zoom: 1;
  margin-top: 3.319502074%;
}

.search-category__inner:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .search-category__inner {
    margin-top: 3.846153846%;
  }
}

.search-category__button {
  float: left;
  margin-right: 0.829875518%;
  width: 32.780082987%;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  height: 40px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-indent: -9999px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .search-category__button {
    margin-right: 2.564102564%;
  }
}

.search-category__button:nth-of-type(3n) {
  margin-right: 0;
}

.search-category__button:nth-of-type(n+4) {
  margin-top: 0.829875518%;
}

.search-category__button + .grid__item--6 {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .search-category__button {
    width: 32.780082987%;
  }
  .search-category__button:nth-of-type(3n) {
    margin-right: 0;
  }
  .search-category__button:nth-of-type(n+4) {
    margin-top: 0.829875518%;
  }
}

.search-category__button--charahiroba {
  background: #3367cd url(../img/common/btn_search_category_charahiroba.png) no-repeat center 0;
}

.search-category__button--minkuji {
  background: #00c300 url(../img/common/btn_search_category_minkuji.png) no-repeat center 0;
}

.search-category__button--prize {
  background: #ff9300 url(../img/common/btn_search_category_prize.png) no-repeat center 0;
}

.search-category__button.is-active {
  background-position: center -40px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .search-category__button {
    width: 33.333333333%;
    height: 48px;
    margin-right: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .search-category__button--charahiroba {
    background-image: url(../img/common/btn_search_category_charahiroba_sp.png);
    background-size: 76.5px auto;
  }
  .search-category__button--minkuji {
    background-image: url(../img/common/btn_search_category_minkuji_sp.png);
    background-size: 73px auto;
  }
  .search-category__button--prize {
    background-image: url(../img/common/btn_search_category_prize_sp.png);
    background-size: 90px auto;
  }
  .search-category__button.is-active {
    background-position: center -48px;
  }
}

.search-content {
  padding: 24px 0;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
}

@media only screen and (max-width: 768px) {
  .search-content {
    padding: 8px 0;
  }
}

.search-content__item {
  display: none;
  box-sizing: border-box;
  max-width: 1090px;
  padding: 0 94px 0 32px;
}

@media only screen and (max-width: 768px) {
  .search-content {
    position: relative;
    height: 116px;
  }

  .search-content__item {
    display: block;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 8px 2.5%;
  }

  .search-content__item:first-child {
    z-index: 10;
  }

}

.search-content__item--charahiroba .search-content__button {
  background: #3367cd;
}

.search-content__item--minkuji .search-content__button {
  background: #00c300;
}

.search-content__item--prize .search-content__button {
  background: #ff9300;
}

.search-content__item.is-active {
  display: block;
}

/*@media only screen and (max-width: 768px) {
  .search-content__item {
    padding: 0 2.5%;
  }
}*/

.search-content__button {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  padding: 8px 0;
  border: none;
  border-radius: 16px;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.25) inset;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-content__button:hover, .search-content__button:active {
  opacity: 0.7;
}

.search-keyword {
  *zoom: 1;
}

.search-keyword:after {
  content: '';
  display: table;
  clear: both;
}

.search-keyword__input {
  float: left;
  margin-right: 0.829875518%;
  width: 66.390041493%;
}

@media only screen and (max-width: 768px) {
  .search-keyword__input {
    margin-right: 2.564102564%;
  }
}

@media only screen and (max-width: 768px) {
  .search-keyword__input {
    width: 66.390041493%;
  }
}

.search-keyword__input input[type=text] {
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  padding: 3px 5px;
  border: solid 1px #e0e0e0;
  border-radius: 16px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 768px) {
  .search-keyword__input {
    width: 65.789473684%;
    margin-right: 2.631578947%;
  }
}

.search-keyword__input--character {
  width: 88%;
  margin-right: 0.888888888%;
}

@media only screen and (max-width: 768px) {
  .search-keyword__input--character {
    width: 65.789473684%;
    margin-right: 2.631578947%;
  }
}

.search-keyword__button {
  float: left;
  width: 32.780082987%;
}

.search-keyword__button:nth-of-type(3n) {
  margin-right: 0;
}

.search-keyword__button:nth-of-type(n+4) {
  margin-top: 0.829875518%;
}

.search-keyword__button + .grid__item--6 {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .search-keyword__button {
    width: 32.780082987%;
  }
  .search-keyword__button:nth-of-type(3n) {
    margin-right: 0;
  }
  .search-keyword__button:nth-of-type(n+4) {
    margin-top: 0.829875518%;
  }
}

@media only screen and (max-width: 768px) {
  .search-keyword__button {
    width: 31.578947368%;
  }
}

.search-keyword__button--character {
  width: 11.111111111%;
}

@media only screen and (max-width: 768px) {
  .search-keyword__button--character {
    width: 31.578947368%;
  }
}

.search-character {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  margin-top: 0.829875518%;
  padding: 3.319502074%;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .search-character {
    margin-top: 2.564102564%;
    padding: 5.128205128% 3.846153846%;
  }
}

.search-other {
  *zoom: 1;
  margin-top: 0.829875518%;
}

.search-other:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .search-other {
    margin-top: 2.631578947%;
  }
}

.search-other__button {
  float: left;
  margin-right: 0.829875518%;
  width: 32.780082987%;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .search-other__button {
    margin-right: 2.564102564%;
  }
}

.search-other__button:nth-of-type(3n) {
  margin-right: 0;
}

.search-other__button:nth-of-type(n+4) {
  margin-top: 0.829875518%;
}

.search-other__button + .grid__item--6 {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .search-other__button {
    width: 32.780082987%;
  }
  .search-other__button:nth-of-type(3n) {
    margin-right: 0;
  }
  .search-other__button:nth-of-type(n+4) {
    margin-top: 0.829875518%;
  }
}

.search-other__button img {
  margin: 4px 0;
}

@media only screen and (max-width: 768px) {
  .search-other__button {
    width: 31.578947368%;
    margin-right: 2.631578947%;
  }
  .search-other__button:nth-of-type(3n) {
    margin-right: 0;
  }
}

.search-other__button--half {
  float: left;
  margin-right: 0.829875518%;
  width: 49.58506224%;
}

@media only screen and (max-width: 768px) {
  .search-other__button--half {
    margin-right: 2.564102564%;
  }
}

.search-other__button--half:nth-of-type(2n) {
  margin-right: 0;
}

.search-other__button--half:nth-of-type(n+3) {
  margin-top: 0.829875518%;
}

@media only screen and (max-width: 768px) {
  .search-other__button--half {
    width: 100%;
  }
  .search-other__button--half:nth-of-type(n+2) {
    margin-top: 2.564102564%;
  }
  .search-other__button--half:nth-of-type(n+3) {
    margin-top: 2.564102564%;
  }
}

@media only screen and (max-width: 768px) {
  .search-other__button--half {
    width: 48.6842105265%;
    margin-right: 2.631578947%;
  }
  .search-other__button--half:nth-of-type(2n) {
    margin-right: 0;
  }
  .search-other__button--half:nth-of-type(n+2) {
    margin-top: 0;
  }
}

/* ==========================================================================
   block - slider
   ========================================================================== */
.slider {
  overflow: hidden;
  padding: 24px 0 3px;
}

@media only screen and (max-width: 768px) {
  .slider {
    padding: 16px 0 3px;
  }
}

.slider .slick-list {
  *zoom: 1;
}

.slider .slick-list:after {
  content: '';
  display: table;
  clear: both;
}

.slider .slick-dots {
  font-size: 0;
  line-height: 0;
  padding-top: 3.846153846%;
  text-align: center;
}

.slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}

.slider .slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  overflow: hidden;
  padding: 0;
  border: solid 2px #7e6b5a;
  background: none;
  text-indent: -9999px;
}

.slider .slick-dots .slick-active button {
  background: #7e6b5a;
}

.slider-image {
  box-sizing: border-box;
  padding: 0 54px 0 32px;
}

@media only screen and (max-width: 768px) {
  .slider-image {
    padding: 0 1.25%;
  }
}

.slider-image__inner {
  *zoom: 1;
}

.slider-image__inner:after {
  content: '';
  display: table;
  clear: both;
}

.slider-image__item {
  overflow: hidden;
  float: left;
  margin: 0 4px;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
}

.slider-image__item img {
  width: 100%;
  height: auto;
}

.slider-thumb {
  box-sizing: border-box;
  max-width: 1090px;
  margin-top: 8px;
  padding: 0 94px 0 32px;
}

@media only screen and (max-width: 768px) {
  .slider-thumb {
    display: none;
  }
}

.slider-thumb__inner {
  *zoom: 1;
  overflow: hidden;
}

.slider-thumb__inner:after {
  content: '';
  display: table;
  clear: both;
}

.slider-thumb__item {
  float: left;
  /*margin-right: 0.829875518%;*/
  margin-right: 8px;
  width: 10.373443983%;
  overflow: hidden;
  /*float: left;*/
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .slider-thumb__item {
    margin-right: 2.564102564%;
  }
}

.slider-thumb__item:nth-of-type(9n) {
  /*margin-right: 0;*/
}

.slider-thumb__item:nth-of-type(n+10) {
  /*margin-top: 0.829875518%;*/
}
.slider-thumb__item{
  /*margin-top: 0.829875518%;*/
}

@media only screen and (max-width: 768px) {
  .slider-thumb__item {
    width: 10.373443983%;
  }
  /*
  .slider-thumb__item:nth-of-type(9n) {
    margin-right: 0;
  }

  .slider-thumb__item:nth-of-type(n+10) {
    margin-top: 0.829875518%;
  }
  */
  /*.slider-thumb__item{margin-top: 0.829875518%;}*/
}

.slider-thumb__item img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   block - topicpath
   ========================================================================== */
.topicpath {
  *zoom: 1;
  padding: 20px 0;
  font-size: 12px;
}

.topicpath:after {
  content: '';
  display: table;
  clear: both;
}

.topicpath li {
  float: left;
}

.topicpath li + li {
  margin-left: 5px;
}

.topicpath li + li:before {
  content: '\ff1e';
  margin-right: 2px;
}

.topicpath li p{
  display: inline;
}

@media only screen and (max-width: 768px) {
  .topicpath {
    display: none;
  }
}

/* ==========================================================================
   block - button
   ========================================================================== */
.button {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  height: 32px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 12px 0 32px;
  color: #fff;
  border: none;
  border-radius: 16px;
  font-size: 13px;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
}

.button:hover, .button:active {
  opacity: 0.7;
}

.button:hover, .button:active {
  color: #fff;
}

.button:before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-top: -8px;
  content: '';
  display: block;
  background: #fff;
}

.button:after {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 0;
  height: 0;
  margin-top: -4px;
  content: '';
  display: block;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #fff;
}

.button--more:after {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -2px;
  border-width: 6.9px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}

.button--back:after {
  position: absolute;
  top: 50%;
  left: 12px;
  border-width: 4px 6.9px 4px 0;
  border-color: transparent #fff transparent transparent;
}

.button--semitransparent {
  opacity: 0.8;
}

.button--width-auto {
  width: auto;
}

.button--zip {
  margin-left: 8px;
}

@media only screen and (max-width: 768px) {
  .button--zip {
    margin-top: 2.777777777%;
    margin-left: 0;
  }
}

.button--shadow {
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
}

.button--orange {
  background: #ff9300;
}

.button--orange:after {
  border-color: transparent transparent transparent #ff9300;
}

.button--orange-reversal {
  color: #ff9300;
  background: #fff;
}

.button--orange-reversal:hover, .button--orange-reversal:active {
  color: #ff9300;
}

.button--orange-reversal:before {
  background: #ff9300;
}

.button--orange-reversal:after {
  border-color: transparent transparent transparent #fff;
}

.button--blue {
  background: #295fcb;
}

.button--blue:after {
  border-color: transparent transparent transparent #295fcb;
}

.button--blue-reversal {
  color: #295fcb;
  background: #fff;
}

.button--blue-reversal:hover, .button--blue-reversal:active {
  color: #295fcb;
}

.button--blue-reversal:before {
  background: #295fcb;
}

.button--blue-reversal:after {
  border-color: transparent transparent transparent #fff;
}

.button--black-reversal {
  color: #292929;
  background: #fff;
}

.button--black-reversal:hover, .button--black-reversal:active {
  color: #292929;
}

.button--black-reversal:before {
  background: #000;
}

.button--black-reversal:after {
  border-color: transparent transparent transparent #fff;
}

.button--charahiroba {
  background: #3367cd;
}

.button--charahiroba:after {
  border-color: transparent transparent transparent #3367cd;
}

.button--charahiroba.button--more:after {
  border-color: #3367cd transparent transparent transparent;
}

.button--charahiroba.button--back:after {
  border-color: transparent #3367cd transparent transparent;
}

.button--charahiroba-reversal {
  color: #3367cd;
  background: #fff;
}

.button--charahiroba-reversal:hover, .button--charahiroba-reversal:active {
  color: #3367cd;
}

.button--charahiroba-reversal:before {
  background: #3367cd;
}

.button--charahiroba-reversal:after {
  border-color: transparent transparent transparent #fff;
}

.button--charahiroba-reversal.button--more:after {
  border-color: #fff transparent transparent transparent;
}








.button--minkuji {
  background: #00c300;
}

.button--minkuji:after {
  border-color: transparent transparent transparent #00c300;
}

.button--minkuji.button--more:after {
  border-color: #00c300 transparent transparent transparent;
}

.button--minkuji.button--back:after {
  border-color: transparent #00c300 transparent transparent;
}

.button--minkuji-reversal {
  color: #00c300;
  background: #fff;
}

.button--minkuji-reversal:hover, .button--minkuji-reversal:active {
  color: #00c300;
}

.button--minkuji-reversal:before {
  background: #00c300;
}

.button--minkuji-reversal:after {
  border-color: transparent transparent transparent #fff;
}

.button--minkuji-reversal.button--more:after {
  border-color: #fff transparent transparent transparent;
}

.button--minkuji-border {
  border: solid 2px #00c300;
  line-height: 28px;
}

.button--prize {
  background: #ff9300;
}

.button--prize:after {
  border-color: transparent transparent transparent #ff9300;
}

.button--prize.button--more:after {
  border-color: #ff9300 transparent transparent transparent;
}

.button--prize.button--back:after {
  border-color: transparent #ff9300 transparent transparent;
}

.button--prize-reversal {
  color: #ff9300;
  background: #fff;
}

.button--prize-reversal:hover, .button--prize-reversal:active {
  color: #ff9300;
}

.button--prize-reversal:before {
  background: #ff9300;
}

.button--prize-reversal:after {
  border-color: transparent transparent transparent #fff;
}

.button--prize-reversal.button--more:after {
  border-color: #fff transparent transparent transparent;
}

.button--prize-border {
  border: solid 2px #ff9300;
  line-height: 28px;
}

.button--emphasis {
  background: #ff9300;
}

.button--emphasis:after {
  border-color: transparent transparent transparent #ff9300;
}

.button--twitter {
  background: #00aaff;
}

.button--twitter:after {
  border-color: transparent transparent transparent #00aaff;
}

.button--blog {
  background: #ff9300;
}

.button--blog:after {
  border-color: transparent transparent transparent #ff9300;
}

.button--small {
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
}

.button--small:before {
  left: 4px;
}

.button--small:after {
  left: 10px;
}

.button--disabled {
  background: #808080;
}

.button--disabled:before, .button--disabled:after {
  display: none;
}

.button--disabled:hover, .button--disabled:active {
  opacity: 1;
}

.button-list {
  font-size: 0;
  line-height: 0;
  margin-top: 3.319502074%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .button-list {
    margin-top: 9.615384615%;
  }
}

.button-list__item {
  display: inline-block;
  width: 32.676348547%;
  font-size: 13px;
  line-height: 1.5;
}

@media only screen and (max-width: 1090px) {
  .button-list__item {
    width: 49%;
  }
}

@media only screen and (max-width: 768px) {
  .button-list__item {
    display: block;
    width: 100%;
  }
}

.button-list__item:nth-of-type(n+2) {
  margin-left: 0.829875518%;
}

@media only screen and (max-width: 1090px) {
  .button-list__item:nth-of-type(n+2) {
    margin-left: 1.659751037%;
  }
}

@media only screen and (max-width: 768px) {
  .button-list__item:nth-of-type(n+2) {
    margin-top: 5.128205128%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1090px) {
  .button-list__item:nth-of-type(n+3) {
    margin-top: 1.659751037%;
  }
}

@media only screen and (max-width: 768px) {
  .button-list__item:nth-of-type(n+3) {
    margin-top: 2.564102564%;
    margin-left: 0;
  }
}

.aplbutton {
  display: inline-block;
  width: 49.776349%;
  font-size: 15px;
  font-weight: bold;
  margin-top: 3.319502074%;
}

.backbutton {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 3.319502074%;
}

@media only screen and (max-width: 1090px) {
  .aplbutton {
    display: inline-block;
    width: 74.6449%;
  }
}

@media only screen and (max-width: 768px) {
  .aplbutton {
    display: block;
    width: 100%;
  }
}



.aplbutton:nth-of-type(n+2) {
  margin-left: 0.829875518%;
}

@media only screen and (max-width: 1090px) {
  .aplbutton:nth-of-type(n+2) {
    margin-left: 1.659751037%;
  }
}

@media only screen and (max-width: 768px) {
  .aplbutton:nth-of-type(n+2) {
    margin-top: 5.128205128%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1090px) {
  .aplbutton:nth-of-type(n+3) {
    margin-top: 1.659751037%;
  }
}

@media only screen and (max-width: 768px) {
  .aplbutton:nth-of-type(n+3) {
    margin-top: 2.564102564%;
    margin-left: 0;
  }
}




.button-list--top-margin-zero {
  margin-top: 0;
}

.button-list--top-margin-half {
  margin-top: 2.074688796%;
}

.button-list--bottom-margin {
  margin-top: 0;
  margin-bottom: 3.319502074%;
}
  .button-list--bottom-margin2{
    margin-bottom: 2%;
  }

@media only screen and (max-width: 768px) {
  .button-list--bottom-margin {
    margin-bottom: 10.256410256%;
  }
  .button-list--bottom-margin2{
    margin-bottom: 5.128205128%;
  }
}

.button-list-more {
  position: absolute;
  top: 14px;
  right: 15px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .button-list-more {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 5.128205128%;
    font-size: 11px;
  }
}

.button-list-more a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 12px 0 32px;
  color: #292929;
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
}

.button-list-more a:hover, .button-list-more a:active {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .button-list-more a {
    width: 33.333333333%;
    height: 24px;
    padding: 0 12px 0 20px;
    line-height: 24px;
    box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  }
}

.button-list-more a:before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-top: -8px;
  content: '';
  display: block;
}

@media only screen and (max-width: 768px) {
  .button-list-more a:before {
    left: 4px;
  }
}

.button-list-more a:after {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 0;
  height: 0;
  margin-top: -4px;
  content: '';
  display: block;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #fff;
}

@media only screen and (max-width: 768px) {
  .button-list-more a:after {
    left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .button-list-more--charahiroba a {
    color: #3367cd;
  }
}

.button-list-more--charahiroba a:before {
  background: #3367cd;
}

@media only screen and (max-width: 768px) {
  .button-list-more--minkuji a {
    color: #00c300;
  }
}

.button-list-more--minkuji a:before {
  background: #00c300;
}

@media only screen and (max-width: 768px) {
  .button-list-more--prize a {
    color: #ff9300;
  }
}

.button-list-more--prize a:before {
  background: #ff9300;
}

@media only screen and (max-width: 768px) {
  .button-list-more--large a {
    width: 100%;
    height: 32px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .button-list-more--large a:before {
    left: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .button-list-more--large a:after {
    left: 14px;
  }
}

.button-filter {
  *zoom: 1;
  margin-top: 1.659751037%;
  padding: 0 0.622406639%;
}

.button-filter:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .button-filter {
    margin-top: 2.564102564%;
    padding: 0;
  }
}

.button-filter__item {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 9.2437%;
  height: 32px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  box-sizing: border-box;
  position: relative;
  padding-left: 8px;
  line-height: 32px;
  float: left;
  color: #295fcb;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .button-filter__item:hover, .button-filter__item:active {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  .button-filter__item {
    width: 23.076923076%;
    margin-right: 2.564102564%;
  }
}

.button-filter__item:nth-of-type(n+2) {
  margin-left: 0.840336134%;
}

@media only screen and (max-width: 768px) {
  .button-filter__item:nth-of-type(n+2) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .button-filter__item:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .button-filter__item:nth-of-type(n+5) {
    margin-top: 2.564102564%;
  }
}

.button-filter__item:before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-top: -8px;
  content: '';
  display: block;
  background: #295fcb;
}

.button-filter__item:after {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 0;
  height: 0;
  margin-top: -2px;
  content: '';
  display: block;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}

.button-filter__item.is-current {
  color: #fff;
  background: #3367cd;
}

.button-filter__item.is-current:before {
  background: #fff;
}

.button-filter__item.is-current:after {
  border-color: #295fcb transparent transparent transparent;
}

.button-filter--minkuji .button-filter__item {
  color: #00c300;
}

.button-filter--minkuji .button-filter__item:before {
  background: #00c300;
}

.button-filter--minkuji .button-filter__item.is-current {
  color: #292929;
  background: #00c300;
}

.button-filter--minkuji .button-filter__item.is-current:before {
  background: #fff;
}

.button-filter--minkuji .button-filter__item.is-current:after {
  border-color: #00c300 transparent transparent transparent;
}

.button-filter--prize .button-filter__item {
  color: #ff9300;
}

.button-filter--prize .button-filter__item:before {
  background: #ff9300;
}

.button-filter--prize .button-filter__item.is-current {
  color: #292929;
  background: #ff9300;
}

.button-filter--prize .button-filter__item.is-current:before {
  background: #fff;
}

.button-filter--prize .button-filter__item.is-current:after {
  border-color: #ff9300 transparent transparent transparent;
}

@media only screen and (max-width: 768px) {
  .button {
    width: 100%;
  }
}

/* ==========================================================================
   block - box
   ========================================================================== */
.box {
  display: block;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
}

/* ==========================================================================
   block - faq
   ========================================================================== */
.faq__header {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  cursor: pointer;
}

.faq__header:hover, .faq__header:active {
  opacity: 0.7;
}

.faq__button {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 92px;
  height: 32px;
  box-sizing: border-box;
  margin-top: -16px;
  padding-left: 12px;
  color: #295fcb;
  border-radius: 16px;
  background: #fff;
  line-height: 32px;
  text-align: center;
}

.faq__button:after {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-top: -8px;
  content: '';
  display: block;
  background-color: #295fcb;
  background-image: -webkit-image-set(url(/img/common/icn_plus.png) 1x, url(/img/common/icn_plus@2x.png) 2x);
  background-image: image-set(url(/img/common/icn_plus.png) 1x, url(/img/common/icn_plus@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center center;
}

.faq__button.is-open:after {
  background-image: -webkit-image-set(url(/img/common/icn_minus.png) 1x, url(/img/common/icn_minus@2x.png) 2x);
  background-image: image-set(url(/img/common/icn_minus.png) 1x, url(/img/common/icn_minus@2x.png) 2x);
}

.faq__body {
  display: none;
}

.faq__content {
  overflow: hidden;
  margin-top: 8px;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
}

.faq__q {
  position: relative;
  padding: 15px 32px;
  cursor: pointer;
}

.faq__q:before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-top: -8px;
  content: '';
  display: block;
  background-color: #00aaff;
  background-image: -webkit-image-set(url(/img/common/icn_q.png) 1x, url(/img/common/icn_q@2x.png) 2x);
  background-image: image-set(url(/img/common/icn_q.png) 1x, url(/img/common/icn_q@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center center;
}

.faq__q:after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-top: -8px;
  content: '';
  display: block;
  background-color: #295fcb;
  background-image: -webkit-image-set(url(/img/common/icn_plus.png) 1x, url(/img/common/icn_plus@2x.png) 2x);
  background-image: image-set(url(/img/common/icn_plus.png) 1x, url(/img/common/icn_plus@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center center;
}

.faq__q.is-open:after {
  background-image: -webkit-image-set(url(/img/common/icn_minus.png) 1x, url(/img/common/icn_minus@2x.png) 2x);
  background-image: image-set(url(/img/common/icn_minus.png) 1x, url(/img/common/icn_minus@2x.png) 2x);
}

.faq__a {
  display: none;
  position: relative;
  padding: 15px 32px;
  background: #f0f0f0;
}

.faq__a:before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-top: -8px;
  content: '';
  display: block;
  background-color: #f50057;
  background-image: -webkit-image-set(url(/img/common/icn_a.png) 1x, url(/img/common/icn_a@2x.png) 2x);
  background-image: image-set(url(/img/common/icn_a.png) 1x, url(/img/common/icn_a@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 768px) {
  .faq__button {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-top: -12px;
    padding-left: 0;
    border: solid 4px #fff;
    background: none;
    line-height: auto;
    text-indent: -9999px;
  }
  .faq__button:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-top: 0;
    background-color: transparent;
  }
  .faq__body {
    display: none;
  }
  .faq__content {
    overflow: hidden;
    margin-top: 8px;
    border-radius: 8px;
    background: #fff;
    font-size: 13px;
    box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  }
  .faq__q {
    position: relative;
    padding: 15px 32px;
    cursor: pointer;
  }
  .faq__q:before {
    position: absolute;
    top: 50%;
    left: 8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-top: -8px;
    content: '';
    display: block;
    background-color: #00aaff;
    background-image: -webkit-image-set(url(/img/common/icn_q.png) 1x, url(/img/common/icn_q@2x.png) 2x);
    background-image: image-set(url(/img/common/icn_q.png) 1x, url(/img/common/icn_q@2x.png) 2x);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .faq__q:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-top: -8px;
    content: '';
    display: block;
    background-color: #295fcb;
    background-image: -webkit-image-set(url(/img/common/icn_plus.png) 1x, url(/img/common/icn_plus@2x.png) 2x);
    background-image: image-set(url(/img/common/icn_plus.png) 1x, url(/img/common/icn_plus@2x.png) 2x);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .faq__q.is-open:after {
    background-image: -webkit-image-set(url(/img/common/icn_minus.png) 1x, url(/img/common/icn_minus@2x.png) 2x);
    background-image: image-set(url(/img/common/icn_minus.png) 1x, url(/img/common/icn_minus@2x.png) 2x);
  }
  .faq__a {
    display: none;
    position: relative;
    padding: 15px 32px;
    background: #f0f0f0;
  }
  .faq__a:before {
    position: absolute;
    top: 50%;
    left: 8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-top: -8px;
    content: '';
    display: block;
    background-color: #f50057;
    background-image: -webkit-image-set(url(/img/common/icn_a.png) 1x, url(/img/common/icn_a@2x.png) 2x);
    background-image: image-set(url(/img/common/icn_a.png) 1x, url(/img/common/icn_a@2x.png) 2x);
    background-repeat: no-repeat;
    background-position: center center;
  }
}

/* ==========================================================================
   block - form
   ========================================================================== */
.form {
 margin-top: 0.829875518%;
 padding: 3.319502074%;
 border-radius: 16px;
 background: #fff;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
}

@media only screen and (max-width: 768px) {
 .form {
   margin-top: 2.564102564%;
   padding: 3.846153846% 3.846153846% 5.128205128%;
 }
}

.form .required {
 color: #00c100;
}

#is-prize .form .required:nth-child(2) {
 margin-right: 45px;
}

.form__step {
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 padding: 0.829875518%;
 margin-bottom: 3.319502074%;
 background: #fff;
}

@media only screen and (max-width: 768px) {
 .form__step {
   padding: 2.564102564%;
   margin-bottom: 5.128205128%;
 }
}

.form__step img {
 width: 100%;
 height: auto;
}

.form__header + .form__body {
 margin-top: 15px;
}

@media only screen and (max-width: 768px) {
 .form__header + .form__body {
   margin-top: 20px;
 }
}

.form__header dt {
 font-weight: bold;
}

.form__header dd {
 margin-top: 4px;
}

.form__body {
 width: 100%;
 background-image: url("/img/common/lin_horizontal01.png");
 background-repeat: repeat-x;
 background-position: left bottom;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form__body {
   background-image: url("/img/common/lin_horizontal01@2x.png");
   background-size: 100% 2px;
 }
}

@media only screen and (max-width: 768px) {
 .form__body {
   display: block;
   width: auto;
 }
}

@media only screen and (max-width: 768px) {
 .form__body tbody {
   display: block;
   width: auto;
 }
}

.form__body tr {
 background-image: url("/img/common/lin_horizontal01.png");
 background-repeat: repeat-x;
 background-position: left top;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form__body tr {
   background-image: url("/img/common/lin_horizontal01@2x.png");
   background-size: 100% 2px;
 }
}

.form__body tr.seamless {
 background: none;
}

.form__body tr.seamless th {
 padding: 0 2.222222222% 18px;
}

.form__body tr.seamless td {
 padding: 0 0 18px 0;
}

@media only screen and (max-width: 768px) {
 .form__body tr {
   display: block;
   width: auto;
 }
}

.form__body th {
 width: 26.666666666%;
 padding: 20px 2.222222222% 18px 0;
 text-align: left;
 vertical-align: middle;
}

@media only screen and (max-width: 768px) {
 .form__body th {
   display: block;
   width: auto;
   padding: 15px 0 10px;
 }
}

.form__body td {
 width: 73.333333333%;
 /* padding: 20px 2.222222222% 18px 0;*/
 padding: 20px 0 18px;
 vertical-align: middle;
 word-break: break-all;
}

@media only screen and (max-width: 768px) {
 .form__body td {
   display: block;
   width: auto;
   padding: 0 0 15px;
 }
}

.form__body td img {
 width: 160px;
 margin-right: 10px;
 vertical-align: middle;
}

.form__body input[type=text],
.form__body input[type=password],
.form__body input[type=email] {
 width: 100%;
 height: 32px;
 box-sizing: border-box;
 padding: 0 10px;
 border: solid 1px #e0e0e0;
 border-radius: 16px;
 background: #fff;
 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
}

.form__body input[type=text].size-8,
.form__body input[type=password].size-8,
.form__body input[type=email].size-8 {
 width: 8em;
}

.form__body input[type=text].size-16,
.form__body input[type=password].size-16,
.form__body input[type=email].size-16 {
 width: 16em;
}

@media only screen and (max-width: 768px) {
 .form__body input[type=text].size-16,
 .form__body input[type=password].size-16,
 .form__body input[type=email].size-16 {
   width: 100%;
 }
}

.form__body input[type=text][required=true],
.form__body input[type=password][required=true],
.form__body input[type=email][required=true] {
 background: #fffae0;
}

.form__body input[type=radio] {
 margin-right: 5px;
 vertical-align: -2px;
}

.form__body input[type=file] {
  margin-bottom: 12px;
 }

.form__body input[type=radio][required=true] {
 background: #fffae0;
}

.form__body textarea {
 width: 100%;
 height: 180px;
 box-sizing: border-box;
 padding: 10px;
 border: solid 1px #e0e0e0;
 border-radius: 16px;
 background: #fff;
 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
 outline: 0;
}

.form__body textarea[required=true] {
 background: #fffae0;
}

.form__body select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 width: auto;
 height: 32px;
 box-sizing: border-box;
 padding: 0 30px 0 10px;
 border: solid 1px #e0e0e0;
 border-radius: 16px;
 background-color: #fff;
 background-image: url("/img/common/arw_select.png");
 background-repeat: no-repeat;
 background-position: right center;
 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form__body select {
   background-image: url("/img/common/arw_select@2x.png");
   background-size: 20px 18px;
 }
}

.form__body select[required=true] {
 background-color: #fffae0;
}

.form__body select::-ms-expand {
 display: none;
}

.form__body .notes {
 margin: 10px 0 0 16px;
 font-size: 11px;
}

@media only screen and (max-width: 768px) {
 .form__body .notes {
   margin: 10px 0 0 0;
   font-size: 11px;
 }
}

.form__body + .form__footer {
 margin-top: 25px;
}

@media only screen and (max-width: 768px) {
 .form__body + .form__footer {
   margin-top: 15px;
 }
}

.form__body--half-half th,
.form__body--half-half td {
 width: 50%;
 padding-top: 15px;
}

@media only screen and (max-width: 768px) {
 .form__body--confirm {
   display: table;
   width: 100%;
   background: none;
 }
   .form__body--half-half th,
  .form__body--half-half td {
   width: 100%;
   text-align: center;
  }
}

@media only screen and (max-width: 768px) {
 .form__body--confirm tbody {
   display: table-row-group;
   width: 100%;
   background: none;
 }
}

@media only screen and (max-width: 768px) {
 .form__body--confirm tr {
   display: table-row;
   width: 100%;
   background: none;
 }
}

.form__body--confirm th, .form__body--confirm td {
 padding: 5px 18px;
}

@media only screen and (max-width: 768px) {
 .form__body--confirm th, .form__body--confirm td {
   display: table-cell;
   padding: 5px 8px;
 }
}

.form__body--confirm th {
 background: #f3e8cf;
 border-bottom: solid 1px #fff;
}

@media only screen and (max-width: 768px) {
 .form__body--confirm th {
   width: 38.88888888%;
 }
}

.form__body--confirm td {
 background: #f5f5f5;
 border-bottom: solid 1px #fff;
 border-left: solid 1px #fff;
}

@media only screen and (max-width: 768px) {
 .form__body--confirm td {
   width: 61.111111111%;
 }
}

.form__list {
 *zoom: 1;
}

.form__list:after {
 content: '';
 display: table;
 clear: both;
}

.form__list li {
 float: left;
}

@media only screen and (max-width: 768px) {
 .form__list li {
   width: 48.611111111%;
 }
}

.form__list li + li {
 margin-left: 20px;
}

@media only screen and (max-width: 768px) {
 .form__list li + li {
   margin-left: 2.777777777%;
 }
}

.form__list--vertical li {
 float: none;
}

.form__list--vertical li + li {
 margin-top: 10px;
 margin-left: 0;
}

.form__list--column3 li {
 width: 33.333333333%;
}

@media only screen and (max-width: 768px) {
 .form__list--column3 li {
   float: none;
   width: 100%;
 }
}

.form__list--column3 li + li {
 margin-left: 0;
}

.form__list--column3 li:nth-of-type(n+4) {
 margin-top: 10px;
}

@media only screen and (max-width: 768px) {
 .form__list--column3 li:nth-of-type(n+2) {
   margin-top: 2.777777777%;
 }
}
.notice {
  color: #f00;
  text-align: center;
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  .notice {
    text-align: left;
    word-break: break-all;
  }
}
.form__privacy {
 text-align: center;
}

.form__privacy + .form__button-list {
 margin-top: 25px;
}

.form__receipt {
 text-align: center;
}

.form__receipt small {
 display: block;
 font-size: 12px;
}

.form__receipt + .form__button-list {
 margin-top: 40px;
}

@media only screen and (max-width: 768px) {
 .form__receipt + .form__button-list {
   margin-top: 6.756756756%;
 }
}

.form__button-list {
 font-size: 0;
 line-height: 0;
 text-align: center;
}

@media only screen and (max-width: 768px) {
 .form__button-list {
   padding: 0 1.351351351%;
 }
}

.form__button-list li {
 display: inline-block;
 width: 35.111111111%;
}

@media only screen and (max-width: 768px) {
 .form__button-list li {
   display: block;
   width: 100%;
 }
}

.form__button-list li + li {
 margin-left: 8px;
}

@media only screen and (max-width: 768px) {
 .form__button-list li + li {
   margin-top: 2.777777777%;
   margin-left: 0;
 }
}

.form__button-list--line {
 margin-top: 28px;
 padding-top: 30px;
 background-image: url("/img/common/lin_horizontal01.png");
 background-repeat: repeat-x;
 background-position: left top;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form__button-list--line {
   background-image: url("/img/common/lin_horizontal01@2x.png");
   background-size: 100% 2px;
 }
}

@media only screen and (max-width: 768px) {
 .form__button-list--line {
   margin-top: 9.459459459%;
   padding-top: 8.108108108%;
 }
}

.form__button-list--right {
 text-align: right;
}

.form__button-list--top-margin {
 margin-top: 3.555555555%;
}

.form__button {
 transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 width: 100%;
 height: 32px;
 position: relative;
 display: inline-block;
 color: #fff;
 border: none;
 border-radius: 16px;
 background: #ff9300;
 font-size: 13px;
 line-height: 32px;
 text-decoration: none;
 cursor: pointer;
}

.form__button:hover, .form__button:active {
 opacity: 0.7;
}

.form__button:hover, .form__button:active {
 color: #fff;
}

.form__button:before {
 position: absolute;
 top: 50%;
 left: 8px;
 width: 16px;
 height: 16px;
 border-radius: 100%;
 margin-top: -8px;
 content: '';
 display: block;
 background: #fff;
}

.form__button:after {
 position: absolute;
 top: 50%;
 left: 14px;
 width: 0;
 height: 0;
 margin-top: -4px;
 content: '';
 display: block;
 border-style: solid;
 border-width: 4px 0 4px 6.9px;
 border-color: transparent transparent transparent #ff9300;
}

.form__button--back {
 background: #999;
}

.form__button--back:after {
 border-color: transparent transparent transparent #999;
}

.form__button--blue {
 background: #295fcb;
}

.form__button--blue:after {
 border-color: transparent transparent transparent #295fcb;
}

.form__message {
 padding-top: 98px;
 color: #f50057;
 background-repeat: no-repeat;
 background-position: center top;
 font-size: 15px;
 font-weight: bold;
 text-align: center;
}

.form__message--mail-confirm {
 background-image: url("/img/common/icn_mail_confirm.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form__message--mail-confirm {
   background-image: url("/img/common/icn_mail_confirm@2x.png");
   background-size: 80px 80px;
 }
}

.form__message--mail-confirm-minkuji {
 background-image: url("/img/common/icn_mail_confirm_minkuji.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form__message--mail-confirm-minkuji {
   background-image: url("/img/common/icn_mail_confirm_minkuji@2x.png");
   background-size: 80px 80px;
 }
}

.form__message--mail-confirm-prize {
 background-image: url("/img/common/icn_mail_confirm_prize.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form__message--mail-confirm-prize {
   background-image: url("/img/common/icn_mail_confirm_prize@2x.png");
   background-size: 80px 80px;
 }
}

.form__message--mail-complete {
 background-image: url("/img/common/icn_mail_complete.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form__message--mail-complete {
   background-image: url("/img/common/icn_mail_complete@2x.png");
   background-size: 80px 80px;
 }
}

.form__message--mail-complete-minkuji {
 background-image: url("/img/common/icn_mail_complete_minkuji.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form__message--mail-complete-minkuji {
   background-image: url("/img/common/icn_mail_complete_minkuji@2x.png");
   background-size: 80px 80px;
 }
}

.form__message--mail-complete-prize {
 background-image: url("/img/common/icn_mail_complete_prize.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form__message--mail-complete-prize {
   background-image: url("/img/common/icn_mail_complete_prize@2x.png");
   background-size: 80px 80px;
 }
}

.form__message--personal-complete {
 background-image: url("/img/common/icn_personal_complete.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form__message--personal-complete {
   background-image: url("/img/common/icn_personal_complete@2x.png");
   background-size: 80px 80px;
 }
}

.form__message--personal-complete-minkuji {
 background-image: url("/img/common/icn_personal_complete_minkuji.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form__message--personal-complete-minkuji {
   background-image: url("/img/common/icn_personal_complete_minkuji@2x.png");
   background-size: 80px 80px;
 }
}

.form__message--personal-complete-prize {
 background-image: url("/img/common/icn_personal_complete_prize.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form__message--personal-complete-prize {
   background-image: url("/img/common/icn_personal_complete_prize@2x.png");
   background-size: 80px 80px;
 }
}

.form__message--password-complete {
 background-image: url("/img/common/icn_password_complete.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form__message--password-complete {
   background-image: url("/img/common/icn_password_complete@2x.png");
   background-size: 80px 80px;
 }
}

.form__message--comment-complete-minkuji {
 background-image: url("/img/common/icn_comment_complete_minkuji.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form__message--comment-complete-minkuji {
   background-image: url("/img/common/icn_comment_complete_minkuji@2x.png");
   background-size: 80px 80px;
 }
}

.form__message--comment-complete-prize {
 background-image: url("/img/common/icn_comment_complete_prize.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form__message--comment-complete-prize {
   background-image: url("/img/common/icn_comment_complete_prize@2x.png");
   background-size: 80px 80px;
 }
}

.form__text + .form__text {
 margin-top: 12px;
}

.form__text--emphasis {
 color: #f50057;
}

.form__text--notes {
 color: #f50057;
 font-size: 12px;
}

.form__text--line {
 margin-top: 28px;
 padding-top: 30px;
 background-image: -webkit-image-set(url(../img/common/lin_horizontal01.png) 1x, url(../img/common/lin_horizontal01@2x.png) 2x);
 background-image: image-set(url(../img/common/lin_horizontal01.png) 1x, url(../img/common/lin_horizontal01@2x.png) 2x);
 background-repeat: repeat-x;
 background-position: left top;
}

.form__text--complete {
 margin: 16px 0 32px;
}

.form__text--confirm {
 margin-bottom: 16px;
 text-align: center;
}

.form__text--center {
 text-align: center;
}

.form__text--top-comment {
 margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
 .form__text--top-comment {
   padding-top: 15px;
 }
}

.form__text--top-margin {
 margin-top: 2%;
}

.form__box {
 margin-top: 3.555555555%;
 padding: 12px 8.444444444%;
 border-radius: 8px;
 background: #f2eada;
 text-align: center;
}

.form__box dt {
 color: #f50057;
 font-size: 15px;
 font-weight: bold;
}

.form__box dd {
 margin-top: 12px;
}

.form__box--emphasis {
 padding: 20px 12px;
 font-weight: bold;
 text-align: center;
}

.form__box--emphasis dt {
 display: inline-block;
 margin-right: 10px;
 color: #292929;
 font-size: 15px;
}

.form__box--emphasis dd {
 display: inline-block;
 margin-top: 0;
 font-size: 15px;
}

.form__box--no-bg {
 margin-top: 0;
 padding: 0;
 background: none;
}

.form__select-nav {
 *zoom: 1;
 margin-top: 16px;
 padding: 0 0.622406639%;
}

.form__select-nav:after {
 content: '';
 display: table;
 clear: both;
}

.form__select-nav li {
 transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 width: 9.2437%;
 height: 32px;
 box-sizing: border-box;
 position: relative;
 margin-right: 0.840336134%;
 padding-left: 8px;
 line-height: 32px;
 float: left;
 border-radius: 16px;
 color: #295fcb;
 background: #fff;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 text-align: center;
 cursor: pointer;
}

.form__select-nav li:hover, .form__select-nav li:active {
 opacity: 0.7;
}

.form__select-nav li:last-child {
 margin-right: 0;
}

.form__select-nav li:before {
 position: absolute;
 top: 50%;
 left: 8px;
 width: 16px;
 height: 16px;
 border-radius: 100%;
 margin-top: -8px;
 content: '';
 display: block;
 background: #295fcb;
}

.form__select-nav li:after {
 position: absolute;
 top: 50%;
 left: 12px;
 width: 0;
 height: 0;
 margin-top: -2px;
 content: '';
 display: block;
 border-style: solid;
 border-width: 6.9px 4px 0 4px;
 border-color: #fff transparent transparent transparent;
}

.form__select-nav li.is-current {
 color: #292929;
 background: #ff9300;
}

.form__select-nav li.is-current:before {
 background: #fff;
}

.form__select-nav li.is-current:after {
 border-color: #ff9300 transparent transparent transparent;
}

.form__select-content {
 *zoom: 1;
 margin-top: 1.659751037%;
}

.form__select-content:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .form__select-content {
   margin-top: 2.564102564%;
   font-size: 10px;
 }
}

.form__select-content label {
 transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 box-sizing: border-box;
 display: block;
 overflow: hidden;
 padding: 8px;
 border-radius: 16px;
 color: #295fcb;
 background: #fff;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 text-align: center;
 cursor: pointer;
 min-height: 96px;
}

.form__select-content label:hover, .form__select-content label:active {
 opacity: 0.7;
}

@media only screen and (max-width: 768px) {
 .form__select-content label {
   padding: 3.947368421%;
   border-radius: 8px;
 }
}

.form__select-item {
 float: left;
 margin-right: 0.829875518%;
 width: 24.37759336%;
}

@media only screen and (max-width: 768px) {
 .form__select-item {
   margin-right: 2.564102564%;
 }
}

.form__select-item:nth-of-type(4n) {
 margin-right: 0;
}

.form__select-item:nth-of-type(n+5) {
 margin-top: 0.829875518%;
}

@media only screen and (max-width: 768px) {
 .form__select-item {
   width: 24.37759336%;
 }
 .form__select-item:nth-of-type(4n) {
   margin-right: 0;
 }
 .form__select-item:nth-of-type(n+5) {
   margin-top: 0.829875518%;
 }
}

@media only screen and (max-width: 768px) {
 .form__select-item {
   float: left;
   margin-right: 0.829875518%;
   width: 32.780082987%;
 }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
 .form__select-item {
   margin-right: 2.564102564%;
 }
}

@media only screen and (max-width: 768px) {
 .form__select-item:nth-of-type(3n) {
   margin-right: 0;
 }
 .form__select-item:nth-of-type(n+4) {
   margin-top: 0.829875518%;
 }
 .form__select-item + .grid__item--6 {
   margin-right: 0;
 }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
 .form__select-item {
   width: 31.623931623%;
 }
 .form__select-item:nth-of-type(3n) {
   margin-right: 0;
 }
 .form__select-item:nth-of-type(n+4) {
   margin-top: 2.564102564%;
 }
}

@media only screen and (max-width: 768px) {
 .form__select-item:nth-of-type(4n) {
   margin-right: 2.564102564%;
 }
}

@media only screen and (max-width: 768px) {
 .form__select-item:nth-of-type(3n) {
   margin-right: 0;
 }
}

.form__select-image {
 width: 60%;
 margin: 0 auto 8px;
}

.form__select-image img {
 width: 100%;
}

.form--confirm {
 text-align: center;
}

.form--select {
 padding: 0;
 background: none;
 box-shadow: none;
}

.form--login {
 padding: 32px 6.779661016% 48px;
}

.form--login .form__body th {
 width: 27.450980392%;
 padding: 15px 0;
}

.form--login .form__body td {
 width: 72.549019607%;
 padding: 15px 0;
}

.form--login .form__body .notes {
 margin-left: 0;
}

.form--login .form__body + .form__footer {
 margin-top: 20px;
}

.form--login .form__save {
 text-align: center;
}

.form--login .form__button-list {
 margin-top: 24px;
}

.form--login .form__button-list li {
 display: inline-block;
 width: 77.450980392%;
}

.form--login .form__button {
 background: #295fcb;
}

.form--login .form__button:after {
 border-color: transparent transparent transparent #295fcb;
}

.form__present {
 text-align: center;
}

.form__present dt {
 display: inline-block;
 width: 14.222222222%;
}

@media only screen and (max-width: 768px) {
 .form__present dt {
   width: 33.333333333%;
 }
}

.form__present dt img {
 width: 100%;
}

.form__present dd {
 margin-top: 10px;
 font-weight: bold;
}

.form-footer__text {
 margin-top: 2.666666666%;
 text-align: center;
}

.form-footer--border-top {
 background-image: url("/img/common/lin_horizontal01.png");
 background-repeat: repeat-x;
 background-position: left top;
 margin-top: 3.555555555%;
 padding-top: 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .form-footer--border-top {
   background-image: url("/img/common/lin_horizontal01@2x.png");
   background-size: 100% 2px;
 }
}

.form-button-list {
 font-size: 0;
 line-height: 0;
 margin-top: 3.555555555%;
 text-align: center;
}

@media only screen and (max-width: 768px) {
 .form-button-list {
   margin-top: 11.111111111%;
   margin-bottom: 5.555555555%;
 }
}

.form-button-list__item {
 display: inline-block;
 width: 35.111111111%;
}

@media only screen and (max-width: 768px) {
 .form-button-list__item {
   display: block;
   width: 100%;
 }
}

.form-button-list__item:nth-of-type(n+2) {
 margin-left: 0.888888888%;
}

@media only screen and (max-width: 768px) {
 .form-button-list__item:nth-of-type(n+2) {
   margin-left: 0;
   margin-top: 2.777777777%;
 }
}

@media only screen and (max-width: 768px) {
 .form__message {
   font-size: 14px;
   text-align: center;
 }
 .form__text br {
   display: none;
 }
 .form__text--line {
   margin-top: 20px;
   padding-top: 24px;
 }
 .form__text + .form__text {
   margin-top: 12px;
 }
 .form__box {
   margin-top: 12px;
   padding: 12px 2.702702702%;
 }
 .form__box dt {
   font-size: 14px;
   text-align: center;
 }
 .form__box dd {
   text-align: justify;
   text-justify: distribute;
   margin-top: 12px;
 }
 .form__box dd br {
   display: none;
 }
 .form__box--emphasis {
   margin-top: 12px;
   padding: 12px 2.702702702%;
 }
 .form__box--emphasis dt {
   display: block;
   margin-right: 0;
   font-size: 14px;
 }
 .form__box--emphasis dd {
   display: block;
   margin-top: 0;
   font-size: 14px;
   text-align: center;
 }
 .form__select-nav {
   margin-top: 8px;
   padding: 0;
 }
 .form__select-nav li {
   width: 23.07692%;
   height: 24px;
   margin-right: 2.564102564%;
   padding-left: 8px;
   line-height: 24px;
   border-radius: 12px;
 }
 .form__select-nav li:nth-of-type(4n) {
   margin-right: 0;
 }
 .form__select-nav li:nth-of-type(n+5) {
   margin-top: 4px;
 }
 .form__select-nav li:before {
   left: 4px;
 }
 .form__select-nav li:after {
   left: 8px;
 }
 .form__select-image {
   width: 100%;
   margin-bottom: 4px;
 }
 .form--confirm {
   text-align: left;
 }
 .form--select {
   padding: 0;
   background: none;
   box-shadow: none;
 }
}

/* ==========================================================================
   block - guideline
   ========================================================================== */
.guideline {
  margin-top: 8px;
  padding: 32px 16.597510373% 48px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
}

.guideline__text + .guideline__text {
  margin-top: 20px;
}

.guideline__text dt {
  font-weight: bold;
}

.guideline__text dd + dt {
  margin-top: 18px;
}

.guideline__text p + p {
  margin-top: 20px;
}

.guideline__list {
  padding-left: 1em;
  text-indent: -1em;
}

.guideline__list li + li {
  margin-top: 20px;
}

.guideline__button {
  margin-top: 56px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .guideline {
    margin-top: 8px;
    padding: 15px 3.75% 25px;
  }
  .guideline__button {
    margin-top: 20px;
  }
}

/* ==========================================================================
   block - link
   ========================================================================== */
.link a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  *zoom: 1;
  padding: 2.510460251%;
  text-decoration: none;
}

.link a:hover, .link a:active {
  opacity: 0.7;
}

.link a:after {
  content: '';
  display: table;
  clear: both;
}

.link__image {
  float: left;
  width: 48.458149779%;
  margin-right: 3.524229074%;
}

.link__image img {
  width: 100%;
  height: auto;
}

.link__title {
  overflow: hidden;
}

/* ==========================================================================
   block - sitemap
   ========================================================================== */
.sitemap {
  margin-top: 8px;
  padding: 32px 16.597510373% 48px;
}

.sitemap__list {
  *zoom: 1;
}

.sitemap__list:after {
  content: '';
  display: table;
  clear: both;
}

.sitemap__list + .sitemap__list {
  margin-top: 22px;
  padding-top: 24px;
  background-image: -webkit-image-set(url(../img/common/lin_horizontal01.png) 1x, url(../img/common/lin_horizontal01@2x.png) 2x);
  background-image: image-set(url(../img/common/lin_horizontal01.png) 1x, url(../img/common/lin_horizontal01@2x.png) 2x);
  background-repeat: repeat-x;
  background-position: left top;
}

.sitemap__list li {
  float: left;
  width: 50%;
}

.sitemap__list li:nth-of-type(n+3) {
  margin-top: 12px;
}

.sitemap__list a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #000;
  text-decoration: none;
}

.sitemap__list a:hover, .sitemap__list a:active {
  text-decoration: underline;
}

.sitemap__list a:before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-top: -8px;
  content: '';
  display: block;
}

.sitemap__list a:after {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 0;
  height: 0;
  margin-top: -4px;
  content: '';
  display: block;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #fff;
}

.sitemap--charahiroba .sitemap__list a:before {
  background: #3367cd;
}

.sitemap--minkuji .sitemap__list a:before {
  background: #00c300;
}

.sitemap--prize .sitemap__list a:before {
  background: #ff9300;
}

@media only screen and (max-width: 768px) {
  .sitemap {
    margin-top: 8px;
    padding: 16px 3.846153846%;
  }
  .sitemap__list {
    *zoom: 1;
  }
  .sitemap__list:after {
    content: '';
    display: table;
    clear: both;
  }
  .sitemap__list + .sitemap__list {
    margin-top: 16px;
    padding-top: 18px;
  }
  .sitemap__list li {
    float: none;
    width: 100%;
  }
  .sitemap__list li:nth-of-type(n+2) {
    margin-top: 16px;
  }
}

/* ==========================================================================
   block - result
   ========================================================================== */
.result__header {
  margin-bottom: 16px;
  text-align: center;
}

.result__number {
  padding: 12px 1.659751037%;
  font-size: 12px;
}

.result__list a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  *zoom: 1;
  color: #292929;
  padding: 2.531645569%;
  border-radius: 8px;
  text-decoration: none;
}

.result__list a:hover, .result__list a:active {
  opacity: 0.7;
}

.result__list a:after {
  content: '';
  display: table;
  clear: both;
}

.result__list--prize .result__date {
  color: #ff9300;
}

.result__image {
  float: left;
  width: 30.666666666%;
  margin-right: 2.666666666%;
}

.result__image img {
  width: 100%;
  height: auto;
}

.result__date {
  overflow: hidden;
  font-size: 12px;
}

.result__text {
  overflow: hidden;
  font-size: 12px;
}

.result__button {
  width: 32.758620689%;
  margin: 2.074688796% auto 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .result__button {
    width: 100%;
    margin-top: 5.128205128%;
  }
}

@media only screen and (max-width: 768px) {
  .result__header {
    margin-bottom: 16px;
    text-align: center;
  }
  .result__number {
    padding: 8px 1.659751037%;
    text-align: center;
  }
  .result__list li {
    float: none;
    width: 100%;
  }
  .result__list li:nth-of-type(n+2) {
    margin-top: 1.282051282%;
  }
  .result__list a {
    padding: 2.564102564%;
  }
  .result__image {
    width: 21.621621621%;
    margin-right: 2.702702702%;
  }
  .result__date {
    overflow: hidden;
    font-size: 12px;
  }
  .result__text {
    overflow: hidden;
    font-size: 12px;
  }
}

/* ==========================================================================
   block - login
   ========================================================================== */
.member {
  *zoom: 1;
}

.member:after {
  content: '';
  display: table;
  clear: both;
}

.member__content {
  float: left;
  width: 48.962655601%;
}

.member__content:nth-of-type(2) {
  margin-left: 2.074688796%;
}

.member__login, .member__register {
  box-sizing: border-box;
  margin-top: 1.694915254%;
  padding: 32px 6.779661016% 48px;
}

.member__message {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.member__form {
  margin-top: 15px;
  width: 100%;
  background-image: -webkit-image-set(url(../img/common/lin_horizontal01.png) 1x, url(../img/common/lin_horizontal01@2x.png) 2x);
  background-image: image-set(url(../img/common/lin_horizontal01.png) 1x, url(../img/common/lin_horizontal01@2x.png) 2x);
  background-repeat: repeat-x;
  background-position: left top;
}

.member__form tr {
  background-image: -webkit-image-set(url(../img/common/lin_horizontal01.png) 1x, url(../img/common/lin_horizontal01@2x.png) 2x);
  background-image: image-set(url(../img/common/lin_horizontal01.png) 1x, url(../img/common/lin_horizontal01@2x.png) 2x);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.member__form th {
  width: 27.450980392%;
  padding: 15px 0;
  text-align: left;
}

.member__form td {
  width: 62.711864406%;
  padding: 15px 0;
}

.member__form input[type=text],
.member__form input[type=password] {
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  padding: 0 10px;
  border: solid 1px #e0e0e0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
}

.member__form .notes {
  margin-top: 10px;
  font-size: 11px;
}

.member__save {
  margin-top: 20px;
  text-align: center;
}

.member__button {
  margin-top: 24px;
  text-align: center;
}

.member__button button,
.member__button a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 77.45098%;
  height: 32px;
  position: relative;
  display: inline-block;
  color: #fff;
  border: none;
  border-radius: 16px;
  font-size: 13px;
  line-height: 32px;
  text-decoration: none;
  cursor: pointer;
}

.member__button button:hover, .member__button button:active,
.member__button a:hover,
.member__button a:active {
  opacity: 0.7;
}

.member__button button:hover, .member__button button:active,
.member__button a:hover,
.member__button a:active {
  color: #fff;
}

.member__button button:before,
.member__button a:before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-top: -8px;
  content: '';
  display: block;
  background: #fff;
}

.member__button button:after,
.member__button a:after {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 0;
  height: 0;
  margin-top: -4px;
  content: '';
  display: block;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
}

.member__login .member__button button,
.member__login .member__button a {
  background: #295fcb;
}

.member__login .member__button button:after,
.member__login .member__button a:after {
  border-color: transparent transparent transparent #295fcb;
}

.member__register .member__button button,
.member__register .member__button a {
  background: #ff9300;
}

.member__register .member__button button:after,
.member__register .member__button a:after {
  border-color: transparent transparent transparent #ff9300;
}

.member__text {
  margin-top: 15px;
  padding-top: 24px;
  background-image: -webkit-image-set(url(../img/common/lin_horizontal01.png) 1x, url(../img/common/lin_horizontal01@2x.png) 2x);
  background-image: image-set(url(../img/common/lin_horizontal01.png) 1x, url(../img/common/lin_horizontal01@2x.png) 2x);
  background-repeat: repeat-x;
  background-position: left top;
  text-align: center;
}

.member__free {
  margin-top: 24px;
  margin-bottom: 50px;
  color: #f50057;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .member__content {
    float: none;
    width: 100%;
  }
  .member__content:nth-of-type(2) {
    margin-top: 32px;
    margin-left: 0;
  }
  .member__login, .member__register {
    padding: 3.846153846% 3.846153846%;
  }
  .member__message {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .member__form {
    display: block;
    width: auto;
    margin-top: 10px;
  }
  .member__form tr, .member__form tbody {
    display: block;
    width: auto;
  }
  .member__form th {
    display: block;
    width: auto;
    padding: 15px 0 10px;
  }
  .member__form td {
    display: block;
    width: auto;
    padding: 0 0 15px;
  }
  .member__form .notes {
    margin-top: 10px;
    font-size: 11px;
  }
  .member__save {
    margin-top: 12px;
  }
  .member__button {
    margin-top: 16px;
  }
  .member__button button,
  .member__button a {
    width: 100%;
  }
  .member__button button:hover, .member__button button:active,
  .member__button a:hover,
  .member__button a:active {
    color: #fff;
  }
  .member__login .member__button button,
  .member__login .member__button a {
    background: #295fcb;
  }
  .member__login .member__button button:after,
  .member__login .member__button a:after {
    border-color: transparent transparent transparent #295fcb;
  }
  .member__register .member__button button,
  .member__register .member__button a {
    background: #ff9300;
  }
  .member__register .member__button button:after,
  .member__register .member__button a:after {
    border-color: transparent transparent transparent #ff9300;
  }
  .member__text {
    margin-top: 10px;
    padding-top: 16px;
  }
  .member__free {
    margin-top: 16px;
    font-size: 13px;
  }
}

/* ==========================================================================
   block - inquiry
   ========================================================================== */
.inquiry__menu {
  *zoom: 1;
}

.inquiry__menu:after {
  content: '';
  display: table;
  clear: both;
}

.inquiry__menu-member {
  float: left;
  margin-right: 0.829875518%;
  width: 32.780082987%;
}

@media only screen and (max-width: 768px) {
  .inquiry__menu-member {
    margin-right: 2.564102564%;
  }
}

.inquiry__menu-member:nth-of-type(3n) {
  margin-right: 0;
}

.inquiry__menu-member:nth-of-type(n+4) {
  margin-top: 0.829875518%;
}

.inquiry__menu-member + .grid__item--6 {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .inquiry__menu-member {
    width: 32.780082987%;
  }
  .inquiry__menu-member:nth-of-type(3n) {
    margin-right: 0;
  }
  .inquiry__menu-member:nth-of-type(n+4) {
    margin-top: 0.829875518%;
  }
}

@media only screen and (max-width: 768px) {
  .inquiry__menu-member {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.inquiry__menu-no-member {
  float: left;
  width: 66.390041493%;
}

@media only screen and (max-width: 768px) {
  .inquiry__menu-no-member {
    width: 66.390041493%;
  }
}

@media only screen and (max-width: 768px) {
  .inquiry__menu-no-member {
    float: none;
    width: 100%;
    margin-top: 5.128205128%;
  }
}

.inquiry__menu-button {
  margin-top: 8px;
  text-align: center;
}

.inquiry__menu-button a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 85px 0 25px;
  background-repeat: no-repeat;
  background-position: center 25px;
  text-decoration: none;
}

.inquiry__menu-button a:hover, .inquiry__menu-button a:active {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .inquiry__menu-button a {
    padding: 68px 0 16px;
    background-position: center 19px;
  }
}

.inquiry__menu-button--login a {
  background-image: url("/img/inquiry/icn_login.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .inquiry__menu-button--login a {
    background-image: url("/img/inquiry/icn_login@2x.png");
    background-size: 32px 40px;
  }
}

.inquiry__menu-button--do a {
  background-image: url("/img/inquiry/icn_do.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .inquiry__menu-button--do a {
    background-image: url("/img/inquiry/icn_do@2x.png");
    background-size: 40px 40px;
  }
}

.inquiry__menu-button--show a {
  background-image: url("/img/inquiry/icn_show.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .inquiry__menu-button--show a {
    background-image: url("/img/inquiry/icn_show@2x.png");
    background-size: 40px 40px;
  }
}

.inquiry__menu-container {
  *zoom: 1;
}

.inquiry__menu-container:after {
  content: '';
  display: table;
  clear: both;
}

.inquiry__menu-container .inquiry__menu-button {
  float: left;
  width: 49.375%;
}

@media only screen and (max-width: 768px) {
  .inquiry__menu-container .inquiry__menu-button {
    width: 48.717948717%;
  }
}

.inquiry__menu-container .inquiry__menu-button + .inquiry__menu-button {
  margin-left: 1.25%;
}

@media only screen and (max-width: 768px) {
  .inquiry__menu-container .inquiry__menu-button + .inquiry__menu-button {
    margin-left: 2.564102564%;
  }
}

.inquiry__button {
  margin: 40px auto 0;
  width: 32.780082987%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
.inquiry__button {
  width: 100%;
  }
}

.inquiry__button--q {
  margin-top: 15px;
}

.inquiry__data {
  margin-top: 8px;
  padding: 24px 3.112033195%;
}

@media only screen and (max-width: 768px) {
  .inquiry__data {
    margin-top: 2.564102564%;
    padding: 3.205128205%;
  }
}

.inquiry__box {
  overflow: hidden;
  margin-top: 32px;
}

.inquiry__box:nth-of-type(n+2) {
  margin-top: 16px;
}

@media only screen and (max-width: 768px) {
  .inquiry__box:nth-of-type(n+2) {
    margin-top: 5.128205128%;
  }
}

.inquiry__number {
  padding: 24px 3.112033195%;
  background: #f0f0f0;
}

@media only screen and (max-width: 768px) {
  .inquiry__number {
    padding: 3.205128205%;
  }
}

.inquiry__number br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .inquiry__number br {
    display: block;
  }
}

.inquiry__number span {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .inquiry__number span {
    margin-bottom: 8px;
  }
}

.inquiry__number a {
  margin-right: 8px;
}

.inquiry__content {
  padding: 15px 3.112033195% 24px;
}

@media only screen and (max-width: 768px) {
  .inquiry__content {
    padding: 4.807692307% 3.205128205%;
  }
}

.inquiry__text:nth-of-type(n+2) {
  margin-top: 22px;
}

.inquiry__text dt {
  padding-left: 12px;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .inquiry__text dt {
    line-height: 1.2;
  }
}

.inquiry__text dt br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .inquiry__text dt br {
    display: block;
  }
}

.inquiry__text dd {
  margin-top: 12px;
  padding-left: 16px;
}

@media only screen and (max-width: 768px) {
  .inquiry__text dd {
    margin-top: 3.424657534%;
  }
}

.inquiry__text--q dt {
  color: #295fcb;
  border-left: solid 4px #295fcb;
}

.inquiry__text--a dt {
  color: #f50057;
  border-left: solid 4px #f50057;
}

.inquiry__status {
  display: inline-block;
  width: 100px;
  height: 18px;
  line-height: 18px;
  margin-left: 8px;
  color: #fff;
  border-radius: 9px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .inquiry__status {
    margin-left: 0;
  }
}

.bgcChange{
  padding: 15px 0 24px;
}
.bgcChange dl{
  padding: 10px 3%;
}
.bgcChange dl:nth-of-type(2n){
  background: #FDF9CB;
}
.bgcChange .inquiry__text:nth-of-type(n+2){
  margin-top: 12px;
}



.inquiry__status--wait {
  background: #295fcb;
}

.inquiry__status--answered {
  background: #f50057;
}

.inquiry__form {
  margin-top: 22px;
  padding-left: 16px;
}

.inquiry__form-input textarea {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  padding: 10px;
  border: solid 1px #e0e0e0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
  vertical-align: top;
}

.inquiry__form-button {
  margin-top: 16px;
  text-align: right;
}

.inquiry__form-button button {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 160px;
  height: 32px;
  position: relative;
  display: inline-block;
  color: #fff;
  border: none;
  border-radius: 16px;
  background: #295fcb;
  font-size: 13px;
  line-height: 32px;
  text-decoration: none;
  cursor: pointer;
}

.inquiry__form-button button:hover, .inquiry__form-button button:active {
  opacity: 0.7;
}

.inquiry__form-button button:before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-top: -8px;
  content: '';
  display: block;
  background: #fff;
}

.inquiry__form-button button:after {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 0;
  height: 0;
  margin-top: -4px;
  content: '';
  display: block;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #295fcb;
}

/* ==========================================================================
   block - comment
   ========================================================================== */
   .comment--minkuji-index, .comment--prize-index {
     position: relative;
   }

   /* comment-list
   ----------------------------------------------------------------------------- */
   .comment-list {
     overflow: hidden;
     border-radius: 16px;
     box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
     box-sizing: border-box;
     margin-top: 2.597402597%;
     padding: 0 2.597402597%;
     background: #fff;
   }

   .comment-list__item {
     *zoom: 1;
     padding: 2.739726027% 0;
   }

   .comment-list__item:after {
     content: '';
     display: table;
     clear: both;
   }

   .comment-list__item:nth-of-type(n+2) {
     border-top: solid 1px #e0e0e0;
   }

   .comment-list__image {
     float: left;
     width: 13.698630136%;
     margin-right: 2.05479452%;
     font-size: 12px;
     text-align: center;
   }

   @media only screen and (max-width: 768px) {
     .comment-list__image {
       width: 27.027027027%;
       margin-right: 4.054054054%;
       font-size: 10px;
     }
   }

   .comment-list__image a {
     display: block;
   }

   .comment-list__image img {
     width: 100%;
     margin-bottom: 3px;
     text-decoration: none;
   }

   .comment-list__body {
     overflow: hidden;
   }

   .comment-list__title {
     font-weight: bold;
   }

   .comment-list__text {
     margin-top: 5px;
   }

   @media only screen and (max-width: 768px) {
     .comment-list__text {
       margin-top: 0;
     }
   }

   .comment-list__text, .comment-list__name, .comment-list__date {
     color: #545454;
     font-size: 12px;
   }

   .comment-list__name, .comment-list__date {
     display: inline-block;
     margin-top: 3px;
   }

   .comment-list__date {
     margin-left: 10px;
     font-weight: bold;
   }

   .comment-list--full {
     margin-top: 1.659751037%;
     padding: 0 1.659751037%;
   }

   @media only screen and (max-width: 768px) {
     .comment-list--full {
       margin-top: 2.564102564%;
       padding: 0 3.846153846%;
     }
   }

   .comment-list--full .comment-list__item {
     padding: 1.716738197% 0;
   }

   @media only screen and (max-width: 768px) {
     .comment-list--full .comment-list__item {
       padding: 4.1666666666% 0;
     }
   }

   .comment-list--full .comment-list__image {
     margin-right: 1.716738197%;
   }

   /* comment-button-list
   ----------------------------------------------------------------------------- */
   .comment-button-list {
     *zoom: 1;
     font-size: 0;
     line-height: 0;
     padding: 3.433476394% 0;
     border-top: solid 1px #e0e0e0;
     text-align: center;
   }

   .comment-button-list:after {
     content: '';
     display: table;
     clear: both;
   }

   @media only screen and (max-width: 768px) {
     .comment-button-list {
       padding: 5.555555555% 0 4.166666666%;
     }
   }

   .comment-button-list__item {
     display: inline-block;
     width: 33.905579399%;
     font-size: 13px;
     line-height: 1.5;
   }

   @media only screen and (max-width: 768px) {
     .comment-button-list__item {
       display: block;
       width: 100%;
     }
   }

   .comment-button-list__item:nth-of-type(n+2) {
     margin-left: 0.858369098%;
   }

   @media only screen and (max-width: 768px) {
     .comment-button-list__item:nth-of-type(n+2) {
       margin-top: 2.777777777%;
       margin-left: 0;
     }
   }

/* ==========================================================================
   block - present
   ========================================================================== */
.present--prize-index {
 position: relative;
 margin-top: 5.194805194%;
}

@media only screen and (max-width: 768px) {
 .present--prize-index {
   margin-top: 10.256410256%;
 }
}

/* present-list
----------------------------------------------------------------------------- */
.present-list {
 *zoom: 1;
 box-sizing: border-box;
 margin-top: 2.597402597%;
}

.present-list:after {
 content: '';
 display: table;
 clear: both;
}

.present-list__item {
 float: left;
 width: 32.467532467%;
}
.present-list .no-present {
  margin-left: 2em;
}

@media only screen and (max-width: 768px) {
 .present-list__item {
   float: none;
   width: 100%;
 }
}

.present-list__item:nth-of-type(n+2) {
 margin-left: 1.298701298%;
}

@media only screen and (max-width: 768px) {
 .present-list__item:nth-of-type(n+2) {
   margin-top: 2.597402597%;
   margin-left: 0;
 }
}

.present-list a {
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 display: block;
 overflow: hidden;
 color: #292929;
 background: #fff;
 text-decoration: none;
}

.present-list a:hover, .present-list a:active {
 opacity: 0.7;
}

@media only screen and (max-width: 768px) {
 .present-list a {
   padding: 5.128205128%;
 }
}

@media only screen and (max-width: 768px) {
 .present-list__image {
   float: left;
   width: 35.714285714%;
   margin-right: 2.857142857%;
 }
}

.present-list__image img {
 width: 100%;
}

.present-list__text {
 padding: 4% 8% 8%;
 font-size: 12px;
}

@media only screen and (max-width: 768px) {
 .present-list__text {
   overflow: hidden;
   padding: 0;
 }
}

.present-list__vol span {
 display: inline-block;
 margin-left: -9.523809523%;
 padding: 1px 9.523809523%;
 color: #fff;
 background: url(../img/common/bg_present_vol_prize.png) no-repeat right top;
 line-height: 1.2;
}

@media only screen and (max-width: 768px) {
 .present-list__vol span {
   margin-left: 0;
   padding: 1px 16px 1px 4px;
 }
}

.present-list__title {
 margin-top: 8px;
}

@media only screen and (max-width: 768px) {
 .present-list__title {
   margin-top: 4px;
   line-height: 1.3;
 }
}

.present-list__number {
 display: block;
 font-weight: bold;
}

.present-list__date {
 margin-top: 8px;
}

.present-list__date dt {
 display: inline-block;
 padding: 3px;
 color: #fff;
 background: url(../img/common/bg_present_date.png);
 line-height: 1;
}

.present-list__date dd {
 display: inline;
 margin-top: 4px;
 color: #545454;
 line-height: 1;
}

/* present-detail
----------------------------------------------------------------------------- */
.present-detail {
 *zoom: 1;
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 padding: 1.659751037%;
 background: #fff;
}

.present-detail:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .present-detail {
   padding: 3.846153846%;
 }
}

.present-detail__image {
 float: left;
 width: 34.334763948%;
}

@media only screen and (max-width: 768px) {
 .present-detail__image {
   float: none;
   width: 100%;
   margin-top: 4.166666666%;
 }
}

.present-detail__image img {
 width: 100%;
}

.present-detail__body {
 overflow: hidden;
 position: relative;
}

.present-detail__title {
 text-align: justify;
 text-justify: distribute;
 float: right;
 width: 63.948497855%;
 font-size: 20px;
 font-weight: bold;
}
.present-detail__arearight {
  float: right;
  width: 63.948497855%;
}
.present-detail__arearight .present-detail__title {
  float: none;
  width: 100%;
}

@media only screen and (max-width: 768px) {
 .present-detail__title {
   float: none;
   width: 100%;
   font-size: 13px;
 }
 .present-detail__arearight {
   float: none;
   width: 100%;
 }
}

.present-detail__text {
 text-align: justify;
 text-justify: distribute;
 float: right;
 width: 63.948497855%;
 margin-top: 1.677852348%;
}

@media only screen and (max-width: 768px) {
 .present-detail__text {
   float: none;
   width: 100%;
   margin-top: 2.777777777%;
 }
}

.present-detail__button {
 width: 33.905579399%;
 margin: 2.575107296% auto 0;
}
@media only screen and (max-width: 768px) {
  .present-detail__button {
    width: 100%;
  }
}

.present-detail--entry, .present-detail--top-margin {
 margin-top: 0.829875518%;
}

/* present-detail-list
----------------------------------------------------------------------------- */
.present-detail-list {
 *zoom: 1;
 margin-top: 4.026845637%;
}

.present-detail-list:after {
 content: '';
 display: table;
 clear: both;
}

.present-detail-list__item {
 float: left;
 width: 14.765100671%;
 margin-right: 2.013422818%;
}

.present-detail-list__item:nth-of-type(6n) {
 margin-right: 0;
}

.present-detail-list__item:nth-of-type(n+7) {
 margin-top: 2.013422818%;
}

.present-detail-list__image img {
 width: 100%;
}

.present-detail-list__title {
 text-align: justify;
 text-justify: distribute;
 margin-top: 5.681818181%;
 font-weight: bold;
}

.present-detail-list__body {
 overflow: hidden;
}

.present-detail-list__text {
 text-align: justify;
 text-justify: distribute;
 margin-top: 8px;
}

/* present-step
----------------------------------------------------------------------------- */
.present-step {
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 margin-bottom: 0.829875518%;
 padding: 0.829875518%;
 background: #fff;
}

@media only screen and (max-width: 768px) {
 .present-step {
   margin-bottom: 5.128205128%;
   padding: 2.564102564%;
 }
}

.present-step img {
 width: 100%;
 height: auto;
}

/* ==========================================================================
   block - product
   ========================================================================== */
.product__footer {
 margin-top: 3.319502074%;
}

.product-list {
 *zoom: 1;
}

.product-list:after {
 content: '';
 display: table;
 clear: both;
}

.product-list__item {
 float: left;
 margin-right: 0.829875518%;
 width: 49.58506224%;
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 background: #fff;
}

@media only screen and (max-width: 768px) {
 .product-list__item {
   margin-right: 2.564102564%;
 }
}

.product-list__item:nth-of-type(2n) {
 margin-right: 0;
}

.product-list__item:nth-of-type(n+3) {
 margin-top: 1.659751037%;
}

@media only screen and (max-width: 768px) {
 .product-list__item {
   width: 48.717948717%;
 }
 .product-list__item:nth-of-type(2n) {
   margin-right: 0;
 }
 .product-list__item:nth-of-type(n+3) {
   margin-top: 2.564102564%;
 }
}

@media only screen and (max-width: 768px) {
 .product-list__item {
   float: none;
   width: 100%;
   margin-right: 0;
 }
}

@media only screen and (max-width: 768px) {
 .product-list__item:nth-of-type(n+2) {
   margin-top: 2.564102564%;
 }
}

.product-list__image img {
 width: 100%;
}

.product-list__body {
 padding: 2.510460251% 3.347280334% 5.020920502%;
}

@media only screen and (max-width: 768px) {
 .product-list__body {
   padding: 3.846153846%;
 }
}

.product-list__title {
 font-size: 16px;
 font-weight: bold;
}

@media only screen and (max-width: 768px) {
 .product-list__title {
   font-size: 14px;
   line-height: 1.3;
 }
}

.product-list__text {
 text-align: justify;
 text-justify: distribute;
 margin-top: 2.678571428%;
}

.product-list__button {
 margin-top: 5.381165919%;
 text-align: center;
}

@media only screen and (max-width: 768px) {
 .product-list__button {
   margin-top: 4.166666666%;
 }
}

.product-list__button .button {
 width: 70.852017937%;
}

@media only screen and (max-width: 768px) {
 .product-list__button .button {
   width: 100%;
 }
}

.product-list--top-margin {
 margin-top: 1.659751037%;
}

@media only screen and (max-width: 768px) {
 .product-list--top-margin {
   margin-top: 2.564102564%;
 }
}

.product-notes {
  margin-top: 0.829875518%;
  padding: 0 1.659751037%;
}

@media only screen and (max-width: 768px) {
 .product-notes {
   margin-top: 2.564102564%;
   padding: 0 3.846153846%;
   font-size: 12px;
 }
}

.product-notes__item {
 padding-left: 1em;
 text-indent: -1em;
}

.product-notes__item--emphasis {
 color: #e50000;
}

.product-notes + .product-list {
 margin-top: 1.244813278%;
}

@media only screen and (max-width: 768px) {
 .product-notes + .product-list {
   margin-top: 2.564102564%;
 }
}

.product-share {
 font-size: 0;
 line-height: 0;
 margin-bottom: 1.037344398%;
 text-align: right;
}

.product-share__button {
 display: inline-block;
 vertical-align: top;
}

.product-share__button:nth-of-type(n+2) {
 margin-left: 8px;
}

.product-detail {
 *zoom: 1;
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 background: #fff;
}

.product-detail:after {
 content: '';
 display: table;
 clear: both;
}

.product-detail__image {
 float: left;
 width: 66.390041493%;
}

.product-detail__image img {
 width: 100%;
}
@media only screen and (max-width: 768px) {
  .product-detail__image {
   float: none;
   width: 100%;
  }
}

.product-detail__body {
 overflow: hidden;
 padding: 1.659751037%;
}
@media only screen and (max-width: 768px) {
  .product-detail__body {
    width: 100%;
    box-sizing: border-box;
  }
}
.product-detail__text {
 /* text-align: justify;
 text-justify: distribute; */
}

.product-detail__text:nth-of-type(n+2) {
 margin-top: 5.479452054%;
}

.section .product-detail {
 margin-top: 0.829875518%;
}
@media only screen and (max-width: 768px) {
  .section .product-detail{
    overflow: hidden;
    }
}
.product-prize-detail {
 *zoom: 1;
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 padding: 1.659751037%;
 background: #fff;
}

.product-prize-detail:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .product-prize-detail {
   padding: 3.846153846%;
 }
}

.product-prize-detail__image {
 float: left;
 width: 34.334763948%;
 margin-right: 1.716738197%;
}

@media only screen and (max-width: 768px) {
 .product-prize-detail__image {
   float: none;
   width: 100%;
   margin-right: 0;
 }
}

.product-prize-detail__image img {
 width: 100%;
}

.product-prize-detail__body {
 overflow: hidden;
 position: relative;
}

.product-prize-detail__share {
 position: absolute;
 top: 0;
 right: 0;
}

.product-prize-detail__share-button {
 display: inline-block;
 line-height: 0;
 vertical-align: top;
}

.product-prize-detail__category span {
 width: 64px;
 height: 64px;
 border-radius: 100%;
 line-height: 64px;
 display: block;
 color: #fff;
 background: #00c300;
 font-size: 24px;
 text-align: center;
}

.product-prize-detail__title {
 text-align: justify;
 text-justify: distribute;
 margin-top: 8px;
 font-size: 16px;
 font-weight: bold;
}

@media only screen and (max-width: 768px) {
 .product-prize-detail__title {
   margin-top: 2.777777777%;
   font-size: 14px;
 }
}

.product-prize-detail__text {
 text-align: justify;
 text-justify: distribute;
 margin-top: 8px;
}

@media only screen and (max-width: 768px) {
 .product-prize-detail__text {
   margin-top: 2.777777777%;
 }
}

.product-prize-detail__kuji {
 display: table;
 width: 100%;
 margin-top: 12px;
}

.product-prize-detail__kuji-image, .product-prize-detail__kuji-title {
 display: table-cell;
 vertical-align: middle;
}
.product-prize-detail__kuji-image {
 width: 20.066889632%;
 padding-right: 2.675585284%;
}
.product-prize-detail__kuji-title img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
 .product-prize-detail__kuji-image, .product-prize-detail__kuji-title {
  display: block;
  vertical-align: middle;
 }
 .product-prize-detail__kuji-title img {
  width: 100%;
 }
}


@media only screen and (max-width: 768px) {
 .product-prize-detail__kuji-image {
   width: 41.666666666%;
   padding-right: 2.777777777%;
 }
}

.product-prize-detail__kuji-image img {
 width: 100%;
}

.product-prize-detail__kuji-title {
 font-weight: bold;
}

.product-prize-detail__button a {
 transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-prize-detail__button a:hover, .product-prize-detail__button a:active {
 opacity: 0.7;
}

.section .product-prize-detail {
 margin-top: 0.829875518%;
}

@media only screen and (max-width: 768px) {
 .section .product-prize-detail {
   margin-top: 2.564102564%;
 }
}

.product-information {
 *zoom: 1;
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 margin-top: 1.659751037%;
 padding: 1.659751037%;
 background: #fff;
}

.product-information:after {
 content: '';
 display: table;
 clear: both;
}

.product-information__text {
 text-align: justify;
 text-justify: distribute;
}

.product-prize-list {
 *zoom: 1;
 margin-top: 1.659751037%;
}

.product-prize-list:after {
 content: '';
 display: table;
 clear: both;
}

.product-prize-list__item {
 *zoom: 1;
 float: left;
 margin-right: 0.829875518%;
 width: 32.780082987%;
 overflow: hidden;
 border-radius: 8px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 box-sizing: border-box;
 padding: 0.829875518%;
 background: #fff;
}

.product-prize-list__item:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .product-prize-list__item {
   margin-right: 2.564102564%;
 }
}

.product-prize-list__item:nth-of-type(3n) {
 margin-right: 0;
}

.product-prize-list__item:nth-of-type(n+4) {
 margin-top: 0.829875518%;
}

.product-prize-list__item + .grid__item--6 {
 margin-right: 0;
}

@media only screen and (max-width: 768px) {
/* .product-prize-list__item {
   width: 31.623931623%;
 }
 .product-prize-list__item:nth-of-type(3n) {
   margin-right: 0;
 }*/
 .product-prize-list__item:nth-of-type(n+4) {
   margin-top: 0;
 }
}

.product-prize-list__image {
 float: left;
 width: 30.666666666%;
 margin-right: 2.666666666%;
}

.product-prize-list__image img {
 width: 100%;
}

.product-prize-list__body {
 overflow: hidden;
}

.product-prize-list__title {
 color: #00c300;
 font-size: 20px;
}

.product-prize-list__text {
 text-align: justify;
 text-justify: distribute;
 margin-top: 2.666666666%;
 font-size: 12px;
 line-height: 1.3;
}

.product-get {
 float: left;
 width: 48.342048962%;
}

.product-get + .product-get {
 float: right;
}

.product-get--last .product-get__title {
 color: #00a0e4;
}

.product-get--double .product-get__title {
 color: #e5003d;
}

.product-get__header {
 text-align: justify;
 text-justify: distribute;
 margin-top: 1.716738197%;
 padding: 0 3.433476394%;
 font-size: 12px;
 line-height: 1.3;
}

.product-get__item {
 *zoom: 1;
 overflow: hidden;
 border-radius: 8px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 box-sizing: border-box;
 margin-top: 1.716738197%;
 padding: 1.716738197%;
 background: #fff;
}

.product-get__item:after {
 content: '';
 display: table;
 clear: both;
}

.product-get__image {
 float: left;
 width: 20.444444444%;
 margin-right: 1.777777777%;
}

.product-get__image img {
 width: 100%;
}

.product-get__body {
 overflow: hidden;
}

.product-get__title {
 font-size: 20px;
}

.product-get__text {
 text-align: justify;
 text-justify: distribute;
 margin-top: 2.666666666%;
 font-size: 12px;
 line-height: 1.3;
}

.product-commnet {
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 margin-top: 0.829875518%;
 background: #fff;
}

@media only screen and (max-width: 768px) {
 .product-commnet {
   margin-top: 2.564102564%;
 }
}

.product-commnet-list {
 margin: 0 1.659751037%;
}

@media only screen and (max-width: 768px) {
 .product-commnet-list {
   margin: 0 3.846153846%;
 }
}

.product-commnet-list__item {
 *zoom: 1;
 padding: 1.716738197% 0;
 border-bottom: solid 1px #e0e0e0;
}

.product-commnet-list__item:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .product-commnet-list__item {
   padding: 4.166666666% 0;
 }
}

.product-commnet-list__image {
 float: left;
 width: 8.583690987%;
 margin-right: 1.716738197%;
}

@media only screen and (max-width: 768px) {
 .product-commnet-list__image {
   width: 41.666666666%;
   margin-right: 2.564102564%;
 }
}

.product-commnet-list__image img {
 width: 100% !important;
}

.product-commnet-list__body {
 overflow: hidden;
}

.product-commnet-list__title {
 margin-bottom: 4px;
 font-weight: bold;
}

.product-commnet-list__text, .product-commnet-list__name, .product-commnet-list__date, .product-commnet-list__link {
 text-align: justify;
 text-justify: distribute;
 color: #545454;
 font-size: 12px;
}

.product-commnet-list__text {
 margin-bottom: 3px;
}

.product-commnet-list__date {
 margin-left: 8px;
 font-weight: bold;
}

.product-commnet-list__link {
 margin-left: 8px;
}

@media only screen and (max-width: 768px) {
 .product-commnet-list__link {
   display: block;
   margin-left: 0;
 }
}

.product-commnet-list--border-top {
 border-top: solid 1px #e0e0e0;
}

.product-commnet-button {
 font-size: 0;
 line-height: 0;
 padding: 3.319502074% 0;
 text-align: center;
}

@media only screen and (max-width: 768px) {
 .product-commnet-button {
   padding: 5.555555555% 3.846153846% 4.166666666%;
 }
}

.product-commnet-button__item {
 display: inline-block;
 width: 32.780082987%;
}

@media only screen and (max-width: 768px) {
 .product-commnet-button__item {
   display: block;
   width: 100%;
 }
}

.product-commnet-button__item:nth-of-type(n+2) {
 margin-left: 12.03319502%;
}

@media only screen and (max-width: 768px) {
 .product-commnet-button__item:nth-of-type(n+2) {
   margin-top: 2.777777777%;
   margin-left: 0;
 }
}

.product-commnet-paging {
 margin-top: 1.659751037%;
}

.product-commnet-paging--last {
 padding-bottom: 2.489626556%;
}

@media only screen and (max-width: 768px) {
 .product-commnet-paging--last {
   margin-top: 5.555555555%;
   padding-bottom: 5.555555555%;
 }
}

.product-search {
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 background: #fff;
 margin-top: 0.829875518%;
 padding: 1.659751037%;
}

@media only screen and (max-width: 768px) {
 .product-search {
   margin-top: 2.564102564%;
   padding: 3.846153846%;
 }
}

.product-search__image {
 box-sizing: border-box;
 float: left;
 width: 49.57081545%;
 margin-right: 3.433476394%;
 padding: 1.60944206%;
 background: #f5f5f5;
}

@media only screen and (max-width: 768px) {
 .product-search__image {
   display: none;
 }
}

.product-search__image img {
 width: 100%;
 height: auto;
}

.product-search__body {
 overflow: hidden;
}

.product-search__keyword-form {
 margin-top: 2.752293577%;
 font-size: 0;
 line-height: 0;
}

.product-search__keyword-form input[type=text] {
 width: 75.22936%;
 height: 32px;
 box-sizing: border-box;
 padding: 0 10px;
 border: solid 1px #e0e0e0;
 border-radius: 16px;
 background: #fff;
 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
 font-size: 13px;
 line-height: 1.5;
 vertical-align: top;
}

@media only screen and (max-width: 768px) {
 .product-search__keyword-form input[type=text] {
   width: 69.444444444%;
 }
}

.product-search__keyword-form button {
 width: 22.935779816%;
 margin-left: 1.605504587%;
 font-size: 13px;
 vertical-align: top;
}

@media only screen and (max-width: 768px) {
 .product-search__keyword-form button {
   width: 27.777777777%;
   margin-left: 2.777777777%;
 }
}

.product-search__keyword-form button.button {
 padding: 0 12px 0 24px;
}

.product-search__link {
 background-image: url("/img/common/lin_horizontal01.png");
 background-repeat: repeat-x;
 background-position: left top;
 margin-top: 3.66972477%;
 padding-top: 4.128440366%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .product-search__link {
   background-image: url("/img/common/lin_horizontal01@2x.png");
   background-size: auto 2px;
 }
}

@media only screen and (max-width: 768px) {
 .product-search__link {
   margin-top: 5.555555555%;
   padding-top: 6.25%;
 }
}

.product-search__link-item {
 *zoom: 1;
 font-size: 12px;
 line-height: 24px;
}

.product-search__link-item:after {
 content: '';
 display: table;
 clear: both;
}

.product-search__link-item:nth-of-type(n+2) {
 margin-top: 8px;
}

@media only screen and (max-width: 768px) {
 .product-search__link-item:nth-of-type(n+2) {
   margin-top: 2.777777777%;
 }
}

.product-search__link-title {
 float: left;
 width: 96px;
 margin-right: 8px;
 color: #fff;
 border-radius: 2px;
 text-align: center;
}

@media only screen and (max-width: 768px) {
 .product-search__link-title {
   float: none;
   margin-right: 0;
 }
}

.product-search__link-title--1 {
 background: #2698cc;
}

.product-search__link-title--2 {
 background: #51c2a6;
}

.product-search__link-title--3 {
 background: #98d23b;
}

.product-search__link-title--4 {
 background: #ff9502;
}

.product-search__link-title--5 {
 background: #b48f51;
}

.product-search__link-title--6 {
 background: #df5c82;
}

.product-search__link-title--7 {
 background: #f2c200;
}

.product-search__link-title--8 {
 background: #6089c5;
}

.product-search__link-text {
 overflow: hidden;
}

@media only screen and (max-width: 768px) {
 .product-search__link-text {
   margin-top: 2.777777777%;
   line-height: 1.3;
 }
}

.product-search__link-text li {
 float: left;
 margin-left: 8px;
}

@media only screen and (max-width: 768px) {
 .product-search__link-text li:nth-of-type(1) {
   margin-left: 0;
 }
}

.product-select {
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 background: #fff;
 margin-top: 0.829875518%;
 padding: 1.659751037%;
}

@media only screen and (max-width: 768px) {
 .product-select {
   margin-top: 2.564102564%;
   padding: 3.846153846%;
 }
}

.product-select select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 width: 55%;
 height: 32px;
 box-sizing: border-box;
 margin-left: 8px;
 padding: 0 30px 0 10px;
 border: solid 1px #e0e0e0;
 border-radius: 16px;
 background-color: #fff;
 background-image: url("/img/common/arw_select.png");
 background-repeat: no-repeat;
 background-position: right center;
 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .product-select select {
   background-image: url("/img/common/arw_select@2x.png");
   background-size: 20px 18px;
 }
}

.product-select select::-ms-expand {
 display: none;
}

@media only screen and (max-width: 768px) {
 .product-select select {
   width: 100%;
   margin-top: 2.777777777%;
   margin-left: 0;
 }
}

/* ==========================================================================
   block - paging
   ========================================================================== */
.paging {
  *zoom: 1;
  line-height: 1;
  padding-right: 1.659751037%;
  padding-left: 1.659751037%;
}

.paging:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .paging {
    padding-right: 3.205128205%;
    padding-left: 3.205128205%;
    text-align: center;
  }
}

.paging__text {
  float: left;
}

@media only screen and (max-width: 768px) {
  .paging__text {
    float: none;
  }
}

.paging__link {
  float: right;
}

@media only screen and (max-width: 768px) {
  .paging__link {
    float: none;
  }
}

.paging__item {
  float: left;
}

@media only screen and (max-width: 768px) {
  .paging__item {
    margin-top: 10px;
  }
}

.paging__item--first {
  margin-right: 10px;
}

.paging__item--prev {
  margin-right: 20px;
}

.paging__item--num + .paging__item--num {
  margin-left: 15px;
  padding-left: 15px;
  border-left: solid 1px #000;
}

.paging__item--next {
  margin-left: 20px;
}

.paging__item--last {
  margin-left: 10px;
}

/* ==========================================================================
   block - shop
   ========================================================================== */
.shop-map {
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 margin-top: 0.829875518%;
 padding: 1.659751037%;
 background: #fff;
}

@media only screen and (max-width: 768px) {
 .shop-map {
   margin-top: 2.564102564%;
   padding: 3.846153846%;
 }
}

.shop-map__header {
 *zoom: 1;
}

.shop-map__header:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .shop-map__header {
   position: relative;
   padding-bottom: 30px;
 }
}

.shop-map__header-now {
 float: left;
 font-size: 14px;
 font-weight: bold;
}

.shop-map__header-select {
 float: right;
}

.shop-map__header-data {
 float: left;
}

.shop-map__header-title {
 overflow: hidden;
 font-size: 24px;
 font-weight: bold;
 line-height: 1.3;
}

@media only screen and (max-width: 768px) {
 .shop-map__header-title {
   font-size: 18px;
 }
}

.shop-map__header-title--minkuji {
 color: #00c300;
}

.shop-map__header-address {
 overflow: hidden;
 font-size: 12px;
}

@media only screen and (max-width: 768px) {
 .shop-map__header-address {
   font-size: 11px;
 }
}

.shop-map__header-button {
 float: right;
 margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .shop-map__share{
    float: none;
    width: 100%;
    text-align: center;
  }
 .shop-map__header-button {
   position: relative;
   text-align: center !important;
   bottom: 0;
   left: 0;
   float: none;
   margin-left: 0;
 }
}

@media only screen and (max-width: 768px) {
 .shop-map__header-button .button {
   height: 24px;
   line-height: 24px;
   padding: 0 12px 0 24px;
 }
}

@media only screen and (max-width: 768px) {
 .shop-map__header-button .button:before {
   left: 4px;
 }
}

@media only screen and (max-width: 768px) {
 .shop-map__header-button .button:after {
   left: 10px;
 }
}

.shop-map__share {
 font-size: 0;
 line-height: 0;
 float: right;
}

.shop-map__share-button {
 display: inline-block;
 line-height: 0;
 vertical-align: top;
}

.shop-map__share-button:nth-of-type(n+2) {
 margin-left: 8px;
}

.shop-map__body {
 width: 100%;
 height: 480px;
 margin-top: 1.716738197%;
 margin-bottom: 1.716738197%;
}

@media only screen and (max-width: 768px) {
 .shop-map__body {
   margin-top: 4.166666666%;
   height: 290px;
 }
}

.shop-map__footer {
 margin-top: 1.716738197%;
}

.shop-map__footer-notes {
 padding-left: 1em;
 text-indent: -1em;
}

.shop-area__text {
 margin-bottom: 1.716738197%;
}

.shop-area__item:nth-of-type(n+2) {
 margin-top: 1.716738197%;
}

.shop-area__heading {
 padding: 3px 0.858369098%;
 background: #e5e5e5;
 font-size: 14px;
 font-weight: bold;
}

.shop-area__link {
 *zoom: 1;
 margin-top: 0.858369098%;
 padding: 0 0.858369098%;
 font-size: 12px;
}

.shop-area__link:after {
 content: '';
 display: table;
 clear: both;
}

.shop-area__link-item {
 float: left;
}

.shop-area__link-item:nth-of-type(n+2) {
 margin-left: 12px;
}

.shop-list {
 *zoom: 1;
 margin-top: 0.829875518%;
}

.shop-list:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .shop-list {
   margin-top: 2.564102564%;
 }
}

.shop-list__item {
 float: left;
 margin-right: 0.829875518%;
 width: 49.58506224%;
}

@media only screen and (max-width: 768px) {
 .shop-list__item {
   margin-right: 2.564102564%;
 }
}

.shop-list__item:nth-of-type(2n) {
 margin-right: 0;
}

.shop-list__item:nth-of-type(n+3) {
 margin-top: 1.659751037%;
}

@media only screen and (max-width: 768px) {
 .shop-list__item {
   width: 48.717948717%;
 }
 .shop-list__item:nth-of-type(2n) {
   margin-right: 0;
 }
 .shop-list__item:nth-of-type(n+3) {
   margin-top: 2.564102564%;
 }
}

@media only screen and (max-width: 768px) {
 .shop-list__item {
   float: none;
   width: 100%;
   margin-right: 0;
 }
}

@media only screen and (max-width: 768px) {
 .shop-list__item:nth-of-type(n+2) {
   margin-top: 1.282051282%;
 }
}

.shop-list__item:nth-of-type(n+3) {
 margin-top: 0.829875518%;
}

@media only screen and (max-width: 768px) {
 .shop-list__item:nth-of-type(n+3) {
   margin-top: 1.282051282%;
 }
}

.shop-list__item a,
.shop-list__item label {
 transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 display: block;
 padding: 3.347280334% 3.347280334% 3.347280334% 48px;
 color: #292929;
 background: #fff;
 background-image: url("/img/common/icn_map.png");
 background-repeat: no-repeat;
 background-position: 24px center;
 text-decoration: none;
 cursor: pointer;
}

.shop-list__item a:hover, .shop-list__item a:active,
.shop-list__item label:hover,
.shop-list__item label:active {
 opacity: 0.7;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .shop-list__item a,
 .shop-list__item label {
   background-image: url("/img/common/icn_map@2x.png");
   background-size: 16px 24px;
 }
}

@media only screen and (max-width: 768px) {
 .shop-list__item a,
 .shop-list__item label {
   border-radius: 8px;
 }
}

.shop-list__title {
 font-size: 14px;
 font-weight: bold;
}

@media only screen and (max-width: 768px) {
 .shop-list__title {
   font-size: 13px;
 }
}

.shop-list__text {
 font-size: 12px;
 height: 24px;
}

@media only screen and (max-width: 768px) {
 .shop-list__text {
   font-size: 11px;
 }
}

.shop-list--select .shop-list__item {
 position: relative;
}

.shop-list--select .shop-list__item label {
 padding: 3.347280334% 3.347280334% 3.347280334% 64px;
 background-position: 40px center;
}

@media only screen and (max-width: 768px) {
 .shop-list--select .shop-list__item label {
   padding: 3.846153846% 3.846153846% 3.846153846% 60px;
   background-position: 36px center;
 }
}

.shop-list--select .shop-list__item input {
 position: absolute;
 top: 50%;
 left: 14px;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 margin: 0;
}

@media only screen and (max-width: 768px) {
 .shop-list--select .shop-list__item input {
   left: 10px;
 }
}

.shop-list-footer {
 margin-top: 2.489626556%;
}

@media only screen and (max-width: 768px) {
 .shop-list-footer {
   margin-top: 3.205128205%;
 }
}

/* ==========================================================================
   block - doubleget
   ========================================================================== */
.doubleget-slider {
  position: relative;
  margin-top: 1.659751037%;
}

@media only screen and (max-width: 768px) {
  .doubleget-slider {
    float: none;
    width: 100%;
    margin: 12px auto 0;
    padding: 0 0 3px;
  }
}

.doubleget-slider__inner {
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
}

.doubleget-slider__item {
  width: calc((100% - 24px) / 3);
}
.doubleget-slider__item:nth-child(odd) {
  margin-right: 8px;
}
/* .doubleget-slider__item:nth-child(n+4) {
  margin-top: 8px;
} */

@media only screen and (max-width: 768px) {
  .doubleget-slider__inner {
    display: block;
  }
  .doubleget-slider__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .doubleget-slider__item:nth-child(n+3) {
    margin-top: 0;
  }
}

.doubleget-slider__item a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  display: block;
}

.doubleget-slider__item a:hover, .doubleget-slider__item a:active {
  opacity: 0.7;
}

.doubleget-slider__item img {
  width: 100%;
  height: auto;
}

.doubleget-slider .slick-list {
  *zoom: 1;
  margin-right: -5px;
  padding: 0 3px 3px;
}

.doubleget-slider .slick-list:after {
  content: '';
  display: table;
  clear: both;
}

.doubleget-slider .slick-dots {
  font-size: 0;
  line-height: 0;
  padding-top: 4.807692307%;
  text-align: center;
}

.doubleget-slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}

.doubleget-slider .slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  overflow: hidden;
  padding: 0;
  border: solid 2px #fff;
  background: none;
  text-indent: -9999px;
}

.doubleget-slider .slick-dots .slick-active button {
  background: #fff;
}

.doubleget-slider .slick-arrow  {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  border: none;
  background-repeat: no-repeat;
  background-color: #f50057;
  text-indent: -9999px;
  z-index: 999;
}

.doubleget-slider .slick-next {
  background-image: url("/img/common/arw_pickup_prev2.png");
  right: -13px;
  background-position: 9px center;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .doubleget-slider .slick-next {
    background-image: url("/img/common/arw_pickup_prev2@2x.png");
    background-size: 12px 14px;
  }
}

.doubleget-slider .slick-prev  {
  background-image: url("/img/common/arw_pickup_next2.png");
  left: -13px;
  background-position: 11px center;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .doubleget-slider .slick-prev {
    background-image: url("/img/common/arw_pickup_next2@2x.png");
    background-size: 12px 14px;
  }
}

.doubleget-button {
  max-width: 480px;
  padding-top: 30px;
  margin: 0 auto;
  background: url(../img/minkuji/arw_doubleget.png) no-repeat center 5px;
  text-align: center;
}

.doubleget-button a {
  display: block;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.doubleget-button a:hover, .doubleget-button a:active {
  opacity: 0.7;
}
.doubleget-button img {
  width: 100%;
  margin-top: 16px;
}

@media only screen and (max-width: 768px) {
  .doubleget-button img {
    width: 100%;
  }
}

.doubleget-image img {
  width: 100%;
}

.doubleget-image--result {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  margin-bottom: 3.319502074%;
}

.doubleget-step {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  margin-top: 1.867219917%;
  margin-bottom: 0.829875518%;
  padding: 0.829875518%;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .doubleget-step {
    margin-top: 3.205128205%;
    margin-bottom: 2.564102564%;
    padding: 2.564102564%;
  }
}

.doubleget-step img {
  width: 100%;
  height: auto;
}

.doubleget-form {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  margin-top: 0.829875518%;
  padding: 1.659751037% 1.659751037% 3.319502074%;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .doubleget-form {
    margin-top: 2.564102564%;
    padding: 3.846153846%;
  }
}

.doubleget-form__header {
  text-align: center;
}

.doubleget-form__header-title {
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .doubleget-form__header-title {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .doubleget-form__header-notes {
    font-size: 12px;
  }
}

.doubleget-form__body {
  margin-top: 1.716738197%;
  text-align: center;
}


@media only screen and (max-width: 768px) {
  .doubleget-form__body {
    margin-top: 4.166666666%;
  }
}

.doubleget-form__item {
  padding: 0.858369098% 0;
  background: #f0f0f0;
}

@media only screen and (max-width: 768px) {
  .doubleget-form__item {
    font-size: 12px;
    padding: 2.777777777%;
  }
}

.doubleget-form__item:nth-of-type(n+2) {
  margin-top: 1px;
}

.doubleget-form__item input[type=text] {
  width: 96px;
  height: 32px;
  box-sizing: border-box;
  padding: 0 10px;
  border: solid 1px #e0e0e0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
}

@media only screen and (max-width: 768px) {
  .doubleget-form__item input[type=text] {
    width: 5em;
  }
}

.doubleget-form__item input[type=text]:nth-of-type(3) {
  width: 192px;
}
@media only screen and (max-width: 768px) {
  .doubleget-form__item input[type=text]:nth-of-type(3) {
    width: 10em;
  }
}

.doubleget-form__footer {
  background-image: url("/img/common/lin_horizontal01.png");
  background-repeat: repeat-x;
  background-position: left top;
  margin-top: 3.433476394%;
  padding-top: 1.716738197%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .doubleget-form__footer {
    background-image: url("/img/common/lin_horizontal01@2x.png");
    background-size: 100% 2px;
  }
}

.doubleget-form__message {
  margin-top: 1.716738197%;
  color: #e60000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.doubleget-form__text {
  margin-top: 1.716738197%;
  text-align: center;
}

.doubleget-form__button-list {
  margin-top: 1.931330472%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .doubleget-form__button-list {
    margin-top: 2.777777777%;
  }
}

.doubleget-form__button {
  display: inline-block;
  width: 33.905579399%;
}

@media only screen and (max-width: 768px) {
  .doubleget-form__button {
    width: 100%;
  }
}

.doubleget-form__button:nth-of-type(n+2) {
  margin-left: 0.858369098%;
}

@media only screen and (max-width: 768px) {
  .doubleget-form__button:nth-of-type(n+2) {
    margin-top: 2.777777777%;
    margin-left: 0;
  }
}

.doubleget-form__notes {
  margin-top: 3.433476394%;
  color: #c00;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .doubleget-form__notes {
    margin-top: 4.1666666666%;
    font-size: 11px;
  }
}

.doubleget-list {
  *zoom: 1;
  margin-top: 1.659751037%;
  margin-bottom: 1.659751037%;
}

.doubleget-list:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .doubleget-list {
    margin-top: 2.564102564%;
  }
}

.doubleget-list__result {
  padding-bottom: 4px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.doubleget-list__item {
  float: left;
  margin-right: 0.829875518%;
  width: 49.58506224%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  box-sizing: border-box;
  border: solid 4px #fff;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .doubleget-list__item {
    margin-right: 2.564102564%;
  }
}

.doubleget-list__item:nth-of-type(2n) {
  margin-right: 0;
}

.doubleget-list__item:nth-of-type(n+3) {
  margin-top: 0.829875518%;
}

@media only screen and (max-width: 768px) {
  .doubleget-list__item {
    width: 100%;
  }
  .doubleget-list__item:nth-of-type(n+2) {
    margin-top: 2.564102564%;
  }
  .doubleget-list__item:nth-of-type(n+3) {
    margin-top: 2.564102564%;
  }
}

@media only screen and (max-width: 768px) {
  .doubleget-list__item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.doubleget-list__item.is-miss {
  border-color: #808080;
  background: #808080;
}

@media only screen and (max-width: 768px) {
  .doubleget-list__item.is-miss .doubleget-list__inner {
    padding: 2.631578947%;
  }
}
.doubleget-list__item.is-hit {
  border-color: #e60000;
  background: #e60000;
}

@media only screen and (max-width: 768px) {
  .doubleget-list__item.is-hit .doubleget-list__inner {
    padding: 2.631578947%;
  }
}

.doubleget-list__item.is-hit .doubleget-list__result {
  font-size: 21px;
}

.doubleget-list__inner {
  *zoom: 1;
  box-sizing: border-box;
  padding: 4px;
  background: #fff;
  min-height: 230px;
}

.doubleget-list__inner:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .doubleget-list__inner {
    padding: 1.315789473%;
  }
}

.doubleget-list__code {
  margin-bottom: 1.731601731%;
  padding: 4px;
  background: #f0f0f0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .doubleget-list__code {
    margin-bottom: 2.777777777%;
  }
}

.doubleget-list__code span {
  font-size: 12px;
  font-weight: normal;
}

.doubleget-list__image {
  float: left;
  width: 35.497835497%;
  margin-right: 1.673640167%;
}

@media only screen and (max-width: 768px) {
  .doubleget-list__image {
    width: 31.944444444%;
    margin-right: 2.777777777%;
  }
}

.doubleget-list__image img {
  width: 100%;
}

.doubleget-list__body {
  overflow: hidden;
}

.doubleget-list__title {
  text-align: justify;
  text-justify: distribute;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .doubleget-list__title {
    font-size: 13px;
  }
}

.doubleget-list__text {
  text-align: justify;
  text-justify: distribute;
  font-size: 12px;
}

.doubleget-list__hit {
  margin-top: 12px;
  text-align: center;
}

.doubleget-list__hit dt {
  color: #e60000;
  font-size: 18px;
  font-weight: bold;
}

.doubleget-list__hit dd {
  font-size: 12px;
}

.doubleget-list__button {
  clear: both;
  padding-top: 12px;
  padding-bottom: 10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .doubleget-list__button {
    padding-top: 2.777777777%;
    padding-bottom: 1.388888888%;
  }
}

.doubleget-list__button .button {
  width: 68.398268398%;
}

@media only screen and (max-width: 768px) {
  .doubleget-list__button .button {
    width: 100%;
  }
}

.doubleget-message {
  margin-top: 1.659751037%;
  font-weight: bold;
  text-align: center;
}

.doubleget-present {
  *zoom: 1;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  margin-top: 0.829875518%;
  padding: 1.659751037%;
  background: #fff;
}

.doubleget-present:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .doubleget-present {
    margin-top: 10.256410256%;
    padding: 3.846153846%;
  }
}

.doubleget-present__image {
  float: left;
  width: 34.334763948%;
  margin-right: 1.716738197%;
}

@media only screen and (max-width: 768px) {
  .doubleget-present__image {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.doubleget-present__image img {
  width: 100%;
}

.doubleget-present__body {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .doubleget-present__body {
    margin-top: 4.166666666%;
  }
}

@media only screen and (max-width: 768px) {
  .doubleget-present__category {
    float: left;
    margin-right: 8px;
  }
}

.doubleget-present__category span {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  display: block;
  line-height: 64px;
  color: #fff;
  background: #00c300;
  font-size: 24px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .doubleget-present__category span {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    line-height: 48px;
    font-size: 18px;
  }
}

.doubleget-present__title {
  text-align: justify;
  text-justify: distribute;
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .doubleget-present__title {
    overflow: hidden;
    min-height: 48px;
    margin-top: 0;
    font-size: 14px;
  }
}

.doubleget-present__text {
  text-align: justify;
  text-justify: distribute;
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  .doubleget-present__text {
    margin-top: 2.777777777%;
  }
}

.doubleget-present__kuji {
  display: table;
  width: 100%;
  margin-top: 12px;
}

.doubleget-present__kuji-image, .doubleget-present__kuji-title {
  display: table-cell;
  vertical-align: middle;
}

.doubleget-present__kuji-image {
  width: 20.066889632%;
  padding-right: 2.675585284%;
}

.doubleget-present__kuji-image img {
  width: 100%;
}

.doubleget-present__kuji-title {
  font-weight: bold;
}

.doubleget-present__button {
  margin-top: 18px;
}

@media only screen and (max-width: 768px) {
  .doubleget-present__button {
    margin-top: 2.777777777%;
  }
}

.doubleget-present__button .button {
  width: 53.020134228%;
}

@media only screen and (max-width: 768px) {
  .doubleget-present__button .button {
    width: 100%;
  }
}

.doubleget-mail {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  margin-top: 0.829875518%;
  padding: 1.659751037% 1.659751037% 3.319502074%;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .doubleget-mail {
    margin-top: 2.564102564%;
    padding: 3.846153846%;
  }
}

.doubleget-mail__notes {
  text-align: justify;
  text-justify: distribute;
  color: #c00;
  font-size: 12px;
}

.doubleget-mail__edit {
  *zoom: 1;
  background-image: url("/img/common/lin_horizontal01.png");
  background-repeat: repeat-x;
  background-position: left top;
  margin-top: 2.575107296%;
  padding-top: 2.575107296%;
}

.doubleget-mail__edit:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .doubleget-mail__edit {
    background-image: url("/img/common/lin_horizontal01@2x.png");
    background-size: 100% 2px;
  }
}

@media only screen and (max-width: 768px) {
  .doubleget-mail__edit {
    margin-top: 5.128205128%;
    padding-top: 0;
  }
}

.doubleget-mail__item {
  float: left;
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .doubleget-mail__item {
    float: none;
    width: 100%;
    padding: 11.111111111% 0;
  }
}

@media only screen and (max-width: 768px) {
  .doubleget-mail__item:nth-of-type(n+2) {
    background-image: url("/img/common/lin_horizontal01.png");
    background-repeat: repeat-x;
    background-position: left top;
  }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .doubleget-mail__item:nth-of-type(n+2) {
    background-image: url("/img/common/lin_horizontal01@2x.png");
    background-size: 100% 2px;
  }
}

@media only screen and (max-width: 768px) {
  .doubleget-mail__item:last-child {
    padding-bottom: 6.944444444%;
  }
}

.doubleget-mail__title {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .doubleget-mail__title {
    font-size: 13px;
  }
}

.doubleget-mail__text {
  margin-top: 6px;
  min-height: 32px;
  line-height: 32px;
}

@media only screen and (max-width: 768px) {
  .doubleget-mail__text {
    margin-top: 4.166666666%;
    min-height: 0;
    line-height: 1.5;
  }
}

.doubleget-mail__text input[type=text] {
  width: 67.81116%;
  height: 32px;
  box-sizing: border-box;
  padding: 0 10px;
  border: solid 1px #e0e0e0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
}

@media only screen and (max-width: 768px) {
  .doubleget-mail__text input[type=text] {
    width: 100%;
  }
}

.doubleget-mail__button {
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  .doubleget-mail__button {
    margin-top: 2.564102564%;
  }
}

.doubleget-mail__button .button {
  width: 67.811158798%;
}

@media only screen and (max-width: 768px) {
  .doubleget-mail__button .button {
    width: 100%;
  }
}

/* ==========================================================================
   block - event
   ========================================================================== */
.event__footer {
 margin-top: 3.319502074%;
}

.event-list__item {
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 background: #fff;
}

.event-list__item:nth-of-type(n+2) {
 margin-top: 1.659751037%;
}

@media only screen and (max-width: 768px) {
 .event-list__item:nth-of-type(n+2) {
   margin-top: 2.564102564%;
 }
}

.event-list__image {
 float: left;
 width: 32.780082987%;
}

@media only screen and (max-width: 768px) {
 .event-list__image {
   float: none;
   width: 100%;
 }
}

.event-list__image img {
 width: 100%;
}

.event-list__body {
 overflow: hidden;
 padding: 1.659751037% 2.074688796%;
}

@media only screen and (max-width: 768px) {
 .event-list__body {
   padding: 2.564102564% 3.846153846% 3.846153846%;
 }
}

.event-list__icon {
 box-sizing: border-box;
 display: inline-block;
 width: 94px;
 height: 16px;
 padding: 3px 0;
 border-radius: 8px;
 text-align: center;
}

.event-list__icon--campaign {
 background: #ed3b77;
}

.event-list__icon--event {
 background: #21c8da;
}

.event-list__icon--minkuji {
  background: #00c300;
}

.event-list__icon--prize {
  background: #ff9300;
}
.event-list__icon--none {
  background: none;
}

.event-list__title {
 font-size: 16px;
 font-weight: bold;
 line-height: 1.3;
}

@media only screen and (max-width: 768px) {
 .event-list__title {
   font-size: 14px;
 }
}

.event-list__text {
 text-align: justify;
 text-justify: distribute;
 margin-top: 0.657894736%;
}

.event-list__button {
 margin-top: 1.5%;
}

@media only screen and (max-width: 768px) {
 .event-list__button {
   margin-top: 4.166666666%;
 }
}

.event-list__button .button {
 width: 52.302631578%;
}

@media only screen and (max-width: 768px) {
 .event-list__button .button {
   width: 100%;
 }
}

.event-list--top-margin {
 margin-top: 1.659751037%;
}

@media only screen and (max-width: 768px) {
 .event-list--top-margin {
   margin-top: 2.564102564%;
 }
}

.event-detail__body {
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 padding-bottom: 3.319502074%;
 background: #fff;
}

@media only screen and (max-width: 768px) {
 .event-detail__body {
   padding: 5.128205128% 3.846153846%;
 }
}

.event-detail__body img {
 max-width: 100%;
 height: auto;
}

.event-detail__inner {
 padding: 3.319502074% 16.804979253% 0;
}

@media only screen and (max-width: 768px) {
 .event-detail__inner {
   padding: 0;
 }
}

.event-detail__date {
 *zoom: 1;
 margin-bottom: 2.75%;
}

.event-detail__date:after {
 content: '';
 display: table;
 clear: both;
}

.event-detail__icon {
 box-sizing: border-box;
 display: inline-block;
 float: right;
 height: 16px;
 margin-left: 3px;
 padding: 3px 5px;
 border-radius: 8px;
 vertical-align: -3px;
}

.event-detail__icon--minkuji {
 background: #00c300;
}

.event-detail__icon--prize {
 background: #ff9300;
}

.event-detail__title {
 text-align: justify;
 text-justify: distribute;
 margin-bottom: 1.5625%;
 color: #3367cd;
 font-size: 16px;
 font-weight: bold;
}

.event-detail__heading {
 text-align: justify;
 text-justify: distribute;
 margin-top: 3.75%;
 font-size: 14px;
 font-weight: bold;
}

.event-detail__text {
 text-align: justify;
 text-justify: distribute;
 margin-top: 2.1875%;
 margin-top: 14px;
}

.event-detail__footer {
 margin-top: 3.319502074%;
 text-align: center;
}

.event-detail__button-list {
 *zoom: 1;
 font-size: 0;
 line-height: 0;
 text-align: center;
}

.event-detail__button-list:after {
 content: '';
 display: table;
 clear: both;
}

.event-detail__button {
 font-size: 0;
 line-height: 0;
 display: inline-block;
 width: 32.780082987%;
}

.event-detail__button:nth-of-type(n+2) {
 margin-left: 1.25%;
}

/* ==========================================================================
   block - calendar
   ========================================================================== */
.calendar {
  overflow: hidden;
  margin-top: 1.659751037%;
  padding: 1.659751037% 1.867219917% 2.074688796%;
  border-radius: 16px;
  background: rgba(128, 85, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.33) inset;
}

@media only screen and (max-width: 768px) {
  .calendar {
    margin-top: 2.564102564%;
    padding: 1.659751037% 1.282051282% 5.128205128%;
  }
}

.calendar:nth-of-type(n+2) {
  margin-top: 0.829875518%;
}

@media only screen and (max-width: 768px) {
  .calendar:nth-of-type(n+2) {
    margin-top: 1.282051282%;
  }
}

.calendar__heading {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 3px rgba(128, 85, 0, 0.33);
}

.calendar__caution {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
}

.calendar__list {
  *zoom: 1;
  margin-top: 0.431034483%;
}

.calendar__list:after {
  content: '';
  display: table;
  clear: both;
}

.calendar__text{
  height: 35px;
}

.calendar__item {
  display: flex;
  *zoom: 1;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  box-sizing: border-box;
  float: left;
  width: 32.758620689%;
  margin-top: 0.862068965%;
  margin-right: 0.862068965%;
  padding: 0.862068965%;
  background: #fff;
  min-height: 108px !important;
}

.calendar__item:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .calendar--minkuji .calendar__item {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .calendar__caution {
    font-size: 11px;
  }
  .calendar__item {
    float: none;
    width: 100%;
    margin-top: 1.315789473%;
    margin-right: 0;
    padding: 2.631578947%;
    min-height: none;
  }
}
@-moz-document url-prefix() {
.calendar__item{
  margin-top: 10px;
  padding: 10px;
}
}




.calendar__item:nth-of-type(3n) {
  margin-right: 0;
}

.calendar__image {
  /*width: 31.9444444444%;*/
  width: 32%;
  /*margin-right: 2.777777777%;*/
  margin-right: 2.8%;
}
.calendar__body{
  width: 65.2%;
}
.calendar_List_item .calendar__body{
  float: none;
  width: auto;
}

.calendar__image a {
  display: block;
  width: 100%;
}

.calendar__image img {
  width: 100%;
}

.calendar__body {
  font-size: 12px;
}

.calendar__body p{
  display: inline;
}

.calendar__button {
  width: 32.758620689%;
  margin: 0.862068965% auto 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .calendar__button {
    width: 100%;
    margin-top: 1.315789473%;
  }
}

.calendar--minkuji .calendar__title {
  color: #00c300;
}

.calendar--minkuji .calendar__image {
  float: none;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .calendar--minkuji .calendar__image {
    width: 44.444444444%;
    margin-right: 2.777777777%;
  }
}

.calendar--minkuji .calendar__image img {
  width: 100%;
}

.calendar--minkuji .calendar__body {
  margin-top: 5px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .calendar--minkuji .calendar__body {
    width: 55.555555556%;
    overflow: hidden;
    margin-top: 0;
  }
}

.calendar--prize .calendar__title {
  color: #ff9300;
}

.calendar-nav {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  margin-bottom: 3.319502074%;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .calendar-nav {
    margin-bottom: 5.128205128%;
    text-align: center;
  }
}

.calendar-nav__top {
  *zoom: 1;
  padding: 1.659751037%;
  background: #f5f5f5;
}

.calendar-nav__top:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .calendar-nav__top {
    padding: 5.128205128% 3.846153846%;
  }
}

.calendar-nav__text {
  background-image: url("/img/common/icn_search.png");
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
  height: 32px;
  line-height: 32px;
  padding-left: 24px;
  color: #292929;
  font-size: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .calendar-nav__text {
    background-image: url("/img/common/icn_search@2x.png");
    background-size: 16px 16px;
  }
}

@media only screen and (max-width: 768px) {
  .calendar-nav__text {
    float: none;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
  }
}

.calendar-nav__search-list {
  *zoom: 1;
  float: right;
}

.calendar-nav__search-list:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .calendar-nav__search-list {
    float: none;
    padding-top: 2.777777777%;
  }
}

.calendar-nav__search {
  float: left;
}

@media only screen and (max-width: 768px) {
  .calendar-nav__search {
    float: none;
    display: inline-block;
  }
}

.calendar-nav__search:nth-of-type(n+2) {
  margin-left: 6px;
}

.calendar-nav__month-list {
  *zoom: 1;
  clear: both;
  padding-top: 0.858369098%;
  font-size: 12px;
}

.calendar-nav__month-list:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .calendar-nav__month-list {
    padding-top: 2.777777777%;
  }
}

.calendar-nav__month {
  float: left;
  width: 7.939914163%;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .calendar-nav__month {
    width: 23.958333333%;
    margin-right: 1.388888888%;
  }
}

.calendar-nav__month:nth-of-type(n+2) {
  margin-left: 0.429184549%;
}

@media only screen and (max-width: 768px) {
  .calendar-nav__month:nth-of-type(n+2) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .calendar-nav__month:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .calendar-nav__month:nth-of-type(n+5) {
    margin-top: 4px;
  }
}

.calendar-nav__month a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  height: 24px;
  line-height: 24px;
  color: #292929;
  border-radius: 12px;
  background: #e5e5e5;
  text-decoration: none;
}

.calendar-nav__month a:hover, .calendar-nav__month a:active {
  opacity: 0.7;
}

.calendar-nav__month a.is-current {
  color: #fff;
}

.calendar-nav__month a.is-current--charahiroba {
  background: #3367cd;
}

.calendar-nav__month a.is-current--minkuji {
  background: #00c300;
}

.calendar-nav__month a.is-current--prize {
  background: #ff9300;
}

.calendar-nav__month a.is-disabled {
  pointer-events: none;
  color: #ccc;
  background: none;
}

.calendar-nav__bottom {
  position: relative;
  padding: 3.319502074% 1.659751037%;
}

@media only screen and (max-width: 768px) {
  .calendar-nav__bottom {
    padding: 10.256410256% 3.846153846%;
  }
}

.calendar-nav__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.calendar-nav__number {
  font-size: 36px;
}

.calendar-nav__controler {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

.calendar-nav__controler--prev {
  left: 1.659751037%;
}

@media only screen and (max-width: 768px) {
  .calendar-nav__controler--prev {
    left: 3.846153846%;
  }
}

.calendar-nav__controler--next {
  right: 1.659751037%;
}

@media only screen and (max-width: 768px) {
  .calendar-nav__controler--next {
    right: 3.846153846%;
  }
}

@media only screen and (max-width: 768px) {
  .calendar-nav__controler .button {
    padding-right: 0;
    font-size: 0;
  }
}

/* ==========================================================================
   block - download
   ========================================================================== */
.download-list {
  *zoom: 1;
  margin-top: 1.659751037%;
}

.download-list:after {
  content: '';
  display: table;
  clear: both;
}

.download-list__item {
  float: left;
  margin-right: 0.829875518%;
  width: 49.58506224%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  box-sizing: border-box;
  padding: 1.659751037%;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .download-list__item{
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .download-list__item {
    margin-right: 2.564102564%;
  }
}

.download-list__item:nth-of-type(2n) {
  margin-right: 0;
}

.download-list__item:nth-of-type(n+3) {
  margin-top: 0.829875518%;
}

@media only screen and (max-width: 768px) {
  .download-list__item {
    width: 100%;
  }
  .download-list__item:nth-of-type(n+2) {
    margin-top: 2.564102564%;
  }
  .download-list__item:nth-of-type(n+3) {
    margin-top: 2.564102564%;
  }
}

.download-list__image {
  float: left;
  width: 40.167364016%;
  margin-right: 1.673640167%;
}

.download-list__image img {
  width: 100%;
}

.download-list__body {
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 56px;
}
@media only screen and (max-width: 768px) {
  .download-list__body{
    position: relative;
  }
}

.download-list__title {
  text-align: justify;
  text-justify: distribute;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

.download-list__text {
  text-align: justify;
  text-justify: distribute;
  margin-top: 8px;
}


@media only screen and (max-width: 768px) {
  .download-list__button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .spFontsize{
    font-size: 11px;
  }
  .download-list__button .spFontsize {
    letter-spacing: -0.5px;
  }
}
@media only screen and (min-width: 769px) {
  .download-list__button {
    position: absolute;
    width: 55%;
    right:2%;
    bottom:8%;
  }
}

.download-detail {
  *zoom: 1;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  margin-top: 1.659751037%;
  padding: 1.659751037%;
  background: #fff;
}

.download-detail:after {
  content: '';
  display: table;
  clear: both;
}

.download-detail__image {
  float: left;
  width: 34.334763948%;
  margin-right: 1.716738197%;
}

.download-detail__image img {
  width: 100%;
}

.download-detail__body {
  overflow: hidden;
}

.download-detail__category span {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  display: block;
  line-height: 64px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.download-detail__category--minkuji span {
  background: #00c300;
}

.download-detail__category--prize span {
  background: #ff9300;
}

.download-detail__title {
  text-align: justify;
  text-justify: distribute;
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
}

.download-detail__text {
  text-align: justify;
  text-justify: distribute;
  margin-top: 8px;
}

.download-detail__button-list {
  margin-top: 18px;
}

.download-detail__button {
  float: left;
  width: 49.32885906%;
  margin-right: 1.342281879%;
}

.download-detail__button:nth-of-type(2n) {
  margin-right: 0;
}

.download-detail__button:nth-of-type(n+3) {
  margin-top: 1.342281879%;
}

/* ==========================================================================
   block - character
   ========================================================================== */
.character-list {
  *zoom: 1;
  display: none;
  margin-top: 1.659751037%;
}

.character-list:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .character-list {
    margin-top: 5.128205128%;
  }
}

.character-list.is-current {
  display: block;
}

.character-list a,
.character-list label {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  box-sizing: border-box;
  display: block;
  padding: 3.404255319%;
  color: #295fcb;
  background: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-height: 96px;
}

.character-list a:hover, .character-list a:active,
.character-list label:hover,
.character-list label:active {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .character-list a,
  .character-list label {
    border-radius: 8px;
  }
}

.character-list__item {
  float: left;
  margin-right: 0.829875518%;
  width: 24.37759336%;
}

@media only screen and (max-width: 768px) {
  .character-list__item {
    margin-right: 2.564102564%;
  }
}

.character-list__item:nth-of-type(4n) {
  margin-right: 0;
}

.character-list__item:nth-of-type(n+5) {
  margin-top: 0.829875518%;
}

@media only screen and (max-width: 768px) {
  .character-list__item {
    width: 24.37759336%;
  }
  .character-list__item:nth-of-type(4n) {
    margin-right: 0;
  }
  .character-list__item:nth-of-type(n+5) {
    margin-top: 0.829875518%;
  }
}

@media only screen and (max-width: 768px) {
  .character-list__item {
    width: 48.717948717%;
    margin-right: 2.564102564%;
  }
}

@media only screen and (max-width: 768px) {
  .character-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .character-list__item:nth-of-type(n+3), .character-list__item:nth-of-type(n+5) {
    margin-top: 2.564102564%;
  }
}

.character-list__image img {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .character-list__image img {
    width: 100% !important;
  }
}

.character-list__title {
  margin-top: 3.652968036%;
}

@media only screen and (max-width: 768px) {
  .character-list__title {
    font-size: 10px;
  }
}

.character-detail {
  *zoom: 1;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  background: #fff;
}

.character-detail:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .character-detail {
    padding: 3.846153846%;
  }
}

.character-detail__image {
  float: left;
  width: 66.390041493%;
}

@media only screen and (max-width: 768px) {
  .character-detail__image {
    float: none;
    width: 100%;
  }
}

.character-detail__image img {
  width: 100%;
}

.character-detail__body {
  overflow: hidden;
  padding: 1.659751037% 1.659751037% 1.659751037% 3.7%;
}

@media only screen and (max-width: 768px) {
  .character-detail__body {
    padding: 0;
  }
}

.character-detail__share {
  font-size: 0;
  line-height: 0;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .character-detail__share {
    margin-top: 4.166666666%;
    text-align: center;
  }
}

.character-detail__share-button {
  display: inline-block;
  line-height: 0;
  vertical-align: top;
}

.character-detail__share-button:nth-of-type(n+2) {
  margin-left: 8px;
}

.character-detail__text {
  text-align: justify;
  text-justify: distribute;
  margin-top: 5.479452054%;
}

.character-detail__button {
  margin-top: 5.479452054%;
}

@media only screen and (max-width: 768px) {
  .character-detail__button {
    margin-top: 4.166666666%;
  }
}

.character-lineup {
  *zoom: 1;
  margin-top: 1.659751037%;
  font-size: 12px;
}

.character-lineup:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .character-lineup {
    margin-top: 5.128205128%;
  }
}

.character-lineup__item {
  float: left;
  margin-right: 0.829875518%;
  width: 32.780082987%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  box-sizing: border-box;
  padding: 0.829875518%;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .character-lineup__item {
    margin-right: 2.564102564%;
  }
}

.character-lineup__item:nth-of-type(3n) {
  margin-right: 0;
}

.character-lineup__item:nth-of-type(n+4) {
  margin-top: 0.829875518%;
}

.character-lineup__item + .grid__item--6 {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .character-lineup__item {
    width: 32.780082987%;
  }
  .character-lineup__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .character-lineup__item:nth-of-type(n+4) {
    margin-top: 0.829875518%;
  }
}

@media only screen and (max-width: 768px) {
  .character-lineup__item {
    float: none;
    width: 100%;
    padding: 2.564102564%;
  }
}

@media only screen and (max-width: 768px) {
  .character-lineup__item:nth-of-type(n+2) {
    margin-top: 2.564102564%;
  }
}

.character-lineup__image {
  float: left;
  width: 30.666666666%;
  margin-right: 2.666666666%;
}

.character-lineup__image img {
  width: 100%;
}
/*
.character-lineup__body {
  overflow: hidden;
}
*/
.character-lineup--minkuji .character-lineup__image {
  float: none;
  width: 100%;
  margin-right: 0;
}
/*
@media only screen and (max-width: 768px) {
  .character-lineup--minkuji .character-lineup__image {
    float: left;
    width: 43.243243243%;
    margin-right: 2.702702702%;
  }
}
*/
.character-lineup--minkuji .character-lineup__image img {
  width: 100%;
}

.character-lineup--minkuji .character-lineup__body {
  margin-top: 1.666666666%;
}

@media only screen and (max-width: 768px) {
  .character-lineup--minkuji .character-lineup__body {
    overflow: hidden;
    margin-top: 0;
  }
}

.character-lineup--minkuji .character-lineup__date {
  color: #00c300;
}

.character-lineup--prize .character-lineup__date {
  color: #ff9300;
}

.character-lineup--prize .goods-lineup__date {
  color: #E71C5C;
}

.character-lineup--top-margin-zero {
  margin-top: 0;
}

/* ==========================================================================
   block - item
   ========================================================================== */
.item-list {
 *zoom: 1;
 margin-top: 1.659751037%;
 font-size: 12px;
}

.item-list:after {
 content: '';
 display: table;
 clear: both;
}

.item-list__item {
 float: left;
 margin-right: 0.829875518%;
 width: 32.780082987%;
 overflow: hidden;
 border-radius: 8px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 box-sizing: border-box;
 padding: 0.829875518%;
 background: #fff;
}

@media only screen and (max-width: 768px) {
 .item-list__item {
   margin-right: 2.564102564%;
 }
}

.item-list__item:nth-of-type(3n) {
 margin-right: 0;
}

.item-list__item:nth-of-type(n+4) {
 margin-top: 0.829875518%;
}

.item-list__item + .grid__item--6 {
 margin-right: 0;
}

@media only screen and (max-width: 768px) {
 .item-list__item {
   width: 31.623931623%;
 }
 .item-list__item:nth-of-type(3n) {
   margin-right: 0;
 }
 .item-list__item:nth-of-type(n+4) {
   margin-top: 2.564102564%;
 }
}

.item-list__image {
 float: left;
 width: 30.666666666%;
 margin-right: 2.666666666%;
}

.item-list__image img {
 width: 100%;
}

.item-list__body {
 overflow: hidden;
}

.item-list--minkuji .item-list__date {
 color: #00c300;
}

.item-list--prize .item-list__date {
 color: #ff9300;
}

.item-detail {
 *zoom: 1;
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 padding: 1.659751037%;
 background: #fff;
}

.item-detail:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .item-detail {
   padding: 3.846153846%;
 }
}

.item-detail__image {
 float: left;
 width: 34.334763948%;
 margin-right: 1.716738197%;
}

@media only screen and (max-width: 768px) {
 .item-detail__image {
   float: none;
   width: 100%;
   margin-right: 0;
 }
}

.item-detail__image img {
 width: 100%;
}

.item-detail__body {
 overflow: hidden;
 position: relative;
}

.item-detail__title {
 text-align: justify;
 text-justify: distribute;
 font-size: 20px;
 font-weight: bold;
}

@media only screen and (max-width: 768px) {
 .item-detail__title {
   margin-top: 2.777777777%;
   font-size: 14px;
 }
}

.item-detail__text {
 text-align: justify;
 text-justify: distribute;
 margin-top: 1.677852348%;
}

@media only screen and (max-width: 768px) {
 .item-detail__text {
   margin-top: 2.777777777%;
 }
}

.item-detail__character {
 display: table;
 width: 100%;
 margin-top: 1.677852348%;
}

@media only screen and (max-width: 768px) {
 .item-detail__character {
   margin-top: 4.166666666%;
 }
}

.item-detail__character-image, .item-detail__character-title {
 display: table-cell;
 vertical-align: middle;
}

.item-detail__character-image {
 width: 20.134228187%;
}

@media only screen and (max-width: 768px) {
 .item-detail__character-image {
   width: 41.666666666%;
   padding-right: 2.777777777%;
 }
}

.item-detail__character-image img {
 width: 100%;
}

.item-detail__character-title {
 width: 79.865771813%;
 padding-left: 2.348993288%;
 font-weight: bold;
}

@media only screen and (max-width: 768px) {
 .item-detail__character-title {
   width: 55.555555555%;
   padding-left: 0;
 }
}

.item-detail__sub-image {
 *zoom: 1;
 font-size: 0;
 line-height: 0;
 float: left;
 width: 42.953020134%;
 margin-top: 4.697986577%;
}

.item-detail__sub-image:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .item-detail__sub-image {
   float: none;
   width: 100%;
   margin-top: 4.166666666%;
   text-align: center;
 }
}

.item-detail__sub-image li {
 display: inline-block;
 width: 31%;
 margin-right: 3%;
 cursor: pointer;
}

@media only screen and (max-width: 768px) {
 .item-detail__sub-image li {
   width: 27.083333333%;
   margin-right: 2.777777777%;
 }
}

.item-detail__sub-image li:nth-of-type(3n) {
 margin-right: 0;
}

.item-detail__sub-image img {
 width: 100%;
}

.item-detail__button {
 float: right;
 width: 50.335570469%;
 margin-top: 12.751677852%;
}

@media only screen and (max-width: 768px) {
 .item-detail__button {
   float: none;
   width: 100%;
   margin-top: 4.166666666%;
 }
}

/* ==========================================================================
   block - recommend
   ========================================================================== */
.recommend-list {
  *zoom: 1;
  margin-top: 1.659751037%;
}

.recommend-list:after {
  content: '';
  display: table;
  clear: both;
}

.recommend-list__item {
  float: left;
  margin-right: 0.829875518%;
  width: 15.975103734%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
}

@media only screen and (max-width: 768px) {
  .recommend-list__item {
    margin-right: 2.564102564%;
  }
}

.recommend-list__item:nth-of-type(6n) {
  margin-right: 0;
}

.recommend-list__item:nth-of-type(n+7) {
  margin-top: 0.829875518%;
}

@media only screen and (max-width: 768px) {
  .recommend-list__item {
    width: 15.975103734%;
  }
  .recommend-list__item:nth-of-type(6n) {
    margin-right: 0;
  }
  .recommend-list__item:nth-of-type(n+7) {
    margin-top: 0.829875518%;
  }
}

.recommend-list__item img {
  width: 100%;
}
/*  1129add  */
@media only screen and (max-width: 768px) {
.recommend-list{
  overflow: hidden;
  width: 98%;
  margin: 0 auto;
}
.recommend-list__item{
  width: 32%;
  margin: 1%;
}
.recommend-list__item:nth-of-type(3n){
  margin-right: 0;
}
.recommend-list__item:nth-of-type(3n+1){
  margin-left: 0;
}









}


/* ==========================================================================
   block - about
   ========================================================================== */
.about {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  box-sizing: border-box;
  padding: 3.319502074% 16.804979253% 4.979253112%;
  background: #fff;
}

.about__text {
  text-align: center;
}

.about__text em {
  font-style: normal;
  font-weight: bold;
}

.about__text strong {
  color: #e50000;
}

.about__outline {
  text-align: center;
}

.about__outline dt {
  padding: 3.333333333%;
  color: #fff;
  border-radius: 4px;
  background: url(/img/common/bg_heading_blue.png);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .about__outline dt {
    padding: 8.333333333% 5.555555555%;
    font-size: 14px;
  }
  .about {
    padding: 3.319502074% 1% 4.979253112%;
  }
  .about__text{
    text-align: left;
  }
}

.about__outline dd {
  color: #292929;
}

@media only screen and (max-width: 768px) {
  .about__outline dd {
    margin-top: 8px;
  }
}

.about__outline p {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .about__outline p {
    margin-top: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .about__outline p br {
    display: none;
  }
}

.about__contents {
  *zoom: 1;
  margin-top: 32px;
}

.about__contents:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .about__contents {
    margin-top: 20px;
  }
}

.about__contents li {
  position: relative;
  float: left;
  width: 47.777777777%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .about__contents li {
    float: none;
    width: 100%;
  }
}

.about__contents li + li {
  float: right;
}

@media only screen and (max-width: 768px) {
  .about__contents li + li {
    float: none;
    margin-top: 20px;
  }
}

.about__contents a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  color: #000;
  text-decoration: none;
}

.about__contents a:hover, .about__contents a:active {
  opacity: 0.7;
}

.about__contents dt {
  padding: 24px 0;
  border: solid 8px #e6e6e6;
  border-radius: 16px;
}

.about__contents dt span {
  position: absolute;
  top: 0;
  left: 0;
}

.about__contents dd {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

.about--charahiroba {
  padding: 3.319502074% 3.319502074% 4.979253112%;
}

@media only screen and (max-width: 768px) {
  .about--charahiroba {
    padding: 3.846153846% 3.846153846% 10.256410256%;
  }
}

.about-list {
  *zoom: 1;
}

.about-list:after {
  content: '';
  display: table;
  clear: both;
}

.about-list__item {
  float: left;
  width: 46.875%;
  margin-top: 5%;
  margin-right: 6.25%;
}

.about-list__item:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .about-list__item {
    float: none;
    width: 100%;
    margin-top: 5%;
    margin-right: 0%;
  }
}
.about-list__title {
  text-align: justify;
  text-justify: distribute;
  position: relative;
  padding-left: 38px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 24px;}

.about-list__number {
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  line-height: 32px;
  margin-top: -16px;
  content: '';
  display: block;
  color: #fff;
  text-align: center;
}

.about-list__image {
  margin-top: 16px;
  border:5px solid #00C200;
}

.about-list__image img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .about-list__image {
    margin: 16px auto 0;
    width: 80%;
  }
  .about-list__title{
    margin-top: 16px;
    padding-right: 10%;
  }

}



.about-list__text {
  text-align: justify;
  text-justify: distribute;
  margin-top: 12px;
  /*padding-left: 32px;*/
}
@media only screen and (max-width: 768px) {
  .about-list__text {
    padding-left: 0px;
    margin: 16px auto 0;
    width: 80%;
  }
}

.about-list--prize .about-list__number {
  background: #ff9300;
}

.about-list--minkuji .about-list__number {
  background: #00c300;
}

.about-point-list {
  display: flex;
  *zoom: 1;
  margin-top: 3.112033195%;
}

.about-point-list:after {
  content: '';
  display: table;
  clear: both;
}

.about-point-list__item {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  width: 49.58506224%;
  margin-right: 0.829875518%;
  background: #fff;
}

.about-point-list__item:nth-of-type(2n) {
  margin-right: 0;
}

.about-point-list__item:nth-of-type(n+3) {
  margin-top: 1.659751037%;
}

.about-point-list__image {
  padding: 15px;
  background: #ff9300;
  text-align: center;
}

.about-point-list__image img {
  max-width: 100%;
}

.about-point-list__title {
  text-align: justify;
  text-justify: distribute;
  margin-top: 5.020920502%;
  padding: 0 2.092050209%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.about-point-list__text {
  text-align: justify;
  text-justify: distribute;
  margin-top: 2.092050209%;
  padding: 0 2.092050209% 5.020920502%;
  text-align: center;
}

.about-point-list--prize .about-list__number {
  background: #ff9300;
}

.about-point-list--minkuji .about-list__number {
  background: #00c300;
}
@media only screen and (max-width: 768px) {
  .about-point-list{
    display: block;
    overflow: hidden;
  }
  .about-point-list__item{
    float: none;
    width: 98%;
    margin: 10px auto;
  }
  .about-point-list__item:nth-of-type(2n){
    margin: 10px auto;
  }
  .about-point-list__text{
    text-align: left;
  }
}
/* ==========================================================================
   block - mypage
   ========================================================================== */
/* mypage-header
----------------------------------------------------------------------------- */
.mypage-header {
 position: relative;
}

/* mypage-logout
----------------------------------------------------------------------------- */
.mypage-logout {
 position: absolute;
 top: 4px;
 right: 4px;
}

@media only screen and (max-width: 768px) {
 .mypage-logout .button {
   height: 24px;
   line-height: 24px;
   padding: 0 8px 0 24px;
   font-size: 11px;
 }
}

@media only screen and (max-width: 768px) {
 .mypage-logout .button:before {
   left: 4px;
 }
}

@media only screen and (max-width: 768px) {
 .mypage-logout .button:after {
   left: 10px;
 }
}

/* mypage-nav
----------------------------------------------------------------------------- */
.mypage-nav {
 *zoom: 1;
 margin-top: 1.659751037%;
}

.mypage-nav:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .mypage-nav {
   margin-top: 2.564102564%;
   font-size: 11px;
 }
}

.mypage-nav__item {
 float: left;
 margin-right: 0.829875518%;
 width: 15.975103734%;
 text-align: center;
}

@media only screen and (max-width: 768px) {
 .mypage-nav__item {
   margin-right: 2.564102564%;
 }
}

.mypage-nav__item:nth-of-type(6n) {
 margin-right: 0;
}

.mypage-nav__item:nth-of-type(n+7) {
 margin-top: 0.829875518%;
}

@media only screen and (max-width: 768px) {
 .mypage-nav__item {
   width: 15.975103734%;
 }
 .mypage-nav__item:nth-of-type(6n) {
   margin-right: 0;
 }
 .mypage-nav__item:nth-of-type(n+7) {
   margin-top: 0.829875518%;
 }
}

@media only screen and (max-width: 768px) {
 .mypage-nav__item {
   float: left;
   margin-right: 0.829875518%;
   width: 32.780082987%;
 }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
 .mypage-nav__item {
   margin-right: 2.564102564%;
 }
}

@media only screen and (max-width: 768px) {
 .mypage-nav__item:nth-of-type(3n) {
   margin-right: 0;
 }
 .mypage-nav__item:nth-of-type(n+4) {
   margin-top: 0.829875518%;
 }
 .mypage-nav__item + .grid__item--6 {
   margin-right: 0;
 }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
 .mypage-nav__item {
   width: 31.623931623%;
 }
 .mypage-nav__item:nth-of-type(3n) {
   margin-right: 0;
 }
 .mypage-nav__item:nth-of-type(n+4) {
   margin-top: 2.564102564%;
 }
}

.mypage-nav__item--config a {
 background-image: url("/img/mypage/icn_nav01.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-nav__item--config a {
   background-image: url("/img/mypage/icn_nav01@2x.png");
   background-size: 48px 48px;
 }
}

.mypage-nav__item--favorite a {
 background-image: url("/img/mypage/icn_nav02.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-nav__item--favorite a {
   background-image: url("/img/mypage/icn_nav02@2x.png");
   background-size: 48px 48px;
 }
}

.mypage-nav__item--present a {
 background-image: url("/img/mypage/icn_nav03.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-nav__item--present a {
   background-image: url("/img/mypage/icn_nav03@2x.png");
   background-size: 48px 48px;
 }
}

.mypage-nav__item--wget a {
 background-image: url("/img/mypage/icn_nav04.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-nav__item--wget a {
   background-image: url("/img/mypage/icn_nav04@2x.png");
   background-size: 48px 48px;
 }
}

.mypage-nav__item--comment a {
 background-image: url("/img/mypage/icn_nav05.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-nav__item--comment a {
   background-image: url("/img/mypage/icn_nav05@2x.png");
   background-size: 48px 48px;
 }
}

.mypage-nav__item--inquiry a {
 background-image: url("/img/mypage/icn_nav06.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-nav__item--inquiry a {
   background-image: url("/img/mypage/icn_nav06@2x.png");
   background-size: 48px 48px;
 }
}

.mypage-nav a {
 transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 box-sizing: border-box;
 display: block;
 padding: 80px 0 18px;
 background-color: #fff;
 background-repeat: no-repeat;
 background-position: center 20px;
 line-height: 1.3;
 text-decoration: none;
}

.mypage-nav a:hover, .mypage-nav a:active {
 opacity: 0.7;
}

@media only screen and (max-width: 768px) {
 .mypage-nav a {
   padding: 56px 0 8px;
   background-position: center 12px;
   background-size: 40px 40px;
 }
}

/* mypage-present-header
----------------------------------------------------------------------------- */
.mypage-present-header {
 *zoom: 1;
 margin-top: 1.659751037%;
 margin-bottom: 3.319502074%;
}

.mypage-present-header:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .mypage-present-header {
   margin-top: 2.564102564%;
   margin-bottom: 5.128205128%;
 }
}

/* mypage-present-number
----------------------------------------------------------------------------- */
.mypage-present-number {
 float: left;
 margin-right: 0.829875518%;
 width: 49.58506224%;
 overflow: hidden;
 border-radius: 20px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 *zoom: 1;
 display: table;
 height: 40px;
 background: #fff;
}

@media only screen and (max-width: 768px) {
 .mypage-present-number {
   margin-right: 2.564102564%;
 }
}

.mypage-present-number:nth-of-type(2n) {
 margin-right: 0;
}

.mypage-present-number:nth-of-type(n+3) {
 margin-top: 1.659751037%;
}

@media only screen and (max-width: 768px) {
 .mypage-present-number {
   width: 48.717948717%;
 }
 .mypage-present-number:nth-of-type(2n) {
   margin-right: 0;
 }
 .mypage-present-number:nth-of-type(n+3) {
   margin-top: 2.564102564%;
 }
}

.mypage-present-number:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .mypage-present-number {
   float: none;
   width: 100%;
   height: 32px;
   margin-right: 0;
 }
}

@media only screen and (max-width: 768px) {
 .mypage-present-number:nth-of-type(n+2) {
   margin-top: 2.564102564%;
 }
}

.mypage-present-number__title, .mypage-present-number__text {
 box-sizing: border-box;
 display: table-cell;
 font-weight: bold;
 vertical-align: middle;
}

.mypage-present-number__title {
 width: 45.188284518%;
 padding: 0 3.765690376%;
 color: #fff;
 background: #7e6b5a;
}

@media only screen and (max-width: 768px) {
 .mypage-present-number__title {
   width: 50%;
   padding: 0 5.128205128%;
 }
}

.mypage-present-number__text {
 width: 54.811715482%;
 text-align: center;
}

@media only screen and (max-width: 768px) {
 .mypage-present-number__text {
   width: 50%;
 }
}

/* mypage-present-list
----------------------------------------------------------------------------- */
.mypage-present-list {
 *zoom: 1;
 margin-top: 1.659751037%;
}

.mypage-present-list:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .mypage-present-list {
   margin-top: 2.564102564%;
 }
}

.mypage-present-list__item {
 float: left;
 margin-right: 0.829875518%;
 width: 32.780082987%;
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 background: #fff;
}

@media only screen and (max-width: 768px) {
 .mypage-present-list__item {
   margin-right: 2.564102564%;
 }
}

.mypage-present-list__item:nth-of-type(3n) {
 margin-right: 0;
}

.mypage-present-list__item:nth-of-type(n+4) {
 margin-top: 0.829875518%;
}

.mypage-present-list__item + .grid__item--6 {
 margin-right: 0;
}

@media only screen and (max-width: 768px) {
 .mypage-present-list__item {
   width: 31.623931623%;
 }
 .mypage-present-list__item:nth-of-type(3n) {
   margin-right: 0;
 }
 .mypage-present-list__item:nth-of-type(n+4) {
   margin-top: 2.564102564%;
 }
}

@media only screen and (max-width: 768px) {
 .mypage-present-list__item {
   float: none;
   width: 100%;
   margin-right: 0;
 }
}

@media only screen and (max-width: 768px) {
 .mypage-present-list__item:nth-of-type(n+2) {
   margin-top: 2.564102564%;
 }
}

.mypage-present-list__item:nth-of-type(n+4) {
 margin-top: 1.659751037%;
}

@media only screen and (max-width: 768px) {
 .mypage-present-list__item:nth-of-type(n+4) {
   margin-top: 2.564102564%;
 }
}

.mypage-present-list__top {
 *zoom: 1;
 padding: 5.063291139% 5.063291139% 3.797468354%;
}

.mypage-present-list__top:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .mypage-present-list__top {
   padding: 5.128205128% 5.128205128% 3.846153846%;
 }
}

.mypage-present-list__image {
 float: left;
 width: 35.211267605%;
 margin-right: 3.797468354%;
 padding-bottom: 36px;
 background-image: url("/img/common/logo_prize_s.png");
 background-repeat: no-repeat;
 background-position: center bottom;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-present-list__image {
   background-image: url("/img/common/logo_prize_s@2x.png");
   background-size: 52px 24px;
 }
}

@media only screen and (max-width: 768px) {
 .mypage-present-list__image {
   width: 35.714285714%;
   margin-right: 2.857142857%;
 }
}

.mypage-present-list__image img {
 width: 100%;
}

.mypage-present-list__body {
 position: relative;
 overflow: hidden;
 padding-bottom: 54px;
}

.mypage-present-list__vol {
 text-align: justify;
 text-justify: distribute;
 font-size: 12px;
 font-weight: bold;
}

.mypage-present-list__title {
 text-align: justify;
 text-justify: distribute;
 margin-top: 3px;
 line-height: 1.3;
}

.mypage-present-list__number {
 text-align: justify;
 text-justify: distribute;
 font-weight: bold;
}

.mypage-present-list__term {
 position: absolute;
 bottom: 0;
 left: 0;
 font-size: 12px;
}

.mypage-present-list__term dt {
 display: inline-block;
 padding: 0 3px;
 color: #fff;
 background: #9c9c9c;
}

.mypage-present-list__bottom {
 padding: 3.797468354% 5.063291139%;
 border-top: solid 1px #e5e5e5;
}

@media only screen and (max-width: 768px) {
 .mypage-present-list__bottom {
   padding: 3.846153846% 5.128205128%;
 }
}

.mypage-present-list__date {
 margin-bottom: 3px;
 font-size: 12px;
 text-align: center;
}

@media only screen and (max-width: 768px) {
 .mypage-present-list__date {
   display: none;
 }
}

.mypage-present-list__status {
 text-align: center;
}

.mypage-present-list__status a,
.mypage-present-list__status span,
.mypage-present-list__status button {
 display: block;
 height: 24px;
 line-height: 24px;
 border-radius: 12px;
 text-decoration: none;
}

.mypage-present-list .is-entry .mypage-present-list__status span {
 color: #fff;
 background-color: #ccc;
 background-image: url("/img/mypage/icn_status_done.png");
 background-repeat: no-repeat;
 background-position: 4px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-present-list .is-entry .mypage-present-list__status span {
   background-image: url("/img/mypage/icn_status_done@2x.png");
   background-size: 16px 16px;
 }
}

.mypage-present-list .is-miss .mypage-present-list__status span {
 color: #fff;
 background-color: #808080;
 background-image: url("/img/mypage/icn_status_miss.png");
 background-repeat: no-repeat;
 background-position: 4px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-present-list .is-miss .mypage-present-list__status span {
   background-image: url("/img/mypage/icn_status_miss@2x.png");
   background-size: 16px 16px;
 }
}

.mypage-present-list .is-hit .mypage-present-list__status a,
.mypage-present-list .is-hit .mypage-present-list__status button {
 transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 color: #fff;
 background-color: #e60000;
 background-image: url("/img/mypage/icn_status_hit.png");
 background-repeat: no-repeat;
 background-position: 6px center;
}

.mypage-present-list .is-hit .mypage-present-list__status a:hover, .mypage-present-list .is-hit .mypage-present-list__status a:active,
.mypage-present-list .is-hit .mypage-present-list__status button:hover,
.mypage-present-list .is-hit .mypage-present-list__status button:active {
 opacity: 0.7;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-present-list .is-hit .mypage-present-list__status a,
 .mypage-present-list .is-hit .mypage-present-list__status button {
   background-image: url("/img/mypage/icn_status_hit@2x.png");
   background-size: 16px 14px;
 }
}

.mypage-present-list .is-done .mypage-present-list__status span {
 color: #fff;
 background-color: #87bb02;
 background-image: url("/img/mypage/icn_status_done.png");
 background-repeat: no-repeat;
 background-position: 4px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-present-list .is-done .mypage-present-list__status span {
   background-image: url("/img/mypage/icn_status_done@2x.png");
   background-size: 16px 16px;
 }
}

/* mypage-wget-list
----------------------------------------------------------------------------- */
.mypage-wget-list {
 *zoom: 1;
 margin-top: 1.659751037%;
}

.mypage-wget-list:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .mypage-wget-list {
   margin-top: 2.564102564%;
 }
}

.mypage-wget-list__item {
 float: left;
 margin-right: 0.829875518%;
 width: 32.780082987%;
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 background: #fff;
}

@media only screen and (max-width: 768px) {
 .mypage-wget-list__item {
   margin-right: 2.564102564%;
 }
}

.mypage-wget-list__item:nth-of-type(3n) {
 margin-right: 0;
}

.mypage-wget-list__item:nth-of-type(n+4) {
 margin-top: 0.829875518%;
}

.mypage-wget-list__item + .grid__item--6 {
 margin-right: 0;
}

@media only screen and (max-width: 768px) {
 .mypage-wget-list__item {
   width: 31.623931623%;
 }
 .mypage-wget-list__item:nth-of-type(3n) {
   margin-right: 0;
 }
 .mypage-wget-list__item:nth-of-type(n+4) {
   margin-top: 2.564102564%;
 }
}

@media only screen and (max-width: 768px) {
 .mypage-wget-list__item {
   float: none;
   width: 100%;
   margin-right: 0;
 }
}

@media only screen and (max-width: 768px) {
 .mypage-wget-list__item:nth-of-type(n+2) {
   margin-top: 2.564102564%;
 }
}

.mypage-wget-list__item:nth-of-type(n+4) {
 margin-top: 1.659751037%;
}

@media only screen and (max-width: 768px) {
 .mypage-wget-list__item:nth-of-type(n+4) {
   margin-top: 2.564102564%;
 }
}

.mypage-wget-list__top {
 *zoom: 1;
 padding: 5.063291139% 5.063291139% 0 3.797468354%;
}

.mypage-wget-list__top:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .mypage-wget-list__top {
   padding: 5.128205128% 5.128205128% 3.846153846%;
 }
}

.mypage-wget-list__image {
 float: left;
 width: 35.211267605%;
 margin-right: 3.797468354%;
/* padding-bottom: 36px;
 background-image: url("/img/common/logo_prize_s.png");*/
 background-repeat: no-repeat;
 background-position: center bottom;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-wget-list__image {
   /*background-image: url("/img/common/logo_prize_s@2x.png");*/
   background-size: 52px 24px;
 }
}

@media only screen and (max-width: 768px) {
 .mypage-wget-list__image {
   width: 35.714285714%;
   margin-right: 2.857142857%;
 }
}

.mypage-wget-list__image img {
 width: 100%;
}

.mypage-wget-list__body {
 position: relative;
 overflow: hidden;
 // padding-bottom: 54px;
}

.mypage-wget-list__status {
 position: relative;
 margin-top: 3px;
 padding-left: 28px;
}

.mypage-wget-list__status:after {
 position: absolute;
 top: 50%;
 left: 0;
 width: 24px;
 height: 24px;
 border-radius: 100%;
 margin-top: -12px;
 content: '';
 display: block;
}

.mypage-wget-list__title {
 text-align: justify;
 text-justify: distribute;
 margin-top: 12px;
 line-height: 1.3;
}

.mypage-wget-list__number {
 text-align: justify;
 text-justify: distribute;
 font-weight: bold;
}

.mypage-wget-list__term {
  text-align: center;
  padding-top: 15px;
  clear: both;
 font-size: 12px;
}

.mypage-wget-list__term dt {
 display: inline-block;
 padding: 0 3px;
 color: #fff;
 background: #9c9c9c;
}
.mypage-wget-list__term dd {
 display: inline-block;
 padding: 0 3px;
}

.mypage-wget-list__bottom {
 padding: 3.797468354% 5.063291139%;
 border-top: solid 1px #e5e5e5;
}

@media only screen and (max-width: 768px) {
 .mypage-wget-list__bottom {
   padding: 3.846153846% 5.128205128%;
 }
}

.mypage-wget-list__button {
 text-align: center;
}

.mypage-wget-list__button a {
 transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 position: relative;
 display: block;
 height: 24px;
 line-height: 24px;
 color: #fff;
 border-radius: 12px;
 text-decoration: none;
}

.mypage-wget-list__button a:hover, .mypage-wget-list__button a:active {
 opacity: 0.7;
}

.mypage-wget-list__button a:before {
 position: absolute;
 top: 50%;
 left: 4px;
 width: 16px;
 height: 16px;
 border-radius: 100%;
 margin-top: -8px;
 content: '';
 display: block;
 background: #fff;
}

.mypage-wget-list__button a:after {
 position: absolute;
 top: 50%;
 left: 10px;
 width: 0;
 height: 0;
 margin-top: -4px;
 content: '';
 display: block;
 border-style: solid;
 border-width: 4px 0 4px 6.9px;
 border-color: transparent transparent transparent #fff;
}

.mypage-wget-list .is-miss .mypage-wget-list__status {
 color: #808080;
}

.mypage-wget-list .is-miss .mypage-wget-list__status:after {
 background-color: #808080;
 background-image: url("/img/mypage/icn_status_miss.png");
 background-repeat: no-repeat;
 background-position: center center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-wget-list .is-miss .mypage-wget-list__status:after {
   background-image: url("/img/mypage/icn_status_miss@2x.png");
   background-size: 16px 16px;
 }
}

.mypage-wget-list .is-miss .mypage-wget-list__button a {
 background: #808080;
}

.mypage-wget-list .is-miss .mypage-wget-list__button a:after {
 border-color: transparent transparent transparent #808080;
}

.mypage-wget-list .is-hit .mypage-wget-list__status {
 color: #e60000;
}

.mypage-wget-list .is-hit .mypage-wget-list__status:after {
 background-color: #e60000;
 background-image: url("/img/mypage/icn_status_hit.png");
 background-repeat: no-repeat;
 background-position: center center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-wget-list .is-hit .mypage-wget-list__status:after {
   background-image: url("/img/mypage/icn_status_hit@2x.png");
   background-size: 16px 16px;
 }
}

.mypage-wget-list .is-hit .mypage-wget-list__button a {
 background: #e60000;
}

.mypage-wget-list .is-hit .mypage-wget-list__button a:after {
 border-color: transparent transparent transparent #e60000;
}

.mypage-wget-list .is-done .mypage-wget-list__status {
 color: #87bb02;
}

.mypage-wget-list .is-done .mypage-wget-list__status:after {
 background-color: #87bb02;
 background-image: url("/img/mypage/icn_status_done.png");
 background-repeat: no-repeat;
 background-position: center center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-wget-list .is-done .mypage-wget-list__status:after {
   background-image: url("/img/mypage/icn_status_done@2x.png");
   background-size: 16px 16px;
 }
}

.mypage-wget-list .is-done .mypage-wget-list__button a {
 background: #87bb02;
}

.mypage-wget-list .is-done .mypage-wget-list__button a:after {
 border-color: transparent transparent transparent #87bb02;
}

/* mypage-wget-detail
----------------------------------------------------------------------------- */
.mypage-wget-detail {
 *zoom: 1;
 margin-top: 1.659751037%;
}

.mypage-wget-detail:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .mypage-wget-detail {
   margin-top: 5.128205128%;
 }
}

.mypage-wget-detail__item {
 float: left;
 margin-right: 0.829875518%;
 width: 32.780082987%;
 overflow: hidden;
 border-radius: 8px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 box-sizing: border-box;
 border: solid 4px #fff;
 background: #fff;
}

@media only screen and (max-width: 768px) {
 .mypage-wget-detail__item {
   margin-right: 2.564102564%;
 }
}

.mypage-wget-detail__item:nth-of-type(3n) {
 margin-right: 0;
}

.mypage-wget-detail__item:nth-of-type(n+4) {
 margin-top: 0.829875518%;
}

.mypage-wget-detail__item + .grid__item--6 {
 margin-right: 0;
}

@media only screen and (max-width: 768px) {
 .mypage-wget-detail__item {
   width: 31.623931623%;
 }
 .mypage-wget-detail__item:nth-of-type(3n) {
   margin-right: 0;
 }
 .mypage-wget-detail__item:nth-of-type(n+4) {
   margin-top: 2.564102564%;
 }
}

@media only screen and (max-width: 768px) {
 .mypage-wget-detail__item {
   float: none;
   width: 100%;
   margin-right: 0;
 }
}

@media only screen and (max-width: 768px) {
 .mypage-wget-detail__item:nth-of-type(n+2) {
   margin-top: 2.564102564%;
 }
}

.mypage-wget-detail__item:nth-of-type(n+4) {
 margin-top: 1.659751037%;
}

@media only screen and (max-width: 768px) {
 .mypage-wget-detail__item:nth-of-type(n+4) {
   margin-top: 2.564102564%;
 }
}

.mypage-wget-detail__title {
 padding-bottom: 4px;
 height: 24px;
 line-height: 24px;
 color: #fff;
 font-weight: bold;
 text-align: center;
}

.mypage-wget-detail__title span {
 display: inline-block;
 padding-left: 24px;
}

.mypage-wget-detail__inner {
 box-sizing: border-box;
 padding: 4px 4px 3.896103896%;
 background: #fff;
}

.mypage-wget-detail__code {
 padding: 4px;
 background: #f0f0f0;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
}

.mypage-wget-detail__code span {
 font-size: 12px;
 font-weight: normal;
}

.mypage-wget-detail__date {
 margin-top: 5px;
 font-size: 12px;
 text-align: center;
}

.mypage-wget-detail__status {
 margin-top: 5px;
 padding: 0 2.666666666%;
 text-align: center;
}

.mypage-wget-detail__status a,
.mypage-wget-detail__status span,
.mypage-wget-detail__status button {
 display: block;
 height: 24px;
 line-height: 24px;
 border-radius: 12px;
 text-decoration: none;
}

.mypage-wget-detail .is-hit {
 border: solid 4px #e60000;
 background: #e60000;
}

.mypage-wget-detail .is-hit .mypage-wget-detail__title {
 font-size: 21px;
}

.mypage-wget-detail .is-hit .mypage-wget-detail__title span {
 background-image: url("/img/mypage/icn_status_hit.png");
 background-repeat: no-repeat;
 background-position: left center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-wget-detail .is-hit .mypage-wget-detail__title span {
   background-image: url("/img/mypage/icn_status_hit@2x.png");
   background-size: 16px 14px;
 }
}

.mypage-wget-detail .is-hit .mypage-wget-detail__status a,
.mypage-wget-detail .is-hit .mypage-wget-detail__status button {
 transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 color: #fff;
 background-color: #e60000;
 background-image: url("/img/mypage/icn_status_hit.png");
 background-repeat: no-repeat;
 background-position: 6px center;
}

.mypage-wget-detail .is-hit .mypage-wget-detail__status a:hover, .mypage-wget-detail .is-hit .mypage-wget-detail__status a:active,
.mypage-wget-detail .is-hit .mypage-wget-detail__status button:hover,
.mypage-wget-detail .is-hit .mypage-wget-detail__status button:active {
 opacity: 0.7;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-wget-detail .is-hit .mypage-wget-detail__status a,
 .mypage-wget-detail .is-hit .mypage-wget-detail__status button {
   background-image: url("/img/mypage/icn_status_hit@2x.png");
   background-size: 16px 14px;
 }
}

.mypage-wget-detail .is-done {
 border: solid 4px #87bb02;
 background: #87bb02;
}

.mypage-wget-detail .is-done .mypage-wget-detail__title span {
 background-image: url("/img/mypage/icn_status_done.png");
 background-repeat: no-repeat;
 background-position: left center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-wget-detail .is-done .mypage-wget-detail__title span {
   background-image: url("/img/mypage/icn_status_done@2x.png");
   background-size: 16px 16px;
 }
}

.mypage-wget-detail .is-done .mypage-wget-detail__status a,
.mypage-wget-detail .is-done .mypage-wget-detail__status button {
 transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 color: #fff;
 background-color: #87bb02;
 background-image: url("/img/mypage/icn_status_done.png");
 background-repeat: no-repeat;
 background-position: 4px center;
}

.mypage-wget-detail .is-done .mypage-wget-detail__status a:hover, .mypage-wget-detail .is-done .mypage-wget-detail__status a:active,
.mypage-wget-detail .is-done .mypage-wget-detail__status button:hover,
.mypage-wget-detail .is-done .mypage-wget-detail__status button:active {
 opacity: 0.7;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-wget-detail .is-done .mypage-wget-detail__status a,
 .mypage-wget-detail .is-done .mypage-wget-detail__status button {
   background-image: url("/img/mypage/icn_status_done@2x.png");
   background-size: 16px 16px;
 }
}

.mypage-wget-detail .is-miss {
 border: solid 4px #808080;
 background: #808080;
}

.mypage-wget-detail .is-miss .mypage-wget-detail__title span {
 background-image: url("/img/mypage/icn_status_miss.png");
 background-repeat: no-repeat;
 background-position: left center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-wget-detail .is-miss .mypage-wget-detail__title span {
   background-image: url("/img/mypage/icn_status_miss@2x.png");
   background-size: 16px 16px;
 }
}

/* mypage-favorite-list
----------------------------------------------------------------------------- */
.mypage-favorite-list {
 *zoom: 1;
 margin-top: 1.659751037%;
}

.mypage-favorite-list:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .mypage-favorite-list {
   margin-top: 2.564102564%;
 }
}

.mypage-favorite-list__item {
 float: left;
 margin-right: 0.829875518%;
 width: 32.780082987%;
 overflow: hidden;
 border-radius: 16px;
 box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
 background: #fff;
}

@media only screen and (max-width: 768px) {
 .mypage-favorite-list__item {
   margin-right: 2.564102564%;
 }
}

.mypage-favorite-list__item:nth-of-type(3n) {
 margin-right: 0;
}

.mypage-favorite-list__item:nth-of-type(n+4) {
 margin-top: 0.829875518%;
}

.mypage-favorite-list__item + .grid__item--6 {
 margin-right: 0;
}

@media only screen and (max-width: 768px) {
 .mypage-favorite-list__item {
   width: 31.623931623%;
 }
 .mypage-favorite-list__item:nth-of-type(3n) {
   margin-right: 0;
 }
 .mypage-favorite-list__item:nth-of-type(n+4) {
   margin-top: 2.564102564%;
 }
}

@media only screen and (max-width: 768px) {
 .mypage-favorite-list__item {
   float: none;
   width: 100%;
   margin-right: 0;
 }
}

@media only screen and (max-width: 768px) {
 .mypage-favorite-list__item:nth-of-type(n+2) {
   margin-top: 2.564102564%;
 }
}

.mypage-favorite-list__item:nth-of-type(n+4) {
 margin-top: 1.659751037%;
}

@media only screen and (max-width: 768px) {
 .mypage-favorite-list__item:nth-of-type(n+4) {
   margin-top: 2.564102564%;
 }
}

.mypage-favorite-list__item--minkuji .mypage-favorite-list__image {
 background-image: url("/img/common/logo_minkuji_s.png");
 padding-bottom: 36px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-favorite-list__item--minkuji .mypage-favorite-list__image {
   background-image: url("/img/common/logo_minkuji_s@2x.png");
   background-size: 56px 20px;
 }
}

.mypage-favorite-list__item--prize .mypage-favorite-list__image {
 background-image: url("/img/common/logo_prize_s.png");
 padding-bottom: 36px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 .mypage-favorite-list__item--prize .mypage-favorite-list__image {
   background-image: url("/img/common/logo_prize_s@2x.png");
   background-size: 52px 24px;
 }
}

.mypage-favorite-list__top {
 *zoom: 1;
 box-sizing: border-box;
 padding: 5.063291139% 5.063291139% 3.797468354%;
}

.mypage-favorite-list__top:after {
 content: '';
 display: table;
 clear: both;
}

@media only screen and (max-width: 768px) {
 .mypage-favorite-list__top {
   padding: 5.128205128% 5.128205128% 3.846153846%;
 }
}

.mypage-favorite-list__image {
 float: left;
 width: 35.211267605%;
 margin-right: 3.797468354%;
 background-repeat: no-repeat;
 background-position: center bottom;
}

@media only screen and (max-width: 768px) {
 .mypage-favorite-list__image {
   width: 35.714285714%;
   margin-right: 2.857142857%;
 }
}

.mypage-favorite-list__image img {
 width: 100%;
}

.mypage-favorite-list__body {
 overflow: hidden;
}

.mypage-favorite-list__date {
 text-align: justify;
 text-justify: distribute;
 font-weight: bold;
}

.mypage-favorite-list__title {
 /*text-align: justify;
 text-justify: distribute;*/
 margin-top: 5px;
 color: #3367cd;
 font-size: 14px;
 font-weight: bold;
 line-height: 1.3;
}

.mypage-favorite-list__text {
 /*text-align: justify;
 text-justify: distribute;*/
 margin-top: 3px;
 font-size: 12px;
}

.mypage-favorite-list__bottom {
 padding: 3.797468354% 5.063291139%;
 border-top: solid 1px #e5e5e5;
}

@media only screen and (max-width: 768px) {
 .mypage-favorite-list__bottom {
   padding: 3.846153846% 5.128205128%;
 }
}

.mypage-favorite-list__button-list {
 font-size: 0;
 line-height: 0;
 text-align: center;
}

.mypage-favorite-list__button {
 display: inline-block;
 width: 49.295774647%;
 font-size: 13px;
}

.mypage-favorite-list__button--full {
 width: 100%;
}

.mypage-favorite-list__button:nth-of-type(n+2) {
 margin-left: 1.056338028%;
}
/* ==========================================================================
   block - withdrawal
   ========================================================================== */
/* withdrawal
----------------------------------------------------------------------------- */
.withdrawal {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  box-sizing: border-box;
  margin-top: 1.659751037%;
  padding: 3.319502074% 3.319502074% 4.979253112%;
  background: #fff;
}

/* withdrawal-step
----------------------------------------------------------------------------- */
.withdrawal-step {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  padding: 0.829875518%;
  background: #fff;
}

.withdrawal-step img {
  width: 100%;
}

/* withdrawal-message
----------------------------------------------------------------------------- */
.withdrawal-message {
  text-align: center;
}

.withdrawal-message__title {
  padding-top: 96px;
  color: #f50057;
  font-size: 15px;
  font-weight: bold;
}

.withdrawal-message__title--alert {
  background-image: url("/img/common/icn_alert.png");
  background-repeat: no-repeat;
  background-position: center top;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .withdrawal-message__title--alert {
    background-image: url("/img/common/icn_alert@2x.png");
    background-size: 80px 80px;
  }
}

.withdrawal-message__title--personal {
  background-image: url("/img/common/icn_personal_complete.png");
  background-repeat: no-repeat;
  background-position: center top;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .withdrawal-message__title--personal {
    background-image: url("/img/common/icn_personal_complete@2x.png");
    background-size: 80px 80px;
  }
}

.withdrawal-message__text {
  margin-top: 1.333333333%;
}

.withdrawal-message__text strong {
  color: #f50057;
}

/* withdrawal-body
----------------------------------------------------------------------------- */
.withdrawal-body {
  margin-top: 2.666666666%;
  padding-top: 2.666666666%;
  background-image: url("/img/common/lin_horizontal01.png");
  background-repeat: repeat-x;
  background-position: left top;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .withdrawal-body {
    background-image: url("/img/common/lin_horizontal01@2x.png");
    background-size: 100% 2px;
  }
}

.withdrawal-body__form {
  width: 100%;
  margin-top: 2.666666666%;
  background-image: url("/img/common/lin_horizontal01.png");
  background-repeat: repeat-x;
  background-position: left top;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .withdrawal-body__form {
    background-image: url("/img/common/lin_horizontal01@2x.png");
    background-size: 100% 2px;
  }
}

.withdrawal-body__form th, .withdrawal-body__form td {
  background-image: url("/img/common/lin_horizontal01.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .withdrawal-body__form th, .withdrawal-body__form td {
    background-image: url("/img/common/lin_horizontal01@2x.png");
    background-size: 100% 2px;
  }
}

.withdrawal-body__form th {
  width: 23.333333333%;
  padding: 2.666666666% 0;
  text-align: left;
}

.withdrawal-body__form td {
  width: 76.666666666%;
  padding: 2.666666666% 0;
}

.withdrawal-body__list li + li {
  margin-top: 10px;
}

.withdrawal-body__list input {
  margin-right: 3px;
  vertical-align: -1px;
}

/* withdrawal-button
----------------------------------------------------------------------------- */
.withdrawal-button {
  margin-top: 2.666666666%;
  text-align: center;
}

.withdrawal-button__item {
  display: inline-block;
  width: 35.111111111%;
  font-size: 13px;
}

.withdrawal-button__item:nth-of-type(n+2) {
  margin-left: 0.888888888%;
}

@media only screen and (max-width: 768px) {
    .withdrawal-button__item{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .withdrawal-button__item:nth-of-type(n+2) {
    margin: 10px auto 0;
  }
}



/* withdrawal-confirm
----------------------------------------------------------------------------- */
.withdrawal-confirm {
  margin-top: 4.666666666%;
  padding-top: 2.666666666%;
  background-image: url("/img/common/lin_horizontal01.png");
  background-repeat: repeat-x;
  background-position: left top;
  text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .withdrawal-confirm {
    background-image: url("/img/common/lin_horizontal01@2x.png");
    background-size: 100% 2px;
  }
}

/* ==========================================================================
   block - original
   ========================================================================== */
/* original-header
----------------------------------------------------------------------------- */
.original-header {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  box-sizing: border-box;
  margin-bottom: 3.319502074%;
  padding: 1.244813278%;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .original-header {
    margin-bottom: 10.256410256%;
    padding: 0;
    background: url(/img/prize/original/bg_header.png);
  }
}

@media only screen and (max-width: 768px) {
  .original-header--top {
    position: relative;
    padding-top: 55.755591925%;
  }
}

/* original-logo
----------------------------------------------------------------------------- */
.original-logo {
  padding: 1.276595744% 0;
  background: url(/img/prize/original/bg_header.png);
  text-align: center;
}

/* original-nav
----------------------------------------------------------------------------- */
.original-nav {
  *zoom: 1;
  padding: 0.425531914%;
  background: url(/img/prize/original/bg_header.png);
}

.original-nav:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  .original-nav {
    padding: 0 0.961538461% 5.128205128%;
    background: none;
  }
}

.original-nav__item {
  float: left;
  width: 16.309012875%;
}

@media only screen and (max-width: 768px) {
  .original-nav__item {
    width: 49.673202614%;
  }
}

.original-nav__item:nth-of-type(n+2) {
  margin-left: 0.429184549%;
}

@media only screen and (max-width: 768px) {
  .original-nav__item:nth-of-type(n+2) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .original-nav__item:nth-of-type(n+3) {
    margin-top: 1.307189542%;
  }
}

@media only screen and (max-width: 768px) {
  .original-nav__item:nth-of-type(2n) {
    margin-left: 0.653594771%;
  }
}

.original-nav__item--2 a {
  background-position: center -72px;
}

.original-nav__item--3 a {
  background-position: center -144px;
}

.original-nav__item--4 a {
  background-position: center -216px;
}

.original-nav__item--5 a {
  background-position: center -288px;
}

.original-nav__item--6 a {
  background-position: center -360px;
}

.original-nav__item--1 a {
  background-position: center 0;
}

.original-nav__item--1 a:hover, .original-nav__item--1 a:active {
  background-position: center -36px;
}

.original-nav__item--2 a {
  background-position: center -72px;
}

.original-nav__item--2 a:hover, .original-nav__item--2 a:active {
  background-position: center -108px;
}

.original-nav__item--3 a {
  background-position: center -144px;
}

.original-nav__item--3 a:hover, .original-nav__item--3 a:active {
  background-position: center -180px;
}

.original-nav__item--4 a {
  background-position: center -216px;
}

.original-nav__item--4 a:hover, .original-nav__item--4 a:active {
  background-position: center -252px;
}

.original-nav__item--5 a {
  background-position: center -288px;
}

.original-nav__item--5 a:hover, .original-nav__item--5 a:active {
  background-position: center -324px;
}

.original-nav__item--6 a {
  background-position: center -360px;
}

.original-nav__item--6 a:hover, .original-nav__item--6 a:active {
  background-position: center -396px;
}

.original-nav a {
  overflow: hidden;
  display: block;
  height: 36px;
  background-color: rgba(206, 15, 66, 0.5);
  background-image: url("/img/prize/original/bg_nav.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .original-nav a {
    background-image: url("/img/prize/original/bg_nav@2x.png");
    background-size: 152px 432px;
  }
}

.original-nav a:hover, .original-nav a:active {
  background-color: rgba(255, 161, 186, 0.5);
}

/* original-main-image
----------------------------------------------------------------------------- */
.original-main-image {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .original-main-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.original-main-image .image-item {
  position: absolute;
  top: 0;
  left: 0;
}

.original-main-image .image-item--nemuneko {
  width: 39.361702127%;
  margin-top: 19.468085106%;
  margin-left: 32.127659574%;
}

.original-main-image .image-item--hamster {
  width: 13.617021276%;
  margin-top: 33.829787234%;
  margin-left: 86.170212765%;
  transition: 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.original-main-image .image-item--rat {
  width: 8.29787234%;
  margin-top: 42.44680851%;
  margin-left: 3.510638297%;
  transition: 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.original-main-image .image-item--box {
  width: 16.489361702%;
  margin-top: 36.489361702%;
  margin-left: 16.063829787%;
}

.original-main-image .image-item--win {
  width: 28.085106382%;
  margin-top: 2.978723404%;
  margin-left: 6.170212765%;
}
.original-main-image img {
  width: 100%;
}

/* original-character
----------------------------------------------------------------------------- */
.original-character {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  box-sizing: border-box;
  padding: 3.319502074% 1.244813278% 2.178423236% 3.319502074%;
  margin-top: 0.829875518%;
  background: #fff;
}

/* original-character-nav
----------------------------------------------------------------------------- */
.original-character-nav {
  font-size: 0;
  line-height: 0;
  padding-right: 2.173913043%;
  text-align: center;
}

.original-character-nav__item {
  display: inline-block;
}

.original-character-nav__item:nth-of-type(n+2) {
  margin-left: 0.666666666%;
}

.original-character-nav__item img {
  width: 100%;
}

.original-character-nav a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.original-character-nav a:hover, .original-character-nav a:active {
  opacity: 0.7;
}

/* original-character-list
----------------------------------------------------------------------------- */
.original-character-list__item:nth-of-type(n+2) {
  margin-top: 1.52173913%;
}

.original-character-list__item:nth-of-type(3) {
  margin-top: 0.217391304%;
}

.original-character-list__item:nth-of-type(5) {
  margin-top: 0.434782608%;
}

.original-character-list__item img {
  width: 100%;
}

/* original-comic-list
----------------------------------------------------------------------------- */
.original-comic-list {
  *zoom: 1;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  box-sizing: border-box;
  margin-top: 0.829875518%;
  padding: 3.319502074%;
  background: #fff;
}

.original-comic-list:after {
  content: '';
  display: table;
  clear: both;
}

.original-comic-list__item {
  float: left;
  width: 24.333333333%;
  margin-right: 0.888888888%;
}

.original-comic-list__item:nth-of-type(4n) {
  margin-right: 0;
}

.original-comic-list__item:nth-of-type(n+5) {
  margin-top: 1.222222222%;
}

.original-comic-list__item img {
  width: 100%;
}

.original-comic-list a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.original-comic-list a:hover, .original-comic-list a:active {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .original-comic-list__item {
    width: 49%;
    margin:1%;
  }

  .original-comic-list__item:nth-of-type(4n) {
    margin:1%;
  }

  .original-comic-list__item:nth-of-type(n+5) {
    margin:1%;
  }
  .original-comic-list__item:nth-of-type(2n){
    margin-right: 0;
  }
  .original-comic-list__item:nth-of-type(2n+1){
    margin-left: 0;
  }

}


/* original-movie-list
----------------------------------------------------------------------------- */
.original-movie-list {
  *zoom: 1;
  margin-top: 0.829875518%;
}

.original-movie-list:after {
  content: '';
  display: table;
  clear: both;
}

.original-movie-list__item {
  float: left;
  margin-right: 0.829875518%;
  width: 49.58506224%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  box-sizing: border-box;
  padding: 1.244813278%;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .original-movie-list__item {
    margin-right: 2.564102564%;
  }
}

.original-movie-list__item:nth-of-type(2n) {
  margin-right: 0;
}

.original-movie-list__item:nth-of-type(n+3) {
  margin-top: 1.659751037%;
}

@media only screen and (max-width: 768px) {
  .original-movie-list__item {
    width: 48.717948717%;
  }
  .original-movie-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .original-movie-list__item:nth-of-type(n+3) {
    margin-top: 2.564102564%;
  }
}

.original-movie-list__player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.original-movie-list__player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.original-movie-list__title {
  margin-top: 2.20264317%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/* original-app-list
----------------------------------------------------------------------------- */
.original-app-list {
  *zoom: 1;
  margin-top: 0.829875518%;
}

.original-app-list:after {
  content: '';
  display: table;
  clear: both;
}

.original-app-list__item {
  float: left;
  margin-right: 0.829875518%;
  width: 49.58506224%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  box-sizing: border-box;
  padding: 1.244813278%;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .original-app-list__item {
    float: none;
    margin:5px auto;
    width: 98%;
  }
}

.original-app-list__item:nth-of-type(2n) {
  margin-right: 0;
}

.original-app-list__item:nth-of-type(n+3) {
  margin-top: 1.659751037%;
}

@media only screen and (max-width: 768px) {
  .original-app-list__item {
    /*width: 48.717948717%;*/
    margin:5px auto;
  }
  .original-app-list__item:nth-of-type(2n) {
    /*margin-right: 0;*/
    margin:5px auto;
  }
  .original-app-list__item:nth-of-type(n+3) {
    /*margin-top: 2.564102564%;*/
    margin:5px auto;
  }
}

.original-app-list__image img {
  width: 100%;
}

.original-app-list__download {
  *zoom: 1;
  margin-top: 2.643171806%;
  padding: 1.762114537%;
  background: #eaeaea;
}

.original-app-list__download:after {
  content: '';
  display: table;
  clear: both;
}

.original-app-list__download dt {
  float: left;
  width: 34.703196347%;
}

.original-app-list__download dd {
  float: right;
  width: 63.926940639%;
}

.original-app-list__download ul {
  *zoom: 1;
}

.original-app-list__download ul:after {
  content: '';
  display: table;
  clear: both;
}

.original-app-list__download li {
  float: left;
  width: 48.571428571%;
}

.original-app-list__download li + li {
  margin-left: 1.826484018%;
}

.original-app-list__download a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.original-app-list__download a:hover, .original-app-list__download a:active {
  opacity: 0.7;
}

.original-app-list__download img {
  width: 100%;
}

.original-app-list__spec {
  margin-top: 1.762114537%;
  border-right: solid 2px #e8ddb6;
  border-left: solid 2px #e8ddb6;
  border-bottom: solid 2px #e8ddb6;
}

.original-app-list__spec dt {
  padding: 1.762114537% 0;
  background: #e8ddb6;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.original-app-list__spec dd {
  box-sizing: border-box;
  padding: 1.333333333%;
  font-size: 12px;
  line-height: 1.3;
}

.original-app-list__spec table {
  width: 100%;
}

.original-app-list__spec th {
  position: relative;
  width: 22.935779816%;
  padding-right: 10px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .original-app-list__spec th {
    width: 30%;
    text-align: right;
  }
}

.original-app-list__spec th:after {
  position: absolute;
  top: 0;
  right: 3px;
  content: ':';
}

.original-app-list__spec td {
  width: 77.064220184%;
}

.original-app-list__spec p {
  margin-top: 8px;
  margin-bottom: 3px;
  padding-top: 8px;
  border-top: solid 1px #d6d6d6;
  font-weight: bold;
}

/* ==========================================================================
   block - share
   ========================================================================== */
.share {
  font-size: 0;
  line-height: 0;
  margin-bottom: 1.037344398%;
  text-align: right;
}

.share__button {
  display: inline-block;
  vertical-align: top;
}

.share__button:nth-of-type(n+2) {
  margin-left: 8px;
}

/* ==========================================================================
   block - questionnaire
   ========================================================================== */
.questionnaire__footer {
  margin-top: 3.319502074%;
}

.questionnaire-list__item {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  padding: 1.659751037%;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .questionnaire-list__item {
    padding: 3.846153846%;
  }
}

.questionnaire-list__item:nth-of-type(n+2) {
  margin-top: 1.659751037%;
}

@media only screen and (max-width: 768px) {
  .questionnaire-list__item:nth-of-type(n+2) {
    margin-top: 2.564102564%;
  }
}

.questionnaire-list__image {
  float: left;
  width: 34.334763948%;
  margin-right: 1.716738197%;
}

@media only screen and (max-width: 768px) {
  .questionnaire-list__image {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.questionnaire-list__image img {
  width: 100%;
}

.questionnaire-list__body {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .questionnaire-list__body {
    margin-top: 2.777777777%;
  }
}

.questionnaire-list__title {
  margin-top: 0.657894736%;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .questionnaire-list__title {
    margin-top: 1.38888888%;
    font-size: 13px;
  }
}

.questionnaire-list__text {
  text-align: justify;
  text-justify: distribute;
  margin-top: 0.657894736%;
}

@media only screen and (max-width: 768px) {
  .questionnaire-list__text {
    margin-top: 2.083333333%;
  }
}

.questionnaire-list__button {
  margin-top: 3.3557046977%;
}

@media only screen and (max-width: 768px) {
  .questionnaire-list__button {
    margin-top: 2.777777777%;
  }
}

.questionnaire-list__button .button {
  width: 52.302631578%;
}

@media only screen and (max-width: 768px) {
  .questionnaire-list__button .button {
    width: 100%;
  }
}

.questionnaire-list--top-margin {
  margin-top: 1.659751037%;
}

.questionnaire-header {
  max-width: 736px;
  margin: 0 auto;
}
.questionnaire-header h1 {
  margin: 32px 0;
}

.questionnaire-header__title {
  max-width: 960px;
  margin: 0 auto;
}

.questionnaire-header__title img {
  width: 100%;
}

.questionnaire-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 0 64px;
}

@media only screen and (max-width: 768px) {
  .questionnaire-content {
    padding: 32px 2.5% 64px;
  }
}

.questionnaire-content__header {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  max-width: 736px;
  margin: 0 auto 16px;
  background: #fff;
}

.questionnaire-content__body {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  max-width: 736px;
  margin: 0 auto;
  background: #fff;
}

.questionnaire-content__date {
  font-size: 0;
  line-height: 0;
  padding: 20px;
  color: #fff;
  background: #af0000;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__date {
    padding: 8px;
  }
}

.questionnaire-content__date dt {
  display: inline-block;
  padding: 5px 10px;
  color: #af0000;
  background: #fff;
  font-size: 14px;
  line-height: 1;
}

.questionnaire-content__date dd {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__date dd {
    display: block;
    margin: 8px 0 0 0;
    padding: 0 0 0 0;
  }
}

.questionnaire-content__table {
  box-sizing: border-box;
  padding: 0 7.608695652%;
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__table {
    padding: 0 2.631578947%;
  }
}

.questionnaire-content__table table {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__table tbody, .questionnaire-content__table tr {
    display: block;
  }
}

.questionnaire-content__table tr + tr {
  border-top: solid 1px #d6d6d6;
}

.questionnaire-content__table th, .questionnaire-content__table td {
  padding: 32px 0;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__table th, .questionnaire-content__table td {
    display: block;
  }
}

.questionnaire-content__table th {
  width: 25.641025641%;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__table th {
    width: 100%;
    padding: 16px 0 10px;
  }
}

.questionnaire-content__table td {
  width: 74.358974358%;
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__table td {
    width: 100%;
    padding: 0 0 16px;
  }
}

.questionnaire-content__table input[type=text],
.questionnaire-content__table input[type=password],
.questionnaire-content__table input[type=email] {
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  padding: 0 10px;
  border: solid 1px #e0e0e0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
}

.questionnaire-content__table input[type=text][required=true],
.questionnaire-content__table input[type=password][required=true],
.questionnaire-content__table input[type=email][required=true] {
  background: #fffae0;
}

.questionnaire-content__table input[type=radio] {
  margin-right: 5px;
  vertical-align: -2px;
}

.questionnaire-content__table input[type=radio][required=true] {
  background: #fffae0;
}

.questionnaire-content__table textarea {
  width: 100%;
  height: 130px;
  box-sizing: border-box;
  padding: 10px;
  border: solid 1px #e0e0e0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
  outline: 0;
}

.questionnaire-content__table textarea[required=true] {
  background: #fffae0;
}

.questionnaire-content__table select {
  margin-right: 5px;
}

.questionnaire-content__table select[required=true] {
  background: #fffae0;
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__serial {
    display: block;
    padding-top: 8px;
    padding-bottom: 16px;
  }
}

.questionnaire-content__serial th, .questionnaire-content__serial td {
  padding: 16px 0;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__serial th, .questionnaire-content__serial td {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__serial th {
    text-align: center;
  }
}

.questionnaire-content__serial dl {
  *zoom: 1;
  margin-top: 8px;
}

.questionnaire-content__serial dl:after {
  content: '';
  display: table;
  clear: both;
}

.questionnaire-content__serial dt {
  float: left;
  width: 65.517241379%;
}

.questionnaire-content__serial dd {
  float: right;
  width: 31.034482758%;
}

.questionnaire-content__title {
  padding: 16px 0;
  color: #fff;
  background: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__title {
    padding: 12px;
  }

  .questionnaire-content__serial dt,
  .questionnaire-content__serial dd {
    float: none;
    width: 100%;
  }
}

.questionnaire-content__text {
  margin-bottom: 15px;
}

.questionnaire-content__text--confirm {
  margin-bottom: 0;
  list-style-type: disc;
  font-weight: bold;
}

.questionnaire-content__list-vertical li + li {
  margin-top: 10px;
}

.questionnaire-content__list-vertical--confirm {
  margin-left: 20px;
  list-style-type: disc;
  font-weight: bold;
}

.questionnaire-content__list-horizontal {
  *zoom: 1;
}

.questionnaire-content__list-horizontal:after {
  content: '';
  display: table;
  clear: both;
}

.questionnaire-content__list-horizontal li {
  position: relative;
  float: left;
  width: 31.034482758%;
  margin-right: 3.448275862%;
  margin-bottom: 2.5%;
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__list-horizontal li {
    width: 47.222222222%;
    margin-right: 5.555555555%;
  }
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__list-horizontal li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .questionnaire-content__list-horizontal li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__list-horizontal li:nth-of-type(n+3) {
    margin-top: 8px;
  }
}

.questionnaire-content__list-horizontal li img {
  width: 100%;
}

.questionnaire-content__list-horizontal li input {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0 0 0 0;
	z-index: 1;
}

.questionnaire-content__button {
  font-size: 0;
  line-height: 0;
  padding: 32px 0;
  border-top: solid 1px #d6d6d6;
  text-align: center;
}

.questionnaire-content__button li {
  display: inline-block;
  width: 48.717948717%;
}

.questionnaire-content__button.edit li {
    display: block;
    width: 48.717948717%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__button li,
  .questionnaire-content__button.edit li {
    display: block;
    width: 100%;
  }
}

.questionnaire-content__button li + li {
  margin-left: 2.403846153%;
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__button li + li {
    margin: 8px 0 0 0;
  }
}

.questionnaire-content__thanks {
  box-sizing: border-box;
  padding: 32px 7.608695652% 48px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__thanks {
    padding: 16px 2.631578947%;
  }
}

.questionnaire-content__thanks dt {
  padding-top: 98px;
  color: #f50057;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("/img/common/icn_personal_complete.png");
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .questionnaire-content__thanks dt {
    background-image: url("/img/common/icn_personal_complete@2x.png");
    background-size: 80px 80px;
  }
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__thanks dt {
    font-size: 12px;
  }
}

.questionnaire-content__thanks dd {
  margin-top: 32px;
  padding-top: 32px;
  border-top: solid 1px #d6d6d6;
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__thanks dd {
    margin-top: 16px;
    padding-top: 16px;
    font-size: 12px;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .questionnaire-content__thanks dd br {
    display: none;
  }
}

.questionnaire-footer {
  padding: 70px 0;
  color: #545454;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .questionnaire-footer {
    padding: 36px 0;
  }
}

.questionnaire-footer__copyright {
  max-width: 960px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .questionnaire-footer__copyright {
    font-size: 10px;
  }
}

.questionnaire-footer__copyright dd {
  margin-top: 14px;
}

@media only screen and (max-width: 768px) {
  .questionnaire-footer__copyright dd {
    margin-top: 10px;
  }
}


@media only screen and (max-width: 768px){
  .present--prize-index {
    float: none;
    margin-top: 10.256410256%;
  }
  .present-list__vol span {
    margin-left: 0;
    padding: 1px 16px 1px 4px;
  }
  .present-list__image {
    float: left;
    width: 35.714285714%;
    margin-right: 2.857142857%;
  }

  .present-list__title {
    margin-top: 4px;
    line-height: 1.3;
  }

  .present-list__text {
    overflow: hidden;
    padding: 0;
  }

  .present-list__item {
    float: none;
    width: 100%;
  }

  .present-list__item:nth-of-type(n+2) {
    margin-top: 2.597402597%;
    margin-left: 0;
  }
  .present-list a {
    padding: 5.128205128%;
  }
  .section__column--small {
    float: none;
    width: 100%;
    margin-top: 10.256410256%;
  }
  .timeline-list--single {
    margin-top: 2.564102564%;
  }

  .heading--skyblue {
    background: url(../img/common/bg_heading_skyblue.png);
  }
  .timeline-list__item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .timeline__header {
    padding: 12px;
  }
  .timeline__body {
    padding: 16px;
  }
  .timeline--prize-index {
    float: none !important;
  }

  .section__column--small {
    float: none;
    width: 100%;
    margin-top: 10.256410256%;
  }

  .timeline--minkuji-index:nth-of-type(n+2), .timeline--prize-index:nth-of-type(n+2) {
    margin-top: 2.564102564%;
  }
}
.img-maxwidth img {
  max-width: 100%;
}



@media only screen and (min-width: 769px){

  .calendar_List_item {
    /*height: 237px;*/
  }
}

.intoBnrArea img{
  width: 100%;
}

/*SPメニューバーがonの時の背景画像*/
.fixed_filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8000;
}

/* ==========================================================================
   差込コンテンツ共通CSS
========================================================================== */
#insert-contents.wrap {
  background: #fff;
  border-radius: 8px;
  padding: 2em;
}
#insert-contents .main-ttl {
  font-size: 1.3em;
  font-weight: bold;
  padding: .5em;
  text-align: center;
}
#insert-contents .sub-ttl {
  font-size: 1.3em;
  font-weight: bold;
  padding: .5em;
  text-align: center;
}
#insert-contents .area-description {
  padding: 1em 1em 0 1em;
  position: relative;
}
#insert-contents .area-img {
  float: right;
  position: absolute;
  top: 50%;
  text-align: right;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 30%;
}
#insert-contents .area-txt {
  width: 70%;
}
#insert-contents .area-pw {
  padding: 0 1em;
}
#insert-contents .area-box {
  border: 1px solid #9cd5ff;
  color: #f26400;
  font-size: 2em;
  font-weight: bold;
  margin: 1em 0;
  padding: .5em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #insert-contents .area-img {
    float: none;
    position: static;
    top: 0;
    text-align: center;
    -ms-transform: inherit;
    -moz-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    width: 100%;
    margin-bottom: 1em;
  }
  #insert-contents .area-txt {
    width: 100%;
  }
}
/* ==========================================================================
   商品詳細共通CSS
========================================================================== */
#content .wgetArea {
  padding: 24px 0;
  border-bottom: 1px solid #000;
  margin-top: 24px;
}
#content .wgetArea h2 img {
  width: 100%;
}
#content .wgetArea .day {
  text-align: center;
  color: #f00;
  font-size: 22px;
  margin: 24px;
  padding: 0px 0px 0px;
  font-weight: bold;
}
#content .wgetArea .detail dt {
  color: #298ce2;
  font-size: 18px;
  margin: 10px 0 0 0;
  font-weight: bold;
}
#content .wgetArea .coutionArea {
  font-size: 10px;
  margin: 0;
  max-width: inherit;
}
#content .wgetArea .coutionArea .ttl {
  color:#f39;
  font-size: 13px;
  font-weight: bold;
}
.char_favShop_btn,.kuji_favShop_btn{
  position: relative;
}
.char_favShop_btn:before{
  content : url(../img/common/charBeforeBtn.png);
  position: absolute;
  top:-12%;
  left:-26px;
}
.kuji_favShop_btn:before{
  content : url(../img/common/kujiBeforeBtn.png);
  position: absolute;
  top:-12%;
  left:-27px;
}

/*170407add*/
@media only screen and (min-width: 769px) {
  .po-re{position: relative;}
  .po-re .po-ab_bottom{
    position: absolute;
    bottom: 16px;
  }
  .present-list__title{padding-bottom: 4rem;}
  .fz18{font-size: 18px;}
}

/*
.dlWrap {margin-bottom: 3%;}
*/
/*170623add*/

.favo_minkuji:after {
  border-color: transparent transparent transparent #fff;
}

.favo_minkuji{
  background: #fff;
  color: #00c300;
  border: 1px solid #00c300;
}
.favo_minkuji:before {
  background: #00c300;
}
.favo_minkuji:after {
  border-color: transparent transparent transparent #fff;
}

.favo_minkuji{
  background: #fff;
  color: #00c300;
  border: 1px solid #00c300;
}

.favo_minkuji:before {
  background: #00c300;
}
.favo_minkuji:after {
  border-color: transparent transparent transparent #fff;
}

.favo_prize{
  background: #fff;
  color: #ff9300;
  border: 1px solid #ff9300;
}
.favo_prize:before {
  background: #ff9300;
}
.favo_prize:after {
  border-color: transparent transparent transparent #fff;
}


.favo_chara{
  background: #fff;
  color: #3367cd;
  border: 1px solid #3367cd;
}
.favo_chara:before {
  background: #3367cd;
}
.favo_chara:after {
  border-color: transparent transparent transparent #fff;
}
.favo_chara:hover{
  color: #3367cd;
  opacity: 1;
}


.favo_minkuji:hover{
  color: #00c300;
  opacity: 1;
}
.favo_prize:hover{
  color: #ff9300;
  opacity: 1;
}



/*170711 add*/
.mypage-header .oh{
  overflow: hidden;
}
.heading--mypage span.name {
  width: 10em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: block;
  margin: 0;
  width: 75%;
  float: left;
}
.heading--mypage span.san{
  float: left;
  font-size: 14px;
  font-weight: bold;
}
.heading--mypage span.name:after{
  content:"さん";
  display: none;
}
.heading--mypage span.fl{
    float: left;
}
@media only screen and (max-width: 768px) {
  .heading--mypage span.name{
    width: 55%;
  }
}
/*#16602*/
.inquiry .inquiry__data p,
.form__header .form__body td{
  word-break: break-all;
}

.goodsLineup_mt{
  margin-top: 3.319502074% !important;
}
@media only screen and (max-width: 768px) {
  .goodsLineup_mt{
    margin-top: 10.256410256% !important;
  }

}
.btnW{width: 208px;}
@media only screen and (min-width: 769px) {
	.btnW_shopdetail{display: block;}
}


input[type="number"]::-webkit-outer-spin-button,
input#form_7[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input#form_7[type="number"] {
    -moz-appearance:textfield;
}

/* 170726 add*/
#testMail .text{
  padding: 0 0 3.3% 24%;
}
#testMail .form__body th{
  padding-left: 2rem;
  text-align: center;
}
#testMail .form__body td{
  padding: 3.3% 0;
}
@media only screen and (max-width: 768px) {
  #testMail .text{
    padding:1rem;
  }
}
.minkujiGreen{
  background: #00c300;
}
.minkujiGreen:after{
  border-color: transparent transparent transparent #00c300;
}
.goodsRed{
  background: #e81d5c;
}
.goodsRed:after{
  border-color: transparent transparent transparent #e81d5c;
}
.otomePink{
  background: #ffb6c1;
}
.otomePink:after{
  border-color: transparent transparent transparent #ffb6c1;
}
.nemunekoVermilion{
  background: #dd4827;
}
.nemunekoVermilion:after{
  border-color: transparent transparent transparent #dd4827;
}
.tw_toggleBtn{
  background: #00aaff;
  font-size: 13px;
  cursor: pointer;
}
.tw_toggleBtn:after{
  border-color: transparent transparent transparent #00aaff;
}
.moreWrap{
  width: 29.780082987%;
  margin: 1.659751037% auto 0;
  padding: 0 5.063291139% 5.063291139%;
}
.js_MoreArea{display: none;}
/**/
.tw_toggleBtn_Open{
  color: #00aaff;
  box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  background: #fff;
}
.tw_toggleBtn_Open:hover{
  color: #00aaff;
}
.tw_toggleBtn_Open:before{
  background: #00aaff;
}
.tw_toggleBtn_Open:after{
  border-color: transparent transparent transparent #fff;
}
.tw_toggleBtn .open{display: none;}
.tw_toggleBtn_Open .open{
  display: block;
}
.tw_toggleBtn_Open .close{
  display: none;
}


.noItem{padding: 1.5em 0 0 3em;}



/*------add ねむネコページ　171127------*/
.button-list-more--nemuneko a:before {
  background: #e85c89;
}
/*------
.nemunekoNewsWrap {
  padding-bottom: 72px;
}
------*/
.nemunekoNewsWrap {
  padding-bottom: 30px;
}

.nemunekoNewsWrap .timeline__header{
  background: #e85c89;
  color: #fff;
}
.nemunekoNewsWrap .timeline__header dd{
  color: #fff;
}
.nemunekoCampWrap h2{
  margin-bottom: 30px;
}
.heading--nemuneko {
  background: url(../img/common/bg_heading_nemuneko.png);
}

@media only screen and (min-width: 769px) {

}


.present_code_error {
  color: #f00;
}




/*----差し込みコンテンツ用CSS----*/
.sskm_txt{
	font-size: 19px;
	font-weight: bold;
	margin: -2% auto;
	color: #ff0000;
	text-align: center;
}
@media only screen and (min-width: 769px) {
.pcHide{display: none;}
}
@media only screen and (max-width: 768px) {
	.sskm_txt{margin: 0 auto -8%;}
	.spHide{display: none;}
}




/*181220add*/
.fz20{
	font-size: 20px !important;
}
.fz14{
	font-size: 14px !important;
}
.mapSummons{
	background: #F24A87;
}
.mapOff{
	background: #ccc;
}
.mapSummons:after {
  border-color: transparent transparent transparent #F24A87;
}
.flexbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.mapSummonsWrap a{margin-top: 10px;}
.shop-map__header{overflow: hidden;}
.shop-map__footer{margin: 0;}
@media only screen and (max-width: 768px) {
	.mapSummonsWrap{
		position: static;
		width: 100%;
		text-align: center;
	}
	.shopMap181218{
		padding-bottom: 0;
	}
	.shopMap181218 .shop-map__header-now{
		float: none;
	}
	.shop-map__share181218{float: none;}
	.flexbox{display: block;}
	.shop-map__header{padding-bottom: 0;}
	.shop-map__header-data{float: none;text-align: center;}
	.mapSummons{margin-top: 10px;}
	h3.flexbox{text-align: center;width: 100%;}
	#map_btn,#mapOff_btn{margin: 10px auto 0;}
}
/* プライズキャラクター一覧詳細ページCSS全やり直し */
/* @media only screen and (min-width: 769px) {
	.item-detail{
		overflow: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.item-detail__image{float: none;}
	.item-detail__body{
		width: 63.948497855%;
		padding-bottom: 10.75%;
	}
	.item-detail__wrap{
		overflow: none;
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		align-items: flex-end;
		position: absolute;
		bottom: 0;
	}
	.item-detail__sub-image{
		width: 50%;
		margin-top: 0;
		float: none;
	}
	.item-detail__button{
		float: none;
		width: 50%;
		margin-top: 0;
	}
} */


.created_at{
  text-align: right;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 700;
}

.mypage-nav{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.mypage-nav__item{
  float: none;
  margin-right: 0;
  width: calc((100% - 32px) / 5);
  margin-right: 8px;
}
.mypage-nav__item:last-of-type{
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .mypage-nav{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mypage-nav__item{
    float: none;
    margin-right: 8px;
    width: calc((100% - 16px) / 3);
  }
  .mypage-nav__item:nth-of-type(n+4){
    margin-top: 8px;
  }
  .mypage-nav__item:nth-of-type(3n){
    margin-right: 0;
  }
}

/*くじ商品詳細*/
.product-information.lineup-detail {
  display: flex;
  justify-content: space-between;
}
.product-information.lineup-detail .item-detail__button {
  max-width: 300px;
  text-align: right;
  margin-top: auto;
  margin-right: 16px;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .product-information.lineup-detail {
    display: block;
  }
  .product-information.lineup-detail .item-detail__button {
    max-width: 100%;
    margin: 16px auto 8px;
    padding: 0 16px;
    box-sizing: border-box;
  }
}

/*くじTOP*/
.search-content__item--minkuji .search-other {
  display: flex;
}
.search-content__item--minkuji .search-other__button {
  margin-right: 8px;
  width: 50%;
}
.search-content__item--minkuji .search-other__button:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .search-content__item--minkuji .search-other__button {
    margin-right: 8px;
    width: 50%;
  }
  .search-content__item--minkuji .search-other__button:last-child {
    margin-right: 0;
  }
}

/*TOP第一下層サイドメニュー*/
#is-charahiroba #nav {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
#is-charahiroba #nav .logo--charahiroba {
  margin-top: 24px;
}
#is-charahiroba #nav .menu--charahiroba {
  padding: 5px 0;
  margin-top: 24px;
  border-top: 1px solid rgba(24, 40, 75, 0.1);
  border-bottom: 1px solid rgba(24, 40, 75, 0.1);
}
#is-charahiroba #nav .menu--charahiroba li {
  padding: 10px 10px 10px 0;
}
#is-charahiroba #nav .menu--charahiroba li a {
  height: auto;
  background: none;
  color: #18284b;
  font-size: 14px;
  font-weight: bold;
  text-indent: 0;
  text-decoration: none;
  position: relative;
  padding-left: 36px;
}
#is-charahiroba #nav .menu--charahiroba li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  position: absolute;
}
#is-charahiroba #nav .menu--charahiroba li + li {
  margin-top: 0;
}
#is-charahiroba #nav .menu--charahiroba .menu__minkuji a {
  height: auto;
  background: none;
}
#is-charahiroba #nav .menu--charahiroba .menu__minkuji a::before {
  background: url(/img/common/renew/icn_menu_furyu_kuji@2x.png) no-repeat center;
  background-size: cover;
}
#is-charahiroba #nav .menu--charahiroba .menu__chara a::before {
  background: url(/img/common/renew/icn_menu_s_chara.png) no-repeat center;
  background-size: cover;
}
#is-charahiroba #nav .menu--charahiroba .menu__cal a::before {
  background: url(/img/common/renew/icn_menu_s_cal.png) no-repeat center;
  background-size: cover;
}
#is-charahiroba #nav .sub-menu {
  margin-top: 0;
  padding: 5px 0;
}
#is-charahiroba #nav .sub-menu::after {
  display: none;
}
#is-charahiroba #nav .sub-menu li + li {
  margin-top: 0;
}
#is-charahiroba #nav .sub-menu a {
  font-size: 12px;
  line-height: 1.666666666666667;
}
#is-charahiroba #nav .sub-menu a::after {
  width: 6px;
  height: 6px;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}
#is-charahiroba  #nav .member {
  margin-top: 5px;
  padding: 0 16px;
}
#is-charahiroba  #nav .member img {
  width: 100%;
}

/*TOP第一下層フッターナビ*/
#is-charahiroba #footer .footer__top {
  max-width: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0 auto;
  background: #273a58;
  padding: 0 10.3448275862069% 0 6.896551724137931%;
}

@media only screen and (max-width: 768px) {
  #is-charahiroba #footer .footer__top {
    padding: 0 20px;
  }
}

#is-charahiroba #footer .footer__top .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 952px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 0;
}

@media only screen and (max-width: 768px) {
  #is-charahiroba #footer .footer__top .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#is-charahiroba #footer .footer__top .column .menu {
  width: calc((100% - 16px) / 3);
  margin-right: 8px;
}

@media only screen and (max-width: 768px) {
  #is-charahiroba #footer .footer__top .column .menu {
    width: 100%;
  }
}

#is-charahiroba #footer .footer__top .column .menu li {
  float: none;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #is-charahiroba #footer .footer__top .column .menu li {
    width: 100%;
    text-align: left;
  }
}

#is-charahiroba #footer .footer__top .column .menu li::after {
  display: none;
}

#is-charahiroba #footer .footer__top .column .menu li a {
  color: #c3c8ce;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
}

#is-charahiroba #footer .footer__top .column .menu li a:hover {
  text-decoration: underline;
}

#is-charahiroba #footer .footer__top .column .qr {
  width: calc((100% - 16px) / 3);
  padding: 0;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}

#is-charahiroba #footer .footer__top .column .qr .head {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#is-charahiroba #footer .footer__top .column .qr .txt {
  color: #c3c8ce;
  font-size: 12px;
  font-weight: 500;
}

#is-charahiroba #footer .footer__top .column .qr img {
  margin: 16px 0;
}
#is-charahiroba #footer .footer__bottom {
  margin-top: 0;
}

#is-charahiroba #content + section div {
  padding-top: 24px;
}

/*くじサイドメニュー*/
#is-minkuji #nav {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
#is-minkuji #nav .logo--charahiroba {
  margin-top: 24px;
}
#is-minkuji #nav .menu--minkuji {
  padding: 5px 0;
  margin-top: 24px;
  margin-bottom: 0;
  border-top: 1px solid rgba(24, 40, 75, 0.1);
  border-bottom: 1px solid rgba(24, 40, 75, 0.1);
}
#nav .menu--minkuji:after {
  display: none;
}
#is-minkuji #nav .menu--minkuji li {
  padding: 10px 10px 10px 0;
}
#is-minkuji #nav .menu--minkuji li a {
  height: auto;
  background: none;
  color: #18284b;
  font-size: 14px;
  font-weight: bold;
  text-indent: 0;
  text-decoration: none;
  position: relative;
  padding-left: 36px;
}
#is-minkuji #nav .menu--minkuji li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  position: absolute;
}
#is-minkuji #nav .menu--minkuji .menu__news a::before {
  background: url(/img/common/renew/icn_menu_s_news.png) no-repeat center;
  background-size: cover;
}
#is-minkuji #nav .menu--minkuji .menu__item a::before {
  background: url(/img/common/renew/icn_menu_s_item.png) no-repeat center;
  background-size: cover;
}#is-minkuji #nav .menu--minkuji .menu__cp a::before {
  background: url(/img/common/renew/icn_menu_s_cp.png) no-repeat center;
  background-size: cover;
}
#is-minkuji #nav .menu--minkuji li + li {
  margin-top: 0;
}
#is-minkuji #nav .menu--minkuji .menu__minkuji a {
  height: auto;
  background: none;
}
#is-minkuji #nav .menu--minkuji .menu__minkuji a::before {
  background: url(/img/common/renew/icn_menu_furyu_kuji@2x.png) no-repeat center;
  background-size: cover;
}
#is-minkuji #nav .menu--minkuji .menu__chara a::before {
  background: url(/img/common/renew/icn_menu_s_chara.png) no-repeat center;
  background-size: cover;
}
#is-minkuji #nav .menu--minkuji .menu__cal a::before {
  background: url(/img/common/renew/icn_menu_s_cal.png) no-repeat center;
  background-size: cover;
}
#is-minkuji #nav .sub-menu .to-chara {
  padding: 15px 0 10px;
}
#is-minkuji #nav .sub-menu .to-chara a {
  color: #18284b;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#is-minkuji #nav .sub-menu .to-chara a::after {
  width: 20px;
  height: 20px;
  background: url(/img/common/renew/icn_menu_s_charahiroba.png) no-repeat center;
  background-size: cover;
  border: none;
  left: -14px;
}
#is-minkuji #nav .sub-menu {
  margin-top: 0;
  padding: 5px 0;
}
#is-minkuji #nav .sub-menu a::after {
  width: 6px;
  height: 6px;
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}
#is-minkuji #nav .sub-menu li + li {
  margin-top: 0;
}
#is-minkuji #nav .sub-menu a {
  font-size: 12px;
  line-height: 1.666666666666667;
}
#is-minkuji  #nav .member {
  margin-top: 5px;
  padding: 0 16px;
}
#is-minkuji  #nav .member img {
  width: 100%;
}

/*くじフッターナビ*/
#is-minkuji #footer .footer__top {
  max-width: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0 auto;
  background: #273a58;
  padding: 0 10.3448275862069% 0 6.896551724137931%;
}

@media only screen and (max-width: 768px) {
  #is-minkuji #footer .footer__top {
    padding: 0 20px;
  }
}

#is-minkuji #footer .footer__top .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 952px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 0;
}

@media only screen and (max-width: 768px) {
  #is-minkuji #footer .footer__top .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#is-minkuji #footer .footer__top .column .menu {
  width: calc((100% - 16px) / 3);
  margin-right: 8px;
}

@media only screen and (max-width: 768px) {
  #is-minkuji #footer .footer__top .column .menu {
    width: 100%;
  }
}

#is-minkuji #footer .footer__top .column .menu li {
  float: none;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #is-minkuji #footer .footer__top .column .menu li {
    width: 100%;
    text-align: left;
  }
}

#is-minkuji #footer .footer__top .column .menu li::after {
  display: none;
}

#is-minkuji #footer .footer__top .column .menu li a {
  color: #c3c8ce;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
}

#is-minkuji #footer .footer__top .column .menu li a:hover {
  text-decoration: underline;
}

#is-minkuji #footer .footer__top .column .qr {
  width: calc((100% - 16px) / 3);
  padding: 0;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}

#is-minkuji #footer .footer__top .column .qr .head {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#is-minkuji #footer .footer__top .column .qr .txt {
  color: #c3c8ce;
  font-size: 12px;
  font-weight: 500;
}

#is-minkuji #footer .footer__top .column .qr img {
  margin: 16px 0;
  opacity: 1;
}
#is-minkuji #footer .footer__bottom {
  margin-top: 0;
}

#is-minkuji #content + section div {
  padding-top: 24px;
}