@charset "UTF-8";
/* ----------------------------------------
text-align
---------------------------------------- */
.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

/* ----------------------------------------
vertical-align
---------------------------------------- */
.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

/* ----------------------------------------
color
---------------------------------------- */
/* red
---------------------------------------- */
/* brown
---------------------------------------- */
/* gray
---------------------------------------- */
/* light_gray
---------------------------------------- */
/* orange
---------------------------------------- */
/* light-orange
---------------------------------------- */
/* light-yellow
---------------------------------------- */
/* light-blue
---------------------------------------- */
/* black
---------------------------------------- */
/* white
---------------------------------------- */
/* ----------------------------------------
arrow
---------------------------------------- */
.icon-arrow, header .mean-container .mean-nav ul li ul li a:before, .breadcrumbs .breadcrumbs-inner nav ul li:after, .relation .relation-inner ul li a:after, .link-text:before, .pagenation-number .pagenation-number-inner .pagenation-number-prev a:after, .pagenation-number .pagenation-number-inner .pagenation-number-next a:after, .event-past .event-past-inner ul li a:after, .block-list-link ul li a:after, .block-list-link.list-shop ul li a:after, .icon-select label:after, .block-accordion h3:after, .block-accordion h3.open:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

/* ----------------------------------------
direction
---------------------------------------- */
.arrow-up {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow-right, header .mean-container .mean-nav ul li ul li a:before, .block-list-link ul li a:after, .block-list-link.list-shop ul li a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-down {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arrow-left {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* ----------------------------------------
size
---------------------------------------- */
.arrow-size-xs {
  width: 3px;
  height: 3px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ffffff;
}

.arrow-size-s, header .mean-container .mean-nav ul li ul li a:before {
  width: 6px;
  height: 6px;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #ffffff;
}

.arrow-size-m, .block-list-link ul li a:after, .block-list-link.list-shop ul li a:after {
  width: 8px;
  height: 8px;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #ffffff;
}

.arrow-size-l {
  width: 10px;
  height: 10px;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #ffffff;
  border-right-width: 4px;
  border-right-style: solid;
  border-right-color: #ffffff;
}

/* ----------------------------------------
color
---------------------------------------- */
.arrow-red, .block-list-link ul li a:after, .block-list-link.list-shop ul li a:after {
  border-top-color: #e60012;
  border-right-color: #e60012;
}

.arrow-brown {
  border-top-color: #512115;
  border-right-color: #512115;
}

.arrow-black {
  border-top-color: #000000;
  border-right-color: #000000;
}

/* ----------------------------------------
color
---------------------------------------- */
.bg-sns-facebook {
  background: #295b9f;
}

.bg-sns-twitter {
  background: #1da1f2;
}

.bg-sns-line {
  background: #00b900;
}

.bg-sns-instagram {
  background: #000000;
}

.bg-sns-youtube {
  background: #cd201f;
}

.bg-red {
  background: #e60012;
}

.bg-red-30 {
  background: rgba(230, 0, 18, 0.3);
}

.bg-gray {
  background: #666666;
}

.bg-orange {
  background: #ff9900;
}

/* ----------------------------------------
clearfix
---------------------------------------- */
.clearfix:after, .block-content:after, .block-content .block-content-inner:after {
  content: " ";
  display: block;
  clear: both;
}

/* ----------------------------------------
media screen
---------------------------------------- */
/* ----------------------------------------
display
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .only-sp {
    display: block !important;
  }

  .only-sp-block {
    display: block !important;
  }

  .only-sp-inlineblock {
    display: inline-block !important;
  }

  .only-pc {
    display: none !important;
  }

  .only-pc-block {
    display: none !important;
  }

  .only-pc-inlineblock {
    display: none !important;
  }
}
/*
@media only screen and (min-width:641px) and (max-width:959px) {
  .only-sp {
    display: none !important;
  }

  .only-sp-block {
    display: none !important;
  }

  .only-sp-inlineblock {
    display: none !important;
  }
  
  .only-pc {
    display: block !important;
  }

  .only-pc-block {
    display: block !important;
  }

  .only-pc-inlineblock {
    display: inline-block !important;
  }
}
*/
@media only screen and (min-width: 961px) {
  .only-sp {
    display: none !important;
  }

  .only-sp-block {
    display: none !important;
  }

  .only-sp-inlineblock {
    display: none !important;
  }

  .only-pc {
    display: block !important;
  }

  .only-pc-block {
    display: block !important;
  }

  .only-pc-inlineblock {
    display: inline-block !important;
  }
}
/* ----------------------------------------
easing
---------------------------------------- */
.ac-ease-out, header, .block-select .block-select-inner input[type=radio] + label:after, .block-select .block-select-inner input[type=checkbox] + label:after, .block-select .block-select-inner input[type=radio]:checked + label:after {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* ----------------------------------------
fonts
---------------------------------------- */
@font-face {
  font-family: 'magistral';
  src: url("/fonts/magistral.otf"), url("/fonts/magistral.woff") format("woff"), url("/fonts/magistral.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: bold;
}
@font-face {
  font-family: 'magistralLight';
  src: url("/fonts/magistralLight.otf"), url("/fonts/magistralLight.woff") format("woff"), url("/fonts/magistralLight.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'magistralBold';
  src: url("/fonts/magistralBold.otf"), url("/fonts/magistralBold.woff") format("woff"), url("/fonts/magistralBold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'magistralExBold';
  src: url("/fonts/magistralExBold.otf"), url("/fonts/magistralExBold.woff") format("woff"), url("/fonts/magistralExBold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'magistralCondLight';
  src: url("/fonts/magistralCondLight.otf"), url("/fonts/magistralCondLight.woff") format("woff"), url("/fonts/magistralCondLight.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'magistralCondBold';
  src: url("/fonts/magistralCondBold.otf"), url("/fonts/magistralCondBold.woff") format("woff"), url("/fonts/magistralCondBold.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: bold;
}
@font-face {
  font-family: 'roboto';
  src: url("/fonts/roboto.otf"), url("/fonts/roboto.woff") format("woff"), url("/fonts/roboto.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'robotoCondensedRegular';
  src: url("/fonts/robotoCondensedRegular.otf"), url("/fonts/robotoCondensedRegular.woff") format("woff"), url("/fonts/robotoCondensedRegular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* ----------------------------------------
family
---------------------------------------- */
.font-base {
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-magistral {
  font-family: 'magistral' !important;
}

.font-magistralLight {
  font-family: 'magistralLight' !important;
}

.font-magistralBold {
  font-family: 'magistralBold' !important;
}

.font-magistralExBold {
  font-family: 'magistralExBold' !important;
}

.font-magistralCondLight {
  font-family: 'magistralCondLight' !important;
}

.font-magistralCondBold, .block-title .title {
  font-family: 'magistralCondBold' !important;
}

.font-roboto {
  font-family: 'roboto' !important;
}

.font-robotoBold, .block-title .block-title-sub .category ul li, .block-title .block-title-sub .release span, .pagenation-number .pagenation-number-inner .pagenation-number-real ul li a {
  font-family: 'roboto' !important;
  font-weight: bold !important;
}

.font-robotoCondensedRegular {
  font-family: 'robotoCondensedRegular' !important;
}

/* ----------------------------------------
size
---------------------------------------- */
.font-size10 {
  font-size: 10px !important;
}

.font-size12 {
  font-size: 12px !important;
}

.font-size14 {
  font-size: 14px !important;
}

.font-size16 {
  font-size: 16px !important;
}

.font-size18 {
  font-size: 18px !important;
}

.font-size20 {
  font-size: 20px !important;
}

.font-size22 {
  font-size: 22px !important;
}

.font-size24 {
  font-size: 24px !important;
}

.font-size26 {
  font-size: 26px !important;
}

.font-size28 {
  font-size: 28px !important;
}

.font-size30 {
  font-size: 30px !important;
}

.font-size32 {
  font-size: 32px !important;
}

.font-size34 {
  font-size: 34px !important;
}

.font-size36 {
  font-size: 36px !important;
}

.font-size38 {
  font-size: 38px !important;
}

.font-size40 {
  font-size: 40px !important;
}

.font-size42 {
  font-size: 42px !important;
}

.font-size44 {
  font-size: 44px !important;
}

/* ----------------------------------------
weight
---------------------------------------- */
.font-weight100 {
  font-weight: 100 !important;
}

.font-weight200 {
  font-weight: 200 !important;
}

.font-weight300 {
  font-weight: 300 !important;
}

.font-weight400 {
  font-weight: 400 !important;
}

.font-weight500 {
  font-weight: 500 !important;
}

.font-weight600 {
  font-weight: 600 !important;
}

.font-weight700 {
  font-weight: 700 !important;
}

.font-weight800 {
  font-weight: 800 !important;
}

.font-weight900 {
  font-weight: 900 !important;
}

/* ----------------------------------------
color
---------------------------------------- */
.color-red {
  color: #e60012 !important;
}

.color-brown {
  color: #512115 !important;
}

.color-gray {
  color: #666666 !important;
}

.color-light-gray {
  color: #cccccc !important;
}

.color-orange {
  color: #ff9900 !important;
}

.color-light-orange {
  color: #ffcc00 !important;
}

.color-light-yellow {
  color: #fffbe8 !important;
}

.color-light-blue {
  color: #eaf3ff !important;
}

.color-black {
  color: #000000 !important;
}

.color-white {
  color: #ffffff !important;
}

/* ----------------------------------------
tag
---------------------------------------- */
.icon-tag {
  background: url("/img/common/icon/icon_tag01.png") no-repeat 50% 50%;
  background-size: 12px;
}

/* ----------------------------------------
link
---------------------------------------- */
.icon-link-pdf {
  background: url("/img/common/icon/icon_link_pdf01.png") no-repeat 50% 50%;
  background-size: 14px;
}

.icon-link-pdf-green {
  background: url("/img/common/icon/icon_link_pdf_green01.png") no-repeat 50% 50%;
  background-size: 14px;
}

.icon-link-pdf-white {
  background: url("/img/common/icon/icon_link_pdf_white01.png") no-repeat 50% 50%;
  background-size: 14px;
}

.icon-link-out {
  background: url("/img/common/icon/icon_link_out01.png") no-repeat 50% 50%;
  background-size: 14px;
}

.icon-link-out-green {
  background: url("/img/common/icon/icon_link_out_green01.png") no-repeat 50% 50%;
  background-size: 14px;
}

.icon-link-out-white {
  background: url("/img/common/icon/icon_link_out_white01.png") no-repeat 50% 50%;
  background-size: 14px;
}

/* ----------------------------------------
sns
---------------------------------------- */
/* facebook
---------------------------------------- */
.icon-sns-fb {
  background: url("/img/common/icon/icon_sns_fb01_pc.png") no-repeat 50% 50%;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .icon-sns-fb {
    background: url("/img/common/icon/icon_sns_fb01_sp.png") no-repeat 50% 50%;
    background-size: auto 16px;
  }
}
/* twitter
---------------------------------------- */
.icon-sns-tw {
  background: url("/img/common/icon/icon_sns_tw01_pc.png") no-repeat 50% 50%;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .icon-sns-tw {
    background: url("/img/common/icon/icon_sns_tw01_sp.png") no-repeat 50% 50%;
    background-size: auto 13px;
  }
}
/* line
---------------------------------------- */
/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .icon-sns-li {
    background: url("/img/common/icon/icon_sns_li01_sp.png") no-repeat 50% 50%;
    background-size: auto 13px;
  }
}
/* ----------------------------------------
icomoon
---------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?35kmgb");
  src: url("/fonts/icomoon.eot?35kmgb#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?35kmgb") format("truetype"), url("/fonts/icomoon.woff?35kmgb") format("woff"), url("/fonts/icomoon.svg?35kmgb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pdf:before {
  content: "\e900";
}

.icon-external:before {
  content: "\e901";
}
*/
/* ----------------------------------------
marign
---------------------------------------- */
/* top */
.mt0 {
  margin-top: 0px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt88 {
  margin-top: 88px !important;
}

.mt96 {
  margin-top: 96px !important;
}

.mt104 {
  margin-top: 104px !important;
}

.mt112 {
  margin-top: 112px !important;
}

.mt120 {
  margin-top: 120px !important;
}

/* right */
.mr0 {
  margin-right: 0px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.mr56 {
  margin-right: 56px !important;
}

.mr64 {
  margin-right: 64px !important;
}

.mr72 {
  margin-right: 72px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr88 {
  margin-right: 88px !important;
}

.mr96 {
  margin-right: 96px !important;
}

.mr104 {
  margin-right: 104px !important;
}

.mr112 {
  margin-right: 112px !important;
}

.mr120 {
  margin-right: 120px !important;
}

/* bottom */
.mb0 {
  margin-bottom: 0px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb88 {
  margin-bottom: 88px !important;
}

.mb96 {
  margin-bottom: 96px !important;
}

.mb104 {
  margin-bottom: 104px !important;
}

.mb112 {
  margin-bottom: 112px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

/* left */
.ml0 {
  margin-left: 0px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.ml64 {
  margin-left: 64px !important;
}

.ml72 {
  margin-left: 72px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml88 {
  margin-left: 88px !important;
}

.ml96 {
  margin-left: 96px !important;
}

.ml104 {
  margin-left: 104px !important;
}

.ml112 {
  margin-left: 112px !important;
}

.ml120 {
  margin-left: 120px !important;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  /* top */
  .mt0 {
    margin-top: 0px !important;
  }

  .mt8 {
    margin-top: 4px !important;
  }

  .mt16 {
    margin-top: 8px !important;
  }

  .mt24 {
    margin-top: 12px !important;
  }

  .mt32 {
    margin-top: 16px !important;
  }

  .mt40 {
    margin-top: 20px !important;
  }

  .mt48 {
    margin-top: 24px !important;
  }

  .mt56 {
    margin-top: 28px !important;
  }

  .mt64 {
    margin-top: 32px !important;
  }

  .mt72 {
    margin-top: 36px !important;
  }

  .mt80 {
    margin-top: 40px !important;
  }

  .mt88 {
    margin-top: 44px !important;
  }

  .mt96 {
    margin-top: 48px !important;
  }

  .mt104 {
    margin-top: 52px !important;
  }

  .mt112 {
    margin-top: 56px !important;
  }

  .mt120 {
    margin-top: 60px !important;
  }

  /* right */
  .mr0 {
    margin-right: 0px !important;
  }

  .mr8 {
    margin-right: 4px !important;
  }

  .mr16 {
    margin-right: 8px !important;
  }

  .mr24 {
    margin-right: 12px !important;
  }

  .mr32 {
    margin-right: 16px !important;
  }

  .mr40 {
    margin-right: 20px !important;
  }

  .mr48 {
    margin-right: 24px !important;
  }

  .mr56 {
    margin-right: 28px !important;
  }

  .mr64 {
    margin-right: 32px !important;
  }

  .mr72 {
    margin-right: 36px !important;
  }

  .mr80 {
    margin-right: 40px !important;
  }

  .mr88 {
    margin-right: 44px !important;
  }

  .mr96 {
    margin-right: 48px !important;
  }

  .mr104 {
    margin-right: 52px !important;
  }

  .mr112 {
    margin-right: 56px !important;
  }

  .mr120 {
    margin-right: 60px !important;
  }

  /* bottom */
  .mb0 {
    margin-bottom: 0px !important;
  }

  .mb8 {
    margin-bottom: 4px !important;
  }

  .mb16 {
    margin-bottom: 8px !important;
  }

  .mb24 {
    margin-bottom: 12px !important;
  }

  .mb32 {
    margin-bottom: 16px !important;
  }

  .mb40 {
    margin-bottom: 20px !important;
  }

  .mb48 {
    margin-bottom: 24px !important;
  }

  .mb56 {
    margin-bottom: 28px !important;
  }

  .mb64 {
    margin-bottom: 32px !important;
  }

  .mb72 {
    margin-bottom: 36px !important;
  }

  .mb80 {
    margin-bottom: 40px !important;
  }

  .mb88 {
    margin-bottom: 44px !important;
  }

  .mb96 {
    margin-bottom: 48px !important;
  }

  .mb104 {
    margin-bottom: 52px !important;
  }

  .mb112 {
    margin-bottom: 56px !important;
  }

  .mb120 {
    margin-bottom: 60px !important;
  }

  /* left */
  .ml0 {
    margin-left: 0px !important;
  }

  .ml8 {
    margin-left: 4px !important;
  }

  .ml16 {
    margin-left: 8px !important;
  }

  .ml24 {
    margin-left: 12px !important;
  }

  .ml32 {
    margin-left: 16px !important;
  }

  .ml40 {
    margin-left: 20px !important;
  }

  .ml48 {
    margin-left: 24px !important;
  }

  .ml56 {
    margin-left: 28px !important;
  }

  .ml64 {
    margin-left: 32px !important;
  }

  .ml72 {
    margin-left: 36px !important;
  }

  .ml80 {
    margin-left: 40px !important;
  }

  .ml88 {
    margin-left: 44px !important;
  }

  .ml96 {
    margin-left: 48px !important;
  }

  .ml104 {
    margin-left: 52px !important;
  }

  .ml112 {
    margin-left: 56px !important;
  }

  .ml120 {
    margin-left: 60px !important;
  }
}
/* ----------------------------------------
round
---------------------------------------- */
.round8 {
  border-radius: 8px !important;
}

.round16 {
  border-radius: 16px !important;
}

.round24 {
  border-radius: 24px !important;
}

.round32 {
  border-radius: 32px !important;
}

.round40 {
  border-radius: 40px !important;
}

.round48 {
  border-radius: 48px !important;
}

.round56 {
  border-radius: 56px !important;
}

.round64 {
  border-radius: 64px !important;
}

.round72 {
  border-radius: 72px !important;
}

.round80 {
  border-radius: 80px !important;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .round8 {
    border-radius: 4px !important;
  }

  .round16 {
    border-radius: 8px !important;
  }

  .round24 {
    border-radius: 12px !important;
  }

  .round32 {
    border-radius: 16px !important;
  }

  .round40 {
    border-radius: 20px !important;
  }

  .round48 {
    border-radius: 24px !important;
  }

  .round56 {
    border-radius: 28px !important;
  }

  .round64 {
    border-radius: 32px !important;
  }

  .round72 {
    border-radius: 36px !important;
  }

  .round80 {
    border-radius: 40px !important;
  }
}
/* ----------------------------------------
width
---------------------------------------- */
.wMax {
  max-width: 100% !important;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.w1216 {
  max-width: 1216px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.w1152 {
  max-width: 1152px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.w1088 {
  max-width: 1088px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.w1024 {
  max-width: 1024px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.w992 {
  max-width: 992px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.w960 {
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.w840 {
  max-width: 840px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.w800 {
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.w640 {
  max-width: 640px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.w584 {
  max-width: 584px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.w395 {
  max-width: 395px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.w320 {
  max-width: 320px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* header
------------------------------ */
header {
  position: fixed;
  background: #e60012;
  width: 100%;
  z-index: 9999;
}
header .header-nav .header-nav-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1216px;
  width: 100%;
  height: 64px;
  margin: 0 auto;
}
header .header-nav .header-nav-inner h1 {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 128px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
header .header-nav .header-nav-inner h1 a {
  display: block;
  background: url("/img/common/header/logo_gindaco01.svg") no-repeat 50% 50%;
  background-size: 74px 48px;
  width: 100%;
  height: 100%;
}
header .header-nav .header-nav-inner h1 a span {
  display: none;
}
header .header-nav .header-nav-inner h1.logo-20th a {
  background: url("/img/common/header/logo_20th_gindaco01.svg") no-repeat 50% 50%;
  background-size: 74px 48px;
}
header .header-nav .header-nav-inner nav {
  max-width: 1088px;
  width: 100%;
}
header .header-nav .header-nav-inner nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  text-align: center;
}
header .header-nav .header-nav-inner nav ul hr {
  display: none;
}
header .header-nav .header-nav-inner nav ul li {
  position: relative;
  text-align: center;
  width: 20%;
  width: 10.89% \9;
  height: 64px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
header .header-nav .header-nav-inner nav ul li a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 125%;
  padding: 22px 0;
}
header .header-nav .header-nav-inner nav ul li:hover {
  box-sizing: border-box;
}
header .header-nav .header-nav-inner nav ul li:hover a {
  position: absolute;
  top: 0;
}
header .header-nav .header-nav-inner nav ul li.nav-global {
  overflow: hidden;
}
header .header-nav .header-nav-inner nav ul li.nav-global:after {
  content: '';
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 8px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border-bottom: 8px solid #ffcc00;
}
header .header-nav .header-nav-inner nav ul li.nav-global:hover:after {
  left: 0;
}
header .header-nav .header-nav-inner nav ul li.txt-multiplelines a {
  padding: 12px 0;
}
header .header-nav .header-nav-inner nav ul li.txt-multiplelines:hover a {
  position: absolute;
  top: 0;
}
header .header-nav .header-nav-inner nav ul li.nav-search {
  position: relative;
  overflow: inherit;
  width: 129px;
}
header .header-nav .header-nav-inner nav ul li.nav-search a {
  position: relative;
  width: 128px;
  height: 175%;
  z-index: 100;
}
header .header-nav .header-nav-inner nav ul li.nav-search a span {
  position: absolute;
  top: 12px;
  left: 42px;
  display: block;
  text-align: left;
}
header .header-nav .header-nav-inner nav ul li.nav-search:after {
  content: '';
  position: absolute;
  top: -76px;
  left: 0;
  background: url("/img/common/header/bg_nav_search01.png") no-repeat 50% 100%;
  display: block;
  width: 128px;
  height: 200px;
  z-index: 1;
  border-bottom: none;
}
header .header-nav .header-nav-inner nav ul li.nav-search:hover {
  border-bottom: none;
}
header .header-nav .header-nav-inner nav ul li.nav-search:hover a {
  position: relative;
}

header .mean-container .mean-nav ul li ul li a:before {
  top: 50%;
  left: 32px;
  margin: -2px 0 0 0;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .fixed .content {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: 0s ease-out;
    -moz-transition: 0s ease-out;
    -o-transition: 0s ease-out;
    transition: 0s ease-out;
  }

  header {
    top: 0px !important;
  }
  header .header-nav .header-nav-inner {
    height: 48px;
  }
  header .header-nav .header-nav-inner h1 {
    width: 49px;
    margin: 0 0 0 2.5%;
    border-left: none;
    z-index: 9999;
  }
  header .header-nav .header-nav-inner h1 a {
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
  }
  header .header-nav .header-nav-inner h1 a span {
    display: none;
  }
  header .header-nav .header-nav-inner h1.logo-20th a {
    background-size: 48px 48px;
  }
  header .header-nav .header-nav-inner nav {
    display: block;
  }
  header .header-nav .header-nav-inner nav ul {
    display: block;
  }
  header .header-nav .header-nav-inner nav ul hr {
    display: none;
  }
  header .header-nav .header-nav-inner nav ul li:hover {
    border-bottom: none;
    box-sizing: border-box;
  }
  header .header-nav .header-nav-inner nav ul li:hover a {
    position: inherit;
  }
  header .header-nav .header-nav-inner nav ul li.txt-multiplelines:hover a {
    position: inherit;
  }
  header .header-nav .header-nav-inner.mean-container {
    width: 100%;
  }
  header .header-nav .header-nav-inner.mean-container .mean-bar {
    position: absolute;
    width: 100%;
  }
  header .header-nav .header-nav-inner.mean-container .mean-bar a.meanmenu-reveal {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    top: 4px;
    right: 2.5% !important;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  header .header-nav .header-nav-inner.mean-container .mean-bar a.meanmenu-reveal span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
  }
  header .header-nav .header-nav-inner.mean-container .mean-bar a.meanmenu-reveal span:nth-of-type(1) {
    top: 8px;
  }
  header .header-nav .header-nav-inner.mean-container .mean-bar a.meanmenu-reveal span:nth-of-type(2) {
    top: 18px;
  }
  header .header-nav .header-nav-inner.mean-container .mean-bar a.meanmenu-reveal span:nth-of-type(3) {
    bottom: 0;
  }
  header .header-nav .header-nav-inner.mean-container .mean-bar a.meanmenu-reveal.meanclose span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  header .header-nav .header-nav-inner.mean-container .mean-bar a.meanmenu-reveal.meanclose span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  header .header-nav .header-nav-inner.mean-container .mean-bar a.meanmenu-reveal.meanclose span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  header .header-nav .header-nav-inner.mean-container .mean-bar a.meanmenu-reveal:hover {
    opacity: 1;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav {
    background: #e60012;
    padding: 48px 0 0;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul {
    display: block;
    overflow-y: scroll;
    text-align: left;
    letter-spacing: -.4em;
    padding: 16px 0 80px;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    list-style: none;
    width: 42.5%;
    height: initial;
    border: none;
    margin: 0 2.5% 12px 5%;
    counter-increment: navi_li;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li a {
    display: block;
    width: auto;
    font-size: 12px;
    font-weight: bold;
    border: none;
    padding: 0;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li a.mean-expand {
    display: none;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li.nav-global {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    box-sizing: border-box;
    margin: 0;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li.nav-global:after {
    position: absolute;
    bottom: 0;
    vertical-align: middle;
    content: '';
    top: 50%;
    right: 16px;
    left: auto;
    margin: -6px 0 0;
    width: 8px;
    height: 8px;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #ffffff;
    border-right-width: 4px;
    border-right-style: solid;
    border-right-color: #ffffff;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li.nav-global a {
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    padding: 16px 32px;
    text-align: left;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li.nav-banner {
    width: 75.625%;
    margin: 40px auto 50px;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li.nav-banner a img {
    width: 100%;
    height: auto;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li.nav-sns {
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li.nav-sns ul {
    display: table !important;
    table-layout: fixed;
    width: 90.03125%;
    height: auto !important;
    margin: 12px auto 27px;
    padding: 0;
    border-right: none;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li.nav-sns ul li {
    display: table-cell;
    text-align: center;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li.nav-sns ul li a img {
    width: 60px;
    height: auto;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li.nav-sns ul li a:before {
    display: none;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li.nav-relation {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    list-style: none;
    width: 46.25%;
    border: 2px solid #ffffff;
    border-radius: 24px;
    box-sizing: border-box;
    margin: 0 1.25% 8px 2.5%;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li.nav-relation:nth-child(2n) {
    margin: 0 2.5% 0 1.25%;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li.nav-relation a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 4px;
  }
  header .header-nav .header-nav-inner.mean-container .mean-nav ul li.mean-list a {
    border-bottom: none;
    margin-bottom: 0;
  }
}
/* ------------------------------
mod-pagetop
------------------------------ */
.mod-pagetop a {
  display: block;
}
.mod-pagetop a.btn-pagetop {
  right: 5%;
  width: 113px;
  height: 186px;
  background: url("/img/common/footer/icon_pagetop01.png") no-repeat 0 0;
  z-index: 10;
}
.mod-pagetop a.btn-pagetop:hover {
  background: url("/img/common/footer/icon_pagetop01.png") no-repeat 100% 0;
  opacity: 1;
}
.mod-pagetop a span {
  display: none;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .mod-pagetop {
    display: none;
  }
}
/* ------------------------------
mod-shopsearch
------------------------------ */
.mod-shopsearch {
  display: none;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .fixed .mod-shopsearch {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: 0s ease-out;
    -moz-transition: 0s ease-out;
    -o-transition: 0s ease-out;
    transition: 0s ease-out;
  }

  .mod-shopsearch {
    display: block;
  }
  .mod-shopsearch a {
    display: block;
  }
  .mod-shopsearch a.btn-shopsearch {
    display: none;
    right: 50%;
    z-index: 10;
    margin: 0 -45px 0 0;
  }
  .mod-shopsearch a span {
    display: none;
  }
}
/* ------------------------------
footer
------------------------------ */
footer {
  position: absolute;
  bottom: 0;
  background: #e60012;
  width: 100%;
  z-index: 5;
}
footer .footer-inner {
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
}
footer .footer-inner .footer-nav {
  overflow: hidden;
  margin: 96px 0 112px;
  padding: 0;
}
footer .footer-inner .footer-nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-align: center;
}
footer .footer-inner .footer-nav ul li {
  list-style: none;
}
footer .footer-inner .footer-nav ul li:nth-child(2n) {
  margin: 0 32px 0;
}
footer .footer-inner .footer-nav ul li a {
  position: relative;
  display: block;
}
footer .footer-inner .footer-nav ul li a img {
  max-width: 100%;
  height: auto;
}
footer .footer-inner .footer-nav ul li a:hover {
  opacity: 1;
}
footer .footer-inner .footer-nav ul li a:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: rgba(255, 153, 0, 0.2);
  width: 100%;
  height: 100%;
}
footer .footer-link {
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 2px solid #ffffff;
}
footer .footer-link ul {
  letter-spacing: -.4em;
  text-align: center;
}
footer .footer-link ul li {
  display: inline-block;
  letter-spacing: normal;
  list-style: none;
  color: #ffffff;
}
footer .footer-link ul li a {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #ffffff;
}
footer .footer-link ul li:after {
  content: '|';
  margin: 0 8px;
}
footer .footer-link ul li:last-child:after {
  display: none;
}
footer .footer-copy {
  margin: 0 0 32px;
  text-align: center;
}
footer .footer-copy small {
  font-family: 'roboto';
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.1em;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .fixed footer {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: 0s ease-out;
    -moz-transition: 0s ease-out;
    -o-transition: 0s ease-out;
    transition: 0s ease-out;
  }

  footer .footer-inner {
    margin: 20px 0 32px;
  }
  footer .footer-inner .footer-nav {
    margin: 0 2.5% 16px;
  }
  footer .footer-inner .footer-nav ul {
    display: block;
  }
  footer .footer-inner .footer-nav ul li {
    display: inline-block;
    margin: 0 0 12px;
  }
  footer .footer-inner .footer-nav ul li:nth-child(2n) {
    margin: 0 0 12px;
  }
  footer .footer-inner .footer-nav ul li:last-child {
    margin: 0 0 12px;
  }
  footer .footer-inner .footer-nav ul li a {
    display: block;
  }
  footer .footer-inner .footer-nav ul li a img {
    margin: 0 auto;
  }
  footer .footer-link {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  footer .footer-link ul {
    letter-spacing: -.4em;
    text-align: left;
    margin: 0 0 -8px 0;
  }
  footer .footer-link ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    list-style: none;
    width: 46.25%;
    border: 2px solid #ffffff;
    border-radius: 24px;
    box-sizing: border-box;
    margin: 0 1.25% 8px 2.5%;
  }
  footer .footer-link ul li:nth-child(2n) {
    margin: 0 2.5% 0 1.25%;
  }
  footer .footer-link ul li a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 4px;
    text-align: center;
  }
  footer .footer-link ul li:after {
    display: none;
  }
  footer .footer-copy {
    margin: 0 0 40px;
  }
  footer .footer-copy small {
    font-size: 8px;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    font-weight: normal;
  }
}
/* ----------------------------------------
breadcrumbs
---------------------------------------- */
.breadcrumbs {
  margin: 0 0 64px;
}
.breadcrumbs .breadcrumbs-inner {
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
}
.breadcrumbs .breadcrumbs-inner nav ul {
  padding: 16px 32px;
}
.breadcrumbs .breadcrumbs-inner nav ul li {
  position: relative;
  display: inline;
  list-style-type: none;
  color: #e60012;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0 16px 0 0;
  padding: 0 18px 0 0;
}
.breadcrumbs .breadcrumbs-inner nav ul li:after {
  right: 0 !important;
  left: auto !important;
  width: 3px;
  height: 3px;
  border-top: 2px solid #999999;
  border-right: 2px solid #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumbs .breadcrumbs-inner nav ul li:last-child:after {
  display: none;
}
.breadcrumbs .breadcrumbs-inner nav ul li a {
  color: #000000;
  font-weight: normal;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .breadcrumbs {
    display: none;
  }
}
/* ----------------------------------------
block-title
---------------------------------------- */
.block-title-page {
  margin: 0 auto 64px;
}
.block-title-page .block-title-page-inner {
  width: 100%;
  margin: 0 auto;
}
.block-title-page .block-title-page-inner h1 {
  background: #fffbe8;
  font-size: 32px;
  font-weight: bold;
  line-height: 122%;
  color: #e60012;
  letter-spacing: 0.1em;
  padding: 24px 32px;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .block-title-page {
    width: 110%;
    margin: -16px -5% 20px;
  }
  .block-title-page .block-title-page-inner {
    width: 100%;
    margin: 0 auto;
  }
  .block-title-page .block-title-page-inner h1 {
    font-size: 20px;
    padding: 16px;
  }
}
/* ----------------------------------------
block-title
---------------------------------------- */
.block-title .title {
  font-size: 32px;
  color: #e60012;
  line-height: 100%;
  letter-spacing: 0.2em;
  margin: 48px 0 24px;
  text-align: center;
}
.block-title .block-title-sub {
  max-width: 1088px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 48px;
}
.block-title .block-title-sub .category {
  margin: 0 32px 24px;
}
.block-title .block-title-sub .category ul li {
  display: inline-block;
  color: #666666;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.05em;
}
.block-title .block-title-sub .release {
  padding: 24px 32px;
  border-top: 1px solid rgba(255, 204, 0, 0.6);
  border-bottom: 1px solid rgba(255, 204, 0, 0.6);
  box-sizing: border-box;
}
.block-title .block-title-sub .release span {
  color: #666666;
  font-size: 16px;
  line-height: 100%;
}
.block-title .block-title-sub .release span.week {
  margin: 0 8px 0 0;
}
.block-title .block-title-sub .release span.week.sat {
  color: #264eb5;
}
.block-title .block-title-sub .release span.week.sun {
  color: #f53756;
}
.block-title .block-title-sub .release span.time {
  font-family: 'magistralCondLight';
  letter-spacing: 0.2em;
}
.block-title .block-title-inner {
  max-width: 992px;
  width: 100%;
  margin: 0 auto 64px;
  padding: 0 48px 48px;
  border-bottom: 1px solid rgba(255, 204, 0, 0.6);
}
.block-title .block-title-inner h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 122%;
  letter-spacing: 0.05em;
}
.block-title .block-title-inner .subtitle {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.05em;
  margin: 32px 0 0;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .block-title .block-title-sub {
    margin: 0 auto 24px;
  }
  .block-title .block-title-sub .category {
    margin: 0 16px 8px;
  }
  .block-title .block-title-sub .category ul li {
    font-size: 12px;
    line-height: 100%;
  }
  .block-title .block-title-sub .release {
    max-width: 100%;
    width: 100%;
    padding: 8px 16px;
  }
  .block-title .block-title-sub .release span {
    font-size: 12px;
    line-height: 200%;
  }
  .block-title .block-title-sub .release span.week {
    margin: 0 4px 0 0;
  }
  .block-title .block-title-inner {
    overflow: hidden;
    margin: 0 0 32px;
    width: auto;
    padding: 0 0 24px;
  }
  .block-title .block-title-inner h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 133%;
  }
  .block-title .block-title-inner .subtitle {
    font-size: 14px;
    line-height: 129%;
    margin: 16px 0 0;
  }
}
/* ----------------------------------------
block-category-title
---------------------------------------- */
.block-category-title {
  height: 436px;
  margin: -64px 0 0;
  padding: 44px 0 0;
}
.block-category-title h1 {
  font-size: 44px;
  line-height: 100%;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 32px;
}
.block-category-title h1:before {
  content: '';
  display: block;
  width: 200px;
  height: 196px;
  margin: 0 auto 32px;
}
.block-category-title p {
  color: #ffffff;
  font-size: 15px;
  line-height: 200%;
  text-align: center;
}
.block-category-title.category-highball {
  background: url("/img/highball/bg_category_title01.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.block-category-title.category-highball h1:before {
  background: url("/img/highball/icon_category01.png") no-repeat 50% 50%;
}
.block-category-title.category-lunch {
  background: url("/img/lunch/bg_category_title01.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.block-category-title.category-lunch h1:before {
  background: url("/img/lunch/icon_category01.png") no-repeat 50% 50%;
}
.block-category-title.category-delivery {
  background: url("/img/delivery/bg_category_title01.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.block-category-title.category-delivery h1:before {
  background: url("/img/delivery/icon_category01.png") no-repeat 50% 50%;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .block-category-title {
    background: none;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .block-category-title h1 {
    font-size: 22px;
    padding: 32px 0;
    margin: 0 0 20px;
  }
  .block-category-title h1:before {
    content: '';
    display: block;
    width: 70px;
    height: 68.6px;
    margin: 0 auto 12px;
  }
  .block-category-title p {
    color: #000000;
    font-size: 14px;
    line-height: 128%;
    text-align: left;
    margin: 0 5%;
  }
  .block-category-title.category-highball {
    background: none;
  }
  .block-category-title.category-highball h1 {
    background: url("/img/highball/bg_category_title01.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  .block-category-title.category-highball h1:before {
    background: url("/img/highball/icon_category01.png") no-repeat 50% 50%;
    background-size: 70px auto;
  }
  .block-category-title.category-lunch {
    background: none;
  }
  .block-category-title.category-lunch h1 {
    background: url("/img/lunch/bg_category_title01.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  .block-category-title.category-lunch h1:before {
    background: url("/img/lunch/icon_category01.png") no-repeat 50% 50%;
    background-size: 70px auto;
  }
  .block-category-title.category-delivery {
    background: none;
  }
  .block-category-title.category-delivery h1 {
    background: url("/img/delivery/bg_category_title01.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  .block-category-title.category-delivery h1:before {
    background: url("/img/delivery/icon_category01.png") no-repeat 50% 50%;
    background-size: 70px auto;
  }
}
/* ----------------------------------------
content-social
---------------------------------------- */
.content-social {
  width: 100%;
  margin: 120px auto 0;
  clear: both;
}
.content-social .content-social-inner h3 {
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
  text-align: center;
  margin: 0 0 24px;
}
.content-social .content-social-inner h3 span {
  display: block;
  font-weight: normal;
}
.content-social .content-social-inner .content-social-button {
  overflow: hidden;
}
.content-social .content-social-inner .content-social-button ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.content-social .content-social-inner .content-social-button ul li {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  letter-spacing: normal;
  max-width: 320px;
  width: 100%;
  margin: 0 16px;
}
.content-social .content-social-inner .content-social-button ul li a {
  display: block;
  width: 100%;
  height: 96px;
}
.content-social .content-social-inner .content-social-button ul li a span {
  display: none;
}
.content-social .content-social-inner .content-social-button ul li.btn-li {
  display: none;
}
.content-social .content-social-inner .content-social-button ul li.btn-tw a {
  background: url("/img/common/icon/icon_sns_tw_text01.png") no-repeat 50% 50% #1da1f2;
}
.content-social .content-social-inner .content-social-button ul li.btn-fb a {
  background: url("/img/common/icon/icon_sns_fb_text01.png") no-repeat 50% 50% #295b9f;
}
.content-social .content-social-inner .content-social-button ul li.btn-in a {
  background: url("/img/common/icon/icon_sns_in_text01.png") no-repeat 50% 50% #000000;
}
.content-social .content-social-inner .content-social-button ul li.btn-yt a {
  background: url("/img/common/icon/icon_sns_yt_text01.png") no-repeat 50% 50% #cd201f;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .content-social {
    margin: 60px auto 0;
  }
  .content-social .content-social-inner h3 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 16px;
  }
  .content-social .content-social-inner .content-social-button {
    overflow: hidden;
  }
  .content-social .content-social-inner .content-social-button ul {
    overflow: hidden;
    text-align: center;
    letter-spacing: -.40em;
  }
  .content-social .content-social-inner .content-social-button ul li {
    display: inline-block;
    letter-spacing: normal;
    float: none;
    width: auto;
    margin: 0 8px;
  }
  .content-social .content-social-inner .content-social-button ul li a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 0;
  }
  .content-social .content-social-inner .content-social-button ul li.btn-li {
    display: inline-block;
  }
  .content-social .content-social-inner .content-social-button ul li.btn-li a {
    background: url("/img/common/icon/icon_sns_li_logo01.png") no-repeat 50% 50%;
    background-size: 60px 60px;
  }
  .content-social .content-social-inner .content-social-button ul li.btn-tw a {
    background: url("/img/common/icon/icon_sns_tw_logo01.png") no-repeat 50% 50%;
    background-size: 60px 60px;
  }
  .content-social .content-social-inner .content-social-button ul li.btn-fb a {
    background: url("/img/common/icon/icon_sns_fb_logo01.png") no-repeat 50% 50%;
    background-size: 60px 60px;
  }
  .content-social .content-social-inner .content-social-button ul li.btn-in a {
    background: url("/img/common/icon/icon_sns_in_logo01.png") no-repeat 50% 50%;
    background-size: 60px 60px;
  }
  .content-social .content-social-inner .content-social-button ul li.btn-yt a {
    background: url("/img/common/icon/icon_sns_yt_logo01.png") no-repeat 50% 50%;
    background-size: 60px 60px;
  }
}
/* ----------------------------------------
relation
---------------------------------------- */
.relation {
  background: #22323d;
}
.relation .relation-inner {
  max-width: 1216px;
  margin: 0 auto;
}
.relation .relation-inner ul {
  overflow: hidden;
  padding: 32px 0 0;
  text-align: center;
  letter-spacing: -.40em;
}
.relation .relation-inner ul li {
  display: inline-block;
  letter-spacing: normal;
  width: 23.685%;
  margin: 0 16px 32px 16px;
}
.relation .relation-inner ul li a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 290px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 18px 30px 15px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
.relation .relation-inner ul li a:after {
  right: 16px;
  left: auto !important;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.relation .relation-inner ul li a span {
  display: block;
  font-family: 'magistralCondLight';
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .relation .relation-inner {
    max-width: 75%;
    margin: 0 auto;
    padding: 32px 0;
  }
  .relation .relation-inner ul {
    padding: 0;
  }
  .relation .relation-inner ul li {
    display: block;
    letter-spacing: normal;
    width: 100%;
    margin: 0;
  }
  .relation .relation-inner ul li a {
    display: block;
    width: auto;
    font-size: 16px;
    line-height: 100%;
    font-weight: bold;
    padding: 12px 24px 12px 24px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: none;
    border-left: 2px solid #ffffff;
    box-sizing: border-box;
  }
  .relation .relation-inner ul li a:after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .relation .relation-inner ul li a span {
    font-size: 11px;
  }
  .relation .relation-inner ul li:last-child a {
    border: 2px solid #ffffff;
  }
}
/* ----------------------------------------
block-grid
---------------------------------------- */
.block-grid + .block-grid {
  margin: 24px 0 0;
}
.block-grid .block-grid-inner {
  overflow: hidden;
  margin-top: -1.5625% !important;
  margin-right: -1.5625%;
  margin-bottom: -1.5625% !important;
  margin-left: -1.5625%;
}
.block-grid .block-grid-inner > h3 {
  margin: 1.515151515% 1.515151515% 8px !important;
}
.block-grid .block-grid-inner > h4 {
  margin: 1.515151515% 1.515151515% 8px !important;
}
.block-grid .block-grid-inner .grid-child {
  float: left;
  width: 100%;
  margin: 1.515151515%;
}
.block-grid .block-grid-inner .grid-child > a {
  display: block;
}
.block-grid .block-grid-inner .grid-child figure {
  width: auto;
  margin: 0 auto;
}
.block-grid .block-grid-inner .grid-child figure span.icon-pdf:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #e60012;
  margin: 0 0 0 4px;
}
.block-grid .block-grid-inner .grid-child.grid01 {
  width: 5.303030303%;
}
.block-grid .block-grid-inner .grid-child.grid02 {
  width: 13.636363636%;
}
.block-grid .block-grid-inner .grid-child.grid03 {
  width: 21.969696969%;
}
.block-grid .block-grid-inner .grid-child.grid04 {
  width: 30.303030303%;
}
.block-grid .block-grid-inner .grid-child.grid05 {
  width: 38.636363636%;
}
.block-grid .block-grid-inner .grid-child.grid06 {
  width: 46.969696969%;
}
.block-grid .block-grid-inner .grid-child.grid07 {
  width: 55.303030303%;
}
.block-grid .block-grid-inner .grid-child.grid08 {
  width: 63.636363636%;
}
.block-grid .block-grid-inner .grid-child.grid09 {
  width: 71.969696969%;
}
.block-grid .block-grid-inner .grid-child.grid10 {
  width: 80.303030303%;
}
.block-grid .block-grid-inner .grid-child.grid11 {
  width: 88.636363636%;
}
.block-grid .block-grid-inner .grid-child.grid12 {
  width: 97.061611374%;
}
.block-grid .block-grid-inner .grid-child.bnr-relation a figure figcaption {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .block-grid + .block-grid {
    margin: 24px 0 0;
  }
  .block-grid .block-grid-inner {
    overflow: hidden;
    margin-top: 0 !important;
    margin-right: 0;
    margin-bottom: -24px !important;
    margin-left: 0;
  }
  .block-grid .block-grid-inner > h3 {
    margin: 0 0 16px !important;
  }
  .block-grid .block-grid-inner > h4 {
    margin: 0 0 16px !important;
  }
  .block-grid .block-grid-inner .grid-child {
    float: none;
    margin: 0 0 20px;
  }
  .block-grid .block-grid-inner .grid-child img {
    max-width: 100%;
    height: auto;
  }
  .block-grid .block-grid-inner .grid-child.grid01 {
    width: auto;
  }
  .block-grid .block-grid-inner .grid-child.grid02 {
    width: auto;
  }
  .block-grid .block-grid-inner .grid-child.grid03 {
    width: auto;
  }
  .block-grid .block-grid-inner .grid-child.grid04 {
    width: auto;
  }
  .block-grid .block-grid-inner .grid-child.grid05 {
    width: auto;
  }
  .block-grid .block-grid-inner .grid-child.grid06 {
    width: auto;
  }
  .block-grid .block-grid-inner .grid-child.grid07 {
    width: auto;
  }
  .block-grid .block-grid-inner .grid-child.grid08 {
    width: auto;
  }
  .block-grid .block-grid-inner .grid-child.grid09 {
    width: auto;
  }
  .block-grid .block-grid-inner .grid-child.grid10 {
    width: auto;
  }
  .block-grid .block-grid-inner .grid-child.grid11 {
    width: auto;
  }
  .block-grid .block-grid-inner .grid-child.grid12 {
    width: auto;
  }
  .block-grid .block-grid-inner .grid-child.column02 {
    width: 47.5%;
    float: left;
    margin: 0 0 20px;
  }
  .block-grid .block-grid-inner .grid-child.column02:nth-child(2n) {
    float: right;
  }
  .block-grid .block-grid-inner .grid-child.bnr-relation a figure figcaption {
    font-size: 12px;
    text-align: left;
  }
}
/* ----------------------------------------
button-type 
---------------------------------------- */
.link-btn {
  position: relative;
  text-align: center;
  letter-spacing: -.4em;
  margin: 0;
  padding: 0 16px;
}
.link-btn .link-btn-inner {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
.link-btn .link-btn-inner + .link-btn-inner {
  margin: 0 0 0 32px;
}
.link-btn .link-btn-inner.is-loading {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #e60012;
  border-right-color: transparent;
  animation: spin 1s linear infinite;
  letter-spacing: 0;
  padding: 0;
}
.link-btn .link-btn-inner.is-loading input {
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    opacity: 0.2;
  }
  /*0%の時は20％の透明度*/
  50% {
    transform: rotate(180deg);
    opacity: 1.0;
  }
  /*50%の時は透明度なし*/
  100% {
    transform: rotate(360deg);
    opacity: 0.2;
  }
  /*100%の時に20％の透明度に戻る*/
}
.link-btn .link-btn-inner a {
  display: block;
  color: #e60012;
  font-size: 20px;
  font-weight: bold;
  line-height: 115%;
  letter-spacing: 0.2em;
  border: 2px solid #e60012;
  border-radius: 120px;
  padding: 19px 16px;
  text-align: center;
}
.link-btn .link-btn-inner a.icon-external span:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  margin: 0 0 0 4px;
}
.link-btn .link-btn-inner a.icon-pdf span:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-family: 'icomoon' !important;
  margin: 0 0 0 4px;
}
.link-btn .link-btn-inner a.sub {
  border: 2px solid #666666;
  color: #666666;
}
.link-btn .link-btn-inner a.important {
  background: #e60012;
  color: #ffffff;
}
.link-btn .link-btn-inner a.inactive {
  background: #333333;
  color: #cccccc;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .link-btn {
    padding: 0 8px;
  }
  .link-btn .link-btn-inner {
    max-width: 240px;
    width: 100%;
  }
  .link-btn .link-btn-inner + .link-btn-inner {
    margin: 8px auto 0;
  }
  .link-btn .link-btn-inner a {
    font-size: 12px;
    line-height: 110%;
    padding: 12px 16px;
  }
}
/* ----------------------------------------
text-type
---------------------------------------- */
.link-text {
  position: relative;
  font-size: 18px;
  letter-spacing: 0;
  padding: 0 0 0 24px;
}
.link-text:before {
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #e60012;
  border-right: 3px solid #e60012;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-text.icon-external span:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  margin: 0 0 0 4px;
}
.link-text.icon-pdf span:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  margin: 0 0 0 4px;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .link-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 14px;
    line-height: 120%;
    padding: 0 0 0 16px;
  }
}
/* ----------------------------------------
icon-type
---------------------------------------- */
/* icon-movie */
a.icon-movie {
  position: relative;
  display: block;
}
a.icon-movie:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: #ff9900;
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
a.icon-movie:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 44px;
  right: 44px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 17px solid #ffffff;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  a.icon-movie:before {
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
  }
  a.icon-movie:after {
    bottom: 30px;
    right: 30px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #ffffff;
  }
}
/* ----------------------------------------
bnr-campaign
---------------------------------------- */
/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .bnr-campaign img {
    width: 100%;
    height: auto;
  }
}
/* ----------------------------------------
photogallery
---------------------------------------- */
.photogallery {
  background: #f2f2f2;
  padding: 40px 0;
  clear: both;
  overflow: hidden;
}
.photogallery h2 {
  font-family: 'magistralCondBold';
  font-size: 32px;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 100%;
  text-align: center;
  margin: 0 0 32px;
}
.photogallery .photogallery_inner {
  background: #666666;
  margin: 0 0 32px;
  padding: 16px 0;
  overflow: hidden;
}
.photogallery .photogallery_inner .photogallery-slider {
  outline: none;
}
.photogallery .photogallery_inner .photogallery-slider .photogallery-slider-panel {
  margin: 0 8px;
}
.photogallery .btn-list {
  display: block;
  background: #512115;
  width: 720px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto;
  padding: 24px 0;
  border-radius: 2px;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .photogallery {
    background: #f2f2f2;
    padding: 24px 0;
    width: 100%;
  }
  .photogallery h2 {
    font-size: 16px;
    margin: 0 0 16px;
  }
  .photogallery .photogallery_inner {
    background: #666666;
    margin: 0 0 32px;
    padding: 16px 0;
  }
  .photogallery .photogallery_inner ul {
    width: 1136px;
    text-align: center;
    letter-spacing: -.40em;
    overflow: hidden;
  }
  .photogallery .photogallery_inner ul li {
    display: inline-block;
    letter-spacing: normal;
    width: 96px;
    margin: 0 8px;
  }
  .photogallery .photogallery_inner ul li img {
    width: 96px;
    height: 96px;
  }
  .photogallery .btn-list {
    width: 75%;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 2px;
  }
}
/* ----------------------------------------
moviegallery
---------------------------------------- */
.moviegallery {
  background: #333333;
  padding: 40px 0;
  clear: both;
}
.moviegallery h2 {
  font-family: 'magistralCondBold';
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 100%;
  text-align: center;
  margin: 0 0 32px;
}
.moviegallery ul {
  text-align: center;
  letter-spacing: -.40em;
  overflow: hidden;
  margin: 0 0 32px;
}
.moviegallery ul li {
  display: inline-block;
  letter-spacing: normal;
  max-width: 26.31579%;
  width: 100%;
  margin: 0 8px;
}
.moviegallery ul li iframe {
  width: 100%;
  height: 184px;
}
.moviegallery .btn-list {
  display: block;
  background: #512115;
  width: 720px;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto;
  padding: 24px 0;
  border-radius: 2px;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .moviegallery {
    padding: 24px 0;
  }
  .moviegallery h2 {
    font-size: 16px;
    margin: 0 0 16px;
  }
  .moviegallery ul {
    margin: 0 0 16px;
  }
  .moviegallery ul li {
    display: block;
    max-width: 87.5%;
    margin: 0 auto 8px;
  }
  .moviegallery ul li iframe {
    width: 100%;
    height: 184px;
  }
  .moviegallery ul li:last-child {
    margin: 0 auto;
  }
  .moviegallery .btn-list {
    width: 75%;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 2px;
  }
}
/* ----------------------------------------
pagenation-number
---------------------------------------- */
.pagenation-number {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.pagenation-number .page-btn {
  max-width: 480px;
  width: 100%;
  margin: 72px auto 48px;
  border: 2px solid #e60012;
  border-radius: 24px;
  box-sizing: border-box;
}
.pagenation-number .page-btn a {
  display: block;
  line-height: 100%;
  color: #e60012;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
}
.pagenation-number .pagenation-number-inner {
  letter-spacing: -.40em;
  text-align: center;
}
.pagenation-number .pagenation-number-inner .pagenation-number-prev, .pagenation-number .pagenation-number-inner .pagenation-number-next {
  display: inline-block;
  vertical-align: middle;
  width: 7.5%;
  height: 64px;
  background: #e60012;
  letter-spacing: normal;
  box-sizing: border-box;
}
.pagenation-number .pagenation-number-inner .pagenation-number-prev a, .pagenation-number .pagenation-number-inner .pagenation-number-next a {
  position: relative;
  display: block;
  max-width: 72px;
  width: 100%;
  height: 64px;
}
.pagenation-number .pagenation-number-inner .pagenation-number-prev a:after, .pagenation-number .pagenation-number-inner .pagenation-number-next a:after {
  top: 50% !important;
  left: 50% !important;
  width: 12px;
  height: 12px;
  border-top: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
}
.pagenation-number .pagenation-number-inner .pagenation-number-prev a.is-inactive, .pagenation-number .pagenation-number-inner .pagenation-number-next a.is-inactive {
  pointer-events: none;
  opacity: 0.5;
}
.pagenation-number .pagenation-number-inner .pagenation-number-prev a span, .pagenation-number .pagenation-number-inner .pagenation-number-next a span {
  display: none;
}
.pagenation-number .pagenation-number-inner .pagenation-number-prev {
  border-right: 2px solid #ffffff;
  border-radius: 32px 0 0 32px;
}
.pagenation-number .pagenation-number-inner .pagenation-number-prev a:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  margin: -8px 0 0 -5px !important;
}
.pagenation-number .pagenation-number-inner .pagenation-number-next {
  border-left: 2px solid #ffffff;
  border-radius: 0 32px 32px 0;
}
.pagenation-number .pagenation-number-inner .pagenation-number-next a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -8px 0 0 -15px !important;
}
.pagenation-number .pagenation-number-inner .pagenation-number-real {
  display: inline-block;
  width: 85%;
  background: #e60012;
  letter-spacing: normal;
  vertical-align: middle;
}
.pagenation-number .pagenation-number-inner .pagenation-number-real ul {
  letter-spacing: -.40em;
  text-align: center;
}
.pagenation-number .pagenation-number-inner .pagenation-number-real ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.pagenation-number .pagenation-number-inner .pagenation-number-real ul li a, .pagenation-number .pagenation-number-inner .pagenation-number-real ul li span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 200%;
  margin: 8px 16px;
  padding: 8px 21px 8px;
}
.pagenation-number .pagenation-number-inner .pagenation-number-real ul li.is-select a {
  background: #ff9900;
  color: #e60012;
  border-radius: 50%;
  pointer-events: none;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .pagenation-number .page-btn {
    max-width: 240px;
    width: 100%;
    margin: 24px auto;
  }
  .pagenation-number .page-btn a {
    font-weight: normal;
    line-height: 165%;
    padding: 8px;
  }
  .pagenation-number .pagenation-number-inner {
    display: table;
    width: 110%;
    margin: 0 -5% 0;
  }
  .pagenation-number .pagenation-number-inner .pagenation-number-prev, .pagenation-number .pagenation-number-inner .pagenation-number-next {
    display: table-cell;
    width: 40px;
    height: 48px;
    border-radius: 0;
  }
  .pagenation-number .pagenation-number-inner .pagenation-number-prev a, .pagenation-number .pagenation-number-inner .pagenation-number-next a {
    width: 100%;
    height: 48px;
  }
  .pagenation-number .pagenation-number-inner .pagenation-number-prev a:after, .pagenation-number .pagenation-number-inner .pagenation-number-next a:after {
    width: 6px;
    height: 6px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
  .pagenation-number .pagenation-number-inner .pagenation-number-prev {
    border-right: 1px solid #ffffff;
  }
  .pagenation-number .pagenation-number-inner .pagenation-number-prev a:after {
    margin: -3px 0 0 -3px !important;
  }
  .pagenation-number .pagenation-number-inner .pagenation-number-next {
    border-left: 1px solid #ffffff;
  }
  .pagenation-number .pagenation-number-inner .pagenation-number-next a:after {
    margin: -3px 0 0 -6px !important;
  }
  .pagenation-number .pagenation-number-inner .pagenation-number-real {
    display: table-cell;
    width: auto;
    padding: 0 4px;
  }
  .pagenation-number .pagenation-number-inner .pagenation-number-real ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    width: 100%;
  }
  .pagenation-number .pagenation-number-inner .pagenation-number-real ul li {
    width: 48px;
  }
  .pagenation-number .pagenation-number-inner .pagenation-number-real ul li a, .pagenation-number .pagenation-number-inner .pagenation-number-real ul li span {
    display: block;
    max-width: 32px;
    width: 100%;
    font-size: 12px;
    margin: 8px auto;
    padding: 4px 0;
  }
}
/* ----------------------------------------
event-past 
---------------------------------------- */
.event-past h2 {
  background: #22323d;
  font-size: 28px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 22px 0 20px;
}
.event-past .event-past-inner {
  background: #385366;
  padding: 32px 10.52632% 0;
}
.event-past .event-past-inner ul {
  overflow: hidden;
}
.event-past .event-past-inner ul li {
  float: left;
  width: 22.5%;
  margin: 0 3.33333% 32px 0;
}
.event-past .event-past-inner ul li:nth-child(4n) {
  margin: 0 0 16px 0;
}
.event-past .event-past-inner ul li a {
  position: relative;
  display: block;
  background: #22323d;
  font-size: 20px;
  color: #ffffff;
  padding: 26px 32px 25px 16px;
}
.event-past .event-past-inner ul li a:after {
  right: 16px;
  left: auto;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .event-past h2 {
    font-size: 12px;
    padding: 8px 0;
  }
  .event-past .event-past-inner {
    background: #385366;
    padding: 16px 0;
  }
  .event-past .event-past-inner ul {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }
  .event-past .event-past-inner ul li {
    float: none;
    width: 100%;
    margin: 0 0 2px;
  }
  .event-past .event-past-inner ul li:nth-child(4n) {
    margin: 0 0 2px;
  }
  .event-past .event-past-inner ul li a {
    font-size: 16px;
    letter-spacing: 0.2em;
    padding: 16px 32px 16px 12px;
  }
  .event-past .event-past-inner ul li a:after {
    right: 16px;
    left: auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/* ----------------------------------------
block-read
---------------------------------------- */
.block-read {
  margin: 0 0 80px;
}
.block-read .block-read-inner {
  margin: 0 2.94118%;
  padding: 0;
  text-align: center;
}
.block-read .block-read-inner p {
  font-size: 20px;
  line-height: 160%;
  margin: 0 0 16px;
}
.block-read .block-read-inner p:last-child {
  margin: 0;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .block-read {
    margin: 16px 0 36px;
  }
  .block-read .block-read-inner {
    margin: 0 5%;
    text-align: left;
  }
  .block-read .block-read-inner p {
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 8px;
  }
}
/* ----------------------------------------
block-content
---------------------------------------- */
.block-content {
  /* h2 */
}
.block-content h2 {
  position: relative;
  font-size: 28px;
  color: #512115;
  line-height: 140%;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
  padding: 16px 16px 16px 32px;
}
.block-content h2:before {
  content: '';
  position: absolute;
  top: 26px;
  left: 8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #e60012;
  border-radius: 100%;
}
.block-content .block-content-inner {
  /* h3 */
  /* h4 */
  /* float*/
  /* figure */
  /* p */
}
.block-content .block-content-inner h3 {
  color: #512115;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #ffcc00;
  margin: 0 0 24px;
  padding: 0 16px 16px;
}
.block-content .block-content-inner h3 + .block-grid {
  margin: 0 16px;
}
.block-content .block-content-inner h3 + .block-map {
  margin: 0 16px;
}
.block-content .block-content-inner h3 + .block-text {
  margin: 0 16px;
}
.block-content .block-content-inner h3 + .block-text p {
  margin: 0 0 24px;
}
.block-content .block-content-inner h3 + .block-text p:last-child {
  margin: 0;
}
.block-content .block-content-inner h4 {
  color: #512115;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
  margin: 0 0 24px;
  padding: 0 16px 16px;
}
.block-content .block-content-inner h4.no-border {
  border-bottom: none;
}
.block-content .block-content-inner h4 + .block-text {
  margin: 0 16px;
}
.block-content .block-content-inner h4 + .block-text p {
  margin: 0;
}
.block-content .block-content-inner .fR {
  float: right;
  margin: 0 0 16px 16px;
}
.block-content .block-content-inner .fL {
  float: left;
  margin: 0 16px 16px 0;
}
.block-content .block-content-inner figure {
  width: 100%;
  margin: 0 auto 64px;
  text-align: center;
}
.block-content .block-content-inner figure figcaption {
  font-size: 16px;
  color: #000000;
  line-height: 130%;
  letter-spacing: 0;
  text-align: left;
  padding: 16px 16px 0;
}
.block-content .block-content-inner p {
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0;
  margin: 0 0 24px;
}
.block-content .block-content-inner p:last-child {
  margin: 0;
}
.block-content .block-content-inner p em {
  font-weight: bold;
  font-style: normal;
  color: #ff9900;
  letter-spacing: 0.1em;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .block-content {
    /* h2 */
  }
  .block-content h2 {
    font-size: 20px;
    margin: 0 0 28px;
    padding: 0 8px 0 24px;
  }
  .block-content h2:before {
    top: 6px;
    left: 0;
  }
  .block-content .block-content-inner {
    /* h3 */
    /* h4 */
    /* float*/
    /* block-text */
    /* figure */
    /* p */
  }
  .block-content .block-content-inner h3 {
    font-size: 16px;
    border-bottom: 0.5px solid #ffcc00;
    margin: 0 0 16px;
    padding: 0 8px 16px;
  }
  .block-content .block-content-inner h3 + .block-grid {
    margin: 0 8px;
  }
  .block-content .block-content-inner h3 + .block-map {
    margin: 0 8px;
  }
  .block-content .block-content-inner h3 + .block-text {
    margin: 0 8px;
  }
  .block-content .block-content-inner h3 + .block-text p {
    margin: 0 0 12px;
  }
  .block-content .block-content-inner h3 + .block-text p:last-child {
    margin: 0;
  }
  .block-content .block-content-inner h4 {
    font-size: 14px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.5);
    margin: 0 0 16px;
    padding: 0 8px 16px;
  }
  .block-content .block-content-inner h4 + .block-text {
    margin: 0 8px;
  }
  .block-content .block-content-inner h4 + .block-text p {
    margin: 0;
  }
  .block-content .block-content-inner .fR {
    float: none;
    margin: 0 auto 32px;
  }
  .block-content .block-content-inner .fL {
    float: none;
    margin: 0 auto 32px;
  }
  .block-content .block-content-inner .block-text {
    margin: 0 8px;
  }
  .block-content .block-content-inner figure {
    margin: 0 auto 32px;
  }
  .block-content .block-content-inner figure img {
    max-width: 100%;
    height: auto;
  }
  .block-content .block-content-inner figure figcaption {
    font-size: 12px;
    padding: 12px 8px 0;
  }
  .block-content .block-content-inner p {
    font-size: 14px;
    line-height: 160%;
    margin: 0 0 20px;
  }
  .block-content .block-content-inner p:last-child {
    margin: 0;
  }
  .block-content .block-content-inner p em {
    font-weight: normal;
    letter-spacing: 0em;
  }
}
/* ----------------------------------------
figure
---------------------------------------- */
figure.fig-right, figure.fig-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
figure.fig-right .box-image, figure.fig-right .box-movie, figure.fig-right figcaption, figure.fig-left .box-image, figure.fig-left .box-movie, figure.fig-left figcaption {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  vertical-align: top;
}
figure.fig-right .box-image img, figure.fig-left .box-image img {
  max-width: 100%;
  height: auto;
}
figure.fig-right figcaption, figure.fig-left figcaption {
  flex: 1;
}
figure.fig-right figcaption {
  padding: 0 0 0 16px !important;
}
figure.fig-left figcaption {
  padding: 0 16px 0 0 !important;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  figure.fig-right .box-image, figure.fig-left .box-image {
    width: 72px;
  }
  figure.fig-right figcaption {
    padding: 0 0 0 12px !important;
  }
  figure.fig-left figcaption {
    padding: 0 12px 0 0 !important;
  }
}
/* ----------------------------------------
box-movie
---------------------------------------- */
.box-movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.box-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------
block-list
---------------------------------------- */
.block-list ul li, .block-list ol li {
  position: relative;
  font-size: 20px;
  line-height: 135%;
  margin: 0 0 8px;
}
.block-list ul li:last-child, .block-list ol li:last-child {
  margin: 0;
}
.block-list ul li.end:before, .block-list ol li.end:before {
  display: none;
}
.block-list ul li a, .block-list ol li a {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.block-list ul li a.is-tel, .block-list ol li a.is-tel {
  font-size: 16px;
  color: #000000;
  pointer-events: none;
}
.block-list ul li span, .block-list ol li span {
  font-size: 16px;
}
.block-list ul li span.unique, .block-list ol li span.unique {
  display: inline-block;
  min-width: 88px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin: 0 0 0 12px;
}
.block-list ul li {
  padding: 0 0 0 32px;
}
.block-list ul li:before {
  position: absolute;
  top: 8px;
  left: 16px;
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #e60012;
}
.block-list ol li {
  padding: 0 0 0 44px;
  counter-increment: ol_list;
}
.block-list ol li:before {
  content: counter(ol_list) ".";
  position: absolute;
  top: 0px;
  left: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #e60012;
  display: inline-block;
  width: 32px;
  text-align: right;
}
.block-list.border {
  padding: 0;
  margin: -16px 0 0 0;
}
.block-list.border ul li {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 16px 16px 16px 32px;
}
.block-list.border ul li:before {
  top: 24px;
}
.block-list.border ol li {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 16px 16px 16px 44px;
}
.block-list.border ol li:before {
  top: 16px;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .block-list ul li span, .block-list ol li span {
    font-size: 12px;
  }
  .block-list ul li a.is-tel, .block-list ol li a.is-tel {
    font-size: 14px;
    color: #e60012;
    pointer-events: auto;
    margin: 10px 0 0;
  }
  .block-list ul li {
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 0 0 0 24px;
  }
  .block-list ul li:before {
    top: 4px;
    left: 8px;
  }
  .block-list ol li {
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 0 0 0 32px;
  }
  .block-list ol li:before {
    left: 8px;
    font-size: 14px;
    text-align: left;
  }
  .block-list ol li:nth-child(n+10) {
    padding: 0 0 0 32px;
  }
  .block-list.border ul li {
    margin: 0;
    padding: 16px 0 16px 24px;
  }
  .block-list.border ul li:before {
    top: 20px;
    left: 8px;
  }
  .block-list.border ol li {
    margin: 0;
    padding: 16px 0 16px 32px;
  }
  .block-list.border ol li:before {
    left: 8px;
    font-size: 14px;
    text-align: left;
  }
  .block-list.border ol li:nth-child(n+10) {
    padding: 16px 0 16px 32px;
  }
}
/* ----------------------------------------
block-list-link
---------------------------------------- */
.block-list-link ul li {
  border-bottom: 1px solid #cccccc;
  padding: 24px 0;
}
.block-list-link ul li a {
  display: table;
  width: 100%;
  position: relative;
}
.block-list-link ul li a:after {
  top: 50%;
  right: 64px;
  left: auto;
  margin: -4px 0 0;
}
.block-list-link ul li a time {
  display: table-cell;
  vertical-align: top;
  width: 120px;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  letter-spacing: 0;
  line-height: 100%;
  padding: 6px 0 0 64px;
}
.block-list-link ul li a .txt-title {
  position: relative;
  display: table-cell;
  vertical-align: top;
  font-size: 20px;
  font-weight: normal;
  color: #666666;
  line-height: 140%;
  padding: 0 88px 0 56px;
}
.block-list-link ul li a .txt-title.icon-pdf:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 24px;
  content: "\e900";
  color: #e60012;
}
.block-list-link.list-shop ul {
  border-top: 1px solid rgba(255, 153, 0, 0.5);
}
.block-list-link.list-shop ul + ul {
  border-top: none;
}
.block-list-link.list-shop ul li {
  border-bottom: 1px solid rgba(255, 153, 0, 0.5);
}
.block-list-link.list-shop ul li a {
  display: table;
  width: 100%;
  position: relative;
}
.block-list-link.list-shop ul li a:after {
  top: 50%;
  right: 64px;
  left: auto;
  margin: -4px 0 0;
}
.block-list-link.list-shop ul li a .txt-shopname {
  position: relative;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  line-height: 135%;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
  padding: 0 120px 0 264px;
  border: none;
}
.block-list-link.list-shop ul li a .txt-shopname .txt-category {
  position: absolute;
  top: 0;
  left: 32px;
  display: inline-block;
  width: 184px;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  border-radius: 4px;
  margin: 0;
  padding: 5px 16px 3px;
}
.block-list-link.list-shop ul li a .txt-shopname .txt-category.icon-highboll {
  background: rgba(255, 204, 0, 0.7);
  color: #512115;
}
.block-list-link.list-shop ul li a .txt-shopname .txt-category.icon-takoyaki {
  background: #e60012;
  color: #ffffff;
}
.block-list-link.list-shop ul li a .txt-shopname .txt-category.icon-takoyaki02 {
  background: #af000e;
  color: #ffffff;
}
.block-list-link.list-shop ul li a .txt-shopname .txt-category.icon-takoyaki03 {
  background: rgba(230, 0, 18, 0.7);
  color: #ffffff;
}
.block-list-link.list-shop ul li a dl {
  display: table;
  margin: 0 104px 8px 32px;
  padding: 0;
}
.block-list-link.list-shop ul li a dl:last-child {
  margin: 0 104px 0 32px;
}
.block-list-link.list-shop ul li a dl dt {
  display: table-cell;
  white-space: nowrap;
  color: #512115;
  font-size: 16px;
  font-weight: bold;
  line-height: 175%;
  padding: 0 24px 0 0;
}
.block-list-link.list-shop ul li a dl dd {
  display: table-cell;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  line-height: 175%;
  padding: 0;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .block-list-link ul li {
    padding: 12px 0;
  }
  .block-list-link ul li:first-child {
    padding: 0 0 12px;
  }
  .block-list-link ul li a {
    display: block;
  }
  .block-list-link ul li a:after {
    top: 50%;
    right: 12px;
    left: auto;
    margin: -4px 0 0;
  }
  .block-list-link ul li a time {
    display: block;
    width: auto;
    font-size: 12px;
    margin: 0 0 12px 0;
    padding: 0 28px 0;
  }
  .block-list-link ul li a .txt-title {
    display: block;
    font-size: 14px;
    line-height: 146%;
    padding: 0 28px 0;
  }
  .block-list-link ul li a .txt-title.icon-pdf:before {
    left: 4px;
  }
  .block-list-link.list-shop ul li a {
    display: block;
    padding: 16px;
    width: auto;
  }
  .block-list-link.list-shop ul li a:after {
    top: 50%;
    right: 4px;
    left: auto;
    margin: -4px 0 0;
  }
  .block-list-link.list-shop ul li a .txt-shopname {
    font-size: 14px;
    margin: 0 0 12px;
    padding: 0;
    border: none;
  }
  .block-list-link.list-shop ul li a .txt-shopname .txt-category {
    position: static;
    display: block;
    width: 108px;
    font-size: 10px;
    letter-spacing: 0;
    border-radius: 2px;
    padding: 5px 6px 3px;
    margin: 0 auto 8px 0;
  }
  .block-list-link.list-shop ul li a dl {
    display: block;
    margin: 0 0 12px;
    padding: 0;
  }
  .block-list-link.list-shop ul li a dl:last-child {
    margin: 0;
  }
  .block-list-link.list-shop ul li a dl dt {
    display: block;
    font-size: 12px;
    padding: 0;
  }
  .block-list-link.list-shop ul li a dl dd {
    display: block;
    color: #000000;
    font-size: 12px;
    margin: 0;
  }
}
/* ----------------------------------------
block-note
---------------------------------------- */
ul.block-note {
  margin: 0 0 0 1.0em;
}
ul.block-note li {
  text-indent: -1.0em;
  margin: 0 0 4px;
  text-align: left;
}
ul.block-note li:last-child {
  margin: 0;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  ul.block-note li {
    margin: 0;
  }
}
/* ----------------------------------------
block-table
---------------------------------------- */
.block-table table {
  width: 100%;
  clear: both;
}
.block-table table thead tr th {
  background: rgba(255, 153, 0, 0.4);
  color: #512115;
  font-size: 20px;
  text-align: left;
  padding: 16px 24px;
}
.block-table table tbody tr {
  background: #ffffff;
}
.block-table table tbody tr:nth-child(even) {
  background: #fffbe8;
}
.block-table table tbody tr td {
  font-size: 16px;
  line-height: 150%;
  padding: 16px 24px;
  vertical-align: top;
}
.block-table table tbody tr td p:last-child {
  margin: 0;
}
.block-table table tbody tr td.highlight {
  background: #eaf3ff;
}
.block-table.table-typeB table tbody tr th {
  background: rgba(255, 153, 0, 0.4);
  color: #512115;
  font-size: 20px;
  text-align: left;
  padding: 16px 24px;
}
.block-table.table-typeC table thead tr th {
  background: rgba(204, 204, 204, 0.5);
  color: #512115;
}
.block-table.table-typeC table tbody tr {
  background: #ffffff;
}
.block-table.table-typeC table tbody tr:nth-child(even) {
  background: rgba(204, 204, 204, 0.25);
}
.block-table.table-typeD table thead tr th {
  font-size: 16px;
}
.block-table.table-typeD table tbody tr td {
  font-size: 13px;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .block-table table thead tr th {
    font-size: 14px;
    padding: 12px 8px;
  }
  .block-table table tbody tr td {
    font-size: 12px;
    padding: 12px 8px;
  }
  .block-table.table-typeB table tbody tr th {
    font-size: 14px;
    padding: 12px 8px;
  }
  .block-table.table-typeD table thead tr th {
    font-size: 16px;
  }
  .block-table.table-typeD table tbody tr td {
    font-size: 13px;
  }
  .block-table.block-table-scroll {
    overflow: auto;
    white-space: nowrap;
    margin: 0 0 32px 0;
  }
  .block-table.block-table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .block-table.block-table-scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .block-table.block-table-scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .block-table.block-table-scroll table {
    margin: 0;
  }
}
/* ----------------------------------------
block-tab
---------------------------------------- */
.block-tab .tabContainer {
  overflow-x: auto;
}
.block-tab .tabContainer .tab {
  overflow: hidden;
  border-bottom: 4px solid #e60012;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.block-tab .tabContainer .tab .tab__button {
  display: table-cell;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  border-left: 8px solid transparent;
}
.block-tab .tabContainer .tab .tab__button:first-child {
  border-left: none;
}
.block-tab .tabContainer .tab .tab__button a {
  display: block;
  width: 100%;
  background: #512115;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 160%;
  padding: 16px 0;
  text-align: center;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.block-tab .tabContainer .tab .tab__button.is-select a {
  background: #e60012;
}
.block-tab .bx-viewport {
  height: auto !important;
}
.block-tab .contents__content .contents__content__inner {
  clear: left;
  padding: 24px;
}
.block-tab .contents__content .contents__content__inner.menu-list {
  padding: 24px 0 0;
}
.block-tab .contents__content.bg-yellow {
  background: #fffbe8;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .block-tab .tabContainer {
    overflow-x: auto;
    margin: 0 -5% 0 0;
  }
  .block-tab .tabContainer .tab {
    display: table;
    border-bottom: 4px solid #e60012;
  }
  .block-tab .tabContainer .tab .tab__button {
    display: table-cell;
    float: none;
    vertical-align: bottom;
    padding: 0 2px;
    border-left: 2px solid transparent;
  }
  .block-tab .tabContainer .tab .tab__button:first-child {
    margin: 0;
    padding: 0 2px 0 0;
  }
  .block-tab .tabContainer .tab .tab__button:last-child {
    margin: 0;
    padding: 0 0 0 2px;
  }
  .block-tab .tabContainer .tab .tab__button a {
    font-size: 16px;
    padding: 16px 0;
    text-align: center;
  }
  .block-tab .bx-viewport {
    height: auto !important;
  }
  .block-tab .contents__content .contents__content__inner {
    padding: 32px 16px;
    overflow: hidden;
  }
}
/* ----------------------------------------
base
---------------------------------------- */
button, input, optgroup, select, textarea {
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 130%;
  border: 2px solid rgba(102, 102, 102, 0.2);
  border-radius: 2px;
  box-sizing: border-box;
}

input[type="text"], input[type="search"], input[type="password"], textarea, select {
  outline: none;
  width: 100%;
}

input[type="text"].size-xs {
  width: 8em;
}

input[type="text"].size-s {
  width: 16em;
}

input[type="text"].size-m {
  width: 32em;
}

input[type="search"] {
  width: 30%;
}

input[type="text"]:focus, input[type="search"]:focus {
  outline-style: none;
}

label.error {
  display: block;
  color: #e60012;
  font-size: 14px;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  input[type="text"], input[type="search"], input[type="password"], textarea, select {
    width: 100%;
  }

  input[type="text"].size-xs {
    width: 100%;
  }

  input[type="text"].size-s {
    width: 100%;
  }

  input[type="text"].size-m {
    width: 100%;
  }
}
/* ----------------------------------------
input
---------------------------------------- */
input {
  padding: 4px 8px;
}
input::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.7);
  font-size: 16px;
}
input:-moz-placeholder {
  color: rgba(102, 102, 102, 0.7);
  font-size: 16px;
}
input[type=reset], input[type=submit] {
  display: block;
  width: 100%;
  background: #e60012;
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 2px solid #e60012;
  border-radius: 32px;
  padding: 16px 0;
  text-align: center;
  cursor: pointer;
}
input[type=reset]:hover, input[type=submit]:hover {
  opacity: 0.7;
}
input[type=reset] {
  background: #ffffff;
  border: 2px solid #666666;
  color: #666666;
}
input[type=submit] {
  background: #e60012;
}
input.btn-submit-serch {
  display: inline-block;
  background: #e60012;
  width: auto;
  height: 32px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0.05em;
  border-radius: 2px;
  vertical-align: top;
  padding: 0 13px;
  margin: 0 0 0 3px;
}

input[type=radio], input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label, input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;
  line-height: 100%;
  cursor: pointer;
}

.error-message {
  color: #e60012;
  font-weight: bold;
  margin: 8px 0 0 0;
}

@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    display: none;
    margin: 0;
  }

  input[type=radio] + label,
  input[type=checkbox] + label {
    padding: 0 0 0 24px;
  }

  input[type=radio] + label::before,
  input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #ffffff;
  }

  input[type=radio] + label::before {
    border: 2px solid rgba(102, 102, 102, 0.2);
    border-radius: 30px;
  }

  input[type=checkbox] + label::before {
    border: 2px solid rgba(102, 102, 102, 0.2);
  }

  input[type=radio]:checked + label::after,
  input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }

  input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #000000;
    border-radius: 8px;
  }

  input[type=checkbox]:checked + label::after {
    left: 4px;
    width: 10px;
    height: 6px;
    margin-top: -5px;
    border-left: 3px solid #000000;
    border-bottom: 3px solid #000000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  input {
    width: 100%;
    margin: 0 0 8px 0;
    padding: 4px 8px;
    box-sizing: border-box;
  }
  input[type=reset], input[type=submit] {
    display: block;
    max-width: 240px;
    width: 100%;
    background: #e60012;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-align: center;
    border: 2px solid #e60012;
    border-radius: 24px;
    padding: 12px 0;
    cursor: pointer;
  }
  input.btn-submit-serch {
    background: #e60012;
    color: #ffffff;
    max-width: 160px;
    width: 100%;
    margin: 0 auto 8px;
    border: none;
  }
  input[type=reset] {
    background: #ffffff;
    border: 2px solid #666666;
    color: #666666;
  }

  input[type=radio], input[type=checkbox] {
    display: block;
    margin-right: 16px;
    margin-bottom: 16px;
  }

  input[type=radio] + label, input[type=checkbox] + label {
    position: relative;
    display: block;
    margin-right: 12px;
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
  }

  .error-message {
    margin: 4px 0 0 0;
  }
}
@media only screen and (max-width: 960px) and (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    display: none;
    margin: 0;
  }

  input[type=radio] + label,
  input[type=checkbox] + label {
    line-height: 120%;
    margin: 0 0 16px 0;
    padding: 0 0 0 24px;
  }
  input[type=radio] + label:last-child,
  input[type=checkbox] + label:last-child {
    margin: 0;
  }

  input[type=radio] + label::before,
  input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #ffffff;
  }

  input[type=radio] + label::before {
    border: 2px solid rgba(102, 102, 102, 0.2);
    border-radius: 30px;
  }

  input[type=checkbox] + label::before {
    border: 2px solid rgba(102, 102, 102, 0.2);
  }

  input[type=radio]:checked + label::after,
  input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }

  input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #000000;
    border-radius: 8px;
  }

  input[type=checkbox]:checked + label::after {
    left: 4px;
    width: 10px;
    height: 6px;
    margin-top: -5px;
    border-left: 3px solid #000000;
    border-bottom: 3px solid #000000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/* ----------------------------------------
textarea
---------------------------------------- */
textarea {
  display: block;
  resize: none;
  line-height: 140%;
  padding: 4px 8px;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  textarea {
    width: 100%;
    padding: 4px 0;
    box-sizing: border-box;
  }
}
/* ----------------------------------------
select
---------------------------------------- */
select {
  padding: 4px 64px 4px 8px;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.icon-select {
  margin: 0 0 16px;
}
.icon-select label {
  position: relative;
  display: block;
  height: 32px;
}
.icon-select label:before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 32px;
  height: 30px;
  background: #ff9900;
  pointer-events: none;
}
.icon-select label:after {
  top: -5px;
  right: 11px;
  left: auto;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}
.icon-select label select {
  background: #ffffff;
  width: 100%;
  height: 32px;
  border: 2px solid rgba(102, 102, 102, 0.2);
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0 32px 0 8px;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .icon-select:last-child {
    margin: 0;
  }
}
/* ----------------------------------------
block-select
---------------------------------------- */
.block-select {
  overflow: hidden;
  margin: 0 0 32px;
}
.block-select h2 {
  background: #595656;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 135%;
  letter-spacing: 0.4em;
  color: #ffffff;
  margin: 0 0 16px;
  padding: 8px 24px;
  border: none;
}
.block-select .block-select-inner input[type=radio] + label, .block-select .block-select-inner input[type=checkbox] + label {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 8px;
  padding: 0;
}
.block-select .block-select-inner input[type=radio] + label img, .block-select .block-select-inner input[type=checkbox] + label img {
  width: 80px;
  height: 80px;
}
.block-select .block-select-inner input[type=radio] + label:before, .block-select .block-select-inner input[type=checkbox] + label:before {
  display: none;
}
.block-select .block-select-inner input[type=radio] + label:after, .block-select .block-select-inner input[type=checkbox] + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 80px;
  height: 80px;
  border: 1px solid #000000;
  border-radius: 0;
  box-sizing: border-box;
}
.block-select .block-select-inner input[type=radio]:checked + label img {
  width: 64px;
  height: 64px;
  padding: 6px;
}
.block-select .block-select-inner input[type=radio]:checked + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  background: transparent;
  width: 80px;
  height: 80px;
  border: 6px solid #000000;
  border-radius: 0;
  box-sizing: border-box;
}
.block-select .block-select-inner .flickity-enabled {
  position: relative;
}
.block-select .block-select-inner .flickity-prev-next-button {
  position: absolute;
  top: 0;
  background: #e60012;
  width: 40px;
  height: 80px;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.block-select .block-select-inner .flickity-prev-next-button.prev {
  left: 0;
}
.block-select .block-select-inner .flickity-prev-next-button.next {
  right: 0;
}
.block-select .block-select-inner .flickity-prev-next-button svg {
  fill: #ffffff;
  width: 16px;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .block-select {
    margin: 0 0 16px;
  }
  .block-select h2 {
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0.2em;
    text-align: left;
    margin: 0 0 8px 0;
  }
  .block-select .block-select-inner input[type=radio] + label, .block-select .block-select-inner input[type=checkbox] + label {
    width: 52px;
    height: 52px;
    margin: 0 8px;
  }
  .block-select .block-select-inner input[type=radio] + label img, .block-select .block-select-inner input[type=checkbox] + label img {
    width: 52px;
    height: 52px;
  }
  .block-select .block-select-inner input[type=radio] + label:after, .block-select .block-select-inner input[type=checkbox] + label:after {
    width: 52px;
    height: 52px;
  }
  .block-select .block-select-inner input[type=radio]:checked + label img {
    width: 44px;
    height: 44px;
    padding: 4px;
  }
  .block-select .block-select-inner input[type=radio]:checked + label:after {
    top: 4px;
    width: 52px;
    height: 52px;
    border: 4px solid #000000;
  }
  .block-select .block-select-inner .flickity-prev-next-button {
    width: 20px;
    height: 52px;
  }
  .block-select .block-select-inner .flickity-prev-next-button svg {
    fill: #ffffff;
    width: 8px;
  }
}
/* ----------------------------------------
block-form
---------------------------------------- */
.block-form .icon-required:after {
  content: '必須';
  display: inline-block;
  vertical-align: 20%;
  background: #ffffff;
  color: #e60012;
  font-size: 12px;
  line-height: 138%;
  margin: 0 0 0 8px;
  padding: 0 8px;
}
.block-form small {
  display: block;
  font-size: 12px;
  margin: 0 8px;
  color: #333333;
}
.block-form dl {
  display: table;
  width: 100%;
}
.block-form dl dt {
  display: table-cell;
  width: 30%;
}
.block-form dl dt .txt-title {
  color: #512115;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  border-left: 8px solid #ff9900;
  padding: 0 0 0 8px;
  text-align: left;
}
.block-form dl dd {
  display: table-cell;
  text-align: left;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .block-form.block-table table {
    display: block;
    width: 100%;
  }
  .block-form.block-table table tbody {
    display: block;
    width: auto;
  }
  .block-form.block-table table tbody tr {
    display: block;
    width: auto;
    margin: 0 0 32px 0;
  }
  .block-form.block-table table tbody tr:last-child {
    margin: 0;
  }
  .block-form.block-table table tbody tr th {
    display: block;
    vertical-align: middle;
    width: auto;
    background: rgba(255, 153, 0, 0.4);
    color: #000000;
    font-size: 14px;
    text-align: left;
    padding: 12px 16px;
    border-radius: 4px 4px 0 0;
  }
  .block-form.block-table table tbody tr th span.icon-required:after {
    vertical-align: 15%;
  }
  .block-form.block-table table tbody tr td {
    display: block;
    background: #fffbe8;
    width: auto;
    font-size: 16px;
    padding: 32px 16px;
    border-radius: 0 0 4px 4px;
  }
  .block-form small {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 8px;
  }
  .block-form dl {
    display: block;
    margin: 0 0 24px;
  }
  .block-form dl dt {
    display: block;
    width: auto;
    margin: 0 0 8px;
  }
  .block-form dl dt .txt-title {
    font-size: 14px;
    border-left: 6px solid #ff9900;
  }
  .block-form dl dd {
    display: block;
    width: auto;
    margin: 0;
    text-align: left;
  }
}
/* ----------------------------------------
block-map
---------------------------------------- */
.block-map .block-map-inner {
  text-align: center;
}
.block-map .block-map-inner iframe, .block-map .block-map-inner object, .block-map .block-map-inner embed {
  width: 100%;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .block-map {
    margin: 0 0 32px;
  }
  .block-map .block-map-inner {
    position: relative;
    padding: 30px 0 56.25%;
    height: 0;
    overflow: hidden;
    text-align: center;
  }
  .block-map .block-map-inner iframe, .block-map .block-map-inner object, .block-map .block-map-inner embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* ----------------------------------------
block-accordion
---------------------------------------- */
.block-accordion h3 {
  position: relative;
  background: #512115;
  color: #ffffff !important;
  line-height: 160% !important;
  padding: 16px 64px 16px 32px !important;
  margin-bottom: 0px !important;
  border-bottom: none !important;
  cursor: pointer;
}
.block-accordion h3:after {
  top: -10px;
  right: 24px;
  left: auto;
  width: 16px;
  height: 16px;
  border-top: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.block-accordion h3.open:after {
  top: 10px;
  right: 24px;
  left: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.block-accordion h3.bg-red {
  background: #e60012;
}
.block-accordion .block-accordion-content {
  background: #fffbe8;
  margin: 0;
  padding: 40px 32px 32px;
}
.block-accordion .block-accordion-content .block-accordion-close {
  margin: 64px 0 0;
  text-align: center;
}
.block-accordion .block-accordion-content .block-accordion-close span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #e60012;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.block-accordion .block-accordion-content .block-accordion-close span:before {
  position: absolute;
  top: -4px;
  left: -24px;
  display: block;
  content: '';
  width: 4px;
  height: 26px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #e60012;
}
.block-accordion .block-accordion-content .block-accordion-close span:after {
  position: absolute;
  top: -4px;
  left: -24px;
  display: block;
  content: '';
  width: 4px;
  height: 26px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #e60012;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .block-accordion h3 {
    padding: 16px 32px 16px 16px !important;
    border-radius: 4px;
  }
  .block-accordion h3:after {
    top: -4px;
    right: 16px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
  .block-accordion h3.open:after {
    top: 4px;
    right: 18px;
  }
  .block-accordion .block-accordion-content {
    padding: 32px 16px 24px;
  }
  .block-accordion .block-accordion-content .block-accordion-close {
    margin: 24px 0 0;
  }
  .block-accordion .block-accordion-content .block-accordion-close span:before, .block-accordion .block-accordion-content .block-accordion-close span:after {
    top: 2px;
    left: -16px;
    width: 4px;
    height: 16px;
  }
}
/* ----------------------------------------
is-shoplist
---------------------------------------- */
.is-shoplist .block-accordion h3 {
  background: rgba(230, 0, 18, 0.8);
  font-size: 16px;
  padding: 8px 64px 8px 32px !important;
}
.is-shoplist .block-accordion h3:after {
  width: 12px;
  height: 12px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
}
.is-shoplist .block-accordion:nth-child(even) h3 {
  background: rgba(230, 0, 18, 0.6);
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .is-shoplist .block-accordion h3 {
    font-size: 14px;
    padding: 8px 32px 8px 16px !important;
    border-radius: 0;
  }
  .is-shoplist .block-accordion h3:after {
    width: 8px;
    height: 8px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
}
/* ----------------------------------------
block-frame
---------------------------------------- */
.block-frame {
  border: 2px solid #cccccc;
  border-radius: 4px;
  padding: 24px;
  text-align: center;
}
.block-frame p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 180%;
  letter-spacing: 0.025em;
  margin: 0 0 8px;
}
.block-frame p:last-child {
  margin: 0;
}
.block-frame.red {
  border: 2px solid #e60012;
}
.block-frame.red p {
  color: #e60012;
  font-weight: bold;
}
.block-frame.red ul li {
  color: #e60012;
  font-weight: bold;
  text-align: left;
}
.block-frame.red ul li:before {
  content: '・';
}
.block-frame.lightblue {
  border: none;
  background: #eaf3ff;
}
.block-frame .block-frame-inner {
  text-align: left;
}
.block-frame .block-frame-inner h2 {
  color: #e60012;
  font-size: 16px;
  line-height: 115%;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #e60012;
  margin: 8px 0 16px;
  padding: 0 0 16px;
}
.block-frame .block-frame-inner h2:before {
  display: none;
}
.block-frame .block-frame-inner .block-frame-inner-text p, .block-frame .block-frame-inner .block-frame-inner-text a {
  font-size: 14px;
}
.block-frame .block-frame-inner .block-frame-inner-text .link-text {
  position: relative;
  letter-spacing: 0;
  padding: 0 0 0 16px;
}
.block-frame .block-frame-inner .block-frame-inner-text .link-text:before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #e60012;
  border-right: 3px solid #e60012;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .block-frame {
    padding: 12px 16px;
    text-align: left;
  }
  .block-frame p {
    font-size: 14px;
    line-height: 143%;
    margin: 0 0 8px;
  }
  .block-frame p:last-child {
    margin: 0;
  }
  .block-frame.lightblue p {
    color: rgba(0, 0, 0, 0.9);
  }
}
/* ----------------------------------------
main-video
---------------------------------------- */
.block-main {
  background: #000000;
  position: relative;
  overflow: hidden;
}
.block-main .block-main-content {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1154px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
.block-main .block-main-content h1 {
  display: block;
  background: url("/img/common/header/logo_gindaco01_red.svg") no-repeat 50% 50% #ffffff;
  background-size: 72px 46px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 0 8px;
}
.block-main .block-main-content h1.logo-20th {
  background: url("/img/common/header/logo_20th_gindaco01_red.svg") no-repeat 50% 50% #ffffff;
  background-size: 72px 46px;
}
.block-main .block-main-content h1 span {
  display: none;
}
.block-main .block-main-content .main-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 64px;
  text-align: center;
  margin: 150px 0 0 -200px;
}
.block-main .block-main-content .main-txt .icon-mainlogo {
  display: none;
}
.block-main .block-main-content .main-txt img {
  width: 100%;
}
.block-main .block-main-content .main-navi {
  position: absolute;
  bottom: 16px;
  width: 100%;
}
.block-main .block-main-content .main-navi ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  width: 100%;
}
.block-main .block-main-content .main-navi ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* height: 64px; */
  height: 96px;
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  width: 12.5%;
  height: 96px;
}
.block-main .block-main-content .main-navi ul li:after {
  content: '';
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 16px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border-bottom: 16px solid rgba(230, 0, 18, 0.7);
}
.block-main .block-main-content .main-navi ul li a {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 140%;
}
.block-main .block-main-content .main-navi ul li:hover:after {
  left: 0;
}
.block-main .block-main-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.block-main .block-main-video:before {
  content: '';
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.block-main .block-main-video video {
  display: block;
}
.block-main .block-main-video .insert-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}







.block-main .block-main-imagePC {
    display: block;
    overflow: hidden;
    height: 100%;
}

.block-main .block-main-imagePC::before {
    content: '';
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.block-main .block-main-imagePC ul li {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.block-main .block-main-imagePC ul li span {
    display: none;
}

.block-main .block-main-imagePC .icon-arrow-content {
    clear: both;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin: 0 0 0 -20px;
    z-index: 10;
}

.block-main .block-main-imagePC .icon-arrow-content:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    width: 40px;
    height: 40px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.block-main .block-main-imagePC .icon-arrow-content span {
    display: none;
}

.block-main.has-mainlogo .block-main-imagePC:before {
    background: rgba(0, 0, 0, 0.2);
}











.block-main .block-main-image {
  display: none;
}
.block-main.has-mainlogo .block-main-content .main-txt {
  margin: -280px 0 0 -200px;
}
.block-main.has-mainlogo .block-main-content .main-txt .icon-mainlogo {
  display: block;
}
.block-main.has-mainlogo .block-main-video:before {
  background: rgba(0, 0, 0, 0.25);
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
	
	.block-main .block-main-content .main-txt .icon-mainlogo {
		display: block;
	}
	
	
	
	
	
  .block-main .block-main-content h1 {
    display: none;
  }
  .block-main .block-main-content .main-txt {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 280px;
    height: 280px;
    text-align: center;
    margin: -140px 0 0 -140px;
  }
  .block-main .block-main-content .main-txt img {
    width: 100%;
    height: auto;
  }
  .block-main .block-main-content .main-txt .btn-search {
    display: none;
  }
  .block-main .block-main-content .main-navi {
    display: none;
  }
  .block-main .block-main-video {
    display: none;
  }
  .block-main .block-main-image {
    display: block;
    overflow: hidden;
    height: 100%;
  }
  .block-main .block-main-image:before {
    content: '';
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .block-main .block-main-image ul li {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .block-main .block-main-image ul li span {
    display: none;
  }
  .block-main .block-main-image .icon-arrow-content {
    clear: both;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin: 0 0 0 -20px;
    z-index: 10;
  }
  .block-main .block-main-image .icon-arrow-content:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    width: 40px;
    height: 40px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .block-main .block-main-image .icon-arrow-content span {
    display: none;
  }
  .block-main.has-mainlogo .block-main-content .main-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 280px;
    text-align: center;
    margin: -140px 0 0 -140px;
  }
  .block-main.has-mainlogo .block-main-content .main-txt img {
    width: 100%;
    height: auto;
  }
  .block-main.has-mainlogo .block-main-image:before {
    background: rgba(0, 0, 0, 0.2);
  }
}
/* ----------------------------------------
content
---------------------------------------- */
/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .content {
    padding: 12px 0 0;
  }
}
/* ----------------------------------------
txt-important
---------------------------------------- */
.top-frame-important a {
  font-size: 20px;
}
.top-frame-important a.link-text {
  padding: 0;
}
.top-frame-important a.link-text:before {
  display: none;
}


/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .top-frame-important {
    text-align: center;
  }
  .top-frame-important a {
    font-size: 16px;
  }
}
/* ----------------------------------------
block-content
---------------------------------------- */
.block-content .block-content-inner .block-grid .block-grid-inner .grid-child a figure figcaption {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
.block-content .block-content-inner .block-grid .block-grid-inner .grid-child a figure figcaption.txt-title {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0.2em;
}
.block-content .block-content-inner .block-grid .block-grid-inner .grid-child a figure figcaption.txt-title span {
  display: block;
  font-size: 14px;
  color: #e60012;
  letter-spacing: 0.3em;
  margin: 8px 0 0;
}

.top-list-link {
  max-width: 100% !important;
  background: #ffcc00;
}

/* small
---------------------------------------- */
@media only screen and (max-width: 960px) {
  .block-content .block-content-inner .block-grid .block-grid-inner .grid-child a figure figcaption {
    font-size: 12px;
    text-align: left;
  }
  .block-content .block-content-inner .block-grid .block-grid-inner .grid-child a figure figcaption.txt-title {
    font-size: 16px;
    text-align: center;
    padding: 8px 8px 0;
  }
  .block-content .block-content-inner .block-grid .block-grid-inner .grid-child a figure figcaption.txt-title span {
    display: none;
  }
  .block-content .block-content-inner .block-grid .block-grid-inner .grid-child.grid03 {
    width: 47.5%;
    float: left;
    margin: 0 0 20px;
  }
  .block-content .block-content-inner .block-grid .block-grid-inner .grid-child.grid03 + .grid03 {
    float: right;
  }
  .block-content .block-content-inner .block-grid .block-grid-inner .grid-child.grid03 + .grid03 + .grid03 {
    float: left;
  }
  .block-content .block-content-inner .block-grid .block-grid-inner .grid-child.grid03 + .grid03 + .grid03 + .grid03 {
    float: right;
  }
	
  .block-content .block-content-inner .block-grid .block-grid-inner .grid-child.grid06 {
    clear: both;
  }
}
