@charset "UTF-8";
/*                reset
======================================================= */
@import url("//fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");
@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:500,700,900&display=swap&subset=japanese");
@import url("//fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i");
@import url("//fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
@import url("//fonts.googleapis.com/css?family=Montserrat:500");
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%; }

body {
  color: #000;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

dt, dd, li, th, td, p {
  line-height: 1.5; }

/* for IE6 */
* html body {
  font-size: 100%; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }
  a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

input, textarea, select, button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button {
  cursor: pointer; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?w11z48");
  src: url("../fonts/icomoon.eot?w11z48#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?w11z48") format("truetype"), url("../fonts/icomoon.woff?w11z48") format("woff"), url("../fonts/icomoon.svg?w11z48#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/*                link
  ======================================================= */
a:link {
  color: #000;
  text-decoration: none; }

a:visited {
  color: #000; }

@media only screen and (min-width: 1025px) {
  a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    a img {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    a:hover {
      color: #FADBE0; }
      a:hover img {
        opacity: .8; } }

/*                common
  ======================================================= */
.clear:after {
  content: '';
  display: block;
  clear: both; }

.clear_both {
  clear: both; }

.hidden {
  overflow: hidden; }

/*                leyout
======================================================= */
#wrapper {
  overflow: hidden;
  position: relative; }

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding: 0 20px; }
  @media only screen and (max-width: 900px) {
    .main_width {
      padding: 0 10px; } }

/*                テキスト装飾
======================================================= */
.txt_right {
  text-align: right; }

.txt_left {
  text-align: left; }

.txt_center {
  text-align: center; }

.txt_blue {
  color: #006ba0; }

.txt_orange {
  color: #f99c1c; }

.underline {
  text-decoration: underline; }

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0; }

table tr td,
table tr th {
  text-align: left;
  padding: 0px; }

/*                p
======================================================= */
p + p {
  margin-top: 1em; }

p + .table_dl {
  margin-top: 1em; }

/*                br
======================================================= */
@media only screen and (min-width: 901px) {
  br.sp900 {
    display: none; } }

@media only screen and (min-width: 769px) {
  br.sp768 {
    display: none; } }

@media only screen and (min-width: 641px) {
  br.sp640 {
    display: none; } }

@media only screen and (min-width: 481px) {
  br.sp480 {
    display: none; } }

@media only screen and (min-width: 401px) {
  br.sp400 {
    display: none; } }

@media only screen and (min-width: 351px) {
  br.sp350 {
    display: none; } }

/*                btn
======================================================= */
.btn_area {
  margin-top: 3em; }
  @media only screen and (max-width: 640px) {
    .btn_area {
      margin-top: 2em; } }
  @media only screen and (max-width: 640px) {
    .btn_area.width_wrap {
      padding: 0 20px; } }
  .btn_area.yoko {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: -8px; }
    @media only screen and (max-width: 640px) {
      .btn_area.yoko {
        display: block; } }
    .btn_area.yoko .btn {
      text-align: left;
      width: 25%;
      margin: 0;
      padding-left: 4px;
      padding-right: 4px;
      margin-bottom: 8px; }
      @media only screen and (max-width: 640px) {
        .btn_area.yoko .btn + .btn {
          margin-left: 0;
          margin-top: 5px; } }
      @media only screen and (max-width: 768px) {
        .btn_area.yoko .btn {
          width: 33.33333333%; } }
      @media only screen and (max-width: 640px) {
        .btn_area.yoko .btn {
          width: 100%; } }
      .btn_area.yoko .btn span {
        display: block;
        padding: 0 1em; }

.btn {
  width: 400px;
  text-align: center; }
  @media only screen and (max-width: 640px) {
    .btn {
      width: 100%; } }
  .btn a, .btn button {
    font-size: 128.6%;
    line-height: 1.5;
    position: relative;
    z-index: 1000;
    border-radius: 30px;
    background: #000;
    display: block;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
    width: 100%;
    padding: 16px 0;
    /* &::before {
    @include media1025{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: $hoverLightColor;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  } */ }
    .btn a::after, .btn button::after {
      font-family: FontAwesome, "Noto Sans JP", sans-serif;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f054";
      font-size: 14px;
      font-weight: normal;
      position: absolute;
      z-index: 2;
      right: 1em;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      padding-top: 3px; }
    .btn a:hover, .btn button:hover {
      /*  &::before {
      @include media1025{
      transform-origin: left top;
      transform: scale(1, 1);
    }
    } */ }
      @media only screen and (min-width: 1025px) {
        .btn a:hover, .btn button:hover {
          opacity: .8; } }
  .btn button::after {
    font-family: FontAwesome, "Noto Sans JP", sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067"; }
  .btn.white a, .btn.white button {
    color: #FADBE0;
    background: #fff;
    border: 1px #FADBE0 solid;
    padding: 15px 0; }
    @media only screen and (min-width: 1025px) {
      .btn.white a::before, .btn.white button::before {
        background: #FADBE0; } }
    @media only screen and (min-width: 1025px) {
      .btn.white a:hover, .btn.white button:hover {
        color: #fff; } }
  .btn.icon_none a::after, .btn.icon_none button::after {
    content: none; }
  .btn.icon_left a::after, .btn.icon_left button::after {
    content: "\f104";
    right: auto;
    left: 1em; }

/*                ul,ol
======================================================= */
ul.circle li {
  padding-left: 1em;
  text-indent: -1em; }
  ul.circle li:before {
    background-color: #20082e;
    content: '';
    display: inline-block;
    position: relative;
    top: -3px;
    border-radius: 100%;
    height: 4px;
    width: 4px;
    margin: 0 5px 0 5px; }

/*                Slick  Slider
======================================================= */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*                modal
======================================================= */
body.modal_open {
  overflow: hidden;
  height: 100%; }

.modal {
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow-y: auto; }
  @media only screen and (max-width: 1200px) {
    .modal {
      padding: 0 30px; } }
  @media only screen and (max-width: 1024px) {
    .modal {
      padding: 0 20px; } }
  @media only screen and (max-width: 640px) {
    .modal {
      padding: 0 15px; } }
  .modal .modal_wrap {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 790px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 54px; }
    @media only screen and (max-width: 640px) {
      .modal .modal_wrap {
        margin-top: 40px; } }
    .modal .modal_wrap .modal_close {
      cursor: pointer;
      width: 100%;
      text-align: right;
      position: absolute;
      right: 0;
      top: -54px; }
      @media only screen and (max-width: 640px) {
        .modal .modal_wrap .modal_close {
          top: -40px; } }
      .modal .modal_wrap .modal_close img {
        width: 36px;
        margin: 0 0 0 auto; }
        @media only screen and (max-width: 640px) {
          .modal .modal_wrap .modal_close img {
            width: 25px; } }
    .modal .modal_wrap .modal_content {
      max-height: 80vh;
      overflow-y: scroll;
      cursor: default;
      background: #fff;
      padding: 65px; }
      @media only screen and (max-width: 900px) {
        .modal .modal_wrap .modal_content {
          padding: 25px; } }
      @media only screen and (max-width: 640px) {
        .modal .modal_wrap .modal_content {
          max-height: 70vh; } }
      @media only screen and (max-width: 350px) {
        .modal .modal_wrap .modal_content {
          padding: 12px 12px 25px; } }
      .modal .modal_wrap .modal_content .modal_area .modal_cont .img_box {
        position: relative;
        padding-bottom: 32px; }
        .modal .modal_wrap .modal_content .modal_area .modal_cont .img_box + .detail_box {
          margin-top: 10px; }
        @media only screen and (max-width: 900px) {
          .modal .modal_wrap .modal_content .modal_area .modal_cont .img_box {
            padding-bottom: 22px; } }
        .modal .modal_wrap .modal_content .modal_area .modal_cont .img_box .img_wrap img {
          width: 100%; }
        .modal .modal_wrap .modal_content .modal_area .modal_cont .img_box .win_num {
          max-width: 80px;
          position: absolute;
          right: 20px;
          bottom: 0; }
          @media only screen and (max-width: 900px) {
            .modal .modal_wrap .modal_content .modal_area .modal_cont .img_box .win_num {
              right: 10px;
              max-width: 48px; } }
          .modal .modal_wrap .modal_content .modal_area .modal_cont .img_box .win_num img {
            width: 100%; }
      .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media all and (-ms-high-contrast: none) {
          .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box {
            padding-bottom: 65px; } }
        .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_l {
          width: 160px; }
          @media only screen and (max-width: 900px) {
            .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_l {
              width: auto;
              padding-left: 5px;
              padding-right: 20px; } }
          @media only screen and (max-width: 350px) {
            .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_l {
              padding-right: 15px; } }
          .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_l .win_num {
            max-width: 80px;
            margin: 0 auto; }
            @media only screen and (max-width: 900px) {
              .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_l .win_num {
                max-width: 60px;
                margin: auto; } }
            @media only screen and (max-width: 480px) {
              .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_l .win_num {
                max-width: 55px; } }
            @media only screen and (max-width: 350px) {
              .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_l .win_num {
                max-width: 40px; } }
        .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
          flex: 1 1 0%;
          border-left: 1px #d1d1d1 solid; }
          .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box {
            padding-left: 40px; }
            @media only screen and (max-width: 900px) {
              .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box {
                padding-left: 20px; } }
            @media only screen and (max-width: 350px) {
              .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box {
                padding-left: 15px; } }
            .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .ttl {
              font-size: 200%;
              font-weight: bold;
              margin-bottom: 28px; }
              @media only screen and (max-width: 900px) {
                .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .ttl {
                  font-size: 135.7%;
                  margin-bottom: 18px; } }
              @media only screen and (max-width: 400px) {
                .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .ttl {
                  font-size: 114.3%; } }
              .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .ttl span.block {
                font-size: 65%;
                display: block;
                margin-top: 0.2em; }
              .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .ttl span.sub {
                font-size: 20px; }
                @media only screen and (max-width: 900px) {
                  .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .ttl span.sub {
                    font-size: 13px; } }
              .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .ttl span.bold {
                font-size: 16px; }
                @media only screen and (max-width: 900px) {
                  .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .ttl span.bold {
                    font-size: 10px; } }
              @media only screen and (max-width: 900px) {
                .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .ttl span.ls {
                  letter-spacing: -0.05em; } }
              @media only screen and (max-width: 400px) {
                .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .ttl span.ls {
                  letter-spacing: -0.1em; } }
            .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box p {
              line-height: 1.8; }
              .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box p + dl {
                margin-top: 1em; }
            .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box dl.spec dt, .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box dl.spec dd {
              font-size: 85.7%; }
            .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box dl.spec dt {
              font-weight: bold;
              padding-right: 0.5em; }
            .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box dl.spec div {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              @media only screen and (max-width: 900px) {
                .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box dl.spec div {
                  display: block; } }
            .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .btn_box {
              margin-top: 25px; }
              @media only screen and (max-width: 900px) {
                .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .btn_box {
                  margin-top: 15px; } }
              .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .btn_box .btn {
                max-width: 150px;
                width: 100%; }
                .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .btn_box .btn + .btn {
                  margin-top: 6px; }
                  @media only screen and (max-width: 900px) {
                    .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .btn_box .btn + .btn {
                      padding-top: 0; } }
                @media only screen and (max-width: 900px) {
                  .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .btn_box .btn {
                    max-width: 170px; } }
                .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .btn_box .btn.long {
                  max-width: 210px; }
                  @media only screen and (max-width: 900px) {
                    .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .btn_box .btn.long {
                      max-width: 200px; } }
                .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .btn_box .btn a {
                  letter-spacing: normal;
                  font-size: 92.9%;
                  background: none;
                  border: 2px #20082e solid;
                  color: #20082e;
                  padding: 0.8em 0; }
                  @media only screen and (max-width: 900px) {
                    .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .btn_box .btn a {
                      font-size: 85.7%; } }
                  @media only screen and (max-width: 350px) {
                    .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .btn_box .btn a {
                      font-size: 71.4%; } }
                  .modal .modal_wrap .modal_content .modal_area .modal_cont .detail_box .detail_r .txt_box .btn_box .btn a::after {
                    font-size: 14px;
                    right: 12px; }
    .modal .modal_wrap .close_btn {
      position: relative;
      z-index: 1;
      font-family: "Montserrat", sans-serif;
      color: #fff;
      font-size: 142.9%;
      text-align: center;
      letter-spacing: 0.08em;
      display: block;
      width: 100%;
      padding: 15px 0 45px; }

/*                halloween
======================================================= */
#halloween #header {
  position: relative;
  z-index: 2; }
  #halloween #header #header_area {
    position: absolute;
    width: 100%;
    top: 0;
    left: auto;
    height: 46px;
    padding: 40px 30px; }
    @media only screen and (max-width: 900px) {
      #halloween #header #header_area {
        padding: 20px 10px; } }
    #halloween #header #header_area .hd_layout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #halloween #header #header_area .hd_layout .layout_l #hd_logo a {
        display: block; }
        @media only screen and (max-width: 900px) {
          #halloween #header #header_area .hd_layout .layout_l #hd_logo a {
            max-width: 160px; } }
        #halloween #header #header_area .hd_layout .layout_l #hd_logo a img {
          width: 100%; }
          @media only screen and (max-width: 900px) {
            #halloween #header #header_area .hd_layout .layout_l #hd_logo a img.pc {
              display: none; } }
          @media only screen and (min-width: 901px) {
            #halloween #header #header_area .hd_layout .layout_l #hd_logo a img.sp {
              display: none; } }

#halloween #footer #footer_area #ft_logo {
  padding: 0 20px; }
  #halloween #footer #footer_area #ft_logo img {
    margin: 0 auto; }

#halloween #footer #footer_area a {
  height: 134px;
  background: #1e3f65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (min-width: 1025px) {
    #halloween #footer #footer_area a:hover {
      opacity: .8; } }

#halloween #footer #copy_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px; }
  #halloween #footer #copy_area .copy {
    font-size: 85.7%; }

#halloween #main_visual {
  position: relative;
  z-index: 1; }
  #halloween #main_visual #home_kv .slick {
    position: relative; }
    #halloween #main_visual #home_kv .slick div {
      height: 740px; }
      @media only screen and (max-width: 640px) {
        #halloween #main_visual #home_kv .slick div {
          height: 700px; } }
      @media only screen and (max-width: 480px) {
        #halloween #main_visual #home_kv .slick div {
          height: 450px; } }
      @media only screen and (max-width: 400px) {
        #halloween #main_visual #home_kv .slick div {
          height: 400px; } }
      @media only screen and (max-width: 350px) {
        #halloween #main_visual #home_kv .slick div {
          height: 350px; } }
      #halloween #main_visual #home_kv .slick div img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit:cover;";
        max-width: none;
        min-width: 100%; }
        @media only screen and (max-width: 900px) {
          #halloween #main_visual #home_kv .slick div img.pc {
            display: none; } }
        @media only screen and (min-width: 901px) {
          #halloween #main_visual #home_kv .slick div img.sp {
            display: none; } }
    #halloween #main_visual #home_kv .slick .slick-dots {
      position: absolute;
      right: 25px;
      bottom: 30px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 10px; }
      @media only screen and (max-width: 900px) {
        #halloween #main_visual #home_kv .slick .slick-dots {
          display: none !important; } }
      #halloween #main_visual #home_kv .slick .slick-dots li {
        background-color: #fff;
        border-radius: 100%;
        width: 8px;
        height: 8px;
        text-indent: -9999px;
        cursor: pointer; }
        #halloween #main_visual #home_kv .slick .slick-dots li + li {
          margin-left: 16px; }
      #halloween #main_visual #home_kv .slick .slick-dots .slick-active {
        position: relative;
        top: -4px;
        width: 16px;
        height: 16px;
        border: 4px #fff solid;
        background-color: #df751f; }
  #halloween #main_visual .ttl {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 900px;
    padding-top: 2vw; }
    @media only screen and (max-width: 900px) {
      #halloween #main_visual .ttl {
        padding-top: 15vw; } }
    #halloween #main_visual .ttl img {
      width: 100%; }
      @media only screen and (max-width: 900px) {
        #halloween #main_visual .ttl img.pc {
          display: none; } }
      @media only screen and (min-width: 901px) {
        #halloween #main_visual .ttl img.sp {
          display: none; } }

#halloween .bg {
  background: #20082e; }

@media only screen and (max-width: 900px) {
  #halloween #catch {
    padding-bottom: 20px; } }

@media only screen and (max-width: 900px) {
  #halloween #catch .main_width {
    padding: 0; } }

#halloween #catch .inner {
  text-align: center;
  padding: 90px 0; }
  @media only screen and (max-width: 900px) {
    #halloween #catch .inner {
      padding: 50px 0; } }
  #halloween #catch .inner p img {
    width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 900px) {
      #halloween #catch .inner p img.pc {
        display: none; } }
    @media only screen and (min-width: 901px) {
      #halloween #catch .inner p img.sp {
        display: none; } }
  #halloween #catch .inner p.catch_lead {
    max-width: 982px;
    width: 100%;
    margin: 0 auto; }
    #halloween #catch .inner p.catch_lead + .catch_lead {
      margin-top: 25px; }
    @media only screen and (max-width: 900px) {
      #halloween #catch .inner p.catch_lead {
        max-width: none; } }
  #halloween #catch .inner .wrap {
    position: relative;
    z-index: 1;
    display: inline-block; }
    #halloween #catch .inner .wrap .deco {
      position: absolute;
      width: 100%; }
      #halloween #catch .inner .wrap .deco.deco01 {
        max-width: 70px;
        top: -115px;
        right: 60px; }
        @media only screen and (max-width: 900px) {
          #halloween #catch .inner .wrap .deco.deco01 {
            top: -80px; } }
        @media only screen and (max-width: 480px) {
          #halloween #catch .inner .wrap .deco.deco01 {
            max-width: 50px;
            top: -70px;
            right: 40px; } }
      #halloween #catch .inner .wrap .deco.deco02 {
        max-width: 56px;
        left: 30px;
        top: 38%; }
        @media only screen and (max-width: 900px) {
          #halloween #catch .inner .wrap .deco.deco02 {
            left: 5px;
            top: 55%; } }
        @media only screen and (max-width: 480px) {
          #halloween #catch .inner .wrap .deco.deco02 {
            top: 60%;
            max-width: 40px; } }
        @media only screen and (max-width: 350px) {
          #halloween #catch .inner .wrap .deco.deco02 {
            max-width: 35px; } }
      #halloween #catch .inner .wrap .deco.deco05 {
        max-width: 36px;
        right: 70px;
        bottom: 120px; }
        @media only screen and (max-width: 900px) {
          #halloween #catch .inner .wrap .deco.deco05 {
            right: 5px;
            bottom: 90px; } }
        @media only screen and (max-width: 640px) {
          #halloween #catch .inner .wrap .deco.deco05 {
            bottom: 60px; } }
        @media only screen and (max-width: 480px) {
          #halloween #catch .inner .wrap .deco.deco05 {
            max-width: 26px;
            bottom: 40px; } }
        @media only screen and (max-width: 400px) {
          #halloween #catch .inner .wrap .deco.deco05 {
            bottom: 30px; } }

#halloween #present {
  margin-top: -66px; }
  #halloween #present .semicircle {
    max-width: 916px;
    padding: 0 160px;
    margin: 0 auto; }
    @media only screen and (max-width: 900px) {
      #halloween #present .semicircle {
        padding: 0 100px; } }
    @media only screen and (max-width: 640px) {
      #halloween #present .semicircle {
        padding: 0 80px; } }
    @media only screen and (max-width: 480px) {
      #halloween #present .semicircle {
        padding: 0 60px; } }
    @media only screen and (max-width: 400px) {
      #halloween #present .semicircle {
        padding: 0 50px; } }
    @media only screen and (max-width: 350px) {
      #halloween #present .semicircle {
        padding: 0 45px; } }
    #halloween #present .semicircle img {
      width: 100%; }
      @media only screen and (max-width: 900px) {
        #halloween #present .semicircle img.pc {
          display: none; } }
      @media only screen and (min-width: 901px) {
        #halloween #present .semicircle img.sp {
          display: none; } }
  #halloween #present .inner {
    background: #fff; }
    #halloween #present .inner .present_bg {
      background: url(../media/images/halloween/present_bg_pc.gif) repeat center top;
      background-size: cover;
      padding-bottom: 100px; }
      @media only screen and (max-width: 900px) {
        #halloween #present .inner .present_bg {
          background: url(../media/images/halloween/present_bg_sp.gif) repeat center top;
          background-size: cover;
          padding-bottom: 60px; } }
    #halloween #present .inner .intro .ttl {
      max-width: 570px;
      width: 100%;
      margin: 0 auto; }
      @media only screen and (max-width: 900px) {
        #halloween #present .inner .intro .ttl {
          max-width: none; } }
      #halloween #present .inner .intro .ttl img {
        width: 100%; }
        @media only screen and (max-width: 900px) {
          #halloween #present .inner .intro .ttl img.pc {
            display: none; } }
        @media only screen and (min-width: 901px) {
          #halloween #present .inner .intro .ttl img.sp {
            display: none; } }
    #halloween #present .inner .lead {
      margin-top: 45px; }
      #halloween #present .inner .lead p {
        position: relative;
        max-width: 460px;
        width: 100%;
        margin: 0 auto; }
        @media only screen and (max-width: 900px) {
          #halloween #present .inner .lead p {
            max-width: none; } }
        #halloween #present .inner .lead p img {
          width: 100%;
          margin: 0 auto; }
          @media only screen and (max-width: 900px) {
            #halloween #present .inner .lead p img.pc {
              display: none; } }
          @media only screen and (min-width: 901px) {
            #halloween #present .inner .lead p img.sp {
              display: none; } }
        #halloween #present .inner .lead p .deco {
          position: absolute;
          width: 100%; }
          #halloween #present .inner .lead p .deco.deco03 {
            max-width: 42px;
            right: -50px;
            top: -22px; }
            @media only screen and (max-width: 900px) {
              #halloween #present .inner .lead p .deco.deco03 {
                max-width: 50px;
                right: 8%;
                top: -12%; } }
            @media only screen and (max-width: 640px) {
              #halloween #present .inner .lead p .deco.deco03 {
                max-width: 40px; } }
            @media only screen and (max-width: 480px) {
              #halloween #present .inner .lead p .deco.deco03 {
                max-width: 35px;
                right: 6%;
                top: -18%; } }
          #halloween #present .inner .lead p .deco.deco04 {
            max-width: 32px;
            left: -70px;
            top: 20px; }
            @media only screen and (max-width: 900px) {
              #halloween #present .inner .lead p .deco.deco04 {
                left: 6%;
                top: auto;
                bottom: 0; } }
            @media only screen and (max-width: 640px) {
              #halloween #present .inner .lead p .deco.deco04 {
                max-width: 30px; } }
            @media only screen and (max-width: 480px) {
              #halloween #present .inner .lead p .deco.deco04 {
                max-width: 25px;
                left: 4%;
                bottom: -4%; } }
    #halloween #present .inner .present_frame {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 1060px;
      padding-left: 26px;
      margin-top: 40px; }
      @media only screen and (max-width: 900px) {
        #halloween #present .inner .present_frame {
          padding-left: 0; } }
      #halloween #present .inner .present_frame .present_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -33px;
        margin-right: -33px; }
        @media only screen and (max-width: 1024px) {
          #halloween #present .inner .present_frame .present_block {
            margin-left: -10px;
            margin-right: -10px; } }
        @media only screen and (max-width: 900px) {
          #halloween #present .inner .present_frame .present_block {
            display: block;
            margin-left: 0;
            margin-right: 0; } }
        #halloween #present .inner .present_frame .present_block .present_set {
          width: 50%;
          padding-left: 33px;
          padding-right: 33px;
          margin-bottom: 20px; }
          @media only screen and (max-width: 1024px) {
            #halloween #present .inner .present_frame .present_block .present_set {
              padding-left: 10px;
              padding-right: 10px; } }
          @media only screen and (max-width: 900px) {
            #halloween #present .inner .present_frame .present_block .present_set {
              width: 100%;
              padding-left: 0;
              padding-right: 0; } }
          @media only screen and (max-width: 900px) {
            #halloween #present .inner .present_frame .present_block .present_set .img_box img {
              width: 100%;
              margin: 0 auto; } }
          @media only screen and (max-width: 900px) {
            #halloween #present .inner .present_frame .present_block .present_set .img_box img.pc {
              display: none; } }
          @media only screen and (min-width: 901px) {
            #halloween #present .inner .present_frame .present_block .present_set .img_box img.sp {
              display: none; } }
          #halloween #present .inner .present_frame .present_block .present_set .txt_box {
            padding-left: 144px;
            padding-right: 70px;
            margin-top: -42px; }
            @media only screen and (max-width: 900px) {
              #halloween #present .inner .present_frame .present_block .present_set .txt_box {
                padding-right: 12vw;
                margin-top: -7vw;
                padding-left: 32vw; } }
            #halloween #present .inner .present_frame .present_block .present_set .txt_box p + .notes {
              margin-top: 0.2em; }
            #halloween #present .inner .present_frame .present_block .present_set .txt_box p.notes {
              font-size: 12px;
              padding-left: 1em;
              text-indent: -1em; }
          #halloween #present .inner .present_frame .present_block .present_set .btn_box {
            padding-left: 144px;
            margin-top: 15px; }
            @media only screen and (max-width: 900px) {
              #halloween #present .inner .present_frame .present_block .present_set .btn_box {
                border-top: 1px #e9e9e9 solid;
                padding-left: 0;
                margin: 3vw 12vw 0; } }
            #halloween #present .inner .present_frame .present_block .present_set .btn_box .btn {
              max-width: 150px;
              width: 100%; }
              #halloween #present .inner .present_frame .present_block .present_set .btn_box .btn + .btn {
                margin-top: 6px; }
                @media only screen and (max-width: 900px) {
                  #halloween #present .inner .present_frame .present_block .present_set .btn_box .btn + .btn {
                    padding-top: 0; } }
              @media only screen and (max-width: 900px) {
                #halloween #present .inner .present_frame .present_block .present_set .btn_box .btn {
                  max-width: 170px;
                  padding-top: 15px;
                  margin: 0 auto; } }
              #halloween #present .inner .present_frame .present_block .present_set .btn_box .btn.long {
                max-width: 210px; }
              #halloween #present .inner .present_frame .present_block .present_set .btn_box .btn a, #halloween #present .inner .present_frame .present_block .present_set .btn_box .btn button {
                letter-spacing: normal;
                font-size: 92.9%;
                background: none;
                border: 2px #20082e solid;
                color: #20082e;
                padding: 0.8em 0; }
                @media only screen and (max-width: 900px) {
                  #halloween #present .inner .present_frame .present_block .present_set .btn_box .btn a, #halloween #present .inner .present_frame .present_block .present_set .btn_box .btn button {
                    font-size: 85.7%; } }
                #halloween #present .inner .present_frame .present_block .present_set .btn_box .btn a::after, #halloween #present .inner .present_frame .present_block .present_set .btn_box .btn button::after {
                  font-size: 14px;
                  right: 12px; }
          #halloween #present .inner .present_frame .present_block .present_set.set_b {
            padding-top: 70px; }
            @media only screen and (max-width: 900px) {
              #halloween #present .inner .present_frame .present_block .present_set.set_b {
                padding-top: 0; } }
            @media only screen and (max-width: 900px) {
              #halloween #present .inner .present_frame .present_block .present_set.set_b .txt_box {
                padding-right: 32vw;
                margin-top: -7vw;
                padding-left: 12vw; } }
          #halloween #present .inner .present_frame .present_block .present_set.set_c {
            margin-top: -40px; }
            @media only screen and (max-width: 900px) {
              #halloween #present .inner .present_frame .present_block .present_set.set_c {
                margin-top: 0; } }
            @media only screen and (max-width: 900px) {
              #halloween #present .inner .present_frame .present_block .present_set.set_c .txt_box {
                margin-top: -8vw; } }
          #halloween #present .inner .present_frame .present_block .present_set.set_d {
            padding-top: 20px;
            padding-bottom: 40px; }
            @media only screen and (max-width: 900px) {
              #halloween #present .inner .present_frame .present_block .present_set.set_d {
                padding-top: 0;
                padding-bottom: 20px; } }
            @media only screen and (max-width: 900px) {
              #halloween #present .inner .present_frame .present_block .present_set.set_d .txt_box {
                padding-right: 32vw;
                margin-top: -7vw;
                padding-left: 12vw; } }
          #halloween #present .inner .present_frame .present_block .present_set.set_e {
            margin-top: -85px; }
            @media only screen and (max-width: 900px) {
              #halloween #present .inner .present_frame .present_block .present_set.set_e {
                margin-top: 0; } }
            #halloween #present .inner .present_frame .present_block .present_set.set_e .txt_box {
              margin-top: 10px; }
          #halloween #present .inner .present_frame .present_block .present_set.set_f {
            margin-top: -20px; }
            @media only screen and (max-width: 900px) {
              #halloween #present .inner .present_frame .present_block .present_set.set_f {
                margin-top: 0; } }
            #halloween #present .inner .present_frame .present_block .present_set.set_f .txt_box {
              margin-top: -10px; }
              @media only screen and (max-width: 900px) {
                #halloween #present .inner .present_frame .present_block .present_set.set_f .txt_box {
                  padding-right: 32vw;
                  margin-top: 1vw;
                  padding-left: 12vw; } }

#halloween #join .inner {
  padding: 40px 0 80px; }
  @media only screen and (max-width: 900px) {
    #halloween #join .inner {
      padding: 35px 0; } }
  #halloween #join .inner .intro {
    padding: 0 70px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 900px) {
      #halloween #join .inner .intro {
        padding: 0;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 480px) {
      #halloween #join .inner .intro {
        margin-bottom: 30px; } }
    #halloween #join .inner .intro .ttl {
      max-width: 400px;
      width: 100%;
      margin: 0 auto; }
      @media only screen and (max-width: 900px) {
        #halloween #join .inner .intro .ttl {
          max-width: none; } }
      #halloween #join .inner .intro .ttl img {
        width: 100%; }
        @media only screen and (max-width: 900px) {
          #halloween #join .inner .intro .ttl img.pc {
            display: none; } }
        @media only screen and (min-width: 901px) {
          #halloween #join .inner .intro .ttl img.sp {
            display: none; } }
  #halloween #join .inner .step_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 70px;
    margin-left: -50px;
    margin-right: -50px; }
    @media only screen and (max-width: 900px) {
      #halloween #join .inner .step_block {
        display: block;
        padding: 0;
        margin-left: 0;
        margin-right: 0; } }
    #halloween #join .inner .step_block .step_set {
      position: relative;
      width: 33.33333333%;
      padding-left: 50px;
      padding-right: 50px; }
      @media only screen and (max-width: 900px) {
        #halloween #join .inner .step_block .step_set + .step_set {
          margin-top: 35px; } }
      #halloween #join .inner .step_block .step_set + .step_set::before {
        position: absolute;
        left: -15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        display: block;
        background: url(../media/images/halloween/step_ar.png);
        width: 18px;
        height: 48px; }
        @media only screen and (max-width: 900px) {
          #halloween #join .inner .step_block .step_set + .step_set::before {
            content: none;
            background: none; } }
      @media only screen and (max-width: 900px) {
        #halloween #join .inner .step_block .step_set {
          width: 100%;
          padding-left: 0;
          padding-right: 0; } }
      #halloween #join .inner .step_block .step_set .step_number {
        max-width: 84px;
        width: 100%;
        margin: 0 auto 10px; }
        @media only screen and (max-width: 900px) {
          #halloween #join .inner .step_block .step_set .step_number {
            max-width: none;
            margin: 0 auto 0; } }
        #halloween #join .inner .step_block .step_set .step_number img {
          width: 100%; }
          @media only screen and (max-width: 900px) {
            #halloween #join .inner .step_block .step_set .step_number img.pc {
              display: none; } }
          @media only screen and (min-width: 901px) {
            #halloween #join .inner .step_block .step_set .step_number img.sp {
              display: none; } }
      #halloween #join .inner .step_block .step_set .step_icon {
        max-width: 124px;
        width: 100%;
        margin: 0 auto 20px; }
        @media only screen and (max-width: 900px) {
          #halloween #join .inner .step_block .step_set .step_icon {
            max-width: none; } }
        #halloween #join .inner .step_block .step_set .step_icon img {
          width: 100%; }
          @media only screen and (max-width: 900px) {
            #halloween #join .inner .step_block .step_set .step_icon img.pc {
              display: none; } }
          @media only screen and (min-width: 901px) {
            #halloween #join .inner .step_block .step_set .step_icon img.sp {
              display: none; } }
      #halloween #join .inner .step_block .step_set .txt_box {
        color: #fff; }
        @media only screen and (max-width: 900px) {
          #halloween #join .inner .step_block .step_set .txt_box {
            padding: 0 35px; } }
        #halloween #join .inner .step_block .step_set .txt_box .ttl {
          font-size: 142.9%;
          text-align: center;
          margin-bottom: 10px; }
          @media only screen and (max-width: 900px) {
            #halloween #join .inner .step_block .step_set .txt_box .ttl {
              font-size: 121.4%; } }
        @media only screen and (max-width: 900px) {
          #halloween #join .inner .step_block .step_set .txt_box p {
            font-size: 85.7%; } }

#halloween #method .inner {
  padding: 80px 50px; }
  @media only screen and (max-width: 900px) {
    #halloween #method .inner {
      padding: 40px 25px; } }
  #halloween #method .inner .flame {
    border: 2px #20082e solid;
    padding: 40px; }
    @media only screen and (max-width: 900px) {
      #halloween #method .inner .flame {
        padding: 30px 20px; } }
    #halloween #method .inner .flame .wood_block .wood_set {
      color: #20082e; }
      #halloween #method .inner .flame .wood_block .wood_set + .wood_set {
        margin-top: 30px; }
        @media only screen and (max-width: 900px) {
          #halloween #method .inner .flame .wood_block .wood_set + .wood_set {
            margin-top: 20px; } }
      #halloween #method .inner .flame .wood_block .wood_set .ttl {
        font-weight: bold;
        font-size: 121.4%;
        margin-bottom: 0.2em; }

#halloween #popular_item {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
  margin-bottom: 80px; }
  @media only screen and (max-width: 900px) {
    #halloween #popular_item {
      padding: 0 10px; } }
  @media only screen and (max-width: 640px) {
    #halloween #popular_item {
      margin-bottom: 40px; } }
  #halloween #popular_item .ttl {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px; }
    @media only screen and (max-width: 900px) {
      #halloween #popular_item .ttl {
        font-size: 142.9%; } }
    #halloween #popular_item .ttl span {
      display: block;
      margin-top: 10px; }
      #halloween #popular_item .ttl span img {
        margin: 0 auto 0; }
  #halloween #popular_item .c-itemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -40px; }
    @media only screen and (max-width: 640px) {
      #halloween #popular_item .c-itemList {
        margin-bottom: -25px; } }
    #halloween #popular_item .c-itemList .item {
      width: 20%;
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 640px) {
        #halloween #popular_item .c-itemList .item {
          width: 50%;
          margin-bottom: 25px; } }
      #halloween #popular_item .c-itemList .item .thumb {
        margin-bottom: 7px;
        position: relative; }
        #halloween #popular_item .c-itemList .item .thumb img {
          margin: 0 auto; }
      #halloween #popular_item .c-itemList .item .data {
        font-size: 11px;
        color: #666; }
        #halloween #popular_item .c-itemList .item .data .name {
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap;
          margin-bottom: 3px;
          color: #999; }
        #halloween #popular_item .c-itemList .item .data .price {
          margin-bottom: 3px; }
        #halloween #popular_item .c-itemList .item .data .discount {
          color: #fc125d; }

@media only screen and (max-width: 900px) {
  #halloween .sale_btn {
    padding: 0 25px; } }

#halloween .sale_btn .sale_txt {
  margin-bottom: 1em; }
  #halloween .sale_btn .sale_txt img {
    margin: 0 auto; }
    @media only screen and (max-width: 900px) {
      #halloween .sale_btn .sale_txt img.pc {
        display: none; } }
    @media only screen and (min-width: 901px) {
      #halloween .sale_btn .sale_txt img.sp {
        display: none; } }

#halloween .sale_btn .btn {
  position: relative;
  z-index: 1;
  margin: 0 auto; }
  #halloween .sale_btn .btn a {
    font-weight: bold;
    background: #be9636; }
    #halloween .sale_btn .btn a::after {
      content: none; }

#halloween .sns_share_area {
  padding: 60px 0;
  margin-top: 60px; }
  @media only screen and (max-width: 768px) {
    #halloween .sns_share_area {
      margin-top: 40px; } }
  #halloween .sns_share_area .sns_share {
    max-width: 400px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      #halloween .sns_share_area .sns_share {
        width: 100%; } }
    #halloween .sns_share_area .sns_share .ttl {
      color: #fff;
      font-size: 128.6%;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px; }
    #halloween .sns_share_area .sns_share ul {
      overflow: hidden;
      margin: 0 -12px; }
      @media only screen and (max-width: 768px) {
        #halloween .sns_share_area .sns_share ul {
          margin: 0 -3vw;
          padding: 0 10vw; } }
      #halloween .sns_share_area .sns_share ul li {
        float: left;
        width: 33.33333%;
        padding: 0 12px; }
        @media only screen and (max-width: 768px) {
          #halloween .sns_share_area .sns_share ul li {
            padding: 0 3vw; } }
        #halloween .sns_share_area .sns_share ul li a {
          display: block; }
