@charset "UTF-8";
/* カタログサイトから流用 */
/* ======================================

汎用クラス

====================================== */
/* クリア */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* 文字揃え */
.u-text-align-left {
  text-align: left !important;
}

.u-text-align-center {
  text-align: center !important;
}

.u-text-align-right {
  text-align: right !important;
}

/* 文字サイズ */
.u-font-size-small {
  font-size: 0.8em !important;
}

.u-font-size-large {
  font-size: 1.3em !important;
}

/* 太字 */
.u-font-weight-bold {
  font-weight: bold !important;
}

.u-font-weight-normal {
  font-weight: normal !important;
}

/* 太字色 */
.u-color-red {
  color: red !important;
}

.u-color-wh {
  color: #fff !important;
}

.u-color-font {
  color: #000 !important;
}

.u-color-main {
  color: #e62741 !important;
}

/* マージン */
.u-margin-top-xlarge {
  margin-top: 80px !important;
}

.u-margin-top-large {
  margin-top: 50px !important;
}

.u-margin-top-medium {
  margin-top: 30px !important;
}

.u-margin-top-small {
  margin-top: 20px !important;
}

.u-margin-top-xsmall {
  margin-top: 10px !important;
}

.u-margin-top-0 {
  margin-top: 0 !important;
}

.u-margin-bottom-xlarge {
  margin-bottom: 80px !important;
}

.u-margin-bottom-large {
  margin-bottom: 50px !important;
}

.u-margin-bottom-medium {
  margin-bottom: 30px !important;
}

.u-margin-bottom-small {
  margin-bottom: 20px !important;
}

.u-margin-bottom-xsmall {
  margin-bottom: 10px !important;
}

.u-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.u-margin-right-0 {
  margin-right: 0 !important;
}

.u-margin-left-0 {
  margin-left: 0 !important;
}

/* パディング */
.u-padding-top-xlarge {
  padding-top: 80px !important;
}

.u-padding-top-large {
  padding-top: 50px !important;
}

.u-padding-top-medium {
  padding-top: 30px !important;
}

.u-padding-top-small {
  padding-top: 20px !important;
}

.u-padding-top-xsmall {
  padding-top: 10px !important;
}

.u-padding-top-0 {
  padding-top: 0 !important;
}

.u-padding-bottom-xlarge {
  padding-bottom: 80px !important;
}

.u-padding-bottom-large {
  padding-bottom: 50px !important;
}

.u-padding-bottom-medium {
  padding-bottom: 30px !important;
}

.u-padding-bottom-small {
  padding-bottom: 20px !important;
}

.u-padding-bottom-xsmall {
  padding-bottom: 10px !important;
}

.u-padding-top-0 {
  padding-top: 0 !important;
}

.u-padding-bottom-0 {
  padding-bottom: 0 !important;
}

.u-padding-right-0 {
  padding-right: 0 !important;
}

.u-padding-left-0 {
  padding-left: 0 !important;
}

/* 非表示 */
@media screen and (min-width: 480px) {
  .u-hide-sm-min {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-hide-md-min {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-hide-lg-min {
    display: none !important;
  }
}

@media screen and (min-width: 1440px) {
  .u-hide-xl-min {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .u-hide-sm-max {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hide-md-max {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .u-hide-lg-max {
    display: none !important;
  }
}

@media screen and (max-width: 1439px) {
  .u-hide-xl-max {
    display: none !important;
  }
}

/* 非表示 - デバイス */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-hide-tablet {
    display: none !important;
  }
}

/* ポジション */
.u-position-relative {
  position: relative !important;
}

/* ディスプレイ */
.u-display-block {
  display: block !important;
}

/* 画像横幅いっぱい */
.u-img-w100 {
  display: block;
  width: 100%;
  height: auto;
}

/* 画像横幅いっぱいその2 */
.u-img-mw100 {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* =======================================

ボタン

======================================= */
/* シンプルなリンク */
.button-simpleLink {
  display: inline-block;
  padding-right: 1.2em;
  background: url(../images/arrow_r_bk.svg) no-repeat right 0.1em center/auto 1em;
}

/* ボタンのリンク */
.button-linkRed, .button-linkGray, .button-submit {
  display: inline-block;
  padding: 0.5em 2.3em;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: url(../images/arrow_r_wh.svg) no-repeat right 0.3em center/auto 1em #e62741;
  border-radius: 3px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.button-linkRed:link, .button-linkGray:link, .button-submit:link, .button-linkRed:visited, .button-linkGray:visited, .button-submit:visited, .button-linkRed:hover, .button-linkGray:hover, .button-submit:hover, .button-linkRed:active, .button-linkGray:active, .button-submit:active {
  color: #fff;
  text-decoration: none;
}

.button-linkRed:hover, .button-linkGray:hover, .button-submit:hover, .button-linkRed:active, .button-linkGray:active, .button-submit:active {
  background-color: #a01427;
}

.button-linkGray {
  background-color: #7c7c7c;
}

.button-linkGray:hover, .button-linkGray:active {
  background-color: #000;
}

/* 開閉のボタン */
.button-switch {
  position: relative;
  display: block;
  padding-right: 2.7em;
}

.button-switch.js-fade-active::before, .button-switch.js-fade-active::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 0.7em;
  height: 0.2em;
  content: "";
  background-color: #e62741;
}

.button-switch.js-fade-active::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button-switch.js-fade-active::after {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.button-switch.js-fade-active.js-fader-active::after {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

/* 送信ボタン */
.button-submit {
  width: 100%;
  background: url(../images/symbol_search_wh.svg) no-repeat right 0.3em center/auto 1.2em #e62741;
}

/* ======================================

アイコンの説明

====================================== */
.icon-desc-container {
  margin-bottom: 30px;
  background-color: #f8f8f8;
  border-radius: 3px;
}

.icon-desc-button a {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
}

.icon-desc-button span {
  font-weight: bold;
  color: #000;
}

.icon-desc-button span::after {
  margin-left: 1em;
  font-weight: normal;
  color: #2986d6;
  content: "表示する";
  font-size: 0.75rem;
}

.icon-desc-button a.js-fader-active span::after {
  content: "隠す";
}

.icon-desc-button a:hover {
  text-decoration: none;
}

.icon-desc-button a:hover span {
  text-decoration: none;
}

.icon-desc-button a:hover span::after {
  text-decoration: underline;
}

.icon-desc {
  display: none;
  padding: 0 1em 1em;
}

.icon-desc-head {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 0.75rem;
}

.icon-desc-head.niwa {
  color: #009fe8;
}

.icon-desc-head.tobu {
  color: #e50012;
}

.icon-desc-head.sonota {
  color: #39b54a;
}

.icon-desc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  list-style: none;
}

.icon-desc-item {
  padding: 0 5px 5px;
}

.icon-desc-item img {
  display: block;
  width: auto;
  height: 32px;
}

.side .icon-desc-item {
  width: 50%;
}

@media screen and (min-width: 480px) {
  .main .icon-desc-head {
    float: left;
    width: 7em;
    padding-top: calc(16px - 0.75em);
  }
}

/* 管理パーツ */
#adminBox {
  margin-bottom: 0;
}

#js-seo_info {
  background-color: #efefef;
}

#js-seo_info .acms-admin-edit-info {
  margin: 0;
  border: 0;
}

/* ===============================

設定

=============================== */
/*
メイン赤:#e60012

*/
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1023px) {
  body {
    padding-top: 60px;
  }
}

/* ボーダーを大きさに含む */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 横幅最大 */
.acms-container {
  max-width: 1020px;
}

.narrow-container {
  max-width: 820px;
}

/* ===============================

ヘッダー

=============================== */
/* 背景と高さ */
.header-wrapper {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #ddd;
}

/* ヘッダーのコンテナー */
.header-container {
  max-width: 1020px;
  margin: 0 auto;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
}

@media screen and (min-width: 1024px) {
  .header-wrapper {
    position: relative;
    height: 160px;
    border-bottom: 0;
  }
  .header-inner {
    height: 100px;
  }
}

/* ロゴ */
.sitelogo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 320px;
  padding: 0 20px 0 10px;
  margin: 0;
}

.sitelogo a {
  display: block;
}

.sitelogo img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .sitelogo {
    max-width: 360px;
  }
}

/* ヘッダーの右上 */
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .header-right {
    padding-right: 10px;
  }
}

/* ハンバーガーボタン */
.ham-button {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  color: #000;
  text-decoration: none;
}

[class^="hl-"] {
  position: absolute;
  left: 14px;
  display: block;
  width: 32px;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hl-top {
  top: 15px;
}

.hl-middle {
  top: 24px;
}

.hl-bottom {
  top: 33px;
}

.hl-text {
  top: 40px;
  height: auto;
  font-size: 0.5em;
  color: #000;
  text-align: center;
  background-color: transparent;
}

.hl-text::after {
  content: "MENU";
}

.js-acms-offcanvas-body-right .hl-top {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.js-acms-offcanvas-body-right .hl-middle {
  opacity: 0;
}

.js-acms-offcanvas-body-right .hl-bottom {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.js-acms-offcanvas-body-right .hl-text::after {
  content: "CLOSE";
}

/* メニュー開いたときの背景色 */
.js-acms-offcanvas-active {
  background: rgba(0, 0, 0, 0.7);
}

/* カタログへのリンク */
.header-catalog-button {
  display: block;
  width: 40px;
  height: 60px;
  padding-top: 40px;
  font-size: 0.5em;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: url(../../images/icon_catalog.svg) no-repeat center top 10px/32px auto;
}

.header-catalog-button:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.7;
}

.header-dl-item,
.header-mail-item {
  float: left;
  margin-left: 15px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}

.header-dl-item {
  overflow: hidden;
  border: solid 2px #e60012;
  border-radius: 30px;
}

.header-dl-item::after {
  display: block;
  clear: both;
  content: "";
}

.header-dl-item span {
  display: block;
  float: left;
  padding: 8px 1em;
  color: #fff;
  text-decoration: none;
  background-color: #e60012;
  border-right: solid 1px #fff;
}

.header-dl-item a {
  display: block;
  float: left;
  padding: 8px 35px 8px 1em;
  color: #e60012;
  text-decoration: none;
  cursor: pointer;
  background: url(../../images/arrow_r_red.png) no-repeat right 10px center/auto 0.8em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header-dl-item a:hover {
  color: #fff;
  background-color: #e60012;
  background-image: url(../../images/arrow_r_wh.png);
}

.header-mail-item a {
  display: block;
  padding: 8px 35px 8px 1em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: url(../../images/arrow_r_wh.png) no-repeat right 10px center/auto 0.8em #e60012;
  border: solid 2px #e60012;
  border-radius: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header-mail-item a::before {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.3em;
  vertical-align: -0.2em;
  content: "";
  background: url(../../images/icon_mail_wh.png) no-repeat center/100% auto;
}

.header-mail-item a:hover {
  background-color: #b90412;
  border-color: #b90412;
}

/* ナビゲーション */
.gnav {
  position: absolute;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 60px;
  font-size: 15px;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: solid 1px #ddd;
}

.gnav-list_lv1 {
  position: relative;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
}

.gnav-item_lv1 {
  display: table-cell;
  height: 58px;
  vertical-align: middle;
  list-style: none;
  border-bottom: solid 4px #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gnav-item_lv1:hover {
  border-bottom-color: rgba(230, 0, 18, 0.6);
}

.gnav-item_lv1.stay {
  border-bottom-color: #e60012;
}

.gnav-link_lv1 {
  position: relative;
  display: block;
  padding-top: 4px;
  line-height: 1.3;
  color: #000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.gnav-link_lv1:visited, .gnav-link_lv1:hover, .gnav-link_lv1:active {
  color: #000;
  text-decoration: none;
}

.gnav-link_lv1 span {
  display: block;
  font-size: 0.8em;
}

.gnav-link_lv1::before,
.gnav-item_lv1:last-child .gnav-link_lv1::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 1px;
  height: 26px;
  margin-top: -13px;
  content: "";
  background-color: #ddd;
}

.gnav-item_lv1:last-child .gnav-link_lv1::after {
  right: 0;
  left: auto;
}

.gnav-list_lv2 {
  position: absolute;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 5px;
  list-style: none;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.gnav-item_lv1:hover .gnav-list_lv2 {
  visibility: visible;
  opacity: 1;
}

.gnav-item_lv2 {
  width: 33.33%;
  padding: 5px;
}

.gnav-link_lv2 {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: url(../../images/arrow_r_bk.png) no-repeat right 5px center #fff;
  background-size: auto 0.7em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gnav-link_lv2:hover {
  color: #fff;
  background-color: #000;
  background-image: url(../../images/arrow_r_wh.png);
}

/* ===============================

トピックパス

=============================== */
.topicpath-wrapper {
  background-color: rgba(0, 0, 0, 0.25);
}

.topicpath-container {
  padding-top: 5px;
}

.acms-topicpath {
  margin: 0;
}

.acms-topicpath li {
  padding-bottom: 5px;
  line-height: 1.2;
  color: #fff;
}

.acms-topicpath a {
  color: #fff;
}

.acms-topicpath li + li::before {
  color: #fff;
  content: "＞";
}

/* ===============================

スマホのナビゲーション

=============================== */
#offcanvas {
  background: #00124d;
}

/* 枠 */
.sp-gnavi-container {
  padding: 20px;
}

.sp-gnavi,
.sp-gnavi-nest {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sp-gnavi-item a,
.sp-gnavi-item span {
  display: block;
  padding: 5px 20px 5px 10px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #00124d;
  text-decoration: none;
  background: url(../../images/arrow_r_blue.png) no-repeat right 5px center #fff;
  background-size: auto 0.8em;
}

.sp-gnavi-item span {
  background-image: none;
}

.sp-gnavi-nest {
  padding-left: 20px;
}

.sp-gnavi-nest .sp-gnavi-item a {
  padding: 2px 20px 2px 10px;
  color: #fff;
  background-color: transparent;
  background-image: url(../../images/arrow_r_wh.png);
}

.sp-gnavi-nest .sp-gnavi-item:last-child a {
  margin-bottom: 10px;
}

/* ===============================

フッター

=============================== */
.footerlogo {
  margin-bottom: 5px;
  text-align: center;
}

.footerlogo img {
  width: auto;
  height: 27px;
}

.footer-sitemaplink {
  margin-top: 0;
  text-align: center;
}

.footer-sitemaplink a {
  display: inline-block;
  padding: 2px 15px 2px 10px;
  margin-top: 5px;
  font-size: 0.8em;
  color: #000;
  text-decoration: none;
  background: url(../../images/arrow_r_bk.png) no-repeat right 5px center #fff;
  background-size: auto 0.7em;
  border-radius: 20px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.footer-sitemaplink a:hover {
  background-color: #c6c6c6;
}

.footer-wrapper {
  padding: 30px 0 20px 0;
  background-color: #000;
}

.footer-shisha-container {
  padding: 0 30px;
}

.footer-shisha {
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-shisha-item {
  margin-bottom: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.footer-shisha-name {
  padding-bottom: 0.5em;
  margin: 0;
  border-bottom: solid 1px #e60012;
}

.footer-shisha-phone,
.footer-shisha-address {
  margin: 5px 0 0 0;
}

.footer-shisha-phone a {
  color: #fff;
}

.footer-shisha-address a {
  display: inline-block;
  padding: 2px 15px 2px 10px;
  margin-top: 5px;
  font-size: 0.8em;
  color: #000;
  text-decoration: none;
  background: url(../../images/arrow_r_bk.png) no-repeat right 5px center #fff;
  background-size: auto 0.7em;
  border-radius: 20px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.footer-shisha-address a:hover {
  background-color: #c6c6c6;
}

.footer-bnr-box {
  margin-top: 50px;
  margin-bottom: 20px;
}

.footer-bnr-item {
  margin-bottom: 20px;
}

.footer-bnr {
  margin: 0 auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.footer-bnr:hover {
  opacity: 0.8;
}

a.privacypolicyLink {
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 12px;
  color: #fff;
  vertical-align: bottom;
  background: url(../../images/arrow_r_wh.png) no-repeat right center/auto 0.7em;
}

a.privacypolicyLink:hover {
  text-decoration: none;
}

.copyright {
  margin: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .footer-shisha-container {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .footer-wrapper {
    padding: 40px 0 20px 0;
  }
  .footerlogo img {
    height: 35px;
  }
  .footer-shisha {
    margin-right: -10px;
    margin-left: -10px;
  }
  .footer-shisha-item {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 30px;
    font-size: 14px;
  }
  .footer-shisha-name {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .copyright {
    margin: 0;
    font-size: 12px;
  }
}

/* ページの先頭に戻るボタン */
#pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#pageTop.pageTop-top {
  bottom: 95px;
}

#pageTop a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../../images/arrow_t_wh.png) no-repeat center #393939;
  background-size: 20px auto;
  border-radius: 5px;
  opacity: 0.7;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#pageTop a:hover {
  opacity: 1;
}

/* プライベート花火のバナー */
#privateBnr {
  position: fixed;
  right: 0;
  bottom: 20px;
}

#privateBnr a {
  display: block;
  padding: 10px 40px 10px 15px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: url(../../images/arrow_r_wh.png) no-repeat right 10px center #e60012;
  background-size: auto 20px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#privateBnr a:hover {
  opacity: 1;
}

/* ===============================

エントリー

=============================== */
/* 横幅縮めたい */
@media screen and (min-width: 480px) {
  body.news .entry,
  body.project-news .entry,
  body.enka .entry,
  body.sitemap .entry,
  body.recruit .entry,
  body.company .entry,
  body.privacypolicy .entry,
  .entry.entry404 {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 769px) {
  body.news .entry,
  body.project-news .entry,
  body.enka .entry,
  body.sitemap .entry,
  body.recruit .entry,
  body.company .entry,
  body.privacypolicy .entry,
  .entry.entry404 {
    padding-right: 100px;
    padding-left: 100px;
  }
}

/* 見出し大 */
.acms-entry h2 {
  padding: 5px 20px 5px 15px;
  margin: 0 10px 25px 10px;
  font-size: 24px;
  color: #fff;
  background: #6f6f6f;
  border-left: solid 5px #e60012;
}

/* 見出し中 */
.acms-entry h3 {
  position: relative;
  padding-bottom: 5px;
  margin: 0 10px 20px 10px;
  font-size: 20px;
  color: #000;
  border-bottom: solid 3px #b6b6b6;
}

.acms-entry h3::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 40px;
  height: 3px;
  content: "";
  background: #e60012;
}

/* 見出し小 */
.acms-entry h4 {
  margin: 0 10px 10px 10px;
  font-size: 18px;
}

/* 本文 */
.entry-column p {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.7;
}

/* リンク */
.entry-column a:link {
  color: #006dd9;
  text-decoration: none;
}

.entry-column a:hover,
.entry-column a:focus,
.entry-column a:active {
  text-decoration: underline;
}

.entry-column a:visited {
  color: #7f5ad7;
  text-decoration: none;
}

/* エントリー内コンテナー */
.entry-container {
  margin: 0 10px;
}

[class^=column-table] .entry-container {
  margin-bottom: 30px;
  overflow-x: auto;
}

[class^=column-table] table {
  margin-bottom: 0;
}

/* テーブル */
.entry-column table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}

.entry-column th,
.entry-column td {
  display: block;
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.entry-column th {
  font-weight: bold;
  background: #f5f5f5;
}

/* 地図 */
[class^=column-map] {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  /* 見出し大 */
  .acms-entry h2 {
    padding: 10px 20px;
    font-size: 28px;
  }
  /* 見出し中 */
  .acms-entry h3 {
    font-size: 24px;
  }
  /* 見出し小 */
  .acms-entry h4 {
    font-size: 20px;
  }
  /* テーブル */
  .entry-column th,
  .entry-column td {
    display: table-cell;
    padding: 15px 20px;
  }
}

/* エントリー内ボタン */
.entry-column p.entry-btn {
  margin-bottom: 10px;
}

.entry-column p.entry-btn a {
  display: inline-block;
  padding: 5px 30px 5px 20px;
  font-weight: bold;
  color: #e60012;
  text-align: center;
  text-decoration: none;
  background: url(../../images/arrow_r_red.png) no-repeat right 10px center #fff;
  background-size: auto 0.8em;
  border: solid 2px #e60012;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.entry-column p.entry-btn a:hover {
  color: #fff;
  background-color: #e60012;
  background-image: url(../../images/arrow_r_wh.png);
}

/* リスト */
.entry-column ul {
  padding: 0 0 0 1.5em;
  margin: 0 10px 25px 10px;
}

.entry-column ul li {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.5;
}

.entry-column ul.summary-default {
  padding: 0;
}

.entry-column ul.summary-default li {
  margin: 0;
}

/* 番号付きリスト */
.entry-column ol {
  padding: 0 0 0 2em;
  margin: 0 10px 25px 10px;
}

.entry-column ol li {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.5;
}

/* 定義リスト */
.entry-column dl {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}

.entry-column dt {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.entry-column dd {
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 16px;
  line-height: 1.5;
}

/* 引用 */
.entry-column blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 20px 15px 16px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  background: #efefef;
  border-left: 4px solid #bfbfbf;
}

/* ソースコード */
.entry-column pre {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 30px 0;
}

.entry-column pre ol {
  padding: 0 0 0 2.5em;
  margin: 0;
}

.entry-column pre ol li {
  line-height: 1.5;
}

/* 区切り線 */
.entry-column hr {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* ユニット */
.entry-column .caption {
  margin: 0 0 20px 0;
  font-size: 13px;
}

.column-file-auto + .caption {
  margin-left: 10px;
}

/* 強調 */
.entry-column em {
  font-style: normal;
  font-weight: bold;
}

.entry-column strong {
  font-weight: bold;
  color: #e60012;
}

/* ===============================

ダウンロード画像登録

=============================== */
.entry-column .dlimage-table tr {
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.entry-column .dlimage-table tr:hover {
  background-color: #cbd4f2;
}

.entry-column .dlimage-table td {
  vertical-align: middle;
}

.entry-column .dlimage-table th,
.entry-column .dlimage-table td {
  padding: 8px 10px;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.entry-column .dlimage-table {
  width: 100%;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}

.entry-column .dlimage-table th,
.entry-column .dlimage-table td:first-child,
.entry-column .dlimage-table td:nth-last-child(2) {
  white-space: nowrap;
}

.entry-column .dlimage-table thead {
  background-color: #efefef;
}

.entry-column .dlimage-table a {
  color: #000;
  text-decoration: none;
}

/* 絞り込み検索用 */
.entry-column .dlimage-table tr.noword {
  display: none;
}

/* 絞り込み検索まど */
.sb-heading.sb-heading-search {
  padding-top: 0;
  padding-left: 0;
  color: #e60012;
  letter-spacing: 0;
  background-color: transparent;
}

.sb-heading.sb-heading-search span {
  margin-left: 10px;
  font-size: 0.9em;
  font-weight: normal;
  color: #000;
}

@media screen and (max-width: 330px) {
  .sb-heading.sb-heading-search span {
    margin-left: 5px;
    font-size: 0.8em;
  }
}

.search-area {
  padding: 8px;
  margin-bottom: 30px;
  background-color: #fad8db;
}

#search-text {
  width: 100%;
  padding: 10px;
  font-size: 14px;
}

/* notFound */
.not-found-message {
  padding-right: 10px;
  padding-left: 10px;
}

.main-container {
  margin-bottom: 60px;
}

/* ===============================

ページタイトル

=============================== */
.pagetitle-wrapper {
  margin-bottom: 20px;
  background: #edeeef;
}

.pagetitle-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pagetitle {
  margin: 0;
  font-size: 1.7em;
  font-weight: bold;
  color: #000;
}

@media screen and (min-width: 768px) {
  .pagetitle-wrapper {
    margin-bottom: 60px;
  }
  .pagetitle {
    font-size: 2em;
  }
}

@media screen and (min-width: 1024px) {
  .pagetitle-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* ===============================

トップページ

=============================== */
#mainphoto {
  position: relative;
}

/* スライダー部文のラッパー */
.mainphoto-wrapper {
  position: relative;
  margin-bottom: 60px;
  background: #fff;
}

/* スライダー（トップページ） */
.mainphoto-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.mainphoto-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mainphoto-text {
  position: absolute;
  bottom: 5px;
  left: 10px;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}

.mainphoto-text span.zokusei02 {
  color: #fff;
}

/* 下の丸 */
.slick-dots {
  position: absolute;
  /* #mainphotoにabsolute */
  bottom: -40px;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  text-indent: -10000px;
  background: #ddd;
  border: 0;
  border-radius: 5px;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: #e60012;
}

.slick-dots li button:focus {
  outline: 0;
}

@media screen and (min-width: 768px) {
  /* スライダー（トップページ） */
  .mainphoto-text {
    bottom: 15px;
    left: 20px;
    font-size: 16px;
  }
}

/* ========= 製品情報 ========= */
/* 背景とか */
.top-products-container {
  padding-top: 30px;
  padding-bottom: 20px;
}

/* 見出し */
.top-heading {
  margin-bottom: 30px;
  text-align: center;
}

.top-heading h2 {
  margin: 0;
  font-size: 26px;
  letter-spacing: 5px;
}

.top-heading p {
  margin: 0;
  font-size: 12px;
  font-style: italic;
  color: #e60012;
}

/* 三つのリンク */
.top-products-item {
  margin-bottom: 40px;
}

.top-products-item:nth-child(4) {
  margin-left: 16.5%;
}

@media screen and (max-width: 767px) {
  .top-products-item {
    margin-bottom: 20px;
  }
  .top-products-item:nth-child(4) {
    margin-left: 0;
  }
  .top-products-item:nth-child(odd) {
    padding-right: 5px;
  }
  .top-products-item:nth-child(even) {
    padding-left: 5px;
  }
}

.top-products-item-container {
  position: relative;
}

/* リンクの画像 */
.top-products-image-container {
  overflow: hidden;
}

.top-products-image {
  width: 100%;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.top-products-item:hover .top-products-image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (min-width: 480px) {
  .top-products-image {
    width: 100%;
    height: 200px;
  }
}

/* リンクのボタン */
.top-products-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
}

.top-products-link a {
  display: block;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  background: url(../../images/arrow_r_wh.png) no-repeat right 5px center rgba(0, 0, 0, 0.6);
  background-size: auto 0.8em;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.top-products-item:hover .top-products-link {
  background-color: black;
}

@media screen and (min-width: 480px) {
  .top-products-link a {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  /* 背景とか */
  .top-products-container {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  /* 見出し */
  .top-heading {
    margin-bottom: 30px;
    text-align: center;
  }
  .top-heading h2 {
    margin: 0;
    font-size: 26px;
  }
  /* リンクの画像 */
  .top-products-image {
    height: 240px;
  }
}

/* ========= お知らせ一覧 ========= */
/* 枠 */
.top-news-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #edeeef;
}

/* 見出し */
.top-news-heading {
  padding: 0 30px;
  margin-bottom: 40px;
  text-align: center;
}

.top-news-heading img {
  width: 100%;
  max-width: 407px;
}

/* ニュース一覧 */
.top-news {
  padding: 0;
  margin-bottom: 40px;
  list-style: none;
}

.top-news-item {
  padding: 20px;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
}

.top-news-item:last-child {
  border-bottom: 0;
}

.top-news-time {
  margin: 0;
  font-size: 0.8em;
  font-weight: bold;
}

.top-news-title {
  padding-left: 0.5em;
  margin: 0;
}

.top-news-title a {
  color: #202020;
  text-decoration: none;
}

.top-news-item:hover a {
  text-decoration: underline;
}

.top-news-new {
  display: inline-block;
  margin-left: 0.5em;
  color: #e60012;
}

.top-news-container .private-h-link a {
  max-width: 320px;
}

.linkbtn {
  text-align: center;
}

.linkbtn a {
  display: inline-block;
  height: 40px;
  padding: 0 40px;
  font-weight: bold;
  line-height: 40px;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: url(../../images/arrow_r_bk.png) no-repeat right 10px center #fff;
  background-size: auto 1em;
  border: solid 2px #000;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.linkbtn a:hover {
  color: #fff;
  background-color: #000;
  background-image: url(../../images/arrow_r_wh.png);
}

@media screen and (min-width: 480px) {
  .top-news-item {
    display: table;
    width: 100%;
  }
  .top-news-time {
    display: table-cell;
    width: 13em;
  }
  .top-news-title {
    display: table-cell;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .top-news-item {
    padding: 40px;
  }
  .top-news-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* ツイッター */
.top-twitter-container {
  max-width: 700px;
}

.twitter-box {
  max-height: 400px;
  overflow-y: auto;
}

/* ===============================

お知らせ（個別ページ）

=============================== */
/* タイトル部分 */
.press-titlebox {
  margin: 0 0 30px 0;
}

.press-date {
  display: inline-block;
  margin-right: 0.8em;
}

.press-new {
  margin-left: 0.5em;
  color: #e60012;
}

.press-label {
  display: inline-block;
  min-width: 8em;
  padding: 0.0725em 0.5em;
  font-size: 0.85em;
  text-align: center;
  vertical-align: 0.1em;
}

.press-label small {
  vertical-align: 0.1em;
}

.press-label.is-omocha_hanabi {
  background-color: #c8dffa;
}

.press-label.is-enka {
  background-color: #f8c6c6;
}

.press-label.is-workshop {
  background-color: #f8e5bc;
}

.press-label.is-toys {
  background-color: #d4f1e6;
}

.press-label.is-others {
  background-color: #d1d1d1;
}

.press-title-info {
  margin-bottom: 10px;
  font-size: 15px;
}

.press-title {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-size: 20px;
  border-bottom: solid 4px #aaa;
}

@media screen and (min-width: 768px) {
  .press-title {
    font-size: 28px;
  }
}

/* ダウンロードのボタン */
.press-dl {
  margin-top: 40px;
  margin-bottom: 40px;
}

.press-dl-btn {
  display: block;
  max-width: 400px;
  padding: 10px 30px;
  margin: 0 auto;
  background-color: #4d4d4d;
  border-radius: 10px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.press-dl-btn:hover, .press-dl-btn:active {
  background-color: #111;
}

/* ===============================

プレスリリース（一覧ページ）

=============================== */
.summary-press {
  margin-bottom: 100px;
}

.summary-press-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.summary-press-info {
  padding: 20px 5px 0;
  margin: 0 0 7px;
  font-size: 0.8em;
}

.summary-press-time,
.summary-press-label {
  display: inline-block;
  margin-bottom: 3px;
}

.summary-press-title {
  padding: 0 5px 20px;
  margin: 0;
  border-bottom: solid 1px #ddd;
}

.summary-press-title a:link,
.summary-press-title a:visited {
  color: #000;
  text-decoration: none;
}

.summary-press-title a:hover {
  color: #000;
  text-decoration: underline;
}

.summary-press-title .icon-pdf {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.2em;
  background: url(../../images/icon_pdf.svg) no-repeat center/100%;
}

.summary-press-title_pdf {
  margin-right: 0.5em;
}

@media screen and (min-width: 1024px) {
  .summary-press-list {
    display: table;
    width: 100%;
  }
  .summary-press-item {
    display: table-row;
  }
  .summary-press-info {
    display: table-cell;
    padding: 23px 1.5em 20px 5px;
    white-space: nowrap;
    vertical-align: top;
    border-bottom: solid 1px #ddd;
  }
  .summary-press-title {
    display: table-cell;
    padding: 20px 5px 20px 0;
    vertical-align: top;
  }
  .summary-press-time {
    width: 11em;
  }
  .summary-press-label {
    width: 18em;
    vertical-align: top;
  }
}

/* 絞り込み */
.serchTerms {
  margin-bottom: 20px;
}

.serchTerms select {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  font-size: 14px;
  border: 0;
  border-bottom: solid 1px #000;
  border-radius: 0;
}

.serchTerms select[name="date"] {
  margin-right: 1em;
}

/* ------------------------------
　　ページャー
------------------------------ */
.pager {
  padding: 0;
  margin: 40px -5px 50px -5px;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline-block;
  margin: 0 5px 5px 5px;
  font-size: 13px;
}

.pager li.cur {
  /* 現在いる位置 */
  padding: 5px 20px;
  color: #fff;
  background: #999;
  border-radius: 3px;
}

.pager-link {
  display: block;
  padding: 5px 20px;
  color: #333;
  text-decoration: none;
  background: #e5e5e5;
  border-radius: 3px;
}

.pager-link:visited,
.pager-link:focus,
.pager-link:active {
  color: #333;
}

.pager-link:hover {
  color: #fff;
  text-decoration: none;
  background: #333;
}

.pager-link-forward {
  float: right;
}

.pager-link-prev {
  float: left;
}

@media screen and (min-width: 768px) {
  .pager-link {
    padding: 5px 10px;
  }
  .pager li.cur {
    /* 現在いる位置 */
    padding: 5px 10px;
  }
}

/* 前後リンク */
.serial-nav {
  padding: 20px 0 0 0;
  margin: 0 0 60px 0;
  list-style: none;
}

.serial-nav .serial-nav-item-prev {
  float: left;
}

.serial-nav .serial-nav-item-next {
  float: right;
}

.serial-nav .serial-nav-item-prev a,
.serial-nav .serial-nav-item-next a {
  display: inline-block;
  color: #000;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.serial-nav .serial-nav-item-prev a {
  padding: 5px 15px 5px 25px;
  background: url(../../images/arrow_l_bk.png) no-repeat left 10px center #e5e5e5;
  background-size: auto 0.7em;
}

.serial-nav .serial-nav-item-next a {
  padding: 5px 25px 5px 15px;
  background: url(../../images/arrow_r_bk.png) no-repeat right 10px center #e5e5e5;
  background-size: auto 0.7em;
}

.serial-nav .serial-nav-item-prev a:hover {
  color: #fff;
  background-color: #999;
  background-image: url(../../images/arrow_l_wh.png);
}

.serial-nav .serial-nav-item-next a:hover {
  color: #fff;
  background-color: #999;
  background-image: url(../../images/arrow_r_wh.png);
}

/* ===============================

煙火（一覧ページ）

=============================== */
/* 枠 */
.enka-item-wrapper {
  position: relative;
  margin-bottom: 45px;
  background: #edeeef;
}

/* 写真 */
.enka-item-photo {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* テキストの枠 */
.enka-item-text {
  padding: 20px 20px 30px 20px;
}

/* 見出し */
.enka-item-title {
  margin: 0 0 25px 0;
  font-size: 24px;
  color: #000;
}

.enka-item-title::after {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 10px;
  content: "";
  background: #e60012;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.enka-item-text:hover .enka-item-title::after {
  width: 100%;
}

/* リンクのボタン */
.enka-item-link {
  margin: 20px 0 0 0;
  text-align: center;
}

.enka-item-link a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../../images/arrow_r_bk.png) no-repeat center #fff;
  background-size: 15px auto;
  border: solid 1px #000;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.enka-item-text:hover .enka-item-link a {
  background-color: #000;
  background-image: url(../../images/arrow_r_wh.png);
}

@media screen and (min-width: 480px) {
  /* 写真 */
  .enka-item-photo {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .photo-left .enka-item-photo {
    left: 0;
  }
  .photo-right .enka-item-photo {
    right: 0;
  }
  /* テキストの枠 */
  .enka-item-text {
    width: 50%;
    min-height: 300px;
  }
  .photo-left .enka-item-text {
    margin-left: 50%;
  }
  .photo-right .enka-item-text {
    margin-right: 50%;
  }
}

@media screen and (min-width: 768px) {
  /* テキストの枠 */
  .enka-item-text {
    padding: 30px 40px;
  }
  /* リンクのボタン */
  .enka-item-link {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1024px) {
  /* テキストの枠 */
  .enka-item-text {
    padding: 60px 75px 75px;
  }
  /* 見出し */
  .enka-item-title {
    font-size: 30px;
  }
  /* リンクのボタン */
  .enka-item-link {
    margin-top: 50px;
  }
  .enka-item-link a {
    width: 70px;
    height: 70px;
    background-size: 20px auto;
  }
}

/* ===============================

煙火（個別ページ）

=============================== */
/* タイトル */
.enka-title h1 {
  position: relative;
  padding: 0 0 15px 0;
  margin: 0 0 40px 0;
  font-size: 30px;
  text-align: center;
}

.enka-title h1::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 40px;
  height: 5px;
  margin-left: -20px;
  content: "";
  background: #e60012;
}

/* 他のページへのリンク部分 */
.nowpage {
  position: relative;
  padding: 25px 0;
  margin: 195px 0 0 0;
  font-weight: bold;
  text-align: center;
}

.nowpage::before {
  position: absolute;
  top: -115px;
  left: 50%;
  width: 1px;
  height: 115px;
  content: "";
  background-color: #000;
}

.otherpage-item {
  display: table;
  width: 100%;
}

.otherpage-image {
  display: table-cell;
  width: 100px;
}

.otherpage-image img {
  width: 100%;
  vertical-align: middle;
}

.otherpage-link {
  display: table-cell;
  vertical-align: middle;
}

.otherpage-link a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.otherpage-back .otherpage-item {
  padding: 20px 20px 20px 55px;
  background: url(../../images/arrow_l_bk.png) no-repeat left 20px center;
  background-size: 0.9em;
  border-top: solid 1px #000;
}

.otherpage-next .otherpage-item {
  padding: 20px 55px 20px 20px;
  background: url(../../images/arrow_r_bk.png) no-repeat right 20px center;
  background-size: 0.9em;
  border-top: solid 1px #000;
}

.otherpage-item {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.otherpage-item:hover {
  background-color: #ffdee0;
}

.otherpage-back .otherpage-link {
  padding-left: 20px;
  text-align: left;
}

.otherpage-next .otherpage-link {
  padding-right: 20px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  /* タイトル */
  .enka-title h1 {
    font-size: 35px;
  }
  /* 他のページへのリンク部分 */
  .otherpage-image {
    width: 160px;
  }
  .otherpage-back .otherpage-item,
  .otherpage-next .otherpage-item {
    padding-top: 40px;
    padding-bottom: 40px;
    border: 0;
  }
  .otherpage-back {
    border-right: solid 1px #00124d;
  }
}

/* ===============================

プライベート花火（個別ページ）

=============================== */
/* プライベート花火は横幅広げちゃう */
body#eid-26 .entry {
  padding-right: 0;
  padding-left: 0;
}

/* 最初の文章 */
.private-leadtext {
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

/* 各アイテム */
.p-t-item-container {
  margin-bottom: 50px;
}

/* 項目名 */
.p-t-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  color: #00bdcc;
  text-align: center;
  letter-spacing: 2px;
}

/* 画像 */
.p-t-image {
  position: relative;
  margin: 0 -10px 15px -10px;
}

.p-t-image img {
  width: 100%;
}

/* テキスト */
.p-t-heading {
  position: relative;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  border-bottom: solid 3px #b6b6b6;
}

.p-t-heading::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 40px;
  height: 3px;
  content: "";
  background: #e60012;
}

.p-t-heading h3 {
  margin: 0;
  font-size: 20px;
}

.p-t-heading p {
  margin: 0;
  font-size: 10px;
  font-weight: bold;
  color: #e60012;
  letter-spacing: 3px;
}

.p-t-setsumei p {
  margin: 0;
}

/* バナー */
.p-t-bnner-container {
  margin-top: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #e60012;
  text-align: center;
}

.p-t-tel {
  color: #e60012;
  text-decoration: none;
}

@media screen and (min-width: 480px) {
  .p-t-image {
    margin: 0 0 10px 0;
  }
  .p-t-text {
    padding: 0 10px;
  }
  .p-t-heading h3 {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  /* 項目名 */
  .p-t-title {
    letter-spacing: 0;
  }
  /* バナー */
  .p-t-bnner-container {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-t-item-container:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 1024px) {
  .p-t-item-container:nth-child(3n+1) {
    clear: both;
  }
}

/* トイあわせ */
.private_contact {
  padding: 30px 30px 10px;
  background-color: #ffe5e5;
  border-radius: 40px;
}

.private_contact_links {
  margin: 0 -15px;
  text-align: center;
}

.private_contact_tel {
  display: inline-block;
  padding-left: 1.3em;
  margin: 0 15px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #e60012;
  text-decoration: none;
  background: url(../../images/telicon2_red.png) no-repeat left center/1.1em auto;
}

@media screen and (min-width: 480px) {
  .private_contact_tel {
    font-size: 26px;
  }
}

.private_contact_mail {
  display: inline-block;
  padding: 7px 42px;
  margin: 0 15px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: 2px;
  cursor: pointer;
  background: url(../../images/arrow_r_wh.png) no-repeat right 10px center/auto 0.8em #e60012;
  border-radius: 40px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media screen and (min-width: 480px) {
  .private_contact_mail {
    min-width: 300px;
  }
}

.private_contact_mail::before {
  display: inline-block;
  width: 1.2em;
  height: 1em;
  margin-right: 5px;
  vertical-align: -1px;
  content: "";
  background-image: url(../../images/icon_mail_wh.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ===============================

玩具花火（一覧ページ）

=============================== */
/* アイコンの説明 */
.icon-disc-container {
  margin-bottom: 20px;
}

.icon-desc-button a {
  text-decoration: none;
}

.icon-desc-container {
  margin-bottom: 10px;
}

.icon-disc-caution {
  margin: 0;
  font-size: 10px;
}

@media screen and (min-width: 480px) {
  .icon-disc-caution {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .icon-disc-container {
    margin-top: -40px;
  }
}

/* 一覧の見出し */
.gz-list-heading {
  position: relative;
  margin-bottom: 40px;
  font-size: 20px;
  color: #000;
  text-align: center;
}

.gz-list-heading.newitem-heading {
  margin-top: 80px;
}

.gz-list-heading span {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 85%;
  padding: 0 10px;
  background-color: #fff;
}

.gz-list-heading::after {
  position: absolute;
  top: 50%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  content: "";
  background-color: #9f9f9f;
}

/* ===============================

商品紹介の一覧

=============================== */
/* カテゴリー別に表示 */
.refine {
  margin-bottom: 40px;
  overflow: hidden;
  background: #9cb6da;
  border-radius: 10px;
}

.refine-head {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #003f85;
}

.refine-body {
  padding: 8px;
  margin: 0;
}

.refine-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.refine-list-item {
  width: 100%;
  padding: 5px;
}

.refine-btn {
  display: block;
  padding: 8px 25px;
  font-size: 14px;
  color: #003f85;
  text-align: center;
  text-decoration: none;
  background: url(../../images/arrow_r_blue.png) no-repeat right 5px center #fff;
  background-size: auto 0.7em;
  border: solid 1px #003f85;
  border-radius: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.refine-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #003f85;
  background-image: url(../../images/arrow_r_wh.png);
}

@media screen and (min-width: 580px) {
  .refine-list-item {
    width: 50%;
    padding: 5px;
  }
}

@media screen and (min-width: 768px) {
  .refine-list-item {
    width: 33.33%;
  }
}

@media screen and (min-width: 1024px) {
  .refine {
    display: table;
    width: 100%;
  }
  .refine-head,
  .refine-body {
    display: table-cell;
    vertical-align: middle;
  }
  .refine-head {
    width: 10em;
  }
}

/* シリーズで絞り込みのところのレスポンシブ用 */
@media screen and (max-width: 479px) {
  .refine-list-item:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
  .refine-list-item:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 1024px) {
  .refine-list-item:nth-child(4n+1) {
    clear: both;
  }
}

/* 一覧の表示のレスポンシブ用 */
@media screen and (max-width: 479px) {
  .gz-list-item-wrap:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
  .gz-list-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .other-item .gz-list-item-wrap:nth-child(3n+1) {
    clear: none;
  }
}

@media screen and (min-width: 1024px) {
  .gz-list-item-wrap:nth-child(4n+1) {
    clear: both;
  }
}

.gz-list-item {
  position: relative;
  margin-bottom: 30px;
}

.gz-list-item-image {
  padding: 10px;
  margin: 0 0 10px;
  background: #fff;
  border: 1px #9cb6da solid;
  border-radius: 10px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.gz-list-item:hover .gz-list-item-image {
  opacity: 0.5;
}

.gz-list-title {
  margin: 0 0 7px 0;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}

.gz-list-title a {
  color: #000;
  text-decoration: none;
}

.gz-list-item:hover .gz-list-title a {
  text-decoration: underline;
}

.gz-list-icon {
  text-align: center;
}

.gz-list-icon img {
  width: 20px;
  border-radius: 3px;
}

.new-icon {
  position: absolute;
  top: -5px;
  left: -8px;
  z-index: 100;
  width: 34px;
  height: 34px;
  font-size: 10px;
  font-weight: bold;
  line-height: 34px;
  color: #fff;
  text-align: center;
  background: #dd2526;
  border-radius: 17px;
}

/* リンクのボタン */
.gz-list-link {
  margin-top: 0;
  text-align: center;
}

.gz-list-link a {
  display: inline-block;
  height: 2.5em;
  padding: 0 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5em;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: url(../../images/arrow_r_bk.png) no-repeat right 5px center #fff;
  background-size: auto 0.8em;
  border: solid 1px #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gz-list-link a:hover {
  color: #fff;
  background-color: #000;
  background-image: url(../../images/arrow_r_wh.png);
}

@media screen and (min-width: 768px) {
  .gz-list-item-container {
    min-height: 340px;
  }
  .gz-list-item-new {
    width: 50px;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
  }
  /* リンクのボタン */
  .gz-list-link a {
    height: 3em;
    padding: 0 40px;
    line-height: 3em;
    background-position: right 10px center;
    background-size: auto 0.9em;
  }
}

@media screen and (min-width: 1024px) {
  /*
  .gz-list-item-container {
    min-height: 360px;
  }
*/
  /* リンクのボタン */
  .private-h-link a {
    padding: 0 50px;
  }
}

/* ===============================

トレンドとおススメの個別ページ

=============================== */
.ms-info {
  margin-bottom: 40px;
}

/* シリーズ名 */
.ms-series {
  margin: 0 0 10px 0;
  font-weight: bold;
}

/* シリーズロゴ */
.series-logo {
  max-width: 80px;
  height: auto;
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle;
}

/* 実用新案マーク */
.jitsuyou-mark {
  display: inline-block;
  height: 16px;
  padding: 0 5px;
  margin: 0 0 0 5px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  background: #999;
}

/* 商品名（エントリーのタイトル） */
.ms-title {
  margin: 0 0 40px 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 480px) {
  .ms-title {
    font-size: 30px;
  }
}

/* スライダー部分 */
#slider-for {
  margin-bottom: 30px;
}

.ms-slider-item img {
  width: 100%;
}

#slider-nav {
  margin: 0 -5px 30px -5px;
  margin-bottom: 30px;
}

#slider-nav .slick-list {
  padding: 0 !important;
}

.ms-slider-nav-item {
  width: 16.6%;
  padding: 0 5px;
  margin-bottom: 10px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.ms-slider-nav-item:hover,
.ms-slider-nav-item.slick-center {
  opacity: 1;
}

.ms-slider-nav-item img {
  width: 100%;
  border: solid 1px #ccc;
}

/* スライダーの矢印 */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 25px;
  height: 35px;
  margin-top: -13px;
  text-indent: -9999px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}

.slick-prev {
  left: 10px;
  background-image: url(../../images/arrow_l_bk.png);
}

.slick-next {
  right: 10px;
  background-image: url(../../images/arrow_r_bk.png);
}

@media screen and (min-width: 480px) {
  .ms-slider-container {
    padding-right: 30px;
  }
}

/* NEWアイコン */
.ms-slider-container {
  position: relative;
}

.ms-slider-container .new-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 40px;
  height: 40px;
  font-size: 10px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #dd2526;
  border-radius: 20px;
}

/* 商品情報 */
.shouhin-comment {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 1.7;
}

.gangu-info + .shouhin-comment {
  margin: 30px 0 0 0;
}

.gangu-info {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  border-top: solid 2px #ddd;
}

.gangu-info::after {
  display: block;
  clear: both;
  content: "";
}

.gangu-info dt {
  float: left;
  width: 12.5em;
  padding: 10px 0.5em;
  font-weight: bold;
}

.gangu-info dd {
  padding: 10px 0.5em 10px 9em;
  margin: 0;
  border-bottom: solid 2px #ddd;
}

.gangu-info dd.gangu-info-icon {
  padding: 10px 0.5em 5px 12.5em;
}

.gangu-shurui-icon {
  display: inline-block;
  margin: 0 5px 5px 0;
  text-align: center;
}

.gangu-shurui-icon img {
  width: 40px;
  vertical-align: middle;
  border-radius: 8px;
}

.gangu-shurui-icon span {
  display: block;
  font-size: 10px;
}

.gangu-shurui-caution {
  margin: 0;
  font-size: 10px;
  line-height: 1.3;
}

/* その他の商品 */
.other-item {
  background: #f3f3f3;
}

.other-item-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.other-item-heading {
  margin: 0 0 20px 0;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.other-item-heading {
  position: relative;
}

.other-item-heading span {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 85%;
  padding: 0 10px;
  background-color: #f3f3f3;
}

.other-item-heading::after {
  position: absolute;
  top: 50%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  content: "";
  background-color: #9f9f9f;
}

.other-item.gangu-index {
  margin-bottom: 50px;
  background: 0;
}

.other-item.gangu-index .other-item-container {
  padding-top: 0;
  padding-bottom: 0;
}

.other-item.gangu-index .other-item-heading span {
  background-color: #fff;
}

/* 情報欄 */
.shousai-info-container {
  margin-bottom: 40px;
  overflow-x: auto;
}

.shousai-info {
  width: 100%;
  font-size: 14px;
}

.shousai-info th,
.shousai-info td {
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  border-bottom: solid 1px #dfdfdf;
}

.shousai-info th {
  background: #f9d5d7;
}

/* ===============================

商品案内（一覧ページ）

=============================== */
/* ログインしてない時 */
.acms-admin-loginBox-container {
  max-width: none;
  margin-bottom: 50px;
}

.acms-admin-loginBox {
  max-width: none;
}

.acms-admin-loginBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: #efefef;
  border: solid 2px #ddd;
  border-radius: 0;
}

.acms-admin-loginBox .acms-admin-form {
  text-align: center;
}

.acms-admin-loginBox .acms-admin-form input {
  margin-right: 20px;
  margin-bottom: 0;
}

.catalog-loginheader {
  margin: 0;
  font-size: 100%;
}

@media (max-width: 767px) {
  .acms-admin-loginBox-container {
    margin-bottom: 40px;
  }
  .acms-admin-loginBox .acms-admin-form {
    text-align: left;
  }
  .acms-admin-form input.catalog-loginpass {
    width: 100%;
  }
  .acms-admin-form button.catalog-loginbtn {
    width: 100%;
    margin-top: 20px;
  }
  .acms-admin-loginBox .acms-admin-form input {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* エラーメッセージ非表示時のスタイル */
.validator-result-,
.validator-result-1,
.v-result-,
.v-result-1 {
  display: none;
}

/* エラーメッセージ表示時のスタイル */
.validator-result-error,
.validator-result-0,
.v-result-error,
.v-result-0 {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #f00;
}

.catalog-item {
  margin-bottom: 40px;
}

.catalog-hyoushi {
  padding: 0 70px;
  margin: 0 0 10px;
}

.catalog-hyoushi img {
  width: 100%;
}

.catalog-name {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.catalog-name span {
  display: block;
  font-size: 14px;
}

.catalog-pdf-dl,
.catalog-photo-dl {
  display: table;
  width: 100%;
}

.catalog-pdf-dl a,
.catalog-photo-dl a {
  display: table-cell;
  height: 60px;
  padding: 0 20px 0 10px;
  font-size: 13px;
  font-weight: bold;
  color: #00124d;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background: url(../../images/arrow_r_blue.png) no-repeat right 5px center #fff;
  background-size: auto 0.9em;
  border: solid 1px #00124d;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.catalog-pdf-dl a span {
  display: inline-block;
  font-size: 11px;
}

.catalog-pdf-dl a:hover,
.catalog-photo-dl a:hover {
  color: #fff;
  background-color: #00124d;
  background-image: url(../../images/arrow_r_wh.png);
}

.catalog-comment {
  font-size: 11px;
  color: #f51e1f;
}

@media screen and (min-width: 768px) {
  .catalog-item {
    margin-bottom: 60px;
  }
  .catalog-hyoushi {
    padding: 0 0 0 10px;
    margin: 0;
  }
  .catalog-body {
    padding: 0 10px 0 15px;
    margin: 0;
  }
  .catalog-hyoushi img {
    width: 100%;
  }
  .catalog-name {
    line-height: 1.2;
    text-align: left;
  }
  .catalog-name span {
    display: inline-block;
    font-size: 12px;
  }
  .catalog-pdf-dl,
  .catalog-photo-dl {
    margin: 0 0 8px;
  }
  .catalog-pdf-dl a,
  .catalog-photo-dl a {
    height: auto;
    padding: 8px 20px 8px 10px;
    margin: 0 0 10px;
    line-height: 1.5;
    text-align: left;
    border: solid 1px #00124d;
  }
  .catalog-pdf-dl a span {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .catalog-name {
    font-size: 18px;
  }
  .catalog-item:nth-child(odd) {
    padding-right: 30px;
  }
  .catalog-item:nth-child(even) {
    padding-left: 30px;
  }
}

.catalog-item-noin {
  margin: 0 0 40px;
}

.catalog-hyoushi-noin {
  padding: 0 20px;
  margin: 0 0 20px;
}

.catalog-name-noin {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

/* ===============================

商品案内（個別ページ）

=============================== */
/* サイドバー */
.sidebar-container {
  margin-bottom: 20px;
}

/* サイドバーのアイテム */
.sb-item {
  margin-bottom: 20px;
}

/* 見出し */
.sb-heading {
  padding: 5px 10px;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 2px;
  background: #000;
}

/* ナビゲーション */
.sb-navi ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sb-navi li a {
  display: block;
  padding: 4px 25px 3px 15px;
  font-size: 13px;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  background-color: #bcbcbc;
  background-image: url(../../images/arrow_r_wh.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: auto 0.7em;
  border-top: solid 1px #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.sb-navi li a:hover {
  opacity: 0.8;
}

.sb-navi li.stay a {
  font-weight: bold;
  color: #fff;
  background-color: #646464;
}

.sb-navi li.stay li a {
  padding-left: 30px;
  color: #000;
  background-color: #e4e4e4;
  background-image: url(../../images/arrow_r_bk.png);
}

/* 違うページのナビを消す */
.sb-navi li > ul {
  display: none;
}

.sb-navi li.stay > ul {
  display: block;
}

.sb-list {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}

.sb-list-item {
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  border-left: solid 1px #666;
}

.sb-list-link {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.sb-list-link:hover {
  background-color: #bbc5e8;
}

/* エントリーのタイトル */
.entry-title {
  padding: 10px 15px;
  margin-top: 0;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  border: solid 2px #000;
}

@media screen and (min-width: 768px) {
  /* サイドバー */
  .sidebar-container {
    width: 240px;
    margin-bottom: 60px;
  }
  /* サイドバーの固定用のスタイル */
  #fixsidebar {
    position: relative;
  }
  #sidebar {
    position: relative;
  }
  #sidebar.norelative {
    position: static;
  }
  .sidebar-container.fixbar {
    position: fixed;
    top: 100px;
  }
  .sidebar-container.absolutebar {
    position: absolute;
    bottom: 0;
    left: 10px;
  }
  /* エントリーのタイトル */
  .entry-title {
    font-size: 24px;
    border: solid 3px #000;
  }
}

@media screen and (min-width: 1024px) {
  /* サイドバー */
  .sidebar-container {
    width: 260px;
  }
}

/* ===============================

会社概要（一覧ページ）

=============================== */
body#eid-.company .pagetitle-wrapper {
  margin-bottom: 0;
}

.background-movie-wrapper {
  background: #000;
}

.background-movie-container {
  max-width: 1000px;
  margin: 0 auto;
}

.background-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  margin: 0 auto;
  overflow: hidden;
}

.background-movie-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}

#background-movie-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
@media screen and (min-width:1024px) {
  #background-movie-player {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
}
*/
/* 背景 */
.main-wrapper.goaisatsu-wrapper {
  display: none;
  padding-top: 40px;
  padding-bottom: 100px;
  margin-top: -40px;
  margin-bottom: -60px;
  background: url(../../images/company/goaisatsu_bg.jpg) no-repeat center top;
  background-size: 100% auto;
}

.goaisatsu-title {
  margin-bottom: 40px;
  text-align: center;
}

.goaisatsu-title img {
  width: 255px;
  height: auto;
}

.goaisatsu-name {
  margin-bottom: 70px;
  text-align: center;
}

.goaisatsu-name img {
  width: 110px;
  height: auto;
}

.goaisatsu-text {
  margin-bottom: 40px;
}

.goaisatsu-text br {
  display: none;
}

.company-links-btn {
  text-align: center;
}

.company-links-btn a {
  display: block;
  width: 100%;
  max-width: 370px;
  padding: 15px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  background: url(../../images/arrow_r_bk.png) no-repeat right 8px center #fff;
  background-size: auto 0.9em;
  border: solid 1px #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.company-links-btn a:hover {
  color: #fff;
  background-color: #000;
  background-image: url(../../images/arrow_r_wh.png);
}

@media screen and (min-width: 480px) {
  .goaisatsu-text {
    line-height: 1.8;
    text-align: center;
  }
  .goaisatsu-text br {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .company .main-wrapper {
    padding-top: 60px;
    margin-top: -60px;
    background-position: center;
  }
  .goaisatsu-title img {
    width: 300px;
  }
  .goaisatsu-name img {
    width: 130px;
  }
  .company-links-btn a {
    padding: 20px 0;
    font-size: 20px;
    letter-spacing: 5px;
  }
}

/* ===============================

お問い合わせ

=============================== */
.contact-box h2 {
  padding-bottom: 5px;
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
  border: 0;
  border-bottom: solid 2px #eee;
}

.contact-box p.message {
  margin: 0 0 35px 0;
  font-weight: bold;
  color: #c41134;
}

.contact-box p.contact-no {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.contact-box p.contact-no .telicon {
  width: auto;
  height: 0.9em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.contact-box p.contact-no a {
  color: inherit;
  text-decoration: none;
}

.contact-box p.tel-time {
  text-align: center;
}

.contact-box p.error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #c41134;
}

.contact-form {
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  /*  background: #E5E5E5; */
}

.contact-form-group {
  padding: 0;
  margin: 0;
  border: 0;
}

.contact-form-label {
  display: block;
  padding: 10px 10px 0 10px;
  margin: 0;
  text-align: left;
}

.contact-form-control {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.contact-form-label {
  font-weight: bold;
}

.contact-form-grid {
  margin: 0 -5px;
}

.contact-form-col {
  padding: 0 5px;
  margin: 0 0 10px 0;
}

.contact-form-col:last-child {
  margin: 0;
}

.privatecheck {
  max-width: 920px;
  margin: 40px auto;
  font-size: 13px;
}

.privatecheck a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .contact-box h2 {
    font-size: 20px;
  }
  .contact-box p.contact-no {
    font-size: 40px;
  }
  .contact-form {
    display: table;
    width: 100%;
  }
  .contact-form-group {
    display: table-row;
  }
  .contact-form-label,
  .contact-form-control {
    display: table-cell;
  }
  .contact-form-label {
    width: 33.33333%;
    padding: 25px 15px 15px 15px;
    vertical-align: top;
    border-bottom: 1px solid #e5e5e5;
  }
  .contact-form-control {
    width: 66.66667%;
    padding: 15px;
  }
  .contact-form-col {
    margin: 0;
  }
}

/* ステップ
------------------------------ */
.contact-box .mail-step {
  padding: 0 10px;
  margin: 0 0 35px 0;
  /* カウンターの設定 */
  counter-reset: mailStep;
  background: #e5e5e5;
}

.contact-box .mail-step-item {
  float: left;
  padding: 18px 0 14px;
  margin: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #999;
  list-style: none;
  border-bottom: 4px solid transparent;
}

.contact-box .mail-step-item::before {
  content: counter(mailStep) ".";
  /* カウンターの設定 */
  counter-increment: mailStep;
}

.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px) {
  .contact-box .mail-step {
    height: 60px;
  }
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center;
}

.form-btn {
  display: inline-block;
}

.form-btn-return {
  float: left;
}

.form-btn-send {
  float: right;
}

@media screen and (min-width: 768px) {
  .form-btn-return {
    float: none;
  }
  .form-btn-send {
    float: none;
    width: 100%;
    max-width: 360px;
  }
}

/* ラベル
------------------------------ */
.label-required {
  padding: 2px 8px;
  margin: 0 5px;
  font-size: 12px;
  color: #fff;
  background: #c41134;
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  .label-required {
    float: right;
  }
}

/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
  border: 1px solid #c49511;
}

.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}

.contact-box select[required]:valid {
  border: 1px solid #a7a7aa;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #fffdeb;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #ffebee;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #fff;
}

.contact-box input[type="text"],
.contact-box input[type="password"],
.contact-box input[type="datetime"],
.contact-box input[type="datetime-local"],
.contact-box input[type="date"],
.contact-box input[type="month"],
.contact-box input[type="time"],
.contact-box input[type="week"],
.contact-box input[type="number"],
.contact-box input[type="email"],
.contact-box input[type="url"],
.contact-box input[type="search"],
.contact-box input[type="tel"] {
  /* font-size: 16px; */
  padding: 14px 5px 10px 5px;
}

.contact-box textarea {
  /* font-size: 16px; */
  padding: 5px 5px 4px;
}

.contact-box select {
  /* font-size: 16px; */
  padding: 11px 30px 11px 10px;
  vertical-align: top;
}

/* バリデーター
------------------------------ */
.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c;
}

.invalid {
  background: #ffebee !important;
}

/* 修正 */
.contact-box section {
  margin-bottom: 60px;
}

.contact-box .mail-step {
  background: #ffe6e8;
}

.contact-box .mail-step-item {
  font-weight: normal;
  color: #f59fa6;
}

.contact-box .mail-step-item-current {
  color: #e60012;
  border-bottom: 4px solid #e60012;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-large {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #ff9a00;
  border: 0;
  border-radius: 5px;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.btn-large.btn-modoru {
  background: #949494;
}

.btn-large:hover,
.btn-large:visited {
  color: #fff;
  text-decoration: none;
}

.btn-large:focus,
.btn-large:active {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-large:hover {
  background: #ff7e00;
}

.btn-large.btn-modoru:hover {
  background: #555;
}

.btn-large:active,
.btn-large:focus {
  background: #eda800;
}

.btn-large.btn-modoru:active,
.btn-large.btn-modoru:focus {
  background: #7e7e7e;
}

@media (min-width: 768px) {
  .btn-large {
    max-width: 360px;
  }
}

/* 報道関係者窓口 */
.press-c-title {
  padding: 10px;
  margin-bottom: 50px;
  text-align: center;
  background-color: #efefef;
  border: solid 2px #bebebe;
}

/* ===============================

おもちゃ雑貨（一覧ページ）

=============================== */
/* サマリー */
.z-s-item {
  padding: 15px;
  border-top: solid 1px #eee;
  border-right: solid 1px #eee;
  border-left: solid 1px #eee;
}

.z-s-item-container:last-child .z-s-item {
  padding-bottom: 14px;
  border-bottom: solid 1px #eee;
}

.z-s-image {
  margin-bottom: 15px;
}

.z-s-image img {
  margin: 0 auto;
}

h3.z-s-title {
  margin: 0 0 10px 0;
  font-size: 16px;
}

p.z-s-text {
  margin: 0 0 10px 0;
  font-size: 12px;
}

p.z-s-link {
  margin: 0;
}

p.z-s-link .acms-btn {
  font-size: 12px;
}

/* サイドバー修正 */
body.zakka .sb-heading {
  font-size: 15px;
  letter-spacing: 0;
}

.sb-navi ul.entrylist li a {
  color: #000;
  background-color: #e9e9e9;
  background-image: url(../../images/arrow_r_bk.png);
}

.sb-navi ul.entrylist li.stay a {
  background-color: #ccc;
}

@media screen and (min-width: 768px) {
  /* サマリー */
  .z-s-item-container:nth-child(odd) {
    padding-right: 0;
  }
  .z-s-item-container:nth-child(even) {
    padding-left: 0;
  }
  .z-s-item {
    padding: 15px;
    border-top: solid 1px #eee;
    border-right: solid 1px #eee;
    border-left: solid 1px #eee;
  }
  .z-s-item-container:nth-child(even) .z-s-item {
    padding-left: 16px;
    border-left: 0;
  }
  .z-s-item-container:nth-last-child(-n+2) .z-s-item {
    padding-bottom: 14px;
    border-bottom: solid 1px #eee;
  }
}

/* ===============================

サイトマップ

=============================== */
.sitemap-list > ul {
  padding: 0;
  list-style: none;
}

.sitemap-list a {
  display: block;
  color: #000;
}

.sitemap-list a::after {
  font-size: 0.8em;
  font-weight: normal;
  vertical-align: middle;
  content: " >";
}

.sitemap-list a:link {
  color: #000;
}

.sitemap-list .c_1 {
  margin-bottom: 20px;
}

.sitemap-list .c_1 > a {
  padding-left: 3px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 2px #bbb;
}

.sitemap-list .c_1 > ul {
  padding-top: 15px;
  list-style: disc;
}

.sitemap-list a[href="javascript:void(0)"]::after {
  content: none;
}

.sitemap-list a[href="javascript:void(0)"]:hover {
  text-decoration: none;
}

/* ===============================

404ページ

=============================== */
.entry404 .entry-column p.linkbtn a {
  color: #000;
  text-decoration: none;
}

.entry404 .entry-column p.linkbtn a:hover {
  color: #fff;
}

body.company h3.title-jp-404 {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  body.company h3.title-jp-404 {
    margin-top: 60px;
  }
}

/* ===============================

体験

=============================== */
/* タイトル */
.ex-title img,
.ex-maincopy img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.ex-title {
  margin: 0 0 20px;
}

.ex-title_pc {
  max-width: 895px;
}

.ex-title_sp {
  max-width: 282px;
}

.ex-maincopy {
  padding: 0 20px;
  margin: 0 0 20px;
}

.ex-maincopy_pc {
  max-width: 590px;
}

.ex-maincopy_sp {
  max-width: 240px;
}

/* リード文 */
.ex-lead {
  padding: 30px 0 80px;
}

.ex-lead_text {
  margin: 0 0 30px;
}

.ex-lead_text span {
  font-size: 1.2em;
  font-weight: bold;
  color: #e60012;
}

.ex-lead_price {
  margin: 0;
  font-weight: bold;
}

.ex-lead_price span {
  color: #e60012;
}

@media screen and (min-width: 480px) {
  .ex-lead {
    text-align: center;
    border-top: solid 1px #9a9a9a;
  }
}

/* アイテム */
.ex-list {
  margin: 0 -10px;
}

.ex-list::after {
  display: block;
  clear: both;
  content: "";
}

.ex-item {
  max-width: 550px;
  padding: 0 0 60px;
  margin: 0 auto;
  background-color: #fff7d8;
}

.ex-item::after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (min-width: 480px) {
  .ex-list {
    margin: 0;
  }
  .ex-item {
    padding: 0;
    margin: 0 auto 80px;
    overflow: hidden;
    border-radius: 40px;
  }
}

@media screen and (min-width: 768px) {
  .ex-item_box {
    padding: 0;
  }
  .ex-item {
    max-width: none;
    min-height: 425px;
    margin: 0 0 80px;
  }
}

/* アイテムの写真 */
.ex-item_photo {
  position: relative;
  padding-bottom: 67%;
  margin: 0 0 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .ex-item_photo {
    float: left;
    width: 50%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .ex-item:nth-child(even) .ex-item_photo {
    float: right;
  }
}

/* アイテムの詳細 */
.ex-item_body {
  padding: 0 10px 20px;
}

.ex-item_head {
  padding: 0 0 0 10px;
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: bold;
  border-left: solid 5px #ff6d67;
}

.ex-item_text {
  margin: 0 0 30px;
}

.ex-item_disc {
  margin: 0;
}

.ex-item_disc_cau {
  padding-left: 1em;
  margin: 10px 0 0;
  font-size: 12px;
  text-indent: -1em;
}

.ex-item_shousai {
  margin: 0;
}

.ex-item_shousai::after {
  display: block;
  clear: both;
  content: "";
}

.ex-item_shousai dt {
  float: left;
  width: 5.3em;
  color: #fff;
  text-align: center;
  background: #ff6d67;
  border-radius: 20px;
}

.ex-item_shousai dd {
  padding: 0 0 0 6em;
  margin: 0 0 10px;
}

@media screen and (min-width: 480px) {
  .ex-item_body {
    padding: 0 30px 30px;
  }
}

@media screen and (min-width: 768px) {
  .ex-item_body {
    float: right;
    width: 50%;
    padding: 40px 30px 20px;
  }
  .ex-item:nth-child(even) .ex-item_body {
    float: left;
  }
}

/* 問い合わせ枠 */
.ex-contact_wrapper {
  padding: 60px 0 0;
  margin: 0 calc(50% - 50vw + 10px);
  border-top: dashed 1px #9a9a9a;
}

.ex-contact {
  padding: 30px;
  background-color: #ffe5e5;
  border-radius: 40px;
}

.ex-contact_text {
  margin: 0 0 30px;
  font-weight: bold;
}

.ex-contact_text br {
  display: none;
}

.ex-contact_link a,
.eff-contact_link a {
  display: block;
  width: 100%;
  padding: 10px 35px 10px 42px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #e60012;
  background-image: url(../../images/arrow_r_wh.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: auto 0.8em;
  border-radius: 40px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.ex-contact_link {
  text-align: center;
}

.ex-contact_link a:hover,
.eff-contact_link a:hover {
  background-color: #b90412;
}

.ex-contact_link span,
.eff-contact_link span {
  display: inline-block;
  width: 1.2em;
  height: 1em;
  margin-right: 5px;
  vertical-align: -1px;
  background-image: url(../../images/icon_mail_wh.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 480px) {
  .ex-contact_link a,
  .eff-contact_link a {
    max-width: 300px;
  }
}

@media screen and (min-width: 1024px) {
  .ex-contact_text {
    text-align: center;
  }
}

/* ===============================

演出

=============================== */
/* タイトル部分 */
.effects-head {
  position: relative;
  max-height: 900px;
  margin: -60px 0 0;
  overflow: hidden;
  background: #000;
}

@media screen and (min-width: 1024px) {
  .effects-head {
    min-height: 680px;
    margin: -160px 0 0;
  }
}

/* タイトル部分 - カバー */
.effects-head_cover {
  position: absolute;
  top: -158%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: #000;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-all;
  transition-property: all, -webkit-all;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: skew(0, -30deg);
  transform: skew(0, -30deg);
}

@media screen and (min-width: 768px) {
  .effects-head_cover {
    top: -50%;
    left: -174%;
    -webkit-transform: skew(-18deg, 0);
    transform: skew(-18deg, 0);
  }
}

.animation-before .effects-head_cover {
  top: 0;
  left: 0;
  -webkit-transform: skew(0, 0);
  transform: skew(0, 0);
}

/* タイトル部分 - テキスト */
.effects-title {
  position: absolute;
  top: 60px;
  left: 0;
  margin: 20px 0 0 10px;
  -webkit-transition: all 1s ease-out 0.2s;
  transition: all 1s ease-out 0.2s;
}

.animation-before .effects-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.effects-title img {
  display: block;
  width: 300px;
  height: auto;
  margin: 0 0 10px;
}

.effects-title span {
  display: block;
  margin: 0 0 0 10px;
  font-size: 25px;
  color: #fff;
  text-shadow: 0 1px 8px #000;
}

@media screen and (max-width: 479px) {
  .effects-title img {
    width: 250px;
  }
  .effects-title span {
    font-size: 20px;
  }
}

.effects-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  background: #000;
}

.effects-text p {
  display: inline;
  color: #fff;
}

.effects-text br {
  display: none;
}

.effects-text span {
  margin-right: 2px;
  font-size: 1.56em;
  font-weight: bold;
  color: #b90412;
}

@media screen and (min-width: 480px) {
  .effects-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .effects-title {
    margin: 50px 0 0 30px;
  }
  .effects-text {
    top: 330px;
    bottom: auto;
    width: auto;
    padding: 0;
    margin: 0 0 0 41px;
    text-shadow: 0 1px 5px #000;
    background: none;
    -webkit-transition: all 1s ease-out 0.2s;
    transition: all 1s ease-out 0.2s;
  }
  .animation-before .effects-text {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  .effects-text p {
    display: block;
    margin: 0 0 20px;
    line-height: 1.8;
  }
  .effects-text br {
    display: inline;
  }
}

@media screen and (min-width: 1024px) {
  .effects-title {
    top: 160px;
    margin: 50px 0 0 50px;
  }
  .effects-text {
    top: 430px;
    bottom: auto;
    width: auto;
    padding: 0;
    margin: 0 0 0 61px;
    background: none;
  }
  .effects-text p {
    display: block;
    margin: 0 0 20px;
    line-height: 1.8;
  }
  .effects-text br {
    display: inline;
  }
}

/* タイトル部分 - スライダー */
.effects-head_photo {
  position: relative;
  width: 100%;
  height: 100%;
}

.eff-slide {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.eff-slide_01 {
  background-image: url(../../images/effects/sparkular_mini.jpg);
}

.eff-slide_02 {
  background-image: url(../../images/effects/sparkular_mini_fall.jpg);
}

.eff-slide-text {
  position: absolute;
  right: 0;
  bottom: 40px;
  display: block;
  text-align: right;
}

.pro-name {
  display: block;
  width: auto;
  height: 47px;
}

.movie-img {
  position: relative;
  display: inline-block;
  width: 150px;
  padding: 0;
  margin: 0 15px;
  overflow: hidden;
  cursor: pointer;
  border: solid 1px #fff;
  border-radius: 3px;
}

.movie-img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.movie-img:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.movie-img::before, .movie-img::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.movie-img::before {
  background-color: #000;
  opacity: 0.6;
}

.movie-img::after {
  background: url(../../images/effects/movie.png) no-repeat center/contain;
}

#eff-slider {
  height: calc(100% - 60px - 80px);
  margin-top: 60px;
}

#eff-photo-pc {
  display: none;
  height: calc(100% - 160px);
  margin-top: 160px;
}

@media screen and (min-width: 768px) {
  #eff-slider {
    height: calc(100% - 60px);
  }
}

@media screen and (min-width: 1024px) {
  #eff-slider {
    display: none;
  }
  #eff-photo-pc {
    display: block;
  }
  .eff-slide {
    -webkit-transition: all 1s ease-out 0.2s;
    transition: all 1s ease-out 0.2s;
    -webkit-transform: skew(-18deg, 0) translateX(0);
    transform: skew(-18deg, 0) translateX(0);
  }
  .animation-before .eff-slide {
    opacity: 0;
    -webkit-transform: skew(-18deg, 0) translateX(-20px);
    transform: skew(-18deg, 0) translateX(-20px);
  }
  .eff-slide_01 {
    left: 15%;
    width: 50%;
    background-image: url(../../images/effects/sparkular_mini_skew.jpg);
  }
  .eff-slide_02 {
    left: 65%;
    width: 50%;
    background-image: url(../../images/effects/sparkular_mini_fall_skew.jpg);
    background-position: right 10% center;
  }
  .eff-slide-text {
    right: 50%;
    bottom: 50%;
    text-align: center;
    -webkit-transition: all 1s ease-out 0.2s;
    transition: all 1s ease-out 0.2s;
    -webkit-transform: skew(18deg, 0) translateY(50%);
    transform: skew(18deg, 0) translateY(50%);
  }
  .animation-before .eff-slide-text {
    opacity: 0;
    -webkit-transform: skew(18deg, 0) translateY(calc(50% + 20px));
    transform: skew(18deg, 0) translateY(calc(50% + 20px));
  }
  .eff-slide_01 .eff-slide-text {
    right: 30%;
  }
  .pro-name {
    height: 90px;
  }
  .movie-btn {
    margin: 10px 0 0;
  }
}

/* フレーム演出 */
.flamer {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
  background: #000;
}

.flamer-photo {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  margin: 0 0 20px;
  background: url(../../images/effects/flamer_photo.jpg) no-repeat center/cover #000;
}

.flamer-body {
  position: relative;
}

.flamer-body_container {
  position: relative;
  padding: 0 10px;
}

.flamer-body_container .movie-img {
  margin: 0;
}

.flamer-head {
  margin: 0 0 20px;
}

.flamer-head img {
  display: block;
  width: 100%;
  max-width: 282px;
  height: auto;
}

.flamer-text {
  margin: 10px 0 20px;
  font-size: 14px;
  color: #fff;
}

.flamer-text span {
  margin-right: 2px;
  font-size: 1.56em;
  font-weight: bold;
  color: #b90412;
}

@media screen and (min-width: 480px) {
  .flamer-photo {
    padding-bottom: 280px;
  }
  .flamer-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .flamer {
    padding: 0;
  }
  .flamer-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    padding: 0;
    margin: 0 0 20px;
    margin: 0;
    background: url(../../images/effects/flamer_photo.jpg) no-repeat center/cover #000;
  }
  .flamer-body {
    padding: 0 0 0 55%;
  }
  .flamer-body_container {
    padding: 120px 20px 120px 0;
  }
  .flamer-body::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 50%;
    height: 100%;
    content: "";
    background: #000;
    -webkit-transform: skewX(-18deg);
    transform: skewX(-18deg);
  }
}

/* 問い合わせ */
.eff-contact {
  padding: 40px 0;
  background: #000;
  border-top: solid 1px #b9b9b9;
  border-bottom: solid 1px #b9b9b9;
}

.eff-contact_head {
  margin: 0 0 20px;
}

.eff-contact_head img {
  display: block;
  width: 100%;
  max-width: 182px;
}

.eff-contact_text {
  margin: 0 0 30px;
}

.eff-contact_text p {
  margin: 0;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .eff-contact {
    padding: 100px 0;
  }
  .eff-contact_body {
    display: table;
    width: 100%;
  }
  .eff-contact_text,
  .eff-contact_link {
    display: table-cell;
    vertical-align: top;
  }
  .eff-contact_text {
    line-height: 1.8;
  }
  .eff-contact_link a {
    white-space: nowrap;
  }
  .eff-contact_link {
    text-align: center;
  }
}

/* ===============================

花火のチカラ (トップ)

=============================== */
.pwr-container {
  padding-top: 30px;
  overflow: hidden;
}

/* トップページのバナーに追加 */
.pwr-bnr {
  max-width: 1000px;
  padding: 0 0 40px;
  margin: 0 auto 40px;
}

.pwr-bnr_logo {
  max-width: 500px;
  margin: 0 auto;
}

.pwr-bnr_head {
  width: 100%;
  padding: 0 0 100%;
  font-size: 0;
  background: url(../../images/project/pagetitle_small.png) no-repeat center top/100% auto;
}

.pwr-bnr_text {
  padding: 0 10px;
  margin: 0 auto;
}

.pwr-bnr_text h3 {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.pwr-bnr_text p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 480px) {
  .pwr-bnr_text {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .pwr-bnr_logo {
    max-width: none;
  }
  .pwr-bnr_head {
    padding: 65% 0 0;
    margin: 0 0 -17%;
    background-image: url(../../images/project/pagetitle_medium.png);
  }
}

@media screen and (min-width: 1024px) {
  .pwr-bnr {
    padding: 0;
  }
  .pwr-bnr_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pwr-bnr_logo {
    width: 53%;
  }
  .pwr-bnr_head {
    padding: 90% 0 0;
    margin: 0;
    background: url(../../images/top/pwr_logo_sp.png) no-repeat center/contain;
  }
}

/* トップのリンクのボタン */
.pwr-link {
  padding: 0 20px;
  margin: 0 0 40px;
}

.pwr-link a {
  display: block;
  width: 100%;
  max-width: 560px;
  padding: 12px 0;
  margin: 0 auto;
  font-weight: bold;
  color: #e60012;
  text-align: center;
  text-decoration: none;
  background: url(../../images/arrow_r_red.png) no-repeat right 10px center/auto 0.8em #fff;
  border: solid 2px #e60012;
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pwr-link a:hover {
  color: #fff;
  background-color: #e60012;
  background-image: url(../../images/arrow_r_wh.png);
}

@media screen and (min-width: 480px) {
  .pwr-link a br {
    display: none;
  }
}

/* おしらせ一覧 */
.pwr-headline_head {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}

.pwr-headline {
  padding: 0 10px;
  margin: 0 0 70px;
  border: solid 2px #dcdcdc;
}

.pwr-headline_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pwr-headline_list li {
  padding: 10px 5px;
  border-bottom: solid 1px #ddd;
}

.pwr-headline_list li:hover a {
  text-decoration: underline;
}

.pwr-headline_index {
  margin: 10px 0 0;
  text-align: right;
}

.pwr-headline_index a {
  display: inline-block;
  padding: 0 15px 0 0;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  background: url(../../images/arrow_r_bk.png) no-repeat right center/auto 0.8em;
}

.pwr-headline_index a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 480px) {
  .pwr-headline_head br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pwr-headline_list li {
    padding: 10px;
  }
  .pwr-headline {
    padding: 30px 40px;
  }
}

/* ツイッターのバナー */
.live-bnr {
  margin: 0 0 40px;
}

.live-bnr_sp {
  display: block;
  width: 100%;
  max-width: 400px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.live-bnr_pc {
  display: none;
  width: 100%;
}

.live-bnr_sp,
.live-bnr_pc {
  margin: 0 auto;
}

.live-bnr_sp:hover,
.live-bnr_pc:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .live-bnr_pc {
    display: block;
  }
  .live-bnr_sp {
    display: none;
  }
}

/* 東海オンエアのバナー */
.tkoa_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -5px;
}

.tkoa_links_item {
  width: 50%;
  padding: 0 5px;
  margin: 0 0 40px;
}

.tkoa_links_item a {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.tkoa_links_item a:hover {
  opacity: 0.7;
}

.tkoa_links_item img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 480px) {
  .tkoa_links {
    margin: 0 -15px;
  }
  .tkoa_links_item {
    padding: 0 15px;
  }
}

/* ===============================

花火のチカラ (カテゴリーページ)

=============================== */
/* タイトル */
.pagetitle-project_wrapper {
  position: relative;
  margin: 125px 0 60px;
  background: url(../images/pagetitle_bg.jpg) no-repeat center/cover #f6f7ff;
}

@media screen and (max-width: 575.98px){
  .pagetitle-project_wrapper {margin-top: 0;}
}


.pagetitle-project {
  max-width: 500px;
  margin: 0 auto;
}

.pagetitle-project-head {
  width: 100%;
  padding: 100% 0 0;
  font-size: 0;
  background: url(../images/pagetitle_small.png) no-repeat center top/100% auto;
}

.pagetitle-project-sub {
  width: 100%;
  max-width: 600px;
  padding: 0 10px 45px;
  margin: 0 auto;
}

.pagetitle-project-sub_head {
  padding: 0 20px;
  margin: 0 0 15px;
  line-height: 1.5;
  text-align: center;
}

.pagetitle-project-sub_text {
  margin: 0;
  /* text-align: center; */
  line-height: 1.5;
}

.pagetitle-project-sub_head img {
  display: block;
  width: 100%;
  max-width: 388px;
  margin: 0 auto;
}

.pagetitle-project-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 480px;
  padding: 0 20px;
  -webkit-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}

.pagetitle-project-link a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 8px 42px 8px 42px;
  font-weight: bold;
  line-height: 1.3;
  color: #e60012;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: url(../../images/arrow_r_red.png) no-repeat right 10px center/auto 0.8em #fff;
  border: solid 2px #e60012;
  border-radius: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pagetitle-project-link a:hover {
  color: #fff;
  background-color: #e60012;
  background-image: url(../../images/arrow_r_wh.png);
}

.pagetitle-project-link span {
  display: inline-block;
}

@media screen and (max-width: 320px) {
  .pagetitle-project-sub_text {
    font-size: 14px;
  }
}

@media screen and (min-width: 480px) {
  .pagetitle-project-sub_text {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .pagetitle-project {
    max-width: 1366px;
    margin: 0 auto;
  }
  .pagetitle-project-head {
    padding: 65% 0 0;
    background-image: url(../../images/project/pagetitle_medium.png);
  }
  .pagetitle-project-sub {
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1024px) {
  .pagetitle-project {
    max-width: 1366px;
    margin: 0 auto;
  }
  .pagetitle-project-head {
    padding: 39.568% 0 0;
    background-image: url(../images/pagetitle_large.png);
  }
  .pagetitle-project-sub {
    top: auto;
    bottom: 0;
  }
}

/* 2020の実績のタイトル */
.pwr-ji-title {
  position: relative;
  padding: 0 0 15px 0;
  margin: 0 0 40px 0;
  font-size: 28px;
  text-align: center;
}

.pwr-ji-title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 40px;
  height: 5px;
  margin-left: -20px;
  content: "";
  background: #e60012;
}

.pwr_large_btn {
  display: block;
  padding: 20px 30px;
  margin-bottom: 40px;
  font-weight: bold;
  background: url(../../images/arrow_r_bk.png) no-repeat right 10px center/auto 0.8em;
  border: solid 1px #ddd;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.pwr_large_btn:link, .pwr_large_btn:visited, .pwr_large_btn:hover, .pwr_large_btn:active {
  color: #000;
  text-decoration: none;
}

.pwr_large_btn:hover {
  opacity: 0.7;
}

.pwr_large_btn_img,
.pwr_large_btn_txt {
  display: block;
  text-align: center;
}

.pwr_large_btn_img img {
  width: 100%;
  max-width: 300px;
  vertical-align: bottom;
}

.pwr_large_btn_txt {
  margin-top: 5px;
  color: #003e8f;
}

.pwr_large_btn_txt_red {
  color: #ed423e;
}

/* 2つならんでるところ */
/* ===============================

花火の力の商品案内

=============================== */
.ckr_enka {
  max-width: 500px;
  padding: 10px;
  margin: 0 auto 60px;
  background: #ffeded;
}

.ckr_enka_photo {
  margin: 0 0 20px;
}

.ckr_enka_photo img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

.ckr_enka_info {
  margin: 0 0 30px;
}

.ckr_enka_copy {
  margin: 0 0 20px;
  font-weight: bold;
  line-height: 1.5;
}

.ckr_enka_head {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
}

.ckr_enka_name {
  display: inline-block;
}

.ckr_enka_name img {
  display: block;
  width: 100%;
  max-width: 177px;
}

.ckr_enka_sub {
  display: inline-block;
  font-size: 18px;
  vertical-align: 8px;
}

.ckr_enka_price {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #ed423e;
}

.ckr_enka_price span {
  font-size: 20px;
  vertical-align: -1px;
}

.ckr_enka_kifu {
  margin: 0;
  line-height: 1.5;
}

@media screen and (min-width: 480px) {
  .ckr_enka {
    padding: 30px;
  }
}

@media screen and (min-width: 768px) {
  .ckr_enka {
    max-width: 100%;
  }
  .ckr_enka_photo {
    float: left;
    width: 37%;
    padding-right: 30px;
    margin: 0;
  }
  .ckr_enka_body {
    padding-left: 37%;
  }
  .ckr_enka_photo img {
    width: 100%;
    max-width: 320px;
  }
}

/* キャンペーン部分 */
.ckr_enka_campain {
  overflow: hidden;
  background-color: #fff;
  border: solid 1px #ed423e;
  border-radius: 20px;
}

.ckr_enka_campain_head {
  padding: 10px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background-color: #ed423e;
}

.ckr_enka_campain_body {
  padding: 10px 20px;
}

.ckr_enka_campain_photo {
  margin: 0 0 10px;
}

.ckr_enka_campain_photo img {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.ckr_enka_campain_lead {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.ckr_enka_campain_hash {
  margin: 0 0 10px;
  line-height: 1.8;
}

.ckr_enka_campain_hash a {
  display: inline-block;
  margin: 0 1em 0 0;
  font-size: 16px;
  font-weight: bold;
}

.ckr_enka_campain_hash span {
  display: inline-block;
  font-size: 13px;
}

.ckr_enka_campain_note {
  padding-left: 1em;
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.5;
  text-indent: -1em;
}

@media screen and (min-width: 768px) {
  .ckr_enka_campain_photo {
    float: right;
    width: 37%;
    padding-left: 20px;
    margin: 0 -15px 0 0;
  }
}

/* ツイートしてね */
.tw-link {
  display: block;
  max-width: 500px;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #1da0f1;
  border-radius: 20px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.tw-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.birdlogo {
  display: inline-block;
  width: 47px;
  height: 38px;
  margin: 0 10px 0 0;
  vertical-align: -10px;
  background: url(../../images/project/birdlogo.png) no-repeat center center/contain;
}

.tw-image {
  max-width: 450px;
  margin: 50px auto 0;
}

/* ===============================

花火のチカラの商品案内

=============================== */
/* キラキラシール */
.kirakira {
  margin: 0 0 60px;
  background: #e1f1ff;
}

.kirakira {
  padding: 20px;
}

.kirakira_photo {
  margin: 0 0 20px;
  text-align: center;
}

.kirakira_photo img {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  vertical-align: bottom;
}

.kirakira_head {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #db0012;
}

.kirakira_text {
  margin: 0 0 8px;
  line-height: 1.5;
}

.kirakira_link {
  margin: 0;
  text-align: center;
}

.kirakira_link .tw-link {
  display: inline-block;
  padding: 5px 15px;
  margin: 0;
  font-size: 16px;
  vertical-align: bottom;
  border-radius: 8px;
}

.kirakira_link .birdlogo {
  width: 25px;
  height: 20px;
  vertical-align: -3px;
}

@media screen and (min-width: 480px) {
  .kirakira_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 730px;
    margin: 0 auto;
  }
  .kirakira_photo {
    margin: 0;
  }
  .kirakira_body {
    padding-left: 20px;
  }
  .kirakira_link {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .kirakira_body {
    padding-left: 30px;
  }
}

/* 商品案内 */
.custom_product {
  padding: 0 10px;
  margin: 0 0 50px;
}

@media screen and (min-width: 768px) {
  .custom_product {
    padding: 0 30px;
    margin: 0 0 60px;
  }
}

.custom_product_photo {
  margin: 0 0 20px;
}

.custom_product_photo img {
  display: block;
  width: 100%;
}

.custom_product_icon {
  margin: 0 0 20px;
  text-align: center;
}

p.custom_product_komento {
  margin: 0 0 15px;
  line-height: 1.5;
}

p.custom_product_shouhinmei {
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: solid 1px #d5d5d5;
}

table.custom_product_info {
  border-collapse: collapse;
  border: 0;
}

table.custom_product_info th,
table.custom_product_info td {
  display: table-cell;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  background: transparent;
  border: 0;
}

table.custom_product_info th {
  width: 7em;
  white-space: nowrap;
}

table.custom_product_info td {
  padding-left: 1em;
  text-indent: -1em;
  white-space: wrap;
}

table.custom_product_info td::before {
  text-indent: 0;
  content: "：";
}

p.custom_product_shousai {
  margin: 10px 0 0;
  font-size: 13px;
  text-align: right;
}

.custom_product_introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 0;
  font-size: 13px;
  text-align: center;
}

.custom_product_pdf a,
.custom_product_shousai a {
  display: block;
  padding: 5px 20px;
  color: #003e8f !important;
  background-repeat: no-repeat;
  background-position: right 5px center;
  border: solid 1px #003e8f;
  border-radius: 5px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.custom_product_pdf a {
  background-image: url(../../images/new_open_blue.png);
  background-size: auto 1em;
}

.custom_product_pdf a:hover,
.custom_product_pdf a:active {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #003e8f;
  background-image: url(../../images/new_open_wh.png);
}

.custom_product_shousai a {
  background-image: url(../../images/arrow_r_blue.png);
  background-size: auto 0.8em;
}

.custom_product_shousai a:hover,
.custom_product_shousai a:active {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #003e8f;
  background-image: url(../../images/arrow_r_wh.png);
}

.custom_product_pdf,
.custom_product_shousai {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
  padding: 10px 5px 0;
}

@media screen and (min-width: 480px) and (max-width: 639px) {
  .custom_product_pdf,
  .custom_product_shousai {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .custom_product_pdf,
  .custom_product_shousai {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

@media screen and (min-width: 1024px) {
  .custom_product_body {
    position: relative;
  }
  p.custom_product_shousai {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}

.entry-column p.custom_product_shousai a {
  display: inline-block;
  padding-right: 0.6em;
  text-decoration: underline;
  background: url(../../images/arrow_r_bk.png) no-repeat right center/auto 0.5em;
}

.entry-column p.custom_product_shousai a:hover {
  text-decoration: none;
}

.entry-column .twitterbox {
  max-width: 450px;
  margin: 0 auto;
}

.entry-column .twitterbox a {
  color: #fff;
}

.entry-column .twitterbox a:hover {
  color: #fff;
  text-decoration: none;
}

.entry-column .twitterbox p.ckr_enka_campain_note {
  margin: 20px 0 0;
  font-size: 11px;
}

/* ===============================

花火のチカラ (カテゴリーページ)

=============================== */
/* タイトル部分 */
.poc_title_cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.poc_title .pagetitle-project {
  position: relative;
}

.poc_title_sub {
  position: relative;
}

.poc_title_sub_text {
  max-width: 640px;
  padding: 10px;
  margin: 0 auto;
  line-height: 1.8;
  text-align: left;
}

.poc_title_sub br {
  display: none;
}

@media screen and (min-width: 640px) {
  .poc_title_sub_text {
    text-align: center;
  }
  .poc_title_sub_text br {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .poc_title .pagetitle-project-head {
    margin-bottom: -15%;
  }
}

@media screen and (min-width: 1024px) {
  .poc_title .pagetitle-project-head {
    margin-bottom: -12%;
  }
}

/* ================ 実績 ================ */
.ckr_archive {
  margin: 0 0 80px;
  border-bottom: solid 1px #d9d9d9;
}

.ckr_archive_block {
  margin: 0 0 80px;
}

.ckr_archive_title {
  margin: 0 0 30px;
}

.ckr_archive_title p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #e60012;
  text-align: center;
}

.ckr_archive_title h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.ckr_archive_text {
  margin: 0 0 20px;
  line-height: 1.8;
}

.ckr_archive_tags {
  margin: 0 0 40px;
}

.ckr_archive_tags a {
  display: inline-block;
  margin: 0 0.3em;
  font-weight: bold;
}

.ckr_archive_tags a:hover {
  text-decoration: none;
}

.ckr_archive_img {
  margin-top: 40px;
  text-align: center;
}

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

.ckr_archive_img05 {
  max-width: 450px;
}

.ckr_archive_img06 {
  max-width: 835px;
}

@media screen and (min-width: 480px) {
  .ckr_archive_text {
    text-align: center;
  }
}

/* 商品2つ */
.ckr_archive_product {
  margin: 0 0 40px;
}

.ckr_archive_product_name {
  margin: 0 0 25px;
}

.ckr_archive_product_name p {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.ckr_archive_product_blue .ckr_archive_product_name p {
  color: #003e8f;
}

.ckr_archive_product_red .ckr_archive_product_name p {
  color: #ed423e;
}

.ckr_archive_product_name h3 {
  margin: 0;
  text-align: center;
}

.ckr_archive_product_name h3 img {
  display: inline-block;
  width: 100%;
  max-width: 222px;
  height: auto;
  vertical-align: bottom;
}

.ckr_archive_product_photo {
  margin: 0 0 25px;
  text-align: center;
}

.ckr_archive_product_photo img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 220px;
  vertical-align: bottom;
}

.ckr_archive_product_desk {
  max-width: 300px;
  margin: 0 auto;
  line-height: 1.5;
}

@media screen and (min-width: 480px) {
  .ckr_archive_products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ckr_archive_product {
    width: 50%;
  }
  .ckr_archive_product_blue {
    padding-right: 20px;
  }
  .ckr_archive_product_red {
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .ckr_archive_product {
    margin-bottom: 20px;
  }
  .ckr_archive_product_photo {
    float: left;
    width: 190px;
    padding: 0 20px 0 0;
    margin: 0;
  }
  .ckr_archive_product_name {
    padding-top: 10px;
  }
  .ckr_archive_product_name,
  .ckr_archive_product_desk {
    float: right;
    width: calc(100% - 196px);
  }
  .ckr_archive_product_red .ckr_archive_product_photo {
    float: right;
    padding: 0 0 20px 0;
  }
  .ckr_archive_product_red .ckr_archive_product_name,
  .ckr_archive_product_red .ckr_archive_product_desk {
    float: left;
  }
}

/* 青背景 */
.ckr_archive_blueBg {
  max-width: 600px;
  padding: 15px;
  margin: 0 auto;
  background-color: #e1efff;
}

.ckr_archive_blueBg_photo {
  margin: 0 0 15px;
}

.ckr_archive_blueBg_photo img {
  width: 100%;
  vertical-align: bottom;
}

.ckr_archive_blueBg_body p {
  line-height: 1.5;
}

.ckr_archive_blueBg_body span {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #e60012;
}

@media screen and (min-width: 480px) {
  .ckr_archive_blueBg_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ckr_archive_blueBg_photo {
    margin: 0;
  }
  .ckr_archive_blueBg_01 .ckr_archive_blueBg_photo {
    width: 180px;
    padding-right: 20px;
  }
  .ckr_archive_blueBg_01 .ckr_archive_blueBg_body {
    width: calc(100% - 180px);
  }
  .ckr_archive_blueBg_02 .ckr_archive_blueBg_photo {
    width: 50%;
    padding-right: 20px;
  }
  .ckr_archive_blueBg_02 .ckr_archive_blueBg_body {
    width: 50%;
  }
}

/* ===============================

花火のチカラ (お知らせ)

=============================== */
/* おしらせ個別ページのタイトル */
.pagetitle-cate {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

/* ===============================

花火のチカラ (花火のチカラ 寄付金額・協力企業)

=============================== */
.project .pagetitle {
  font-size: 1.5em;
  letter-spacing: 0;
}

.coop-title {
  margin: 0 0 40px;
}

.coop-title02 h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.coop-logo {
  margin: 0;
  text-align: center;
}

.coop-logo img {
  width: 100%;
  max-width: 250px;
  vertical-align: bottom;
}

.coop-title_head {
  margin: 10px 0 0;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.06em;
}

.coop-title_head_omocha {
  color: #003e8f;
}

.coop-title_head_enka {
  color: #ed423e;
}

.coop-group {
  margin: 0 0 50px;
}

.coop-head {
  padding: 5px;
  margin: 0 0 15px;
  font-size: 18px;
  text-align: center;
  border-bottom: solid 2px #dcdcdc;
}

.coop-head span {
  font-size: 14px;
}

.donation-box .coop-head {
  padding: 0;
  margin: 0;
  border-bottom: 0;
}

.coop-text {
  margin: 0 0 30px;
}

.donation-box {
  padding: 20px 20px 10px 20px;
  border: solid 2px #dcdcdc;
}

.donation-amount {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  color: #ed423e;
  text-align: center;
}

.donation-amount span {
  font-size: 0.7em;
}

.coop-bnr p {
  margin: 0 0 10px;
  text-align: center;
}

.coop-bnr a {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border: solid 2px #dcdcdc;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.coop-bnr a:hover {
  opacity: 0.8;
}

.coop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.coop-list li {
  width: 100%;
  padding: 0 5px;
  margin: 0 0 10px;
}

.receipt {
  margin-bottom: 20px;
}

.receipt a {
  display: block;
  border: solid 1px #ddd;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.receipt a:hover {
  opacity: 0.8;
}

.receipt p {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .coop-list li {
    width: 50%;
    padding: 0 10px 0 5px;
  }
}

/* ===============================

花火のチカラ (花火の力 協力企業・団体)

=============================== */
/* メールのアイコンのやつ */
.project .pwr-link {
  padding: 0;
  margin: 0;
}

.icon-mail-pro {
  display: inline-block;
  width: 1.2em;
  height: 1em;
  margin: 0 5px 0 0;
  vertical-align: -2px;
  background: url(../../images/icon_mail_pro.png) no-repeat left center/contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover > .icon-mail-pro {
  background-image: url(../../images/icon_mail_wh.png);
}

.coop-list02 dt {
  float: left;
  padding: 0 0 0 5px;
}

.coop-list02 dd {
  padding: 0 5px 0 5.5em;
  margin: 0 0 8px;
}

/* ===============================

東海オンエアコラボページ

=============================== */
/* タイトル背景 */
.tkoa_gradient {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(63%, #0054cb), to(#003d8d));
  background: -webkit-linear-gradient(bottom, white 0%, #0054cb 63%, #003d8d 100%);
  background: linear-gradient(0deg, white 0%, #0054cb 63%, #003d8d 100%);
}

.tkoa_title_wrapper {
  background-image: url(../../images/tokai_onair/tkoa_small.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

@media screen and (min-width: 768px) {
  .tkoa_title_wrapper {
    background-image: url(../../images/tokai_onair/tkoa_large.png);
  }
}

/* タイトル文字 */
.tkoa_title {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
}

.tkoa_title_small {
  display: block;
  width: 100%;
  margin-bottom: -40%;
}

.tkoa_title_large {
  display: none;
  width: 100%;
  margin-bottom: -12%;
}

@media screen and (min-width: 768px) {
  .tkoa_title_small {
    display: none;
  }
  .tkoa_title_large {
    display: block;
  }
}

/* 商品2つ */
.tkoa_item_container {
  max-width: 560px;
  padding: 0 15px;
  margin: 0 auto;
}

.tkoa_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.tkoa_item {
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}

.tkoa_tweet {
  position: absolute;
  top: 70.7%;
  left: 23%;
  display: block;
  width: 45%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.tkoa_tweet:hover {
  opacity: 0.7;
}

.tkoa_tweet img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .tkoa_item_container {
    max-width: 1030px;
  }
  .tkoa_item {
    width: 50%;
    padding: 0 15px;
  }
}

/* POPダウンロード */
.pop {
  max-width: 570px;
  padding: 0 15px;
  margin: 0 auto 40px;
}

.pop_dl {
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #f00;
  border-radius: 40px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.pop_dl:hover {
  opacity: 0.8;
}

.pop_dl span {
  font-size: 12px;
  font-weight: normal;
}

@media screen and (min-width: 480px) {
  .pop_dl br {
    display: none;
  }
}

/* シール説明 */
.seal {
  max-width: 675px;
  padding: 0 15px;
  margin: 0 auto 40px;
}

.seal_box {
  padding: 15px;
  border: solid 1px #f00;
}

.seal_box_inner {
  display: table;
  margin: 0 -15px;
}

.seal_img {
  display: table-cell;
  width: 100px;
  padding: 0 15px;
  vertical-align: top;
}

.seal_disc {
  display: table-cell;
  padding: 0 15px 0 0;
  vertical-align: top;
}

.seal_disc_row1 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.seal_disc_row2 {
  padding-left: 13px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #f00;
}

@media screen and (min-width: 480px) {
  .seal_img {
    width: 140px;
    vertical-align: middle;
  }
  .seal_disc {
    vertical-align: middle;
  }
  .seal_disc_row2 {
    font-size: 18px;
  }
}

/* POPダウンロード */
.tkoa-head-lv3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* 販売店一覧 */
.dealers_list {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
  border-top: solid 1px #d6d6d6;
}

.dealer {
  padding: 10px 5px;
  border-bottom: solid 1px #d6d6d6;
}

.dealer-name {
  margin: 0 0 5px;
  font-weight: bold;
}

.dealer-name a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.dealer-name a:hover,
.dealer-name a:active {
  text-decoration: none;
}

.dealer-address,
.dealer-tel {
  padding-left: 1em;
}

.dealer-tel a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .dealer-tel a {
    text-decoration: underline;
    cursor: pointer;
  }
  .dealer-tel a:hover,
  .dealer-tel a:active {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .dealers_list {
    display: table;
    width: 100%;
  }
  .dealer {
    display: table-row;
    padding: 0;
    border-bottom: 0;
  }
  .dealer-name,
  .dealer-address,
  .dealer-tel {
    display: table-cell;
    padding: 13px 10px;
    margin: 0;
    vertical-align: top;
    border-bottom: solid 1px #d6d6d6;
  }
  .dealer-name,
  .dealer-tel {
    white-space: nowrap;
  }
}

/* ふるさと納税 */
.furusato_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 -10px 80px;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.furusato_item {
  width: 50%;
  padding: 0 10px;
  margin: 0 0 20px;
}

.furusato_item a {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.furusato_item a:hover {
  opacity: 0.7;
}

.frusato_nobnr {
  position: relative;
  height: 100%;
  padding: 15px;
  border: solid 1px #000;
}

.frusato_nobnr span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 15px;
  color: #000;
  text-align: center;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .furusato_item {
    width: 33.33%;
  }
}

@media screen and (min-width: 1024px) {
  .furusato_item {
    width: 25%;
  }
}

/* ギャラリー */
.tokai_pwr {
  width: 100%;
  max-width: 430px;
  padding: 0 30px;
  margin: 80px auto 40px;
}

.tokai_gallery_head {
  font-size: 18px;
  text-align: center;
}

.tokai_gallery_head img {
  width: auto;
  height: 1em;
  vertical-align: bottom;
}

.tkoa_gallery_container {
  max-width: 810px;
  margin: 0 auto 70px;
}

.tkoa_gallery_item {
  padding: 0 10px;
}

.tkoa_gallery_photo img {
  display: block;
  width: 100%;
}

.tkoa_gallery_caption {
  margin: 13px 0 0;
  font-size: 14px;
  text-align: center;
}

.tkoa_gallery .slick-prev {
  left: 0;
}

.tkoa_gallery .slick-next {
  right: 0;
}

.jsdots .slick-dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 545px;
  padding: 0 2px;
  margin: 30px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.jsdots .slick-dots li {
  display: block;
  width: 20%;
  padding: 0 2px;
  margin: 0 0 4px;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.jsdots .slick-dots li.slick-active {
  opacity: 1;
}

.jsdots .slick-dots li:hover {
  opacity: 0.7;
}

.jsdots .slick-dots li span {
  display: block;
  width: 100%;
  padding-top: 66.66%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 480px) {
  .tkoa_gallery_item {
    padding: 0 40px;
  }
}

/* 動画 */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.tkoa_movie_container {
  max-width: 810px;
  margin: 0 auto 70px;
}

.tokai_movie_head {
  margin: 0 0 30px;
  font-weight: bold;
  line-height: 1.3;
  color: #fc751b;
  text-align: center;
}

.tokai_movie_head span {
  display: block;
}

@media screen and (min-width: 480px) {
  .tokai_movie_head span {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .tkoa_movie_container {
    padding: 0 40px;
  }
}

/* カミングスーン */
.comingsoon {
  max-width: 400px;
  margin: 0 auto;
  border: solid 1px #ddd;
}

/* ===============================

SDGs

=============================== */
/* 若松屋のマーク */
.wakamark-wrap {
  position: fixed;
  top: 18%;
  right: 0;
  z-index: -1;
  width: 90%;
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
}

@media screen and (min-width: 768px) {
  .wakamark-wrap {
    top: 8%;
    width: 90%;
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}

@media screen and (min-width: 1024px) {
  .wakamark-wrap {
    top: 25%;
    width: 50%;
    -webkit-transform: translateX(18%);
    transform: translateX(18%);
  }
}

.wakamark {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: url(../../images/sdgs/wakamark.svg) no-repeat center/contain;
  opacity: 0.15;
}

/* 一番上のタイトル */
.sdgs_title {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 28px;
}

.sdgs_title span {
  display: block;
}

.sdgs_title_logo {
  max-width: 478px;
  margin-bottom: 25px;
}

.sdgs_head_lv2 {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #6cbc79;
}

/* 取り組み */
.attempt_group {
  margin-bottom: 80px;
}

.sdgs_icon {
  margin-bottom: 30px;
}

.sdgs_icon img {
  display: block;
  max-width: 150px;
  margin: 0 auto;
}

.attempt_head {
  padding-left: 10px;
  font-size: 24px;
  border-left: solid 1px #6cbc79;
}

.attempt_txt {
  margin: 0;
  font-size: 16px;
}

/* 17の取り組み */
.sdgs_torikumi_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.sdgs_torikumi_item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 40px;
}

.sdgs_torikumi_img {
  margin: 0 0 10px;
}

.sdgs_torikumi_img img {
  display: block;
  max-width: 150px;
  margin: 0 auto;
}

.sdgs_torikumi_txt {
  padding: 0 5px;
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  .sdgs_torikumi_item {
    width: 33.33%;
  }
}

@media screen and (min-width: 1024px) {
  .sdgs_torikumi_item {
    width: 20%;
  }
}

/* ===============================

ワークショップ Only One HANABI

=============================== */
body.experience #pageTop {
  display: none;
}

/* トップ部分 */
.ws-lead {
  position: relative;
  padding-bottom: 160px;
}

.ws-lead-inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 100px;
}

@media screen and (min-width: 1024px) {
  .ws-lead-inner {
    padding-bottom: 40px;
  }
}

/* 背景の色 */
.ws-lead-bg_color {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(70% + 10px);
  height: calc(100% - 80px + 40vw);
  background-color: #d34418;
  border-bottom-left-radius: calc(100px + 80px + 40vw);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.anStart .ws-lead-bg_color {
  opacity: 1;
}

@media screen and (min-width: 480px) {
  .ws-lead-bg_color {
    height: calc(100% - 80px + 30vw);
    border-bottom-left-radius: calc(100px + 80px + 30vw);
  }
}

@media screen and (min-width: 768px) {
  .ws-lead-bg_color {
    width: calc(75% + 10px);
  }
}

@media screen and (min-width: 1024px) {
  .ws-lead-bg_color {
    height: 100%;
    border-bottom-left-radius: 280px;
  }
}

/* トップ部分 - タイトル */
.ws-lead-title {
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: 101;
  width: 100%;
  padding: 40px 3%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.ws-lead-head,
.ws-lead-play {
  width: 55%;
}

.ws-lead-head {
  margin: 0 0 20px;
  opacity: 0;
  -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s 0.5s;
  transition: transform 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s 0.5s, -webkit-transform 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.anStart .ws-lead-head {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.ws-lead-play {
  padding: 0 30px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s 0.65s, -webkit-transform 1s 0.65s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s 0.65s, -webkit-transform 1s 0.65s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s 0.65s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s 0.65s;
  transition: transform 1s 0.65s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s 0.65s, -webkit-transform 1s 0.65s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.anStart .ws-lead-play {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.ws-lead-play button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 200px;
  padding: 0;
  overflow: hidden;
  border: solid 2px #fff;
  border-radius: 10px;
}

.ws-lead-play button img {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.ws-lead-play button::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../../images/workshop/play.png) no-repeat center/100% auto rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.ws-lead-play button:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.ws-lead-play button:hover::after {
  background-color: rgba(0, 0, 0, 0.85);
}

@media screen and (min-width: 480px) {
  .ws-lead-head,
  .ws-lead-play {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .ws-lead-title {
    padding: 40px 3%;
  }
  .ws-lead-head,
  .ws-lead-play {
    width: 40%;
  }
}

@media screen and (min-width: 1024px) {
  .ws-lead-head,
  .ws-lead-play {
    width: 30%;
    max-width: 500px;
  }
}

/* トップ部分 - sns */
.ws-sns-links_container {
  position: absolute;
  bottom: 0;
  z-index: 101;
  width: 100%;
  padding: 20px 6%;
  opacity: 0;
  -webkit-transition: opacity 1s 0.8s, -webkit-transform 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s 0.8s, -webkit-transform 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s 0.8s;
  transition: transform 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s 0.8s, -webkit-transform 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.anStart .ws-sns-links_container {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.ws-sns-links_box {
  padding: 10px 0;
  background-color: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 33px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 33px -6px rgba(0, 0, 0, 0.2);
}

.ws-sns-links {
  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;
  width: 100%;
}

.ws-sns-links_head {
  padding: 0 0.5em;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}

.ws-sns-links_body {
  padding: 0 0.25em;
  margin: 0;
  vertical-align: middle;
}

.ws-sns-links_body a {
  display: inline-block;
  padding: 0 0.25em;
}

.ws-sns-links_body img {
  width: 40px;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 1024px) {
  .ws-sns-links_container {
    padding: 0;
  }
  .ws-sns-links_box {
    float: right;
    width: 100%;
    max-width: 420px;
    padding-left: 20px;
    border-radius: 100px 0 0 100px;
  }
  .ws-sns-links_head {
    padding-right: 1em;
    font-size: 16px;
  }
}

/* トップ部分 - 動く画像 */
.ws-lead-bg {
  height: 100%;
  margin-left: 30%;
  overflow: hidden;
}

.ws-lead-bg-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ws-lead-bg-container::after {
  display: block;
  clear: both;
  content: "";
}

.ws-lead-bg-col {
  float: left;
  width: 50%;
  opacity: 0;
  -webkit-transition: opacity 3s cubic-bezier(0, 0, 0, 1), -webkit-transform 1s cubic-bezier(0, 0, 0, 1);
  transition: opacity 3s cubic-bezier(0, 0, 0, 1), -webkit-transform 1s cubic-bezier(0, 0, 0, 1);
  transition: transform 1s cubic-bezier(0, 0, 0, 1), opacity 3s cubic-bezier(0, 0, 0, 1);
  transition: transform 1s cubic-bezier(0, 0, 0, 1), opacity 3s cubic-bezier(0, 0, 0, 1), -webkit-transform 1s cubic-bezier(0, 0, 0, 1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ws-lead-bg-col#anCol02 {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.anStart .ws-lead-bg-col,
.anStart .ws-lead-bg-col#anCol02 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.workshop-img_list {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-animation: topAtfAnimeUp 40s linear infinite;
  animation: topAtfAnimeUp 40s linear infinite;
}

#anCol02 .workshop-img_list {
  animation-direction: reverse;
}

#anCol03 .workshop-img_list {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

@-webkit-keyframes topAtfAnimeUp {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}

@keyframes topAtfAnimeUp {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}

.workshop-img_item {
  height: 30vw;
  padding: 5px 10px 5px 0;
}

.workshop-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.workshop-img::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: transparent;
  opacity: 0.75;
}

#anCol01 .workshop-img::before {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (min-width: 768px) {
  .ws-lead-bg {
    margin-left: 25%;
  }
  .ws-lead-bg-container {
    width: 100%;
  }
  .ws-lead-bg-col {
    width: 33.33%;
  }
  .workshop-img_item {
    height: 15vw;
  }
}

@media screen and (min-width: 1024px) {
  .ws-lead-bg-container {
    border-bottom-left-radius: 50px;
  }
}

/* セクション */
.ws-section {
  padding: 40px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.linehead {
  position: relative;
  padding-top: 45px;
  padding-left: 0.1em;
  margin: 0 0 5px;
  font-size: 20px;
  color: #d34418;
  text-align: center;
  letter-spacing: 0.1em;
}

.linehead::before, .linehead::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2px;
  height: 40px;
  content: "";
  background-color: #d34418;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.linehead::after {
  top: -40px;
  background-color: #fff;
}

.linehead.linehead-red {
  color: #e82c1c;
}

.linehead.linehead-red::before {
  background-color: #e82c1c;
}

.linehead.linehead-green {
  color: #1aaf20;
}

.linehead.linehead-green::before {
  background-color: #1aaf20;
}

/* コンテナー */
.ws-container {
  max-width: 1680px;
  padding: 0 7%;
  margin: 0 auto;
}

/* Concept */
.ws-section_concept {
  position: relative;
  padding: 0 0 40px 0;
  margin-top: -80px;
}

@media screen and (min-width: 1024px) {
  .ws-section_concept {
    margin-top: 0;
    background-color: #fff;
  }
}

.concept-bg-container {
  padding-right: 7%;
}

.concept-bg {
  height: 60vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0 60px 60px 0;
}

@media screen and (min-width: 480px) {
  .concept-bg {
    height: 40vw;
  }
}

@media screen and (min-width: 1024px) {
  .concept-bg {
    position: absolute;
    top: -80px;
    left: 0;
    width: calc(50% + 120px);
    max-height: 560px;
  }
}

.concept-container {
  padding: 80px 0 0;
  border-top-left-radius: 60px;
}

@media screen and (min-width: 1024px) {
  .concept-container {
    position: relative;
    max-width: 840px;
    margin-left: calc(50% - 120px);
    background-color: #fff;
  }
}

@media screen and (min-width: 1240px) {
  .concept-container {
    margin-left: 50%;
  }
}

.concept-head {
  margin: 0 0 30px;
}

.concept-head-en {
  position: relative;
  padding: 0 7%;
  margin: 0 0 10px;
  font-size: 24px;
  color: #d34418;
  letter-spacing: 0.1em;
}

.concept-head-en::after, .concept-head-en::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6%;
  height: 2px;
  content: "";
  background-color: #d34418;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.concept-head-en::before {
  background-color: #fff;
  opacity: 0;
}

.concept-head-ja {
  padding: 0 7%;
  margin: 0;
  font-size: 24px;
  color: #000;
}

.concept-head-ja img {
  width: 60vw;
  max-width: 335px;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-width: 1024px) {
  .concept-head-en {
    padding-left: 80px;
  }
  .concept-head-en::after {
    width: 70px;
  }
  .concept-head-en::before {
    left: -70px;
    width: 70px;
    opacity: 1;
  }
  .concept-head-ja {
    padding-left: 80px;
  }
  .concept-head-ja img {
    width: 30vw;
  }
}

.concept-body {
  padding: 0 7%;
  margin: 0;
  line-height: 2;
}

@media screen and (min-width: 1024px) {
  .concept-body {
    padding-left: 80px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1240px) {
  .concept-body {
    font-size: 18px;
  }
}

/* category - ページ内リンク */
.ws-section_categories {
  background-color: #fff;
}

.wsCate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3.5%;
}

.wsCate-item {
  width: 100%;
  padding: 20px 3.5%;
}

.wsCate-item_inner {
  max-width: 540px;
  margin: 0 auto;
}

.wsCate-head {
  padding: 0 25%;
  margin-bottom: -6%;
  text-align: center;
}

.wsCate-head img {
  width: 100%;
  max-width: 230px;
}

.wsCate-img {
  overflow: hidden;
  border-radius: 40px;
}

.wsCate-head_2 {
  margin: 0 0 20px;
  font-size: 24px;
  text-align: center;
}

.wsCate-head_2 span {
  display: inline-block;
}

.wsCate-link {
  margin: 0;
  text-align: center;
}

.wsCate-link a {
  display: inline-block;
  width: 160px;
  padding: 5px 10px;
  color: #e82c1c;
  text-align: center;
  text-decoration: none;
  background: url(../../images/arrow_r_red_ws.png) no-repeat right 10px center/auto 0.8em #fff;
  border: solid 1px #e82c1c;
  border-radius: 30px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.wsCate-link a:hover {
  color: #fff;
  background-color: #e82c1c;
  background-image: url(../../images/arrow_r_wh.png);
}

.wsCate-link.wsCate-link_green a {
  color: #1aaf20;
  background-image: url(../../images/arrow_r_green_ws.png);
  border-color: #1aaf20;
}

.wsCate-link.wsCate-link_green a:hover {
  color: #fff;
  background-color: #1aaf20;
  background-image: url(../../images/arrow_r_wh.png);
}

@media screen and (min-width: 768px) {
  .wsCate-item {
    width: 50%;
  }
}

/* 花火道場 */
.ws-section#workshop,
.ws-section#school {
  padding-top: 100px;
  margin-top: -60px;
}

.wks-bg {
  background: url(../../images/workshop/ws_bg.jpg) repeat-x center top 80px/200%;
}

.wks-container {
  max-width: 2000px;
  margin: 0 auto;
}

.wks-head {
  padding: 0 25% 50px;
  margin: 0 0;
  text-align: center;
}

.wks-head img {
  width: 100%;
  max-width: 340px;
  vertical-align: bottom;
}

.wks-box {
  padding: 0 15px;
  background-color: #e82c1c;
}

#school .wks-box {
  background-color: #1aaf20;
}

.wks-box-head {
  position: relative;
  padding-top: 50px;
  text-align: center;
}

.wks-box-head::before, .wks-box-head::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2px;
  height: 40px;
  content: "";
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wks-box-head::after {
  top: -40px;
}

#workshop .wks-box-head::after {
  background-color: #e82c1c;
}

#school .wks-box-head::after {
  background-color: #1aaf20;
}

.wks-box-head_en {
  padding-left: 0.1em;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

.wks-box-head_ja {
  margin: 0 0 50px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.wks-box-head_ja span {
  display: inline-block;
}

@media screen and (min-width: 480px) {
  .wks-box-head_ja {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  .wks-bg {
    background-size: auto;
  }
  .wks-container {
    padding: 0 25px;
  }
  .wks-box {
    padding: 0 25px;
    border-radius: 60px;
  }
}

/* イベントの一覧 */
.wks-group {
  margin: 0 -10px;
}

.wks-item {
  float: left;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 50px;
}

.wks-item-inner {
  max-width: 620px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border-radius: 20px 20px 0 0;
}

.wks-disc {
  padding: 20px 20px 0;
}

.wks-labels {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 30px;
}

.wks-labels span {
  padding: 3px 0.5em;
  color: #fff;
  text-align: center;
  background-color: #e89a1c;
}

.wks-name {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: bold;
  color: #e82c1c;
}

#school .wks-name {
  color: #1aaf20;
}

.wks-txt {
  margin: 0 0 20px;
  font-size: 16px;
}

.wks-spec {
  max-width: 100%;
  margin: 0 0 10px;
  font-size: 16px;
  border-collapse: collapse;
}

.wks-spec th {
  padding: 0 0 10px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}

.wks-spec td {
  padding: 0 0 10px 1.5em;
  text-align: left;
  vertical-align: top;
}

.wks-spec .note {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}

.wks-note {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.wks-note li {
  padding-left: 1em;
  margin-bottom: 5px;
  font-size: 14px;
  text-indent: -1em;
}

.wks-note li.strong {
  font-weight: bold;
}

.wks-button {
  max-width: 620px;
  padding: 10px 20px 20px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}

.wks-button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-color: #aaa;
  border: solid 5px #aaa;
  border-radius: 10px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.wks-button button:hover {
  background-color: #e82c1c;
  border-color: #e82c1c;
}

#school .wks-button button:hover {
  background-color: #1aaf20;
  border-color: #1aaf20;
}

.wks-button_thumb {
  width: 40%;
  overflow: hidden;
  vertical-align: middle;
}

.wks-button_thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.wks-button_text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 18px;
  text-align: center;
  vertical-align: middle;
}

.wks-button_text img {
  display: block;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .wks-item {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .wks-item {
    width: 33.33%;
  }
}

/* お問い合わせ */
#contact .wks-box-head::after {
  background-color: #d34418;
}

.ws-contact {
  padding-bottom: 80px;
  background: url(../../images/workshop/contact_bg.jpg) no-repeat center/cover;
}

.ws-contact-box {
  padding: 50px 20px;
  margin: 20px 0 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 60px;
}

.ws-contact-box_txt {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.ws-contact-box_txt span {
  display: inline-block;
}

.ws-contact-box_btn {
  margin: 0;
  text-align: center;
}

.ws-contact-box_btn a {
  display: inline-block;
  width: 100%;
  max-width: 434px;
  height: 60px;
  vertical-align: bottom;
  background: url(../../images/workshop/contact_btn_txt.png) no-repeat center/162px auto;
  border: solid 1px #d34418;
  border-radius: 30px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.ws-contact-box_btn a:hover {
  background-color: #d34418;
  background-image: url(../../images/workshop/contact_btn_txt_wh.png);
}